section.bbkt_region_jobsearch_bar div.uRegionHeading {
	background-color:red;
}

section.bbkt_region_jobsearch_bar div.uRegionHeading h1 {
font-size:13px;
}

@media (min-width: 768px) {
.left-col-bbkt {
    width: 100% !important;
}
}
@media (min-width: 992px) {
.left-col-bbkt {
    width: 23% !important;
}
}
@media (min-width: 1200px) {
.left-col-bbkt {
    width: 19% !important;
}
}





/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/ibbk/img/FhHRx.gif')
                50% 50% 
                no-repeat;
}
/* please wait text is inside the p wrapper */
.modal p {
   text-align: center;
   vertical-align: middle;
    line-height: 90px;     
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal{
    display: block;
}

table.tableAdmin thead tr th {
font-weight:bold !important;
background:#d3d3d3;
}




