﻿.loader {
    width: 100%;
    height: 100%;
    background: white;
    position: fixed;
    z-index: 999;
    opacity: 0.8;
    background-image: url('../assets/svg/blueballs.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.egs-hidden {
    transform: scale(0) !important;
    -webkit-transform: scale(0) !important;
    position: fixed !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
}


div#tbl_hidden {
    display: none;
}

/*#tbl_proposallist_list {
    display: none;
}*/

.subTitle {
    font-weight:600;
}

.lb-sm {
    font-size:14px;
}

.form-label {
    margin-top:10px;
}

.select2-selection__rendered {
    line-height: 34px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-selection__arrow {
    height: 37px !important;
}