﻿.header-buttons {
    font-size: 1.5em;
}

.select2-container {
    z-index: 99999;
}

th .text_filter {
    margin: 0;
    border: none;
    width: 100%;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    background: white;
}

.dataTable th .text_filter {
    width: 100%;
}

th .text_filter.search_init {
    opacity: 0.6;
}

.dataTables_filter {
    display: none;
}

.text-90deg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.schedulingTable {
    overflow: hidden;
}

    .schedulingTable th .text-90deg {
        display: inline-block;
        line-height: 1em;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .schedulingTable .vertical-separator {
        border-left: 1px solid #aaa;
        position: relative;
    }

     .schedulingTable .vertical-separator-light {
        border-left: 1px solid #eee;
        position: relative;
    }

.horizontal-separator {
    border-bottom: 1px solid #aaa;
}

.schedulingTable .sub-header {
    height: 5em;
}

.schedulingTable tr:hover {
    background: #f5f5f5;
}

.schedulingTable {
    min-width: 100%;
    max-width: none;
    table-layout: fixed;
}

    .schedulingTable .alert {
        margin: 0;
        padding: 2px 15px;
        cursor: pointer;
        position: absolute;
        width: 100%;
        z-index: 50;
    }

    .schedulingTable td.padding-0 {
        padding: 0 !important;
    }

.schedulingHeader {
    background: #fff;
    position: fixed;
    margin-top: 78px;
    z-index: 90;
    border-bottom: 2px solid #aaa;
}

.schedulingSpacer {
    padding-top: 208px;
}

.schedulingTable input.income {
    padding: 2px 4px;
    width: 100%;
    font-size: 0.9em;
    background: #e8f7f9;
    text-align: right;
}

.free-answer {
    margin-top: 0;
    margin-bottom: -13px;
}

.simplecolorpicker span {
    padding: 0 6px;
}

.table .btn-sm {
    margin: 0;
}

#statsTable_wrapper {
    overflow-x: auto;
}

#statsTable {
    font-size: 0.8em;
}

    #statsTable .col-question.question-0,
    #statsTable .col-question.question-2,
    #statsTable .col-question.question-4,
    #statsTable .col-question.question-6,
    #statsTable .col-question.question-8,
    #statsTable .col-question.question-10,
    #statsTable .col-question.question-12 {
        background: #f5f5f5;
    }

    #statsTable .col-total {
        background: #f7e47a;
        font-weight: bold;
        color: #333;
    }

#stats {
    margin: 0 15px;
}

#statsTable tfoot {
    font-size: 1.2em;
}

.question-set label.form-control-label {
    width: auto;
    float: left;
    clear: left;
    padding-top: 8px;
}

.question-set fieldset {
    float: left;
    line-height: 42px;
    margin-bottom: 0;
}

#statsTable_wrapper .dt-buttons {
    position: absolute;
    right: 10px;
    margin-top: -50px;
}

.header-date, .header-date:active {
    border: none;
    width: 150px;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
}
.login-info{
    font-size: 14px;
    display: block;
    float: right;
    border-left: 1px solid #eceff4;
    padding-left: 20px;
}

.single-page-block-footer ul li a{
    color: #fff !important;
    font-weight: bold;
}
.input-validation-error{
    border-color: #fb434a !important;
}

.form-group.border-bottom{
    border-bottom: 1px solid #f3f3f3;
}

.logo{
    margin-top:-10px;
}
.panel-heading h3{
    font-size: 20px;
}
.panel .panel-heading{
    padding-bottom: 0;
    height:74px;

}
.bootstrap-datetimepicker-widget table thead tr:first-child th.prev, .bootstrap-datetimepicker-widget table thead tr:first-child th.next {
    color: #2b2838;
}
.dataTables_wrapper {
    overflow-x: auto;
}

.dropdown .dropdown-inline-button.active{
    color: #24222f;
}

.filter_date_range input {
    width: 84px !important;
    padding: 4px 3px;
}

nav.top-menu .dropdown-inline-button {
    padding: 0px 7px;
}
nav.top-menu .menu {
    padding: 10px 16px;
}

nav.top-menu {
    background: #f1f1f1;
        z-index: 10000;
}

footer{
    background: #c7c7c7;
    padding: 3px;
    color: white;
}
footer p {margin-bottom:0;}
footer a {color: #46be8a; font-weight:bold;
}

.page-content-inner {min-height:700px;padding: 10px;}


.modal-open .modal {
    z-index: 99999;
    top: 25%;
}

.dataTable .filter_column button {
    color: black !important;
}