/* ----- Colors ----- */
/*
    #0062FA - Hammer Dark Blue
    #ABD2FC - Hammer Light Blue
    #FD5700 - Hammer Orange
    #E5ECF9 - Login blue
    #BBD9EE - Login border
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* ----- Full Width ----- */
.full-width {
    width: 100%;
    padding: 0;
}

/* ----- Inline Submit ----- */
.form-inline>.submit {
    margin-top: 15px;
}

/* ----- navbar ----- */
.navbar {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
        border-top: 0;
    }
}

.nav-logo {
    margin: 5px 10px;
    height: 40px;
}

@media (min-width: 768px) {
    .navbar-right~.navbar-right {
        margin-right: 15px;
    }
}

.navbar-default {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border: 1px solid #f4f4f4;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    /* color: #fff; */
    background-color: #E5ECF9;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    /*color: #fff;*/
    background-color: #E5ECF9;
}

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

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #0062FA;
}

.navbar-default .navbar-toggle {
    border-color: #0062FA;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #E5ECF9;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    /*color: #fff;*/
    background-color: #E5ECF9;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #777;
    background-color: #E5ECF9;
}

/* ----- nav-tabs ----- */

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .nav-tabs {
        border-bottom: 0;
    }
}

/* ----- required for sticky footer ----- */
html,
body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/* end required for sticky footer */

/* ----- footer ----- */
footer {
    padding-top: 40px;
    padding-bottom: 15px;
    text-align: center;
}

/* ----- Flash ----- */
.flash {
    /*margin-top: 30px;*/
    /*margin-bottom: 20px;*/
    text-align: center;
    width: 100%;
}

.flash .warning,
.flash .success,
.flash .sidebar,
.flash .danger,
.flash .error,
.flash .message {
    border-radius: 0;
    padding: 20px;
    /* margin-bottom: 10px; */
    border: none;
    color: #FFF;
    font-size: 16px;
}

.flash-dismissable .close {
    right: -20px;
    top: -20px;
    width: 30px;
    height: 30px;
    background: #1A1E22;
    color: inherit;
    opacity: 1;
    text-shadow: none;
}

.flash .warning {
    background: #deb14d;
}

.flash .success {
    background: #70bc70;
}

.flash .sidebar {
    background: #52adda;
}

.flash .danger,
.flash .error,
.flash .message {
    background: #c46868;
}

/* ----- Form Control ----- */
.form-control {
    height: 34px;
}

/* ----- Form Error ----- */
.form-error {
    border: 1px solid #c46868;
}

.error-message {
    color: #c46868;
}

/* ----- Content ----- */
.content {
    margin-top: 20px;
}

/* ----- Login ----- */
.login-logo {
    margin: 30px 0;
}

.login-well {
    border: 1px solid #bbd9ee;
    background: #E5ECF9;
    min-height: 230px;
}

/* ----- Forgot Password ----- */
.forgot-password span,
a.forgot-password {
    color: #841b1b;
    margin: 3px;
}

a:hover.forgot-password,
a:focus.forgot-password {
    color: #560000;
    margin-left: 15px;
}

/* ----- Sub nav ----- */
.sub-nav {
    margin-top: 20px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .sub-nav {
        border-bottom: 1px solid #ddd;
    }
}

/* ----- Students table ----- */
.students-table {
    margin-top: 20px;
}

/* ----- Icon action ----- */
.icon-action {
    color: #F26E00;
    /*min-height: 34px;
    padding-top: 8px;*/
    float: left;
    margin-right: 5px;
}

.icon-action:hover {
    color: #CE6916;
}

span.icon-in-button {
    margin-left: 5px;
}

span.needs-tutor {
    font-weight: strong;
    color: #841b1b;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    background-color: #f2f2f2;
}

/* ----- Question Icon ----- */
.question-icon {
    float: none;
}

/* ----- Icon archive student ----- */
.icon-archive-student {
    min-height: 34px;
    padding-top: 8px;
    float: none;
}

/* ----- Tutor Select ----- */
@media (min-width: 992px) {
    .tutor-select {
        margin: 0 10px;
        width: auto;
        display: inline-block;
    }
}

/* ----- Import Export ----- */
.import-export {
    margin-top: 15px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .import-export {
        text-align: right;
        margin-top: 0;
    }
}

.import-export-btn {
    width: 100%;
    margin-top: 5px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .import-export-btn {
        width: auto;
        margin-top: 0;
    }
}

/* ----- Edit Tutor ----- */
.editTutor {
    margin-top: 5px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .editTutor {
        margin-top: 0;
    }
}

/* ----- user-info-collapse-btn ----- */
.user-info-collapse-btn {
    width: 100%;
    margin-top: 5px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .user-info-collapse-btn {
        width: auto;
        margin-top: 0;
    }
}

/* ----- Auto Complete ----- */
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    /*padding: 3px 1em 3px .4em;*/
    padding: 3px 20px;
    cursor: pointer;
    min-height: 0;
    border-width: 0;
    /* support: IE7; */
    /* support: IE10, see #8844; */
    /*list-style-image: none;*/
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    /*background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;*/
    font-weight: normal;
    color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    /* border: 1px solid #999999; */
    background: #E5ECF9;
    font-weight: normal;
    color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #fff;
    font-weight: normal;
    color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-front {
    z-index: 100;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

.ui-widget-content {
    /*border: 1px solid #aaaaaa;
        background: #fff;
        color: #222222;
        width: auto;*/
    /*position: absolute;*/
    border-width: 0;
    background: #fff;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ui-widget li {
    display: list-item;
    text-align: -webkit-match-parent;
}

/*
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar **
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall **
* html .ui-autocomplete {
    height: 100px;
}*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
    /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */
}

