body, html {
    height: 100%;
    font-size: 14px;
}

body {
    background: rgb(255,255,255) url('/images/body-background.png') center top repeat;
}

.input-alert-danger {
    border: 2px solid #ff1b2f !important;
    background: #f5c2c7 !important;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

#overlayContainer {
    position: absolute;
    top: 40%;
    left: 50%;
}

.datepicker {
    z-index: 1040 !important;
}

.tw-s {
    width: 100px;
}

.tw-m {
    width: 130px;
}

.center {
    margin: auto;
    width: 50%;
}

.bold {
    font-weight: bold;
}

.navbar {
    font-weight: bold;
    box-shadow: 0 5px 10px 0 rgba(204, 204, 204, 0.3);
    margin-bottom: 40px;
    background: #fff;
}

.navbar a, li, button {
    color: black !important;
}

#remove_user {
    cursor: pointer !important;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
}

td {
    padding: 3px !important;
}

.styledRows:nth-child(even) {
    background: #b7b7b7 !important;
    padding: 5px !important;
    border-radius: 3px !important;
}

.styledRows:nth-child(odd) {
    padding: 5px !important;
}

.btn {
    color: #fff !important;
}

.btn-default {
    color: #000000 !important;
}

.btn-danger {
    color: #fff !important;
}

#showBtn {
    position: absolute;
    width: 85px;
    z-index: 10;
    background: gray;
    border: 2px solid #6a6969;
    color: #fff;
    right: 0;
}

#showBtn:focus {
    box-shadow: none !important;
    border: none !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.custom-alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}

.custom-alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    border-radius: 5px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.float {
    position: fixed;
    top: 0;
    right: 15px;
    border-radius: 50px;
    text-align: center;
}


.col-sm-offset-1 {
    margin-right: 8.33333333%;
}

.col-sm-offset-2 {
    margin-right: 16.66666667%;
}

.col-sm-offset-3 {
    margin-right: 25%;
}

.col-sm-offset-4 {
    margin-right: 33.33333333%;
}

.col-sm-offset-5 {
    margin-right: 41.66666667%;
}

.col-sm-offset-6 {
    margin-right: 50%;
}

.col-sm-offset-7 {
    margin-right: 58.33333333%;
}

.col-sm-offset-8 {
    margin-right: 66.66666667%;
}

.col-sm-offset-9 {
    margin-right: 75%;
}

.col-sm-offset-10 {
    margin-right: 83.33333333%;
}

.col-sm-offset-11 {
    margin-right: 91.66666667%;
}

.no-hover:hover {
    --bs-table-accent-bg: #fff !important;
}


.btn-default:hover {
    background: rgba(200, 200, 200, 0.8);
}

.sortBy {
    cursor: pointer;
}

#dataTable th, #dataTable td {
    padding: 2px 0 2px 15px !important;
}

/* Spinner Start */

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Spinner End */

.dt-button {
    text-align: center;
    height: 34px !important;
    font-size: 12px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-left: .167em;
    margin-right: .167em;
    margin-bottom: .333em;
    padding: .5em 1em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    cursor: pointer;
    line-height: 1.6em;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.dt-top-container {
    position: relative;
    margin-top: 46px;
}
