ul.navbar-nav {
	font-size:18px;
}
ul.dropdown-menu {
	z-index: 120;
}
ul.dropdown-menu li {
	font-size: 18px;
}
ul.dropdown-menu li.dropdown-header {
	font-size: 12px;
}
ul.dropdown-menu li a {
	padding: 10px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: #2E3092;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #2E3092;
	border-color: #2E3092;
}
.pagination > li > a, .pagination > li > span {
	color: #2E3092;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	color: #2E3092;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 5px;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/* SELECT 2 */
.select2-container, .select2-container .select2-selection--single {
	height: 34px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;
}

.modal-header {
	padding: 5px 15px;
}
.modal-header .close {
	margin-top: 3px;
}

.select2-container--shc_small {
	height: 21px !important;
}
.select2-container--shc_small .select2-selection--single {
	background-color: #fff;
	border: 1px solid #DEDEDE;
	font-weight: normal;
	font-size: 14px;
	height: 21px !important;
}
.select2-container--shc_small .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 10px;
	right: 1px;
	width: 20px;
}
.select2-container--shc_small .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--shc_small .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}
.select2-container--shc_small .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}

.select2-container--shc_small .select2-search__field {
	border: 1px solid #DEDEDE;
}

.SHC_rpt_select2 .select2-selection {
	height: 200px;
	overflow: auto;
}

.form-control {
	height: auto;
	min-height: 34px;
}