.dropdown:hover .menu-top {
    display: block;
}

.dropdown-submenu{
    position:relative;
}

.dropdown-submenu > .dropdown-menu{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}

.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}

.dropdown-submenu:hover > a:after{
    border-left-color:#ffffff;
}

.dropdown-submenu .pull-left{
    float:none;
}

.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
#header{
	padding:10px 34px;
	background-color:#fff;
}
.container-fluid{
	background-color:#f5f5f5;
}
.header-user img{
	margin-top:-2px;
}
.header-user .img-1{
	height:18px;
	margin-left:14px;
}
.header-user .img-2{
	height:18px;
	margin-left:14px;
	display:none;
}
.header-user:hover .img-1{
	display:none;
}
.header-user:hover .img-2{
	display:inline-block;
}
.header-user a{
	color:#666;
	font-size:14px;
	display:inline-block;
	line-height:20px;
}
.header-user p{
	color:#666;
	font-size:14px;
	display:inline-block;
	line-height:20px;
}
.header-user a:hover{
	color:#287fea;
}
.header-user p:hover{
	color:#287fea;
}
.fl{float:left}
.fr{float:right;}
.nav .navbar-nav>li>a:hover {
    color: #fff!important;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #5191f1!important;
}
.second-top{
	background-color:#fff;
	margin:0 15px;
	border-top:1px solid #eee;
	height:42px;
	border-bottom:2px solid #5191f1;
}
.second-title img{
	height:24px;
	margin:8px 0 0 20px;
}
.second-title b{
	display:inline-block;
	color:#fff;
	background-color:#5191f1;
    position: absolute;
    height: 40px;
    margin-left: 20px;
    padding: 0 12px;
    line-height: 40px;
    font-size:15px;
}
.container-fluid  .table{
	background-color:#fff;
	border-bottom: 1px solid #e7e7ec;
    padding-bottom: 30px;
}
.container-fluid  .table-title{
	background-color:#fff;
	width:100%;
	padding: 16px 20px;
}
.container-fluid  .table-title .inquire{
	width:22%;
	float:left;
}
.container-fluid  .table-title .inquire-button{
	text-align:right;
}
.container-fluid  .table-title .inquire select{
	display:inline!important;
}
.container-fluid  .table-title .inquire input{
	display:inline!important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	border-top: 1px solid #e7e7ec!important;
}
.container-fluid .table>tbody>tr:nth-of-type(odd){
	background-color: #f9f9f9;
}
.table-top{
	width:100%;
}
.nav{
	height:50px!important;
}
.table>tbody>tr>th{
	font-size:15px;
}
.table>tbody>tr>td a{
	color:#287fea!important;
	display:inline-block;
	margin:0 4px;
}
.btn-primary{
    background-color: #287fea!important;
    border-color: #287fea!important;
}
.btn-primary:hover{
	background-color: #2066bb!important;
	border-color: #2066bb!important;
}
.modal-backdrop.in{
    opacity: .45!important;
}
.modal-content{
	border:none!important;
	box-shadow:none!important;
	-webkit-box-shadow: none!important;
}
.modal-content .modal-header{
	padding:12px 15px;
}
.modal-content .modal-title{
	font-size: 16px;
    color: #287fea;
}
.modal-footer .btn-primary:nth-of-type(odd){
	background-color:#fff!important;
    border-color: #287fea!important;
    color: #287fea!important;
}
.modal-body .form-group label{
	color:#444!important;
}
.modal-body .form-group .table>tbody>tr>td{
	border:none!important;
	padding:8px 0;
}
.modal-body .form-group .table select{
	padding:4px;
}
.modal-footer{
	border-top:none!important;
	padding:0 0 8px 0!important;
}
.modal-dialog{
	margin-top:160px!important;
}
#editManageUserFormId .modal-body{
	padding:15px 0!important;
}
#editManageUserFormId .modal-body .td_inline_label{
	text-align:left;
}
#editManageUserFormId table select{
	height:230px;
}
button .close{
	outline:none!important;
}
.table-title .form-control{
	width:170px!important;
}


