/* Minification failed. Returning unminified contents.
(104,28): run-time error CSS1039: Token not allowed after unary operator: '-ct-primary'
(124,28): run-time error CSS1039: Token not allowed after unary operator: '-ct-tertiary-bg'
(182,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(183,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(184,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(185,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(241,28): run-time error CSS1039: Token not allowed after unary operator: '-ct-danger-bg-subtle'
(245,28): run-time error CSS1039: Token not allowed after unary operator: '-ct-success-bg-subtle'
(383,1): run-time error CSS1019: Unexpected token, found '}'
 */

.tt-menu{
    z-index:100000 !important;
}

input[type="number"] {
    text-align: right;
    padding-right:10px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin-left: 10px;
}


.link-clickable{
    cursor:pointer;
}

.start-40 {
    left: 45% !important;
}

footer {
    position:fixed;
    bottom:0;
    width:100%;
}

.pagination .btn.disabled, .pagination .btn.active {
    border: none !important;
}

.bold {
    font-weight:bold;
}

.blockquote-footer .bold {
    font-size:0.9rem;
}
/*
input[type="checkbox" i]:disabled {
    background-color:azure;
}*/



select.AplicationsClubLicType option[value="1"] {
    background: #e7faf5;
}

select.AplicationsClubLicType option[value="2"] {
    background: #f1f2fe;
}

select.AplicationsClubLicType option[value="3"] {
    background: #fff9ef;
}

.badge.display-6 {
    font-size: 1rem !important;
    font-weight: bold !important;
}

.dev .card {
}

.prod .card {
}

.ea .card {
}

.dev .card .card-header {
    background-color:red !important;
}

.prod .card .card-header {
}

.ea .card .card-header {
}


input[type="checkbox"][disabled][checked] {
    filter: invert(100%) hue-rotate(18deg) brightness(6);
}

input[type="checkbox"][disabled] {
    filter: invert(100%) hue-rotate(18deg) brightness(6);
}

cite {
    font-weight: bold;
    font-size:0.95rem;
}

figcaption {
    font-size: 0.95rem;
}


.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: var(--ct-primary) !important;
}

.fileName>i {
    margin-top: 5px !important;
}

.row.hoverable:hover {
    background-color:#f0f0f0;
}
input[type='text']:read-only,
input[type='number']:read-only,
input[type='date']:read-only,
input[type='time']:read-only,
input[type='search']:read-only,
input[type='url']:read-only,
input[type='phone']:read-only,
input[type='email']:read-only,
select.readonly, textarea:read-only {
    pointer-events: none;
    background-color: var(--ct-tertiary-bg);
    opacity: 1;
}

label.disabled {
    pointer-events: none;
}

/*

.switch {
    position: relative;
    display: inline-block;
    width: auto;
    height: 40px;
    background-color: #eee;
    border-radius: 20px;
    padding-left: 50px;
    right: 50px;
}

    .switch::after {
        content: '';
        position: absolute;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background-color: white;
        top: 1px;
        transition: all 0.3s;
        padding: 10px;
    }

.checkbox:checked + .switch::after {
    left: 10px;
}

.checkbo + .switch::after {
    right: 40px;
}


.checkbox:checked + .switch {
    background-color: #7983ff;
    padding: 10px;
}

.checkbox + .switch {
    background-color: #eee;
    padding: 10px;
}

.checkbox {
    display: none;
}*/


.btn-group-xs > .btn, .btn-xs {
    --ct-btn-padding-y: 0.18rem;
    --ct-btn-padding-x: 0.6rem;
    --ct-btn-font-size: 0.675rem;
    --ct-btn-border-radius: 0.07rem;
}


 
.conversation-list .chat-avatar{
    width: 62px;
}

.timer {
   
    text-align: center;
    display: block;
  
}

.jst-hours {
    float: left;
}

.jst-minutes {
    float: left;
}

.jst-seconds {
    float: left;
}

.jst-clearDiv {
    clear: both;
}

.bodyTimeoutBackground {
    background: white;
}

.timeout {
    color: red;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    -webkit-animation-duration: 1s;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}


.fail {
    background-color: var(--ct-danger-bg-subtle) !important;
}

.pass {
    background-color: var(--ct-success-bg-subtle) !important;
}

.select2-container--open .select2-dropdown--below {
    z-index: 99999 !important;
}

.select2-container .select2-selection--single {   
    height: 38px !important;
}

.blockUI.blockMsg.blockElement {
    min-height: 100px;
}

div.dt-processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -22px;
    margin-bottom: 22px;
    text-align: center;
    padding: 2px;
    z-index: 10;
}

    div.dt-processing > div:last-child {
        position: relative;
        width: 80px;
        height: 15px;
        margin: 1em auto;
    }

        div.dt-processing > div:last-child > div {
            position: absolute;
            top: 0;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            background: rgb(13, 110, 253);       
            animation-timing-function: cubic-bezier(0, 1, 1, 0);
        }

            div.dt-processing > div:last-child > div:nth-child(1) {
                left: 8px;
                animation: datatables-loader-1 0.6s infinite;
            }

            div.dt-processing > div:last-child > div:nth-child(2) {
                left: 8px;
                animation: datatables-loader-2 0.6s infinite;
            }

            div.dt-processing > div:last-child > div:nth-child(3) {
                left: 32px;
                animation: datatables-loader-2 0.6s infinite;
            }

            div.dt-processing > div:last-child > div:nth-child(4) {
                left: 56px;
                animation: datatables-loader-3 0.6s infinite;
            }

@keyframes datatables-loader-1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes datatables-loader-3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes datatables-loader-2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.avatar-lg {
    height: auto !important;
    width: 6rem;
}

.dropzone-custom{
    width:100%;
    height:100px;
    cursor:pointer;
}

.avatar-custom {
    height: 7.5rem;
}

.side-nav .side-nav-link, .side-nav-second-level li a {
    color: #f2f2f2;
}

select.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.highlight-row {
    animation: highlightFade 1s ease-in-out 5;
    border: 1px solid #ffeeba !important;
}
 
@keyframes highlightFade {
    0% {
        background-color: #fff3cd;
    }

    50% {
        background-color: #ffeeba;
    }

    100% {
        background-color: transparent;
    }
}
}

label.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}
