/*a:link {
  color:#4DC5E0;
}*/
section.bbkt_region_jobsearch_bar div.uRegionHeading {
	background-color:red;
}
section.bbkt_region_jobsearch_bar div.uRegionHeading h1 {
font-size:13px;
}




/* app specific navbar style */
#app_2nd_nav_container .navbar {
    margin-bottom: 0px;
    border:1px solid #ddd;
    border-radius: 5px;
    margin-bottom:20px;
}

/* breadcrumb styles */
ol.breadcrumb {
  background-color:#f8f8f8 !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
  border:1px solid #ddd;
  border-radius: 5px 5px 5px 5px; 
}



/* 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;
}
section.bbkt_region_jobsearch_bar div.uRegionHeading {
  background-color:red;
}
section.bbkt_region_jobsearch_bar div.uRegionHeading h1 {
  font-size:13px;
}


/* youtube container on home page */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/* 
@media (max-width: 468px) {
  .left-col-bbkt {
      width: 100% !important;
      font-size:1.8em;
  }
  .dptcContainer { display : none; }
}
@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;
  }
}

/* talent nav bar, not main */
@media (max-width: 992px) {

    /* app specific navbar style */
    #app_2nd_nav_container .navbar {
        margin-bottom: 0px;
        border-bottom:none;
        border-radius: 5px 5px 0px 0px;
    }

    /* breadcrumb styles */
    ol.breadcrumb {
      background-color:#f8f8f8 !important;
      margin-left: 15px !important;
      margin-right: 15px !important;
      border:1px solid #ddd;
      border-radius: 0px 0px 5px 5px; 
    }

    #app_2nd_nav_container .navbar-header {
        float: none;
    }
    #app_2nd_nav_container .navbar-left,.navbar-right {
        float: none !important;
    }
    #app_2nd_nav_container .navbar-toggle {
        display: block;
    }
    #app_2nd_nav_container .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    #app_2nd_nav_container .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    #app_2nd_nav_container .navbar-collapse.collapse {
        display: none!important;
    }
    #app_2nd_nav_container .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    #app_2nd_nav_container .navbar-nav>li {
        float: none;
    }
    #app_2nd_nav_container .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #app_2nd_nav_container .collapse.in{
        display:block !important;
    }
    
    /* color fixes */
    #app_2nd_nav_container .navbar-default .navbar-toggle {
      border-color: #31708f;
    }
    #app_2nd_nav_container .icon-bar {
      background-color: #31708f !important;
    }


}
