@import url('builder.css');

body {
    font-family:'Open Sans',sans-serif;
    background-color: #FBFBFB;
}

.headerbar {
    position: relative;
    margin-bottom: 50px;
}

.headerbar-apppro {

    background-color: #507fb3;
    border-color: #507fb3;

}

.headerbar-apppro-white {

    background-color: #FFF;
    border-color: #FFF;

}

.headerbar-apppro-blue {

    background-color: #5280b2;
    border-color: #FFF;

}

.logo_header {

    margin-top: 16px;
    width: 180px;
    height: 25px;

}

.navbar {
    border: 1px solid transparent;
    margin-bottom: 0px;
    min-height: 40px;
    position: relative;
}

.navbar-header {

    background-color: #5280b2;
    border:0px;
    float: right;

}

.navbar-apppro {

    background-color: #507FB3;
    color: #FFF;
    border: 0px;
    padding-left: 40px;
    height: 60px;

}

.second-navbar-apppro {
    background-color: #7FAAD9;
    color: #FFF;
    border: 0px;
    padding-left: 40px;
    display: none;
}
.second-navbar-apppro.active { display: block; }

.navbar-grey-apppro {

    background-color: #cccccc;
    color: #FFF;
    border: 0px;
    padding-left: 40px;
    height:15px;

}

.navbar-apppro a {

    color: rgba(255, 255, 255, 0.61);
    background-color: #81abd8;

}

.nav-tabs > li > a, .nav-tabs > li > span {
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
    line-height: 28px;
    background-color: #5280b2;
    font-weight: 100;
}

.navbar-span {
    position: relative;
    display: block;
    padding: 15px 15px;
    margin-right: 2px;
}

#full_report_link_mobile:hover, #scores_link_mobile:hover, #interview_guide_link_mobile:hover {
    cursor: pointer;
    color: white;
}

.second-navbar-apppro .nav-tabs > li > span {
    background-color: #7FAAD9;
    color: rgba(255, 255, 255, 0.61);
}

.section_name {
    
    font-size:12px;
    height:60px;
    margin-top:-25px;

}

.vertical_align_middle {

    position: relative;
    top: 50%;
    transform: translateY(-50%);

}

@media screen and (max-width: 768px) {

    .navbar-nav {

            border:0px;

    }
    
    .navbar-nav {
    
        padding:1px;
        margin-top:1px;
        margin-bottom:1px;
    
    }

    .navbar-apppro {
        padding: 0;
    }

    .logo_header {
        margin-left: 25px;
    }

    .container_header {
        float: none !important;
        margin-right: 0 !important;
        margin-top: 18px;
    }
    .navbar-collapse.in {
        overflow-y: none;
    }
    
    .nav-tabs > li > a {
        border: 1px solid transparent;
        border-radius: 0px 0px 0 0;
        line-height: 20px;
        margin-right: 2px;
        background-color: #5280b2;
    
    }

    .nav-tabs > li {
        width: 100%;
        text-align: right;
        padding-right: 8px;
    }
    
    .section_name {
    
        font-size:10px;
    
    }

    .second-navbar-apppro { display: none !important; }
    
}

.navbar-nav {

        background-color: #5280b2;

}

.second-navbar-apppro .navbar-nav {
    background-color: #7FAAD9;
}

.nav-tabs > ul {
    background-color: #5280b2;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    background-color: #5280b2;
}

.second-navbar-apppro .nav-tabs > li {
    background-color: #7FAAD9;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > span, .nav-tabs > li.active > span:focus, .nav-tabs > li.active > span:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #5280b2;
    border: 1px solid transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #FFF;
    cursor: default;
    outline:0;
    font-weight: 500;
}

.second-navbar-apppro .nav-tabs > li.active > span, .second-navbar-apppro .nav-tabs > li.active > span:focus, .second-navbar-apppro .nav-tabs > li.active > span:hover {
    background-color: #7FAAD9;
}

.icon-bar {

    background-color: #FFF;

}

h1,h2,h3,h4,h5,h6 {

    color: #5683b0;

}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #5683b0;
    margin: 1em 0;
    padding: 0; 
}

.grey_line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #777777;
    margin: 1em 0;
    padding: 0; 
}

.color_light_grey {

    color: #777777;

}

.color_black {

    color: #000;

}

.color_notice {

    color: #c2c2c2;

}

.color_orange {

    color: #fec34a;

}

.color_lime {

    color: #57bd3f;

}

.font_weight_bold {

    font-weight:bold;

}

.font_weight_normal {

    font-weight:100;

}

.font_size_nine {

    font-size:9px;

}

.font_size_ten {

    font-size:10px;

}

.font_size_twelve {

    font-size:12px;

}

.margin_top_ten { margin-top: 10px; }
.margin_top_five { margin-top: 5px; }
.margin_top_fifteen { margin-top: 15px; }
.margin_top_twenty { margin-top: 20px !important; }
.margin_top_thirty { margin-top: 30px !important; }

.section_bar {

    background-color: #81abd8;
    height:35px;
    color: #FFF;
    width: 100%;
    padding: 5px;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;

}

.score_performance_high {

    background-color: #0b6739;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    height:35px;
    display:inline-block;
    float:right;
    margin-top:-5px;
    margin-right:-5px;

}

.score_performance_moderate {

    background-color: #57bd3f;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    height:35px;
    display:inline-block;
    float:right;
    margin-top:-5px;
    margin-right:-5px;

}

.score_performance_low {

    background-color: #fec34a;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    height:35px;
    display:inline-block;
    float:right;
    margin-top:-5px;
    margin-right:-5px;

}

.score_performance_default {

    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    height:35px;
    display:inline-block;
    float:right;
    margin-top:-5px;
    margin-right:-5px;

}

