﻿html, body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}

.field-validation-error, .validation-summary-errors {
    display: block;
    width: 100%;
    margin-top: .25rem;
    color: #fd27eb;
    font-weight: 500;
    font-size: .9rem;
    padding-left: 1.6rem;
}

div.dataTables_wrapper div.dataTables_length {
    margin: 5px 5px 0 5px;
}

    div.dataTables_wrapper div.dataTables_length label {
        font-weight: normal;
        text-align: left;
        white-space: nowrap;
    }

    div.dataTables_wrapper div.dataTables_length select {
        width: 75px;
        display: inline-block;
    }

div.dataTables_wrapper div.dataTables_processing {
    border-color: #1dc9b7;
    padding-left: 2.5rem;
    border-bottom-width: 2px;
}
/* THROBBER */
.throbber-header {
    font-size: 145%;
}

.throbber {
    display: none;
}

    .throbber .curtain {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #3e4d45;
        opacity: 0.9;
        filter: alpha(opacity=90);
        z-index: 9999;
    }

    .throbber .curtain-content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
    }

        .throbber .curtain-content div {
            text-align: center;
            padding: 250px;
            color: #FFF;
        }
/*AJAX loading*/
#ajaxBusy {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}

    #ajaxBusy div {
        display: block;
        background-color: #fff;
        border: 2px solid #1dc9b7;
        padding-left: 2.5rem;
        vertical-align: middle;
        width: 150px;
        height: 40px;
        margin-top: 9px;
        margin-left: auto;
        margin-right: auto;
    }

    #ajaxBusy span {
        background: url(images/ajax-loading.gif) no-repeat;
        width: 40px;
        height: 40px;
        float: right;
        margin: 9px 9px 0px 0px;
    }

.text-required::after {
    color: red !important;
    content: "*" !important;
}

.kt-widget__info .kt-widget__desc span:nth-child(even) {
    font-weight: 500;
    margin-right: .71rem;
}

.kt-portlet .kt-portlet__body {
    padding: 15px;
}

.kt-portlet .kt-portlet__foot {
    padding: 15px;
}

.table thead td, .table thead th {
    font-weight: 700;
}

.form-group {
    margin-bottom: 1.2rem;
}

.input-group-text {
    padding: 0.55rem 0.55rem;
}

.input-group [class*=" la-"], .input-group [class^=la-] {
    font-size: 1.2rem;
}

.tb-office-code-dark {
    font-weight: 700;
    color: chocolate !important;
}

.tb-office-label {
    font-weight: 700 !important;
}

.tb-office-value {
    font-style: italic;
    line-height: 1.5rem;
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: .65rem 0.1rem;
}

.tb-icon__preview {
    width: 100%;
    line-height: 0;
    vertical-align: middle;
    font-size: 6.8rem !important;
    text-align: center
}

.tb-icon-text__preview {
    padding-top: 15px;
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
}

.tb-btn-sm {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.tb-btn-sm i {
    font-size: 0.6rem !important
}
.btn-group-sm > .btn, .btn-sm {
    padding: .2rem 0.6rem;    
}
