/*for throbber full screen*/
.ajax-progress .message,
.ajax-progress-throbber .message{
  color: white;
  font-size: 20px;
  padding: 30px;
}
.ajax-progress .throbber,
.ajax-progress-throbber .throbber {
  float: none;
  margin: 250px auto 0 auto;
  background: url("/misc/throbber-active.gif") no-repeat center center;
}
.ajax-progress,
.ajax-progress-throbber {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  vertical-align: middle;
  text-align: center;
}
/*----------------------------------------------------------------------*/

.no_data input[type="checkbox"],
.no_data .caret-container{
	display: none;
}

.multiselect-group-clickable b{
	color: white;
}
.multiselect-container.dropdown-menu li:before, 
.multiselect-container.dropdown-menu li:before{
	display: none;
}

.multiselect-container.dropdown-menu, 
.multiselect-container.dropdown-menu{
	padding-left: 10px !important;
}

.multiselect-clear-filter,
.multiselect-clear-filter:hover,
.multiselect-clear-filter:active{
	height: 45px;
	background : #005186 !important;
	color: white !important;
	border: 1px solid #005186;
}
.multiselect-item.multiselect-filter .input-group-addon{
	background : #005186;
	color: white;
	border: 1px solid #005186;
}

.form-control.multiselect-search{
	border: 1px solid #005186 !important;
}

button.multiselect {
	text-align: left;
	line-height: 2 !important;
	font-family: 'Roboto',sans-serif;
    font-weight: 400;	
}
button.multiselect:hover {
	border: 1px solid #005186;
	color: #005186;
}
.multiselect .caret{
	border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #005186;
	position: absolute;
    top: 40%;
    right: 0px;
    margin-left: 2px;
    margin-right: 10px;
}
.multiselect-container.dropdown-menu >.active >a, 
.multiselect-container.dropdown-menu >.active >a:focus, 
.multiselect-container.dropdown-menu >.active >a:hover{
	background-color: white;
}

.region-business-segment-main #JobForm{
	min-height: 800px;
}

.multiselect-group label{
	color: white !important;
}
.multiselect-group{
	background-color: #005186;
	border-top: 1px dotted #005186;
	border-bottom: 1px dotted #005186;
}

.multiselect-container.dropdown-menu input[type=checkbox]{
	margin-top: 1px;
}

ul.multiselect-container.dropdown-menu li{
	margin-top: 15px;
	margin-bottom: 15px;
}
ul.multiselect-container.dropdown-menu{
	width: 100%;
}

.flt_Right{
	float:right;
}

.multiselect-group a,
.multiselect-group a:hover,
.multiselect-group a:active,
.multiselect-group a:focus,
.multiselect-group-clickable a,
.multiselect-group-clickable a:hover,
.multiselect-group-clickable a:active,
.multiselect-group-clickable a:focus{
	background: #005186 !important;
}
