﻿/*Start: Notificatoons*/

.notification-header {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
    height: 53px;
}

    .notification-header .actions {
        font-size: 0.9em;
        line-height: 0;
    }

        .notification-header .actions a {
            font-style: italic;
            text-decoration: underline;
        }

.notifications {
    padding: 6px 10px;
    height: calc(100vh - 53px);
    overflow-y: scroll;
}


.notification {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 1px solid rgba(204,204,204,.35);
    padding: 4px 8px;
    cursor: pointer;
    position: relative;
    color: #333;
    margin: 6px 2px;
    max-width: 99%;
}

    .notification code {
        font-size: 95%;
        font-weight: 600;
    }

    .notification:hover, .notification.unread:hover {
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
        -ms-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    }

    .notification.unread {
        background-color: aliceblue;
    }

        .notification.unread .toggleRead:before {
            font-family: "Material Icons";
            content: "visibility";
        }

    .notification .toggleRead:before {
        font-family: "Material Icons";
        content: "visibility_off";
    }

    .notification .type {
        width: 40px;
        align-self: center;
        align-items: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        padding-top: 2px;
    }

        .notification .type.hrly {
            align-self: flex-start;
        }

        .notification .type i {
            font-size: 30px;
        }

    .notification .details {
        width: 100%;
        padding: 0 51px 0 4px;
    }

        .notification .details .header {
            font-weight: 600;
            margin-bottom: 4px;
            color: #333;
        }

        .notification .details .description {
            font-size: 0.95em;
            color: #747474;
        }

    .notification .actions {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction: column;
        align-self: flex-start;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        position: absolute;
        right: 8px;
        height: calc(100% - 4px);
        color: #747474;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        .notification .actions span {
            font-size: 0.9em;
            font-style: italic;
        }

        .notification .actions i {
            font-size: 20px;
            display: block;
            margin-left: 6px;
            display: inline-block;
            transition: transform ease-in-out 0.3s;
        }

            .notification .actions i:hover, .notification .actions i:active {
                transform: scale(1.2);
            }

    .notification .description .hrly {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 4px;
    }

    .notification .c100 {
        margin: 6px;
    }

    .notification .description .hrly > div {
        justify-content: center;
        -webkit-justify-content: center;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction: column;
        align-items: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
    }

    .notification .type.ucallback {
        color: #ED1C24;
    }

    .notification:hover .type.ucallback {
        color: #C9101A;
    }

    .notification .type.hrly {
        color: #038ee7;
    }

    .notification:hover .type.hrly {
        color: #025C99;
    }

    .notification .type.acallback {
        color: #92C930;
    }

    .notification:hover .type.acallback {
        color: #51AB2F;
    }

    .notification .type.brk {
        color: #FFE614;
    }

    .notification:hover .type.brk {
        color: #FFC914;
    }

    .notification .type.sts {
        color: #AA75C1;
    }

    .notification:hover .type.sts {
        color: #8F44AD;
    }

    .notification .type.msg {
        color: #038EE7;
    }

    .notification:hover .type.msg {
        color: #025C99;
    }

.n-alert {
    padding: 0;
    min-width: 320px;
    display: flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
}

    .n-alert .icon-type {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        padding: 0 4px;
        align-items: center;
    }

    .n-alert span[data-notify="icon"] i:before {
        font-family: "Material Icons";
    }

    .n-alert .details {
        width: 85%;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-direction: column;
        align-items: flex-start;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        padding-right: 12px;
    }

        .n-alert .details > span {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .n-alert span[data-notify="icon"].message i:before {
        content: 'chat';
    }

    .n-alert span[data-notify="icon"].sts i:before {
        content: 'track_changes';
    }

    .n-alert span[data-notify="icon"].brk i:before {
        content: 'free_breakfast';
    }

    .n-alert span[data-notify="icon"].hrly i:before {
        content: 'info';
    }

    .n-alert span[data-notify="icon"].callback i:before {
        content: 'phone_missed';
    }


/*End: Notificatoons*/

.flt_view {
    height: 100%;
    width: 450px;
    /*background-color: rgb(20, 52, 67);*/
    position: fixed;
    z-index: 9999;
    /*margin-top: 45px;*/
    background: #fff;
    border-top: 1px solid #f3f3f3;
}

.flt_view_bg {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.8);
    position: fixed;
    z-index: 9;
    right: 0;
    top: 0;
}

