﻿body {
    padding-bottom: 30px;
}

footer {
    background: #434343;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    margin-top: 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.seer_login .seer_loginForm .input-group.i {
    width: 2em;
}

.seer_login .seer_loginForm .help-block {
    color: red;
}

.seer_login .button {
    max-width: 100%;
    padding: 0 30px;
    line-height: 50px;
}

.seer_login .button--round-l {
    border-radius: 8px;
}

.seer_login .button--antiman {
    height: 50px;
}

.seer_login .alert {
    text-align: left;
    padding: 5px 30px 5px 15px;
    margin-bottom: 15px;
    font-size: 12px;
}
.seer_login .checkbox, .seer_login .radio{
    text-align: left;
}
button[disabled]{
    cursor: not-allowed;
    
}
button[disabled]::before{
    transform: scale3d(1, 1, 1) !important;
}
button[disabled]::after{
    background: #ffcc80 !important;
    border: 2px solid #ff9800 !important;
    transform: scale3d(1, 1, 1) !important;
}
button[disabled]:hover::after{
    background: #ffcc80 !important;
    border: 2px solid #ff9800 !important;
    transform: scale3d(1, 1, 1) !important;
}

button[disabled].btn-5a span{
    transform: inherit !important;
} 
button[disabled].btn-5a{
    background: #ffcc80 !important;
}
button[disabled].btn-5a::before{
    top: -100px !important;
}

.dropdown-menu > li > a {
    font-size: 12px;
}


.btn-fa::before {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
}

.icon-test::before {
    content: "\f03a";
}

.icon-result::before {
    content: "\f080";
}
.icon-home:before{
    content: "\f015";
}

.icon-pause::before {
    content: "\f04c";
    font-size: 12px;
    line-height: 36px;
}

.icon-next::before {
    content: "\f061";
    font-size: 12px;
    line-height: 36px;
}

.icon-close::before {
    content: "\f00d";
    font-size: 12px;
    line-height: 30px;
}

.expand-wrapper {
    /*background: #E4EFE9;*/
    padding: 20px;
    position: relative;
}


.arrow_box {
    position: relative;
    background: #E4EFE9;
    border: 4px solid #;
}

    .arrow_box:after, .arrow_box:before {
        bottom: 100%;
        /*left: 25%;*/
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #E4EFE9;
        border-width: 20px;
        margin-left: -20px;
    }

    .arrow_box:before {
        border-color: rgba(0, 0, 0, 0);
        border-bottom-color: #;
        border-width: 26px;
        margin-left: -26px;
    }

.expand-wrapper .title-text {
    text-align: left;
}

    .expand-wrapper .title-text::after {
        right: initial;
    }

.expand-wrapper input[type="checkbox"], .expand-wrapper input[type="radio"] {
    outline: none !important;
    box-shadow: none;
}

.expand-wrapper label {
    font-weight: 500;
}

.expand-wrapper .alert {
    text-align: left;
    padding: 5px 30px 5px 15px;
    margin-bottom: 15px;
    font-size: 12px;
}

.timer-block {
    background: #f4f4f4 none repeat scroll 0 0;
    display: table;
    font-size: 13px;
    margin: 0 auto;
    padding: 3px 10px;
    width: 100%;
    margin: 20px 0 0 0;
}

.question-action-btn-panel {
    margin: 20px -15px;
}

.top-action-block {
    position: relative;
}

    .top-action-block .print-icon {
        color: #121212;
        font-size: 18px;
    }
    .top-action-block .print-icon a {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .top-action-block .print-icon a:last-child {
        margin-right: 30px;
    }
    .top-action-block .print-icon .fa {
        margin-right: 5px;
    }

.result-tbl {
    overflow: hidden;
    height: 560px;
    margin-bottom: 20px;
    position: relative;
}

.two-col-result-block .well {
    height: 180px;
}

.result-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .result-list li {
        width: 100%;
        margin-bottom: 5px;
        display: table;
    }

        .result-list li span.lbl {
            float: left;
            text-align: left;
        }

        .result-list li span.key {
            float: right;
            text-align: right;
        }

.result-info-block {
    margin-top: 20px;
}

    .result-info-block span {
        margin-left: 10px;
        font-size: 10px;
    }

        .result-info-block span:first-child {
            margin: 0;
        }

.well-gap-result-graph {
}

.fixed-width-col {
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 0;
}

.results_table {
    height: 560px;
    overflow: auto;
    position: relative;   
}
.results_table .headertable {
    table-layout: fixed;
    position: absolute;
    width: 100%;
    background-color: white;
}
.results_table .headertable th {
    width: 100px;
}
.results_table .datatable {
    table-layout: fixed;
    margin-top: 38px;
    margin-bottom: 0px;
    width: 100%;
}
.results_table .datatable td {
    width: 100px;
}


.fixed-header {
    /*position: absolute;*/
}

.fixed-header {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0;
}

    .fixed-header thead tr {
        display: table;
        position: relative;
        width: 100%;
    }

        .fixed-header thead tr th {
            width: 100px;
        }

    .fixed-header tbody {
        display: block;
        overflow: hidden;
        overflow-y: overlay;
        width: 100%;
        height: 520px;
    }

        .fixed-header tbody tr {
            display: table;
            width: 100%;
        }

            .fixed-header tbody tr td {
                width: 100px;
            }

        p.lg-text{
            font-size: 14px;
            font-weight: bold;
        }

        .row.small-p-text p{
            font-size: 12px;
            text-align: left;
            margin: 5px 0;
        }

        .dark-well{
            background: #e0e0e0;
            padding-bottom: 20px;
            margin-bottom: 0;
        }
        p.no-top-margin{
            margin-top: 0;
        }

@media print {
    .results_table.no-print {
        display: none;
    }
    .results_table {
        height: auto;
        margin-bottom: 20px;
        font-size: 14px !important;
    }
    .results_table .headertable {
        margin-bottom: 0px;
        table-layout: auto;
        position: static;
        width: auto;
    }
    .results_table .headertable th {
        width: auto;
        padding: 0px 5px;
        width: 120px;
    }
    .results_table .datatable {
        table-layout: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        width: auto;
    }
    .results_table .datatable td {
        width: auto;
        padding: 0px 5px;
        width: 120px;
    }
    #results_chart .test-summary {
        font-size: 14px !important;
    }
    #results_chart .test-summary .small-p-text p {
        font-size: 14px !important;
    }
    .top-action-block * {
        font-size: 14px !important;
    }
    .top-action-block .col-sm-3 {
        display: block;
        width: 100%;
    }
}