.score_line_gradient {
    
    border-radius: 25px;
    border: 1px solid #b3b3b5;
    padding: 2px; 
    width: 100%;
    height: 15px;
    
    background: #009144; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(223, 237, 110, 1),  rgba(155, 213, 85, 1), rgba(88, 189, 63, 1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, rgba(223, 237, 110, 1),  rgba(155, 213, 85, 1), rgba(88, 189, 63, 1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, rgba(223, 237, 110, 1),  rgba(155, 213, 85, 1), rgba(88, 189, 63, 1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left, rgba(223, 237, 110, 1),  rgba(155, 213, 85, 1), rgba(88, 189, 63, 1)); /* Standard syntax */
    
}

.score_line_empty {
    border-radius: 25px;
    border: 1px solid #b3b3b5;
    padding: 2px; 
    width: 100%;
    height: 15px;
    background-color: #FFF;
}

.score_line_header {
    border-radius: 25px;
    padding: 2px; 
    width: 100%;
    height: 15px;
}

.score_line_solid {
    border-radius: 25px;
    border: 1px solid #b3b3b5;
    padding: 2px; 
    width: 100%;
    height: 15px;
    background-color: #009144;
}

.score_line_solid_orange {
    border-radius: 25px;
    border: 1px solid #b3b3b5;
    padding: 2px; 
    width: 100%;
    height: 15px;
    background-color: #fec34a;
}

.score_line_solid_light_green {
    padding: 2px; 
    border: 1px solid #b3b3b5;
    width: 100%;
    height: 15px;
    background-color: #57bd3f;
    z-index: 1;
}

.score_line_solid_dark_green {
    border-radius: 25px;
    border: 1px solid #b3b3b5;
    padding: 2px; 
    width: 100%;
    height: 15px;
    background-color: #0b6739;
}

.score_bubble {
    border-radius: 25px;
    border: 1px solid #B3B3B5;
    background-color: #AED8E6;
    color: #000;
    padding-top: 5px;
    text-align:center; 
    width: 30px;
    height: 30px;
    margin-top:-10px;
    font-size: 14px;
    font-weight:bold;
    position:absolute;
    margin-left:-12px;
    z-index: 2;
}

.score_bubble.in_range {
    background-color: #0E6739;
    color: #FFF;
}

.score_bubble.out_of_range {
    background-color: #FF2600;
    color: #FFF;
}

.score_bubble.dark {
    border-color: #aed8e6;
    color: #FFF;
    background-color: #507FB3;
    font-weight: normal;
}

.benchmark_mobile_ticker {
    width: 160px;
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
}

.benchmark_mobile_fraction {
    width: 160px;
    display: inline-block;
    vertical-align: top;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #81abd8;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 2000;
}

.dropdown-menu > li > a {
    color: #000;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #81abd8;
    color: #FFF;
}

.nav > li > a:focus, .nav > li > a:hover {

    background-color: transparent;
    text-decoration: none;
    border-color: transparent;
    color: rgba(255,255,255,1);

}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {

    background-color: #81abd8;
    border-color: #337ab7;
}

/*Damian*/
.container_header {
    width: inherit;
    float: right;
    margin-right: 25px;
}

.navbar-toggle {
    margin-top: 12px;
    margin-bottom: 12px;
}

.full_container {
    width: 100%;
    padding: 10px 45px 10px;
}
.assessment_full_container { padding: 0px 45px 0px; }
.white_container { background-color: #FFF; }
.card_box_shadow { box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.15); }
.color_gray { color: #B8B8B8; }
.search_form i {
    position: absolute;
    line-height: 32px;
}
.search_form input {
    border: 0 !important;
    padding-left: 25px;
    box-shadow: none;
}
input:focus, select:focus { box-shadow: none !important; }
.sh_dropdown {
    border: 2px solid #E6E7E8;
    box-shadow: none;
    font-weight: normal;
}

.candidates_header_table { padding-right: 7px; }
.sh_table_header {
    margin-top: 5px;
    padding-top: 5px;
}
.table_container {
    margin-bottom: 5px;
    padding-bottom: 5px;
    overflow-y: scroll;
    /*height: 60vh;*/
    max-height: 60vh;
}
.table_container::-webkit-scrollbar { width: 9px; }

.table_container::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #D8D8D8;
}

.padding_left_twenty_five { padding-left: 25px; }
.sh_table {
    width: 100%;
    color: #4A4A4A;
}
.sh_table th { height: 40px; }
.sh_table td {
    height: 50px;
    font-size: 12px;
}
.sh_table th, .sh_table td { width: 10%; }
.sh_table th.lg_column, .sh_table td.lg_column { width: 25%; }
.sh_table tr td:first-child { font-size: 14px; }
.sh_table tbody tr:hover { background-color: #F7F7F7; }
.sh_table tr {
    border: 1px solid #EEEEEE;
    border-right: none;
    border-left: none;
}
.sh_table tbody tr:first-child, .assessment_table thead tr:first-child { border-top: none; }
.sh_table .orange_remind, .assessment_info .orange_remind {
    background-color: #FCB317;
    color: #FFF;
    padding: 5px 10px;
    margin-right: -12px;
    cursor: pointer;
}
#header_fixed {
    position: fixed;
    top: 0px;
    display: block;
    background: white;
}

.assessment_table tr th:last-child, .assessment_table tr td:last-child {
    text-align: right;
    padding-right: 25px;
}
.assessment_table tr th:first-child, .assessment_table tr td:first-child { padding-left: 25px; }
.assessment_table tbody tr:last-child { border-bottom: none; }

.cursor_pointer { cursor: pointer; }
tr.assessment_link {
    background-color: #F7F7F7;
    text-align: left;
    color: #9B9B9B;
    padding: 10px 20px;
}
tr.assessment_link td {
    font-size: 12px !important;
    text-align: left !important;
    padding: 0px 15px !important;
}
tr.assessment_link span {
    display: block;
    background-color: #FFF;
    padding: 7px;
}

