﻿html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    padding-top: 50px;
    padding-bottom: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}

#pass-status{
    margin-left: -55px;
    margin-top: 5px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */ 
select  {
    max-width: 280px;
}


@media (min-width: 768px) and (max-width: 950px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }
}

.form-control-50 {
    display: block;
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.footer{
    background-color:#000;
    padding:15px;
    bottom:0;
    color: #fff;
    overflow:hidden;
}
.footer:after {
    clear: both;
}
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}
.bgimg-1 {
    background-image: url('../Images/BCC-careers-hero-2400x1120-1.jpg') !important;
}

.bgimg-2 {
    background-image: url('../Images/Baker-Miami-0872-160315-d-ring-PS-min.jpg') !important;
}

.bgimg-3 {
    background-image: url('../Images/baker-homepage-hero_optimized2@2x.jpg') !important;
}

.bgimg-4 {
    background-image: url('../Images/Baker-Washington-DC-0738-160614_low_optimized.jpg') !important;
}
img-cover{
    
}
.sticky_text {
    position:relative;
}
.footer-image {
    background-image: url('/Images/Baker-Concrete-sky.jpg') !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
@media (min-width: 900px) {
    .img-cover {
        width: 100%;
        max-height: 600px;
    }

    
}

@media (max-width: 899px) {
    .img-cover {
        width: 100%;
        max-height: 400px;
    }
 
}

@media (max-width: 600px) {
    .img-cover {
        width: 100%;
        max-height: 300px;
    }
 
}
 
.error, .err{
    color:#FF0000;
}
.smalltext{
    font-size: .8em;
    font-weight: 100;
}
.skill-head{
    background-color:#808080;
    color:#fff;
}
.border-bottom{
    border-bottom: 1px solid #CCCCCC;
}
.border-right {
    border-right: 1px solid #CCCCCC;
}
.border-left{
    border-left: 1px solid #CCCCCC;
}

.dropdown-menu > li {
    position: relative;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    /* -o-user-select: none; */
    user-select: none;
    cursor: pointer;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: #fff;
    box-shadow: none;
}

.right-caret:after, .left-caret:after {
    content: "";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
}

.navbar-nav li a.right-caret:after {
    border-left: 5px solid #fff;
}
.right-caret:after {
    border-left: 5px solid #999;
}

.left-caret:after {
    border-right: 5px solid #CCCCCC;
}

#DisplayUserError {
    z-index: 10000;
    background: #EFEFEF;
    display: none;
    width: auto;
    overflow: auto;
}

select:required, textarea:required, input:required {
    background-color: #f0dddd;
}

.required {
    background-color: #f0dddd;
}

#timer {
    display: block;
    width: 210px;
    margin: 0 auto;
    position: fixed;
    top: 100px;
    left: 15%;
    font-weight: bold;
    border: 1px solid #cccccc;
    padding: 5px;
    background-color: #EFEFEF;
    color: #FF3399;
    z-index: 50;
}

.percep-table {
    width: 290px;
    margin: 0 auto;
}

.percep-check {
    width: 100px;
}

.percep-number {
    width: 95px;
}

.question-number {
    float: left;
    width: 40px;
}

.question {
    float: left;
    width: 85%;
    font-weight: bold;
    margin-bottom: 5px;
}

.question-text {
    font-weight: bold;
}
label.answer{
    font-weight:normal;
}
.math-question {
    float: left;
    padding-left: 20px;
}

.math-word-question {
    width: 100%
}

.answer {
    width: 100%;
}

.box {
    border: 1px solid #666;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.skillLevel1{
    background-color:cornflowerblue;
}
.skillLevel2 {
    background-color:aquamarine;
}
.skillLevel3 {
    background-color:sandybrown;
}
.skillLevel4 {
    background-color:bisque;
}

ul.sub-level {
    display: none;
    list-style:none;
}

li.dropdown-submenu:hover .sub-level {
    background: #efefef;
    border: #ccc solid;
    border-width: 1px;
    display: block;
    position: absolute;
    left: 200px;
    top: 2px;
}

ul.sub-level li {
    border: none;
    float: left;
    width: 200px;
    margin-left:-30px;
    padding:5px 10px;
}

ul.sub-level li:hover {
    background-color: #e5e5e5;
    color: #000;
}

ul .sub-level li a {
    text-decoration:none;
}

.nav .nav-pills > li > a {
    position: relative;
    display: block;
    padding: 4px 10px;
}

.nav .nav-divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #c5c5c5;
}

.footer a{
    color:#fff;
}

.bg-warning {
    color:#000;
    background-color: #fcf8e3;
}
.bg-success {
    color: #000;
    background-color: #dff0d8;
}
.panel-warning > .panel-heading {
    color: #000;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}
.panel-success > .panel-heading {
    color: #000;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-warning > .panel-title{
    padding: 1px 15px;
    background-color: #f6f6f6;
}
.panel-success > .panel-title {
    padding: 1px 15px;
    background-color: #f6f6f6;
}