﻿.circle {
    border-radius: 50%;
    /* display: flex; */
    /* align-items: stretch; */
    text-align: center;
    width: 20px;
    height: 20px;
    border: 1px solid;
    padding: 5px;
    line-height: 2.5em;
    font-size: 8pt;
}
.icon-textarea {
    position: relative;
    top: -12%;
    left: 95%;
}
.inner-addon {
    position: relative;
}

    /* style glyph */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align glyph */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}
.input-icons i {
    position: absolute;
}
.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.icon {
    padding: 10px;
    color: #c1c1c1;
    min-width: 40px;
    text-align: center;
    right: 1%;
    margin-top: 5.25em;
    z-index: 200000;
}
    .icon:hover {
        color: #9f9f9f;
    }
.timer
{
    margin-top: .55em;
}
.timer span
{
    display:block;
    text-align:center;

}
.float {
    position: fixed;
    top: 50%;
    right: 2px;
    color: #FFF;
    box-shadow: 2px 2px 3px #999;
    width:50px;
    height:50px;
    z-index:1001;
}
#offcanvasRight {
    z-index: 10010;
}
.lds-dual-ring.hidden {
    display: none;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 25% auto;
        border-radius: 50%;
        border: 6px solid #3b7ddd;
        border-color: #3b7ddd transparent #3b7ddd transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,.55);
    z-index: 99999;
    opacity: 1;
    transition: all 0.5s;
}*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,.5);
    z-index: 99999;
    opacity: 1;
    transition: all 0.5s;
}
.was-validated .custom-select:invalid + .select2 .select2-selection {
    border-color: #dc3545 !important;
}

.was-validated .custom-select:valid + .select2 .select2-selection {
    border-color: #28a745 !important;
}

*:focus {
    outline: 0px;
}
.error {
    border-color: #dc3545 !important;
}
    .error:focus {
        border-color: #dc3545 !important;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25) !important;
    }
.modal-header-danger {
    color: #fff !important;
    background-color: #d9534f;
    /*
    border-bottom: 1px solid #eee;
    padding: 9px 15px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    */
}
.modal-header-success {
    color: #fff !important;
    background-color: #1cbb8c;
}
.modal-header-primary {
    color: #fff !important;
    background-color: #3b7ddd;
    border-color: #3b7ddd;
}
.modal-header-primary h3{
    color:#fff!important;
}

.invalid-feedback-show {
    display: block !important;
    color: #dc3545;
    font-size: 80%;
    margin-top: 0.25rem;
    width: 100%;
}
.noborder tr, .noborder th, .noborder td
{
    border:none !important;
}
.sectionHeading {
    border-bottom:1px solid #c1c1c1;
    
    padding-bottom:5px;
}
.modal-custom-1 {
    min-width:55% !important;
}
.modal-custom-2 {
    min-width: 50% !important;
}
.modal-custom-3 {
    min-width: 70% !important;
}
.modal-custom-medium {
    min-width: 75% !important;
}
.modal-custom-xl {
    min-width: 85% !important;
}
.table-xs > :not(caption) > * > * {
    padding: .5rem !important;
}
.rate-hide{
    display:none;
}
.gray-border {
    border: 1px solid #ccc;
    padding: 10px;
}
.legend
{
    font-size:1.1rem !important;
    padding-right:10px;
}
.tblowing{
    width:90%!important;
    margin: 0 auto;
}
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 0.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}
.modal-xl-2 {
    min-width: 95% !important;
}
.selectionBtn {
    width: 100%;
    margin-bottom: .3em;
}

.btnTopMargin {
    margin-top: 0;
}

.modalMargin {
    margin-left: 21px;
    margin-right: 21px;
}
.groupth {
    cursor: pointer;
}
@media (min-width: 1200px) {
    .selectionBtn {
        width: 100%;
        margin-bottom: .3em;
    }

    .btnTopMargin {
        margin-top: 50%;
    }

    .modalMargin {
        margin-left: 0;
        margin-right: 0;
    }

    .groupth {
        cursor: pointer;
    }
}
.input-group > .select2-container--bootstrap {
    width: auto;
    flex: 1 1 auto;
}

