@charset "UTF-8";
/* From Bootstrap Docs's styles*/
.show-grid {
    margin-bottom: 15px;
}

.nav-tabs {
    margin-bottom: 15px;
}

/* End of From Bootstrap Docs's styles*/

/* Bootstrap styles overrides */
body {
    padding-top: 70px; /* this override is required due to http://getbootstrap.com/components/#navbar-fixed-top */
    color: #000000;
}

body.iframe {
    padding-top: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
}

hr {
    border-top: 1px solid #939598;
}

.table-white {
    background-color: #fff;
}

label.checkbox-right {
    padding-left: 0px;
}

.checkbox-right input[type=checkbox] {
    right: -20px;
}

.align-middle {
    vertical-align: middle !important;
}

.align-top {
    vertical-align: top !important;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dropdown-menu-popover {
    min-width: 450px;
    padding: 10px 0;
    color: rgb(51,51,51);
}

.empty-glyph-button {
    line-height: 1.42857143;
}

.panel-title-emulate-button {
    padding: 8px 0;
}

.table-no-border > tbody > tr > td {
    border-top-width: 0;
}

.table-default-font-size {
    font-size:14px;
}

.form-control-inline {
    display: initial;
    width: auto;
    vertical-align: middle;
}

.testing-wizard-progress,
.testing-wizard-progress-bar {
    height: 39.8px;
    line-height: 39.8px;
}
.testing-wizard-progress-bar-inactive {
    background-color: #f5f5f5;
    color: #777;
}

.report-parameters .bootstrap-select {
    width: 100%;
}

.btn-top {
    right:10px;
    bottom:30px;
}

.navbar-nav.fh-navbar > li .navbar-btn:focus,
.navbar-nav.fh-navbar > li .navbar-btn:hover {
    color: #fff;
    background-color: #333333;
}

.navbar-nav.fh-navbar > li .navbar-btn {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    font-size: 16px;
    background-color: #333333;
    color: #fff;
}

.navbar-nav.fh-navbar > li:first-child .navbar-btn {
    margin-right:5px;
}

.navbar-nav.fh-navbar > li:last-child .navbar-btn {
    margin-left: 5px;
}

.navbar-nav.fh-navbar > li:hover .navbar-btn {
    background-color: #e7e7e7;
}

.navbar-nav.fh-navbar > li .navbar-btn:hover {
    color: #000;
}

.navbar-nav.fh-navbar > li .navbar-btn.fh-navbar-button-useful-info,
.navbar-nav.fh-navbar > li .navbar-btn.fh-navbar-button-useful-info:hover {
    border-bottom: 4px solid #CC0001;
}

.navbar-nav.fh-navbar > li .navbar-btn.fh-navbar-button-testing,
.navbar-nav.fh-navbar > li .navbar-btn.fh-navbar-button-testing:hover {
    border-bottom: 4px solid #009900;
}

.navbar-nav.fh-navbar > li .navbar-btn.fh-navbar-button-reporting,
.navbar-nav.fh-navbar > li .navbar-btn.fh-navbar-button-reporting:hover {
    border-bottom: 4px solid #0099CC;
}

.page-header-scenario {
    border-bottom: 2px solid #a94442;
    margin-bottom: 0px;
}

.panel-result-correct {
    border-color: #009900;
}

.panel-result-partial {
    border-color: #FFC000;
}

.panel-result-incorrect {
    border-color: #CC0000;
}

.panel-result-correct > .panel-heading {
    color: #fff;
    background-color: #009900;
    border-color: #009900;
}

.panel-result-partial > .panel-heading {
    color: #fff;
    background-color: #FFC000;
    border-color: #FFC000;
}

.panel-result-incorrect > .panel-heading {
    color: #fff;
    background-color: #CC0000;
    border-color: #CC0000;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 930;
}

.panel-fh-primary {
    border-color: #333333;
}

.panel-fh-primary > .panel-heading {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

.text-danger {
    color:rgb(204,0,0);
}

.text-success {
    color: rgb(0,128,0);
}

.text-black {
    color: #000;
}

.btn-success {
    background-color: rgb(0,128,0);
    border-color: rgb(0,128,0);
}

.btn-danger {
    background-color: rgb(204,0,0);
    border-color: rgb(204,0,0);
}

.normal-weight {
    font-weight: normal;
}

.modal-footer-forget-password,
.modal-footer-forget-password > .btn-forget-password {
    padding-left: 0;
    padding-right: 0;
}

input[type=text]::-ms-clear {
    display:none;
}
/* End of Bootstrap styles overrides */
/* Bootstrap 4 */
.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

/* End of Bootstrap 4*/

/* LandingPage.aspx */
.landing-video {
    width: 508px;
    background-color: #F8F8F8;
    padding: 14px;
}
.landing-video object {
    width: 475px;
    height: 267px;
    margin-left: 2px;
}
.landing-video-error {
    width: 508px;
    height: 267px;
    background: black;
    padding: 45px 0;
}
.landing-video-error .flash-error {
    width: 350px !important;
    background-color: White;
    padding: 14px;
}
h1.landing {
    color: #cd0506;
}
p.landing {
    margin: 14px 0;
    padding: initial;
    color: #cd0506;
}
/* End of LandingPage.aspx */

/* Assessments/SeerStartCategoryTest.ascx | Manager/SeerCategoryTestPreview.ascx */
.select-test-title {
    font-size: 18px;
    padding: 6px 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
}
.select-test-loading {
    position: absolute;
    text-align: center;
    padding-top: 0px;
    padding-left: 0px;
}
.start-test-tooltip {
    outline: none;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    top: 3px;
    display: inline-block;
}
.start-test-tooltip span {
    margin-left: -999em;
    position: absolute;
    color: #8737D4;
}
.start-test-tooltip:hover span {
    position: absolute;
    left: -37px;
    top: 2em;
    z-index: 99;
    margin-left: 0;
    width: 120px;
    margin-top: -66px;
    background: url(https://educatebeta.fredhutch.org/images/fred_hutchinson/tooltip_img.png) center top no-repeat;
}
/* End of Assessments/SeerStartCategoryTest.ascx | Manager/SeerCategoryTestPreview.ascx */

/* Manager/HomeCtrl.ascx */
.manager-home-recent-activity-subcontainer {
    min-height: 201px;
}
.manager-home-recent-activity-subcontainer > .blockOverlay {
    background-color: #fff !important;
}
.manager-home-recent-activity-subcontainer > .blockElement {
    background: none !important;
    top: 2.5px !important;
}
.on_off {
    width: 150px;
    margin-bottom: 10px;
}
.on_off .toggle-light {
    width: 50px;
}
.manager-home-recent-activity-footer {
    font-size: 22px;
}
#cFilterBody .select2-container {
    display: block;
    width: 100%;
    height: 34px;
}

#cFilterBody .select2-choice {
    display: block;
    width: 100%;
    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;
}

#cFilterBody .select2-container .select2-choice .select2-arrow b {
    background-position-y: 1px;
}
.select2-drop-auto-width {
    width: auto !important;
}
.select2-result-label .sidebar {
    width: 128px;
    display:inline-block;
}
.select2-result-label .sidebar-empty {
    width: 0%;
    padding: 0px 5px;
    display: inline-block;
}
.select2-result-label .sidebar-right {
    display: inline-block;
}
/* End of Manager/HomeCtrl.ascx */