.settings_container { margin-bottom: 20px; }
.border_bottom_gray { border-bottom: 1px solid #EEEEEE; }
.border_top_gray { border-top: 1px solid #EEEEEE; }
.settings_row, .assessment_row {
    min-height: 50px;
    padding: 0px;
}
.settings_row.row, .assessment_row.row{ margin: 0px; }
.settings_row div, .assessment_row div {
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #4A4A4A;
}
.text_align_right { text-align: right; }
.text_align_center { text-align: center; }
.settings_header_row div, .assessment_header_row div{
    font-size: 20px;
    color: #949494 !important;
}
.settings_header_row i, .assessment_header_row i {
    color: #9B9B9B;
    cursor: pointer;
}
.settings_header_row i:hover, .assessment_header_row i:hover { color: #7A7A7A; }
.assessment_header_row i { color: #9B9B9B; }
.settings_label {
    color: #4A4A4A !important;
    font-weight: bold;
}
.settings_footer_row div{
    text-align: center;
    color: #7FAAD9;
    cursor: pointer;
}
.settings_bubble {
    color: #B8B8B8;
    border: 1px solid #B8B8B8;
    border-radius: 18px;
    margin-left: 5px;
    padding: 2px 7px;
}
.score { font-weight: bold; }
.score_high { color: #0A6938; }
.score_medium { color: #53BF36; }
.score_low { color: #FFC43B; }


/* Accordion */
.panel {
    border: none;
    border-bottom: 1px solid #EEEEEE;
    -webikit-box-shadow: none;
    box-shadow: none;
}
.panel-group .panel+.panel {
    margin-top: 0px;
}
.panel-default>.panel-heading {
    background-color: #F7F7F7;;
    cursor: pointer;
}
.panel-default>.panel-heading:hover { background-color: #F7F7F7; }
.panel-default>.panel-heading+.panel-collapse>.panel-body { border-color: #EEEEEE; }
.assessment_info {
    line-height: 25px;
    word-wrap: break-word;
    font-size: 12px;
}
.assessment_info span { font-weight: bold; }
.assessment_info ul { margin: 0px; }
.assessment_add_email {
    font-weight: normal !important;
    color: #FFF;
    background-color: #507FB3;
    padding: 0px 10px;
    float: right;
    cursor: pointer;
}
.assessment_add_email:hover { background-color: #466e9b; }
.panel-group { margin-bottom: 0px; }
.panel-body {
    background-color: #FFF;
    border: 15px solid #F7F7F7 !important;
    border-top: 0px !important;
}
.collapse.in>.panel-heading {
    background-color: #F7F7F7;
}
.panel-heading.collapsed { background-color: #FFF; }
.panel-heading i {
    font-size: 23px;
}

.panel-heading .fa-angle-up { line-height: 23px; }
.panel-heading.collapsed .fa-angle-down { display: block; }
.panel-heading.collapsed .fa-angle-up { display: none; }
.panel-heading .fa-angle-up { display: block; }
.panel-heading .fa-angle-down { display: none; }
.panel-body hr { border-color: #EEEEEE; }

.mobile_view { display: none !important; }

#candidates_accordion {
    margin-bottom: -10px;
    margin-top: 10px;
}
#assessment_table_accordion .row, .assessment_table_header.row {
    color: #4A4A4A;
    margin: 0px !important;
    line-height: 23px;
}
.assessment_table_header {
    padding: 10px 15px;
    font-weight: bold;
}
#assessment_table_accordion .panel-heading div.col-sm-1 { font-size: 12px; }

.tabs_containers { margin: 50px 0px; }

.container_centered {
    width: 100%;
    margin: 0px auto;
    max-width: 738px;
    padding: 0px 15px;
    padding-bottom: 25px;
}

.sh_save_changes {
    color: #FFF;
    background-color: #A6CA00;
    padding: 10px 65px;
    float: right;
    border: none;
}
.sh_save_changes:hover { background-color: #94b500; }
.sh_save_changes:focus { outline: none; }
.sh_delete_edition {
    color: #949494;
    border: none;
    background-color: transparent;
    margin-top: 8px;
}
.sh_delete_edition:hover { text-decoration: underline; }
.sh_delete_edition:focus { outline: none; }
.header_full_color {
    color: rgba(255,255,255,1) !important;
    font-weight: 500 !important;
}

#assessments .assessment_info select, #user_table_content .assessment_info select {
    margin-top: 5px;
    max-width: 400px;
}

.panel-heading .edit_button {
    float: right;
    margin-right: 10px;
    text-decoration: underline;
    color: #337ab7;
    font-size: 14px;
}

.fa.fa-pencil {
    float: right;
    margin-right: 30px;
    color: #B8B8B8;
    font-size: 16px;
    line-height: 1.4;
}

.fa.fa-folder {
    color: #B8B8B8;
    font-size: 16px;
    line-height: 1.4;
}

.fa.fa-trash {
    color: #B8B8B8;
    font-size: 18px;
    line-height: 1.4;
}

.fa.fa-folder-open {
    color: #B8B8B8;
    font-size: 16px;
    line-height: 1.4;
}

.assessment_info .edit_button {
    text-decoration: underline;
    color: #337ab7;
    font-weight: normal;
    cursor: pointer;
}

.account_subheader .edit_button {
    float: right;
    color: #337ab7;
    cursor: pointer;
}
.account_subheader .edit_button:hover { text-decoration: underline; }

.sh_save_add {
    color: #FFF;
    background-color: #A6CA00;
    border: none;
    width: 100%;
}
.sh_save_add:hover { background-color: #94B500; }
.sh_save_add:focus { outline: none; }

.mobile_candidates_header {
    background-color: #FFF !important;
    font-weight: bold;
}

.settings_subheader_row {
    color: #949494;
    padding: 15px 0px;
    margin-bottom: 15px;
    line-height: 30px;
}

.settings_edit_row { 
    margin-bottom: 20px;
    color: #4A4A4A;
}

.settings_edit_row_inline {
    display: inline-block;
    width: 100%;
}

.error_input {
    font-size: 11px;
    color: #F6A623;
}

.error_input.error_candidness {
    font-size: 12px;
    color: #F6A623;
    font-weight: 300;
}

.invite_candidate_table>.error_input {
    font-size: 13px;
}

.error_addfile {
    font-size: 14px;
    color: #F6A623;
}

.sh_item {
    border-radius: 8px;
    color: #FFF;
    padding: 5px 10px;
    background-color: #B8B8B8;
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
    cursor: default;
}
.sh_item i {
    font-size: 22px;
    margin-left: 5px;
    vertical-align: bottom;
    cursor: pointer;
}
.sh_item.active { background-color: #7FAAD9; }
.report_container .sh_item { cursor: pointer; }
.settings_edit_row .form-control[readonly] {
    background-color: #FFF;
    border: none;
    box-shadow: none;
    padding-left: 0px;
}

.edit_labels { height: 34px; }
.edit_labels label {
    margin-top: 7px !important;
    font-weight: normal;
}

.header_gray_right {
    font-size: 14px;
    float: right;
}
.header_gray_right i {
    font-size: 18px;
    margin-left: 15px;
}

.candidate_title {
    font-size: 24px;
    color: #7FAAD9;
}
.candidate_subtitle {
    font-size: 18px;
    color: #7B7B7B;
}

.report_container {
    margin: 20px 0px 0px;
    padding-bottom: 20px;
}
.margin_bottom_fifty { margin-bottom: 50px; }
.margin_bottom_twenty { margin-bottom: 20px; }
.margin_bottom_fifteen { margin-bottom: 15px; }
.margin_bottom_five { margin-bottom: 5px; }
.margin_bottom_zero { margin-bottom: 0px !important; }
.no_margin { margin: 0px; }
.no_margin_important { margin: 0px !important;}

.candidate_report_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 34px;
}

.candidate_report_title_right {
    font-weight: bold;
    color: #7B7B7B;
    text-align: right;
}
.small_search_input {
    display: inline-block;
    margin-left: 10px;
    width: 50%;
    background-image: url("/images/")
}

.small_search_input::-webkit-input-placeholder { font-family: 'FontAwesome'; }
.small_search_input::-moz-placeholder { font-family: 'FontAwesome'; }
.small_search_input:-ms-input-placeholder { font-family: 'FontAwesome'; }

.padding_fifteen { padding: 15px !important; }
.padding_twenty_five { padding: 25px !important; }
.padding_top_fifteen { padding-top: 15px !important; }
.padding_top_twenty { padding-top: 20px !important; }
.padding_top_twenty_five { padding-top: 25px !important; }
.padding_top_fifty { padding-top: 50px !important; }
.padding_bottom_twenty_five { padding-bottom: 25px !important; }
.no_padding_right { padding-right: 0px; }
.no_padding_left { padding-left: 0px; }

/* Full report */
.full_report_container {
    border: 1px solid #d5d4d0;
    padding: 15px;
    padding-bottom: 0px;
}
.full_report_score_header {
    position: absolute;
    margin-left: -13px;
}
.full_report_score_header div {
    position: absolute;
    margin-top: -5px;
    margin-left: -3px;
}

.full_report_score_row {
    height: 60px;
    padding-top: 25px;
    border-top: 1px solid #d5d4d0;
}

.entryscreen_report_score_row {
    height: 90px;
    padding-top: 25px;
    border-top: 1px solid #d5d4d0;
}

.entryscreen_score_subrow {
    color: #7C7C7C;
    font-size: 12px;
}

.full_report_score_row.color, .entryscreen_report_score_row.color, #mission_rock_self_table td.color {
    background-color: #f8f5ee;
}

#mission_rock_self_table {
    width: 100%;
}
#mission_rock_self_table tr td{
    border: 1px solid #d5d4d0;
    padding-top: 15px;
    padding-bottom: 15px;
}
#mission_rock_self_table thead tr td { vertical-align: bottom; }
#mission_rock_self_table thead { font-size: 12px; }
.mission_background_opacity { background-color: rgba(248, 245, 238, 0.5); }
.mission_border_opacity {
    border-top-color: rgba(213, 212, 208, 0.3) !important;
    border-bottom-color: rgba(213, 212, 208, 0.3) !important;
}
/* end Full report*/

.account_card { color: #4A4A4A; }
.account_card .row {
    padding: 15px 0px;
    line-height: 30px;
}
.account_subheader { color: #7B7B7B; }
.account_label { font-weight: bold; }

.account_disable { color: #7B7B7B; }
.account_additional { color: #7FAAD9; }
.account_upload_file {
    color: #FFF;
    background-color: #B8B8B8;
    padding: 5px 40px;
    cursor: pointer;
}
.account_upload_file:hover { background-color: #909090; }

.account_card .edit_labels { line-height: 22px; }
.module_drag_drop {
    color: #4A4A4A;
    font-weight: bold;
    background-color: #F7F7F7;
    border: 1px solid #EBEBEB;
    margin: 20px 0px;
    padding: 15px;
    cursor: pointer;
}
.module_drag_drop i {
    color: #B8B8B8;
    margin-right: 10px;
    font-size: 30px;
    vertical-align: middle;
}
#ae_modules .module_drag_drop { cursor: default; }

.settings_header_row div, .assessment_table_header div {
    line-height: 34px;
}

.assessment_add_icon i {
    color: #B8B8B8;
    cursor: pointer;
    font-size: 20px;
}
.assessment_add_icon i:hover { color: #8B8B8B; }

.login_button {
    background-color: #507FB3;
    color: #FFF;
    border: 1px solid #416792;
    width: 80%;
    margin: 20px auto 0px;
    max-width: 300px;
}
.login_button:hover { background-color: #416792; }

.auth_options_container {
    margin-top: 20px;
}
.auth_button {
    background-color: #507FB3;
    color: #FFF;
    border: 1px solid #416792;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
    cursor: pointer;
}
.auth_button:hover { background-color: #416792; }

.loading_icon {
    height: 27px;
    position: absolute;
    margin-left: -47px;
    margin-top: -4px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.blue_button {
    background-color: #507FB3;
    color: #FFF;
    border: 1px solid #416792;
    max-width: 300px;
    display: inline-block;
    margin: 20px 20px;
}
.blue_button:hover { background-color: #416792; }
.blue_button[disabled] { background-color: #507FB3; }

.report_cards {
    height: 120px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.report_cards span {
    display: block;
    height: 45px;
}
.card_header {
    font-weight: bold;
    font-size: 16px;
}
.card_score {
    font-size: 34px;
    color: #7B7B7B;
}

.remove_section {
    margin-top: -2px;
    float: right;
}

.none_visible { visibility: hidden; }
.padding_bottom_fifteen { padding-bottom: 15px; }

.second_navbar_mobile, .second_navbar_mobile a { background-color: #7FAAD9 !important; }

#copy_assessment span {
    color: #B8B8B8;
    cursor: pointer;
}
#copy_assessment span.font_weight_bold { color: #4A4A4A; }

.logo_link {
    background-color: transparent !important;
}

.word_wrap_break_word { word-wrap: break-word; }

@media screen and (max-width: 768px) {
    .mobile_view { display: block !important; }
    .mobile_view.hide { display: none !important; }
    .website_view { display: none !important; }

    .full_container { padding: 10px 0px; }
    #candidates_header_search, #assessments_header_search { padding: 0px 15px; }
    .header_options {
        padding: 0px 15px !important;
        padding-right: 0px !important;
        margin-left: -20px !important;
    }
    #candidates .mobile_view .panel.panel-default, #assessments .mobile_view .panel.panel-default { border-top: 1px solid #EEEEEE; }

    .candidate_report_title_right { text-align: left; }

    .mobile_view .assessment_table_header { padding: 10px 0px; }
    .panel-heading, .assessment_table_header { padding: 10px 0px; }
    
    .sh_table_header {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .sh_table_container .sh_table_body {
        margin-left: -2px;
        margin-right: -2px;
        overflow-y: auto !important;
    }
    .first_column_heading { padding-left: 15px !important; }
    .first_column { padding-left: 33px !important; }
    .last_column {
        padding-right: 25px !important;
        padding-left: 5px !important;
    }

    .search_form { margin-bottom: 10px; }
}

.change_language_container {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: -10px;
}

.change_language {
    border: none;
    background-color: transparent;
    outline: none;
    width: 110px;
    cursor: pointer;
    padding: 5px;
}
.change_language img {
    height: 12px;
    margin-bottom: 3px;
    margin-right: 5px;
}
.change_language i {
    vertical-align: text-top;
    margin-left: 5px;
}
button.change_language {
    border: 1px solid #c7c7c7;
    background-color: #FFF;
}
button.change_language:hover { background-color: #f5f5f5; }

#change_language_form {
    position: absolute;
    z-index: 99;
}
#change_language_form.fade { display: none; }
#change_language_form.fade.in { display: block; }

.change_language_shadow { box-shadow: 0px 0px 5px -2px #000; }

.share_link_send {
    color: #FFF;
    padding: 6px 12px;
    font-size: 14px;
    text-shadow: none;
    background-color: #A6CA00;
    border: 1px solid #94B500;
    border-radius: 4px;
    vertical-align: middle;
}
.share_link_send:hover { background-color: #94B500; }

.sh_table_header .fa-sort-asc, .panel-heading .fa-sort-asc {
    vertical-align: middle;
    margin-top: 3px;
    font-size: 14px;
}
.sh_table_header .fa-sort-desc, .panel-heading .fa-sort-desc {
    vertical-align: middle;
    margin-top: -8px;
    font-size: 14px;
}
.panel-heading .fa-sort-asc, .panel-heading .fa-sort-desc { float: initial; }

.add_icon i {
    color: #B8B8B8;
    cursor: pointer;
    font-size: 20px;
    line-height: 34px;
}
.table_container {
    color: #4A4A4A;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 60vh;
}
.table_container::-webkit-scrollbar { width: 9px; }
.table_container::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #D8D8D8;
}

.sh_table_container {
    color: #4A4A4A;
    width: 100%;
    overflow-x: hidden;
}
.sh_table_container .sh_table_body {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 60vh;
    font-size: 12px;
}
.sh_table_container .sh_table_body::-webkit-scrollbar { width: 9px; }
.sh_table_container .sh_table_body::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #D8D8D8;
}
.sh_table_row {
    min-height: 40px;
    padding: 10px 0px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.sh_table_header {
    font-weight: bold;
    margin-left: 2px;
    margin-right: 11px;
}
.first_column_heading { padding-left: 18px; }
.first_column {
    padding-left: 20px;
    font-size: 14px;
}
.header_options { margin-right: 0px; }
.fa_disabled { color: #B8B8B8; }

.sections_benchmark_score {
    display: block;
    font-weight: 300;
    margin-top: 10px;
    font-size: 13px;
}
.sections_benchmark_score div { margin-left: 20px; }
.sections_benchmark_score div.top_score { margin-bottom: 5px; }
.sections_benchmark_score span { color: #707070; }
.benchmark_score {
    color: #000 !important;
    font-weight: 400 !important;
    width: initial !important;
}
.right_benchmark_score { margin-right: 40px; }
.sections_benchmark_score span.label_benchmark_score {
    width: 100px;
    display: inline-block;
}
.sections_benchmark_score span.error_input {
    margin-left: 10px;
    font-size: 12px;
    color: #ff9e00;
}
#ae_modules .sections_benchmark_score span {
    width: 150px;
    display: inline-block;
}
.thank_you_preview_header {
    height: 80px;
    position: relative;
    background-color: #FFF;
    border: 0px;
    border-bottom: 4px solid #EBEBEB;
}
.thank_you_preview_logo_container {
    display: inline;
    padding: 15px 4%;
    line-height: 80px;
}
.thank_you_preview_logo {
    width: 40%;
    max-width: 300px;
    margin: 0px;
    height: 40px;
}
.thank_you_preview_container { 
    background-color: #FFF;
    height: 350px;
    width: 100%;
}
.thank_you_preview_container h1 {
    color: #949494;
}

.numeros_abajo {
    font-weight: normal;
    position: absolute;
    width: initial !important;
    text-align: center;
}
sline {
    font-size: 7px;
}

.sh_branding_button {
    background-color: #507FB3;
    color: #FFF;
    border: none;
    padding: 10px 25px;
}

.sh_apikey_button {
    background-color: #507FB3;
    color: #FFF;
    border: none;
    padding: 10px 25px;
}
.sh_apikey_button:hover { background-color: #426b98; }
.sh_apikey_button:focus { outline: none; }

.invite_icon {
    height: 19px;
    margin: 7px 0px;
    background-image: url("/images/invite.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
.invite_icon:hover {
    background-image: url("/images/invite_hover.png");
}

.sh_csv_upload_text_offset {
    position: relative;
    bottom: 1px;
}

.sh_csv_checkbox_row {
    padding-bottom: 15px;
}

.sh_csv_checkbox_bottom_row {
    padding-bottom: 30px;
}

.sh_csv_guidetext {
    font-size: 14px;
    color: #9B9B9B;
    display: block;
}

.sh_upload_csv {
    color: #949494;
    padding: 10px 0px;
    border: none;
}

.sh_add_file {
    background-color: #507FB3;
    color: #FFF;
    padding: 10px 20px;
    border: none;
}

.sh_add_file:disabled {
    background-color: #949494;
}

.sh_csv_title_row {
    padding-bottom: 15px;
}

.sh_csv_title {
    font-size: 24px;
    padding: 10px 20px;
}

.sh_csv_title_blue {
    font-size: 25px;
    color: #507FB3;
    padding: 10px 20px;
}

.sh_csv_checkbox {
    position: absolute;
    top: 3px;
    z-index: 1;
}

.sh_csv_text {
    padding-left: 35px;
}

.sh_csv_guidetitle {
    font-size: 16px;
    color: #4A4A4A;
    padding-bottom: 2px;
}

.sh_csv_processtitle {
    font-size: 18px;
    color: #7FAAD9;
}

.sh_upload_csv:hover {
    cursor: pointer;
}

.mock_checked {
    padding-left: 6px;
}

.mock_unchecked {
    padding-left: 20px;
}

.mock_checkbox {
    border: 2px solid #9B9B9B;
    border-radius: 6px;
    padding-top: 1px;
}

.mock_checkbox>i {
    position: relative;
    color: #507FB3;
    top: -1px;
    left: -3px;
}

.sh_add_candidate {
    background-color: #507FB3;
    color: #FFF;
    padding: 10px 20px;
    border: none;
    width: 140px;
}
.sh_add_candidate:hover { background-color: #416792; }
.sh_add_candidate:focus { outline: none; }

.invite_candidate_table .invite_candidate_row {
    border-bottom: 1px solid #EEEEEE;
    margin: 0px !important;
    padding: 10px;
}

.invite_candidate_table .invite_candidate_row:last-child { border: none; }

.sh_invite_candidate {
    color: #FFF;
    background-color: #A6CA00;
    border: none;
    padding-top: 3px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    width: 140px;
}
.sh_invite_candidate:hover { background-color: #94b500; }
.sh_invite_candidate:focus { outline: none; }

.invite_remove {
    color: #B8B8B8;
    float: right;
    font-size: 22px !important;
    margin-top: -3px;
    cursor: pointer;
}

.back_arrow {
    font-size: 16px;
    vertical-align: text-top;
    margin-top: 4px;
    margin-right: 5px;
}

.btn_upload {
    background-color: #FFF;
    border-color: #CCC;
    color: #555;
}

.btn_upload:hover {
    background-color: #507FB3;
    border-color: #CCC;
    color: #FFF;
}

.modal_branding_logo {
    background-color: #507FB3;
    text-align: center;
    padding: 20px 20px 10px;
    border-bottom: 10px solid #7fAAD9;
}

.logo_preview {
    height: auto;
    width: auto;
    max-height: 45px;
    max-width: 500px;
}

.modal_branding_button, .modal_branding_button:hover {
    background-color: #507FB3;
    color: #FFF;
    display: inline-block;
    font-size: 20px;
    padding: 10px 60px;
    text-align: center;
    margin: 30px 0px 0px;
    text-decoration: none;
    border-radius: 3px;
}

i.top_right_icon {
    position: absolute;
    font-size: 20px;
    bottom: 27px;
    margin-left: 10px;
}

i.top_right_icon:hover {
    cursor: pointer;
}

.export_csv_text {
    font-size: 14px;
    color: #507FB3;
    cursor: pointer;
}

.placeholder_padding::-webkit-input-placeholder, .placeholder_padding:-moz-placeholder, .placeholder_padding::-moz-placeholder, .placeholder_padding:-ms-input-placeholder {
    padding-left: 10px;
    color: #B8B8B8;
}

.placeholder_padding {
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.reports_input_border_gray {
    border: 1px solid #D8D8D8;
}

.filter_text {
    padding-right: 9px;
    cursor: pointer;
}

.score_filter_bar {
    background-color: #A6CA00;
    height: 8px;
    margin-left: 0%;
    border-radius: 5px;
}

.score_filter_back {
    margin-left: 0px;
    margin: 15px auto 5px;
    height: 8px;
    color: #C9CACA;
    border-radius: 5px;
    background-color: #C9CACA;
}

.slider.slider-horizontal {
    margin: 10px;
    width: 90% !important;
}

.slider div {
    margin: 0px;
}

.slider .slider-track-low, .slider .slider-track-high {
    background: #EBEBEB;
}

.slider .slider-track {
    height: 5px !important;
}

.slider .slider-selection {
    background: #A6CA00;
    filter: none !important;
}

.slider .slider-handle {
    background: #B8B8B8;
    width: 15px;
    height: 15px;
    top: 0px;
    margin-left: -8px !important;
}

.slider .tooltip.top {
    z-index: 10;
    margin-top: -51px !important;
}

.slider .tooltip-inner {
    color: #FFF;
}

#table_head th {
    padding: 14px 5px 16px;
    font-size: 14px;
}

#table_content td {
    padding: 14px 5px 16px;
    font-size: 12px;
    vertical-align: middle;
}

#table_head, #table_content {
    color: #4A4A4A;
    margin-bottom: 0px;
    table-layout: fixed;
    width: 100%;
    display: block;
}

#table_head .fa-sort-asc {
    vertical-align: middle;
    margin-top: 3px;
    font-size: 14px;
    margin-left: 5px;
}

#table_head .fa-sort-desc {
    vertical-align: middle;
    margin-top: -8px;
    font-size: 14px;
    margin-left: 5px;
}

#table_content td[data-section="0"] {
    text-align: center;
}

#table_head {
    margin-bottom: 0px;
    font-size: 14px;
}

#table_content {
    font-size: 12px;
    margin-bottom: 0px;
}

#scroll_wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    height: 500px;
    width: 100%;
    table-layout: fixed;
}

#report_div {
    padding-left: 55px;
    padding-right: 55px;
}

#report_div .error_input {
    font-size: 14px;
    padding-left: 5px;
}

.grade_text {
    color: #9B9B9B;
    padding-left: 10px;
}

#filter_arrow_up, #filter_arrow_down {
    line-height: 23px;
    color: #B8B8B8;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    top: 3px;
    right: 5px;
}

.unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-menu {
    background-color: #FFF;
}

.dropdown-menu .disabled.day {
    color: #DDD;
}

.gray_link {
    color: #B8B8B8;
    font-size: 16px;
}

.gray_link:hover {
    color: #8F8F8F;
    cursor: pointer;
}

.warning_text  {
    font-size: 14px;
    color: #F6A623;
}

.bold {
    font-weight: bold;
}

.select_company_span {
    margin: 15px;
    display: block;
    font-size: 14px;
}

.top_input_score, .bottom_input_score {
    width: 134px;
}

.datepicker table {
    font-size: 14px !important;
}

#report_filter_start_date, #report_filter_end_date {
    width: 100%;
    max-width: 163px;
}

#mission_rock_self_table {
    font-size: 14px;
}

#copy_share_link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    display: inline-block;
    margin-top: 5px;
}

.btn_copy {
    background-color: #FFF;
    border-color: #CCC;
    color: #555;
}

.btn_copy:hover {
    background-color: #507FB3;
    border-color: #CCC;
    color: #FFF;
}

#span_copy_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    display: inline-block;
    border: 1px solid #CCC;
    padding: 6px 12px;
    border-right: 0px;
}

#tutorial {
    width: 100%;
}

#screen_dim {
    background: rgba(255, 255, 255, .9);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1002;
    top: 0px;
    left: 0px;
}

#score_report_top_dim {
    background: rgba(255, 255, 255, .9);
    height: 211%;
    width: 1000%;
    position: absolute;
    z-index: 1002;
    top: -811px;
    left: -61px;
}

#score_report_bottom_dim {
    background: rgba(255, 255, 255, .9);
    height: 0%;
    width: 100%;
    position: absolute;
    z-index: 1002;
    top: 0px;
    left: 0px;
}

.page_4_fix {
    height: calc(100% + 736px) !important;
}

.page_5_fix {
    height: calc(100% + 2300px) !important;
}

.tutorial_page {
    z-index: 1003;
    position: absolute;
    right: 0;
}

.tutorial_button_center {
    background-color:#507FB3;
    color:#FFF;
    font-size: 13px;
    width: 101px;
    height: 38px;
    display: block;
    border-radius: 4px;
    margin: auto;
    margin-top: 18px;
}

.tutorial_button_inline {
    display: inline-block;
    width: auto;
    margin-left: 7px;
    margin-right: 7px;
}

.tutorial_input {
    width: 292px;
    padding: 6px 12px;
    border: 1px solid #B8B8B8;
    display: inline-block;
    float: left;
    border-radius: 4px;
    font-size: 18px;
    color: #4A4A4A;
    height: 38px;
    box-shadow: 0px 0px 9px 0px #B8B8B8;
}

.tutorial_input::placeholder, .tutorial_input::-webkit-input-placeholder, .tutorial_input::-moz-placeholder, .tutorial_input:-ms-input-placeholder {
    color: #B8B8B8;
}

.tutorial_title {
    color: #507FB3;
    font-size: 60px;
    font-weight: 600;
    display: inline-block;
    text-align: left;
    margin-bottom: 4px;
}

.tutorial_title_center {
    color: #507FB3;
    font-size: 60px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-bottom: 4px;
}

.tutorial_subtitle {
    color: #4A4A4A;
    font-size: 24px;
    display: inline-block;
    text-align: left;
    margin-bottom: 32px;
}

.tutorial_subtitle_center {
    color: #4A4A4A;
    font-size: 24px;
    display: block;
    text-align: center;
    margin-bottom: 39px;
}

.tutorial_description {
    color: #4A4A4A;
    font-size: 18px;
    display: inline-block;
}

/* Prevent text from wrapping below the arrow image */
.tutorial_description > span {
    display: block;
    overflow: hidden;
}

.tutorial_warning {
    text-align: center;
    display: block;
    font-size: 14px;
}

.no_scroll {
    overflow: hidden;
}

#tutorial_page_1 {
    top: 125px;
    position: fixed;
}

#tutorial_page_2 {
    bottom: 100%;
    text-align: center;
}

#tutorial_page_3 {
    bottom: 100%;
    text-align: center;
}

#tutorial_page_4 {
    bottom: 101%;
    text-align: center;
}

#tutorial_page_5 {
    bottom: 101%;
    text-align: center;
}

#tutorial_page_6 {
    top: 150px;
}

.reminder_text {
    font-style: italic;
    color: #4A4A4A;
}

.assessment_title_text {
    font-size: 14px;
    line-height: 20px;
    color: #4A4A4A;
}

.resend_invite_text {
    line-height: 20px;
    color: #337AB7;
    font-size: 12px;
    position: relative;
}

.completed_text, .expired_text {
    color: #4A4A4A;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}

#limit_inventory {
    margin-top: 0px;
}

.company_checkbox_label {
    font-weight: normal;
    font-size: 14px;
    color: #373A3C;
    margin-bottom: 0px;
}

.sh_tooltip {
    position: relative;
    display: inline-block;
}

.sh_tooltip .sh_tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #4C4E56;
    font-size: 10px;
    color: #FFF;
    text-align: left;
    border-radius: 1px;
    position: absolute;
    top: -5px;
    left: 106%;
    z-index: 1;
    padding: 5px 10px 5px 10px;
    line-height: 15px;
}

.sh_tooltip .sh_tooltiptext::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 98%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #4C4E56 transparent transparent;
}

.sh_tooltip:hover .sh_tooltiptext {
    visibility: visible;
}

.inventory_navbar {
    position: absolute;
    right: 50px;
    top: 75px;
    text-align: right;
    color: #4A4A4A;
}

.inventory_navbar_dev {
    position: absolute;
    right: 50px;
    top: 134px;
    text-align: right;
    color: #4A4A4A;
}

.inventory_count_negative {
    color: #FF0000;
}

.inventory_blur_text {
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
    color: transparent;
}

.tooltip-inner {
    width: 50px;
    background-color: #4B4E56;
    font-size: 10px;
    color: #FFF;
    border-radius: 2px;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #4B4E56;
    left: 1px;
}

.tooltip.in {
    opacity: 1;
}

.switch {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 17px;
    margin-left: 7px;
    margin-top: -7px;
    top: 7px;
}

.switch input {
    display:none;
}

.toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D8D8D8;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 9px;
}