.input-group > .select2-container--bootstrap .select2-selection--single {
    height: 100%;
    line-height: inherit;
    padding: 0.5rem 1rem;
}

.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin: 0;
    transition: background-color .4s ease;
}

.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight: bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}
.datepicker-days{
    padding:1em;
}
.sidebar-dropdown .sidebar-dropdown .sidebar-link2 {
    padding: .625rem 1.5rem .625rem 4.5rem
}

.sidebar-dropdown .sidebar-dropdown .sidebar-dropdown .sidebar-link2 {
    padding: .625rem 1.5rem .625rem 5.75rem
}

.sidebar-link2:focus {
    outline: 0
}

.sidebar-link2:hover {
    background: #222e3c;
    border-left-color: transparent
}

.sidebar-link2:hover, body[data-theme=dark] .sidebar-link2:hover {
    color: rgba(233,236,239,.75)
}

body[data-theme=light] .sidebar-link2:hover {
    color: #518be1
}

body[data-theme=colored] .sidebar-link2:hover {
    color: rgba(248,249,250,.85)
}

body[data-theme=dark] .sidebar-link2:hover {
    background: #222e3c
}

body[data-theme=colored] .sidebar-link2:hover, body[data-theme=light] .sidebar-link2:hover {
    background: transparent
}

body[data-theme=colored] .sidebar-link2:hover, body[data-theme=dark] .sidebar-link2:hover, body[data-theme=light] .sidebar-link2:hover {
    border-left-color: transparent
}

    .sidebar-link2:hover i, .sidebar-link2:hover svg, body[data-theme=dark] .sidebar-link2:hover i, body[data-theme=dark] .sidebar-link2:hover svg {
        color: rgba(233,236,239,.75)
    }

    body[data-theme=light] .sidebar-link2:hover i, body[data-theme=light] .sidebar-link2:hover svg {
        color: #518be1
    }

    body[data-theme=colored] .sidebar-link2:hover i, body[data-theme=colored] .sidebar-link2:hover svg {
        color: rgba(233,236,239,.75)
    }

.sidebar-item.active .sidebar-link2:hover, .sidebar-item.active > .sidebar-link2 {
    background: linear-gradient(90deg,rgba(59,125,221,.1),rgba(59,125,221,.088) 50%,transparent);
    border-left-color: #3b7ddd;
    color: #e9ecef
}

body[data-theme=dark] .sidebar-item.active .sidebar-link2:hover, body[data-theme=dark] .sidebar-item.active > .sidebar-link2 {
    color: #e9ecef
}

body[data-theme=light] .sidebar-item.active .sidebar-link2:hover, body[data-theme=light] .sidebar-item.active > .sidebar-link2 {
    color: #518be1
}

body[data-theme=colored] .sidebar-item.active .sidebar-link2:hover, body[data-theme=colored] .sidebar-item.active > .sidebar-link2 {
    color: #fff
}

body[data-theme=dark] .sidebar-item.active .sidebar-link2:hover, body[data-theme=dark] .sidebar-item.active > .sidebar-link2 {
    background: linear-gradient(90deg,rgba(59,125,221,.1),rgba(59,125,221,.088) 50%,transparent)
}

body[data-theme=light] .sidebar-item.active .sidebar-link2:hover, body[data-theme=light] .sidebar-item.active > .sidebar-link2 {
    background: transparent
}

body[data-theme=colored] .sidebar-item.active .sidebar-link2:hover, body[data-theme=colored] .sidebar-item.active > .sidebar-link2 {
    background: linear-gradient(90deg,rgba(59,125,221,.1),rgba(59,125,221,.088) 50%,transparent)
}

body[data-theme=dark] .sidebar-item.active .sidebar-link2:hover, body[data-theme=dark] .sidebar-item.active > .sidebar-link2, body[data-theme=light] .sidebar-item.active .sidebar-link2:hover, body[data-theme=light] .sidebar-item.active > .sidebar-link2 {
    border-left-color: #3b7ddd
}

body[data-theme=colored] .sidebar-item.active .sidebar-link2:hover, body[data-theme=colored] .sidebar-item.active > .sidebar-link2 {
    border-left-color: #a8c5f0
}

