.navbar-header {
	padding-left: 18px !important;
}
.dashboard-table>tbody>tr:not(.alert):nth-of-type(odd) {
    background-color: #f9f9f9;
}

.dashboard-table thead tr th {
	font-weight: 500 !important;
	background: #004b93 !important;
}
.dashboard-table thead tr th {
	font-size: 14px;
    padding: 10px 15px;
}
.dashboard-table tbody tr td {
	font-size: 12px;
}
a.operationButton > i {
	display: none !important;

}
a.operationButton {
	font-size: 12px;
	box-shadow:none !important;
}

body > div.navbar:before {
	background: #fff !important;
	border-bottom: 1px solid #eee;
}
body > div.navbar a.navbar-brand {
	padding-left: 0 !important;
}
body > div.navbar a.navbar-brand img {
	margin-left: 0 !important;
	filter: none !important;
}

body > div.navbar li>.dropdown-menu {
	border-radius: 8px !important;
	border:none !important;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
body > div.navbar ul.nav > li> a {
background: #ddd !important;
font-weight: 500 !important;
white-space: nowrap !important;
font-size: 12px !important;
color: #666 !important;
}
body > div.navbar ul.nav > li.notify-dropdown > a {
	background:none !important;
}
body > div.navbar ul.nav > li.notify-dropdown> a > i {
	color:#666 !important;
}
body > div.navbar ul.nav > li.notify-dropdown:hover> a > i {
	color:#fff !important;
}
body > div.navbar ul.nav > li.custom-bars> a {
	background:none !important;
}

body > div.navbar ul.nav > li:hover> a {
	background: #aaaaaa !important;
	color: #fff !important;
}
body > div.navbar ul.nav > li.open> a {
	background: #004b93 !important;
	color: #fff !important;
}
body > div.navbar ul.nav > li.open:not(.active)> a {
	background: #999999 !important;
	color: #fff !important;
}
body > div.navbar ul.nav > li.active> a {
	background: #004b93 !important;
	color: #fff !important;
}

.navbar + .container-fluid.shoutbox {
	position: sticky;
    top: 0;
    z-index: 3;
	padding:0 15px;
	padding-top:60px;
}
.navbar + .container-fluid.shoutbox > .shadow {
	box-shadow:none !important;
	border:none !important;
	background: none !important;
	padding:0 !important;
	margin: 15px 0px;

}
.navbar + .container-fluid.shoutbox {
	background: #fff !important;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
	border-bottom: 1px solid #ddd;
}
.navbar + .container-fluid.shoutbox > .shadow {

}
.navbar + .container-fluid.shoutbox:not(.sticky-header) {
	margin-bottom: 15px;
}

div.shoutbox + div.mainBack {
	margin-top:0 !important;
}
.shoutbox h2 {
	font-size: 22px !important;
    color: #666;
    font-weight: 400;
}

.shoutbox .historyBack h2 {
	padding-left: 100px !important;
	font-size: 22px !important;
    color: #666;
    font-weight: 400;
}
.shoutbox a.goBack {
	border-radius: 12px !important;
	background: #ddd !important;
	color: #666 !important;
}
.shoutbox a.goBack:hover {
	border-radius: 12px !important;
	background: #004b93 !important;
	color: #ffffff !important;
}

.shoutbox h2 {
	font-size: 24px;
}
div.form-group > fieldset {
	border-radius: 8px !important;
	overflow: hidden !important;
}
.filterBar input, .filterBar button {
	border: none !important;
}
.operationButton {
	font-size: 12px !important;
	border:none !important;
	box-shadow: none !important;
}
.pagination>li>a, .pagination>li>span {
	color: #666;
}
.btn-primary {
	background: #666 !important;
}
.btn-primary:hover {
	background: #333 !important;
}
li.disabled.hand a {
	opacity: 0.7 !important;
}
.dropdown-menu>li>a {
	padding:0px 20px;
}
div.custom-copyright {
	position: fixed;
    bottom: 0;
    left: 0;
    z-index: 4;
    background: #fff;
    width: 100%;
    border-top: 1px solid #eee !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    font-size: 12px;
}
.bootstrap-select > button {
border-radius: 8px !important;
	overflow: hidden !important;
}
fieldset.daterange > input {
	border-radius: 8px !important;
	overflow: hidden !important;
}
.dashboard {
	margin-top:0!important;
}
body {
	padding-bottom: 100px;
}

.switchA{
	color: #004b93 !important;
}
.text-overflow{
	max-width: 300px !important;
}
.form-control{
    border-radius: 8px !important;
}