
.header-btns > div > button:focus {
	color: #666;
}
.dashboard-height-adjuster{
min-height:315px;

}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

.panel a{
text-decoration:underline;

}
.ui-datepicker {
    z-index:3!important;
}
.panel-footer {
    display: inline-block;
    width: 100%;
}
.forgotPass {
    line-height: 32px;
}
.id_verifi {
    padding-left: 0px;
}
.select_id select {
    width: 419px;
    margin-bottom: 0;
}
.select_id .form-group {
    margin-bottom: 6px;
}
.table-responsive1 {
    /*width: 600px;*/
    overflow-x: scroll;
}
.large-icon {
    font-size: 35px;
}
#map {
    width: 100%;
    height: 500px;
    margin-bottom: 25px;
}
.postcode-search {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
}

/* -----------XXXXXXXXXXXXXXXXX--------------IE 10 hack-------------------XXXXXXXXXXXXXXXXX------------- */
/* ----------------XXXXXXXXXXXXXXXXX---------IE 10 hack--------------XXXXXXXXXXXXXXXXX------------------ */
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.help-block{
    margin-bottom: 0px!important;
    clear: none!important;
    float: left;
}
/*.extrahelp{
  margin-top: -34px;
}*/
.rightsidebar{
    margin-right: 25px!important;
}
.fontSliderHolder{
    /*float: right!important;*/
}
.vertical-text{
    margin: -27px 0 0!important;
}
}
/* -----------XXXXXXXXXXXXXXXXX--------------IE 10 hack-------------------XXXXXXXXXXXXXXXXX------------- */
/* ----------------XXXXXXXXXXXXXXXXX---------IE 10 hack--------------XXXXXXXXXXXXXXXXX------------------ */

/* --------------- Custom css Used for job role selection for nhsmigration-------------*/
#select2-jobrole-container {
  z-index: 0;
}
.select2-dropdown.select2-dropdown--below, .select2-dropdown.select2-dropdown--above{
  z-index: 0;
}

/*Grey block */
.alert-default{
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.popupscroll_h {
    height:372px !important;
    }
.popupscroll_hw {
  height: 500px !important;
  width: 1200px !important;
}

.text-mt-1{
    margin-top: 10px;
}

.text-lh-2{
    line-height: 20px;
}

.pointer{
    cursor: pointer;
}
/* --------------- Custom css Used for job role selection for nhsmigration-------------*/


/***Start: Add checkbox to virtual columns selection**/

.dt-button.buttons-columnVisibility{
  text-align:left;
}

.dt-button.buttons-columnVisibility:before {
   font-family: "FontAwesome";
   content: "\f096";
   display: inline-block;
   padding-right: 3px;
}

.dt-button.buttons-columnVisibility.active:before {
   font-family: "FontAwesome";
   content: "\f046";
   display: inline-block;
   padding-right: 3px;
}

.dt-buttons {
    width: 100%;
}

.dt-buttons .buttons-excel{
    float: right;
}

.dt-buttons .saveToExcel{
    float: right;
}
/***End: Add checkbox to virtual columns selection**/