.sidebar-item.active .sidebar-link2:hover i, .sidebar-item.active .sidebar-link2:hover svg, .sidebar-item.active > .sidebar-link2 i, .sidebar-item.active > .sidebar-link2 svg, body[data-theme=dark] .sidebar-item.active .sidebar-link2:hover i, body[data-theme=dark] .sidebar-item.active .sidebar-link2:hover svg, body[data-theme=dark] .sidebar-item.active > .sidebar-link2 i, body[data-theme=dark] .sidebar-item.active > .sidebar-link2 svg {
    color: #e9ecef
}

body[data-theme=light] .sidebar-item.active .sidebar-link2:hover i, body[data-theme=light] .sidebar-item.active .sidebar-link2:hover svg, body[data-theme=light] .sidebar-item.active > .sidebar-link2 i, body[data-theme=light] .sidebar-item.active > .sidebar-link2 svg {
    color: #518be1
}

body[data-theme=colored] .sidebar-item.active .sidebar-link2:hover i, body[data-theme=colored] .sidebar-item.active .sidebar-link2:hover svg, body[data-theme=colored] .sidebar-item.active > .sidebar-link2 i, body[data-theme=colored] .sidebar-item.active > .sidebar-link2 svg {
    color: #e9ecef
}

.sidebar-dropdown .sidebar-link2 {
    background: transparent;
    border-left: 0;
    color: #adb5bd;
    font-size: 90%;
    font-weight: 400;
    padding: .625rem 1.5rem .625rem 3.25rem
}

body[data-theme=dark] .sidebar-dropdown .sidebar-link2 {
    color: #adb5bd
}

body[data-theme=light] .sidebar-dropdown .sidebar-link2 {
    color: #6c757d
}

body[data-theme=colored] .sidebar-dropdown .sidebar-link2 {
    color: #bbc2c8
}

body[data-theme=colored] .sidebar-dropdown .sidebar-link2, body[data-theme=dark] .sidebar-dropdown .sidebar-link2, body[data-theme=light] .sidebar-dropdown .sidebar-link2 {
    background: transparent
}

.sidebar-dropdown .sidebar-link2:before {
    content: "";
    display: inline-block;
    left: -14px;
    position: relative;
    transform: translateX(0);
    transition: all .1s ease
}

.sidebar-dropdown .sidebar-item .sidebar-link2:hover {
    background: transparent;
    border-left: 0;
    color: #e9ecef;
    font-weight: 400
}

body[data-theme=dark] .sidebar-dropdown .sidebar-item .sidebar-link2:hover {
    color: #e9ecef
}

body[data-theme=light] .sidebar-dropdown .sidebar-item .sidebar-link2:hover {
    color: #518be1
}

body[data-theme=colored] .sidebar-dropdown .sidebar-item .sidebar-link2:hover {
    color: #e9ecef
}

body[data-theme=colored] .sidebar-dropdown .sidebar-item .sidebar-link2:hover, body[data-theme=dark] .sidebar-dropdown .sidebar-item .sidebar-link2:hover, body[data-theme=light] .sidebar-dropdown .sidebar-item .sidebar-link2:hover {
    background: transparent
}

.sidebar-dropdown .sidebar-item .sidebar-link2:hover:hover:before {
    transform: translateX(4px)
}

.sidebar-dropdown .sidebar-item.active .sidebar-link2 {
    background: transparent;
    border-left: 0;
    color: #518be1;
    font-weight: 400
}

body[data-theme=dark] .sidebar-dropdown .sidebar-item.active .sidebar-link2, body[data-theme=light] .sidebar-dropdown .sidebar-item.active .sidebar-link2 {
    color: #518be1
}

body[data-theme=colored] .sidebar-dropdown .sidebar-item.active .sidebar-link2 {
    color: #fff
}

body[data-theme=colored] .sidebar-dropdown .sidebar-item.active .sidebar-link2, body[data-theme=dark] .sidebar-dropdown .sidebar-item.active .sidebar-link2, body[data-theme=light] .sidebar-dropdown .sidebar-item.active .sidebar-link2 {
    background: transparent
}



