.table-btn-tools button {
    margin-left:5px;
    margin-right:5px;
}
.close {
    float: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 0 !important;
    margin: 0 !important;
}
.btn{
    margin-left: 5px !important;
margin-right: 5px !important;
}
.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;

    z-index: 100000000;
    background: rgba(0, 0, 0, 0.5);

}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}










.cstmDisableDiv {
    position: absolute;
    background-color: rgba(219, 217, 217, 0.9);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    text-align: center;
    font-size: 20px;
    padding-top: 10%;
}

.cstmDisableDiv img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.swal2-container{
    z-index: 11000 !important;
}
.swal2-actions{

}
.cstmLoading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    text-align: center;
    background-color: #000000b3;
}

body > .cstmLoading {
    position: fixed !important;
}

.cstmLoading img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    margin-top: 30px;
}

.cstmLodingText {
    position: absolute;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.cstmLoadingBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 200px;
    background: #F4F4F4;
    border-radius: 50%;
}
.cstmTopBox {
    margin-top: 1%;
}
.cstmLogoBox {
    height: 120px;
    width: 120px;
    display: block;
    margin: 0px auto;
    background-color: #e9ecef;
    background-image: url(/images/logo-square-blue.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.cstmLogoLine {
    width: 50%;
    display: block;
    margin: 0 auto 0 auto;
    border-top: 1px solid #cdcdcd;
    position: relative;
    top: 60px;
}

@media(max-width: 600px) {
    .hiddenall{
        display: none;
    }
}
