.header {
    min-height: 4em;
}
.brand_img{
	max-width: 140px;
	position: relative;
	bottom: 28px;
}
.page {
    padding: 1em 0;
    /*min-height: 567px;*/
}
.main-content {
  min-height: 520px;
}
.login_container{
	margin-top: 55px;
	margin-bottom: 114px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background-color: #dae7f6 !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background-color: #abc7ec !important;
}
.navbar-default{
    background-color: #f1f5f8 !important;
    border: 1px solid #62AAFF !important;
}
.footer {
  background-color: #1b82b6 !important;
  border-color: transparent !important;
  color: #fff;
  text-align: center;
  border-top: 2px solid;
  border-bottom: 2px solid;
  position: fixed;
  width:100%
}
.message{
	margin-top: 10px;
}
.menu_key{
	font-weight : bold;
}
.menu_key,.menu_bold{
	color: #115475;
}
.logout{
	position: relative;
        right: 40%;
	bottom: 2px;
}
.error,.error_profile {
    color: #D00;
}
.change_org,.change_password_page {
    text-decoration: none !important;
	cursor: pointer;
	color: #115475
}
.x-boundlist-item img.chkCombo {
    background: transparent url(../lib/extjs/ext-theme-classic/images/menu/unchecked.gif);
	height: 16px;
}
.x-boundlist-selected img.chkCombo{
    background: transparent url(../lib/extjs/ext-theme-classic/images/menu/checked.gif);
	height: 17px;
}
.wlcm_block{
	margin: 0 !important;
}
.menus_block{
    position: relative;
    left: 150px;
}
.menus_block>li>a {
	line-height: 0px !important;
	padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.header_block{
	background:#bed8f7;
	border-bottom: 1px solid #62AAFF;
  padding-top: 5px;
  padding-bottom: 5px;
}
.container_staff_block{
	margin-top: 547px;
}
.org_container{
	position:relative;
	top: 5px;
	font-size: 18px;
	text-align: center;
	color: #115475;
}
.top_header{
	height:35px;
}

.footer {
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0;
      text-align: center;
      z-index: 150;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.dataTables_filter{   /*dataTable plugin search CSS*/
display: none;
}

/*Datatable Styles*/

.datatable-search-box{
  font-weight: normal;
}

/*Datatable Styles end here*/

.right-align {
  text-align: right;
}