.toggle:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: #FFF;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 50%;
}

input:checked + .toggle {
    background-color: #507FB3;
}

input:focus + .toggle {
    box-shadow: 0 0 1px #506FB3;
}

input:checked + .toggle:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.archived_assessment {
    background-color: #F7F7F7 !important;
}

.report_ua_link {
    cursor: pointer;
    /* text-decoration: underline; */
    color: #337ab7;
}

.report_ua_link:hover {
    color: #337ab7;
    text-decoration: none;
}

.fraction_benchmark_in_range {
    color: #007F01;
    size: 14px;
    font-weight: bold;
}

.fraction_benchmark_out_of_range {
    color: #FF2600;
    size: 14px;
    font-weight: bold;
}

.ticker_benchmark_in_range {
    display: inline-block;
    background-color: #007F01;
    width: 16px;
    height: 5px;
}

.ticker_benchmark_out_of_range {
    display: inline-block;
    background-color: #FF2600;
    width: 16px;
    height: 5px;
}

.ticker_benchmark_gray {
    display: inline-block;
    background-color: #B8B8B8;
    width: 16px;
    height: 5px;
}

.span_gray_text {
    color: #9D9D9D;
    padding-left: 10px;
    font-weight: normal;
}

@media (min-width: 992px) {
    .report_span_padding_fix {
        padding-left: 10px
    }
}