/* TakeTestCategoriesTree.ascx */
.spacingTree {
    line-height: 1.9em;
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 472px;
    width: 100%;
    overflow-y: scroll;
}
/* End of TakeTestCategoriesTree.ascx */

/* Any sortable table*/
table.tablesorter thead tr .sorting_disabled {
    cursor: default;
    text-decoration: none;
}

table.tablesorter th {
    cursor: pointer;
}

th.headerSortUp {
    background-image: url(https://educatebeta.fredhutch.org/images/fred_hutchinson/small_asc.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

th.headerSortDown {
    background-image: url(https://educatebeta.fredhutch.org/images/fred_hutchinson/small_desc.gif);
    background-position: right center;
    background-repeat: no-repeat;
}
/* End of sortable table*/

/* Assessments/SeerTestingWizardCtrl.ascx */
.testing-wizard-filter-box {
    width: 4%;
}
.testing-wizard-filter-body {
    width: 239px;
    left: -239px;
}
.summary_item_rescored_tip {
    font-size: 14px;
    line-height: 21px;
}
.Answer .table:last-child {
    margin-bottom:0;
}
.Question a, .Question a label,
.Question a:visited label,
.Question a:link label {
    cursor: pointer !important;
}
.testing-wizard-timer {
    right: 0px;
    top: 100px;
}
.testing-wizard-timer-body {
    left: -145px;
    top: 20px;
}

/* End of Assessments/SeerTestingWizardCtrl.ascx */

/* SeerUserComment.ascx */
.seer-existing-user-comment:hover {
    cursor: pointer;
}
/* End of SeerUserComment.ascx */

.loadingCircle {
    background-color: #ffffff;
    background-repeat: repeat-x;
    border: 2px solid #666666;
    width: 150px;
    height: 36px;
    padding: 7px;
    width: 800px !important;
    height: 400px !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: 0px !important;
    display: none;
    opacity: 1.0 !important;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    position: fixed;
}

.loadingImg {
    vertical-align: middle;
}

/* Assessments/TakenTestsList.ascx */
.select-test-header {
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
}
/* End of Assessments/TakenTestsList.ascx */

/* Testing Wizard classes for templated tests */
.DynamicSection {
    display: none;
}

.DynamicSectionVisible {
    background-color: #C0C0C0;
    border: 1px dashed;
}

.DivTemplateKey {
    display: none;
    width: 300px;
    border: solid 1px;
    background-color: #C0C0C0;
    padding: 5px;
}

.DivTemplateEmpty {
    margin: 5px;
    padding: 5px;
    border: 1px dashed;
    color: #FF0000;
}
.DynamicLabelContainer {
    display: none;
}
/* End of Testing Wizard classes for templated tests */

.jstree-node-unpublished {
    color: #6c757d !important;
}