﻿.pdf {
    background:red !important;
}
.excel{
    background:green !important;
}

label.error {
    color: red !important;
    PADDING: 7PX 0PX 0PX 0PX !important;
}

.required:after {
    content: " *";
    color: red;
}

table {
    width: 100%;
}

    table.loading > tbody {
        position: relative;
    }

        table.loading > tbody:after {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.1);
            background-image: url('/images/loading.gif');
            background-position: center;
            background-repeat: no-repeat;
            background-size: 200px 200px;
            content: "";
        }

.select2-container .select2-selection--single {
    height: 33px !important;
}

/*.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px !important;
}*/

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

.section__body--table {
    overflow-y: auto;
    /*max-height: 400px;*/
}
.headcol {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #e4e4e4;
    border: 1px solid #FFF !important;
}
.first-col {
   
    max-width: 150px;
    left: 0px;
}
.second-col {
    left: 120px;
}
.third-col {
    left: 250px;
}
.fourth-col {
    left: 440px;
}
/*.section__body--table thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }*/
.section__body--table tbody th {
    position: sticky;
    left: 0;
}