table.table thead th.sorting::after {
    display: none !important;
}

.DialerBackdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000bf;
}

.green {
    color: #11c03c !important;
}

.openstatus {
    color: #580ad6 !important;
}

.reschedule {
    color: #e45f12 !important;
}

.red {
    color: red !important;
}

.completed {
    color: #330aec !important;
}

.others {
    color: rgb(235, 13, 235) !important;
}

.textcenter {
    text-align: center !important;
}

.faiconMore {
    position: relative;
    bottom: 5px;
}

.faiconMailer {
    position: relative;
    bottom: 10px;
}

.pagination_block {
    position: absolute;
    left: 91.5%;
}

.ListPageHeader {
    margin-top: 0%;
}

.ListPageHeaderTitle {
    text-align: center;
    margin: 10px auto 10px auto;
}

.ISODAILERLogContent {
    width: 99%;
}

td.norecord {
    text-align: center;
}

.font18 {
    font-size: 18px !important;
}

.moreColor {
    color: #e45f12;
}

.top-12 {
    top: -12px;
}

.ViewContact {
    margin-right: 20px;
    top: 12px;
    position: relative;
}

.MoreActionListViewFaIcon {
    color: #212529;
    border-color: #d3d9df;
    padding: 5px;
    font-size: 15px!important;
}

.noPointer {
    cursor: not-allowed;
}

.left-45 {
    left: 45px;
}

.top15 {
    top: 15px;
}

.left-20 {
    left: -20px;
}

.left0 {
    left: 0px;
}

.pad5 {
    padding: 5px;
}

.left-5 {
    left: -5px;
}

.mailColor {
    color: #4297b5 !important;
    background: #fafafb !important;
    background: rgba(0, 0, 0, 0) !important;
    margin-top: 10px;
}

.phoneColor {
    color: #22b322 !important;
    background: #fafafb !important;
    background: rgba(0, 0, 0, 0) !important;
}

.messageColor {
    color: #2074cc !important;
    background: #fafafb !important;
    background: rgba(0, 0, 0, 0) !important;
}


/*Callmanger Window*/

.CallManager {
    background: #0e0024;
    height: 340px;
    width: 290px;
    border-radius: 6px 6px 0px 0px;
    position: fixed;
    z-index: 10000;
    bottom: 0px;
    right: 80px;
    border-bottom: 0px;
    box-shadow: #848282 -2px -3px 4px 1px;
}

#CallManageruserlogo {
    text-align: center;
    font-size: 70px;
    margin-top: -10px;
}

.FaUserLogo {
    font-size: 70px !important;
    color: white;
}

#SMSContentArea {
    width: 100%;
    height: 130px;
    background: #efefef;
    color: #050404;
    border: solid 1px #b4b3b3;
    border-radius: 5px;
    padding: 8px;
}

#CallManager-title {
    height: 30px;
    /* width: 285px; */
    width: 275px;
    font-size: 14px;
    padding: 5px;
    padding-left: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    color: white;
    background: #2279a0;
    border-radius: 6px 6px 0px 0px;
    position: relative;
    /* left: -10px; */
    left: 0px;
}

#SMSSendBtn {
    height: 30px;
    padding: 3px 10px 3px 10px;
    font-size: 14px !important;
    border-radius: 7px !important;
    margin-top: 5px;
    float: right;
}

.CallManager-body {
    padding: 0px 5px 0px 5px;
}

#CallManager-title>i {
    margin-right: 13px;
    cursor: pointer;
    font-size: 17px;
}

#CallManager-sms {
    padding: 0px 12px 0px 12px;
}

.call-icon {
    /* font-size: 30px !important; */
    height: 60px;
    width: 60px;
    padding: 11px;
    border-radius: 50%;
    /* margin: 15px; */
    transition: transform .2s;
}

.park-icon {
    height: 60px;
    width: 60px;
    padding: 11px;
    border-radius: 50%;
    right: 10px;
    position: relative;
    transition: transform .2s;
}

.park-icon>i {
    cursor: pointer;
    color: white;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    font-size: 15px !important;
}

.park-icon.call-park-bt {
    background: #256482;
}