body[data-sidebar-layout=compact] .sidebar-badge, body[data-sidebar-layout=compact] .sidebar-cta, body[data-sidebar-layout=compact] .sidebar-header, body[data-sidebar-layout=compact] .sidebar-nav > .sidebar-item .sidebar-link2 span, body[data-sidebar-layout=compact] .sidebar-nav > .sidebar-item > .sidebar-dropdown, body[data-sidebar-layout=compact] .sidebar-nav > .sidebar-item > .sidebar-link2:after, body[data-sidebar-layout=compact] .sidebar-nav > .sidebar-item > .sidebar-link2:before, body[data-sidebar-layout=compact] .sidebar-user {
    display: none
}




    body[data-sidebar-layout=compact] .sidebar-nav > .sidebar-item > .sidebar-dropdown > .sidebar-item .sidebar-link2 {
        color: #6c757d;
        padding: .5rem 1.5rem
    }

        body[data-sidebar-layout=compact] .sidebar-nav > .sidebar-item > .sidebar-dropdown > .sidebar-item .sidebar-link2:hover {
            color: #518be1
        }

        body[data-sidebar-layout=compact] .sidebar-nav > .sidebar-item > .sidebar-dropdown > .sidebar-item .sidebar-link2:before {
            left: -10px
        }

    body[data-sidebar-layout=compact] .sidebar-nav > .sidebar-item > .sidebar-dropdown > .sidebar-item .sidebar-item.active .sidebar-link2, body[data-sidebar-layout=compact] .sidebar-nav > .sidebar-item > .sidebar-dropdown > .sidebar-item .sidebar-item.active .sidebar-link2:hover {
        color: #518be1
    }

    body[data-sidebar-layout=compact] .sidebar-nav > .sidebar-item > .sidebar-dropdown .sidebar-dropdown .sidebar-link2 {
        padding: .5rem 1.5rem .5rem 2.5rem
    }

    body[data-sidebar-layout=compact] .sidebar-nav > .sidebar-item > .sidebar-dropdown .sidebar-dropdown .sidebar-dropdown .sidebar-link2 {
        padding: .5rem 1.5rem .5rem 3.5rem
    }


    .nocontent:before{
        content:"" !important;
    }

.top-modal {
    z-index: 9999 !important
}
fieldset.scheduler-border-2 {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border-2 {
    width: inherit !important; /* Or auto */
    padding: 0 10px !important; /* To give a bit of padding on the left and right */
    border-bottom: none !important;
}

.masked-password {
    font-family: 'password';
    -webkit-text-security: disc; /* Chrome/Safari */
    text-security: disc; /* Firefox/Edge (fallback) */
    padding: 8px;
    width: 250px;
    font-size: 16px;
}

.bar {
    display: inline-block;
    animation: bounce 1.4s ease-in-out infinite both;
}

.bar:nth-child(1) {
    animation-delay: -0.32s;
}

.bar:nth-child(2) {
    animation-delay: -0.16s;
}

.bar:nth-child(3) {
    animation-delay: 0s;
}

@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.7;
    }

    40% {
        transform: scale(1.2);
        opacity: 1;
    }
}

.mic-input-icons {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.mic-input-icons i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    font-size: 16px;
    padding: 5px;
    cursor: pointer;
}

.mic-input-icons textarea {
    padding-right: 45px !important;
    padding-bottom: 35px !important;
}

.listening-indicator {
    position: absolute;
    bottom: 10px;
    right: 50px;
    z-index: 11;
    padding: 2px 5px;
}
td.wrap-text {
    white-space:normal !important;
    word-break: break-word;
}
/*.enable-wrap {*/
    /*white-space: normal !important;
    word-break: break-word;*/
    /*
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    */
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
}*/
.enable-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
}
@media screen and (max-width: 1350px) {
    .enable-wrap {
        max-width: 350px;
    }
}
/* Tablet */
@media screen and (max-width: 1024px) {
    .enable-wrap {
        max-width: 300px;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    .enable-wrap {
        max-width: 200px;
    }
}

/* Small Mobile */
@media screen and (max-width: 480px) {
    .enable-wrap {
        max-width: 70px; 
    }
}
.fit-text {
    /*display: inline-block;
    width: 100%;*/
}
.customtooltip {
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 1000;
    max-width: 400px;
    word-wrap: break-word;
    pointer-events: none;
    display: none;
}

    .customtooltip.show {
        display: block;
        z-index:99999;
    }