/* ----- Search ----- */
.search {
    margin-top: 20px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .search {
        margin-top: 0;
    }
}

/* ----- User info form ----- */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .user-info-form p {
        text-align: right;
    }
}

.user-info-edit {
    margin-top: 6px;
}

label.user-info {
    padding-top: 10px;
}

/* ----- User Delete Icon ----- */
.user-delete-icon {
    margin-right: 5px;
}

/* ----- Test Delete Icon ----- */
.test-delete-icon {
    margin-left: 10px;
    float: right;
    font-size: 9px;
}

/* ----- Panel Delete Icon ----- */
.panel-delete-icon {
    float: right;
    margin-top: 5px;
}

/* ----- Extended time icon ----- */
.extended-time-ico {
    //float: right;
}

/* ----- Student view edit ----- */
.student-view-edit {
    margin-top: 20px;
    text-align: right;
}

/* ----- Tutor container ----- */
.tutor-container {
    padding-top: 8px;
}

/* ----- Test Head ----- */
.test-panel-head {
    margin-top: 8px;
}

/* ----- Panel Primary link ----- */
a.pr_test_name-head {
    color: #fff;
}

/* ----- Tests Select ----- */
.tests_sel {
    border: 1px solid #CCCCCC;
    clear: none;
    display: none;
    /* float: left; */
    height: 150px;
    /* margin-left: 10px; */
    overflow-y: scroll;
    /* width: 225px; */
    padding: 10px;
}

select[multiple],
select[size] {
    height: auto;
}

#sections_selector {
    display: none;
    height: 150px;
    clear: none;
}

input.small,
select.small {
    clear: both;
    width: 50px;
    margin-left: 15px;
    /*margin-right: 10px;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input.scale-input {
    margin-left: 0;
}

.inp_essay {
    padding-top: 25px;
}

h1.number {
    margin: 0;
    margin-top: 4px;
}

h3.category {
    margin: 0;
}

.table-responsive {
    /* margin-top: 15px; */
    border: 0 solid #fff;
}

table.score td.highlight {
    background: #ffcccc;
    color: #CC3300;
}

table.score td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 5px;
    width: 40px;
}

table.score {
    max-width: 100%;
    /* margin-bottom: 20px; */
    border-spacing: 0;
    border-collapse: collapse;
}

table.score h3 {
    margin: 0;
}

table.score tr td:first-child {
    text-align: left;
    width: 140px;
}

table.score tr.bold td {
    background-color: #F2F3E9 !important;
}

tr.bold td {
    font-weight: bold;
}

tr.spacer {
    background-color: #f5f5f5;
}

table.score td.highlight-related,
.highlight-related {
    background-color: #E5ECF9;
    /* color: white; */
}

.text-keys-icon {
    float: none;
}

/* ----- contact-info ----- */
.contact-info {
    padding: 10px;
}

.contact-info label {
    margin-right: 5px;
    display: inline;
}

.contact-info>li {
    padding: 3px 0;
}

.contact-info>li>a {
    display: inline;
    padding: 0;
}

.contact-info>li>a:focus,
.contact-info>li>a:hover {
    color: #0062FA;
    background: none;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .contact-info>li>a {
        padding: 0;
    }
}

/* ----- Test Scores ----- */
.test-scores-table>tbody>tr>td,
.test-results-table>tbody>tr>td {
    vertical-align: middle;
}

.test-results-table>thead>tr>th,
.test-results-table>tbody>tr>td {
    text-align: center;
}

.test-score-total span.badge {
    font-size: inherit;
}

.test-score-total {
    text-align: center;
}

.test-score-total h3 {
    margin: 0;
}

.test-score-panel h4,
.test-results-panel h4 {
    margin: 0;
}

.table .test-result-scores-table {
    background-color: transparent;
    margin-bottom: 0;
}

.table .test-result-scores-table>tbody>tr>td {
    vertical-align: middle;
    border-top: 0 solid #ddd;
}

/* ----- ACT Total ----- */
.act-total-panel {
    margin-top: 20px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .act-total-panel {
        margin-bottom: 0;
    }
}

.act-total {
    margin: 0;
}

.question-answers {
    margin-bottom: 10px;
}

.add-question-selection {
    margin-top: 10px;
}

.form-inline input,
.form-inline select {
    margin: 0 5px;
}


/* ----- Import Form ----- */
#import_message {
    border: 1px solid;
    margin-left: 30px;
    padding: 5px;
    width: 400px;
}

.red {
    color: red;
    cursor: pointer;
}

.tip {
    background-color: lightgrey;
    border: 1px solid;
    color: red;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    width: 250px;
    display: none;
    font-weight: normal;
}

/* end import   */

/* ----- Answers ----- */
.imp_ans_head {
    margin: 5px 0;
    padding: 5px;
    width: 900px;
    cursor: pointer;
    background: url("/img/s_desc.png") no-repeat 99% center #E5ECF9;
}

.imp_ans_data {
    display: none;
}

#import_message {
    border: 1px solid;
    margin-left: 30px;
    padding: 5px;
    width: 400px;
    margin-bottom: 20px;
}

div.score {
    margin: 0;
}

/*table.score {
    width: 800px;
    margin-left: 50px;
    background-color: #E5ECF9;
}*/

.essay_score {
    /* margin-left: 70px;*/
    font-size: 20px;
}

#data-table_paginate ul {
    margin: 0;
}

#data-table_paginate {
    text-align: right;
}