/**
 * Neurocolor
 * Brad Siefert
 * K. M. Kroski
 * 6 April 2015
 */

body {
    color: #333;
    background: #FCF8F0;
    font-family: 'DIN-Light';
    /* Margin bottom by footer height */
    margin-bottom: 36px;
}

html {
  position: relative;
  min-height: 100%;
}

/* ---------- Personal --------- */

.kill-row-padding { padding-left: 0; padding-right: 0; }
.kill-row-margin { margin-left: 0; margin-right: 0; }

@media (min-width: 481px) { .one-line { display: inline; } }

.right-then-center { text-align: right; }
@media (max-width: 767px) { .right-then-center { text-align: center; } }

@media (max-width: 767px) { .then-center { text-align: center; } }
    

/* ---------- Buttons --------- */

.btn {
    font-family: 'DIN-Medium';
    text-shadow: 1px 1px 0px rgba(0,0,0,0.15);
    letter-spacing: 0.25px;
    line-height: 20px;
}

.btn-sm {
    font-size: 13px;
    min-width: 100px;
    border-radius: 6px;
    padding: 4px 10px;;
}

.btn-lg {
    min-width: 160px;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* ---------- Navbar --------- */

.top-red {
    background: #F61A1F;
    height: 4px;
    font-size: 1px;
    line-height: 1px;
}

.top-yellow {
    background: #FCCE01;
    height: 4px;
    font-size: 1px;
    line-height: 1px;
}

.top-green {
    background: #7CC638;
    height: 4px;
    font-size: 1px;
    line-height: 1px;
}

.top-blue {
    background: #01B8E9;
    height: 4px;
    font-size: 1px;
    line-height: 1px;
}

.navbar {
    border-radius: 0;
    background: transparent;
    border: none;
    font-size: 18px;
    color: #555;
    line-height: 22px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.10);
    font-family: 'TisaOT-Regular';
    font-size: 14px;
    color: #555555;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin-bottom: 20px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #3590C2;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: transparent;
}

.navbar-brand {
    padding: 18px 10px 14px;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .navbar-brand {
        margin-left: 20px;
    }
}

@media (min-width: 768px) {
    .user-account {
        background-color: #fafafa;
        border-left: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fafafa;
    color: #555;
}

.navbar .dropdown-menu {
    min-width: 100%;
    background-color: #fafafa;
    border: 0;
    box-shadow: 0px 2px 2px rgba(51,51,51,0.1);
    font-size: 14px;
    padding-left: 1px;
}

.navbar .dropdown-menu > li > a {
    padding: 5px 15px;
    color: #555;
}

.navbar .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: transparent;
}

.navbar-nav > li  {
    margin-left: 7px;
    margin-right: 7px;
}

/* ---------- Hamburger --------- */

.navbar-toggle {
    margin: 35px 30px 0 0;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: transparent;
    border: none;
    box-shadow: 0 0 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 36px;
    height: 3px;
    border-radius: 0;
}

.form-group > label > span {
    margin: 0 10px 4px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}


/* ---------- Footer --------- */

.footer {
    background: #fff;
    border-top: 1px solid #DDDDDD;
    font-family: 'TisaOT-Medium';
    font-size: 12px;
    color: #333333;
    line-height: 17px;
    text-align: center;
    
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 36px;
    background-color: #f5f5f5;
}

.footer label {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 8px;
    margin-bottom: 5px;
    font-weight: normal;
}

.footer a {
    color: #333;
}

.list-social {
    display: inline-block;
    font-size: 24px;
    margin-top: 6px;
}

.footer .list-social > li {
    padding-left: 0;
    padding-right: 0;
}

.list-social {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .footer-copy {
        margin-bottom: 10px;
    }
    
    .list-social {
        margin-bottom: 10px;
    }
}


/* ---------- Content --------- */

.content h4 {
    font-family: 'TisaOT-Medium';
    font-size: 15px;
    color: #333333;
    line-height: 24px;
    margin-top: 0;
}

.content h3 {
    font-family: 'TisaOT-Medium';
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.test .progress {
    height: 16px;
    border-radius: 8px;
    box-shadow: 0px 0px 0 1px #ddd, inset 0px 1px 0px 1px rgba(237,237,237,0.50);   
    background: #FAFAFA;
    margin-bottom: 0px;
    font-family: 'TisaOT-Medium';
    font-size: 11px;
    color: #555555;
    line-height: 14px;
    margin-bottom: 5px;
}

.test .progress label {
    margin-left: 7px;
    margin-top: 1px;
}

.test .progress-bar {
    box-shadow: 0 0 0;
    font-family: 'TisaOT-Medium';
    font-size: 11px;
    color: #FFFFFF;
    line-height: 14px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.10);
    text-align: right;
}

.test .progress-bar label {
    margin-left: 0px;
    margin-right: 7px;
}

.content-block {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.10);
    border-radius: 8px;
    font-family: 'DIN-Regular';
    font-size: 13px;
    color: #555555;
    line-height: 19px;
    padding: 20px 40px;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .content-block {
        padding: 15px 20px 10px;
    }
}

.questions {
    text-align: center;
    font-family: 'DIN-Regular';
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin-top: 10px;
}

.questions label {
    font-family: 'TisaOT-MediumItalic';
    font-size: 13px;
    color: #333333;
    line-height: 19px;
    font-weight: normal;
}

.test-quest {
    margin: 20px 0 15px;
}

.questions .progress {
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    box-shadow: inset 0px 1px 0px 1px rgba(237,237,237,0.50);
    border-radius: 16px;
    min-height: 32px;
    margin-bottom: 30px;
}

.quest-choices {
    margin-top: 4px;
    text-align: center;
}

.question-label {
    font-family: 'TisaOT-Italic';
    font-size: 12px;
    color: #777777;
    line-height: 18px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .question-label {
        padding: 0 25px;
    }
}

.glyphicon {
    top: 0;
}

.register {
    margin-top: 5%;
}

.avatar {
    height: 60px; width: 60px;
    border-radius: 50%;
}

h3 {
    margin: 15px 0 25px;
    font-size: 24px;
    font-family: 'TisaOT-Medium';
}

.content-title {
    font-family: 'DIN-Medium';
    font-size: 15px;
    color: #555555;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
}

.session-details.table > tbody > tr > td {
    padding: 1px 0px;
    border: none;
    font-size: 13px;
}

.session-details.table-responsive {
    border: none;
    margin-bottom: 15px;
}

.table-subhead {
    font-family: 'DIN-Medium';
}

.session-title {
    font-family: 'DIN-Light';
    font-size: 15px;
    color: #01B8E9;
    line-height: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.session-contain {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    min-height: 110px;
}


/* --- Optional Styles --- */
.team {
    min-height: 312px;
}
.team img {
    width: 100%;
}