.unpark-icon {
    height: 60px;
    width: 60px;
    padding: 11px;
    border-radius: 50%;
    right: 10px;
    position: relative;
    transition: transform .2s;
}

.unpark-icon>i {
    cursor: pointer;
    color: white;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    font-size: 15px !important;
}

.unpark-icon.call-unpark-bt {
    background: #256482;
    border: #f1f1f1 groove;
}

.transfer-icon {
    height: 60px;
    width: 60px;
    padding: 11px;
    border-radius: 50%;
    right: 5px;
    position: relative;
    transition: transform .2s;
}

.transfer-icon>i {
    cursor: pointer;
    color: white;
    font-weight: bold;
    font-size: 15px !important;
    position: relative;
    left: 2px;
    top: 2px;
}

.transfer-icon.call-transfer-bt {
    background: #256482;
}

.transfer-icon-plus {
    position: relative;
    bottom: 5px;
    right: 5px;
}

.transfer-icon-plus {
    position: relative;
    bottom: 7px;
}

.call-icon>i {
    cursor: pointer;
    color: white;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    font-size: 15px !important;
}

#call-bt-div {
    /* display: flex; */
    /* padding-left: 80px; */
    text-align: center;
    position: absolute;
    bottom: 45px;
    width: 100%;
}

.call-icon.call-start-bt {
    background: #087708;
}

.call-icon.call-end-bt {
    background: #bf0000;
}

.call-icon:hover {
    transform: scale(1.2);
}

#CallManager-title>.fa-times {
    float: right;
}

#CallManager-title>.fa-window-minimize {
    float: right;
}

#CallManager-title>.fa-window-maximize {
    float: right;
    top: 2px;
    position: relative;
}

#callDisplay {
    /* #height: 55px;
    #background: #8f8f8f; */
    margin-left: 20px;
    margin-right: 20px;
    /* #border: solid 3px #3b3b3b; */
    color: #fff;
    font-size: 15px;
    font-variant-caps: all-petite-caps;
    /* #padding: 5px; */
    font-weight: 600;
    /* #display: flex; */
    scroll-behavior: auto;
    text-align: center;
    line-height: 18px;
}

#CallManagerChange {
    margin-top: 5px;
    display: flex;
    position: absolute;
    bottom: 0px;
    /* width: 100%; */
    width: 291px;
    height: 28px;
    right: 0px;
}

#CallManagerChange>div {
    width: 50%;
    text-align: center;
    font-size: 18px !important;
    border: solid 1px #868686;
    cursor: pointer;
    color: white;
}

#CallManagerChangeSms:hover,
#CallManagerChangeCall:hover {
    background: #ffffff80;
    color: #0e0024;
}

#CallManager-call>.CallManagerMno:focus {
    background: #b4b4b4;
    color: #0e0024;
}

#CallManager-sms>.CallManagerMno:focus {
    background: #b4b4b4;
    color: #0e0024;
}

#CallManager-call>.CallManagerMno {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    margin-top: -10px;
    border: 0px;
    background: #bbbbbb;
    color: #000000;
    width: 120px;
    position: relative;
    top: 15px;
}

#CallManager-call {
    text-align: center;
}

#CallManager-sms>.CallManagerMno {
    font-size: 15px;
    font-weight: 600;
    margin-left: 5px;
    border: 0px;
    background: #bfbfbf;
    color: #000000;
    margin-bottom: 4px;
    width: 168px;
}

#CallManager-sms>span {
    font-weight: 600;
    color: #fff;
}

#CallManager-title>i.fa.fa-times::before {
    font-size: 12px;
}

.btt-botton-txt {
    font-size: 13px;
    font-weight: 600;
}

.blink_me {
    animation: blinker 2s linear infinite;
    font-size: 15px !important;
    top: 20px;
    position: relative;
}

@keyframes blinker {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*Callmanger Window*/


/* Status Checkbox UI*/

.onoffswitch {
    position: relative;
    width: 8.4em;
    right: 15em;
    bottom: 0.5em;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 12px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "Ready";
    padding-left: 10px;
    background-color: #34A7C1;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "Break";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    height: 18px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


/* Status Checkbox UI*/
