﻿a {
    color: #043c76;
}
.alert {
    border: 0;
    background: transparent;
    padding: 0 0 0 2px;
    font-style: italic;
}
.alert-info {
    color: #043c76;
}
.alert-danger {
    color: #E51262;
}
.alert-warning {
    color: #ee7c00;
}
.chosen-container {
    font-size: inherit;
    border-bottom: 1px solid #D2DAE3;
    transition: border-bottom .3s ease;
}

.chosen-container-single .chosen-single {
    padding-left: 20px;
	padding-right: 20px;
    padding-top: 5px;
	height: 35px;
	line-height:35px;
}
.chosen-container-single .chosen-single span {
    font-size: inherit;
}
.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
}
.chosen-container .chosen-results li {
    line-height: 1.2;
    padding: 8px 10px;
    font-size: 13px;
	letter-spacing: -0.2px;
}
.chosen-container .chosen-results li.highlighted {
    background: #032B55;
}
.chosen-highlight, .chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
    box-shadow: none;
}
.chosen-container-single .chosen-single div b,
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: none !important;
}
.chosen-container .chosen-drop {
    margin-top: 0;
    border: 1px solid #D2DAE3;
}
.blockOverlay {
    background: #fff !important;
    opacity: .9 !important;
}
.blockElement {
    text-indent: -9999px;
    background: url(../gif/itc-loading-38.gif) center center no-repeat transparent !important;
}
table.dataTable {
    margin: 0 !important;
}
.nav-tabs {
    border: 0;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav-tabs > li > a ,
.nav-tabs > li > a:hover {
    border: 0;
}
.nav-tabs > li.pull-right > a {
    margin-right: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus  {
	background: #7E96A9;
	color: #FFF;
			font-weight: 500;
		border: 0;
}
.nav-tabs > li > a {
    font-weight: bold;
    font-size: 17px;
    color: #032B55;
    text-align: center;
    min-width: 125px;
    border-radius: 0;
    padding: 15px 20px;
    text-transform: uppercase;
}
.table .table {
    background: inherit;
}
