.table.dataTable thead tr th {
    background-color: #5495b5 !important;
    color: white !important;
}

.table.dataTable tbody tr:nth-of-type(2n+1) {
    background-color: #d1dbe3 !important;
}

.table.dataTable tbody tr:nth-of-type(2n) {
    background-color: #b6c0c8 !important;
}
table.dataTable thead > tr > th.sorting_asc::before,
table.dataTable thead > tr > th.sorting_desc::after {
    color: #090404 !important;
}
.breadcrumbsection {
    padding-top: 10px;
    padding-bottom: 30px;
}

.WelcomePageFooter {
    display: none;
}

.customappdiv .navbar-inverse {
    display: none;
}

.sptopseparate {
    padding-left: 2px;
    padding-right: 2px;
    color: #fff !important;
}

.bgblack {
    background-color: black;
}

.whitetext {
    color: #fff !important;
}

.whitea {
    color: #fff !important;
}

.whitetexta {
    color: #fff !important;
    text-decoration: underline;
}

.NavBreadDiv {
    display: none;
}

.LeftPanel {
    display: none;
}

.headTitle {
    Font-size: 16px;
    color: black;
    font-weight: bold;
}

.headsection {
    padding: 20px;
}

.customappdiv {
    min-height: 400px;
}

.PoweredByText {
    display: none;
}

#SearchBuilding_Input0 {
    width: 195px;
}

#SearchBuilding_Input1 {
    width: 195px;
}

.sptitle {
    color: black;
    font-weight: bold;
    line-height: 40px;
    width: 50px;
}

.bggray {
    background-color: #6c757d !important;
}

.bgactive {
    background-color: #157AC7 !important;
}
.tblbuldingsearch, .tblothersearch {
    padding: 10px;
    border: 1px solid lightblue;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 10px;
    width: 590px !important;
}
.tblsearchbtns {
    padding: 10px;
    border: 0px solid lightblue;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 10px;
    width: 500px;
    text-align:center;
}
.tblbuldingsearch select {
    width: 300px !important;
}
    .tblbuldingsearch td, .tblothersearch td {
        padding: 5px;
    }
    .tblbuldingsearch tr td:first-child, .tblothersearch tr td:first-child {
        width: 40%;
    }
    .tblbuldingsearch .select2-selection {
        width:300px !important;
    }
    .tblothersearch input[type=text] {
        width: 300px !important;
    }
    .spsearchOR {
        width: 100%;
        text-align: center;
        padding: 3px;
        background-color: lightblue;
        margin: 10px 0px;
        border: 1px solid lightblue;
        border-radius: 5px;
        vertical-align: middle;
    }
.hidesec {
    display:none;
}
.hidegrid {
    display:none;
}
.table.dataTable thead tr th.sorting_asc, .table.dataTable thead tr th.sorting_desc {
    background-color: #4e99d3 !important;
}
table.dataTable thead > tr > th.sorting::after, table.dataTable thead > tr > th.sorting_asc::after {
    content:"" !important;
}
table.dataTable thead > tr > th.sorting::after, table.dataTable thead > tr > th.sorting_desc::after {
    content: "" !important;
}
table.dataTable thead > tr > th.sorting::before, table.dataTable thead > tr > th.sorting_asc::before, table.dataTable thead > tr > th.sorting_desc::before, table.dataTable thead > tr > th.sorting_asc_disabled::before, table.dataTable thead > tr > th.sorting_desc_disabled::before, table.dataTable thead > tr > td.sorting::before, table.dataTable thead > tr > td.sorting_asc::before, table.dataTable thead > tr > td.sorting_desc::before, table.dataTable thead > tr > td.sorting_asc_disabled::before, table.dataTable thead > tr > td.sorting_desc_disabled::before {
    content: "" !important;
}

#search_drpprojectcategory, #search_drpsitename {
    width: 300px !important;
}
.dataTables_length {
   /* display:none !important;*/
}
.backtoresultdiv {
    padding-top:17px;
}
.ajaxtableloader {
    position:fixed;
    clear:both;
   left:45%;
   top:450px;
   z-index:99999;
   width:200px;
   height:200px;
   display:flex;
   text-align:center;
   justify-content:center;
   opacity:0.5;
   background-image:url('../spinner.gif');
   border-radius:15px;

}
.loaderimg {
    text-align: center;
    margin: 10px;
    position: fixed;
    transform: scale(1,1);
}
.ajaxtableloader .ajaxloadertxt {
    clear: both;
    text-align: center;
    font-size:16px;
    color:#002855;
    position:absolute;
    bottom:-15px;
    white-space:nowrap;
    padding:5px;
    border-radius:5px;
    background-color:#ffffff;
}
/*
#loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: 48%;
    margin-top: 100px;
    position:fixed;
    border:1px solid red;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/