.sideMenuHamburgerVisible {
    right: 0px;
    top: 0;
    -webkit-transition-duration: 0.7s;
}

.sideMenuHamburgerHidden {
    right: -650px;
    top: 0;
    -webkit-transition-duration: 0.7s;
}

.boxhide {
    opacity: 0;
}

.boxvisible {
    opacity: 1;
    -webkit-transition: background 10s ease-out;
    -moz-transition: background 10s ease-out;
    -o-transition: background 10s ease-out;
    transition: background 20s ease-out;
}

.hamburgerIconVisible {
    right: 650px;
    -webkit-transition-duration: 0.7s;
}

.hamburgerIconHidden {
    right: 0px;
    -webkit-transition-duration: 0.7s;
}

.closefilter {
    position: absolute;
    top: 12px;
    right: 4px !important;
    color: #747474;
    transition: transform ease-in-out 0.3s;
}

    .closefilter:hover {
        transform: scale(1.1);
        color: #747474;
    }

.filterpanel-in {
    /*padding: 10px 20px 10px 10px;*/
    height: 100%;
    position: relative;
    z-index: 99;
    -webkit-box-shadow: 1px 20px 20px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 20px 20px rgba(0,0,0,.2);
    box-shadow: 1px 20px 20px rgba(0,0,0,.2);
}

span.notinumb {
    position: absolute;
    top: -7px;
    right: -21px;
    font-size: 10px;
    /* opacity: 0.8; */
    background: red;
    border-radius: 5px;
    padding: 1px 3px;
    color: #fff;
}


/*common*/
.supervsr-console .nav-link {
    padding: 10px 1px 3px 0px;
    margin: 0 0 0 18px;
    display: flex;
    align-items: center;
}

.supTables .nav-link i {
    font-size: 18px;
    padding: 0 4px 0 0;
}