/* IE 10,11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ie_date_picker_fix {
        border: 1px solid #CCC;
        height: 35px;
        position: relative;
        bottom: 1px;
    }
}

/* IE 9,10 */
@media screen and (min-width:0\0){
    .ie_date_picker_fix {
        border: 1px solid #CCC;
        height: 35px;
        position: relative;
        bottom: 1px;
    }
}

/* emulates BS4 'float' classes */
@media (min-width: 0px) {
    .pull-xs-left {
        float: left !important;
    }
    .pull-xs-right {
        float: right !important;
    }
    .pull-xs-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .pull-sm-left {
        float: left !important;
    }
    .pull-sm-right {
        float: right !important;
    }
    .pull-sm-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .pull-md-left {
        float: left !important;
    }
    .pull-md-right {
        float: right !important;
    }
    .pull-md-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .pull-lg-left {
        float: left !important;
    }
    .pull-lg-right {
        float: right !important;
    }
    .pull-lg-none {
        float: none !important;
    }
}
.pull-none {
    float: none !important;
}
.fade.show {
    opacity: 1;
}
.modal-backdrop.fade.show {
    opacity: 0.5;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.pagination_container {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.pagination_button {
    font-size: 80%;
    line-height: 1;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    color: #FFF;
    background-color: #6c757d;
    border-color: #6c757d;
}
.pagination_button:hover {
    background-color: #5a6268;
    border-color: #5a6268;
}
.pagination_button:disabled {
    opacity: 0.65;
    background-color: #6c757d;
    border-color: #6c757d;
}

.pagination_text {
    margin-bottom: 0;
    display: inline-block;
    font-size: 80%;
}

#companies_account_types {
    padding: 6px 12px;
    user-select: none;
}

#companies_account_types label {
    margin: 0;
    padding: 0;
    text-align: center;
}