.red-mark {
    font-size: 16px;
    color: #ff0000;
}

.valid-notice {
    width: 100%;
    margin-top: .25rem;
    font-size: .75rem;
    color: #1abc9c;
}

.invalid-notice {
    width: 100%;
    margin-top: .25rem;
    font-size: .75rem;
    color: #ff0000;
    ;
}



.valid-user {
    border-color: #1abc9c;
    padding-right: calc(1.5em + .9rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231abc9c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .225rem) center;
    background-size: calc(.75em + .45rem) calc(.75em + .45rem);
}


.preview {
    width: 75px;
    height: 75px;
    border: 1px solid black;
    margin: 0 auto;
    background: white;
}


.table-sm td {
    padding: 0.2rem;
}



.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #29d;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;

    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

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


.btn-xs {
    padding: .125rem .45rem;
}

switchery {
    width: 45px;
}


.request-overlay {
    z-index: 9999;
    position: fixed;
    /*Important to cover the screen in case of scolling content*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background: rgba(200, 200, 200, 0.5) url('../images/processing.gif') no-repeat center;
    /*.gif file or just div with message etc. however you like*/
}


.table th,
.table td {
    padding: 0.65rem;
}


 .navbar-custom .topnav-menu .nav-link {
     padding: 0 10px;
 }

.content-page {
    margin-left: 220px;
}

.left-side-menu {
    width: 220px;
}
.logo-box {
    width: 220px;
}

.body {
    line-height: 1.4;
}


@media (min-width: 576px) {
    .tnr-dash-text {
        font-size: .82rem;
    }

}
@media (min-width: 768px) {
    .tnr-dash-text {
        font-size: 13px;
    }

}
@media (min-width: 1367px){
    .tnr-dash-text {
        font-size: 15px;
    }
}

#ajaxLoading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url("https://i.stack.imgur.com/MnyxU.gif");
    background-repeat: no-repeat;
    background-position: center;
}


.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 8px;
    padding-left: 8px;
}

.table th, .table td {
    padding: 0.3rem;
}
.card-body {
    padding: 0.75rem;
}

.custom-client-search {
    padding: 4px 10px;
}

.has-arrow::after {
    content: ' ▼';
    font-size: 10px;
    margin-left: 2px;
}
