﻿.header-buttons {
    font-size: 1.2em;
}

.select2-container {
    z-index: 9999;
}

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: 75px;
    z-index: 90;
    border-bottom: 2px solid #aaa;
}

.schedulingSpacer {
    padding-top: 205px;
}

.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: 100%;
    float: left;
    clear: left;
    padding-top: 8px;
}

.question-set div.form-group {
    width: 50%;
    float: left;
}
.question-set div.form-group.lineario {
    width: 100%;
    float: none;
}
.question-set div.form-group.lineario input[type="text"]{
    width: 65px;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    text-align: right;
}
.question-set div.form-group.lineario:first-child input[type="text"] {
    font-size: 0.7em;
}

div.form-group.lineario-header {
    padding-left:80px;
}
img.img-lineario {
    width: 100%;
    margin-top: 50px;
}
div.form-group.lineario-header label {
    padding-right: 0;
    width: 65px;
    text-align: center;
    margin-right: 1px;
}
.question-set div.form-group.lineario label{
    width: 60px;    
}
.question-set fieldset {
    float: left;
    line-height: 25px;
    margin-bottom: 0;
}

.question-set label {
    margin-right: 20px;
    clear: both;
    display: block;
    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;
    margin-top: -10px;
}

.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;
}

nav.top-menu .dropdown-inline-button {
    padding: 0 7px;
}

.alert a.btn {
    opacity: 1;
}
.pricing-table .pricing-item .pricing-header .pricing-price .pricing-currency {
    display: block;
    margin-top: 3px;
    margin-right: 0;
    font-size: 20px;
    vertical-align: top;
    width: 70%;
    text-align: left;
    margin: auto;
}

.pricing-table .pricing-item .pricing-header .pricing-price .pricing-currency .price-amount {
   float: right;
   min-width: 100px;
   display: inline-block;
}


.dt-buttons .btn {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 1100px;
    }
}