.icn-td-call {
    background: #0A910F;
    width: 22px;
    height: 22px;
    border-radius: 100px;
    opacity: .8;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

    .icn-td-call i {
        color: #fff;
        font-size: 14px;
    }

.td-call-i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
/*common*/


/*AgentList*/
/*gLst--start*/
.groupVs .col-md-12.accordion-link {
    padding: 10px;
    background: rgba(0,0,0,.02);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.accordion-row {
    background: rgba(255,255,255,.5);
    /* border: 1px solid rgba(0,0,0,.1); */
    margin: 0 0 20px 0;
    padding: 0px 15px 1px 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.supTablesAgn {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.supTables {
    width: 100%;
}

.agent-console {
    float: left;
    width: 100%;
}

.supAgnLst {
    width: 630px;
    margin: 0 0 0 15px;
}

.groupVtext-a .agn-tbs .agn-tbs-line {
    padding: 0 1px 0 4px;
    color: #999;
}

.gLst .accordion-row {
    position: relative;
}

.vAgntBt-data {
    position: absolute;
    right: 14px;
    /*top: 3px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.vAgntBt {
    color: #007bff;
    padding: 1px 5px 2px 5px;
    float: right;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.gLst {
    float: left;
    width: 100%;
}

.gLstRow {
    float: left;
    width: 100%;
    margin: 0 0 2px 0;
    padding: 2px 1px 1px 5px;
    border-top: 1px solid rgba(0,0,0,.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.gLstRowL {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.gLstRow-dot {
    height: 12px;
    width: 12px;
    float: left;
    margin: 0 7px 0 0;
    display: inline-block;
}

.gLstRow-txt {
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    color: rgba(0,0,0,.89);
}

.gLstRow-val {
    float: right;
    font-size: 21px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: rgba(0,0,0,.89);
    text-shadow: 0 0 0 #000;
}

.groupVs .card-link {
    padding: 0 95px 0 0;
    line-height: 17px;
    font-size: 12.5px;
    text-shadow: 0 0 0 #000;
}

.groupVs .accordion-row {
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
}

.grpNameIn.groupVtext-aa {
    color: #007bff;
    padding: 4px 0 5px 15px;
    /*cursor: pointer;*/
    border-bottom: 1px solid rgba(204,204,204,.25);
}

.uLst {
    float: left;
    width: 100%;
}

.uLstRow {
    float: left;
    width: 100%;
    font-family: 'Open Sans',sans-serif;
    border-bottom: 1px solid rgba(204,204,204,.25);
    padding: 5px 15px 5px 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .uLstRow:hover {
        background: #e6e6e6;
        cursor: default;
    }

        .uLstRow:hover .uLstIcon .contact-list-icon-sts-bdr {
            border: 3px solid #e6e6e6;
        }

.uLstIcon:hover ~ .uLstTxt {
    display: none;
}

.supTbl-h {
    padding: 9px 0 7px 14px;
    font-size: 13px;
    text-shadow: 0 0 0 #000;
    color: #000;
}

.uLstHov {
    /*opacity: 0;*/
    left: 0;
    display: none;
    position: absolute;
    z-index: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    animation-name: hovIcon;
    animation-duration: 200ms;
    animation-delay: 200ms;
    animation-fill-mode: both;
}

.uLstIcon.show .uLstHov {
    opacity: 1;
    left: 30px;
    padding: 0 0 0 46px;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@keyframes hovIcon {
    from {
        left: -40px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

.uLstHov:hover {
    opacity: 1;
    left: 80px;
}

.uLstHov-btn i {
    font-size: 20px;
}

.uLstHov-btn:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.uLstHov-btn {
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #0087cc;
    background: #0087cc;
    margin: 0 0px 0 3px;
    cursor: pointer;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: transform ease-in-out 0.2s;
    -webkit-transition: transform ease-in-out 0.2s;
    -moz-transition: transform ease-in-out 0.2s;
    -o-transition: transform ease-in-out 0.2s;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -ms-transform: scale(.9);
}

.uLstIcon {
    float: left;
    z-index: 9;
}

    .uLstIcon .contact-list {
        margin: 0;
        width: auto;
    }

    .uLstIcon .contact-list-icon {
        width: 43px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        height: 43px;
        margin: 0;
        padding:0;
        position: relative;
        -webkit-border-radius: 120px;
        -moz-border-radius: 120px;
        -ms-border-radius: 120px;
        border-radius: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .uLstIcon .contact-list-icon-txt {
        font-size: 17px;
        color: #333;
        font-weight: 400;
        text-transform: uppercase;
    }

    .uLstIcon .contact-list-icon-sts-bdr {
        right: -4px;
        bottom: -5px;
        border: 3px solid #fff;
        position: absolute;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px;
    }

    .uLstIcon .contact-list-icon-sts {
        width: 14px;
        height: 14px;
    }

.tile-unavailble .contact-list-icon-sts {
    background: #fff;
    border: 2px solid #51ab2f;
}

.tile-availble .contact-list-icon-sts {
    background: #51AB2F;
}

.tile-oncall .contact-list-icon-sts {
    background: #025C99;
}

.tile-signout .contact-list-icon-sts {
    background: #fff;
    border: 2px solid #ccc;
}

.tile-idle .contact-list-icon-sts {
    background: #FFC914;
}

.tile-dnd .contact-list-icon-sts {
    background: #ED1C24;
}

.tile-ringing .contact-list-icon-sts {
    background: #ED1C24;
}

.contact-list-icon-txt i {
    font-size: 45px;
    color: #444;
}

.uLstTxt {
    float: left;
    z-index: 5;
    margin: 0 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.uLstTxt-spr {
    padding: 0 6px 0 6px;
}

.uLstTxt-t {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.uLstTxt-p {
    font-size: 12px;
    color: #666;
}

.agentView-a {
    color: #007bff;
}

.groupVtext-a {
    display: none;
}

    .groupVtext-a a {
        color: #007bff;
    }

.agentView {
    display: none;
}

/*wbLst--start
*/
.wbLst {
    float: left;
    width: 100%;
    margin: 3px 0 10px 0;
}

.wbLstRow {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.wbLstCol {
    float: left;
    width: 100%;
    background: #eee;
    margin: 7px 4px 0 4px;
    padding: 6px 5px 8px 5px;
    text-align: center;
    height: 64px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.wbLstCol-txt {
    font-size: 12px;
    font-family: 'Open Sans',sans-serif;
    line-height: 14px;
    padding: 0 0 3px 0;
}

.wbLstCol-val {
    font-size: 21px;
    font-family: 'Open Sans',sans-serif;
    line-height: 25px;
}
/*wbLst--end*/

/*microsoft edge*/
@supports (-ms-ime-align:auto) {
}
/*microsoft edge ----- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .supAgnLst {
        width: 720px;
    }
}

@media screen and (max-width: 2400px) and (min-width: 1800px) {
}

@media only screen and (max-width : 1367px) {
}

@media only screen and (max-width : 960px) {
    .supTablesAgn {
        flex-wrap: wrap;
    }

    .supTables {
        width: 100%;
    }

    .supAgnLst {
        width: 100%;
        margin: 10px 0 0 0;
    }
}

@media only screen and (max-width : 1024px) {
}

@media only screen and (max-width : 768px) {
}

@media only screen and (max-width : 568px) {
    .supAgnLst {
        width: 100%;
    }
}

@media only screen and (max-width : 360px) {
    .gLstRow-txt {
        font-size: 13px;
    }

    .gLstRow-val {
        font-size: 17px;
    }
}

@media only screen and (max-width : 425px) {
    .uLstTxt {
        flex-wrap: wrap;
    }

    .uLstTxt-t {
        width: 100%;
    }
}

@media only screen and (max-width : 320px) {
    .filter-contact-set {
        align-items: start;
    }
}
/*gLst--end*/



/*tList---start*/
.tList {
    float: left;
    width: 100%;
    padding: 20px 5px 25px 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-spacing: 15px 0;
    display: table;
    list-style: none;
    table-layout: fixed;
    font-family: 'Open Sans',sans-serif;
}

    .tList .tListTrk {
        background: #f5f5f5;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: table-cell;
        list-style: none;
        margin: 0 0 20px 0;
        position: relative;
        vertical-align: top;
        background: #fff;
        border-top: 5px solid rgba(204,204,204,.35);
        border-bottom: none;
        border-left: none;
        border-right: none;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
        -ms-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        min-height: 600px;
    }

.tListHdr {
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #F0F0F0;
    float: left;
    width: 100%;
}

.tListHdr-h {
    float: left;
    font-size: 15px;
    font-family: 'Open Sans',sans-serif;
    color: #000;
}

.tListHdr-val {
    float: left;
    color: #000;
    background: #D7D7D7;
    margin: 1px 0 0 4px;
    padding: 0px 8px 1px 8px;
    font-size: 13px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.tListUL {
    float: left;
    width: 100%;
    max-height: 75vh;
    min-height: 75vh;
}

.tListLI {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #F0F0F0;
    padding: 8px 8px 7px 12px;
    cursor: move;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.tListLI-detail {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 20px 0 0;
}

.tListLI-c {
    float: left;
    width: 100%;
    padding: 0 0 7px 0;
}

.tListLI-c-p {
    float: left;
    width: 100%;
    padding: 0 0 5px 0;
}

    .tListLI-c-p img {
        width: 13px;
        float: left;
        margin: 1px 3px 0 0;
        opacity: .6;
        cursor: default;
    }

.tListLI-c-tx {
    float: left;
    font-size: 13px;
    color: #555;
    cursor: auto;
    line-height: 14px;
}

.tListLI-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.tListLI-icon-i {
    cursor: default;
    padding: 0 0 5px 0;
}

    .tListLI-icon-i.call-received i {
        color: #3BC806;
    }

    .tListLI-icon-i.call-made i {
        color: #038EE7;
    }

.tListLI-c-h {
    float: left;
    width: 100%;
    line-height: 16px;
}

    .tListLI-c-h i {
        font-size: 10px;
        cursor: default;
    }

    .tListLI-c-h span {
        font-size: 15px;
        font-weight: 600;
        cursor: auto;
    }

.tListLI-u {
    float: left;
    width: 100%;
    padding: 0 0 7px 0;
}

.tListLI-u-p {
    font-size: 12px;
    color: #9F9F9F;
    line-height: 15px;
    margin: 0 0 8px 0;
}

    .tListLI-u-p span {
        cursor: auto;
    }

.tListLI-bttm {
    float: left;
    width: 100%;
}

.tListLI-time {
    font-size: 12px;
    color: #999;
    cursor: auto;
    margin: 3px 0 3px 0;
    float: left;
}

.tListLI-btn-a {
    float: right;
    display: flex;
    align-items: center;
    background: none;
    border-radius: 100px;
    padding: 0px 6px 1px 5px;
    margin: 0 0 2px 2px;
    color: #666;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .tListLI-btn-a i {
        font-size: 18px;
        padding: 0 2px 0 0;
        width: 18px;
    }

.tListLI-btn-tx {
    font-size: 13px;
    text-shadow: 0 0 0 #000;
}

.tListLI-icon-i.call-internal {
    color: #888;
}

.tListLI-icon i {
    font-size: 20px;
}

.tListLI:hover .tListLI-btn-a {
    background: #999;
    color: #fff;
}

/*colorTheme-start*/
.tListTrk.lst-queue.missed-dark {
    border-top-color: #C9101A;
}

.tListTrk.lst-ringing.missed-light {
    border-top-color: #ED1C24;
}

.tListTrk.lst-group.incoming-light {
    border-top-color: #92C930;
}

.tListTrk.lst-others.outgoing-light {
    border-top-color: #038EE7;
}

.tListTrk.lst-queue.missed-dark .tListLI-c-h i {
    color: #C9101A;
}

.tListTrk.lst-ringing.missed-light .tListLI-c-h i {
    color: #ED1C24;
}

.tListTrk.lst-group.incoming-light .tListLI-c-h i {
    color: #92C930;
}

.tListTrk.lst-others.outgoing-light .tListLI-c-h i {
    color: #038EE7;
}

.tListTrk.lst-queue.missed-dark .tListLI-btn-a {
    color: #C9101A;
}

.tListTrk.lst-ringing.missed-light .tListLI-btn-a {
    color: #ED1C24;
}

.tListTrk.lst-group.incoming-light .tListLI-btn-a {
    color: #92C930;
}

.tListTrk.lst-others.outgoing-light .tListLI-btn-a {
    color: #038EE7;
}
/*colorTheme--end*/
.tListTrk.lst-queue.missed-dark .tListLI:hover .tListLI-btn-a {
    color: #fff;
    background: #C9101A;
}

.tListTrk.lst-ringing.missed-light .tListLI:hover .tListLI-btn-a {
    color: #fff;
    background: #ED1C24;
}

.tListTrk.lst-group.incoming-light .tListLI:hover .tListLI-btn-a {
    color: #fff;
    background: #92C930;
}

.tListTrk.lst-others.outgoing-light .tListLI:hover .tListLI-btn-a {
    color: #fff;
    background: #038EE7;
}

.tListLI:hover {
    background: rgba(0,0,0,.03);
}

.nav-link {
    display: flex;
    align-items: center;
}

@media only screen and (max-width : 768px) {
    /*.tList .tListTrk {
        display: flow-root;
    }*/
}
/*tList---end*/
/*AgentList*/


/*group view*/
.contact-list-row {
    float: left;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.contact-list {
    margin: 10px 8px 40px 30px;
    width: 140px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.contact-list-icon {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 0 0 10px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    -ms-border-radius: 120px;
    border-radius: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.contact-list-icon-txt {
    font-size: 30px;
    color: #333;
    font-weight: 400;
}

.contact-list-icon-sts {
    height: 35px;
    width: 35px;
    background: #ccc;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .contact-list-icon-sts i {
        font-size: 21px;
    }

.contact-list-icon-sts-bdr {
    position: absolute;
    bottom: -1px;
    right: -6px;
    border: 4px solid #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}

.contact-list-text {
    float: left;
    width: 100%;
    text-align: center;
    padding: 8px 0 0 0;
}

.contact-list-text-h {
    font-size: 17px;
    padding: 0 0 3px 0;
}

.contact-list-text-p {
    font-size: 13px;
    color: #666;
}

/*goup view Css*/
.tile-unavailble .contact-list-icon-sts {
    background: #fff;
    border: 2px solid #51ab2f;
}
    .tile-unavailble .contact-list-icon-sts i {
        color: #51ab2f;
        font-size: 8px;
    }
.tile-unavailble .contact-list-icon-sts i {
    font-size: 8px;
}

.tile-availble .contact-list-icon-sts {
    background: #51AB2F;
}
.ct-lst .tile-availble .contact-list-icon-sts i {
    font-size: 12px;
}

.tile-oncall .contact-list-icon-sts {
    background: #025C99;
}
.ct-lst .tile-oncall .contact-list-icon-sts i {
    font-size: 10px;
}

.tile-signout .contact-list-icon-sts {
    background: #fff;
    border: 2px solid #ccc;
}
    .tile-signout .contact-list-icon-sts i {
        color: #ccc;
        font-size: 8px;
    }

.tile-idle .contact-list-icon-sts {
    background: #FFC914;
}
.tile-idle .contact-list-icon-sts i {
    transform: rotate(-224deg);
    font-size: 20px;
}
.ct-lst .tile-idle .contact-list-icon-sts i {
    font-size: 14px;
}

.tile-dnd .contact-list-icon-sts {
    background: #ED1C24;
}
.ct-lst .tile-dnd .contact-list-icon-sts i {
    font-size: 12px;
}

.tile-ringing .contact-list-icon-sts {
    background: #ED1C24;
}
.ct-lst .tile-ringing .contact-list-icon-sts i {
    font-size: 10px;
}

.contact-list-icon-txt i {
    font-size: 45px;
    color: #444;
}
.nav-li:hover .nav-li-link i {
    color: #038ee7;
}
.nav-li:hover .nav-li-link input {
    color: #038ee7;
}
li.nav-li.li-lang .droplist-scrollbar {
    min-width: auto;
}
.nav-app .droplist-scrollbar {
    min-width: 200px;
    box-shadow: 0 2px 8px 0 rgba(138,155,165,.55);
}
.droplist-scrollbar {
    box-shadow: 0 2px 8px 0 rgba(138,155,165,.55);
}
.droplistOuter {
    float: left;
    width: 100%;
    height: 0;
    position: relative;
    opacity: 0;
    top: 15px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
li.nav-li.subCenter.show .droplistOuter {
    opacity: 1;
    top: 0;
    max-height: 70vh;
}
li.nav-li.subCenter .droplist-scrollbar {
    transform: translate(-50%,0);
    left: 50%;
    right: 50%;
    top: 0;
    position: absolute;
}


@media (max-width: 768px) {
    .contact-list-row {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .breadcrumb-wrap {
        display: block !important;
    }

    .filter-contact-set {
        position: relative;
        right: 0;
        top: 0;
        margin: 0 0 25px 0;
    }
}

@media only screen and (max-width: 1920px) and (min-width: 1890px) {
    .contact-list {
        width: 7.8%;
    }
}
/*group view*/

.carousel-dnone {
    visibility: hidden
}

.btn {
    font-family: 'Open Sans',sans-serif;
}


/*Icons with badges for nav*/

.nav-icon-with-badge i {
    font-size: 17px;
    color: #333;
    float: left;
    margin-right: 10px;
    opacity: 0.8;
}

.nav-icon-with-badge a:hover i {
    opacity: 1;
}

.badge-bell .badge {
    left: 11px;
}

.badge {
    padding: 0 3px 0 3px;
    position: absolute;
    top: -5px;
    left: 13px;
    font-size: 10px;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    min-height: 14px;
    cursor: pointer;
}

.badge-danger {
    background-color: #db5565;
}

.sdTime {
    position: absolute;
    font-size: 12px !important;
    left: 8px;
    top: 9px;
}

.sld-tag {
    float: left;
    width: 100%;
    padding: 0 0 5px 0;
    margin: 0;
    color: #fff;
    overflow: hidden;
}

.sld-tag-spn {
    font-size: 14px;
}
.sld-tag-spn {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    list-style:none;
}

    .sld-tag-spn li {
        float: left;
        padding: 5px 12px 6px 12px;
        list-style-position: inside;
    }
    .sld-tag-spn li:first-child {
        padding: 5px 12px 6px 300px;
    }

.edit-part {
    float: left;
    width: 100%;
}

.edit-part-li {
    float: left;
    width: 100%;
}
.card-setting {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin: 0;
    border: 1px solid rgba(0,0,0,.125);
    transition: box-shadow 0.3s ease-in-out;
    padding: 15px;
    /*background: linear-gradient(#f8f8f8, #fff);*/
}

    .card-setting:hover, .card-setting:focus {
        box-shadow: 0 8px 16px -8px rgba(0,0,0,0.4);
    }

.show-content {
    position: absolute;
    top: 7px;
    right: 7px;
}
.bg-monitered {
    background: #45c545 !important;
}
.icon-agent-left {
    height: 100%;
    padding: 10px 10px 10px 5px;
}
.group-setting {
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
}
.edit-part .form-group {
    float: left;
    width: 100%;
}
.collapse-content .set-li-btn {
    padding: 5px 0 5px 1px;
}
.agent-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 23px;
    color: rgba(255,255,255,.85);
    background: rgba(0,0,0,.35);
    border: none;
}
.icon-agent-left i {
    font-size: 28px;
}
.agent-row {
    display: flex;
    flex-direction: inherit;
    align-items: center;
}
    .agent-row .agent-details {
        float: left;
        text-align: left;
    }
        .agent-row .agent-details h5 {
            font-size: 17px;
            padding: 0 14px 0 0;
        }
.edit-part {
    text-align: left;
    margin-top: 15px;
}

.btn-show {
    float: left;
    display: flex;
    align-items: center;
    background: none;
    border-radius: 50%;
    margin: 0 0 2px 7px;
    color: #038EE7;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #f6f6f7;
    height: 28px;
    width: 28px;
    justify-content: center;
}

    .btn-show:hover, .btn-show:focus {
        background: #038EE7;
        color: #fff;
    }

.inline-block {
    display: inline-block;
}

.dots {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.green {
    background: #0dd00d;
}

.set-btn.bt-edit {
    float: right;
}
.switch-s .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch-s .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.switch-s .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .switch-s .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.switch-s input:checked + .slider {
    background-color: #2196F3;
}

.switch-s input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch-s input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switch-s .slider.round {
    border-radius: 34px;
}

    .switch-s .slider.round:before {
        border-radius: 50%;
    }
.agent-row .agent-details .switch-s {
    position: absolute;
    right: 45px;
    top: 10px;
}
    .agent-row .agent-details .switch-s .switch {
        height: 22px;
        width: 32px;
        margin: 0;
    }
    .agent-row .agent-details .switch-s .slider::before {
        height: 16px;
        width: 16px;
        left: 2px;
        top: 3px;
    }
    .agent-row .agent-details .switch-s input:checked + .slider:before {
        height: 16px;
        width: 16px;
        left: -12px;
        top: 3px;
    }
.dropdown-dt {
    position:relative;
}
.dropdown-menu.popover-drop {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
    .dropdown-dt .dropdown-menu.popover-drop.show {
        top: 27px !important;
        z-index: 99999 !important;
        min-width: 230px;
        transform: none !important;
        right: 0;
        left: auto !important;
    }
    .dropdown-dt .popover-item {
        display: flex;
        width: 100%;
        padding: 0.50rem 1rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        font-size: 14px;
        align-items: center;
    }
        .dropdown-dt .popover-item i {
            font-size: 18px;
            margin-right: 8px;
        }
        .dropdown-dt .popover-item:hover, .popover-item:focus {
            color: #038EE7;
            text-decoration: none;
            background-color: #f8f9fa;
        }
.drop-lst-srch {
    padding: 0 10px;
}
    .drop-lst-srch input {
        min-height: 31px !important;
    }
.icn-td.icn-td-play i {
    font-size: 22px;
}
.tListHdr-val-pp {
    font-size: 11px;
    color: #9F9F9F;
    line-height: 10px;
    padding: 0;
    float: left;
    width: 100%;
}
.tab-sm i {
    font-size: 18px;
    padding: 0 3px 0 0;
}
.single-brd li:before {
    display: none;
}
.nav-wrp .nav-li.active .nav-li-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
    .nav-wrp .nav-li.active .nav-li-link p.bdr-line {
        position: absolute;
        bottom: 0;
    }

    fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] + .admininput-a {
        opacity: 0.65;
        cursor: not-allowed;
        z-index: 99;
        border-left: 4px solid rgba(0, 0, 0, 0.3);
    }
