﻿.logoborder {
    border-top: 1px solid #2d2d43;
}

/*for showing validation error message*/
.custom-alert {
    max-width: 320px;
    width: 100%;
    position: fixed !important;
    max-height: 100vh;
    z-index: 9999;
    pointer-events: none;
    right: 15px;
    top: 15px;
}

.labelInputLetterCount {
    float: right;
    color: #a7a9ab;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Phi_fenomeni.gif/50px-Phi_fenomeni.gif') 50% 50% no-repeat rgb(249,249,249);
}

.chkbox {
    padding: 5px;
}

.labelURl {
    float: right;
    margin-right: 83%;
    color: #a1a5b7;
}

.taskheaderwidth {
    max-width: 545px;
}

.bgcolorheader {
    background-color: #eef3f7;
}

#divPagingHolder {
    padding: 5px 16px;
}
/*Loader*/
.secLoader {
    display: none;
    background-color: rgba(255,255,255,0.7);
    position: fixed;
    z-index: 100 !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.secLoader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



@media screen and (max-width: 990px) {
    .pagination {
       
    }
}


@media screen and (min-width: 991px) {

    .pagination {
        float: right !important;
    }

}

.bi-currency-rupee {
    color: #7e7f81 !important;
}