@font-face {
    font-family: 'Quicksand-Medium';
    src: url('./fonts/Quicksand-Medium.ttf') format('truetype');
    font-weight: bold;
}

input.red_btn{
   font-family: Arial, Sans-Serif;
   font-size: 10px;
   color:#FFFFFF;
   font-weight:bold;
   background-color:#990000;
   border:2px solid;
   border-top-color:#FFCCCC;
   border-left-color:#FFCCCC;
   border-right-color:#330000;
   border-bottom-color:#330000;
}
input.green_btn{
   font-family: Arial, Sans-Serif;
   font-size: 10px;
   color:#FFFFFF;
   font-weight:bold;
   background-color:#009900;
   border:2px solid;
   border-top-color:#CCFFCC;
   border-left-color:#CCFFCC;
   border-right-color:#003300;
   border-bottom-color:#003300;
}
input.blue_btn{
   font-family: Arial, Sans-Serif;
   font-size: 10px;
   color:#FFFFFF;
   font-weight:bold;
   background-color:#000099;
   border:2px solid;
   border-top-color:#CCCCFF;
   border-left-color:#CCCCFF;
   border-right-color:#000033;
   border-bottom-color:#000033;
}
input.form_field {
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    margin-bottom: 3px;
    padding: 2px;
    border: solid 1px #000066;
}
textarea.form_field {
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    margin-bottom: 3px;
    padding: 2px;
    border: solid 1px #000066;
}
select.form_field {
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    margin-bottom: 3px;
    padding: 2px;
    border: solid 1px #000066;
} 


/* NEW DESIGN */

input[type="checkbox"]:checked {
    color: #333;
}
#Header {
    display: none !important;
}
#DeactivateDOlDSessioNSpan {
    width: 100% !important;
    height: 100% !important;
}
#DeactivateDOlDSessioNSpan > table {
    width: 100% !important;
    height: 100% !important;
}
#AgenTDisablEBoX {
    width: 100% !important;
    height: 100% !important;
}
#AgenTDisablEBoX > table {
    width: 100% !important;
    height: 100% !important;
}
#webphoneLinkSpan, #SecondSspan, #MainCommit {
    display: none !important;
}
#webphone-panel {
    background: none !important;
    top: 187px !important;
    left: unset !important;
    right: 4%;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    height: calc(100vh - 240px) !important;
}
#stg-login {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Quicksand-Medium', sans-serif !important;
    width: 100%;
    height: 100vh;
   /* overflow: hidden;
    */
    background-color: #009;
    background-image: url("../images/stg/bg-login-vort.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#stg-login * {
    font-family: 'Quicksand-Medium', sans-serif !important;
}
#stg-login #icon-login {
    width: 90px;
    margin-top: 30px;
    margin-bottom: 20px;
}
#stg-login .login-footer {
    display: flex;
    justify-content: center;
    align-items: center;
   /* flex-direction: column;
    */
}
#stg-login .login-footer #LogiNReseT {
    order: 2 !important;
}
#stg-login .login-footer #LogiNReseT input[type="button"], #stg-login .login-footer #LogiNReseT button {
    cursor: pointer;
    position: relative;
    top: 15px;
    width: 250px;
    height: 45px;
    border: none !important;
    background: none !important;
    outline: none !important;
    margin-top: 15px;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #004283 !important;
    font-weight: 600;
    color: #fff !important;
}
#stg-login .login-footer #LogiNReseT button {
    width: 38px;
    margin-top: -5px;
}
#stg-login .login-footer input[type="submit"] {
    order: 1 !important;
}
#stg-login .input-login {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 300px;
    margin-top: 10px;
    background-color: rgba(50, 50, 50, 0.3) !important;
    border-radius: 5px;
    border: solid 1px #ffffff;
}
#stg-login .input-login span {
    margin-left: 15px;
    margin-right: 8px;
}
#stg-login .input-login span img {
    width: 15px;
}
#stg-login .input-login input {
    width: 100%;
    height: 45px;
    border: none !important;
    background: none !important;
    outline: none !important;
    color: #fff !important;
}
#stg-login .input-login input::placeholder {
    color: #c1c1c1 !important;
}
#stg-login .input-login select {
    width: 100%;
    height: 45px;
    border: none !important;
    background: none !important;
    outline: none !important;
    color: #c1c1c1 !important;
}
#stg-login .input-login select::placeholder {
    color: #c1c1c1 !important;
}
#stg-login input[type="submit"] {
    cursor: pointer;
    width: 250px;
    height: 45px;
    border: none !important;
    background: none !important;
    outline: none !important;
    margin-top: 50px;
    margin-bottom: 25px;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #fff !important;
    font-weight: 600;
    color: #004283 !important;
}
#stg-login center table {
    display: flex;
    justify-content: center;
    margin-top: 75px;
    min-height: 250px;
    padding: 15px;
    background-color: rgba(50, 50, 50, 0.2) !important;
    border-radius: 8px;
}
#stg-login center table tbody {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#stg-login center table tr:nth-child(1) {
    display: none !important;
}
#stg-login::after {
    content: '';
    position: fixed;
    top: 20px;
    left: 20px;
    display: inline-block;
    width: 200px;
    height: 50px;
    background-image: url("../images/stg/vicidial-logo-white.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#stg-login::before {
    content: '';
    position: fixed;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: 220px;
    height: 63px;
    background-image: url("../images/stg/logo-vort.png");
    background-repeat: no-repeat;
    background-size: cover;
}
#vicidial-panel-body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    background-image: url("../images/stg/bg-admin.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Quicksand-Medium', sans-serif !important;
}
#vicidial-panel-body * {
    font-family: 'Quicksand-Medium', sans-serif !important;
}
#NeWManuaLDiaLBox {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    background-image: url("../images/stg/bg-admin.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Quicksand-Medium', sans-serif !important;
}
#NeWManuaLDiaLBox * {
    font-family: 'Quicksand-Medium', sans-serif !important;
}
#DispoSelectBox {
    position: fixed !important;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    background-image: url("../images/stg/bg-admin.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Quicksand-Medium', sans-serif !important;
}
#DispoSelectBox * {
    font-family: 'Quicksand-Medium', sans-serif !important;
}
/* #vicidial-panel-body::after {
    content: '';
    position: fixed;
    top: 20px;
    left: 20px;
    display: inline-block;
    width: 200px;
    height: 50px;
    background-image: url("../images/stg/vicidial-logo-blue.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
*/
#vicidial-panel-body::before {
    content: '';
    position: fixed;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: 185px;
    height: 76px;
    background-image: url("../images/stg/logo-vort-violet.png");
    background-repeat: no-repeat;
    background-size: cover;
}
#MainPanel {
    width: calc(80% - 40px) !important;
    margin-top: 35px;
}
#MainTable {
    width: 100% !important;
    background: none !important;
}
#MaiNfooter, #AgentViewLinkSpan {
    display: none !important;
}
/* #DiaLControl, #MainStatuSSpan {
    */
    #MainStatuSSpan {
        display: flex;
        align-items: center;
        padding-left: 20px;
        background: none!important;
   }
   #MainStatuSSpan a {
        text-decoration: none;
        background-color: #004283 !important;
        color: #ffffff;
        padding: 0 5px;
        margin: 0 4px;
        border-radius: 4px;
   }
   #MainStatuSSpan a font {
        font-size: 10px!important;
        height: auto!important;
        padding: 4px!important;
   }
    .preview_text {
        display: flex;
        align-items: center;
        width: 100%;
        height: 30px;
        /* margin-top: -13px; */
        background: none;
        color: #fff;
        text-transform: capitalize;
   }
    #MainTable #left-side {
        display: block;
        width: 350px !important;
        box-sizing: border-box;
        padding: 70px 20px 20px 20px;
   }
    #MainTable #left-side #incoming-info {
        padding: 10px;
   }
    #MainTable #left-side #incoming-info #in-bulltet {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 15px;
        background-color: #93d309 !important;
        border-radius: 50%;
   }
    #MainTable #left-side #incoming-info * {
        font-weight: bold;
        color: #004283 !important;
   }
    #MainTable #left-side > .body_text {
        display: block;
        height: 650px;
        padding: 35px 20px 25px 20px;
        border-radius: 15px;
       /* background-color: #60605e!important;
        */
        background-color: rgba(45, 45, 45, 0.7);
   }
    #MainTable #left-side .InfoLeftPanel {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 10px;
   }
    #MainTable #left-side .InfoLeftPanel .InfoTitle {
        width: 100%;
        padding: 4px 0;
        box-sizing: border-box;
        text-align: left;
        color: #93d309;
   }
    #MainTable #left-side .InfoLeftPanel .Items {
        list-style: none !important;
        box-sizing: border-box;
        display: flex;
        width: 100%;
        margin: 0;
        padding: 0;
   }
    #MainTable #left-side .InfoLeftPanel .Items li {
        box-sizing: border-box;
        text-align: left;
        width: 50%;
        padding: 8px 0;
        color: #fff;
   }
    #MainTable #left-side .InfoLeftPanel .Items li .PointItem {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #fff;
   }
    #MainTable #left-side #DiaLControl {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
       /* padding: 8px;
        */
        background-color: #004283 !important;
        border-radius: 4px;
   }
    #MainTable #left-side #DiaLControl > a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none !important;
        text-transform: capitalize !important;
        color: #fff !important;
   }
    #MainTable #left-side #DiaLControl > a img[src="./images/vdc_LB_blank_OFF.gif"] {
        display: none !important;
   }
    #MainTable #left-side #DiaLControl #you_paused {
        box-sizing: border-box;
        display: flex;
        width: 100%;
        height: 100%;
        padding: 8px;
        justify-content: center;
   }
    #MainTable #left-side #DiaLControl #vdc_lb_active {
        box-sizing: border-box;
        display: flex;
        width: 100%;
        height: 100%;
        padding: 8px;
        background-color: #0daf69;
        justify-content: center;
   }
    #MainTable #left-side #DiaLControlTwo > a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
        padding: 8px;
        background-color: #004283 !important;
        border-radius: 4px;
        text-decoration: none !important;
        text-transform: capitalize !important;
        color: #fff !important;
   }
    #MainTable #left-side #HangupControl a {
        text-decoration: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
        padding: 8px;
        background-color: #ec2c3c !important;
        border-radius: 4px;
        color: #fff;
   }
    #MainTable #left-side #ParkControl {
        display: none !important;
   }
    #MainTable #left-side #ParkControl div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
        padding: 8px;
        background-color: #333332 !important;
        border-radius: 4px;
        color: #fff !important;
   }
    #MainTable #left-side #ParkControl a {
        text-decoration: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
        padding: 8px;
        background-color: #333332 !important;
        border-radius: 4px;
        color: #fff;
   }
    #MainTable #left-side #ViewCallLogContainer div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
        padding: 8px;
        background-color: #29445b !important;
        border-radius: 4px;
        color: #fff !important;
   }
    #MainTable #left-side #ViewCallLogContainer a {
        text-decoration: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
        padding: 8px;
        background-color: #29445b !important;
        border-radius: 4px;
        color: #fff;
   }
    #MainTable #left-side #XferControl div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
        padding: 8px;
        background-color: #333332 !important;
        border-radius: 4px;
        color: #fff !important;
   }
    #MainTable #left-side #XferControl a {
        text-decoration: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
        padding: 8px;
        background-color: #333332 !important;
        border-radius: 4px;
        color: #fff;
   }
   #MainTable #left-side #DiaLControl img[alt="Dial Next Number"] {
    display: none!important;
   }
   #MainTable #left-side #DiaLControl a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    background-color: #004283 !important;
    border-radius: 4px;
    text-decoration: none !important;
    text-transform: capitalize !important;
    color: #fff !important;
   }
    #MainTable #left-side #ManuaLDiaLButtons #MDstatusSpan a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
        padding: 8px;
        background-color: #417e81 !important;
        border-radius: 4px;
        text-decoration: none !important;
        text-transform: capitalize !important;
        color: #fff !important;
   }
    #MainTable #left-side #logout-btn {
        margin-top: -10px;
        margin-left: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        box-sizing: border-box;
        padding: 8px;
        background-color: #004283 !important;
        border-radius: 4px;
        text-decoration: none !important;
        text-transform: capitalize !important;
        color: #fff !important;
   }
    #MainTable #middle-side {
        width: 100% !important;
        box-sizing: border-box;
        padding: 20px;
   }
    #MainTable #middle-side #viewcommentsdisplay {
        display: none !important;
   }
    #MainTable #middle-side #form-inputs {
        display: flex;
        flex-wrap: wrap;
   }
    #MainTable #middle-side .form-title-block {
        display: inline-flex;
        width: 100%;
        box-sizing: border-box;
        padding: 15px 10px 10px 15px;
        font-weight: bold;
        color: #93d309;
   }
    #MainTable #middle-side #phone_numberDISP {
        display: none !important;
   }
    #MainTable #middle-side #MainPanelCustInfo {
        box-sizing: border-box;
        display: block;
        height: 710px;
        padding: 20px 15px 15px 15px;
        border-radius: 15px;
       /* background-color: #60605e!important;
        */
        background-color: rgba(45, 45, 45, 0.7);
   }
    #MainTable #middle-side #MainPanelCustInfo table {
        width: 100% !important;
   }
    #MainTable #middle-side #MainPanelCustInfo input, #MainTable #middle-side #MainPanelCustInfo select, #MainTable #middle-side #MainPanelCustInfo textarea {
        outline: none !important;
        border: none !important;
        padding: 8px !important;
        background: #fff !important;
        border-radius: 4px;
   }
    #MainTable #middle-side .input-container {
        box-sizing: border-box;
        display: inline-flex !important;
        flex-direction: column;
        align-items: flex-start;
        width: 33.33%;
        padding: 10px 15px;
   }
    #MainTable #middle-side .input-container .label-input {
        display: inline-flex;
        color: #fff !important;
   }
    #MainTable #middle-side .input-container * {
        width: 100%;
   }
    #MainTable #middle-side .input-container input {
        width: 100%;
   }
    #MainTable #middle-side .input-container select {
        width: 100%;
   }
    #MainTable #middle-side .input-container textarea {
        width: 100%;
   }
    #MainTable #middle-side .input-container.full-width {
        width: 100% !important;
   }
    #block-style1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
   }
    #block-style2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
   }
    .info-label-style1 {
        display: inline-flex;
        align-items: center;
        padding: 10px 8px;
        font-weight: bold;
        color: #fe5f00;
   }
    .info-label-style1 img {
        margin-right: 8px;
   }
    .info-label-style2 {
        display: inline-flex;
        align-items: center;
        padding: 10px 8px;
   }
    .info-label-style2 .bulltet {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-right: 8px;
        background-color: #004283 !important;
        border-radius: 50%;
   }
    .info-label-style2 .tag {
        color: #000;
   }
    .info-label-style2 .tag font {
        font-size: 14px !important;
   }
    .active-btn-hu {
        border: solid 1px #11ee0b;
        background-color: #11ee0b;
   }
    .info-label-style3 {
        display: inline-flex;
        align-items: center;
        padding: 10px 8px;
   }
    .info-label-style3 .bulltet {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-right: 8px;
        background-color: #ec1e00 !important;
        border-radius: 50%;
   }
    #DispoSelectBox::after {
        content: '';
        position: fixed;
        top: 20px;
        left: 20px;
        display: inline-block;
        width: 200px;
        height: 50px;
        background-image: url("../images/stg/vicidial-logo-blue.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
   }
    #DispoSelectBox::before {
        content: '';
        position: fixed;
        top: 20px;
        right: 20px;
        display: inline-block;
        width: 185px;
        height: 76px;
        background-image: url("../images/stg/logo-vort-violet.png");
        background-repeat: no-repeat;
        background-size: cover;
   }
    #NeWManuaLDiaLBox::after {
        content: '';
        position: fixed;
        top: 20px;
        left: 20px;
        display: inline-block;
        width: 200px;
        height: 50px;
        background-image: url("../images/stg/vicidial-logo-blue.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
   }
    #NeWManuaLDiaLBox::before {
        content: '';
        position: fixed;
        top: 20px;
        right: 20px;
        display: inline-block;
        width: 185px;
        height: 76px;
        background-image: url("../images/stg/logo-vort-violet.png");
        background-repeat: no-repeat;
        background-size: cover;
   }
    #DispoSelectBox {
        padding-top: 7%;
   }
    #DispoSelectBox #DispoSelectMaxMin {
        display: none !important;
   }
    #DispoSelectBox #DispoSelectPhonE {
        margin-left: 8px;
        color: #93d60b;
   }
    #DispoSelectBox #DispoSelectBoxOptions {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 50px;
        padding-bottom: 50px;
   }
    #DispoSelectBox #DispoSelectBoxOptions #DispoSelectHAspanHungUpCustomer {
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        margin-left: 10px;
        margin-right: 10px;
        padding: 8px 25px;
        background-color: #eb2c3c;
        border-radius: 8px;
        font-size: 12px;
        color: #fff;
   }
    #DispoSelectBox #DispoSelectBoxOptions #DispoSelectHAspanHungUpCustomer img {
        margin-right: 8px;
   }
    #DispoSelectBox #DispoSelectBoxOptions #DispoSelectHAspanSubmit {
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        margin-left: 10px;
        margin-right: 10px;
        padding: 8px 25px;
        background-color: #0d4b89;
        border-radius: 8px;
        font-size: 12px;
        color: #fff;
   }
    #DispoSelectBox #DispoSelectBoxOptions #DispoSelectHAspanSubmit img {
        margin-right: 8px;
   }
    #DispoSelectBox #DispoSelectBoxOptions #DispoSelectHAspanClearForm {
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        margin-left: 10px;
        margin-right: 10px;
        padding: 8px 25px;
        background-color: #1d1d1b;
        border-radius: 8px;
        font-size: 12px;
        color: #fff;
   }
    #DispoSelectBox #DispoSelectBoxOptions #DispoSelectHAspanClearForm img {
        margin-right: 8px;
   }
    #DispoSelectBox #DispoSelectBoxCheck {
        display: flex;
        justify-content: center;
   }
    #DispoSelectBox .DispoSelectContentHeader {
        display: flex;
        flex-wrap: nowrap;
        text-decoration: none !important;
        color: #fff;
   }
    #DispoSelectBox .DispoSelectContentHeader > div:nth-child(1) {
        box-sizing: border-box;
        width: calc(30% - 2px);
        margin-right: 2px;
        margin-bottom: -14px;
        padding: 12px;
        background-color: #0d4b89;
        text-align: center;
        font-size: 12px;
        color: #fff;
   }
    #DispoSelectBox .DispoSelectContentHeader > div:nth-child(2) {
        box-sizing: border-box;
        width: calc(70% - 2px);
        margin-left: 2px;
        margin-bottom: -14px;
        padding: 12px;
        background-color: #0d4b89;
        text-align: center;
        font-size: 12px;
        color: #fff;
   }
    #DispoSelectBox #DispoSelectA font a, #DispoSelectBox #DispoSelectB font a, #DispoSelectBox #DispoSelectC font a {
        display: flex;
        flex-wrap: nowrap;
        text-decoration: none !important;
        color: #333;
   }
    #DispoSelectBox #DispoSelectA font a > div:nth-child(1), #DispoSelectBox #DispoSelectB font a > div:nth-child(1), #DispoSelectBox #DispoSelectC font a > div:nth-child(1) {
        box-sizing: border-box;
        width: calc(30% - 2px);
        margin-right: 2px;
        padding: 12px;
        background-color: #f7f7f7;
        border: solid 1px #b1b1b0;
        margin-bottom: 4px;
        text-align: center;
        font-size: 10px;
        color: #333;
   }
    #DispoSelectBox #DispoSelectA font a > div:nth-child(2), #DispoSelectBox #DispoSelectB font a > div:nth-child(2), #DispoSelectBox #DispoSelectC font a > div:nth-child(2) {
        box-sizing: border-box;
        width: calc(70% - 2px);
        margin-left: 2px;
        padding: 12px;
        background-color: #f7f7f7;
        border: solid 1px #b1b1b0;
        margin-bottom: 4px;
        text-align: center;
        font-size: 10px;
        color: #333;
   }
    #NeWManuaLDiaLBox {
        top: 0px !important;
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
   }
    #NeWManuaLDiaLBox #md-panel {
        width: 800px;
        height: 450px;
   }
    #NeWManuaLDiaLBox #md-panel #md-title {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 10px;
        font-weight: bold;
        color: #fe5f00;
   }
    #NeWManuaLDiaLBox #md-panel #md-title img {
        width: 25px;
        height: auto;
        margin-right: 8px;
   }
    #NeWManuaLDiaLBox #md-panel #md-content {
        width: 100% !important;
        height: 100% !important;
        box-sizing: border-box;
        padding: 30px 15px 15px 15px;
        background-color: rgba(50, 50, 50, 0.7);
        border-radius: 15px;
   }
    #NeWManuaLDiaLBox #md-panel #md-content > table {
        width: 100% !important;
        height: 100% !important;
   }
    #NeWManuaLDiaLBox #md-panel #md-content #md-sections {
        display: flex;
        height: 250px;
   }
    #NeWManuaLDiaLBox #md-panel #md-content #md-sections > div:nth-child(1) {
        box-sizing: border-box;
        width: 70%;
        padding: 10px 10px 10px 10px;
        border-right: solid 1px #fff;
   }
    #NeWManuaLDiaLBox #md-panel #md-content #md-sections > div:nth-child(1) .form-control {
        display: flex;
        margin-bottom: 10px;
   }
    #NeWManuaLDiaLBox #md-panel #md-content #md-sections > div:nth-child(1) .form-control label {
        position: relative;
        width: 30%;
        text-align: left;
        font-size: 12px;
   }
    #NeWManuaLDiaLBox #md-panel #md-content #md-sections > div:nth-child(1) .form-control label::before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #92d50a;
        margin-right: 8px;
   }
    #NeWManuaLDiaLBox #md-panel #md-content #md-sections > div:nth-child(1) .form-control input[type="text"] {
        width: 50%;
        box-shadow: none !important;
        outline: none !important;
        border: none !important;
        border-radius: 8px;
        background-color: #fff;
        padding: 10px;
        color: #000;
   }
    #NeWManuaLDiaLBox #md-panel #md-content #md-sections > div:nth-child(1) .form-control * {
        color: #fff;
   }
    #NeWManuaLDiaLBox #md-panel #md-content #md-sections > div:nth-child(1) .form-control.checkbox {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 120px;
        font-size: 12px;
        color: #fff;
   }
    #NeWManuaLDiaLBox #md-panel #md-content #md-sections > div:nth-child(1) .form-control.checkbox span label {
        font-size: 12px;
        color: #bbad0e;
   }
    #NeWManuaLDiaLBox #md-panel #md-content #md-sections > div:nth-child(1) .form-control.checkbox span label::before {
        display: none !important;
   }
    #NeWManuaLDiaLBox #md-panel #md-content #md-sections > div:nth-child(2) {
        box-sizing: border-box;
        width: 30%;
        padding: 10px 10px 10px 10px;
        font-size: 12px;
        color: #fff !important;
   }
    #NeWManuaLDiaLBox #md-panel #md-options-footer {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 75px;
   }
    #NeWManuaLDiaLBox #md-panel #md-options-footer a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        margin-left: 12px;
        margin-right: 12px;
        font-size: 12px;
        color: #fff;
   }
    #NeWManuaLDiaLBox #md-panel #md-options-footer a img {
        margin-bottom: 5px;
   }
    #NeWManuaLDiaLBox #md-panel #md-options-footer a:nth-child(1) {
        color: #93d500;
   }
    #NoneInSessionBox {
        top: 0px !important;
        width: 100%;
        height: 100vh;
   }
    #NoneInSessionBox > table {
        width: 100% !important;
        height: 100% !important;
   }
    #CalLLoGDisplaYBox {
        top: 0px !important;
        width: 100%;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: hidden;
        background-color: #fff;
        background-image: url("../images/stg/bg-admin.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        font-family: 'Quicksand-Medium', sans-serif !important;
   }
    #CalLLoGDisplaYBox * {
        font-family: 'Quicksand-Medium', sans-serif !important;
   }
    #CalLLoGDisplaYBox > table {
        width: 100% !important;
        background: none !important;
   }
    #CalLLoGDisplaYBox a[href="#"] {
        text-decoration: none !important;
        display: inline-block !important;
        box-sizing: border-box;
        padding: 8px;
        margin: 8px;
        background-color: #004283 !important;
        border-radius: 4px;
        text-transform: capitalize !important;
        color: #fff !important;
   }
    #CalLLoGDisplaYBox #CallLogSpan {
        width: 100% !important;
        overflow: auto !important;
   }
    #CalLLoGDisplaYBox #CallLogSpan table {
        width: 75% !important;
   }
    #CalLLoGDisplaYBox #CallLogSpan table td {
        box-sizing: border-box;
        background-color: #f7f7f7;
        border: solid 1px #b1b1b0;
        font-size: 10px;
        text-align: center !important;
        color: #333;
   }
    #CalLLoGDisplaYBox #CallLogSpan table tbody > tr:nth-child(1) td {
        padding: 12px;
        background-color: #417e81 !important;
        border: solid 1px #b1b1b0 !important;
        color: #fff !important;
   }
   #CallBacKsLisTBox * {
    font-family: 'Quicksand-Medium', sans-serif !important;
    }
   #CallBacKsLisTBox {
        top: 0px !important;
        width: 100%!important;
        height: 100vh!important;
        overflow-x: hidden!important;
        overflow-y: hidden!important;
        background-color: #fff!important;
        background-image: url("../images/stg/bg-admin.jpg")!important;
        background-repeat: no-repeat!important;
        background-size: cover!important;
        font-family: 'Quicksand-Medium', sans-serif !important;
    }
    #CallBacKsLisTBox > table {
        width: 100% !important;
        background: none !important;
    }
    #CallBacKsLisTBox > table td {
        padding: 15px;
        box-sizing: border-box;
        border: solid 1px #b1b1b0;
        font-size: 10px;
        text-align: center !important;
        color: #333;
   }
    #CallBacKsLisTBox a[href="#"] {
        text-decoration: none !important;
        display: inline-block !important;
        box-sizing: border-box;
        padding: 8px;
        margin: 8px;
        background-color: #004283 !important;
        border-radius: 4px;
        text-transform: capitalize !important;
        color: #fff !important;
    }
    #CustomerGoneBox {
        top: 0px !important;
        width: 100%;
        height: 100vh;
   }
    #CustomerGoneBox > table {
        width: 100% !important;
        height: 100% !important;
   }
    #DispoSelectBox {
        top: 0px !important;
        width: 100%;
        height: 100vh;
   }
    #DispoSelectBox > table {
        width: 100% !important;
        height: 100% !important;
   }
    #WelcomeBoxA > table {
        height: auto !important;
   }
    #webphonecontent iframe {
        width: 290px !important;
        height: 540px !important;
   }
    #LogouTBox {
        width: 100%;
        height: 100vh;
   }
    #LogouTBox > table {
        width: 100% !important;
        height: 100% !important;
   }
    

   #CallBackSelectBox {
    top: 0px !important;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #fff;
    background-image: url("../images/stg/bg-admin.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Quicksand-Medium', sans-serif !important;
}
#CallBackSelectBox * {
    font-family: 'Quicksand-Medium', sans-serif !important;
}
#CallBackSelectBox > table {
    width: 100% !important;
    background: none !important;
}
#CallBackSelectBox a[href="#"] {
    text-decoration: none !important;
    display: inline-block !important;
    box-sizing: border-box;
    padding: 8px;
    margin: 8px;
    background-color: #004283 !important;
    border-radius: 4px;
    text-transform: capitalize !important;
    color: #fff !important;
}



#PauseCodeSelectBox {
    top: 0px !important;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #fff;
    background-image: url("../images/stg/bg-admin.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Quicksand-Medium', sans-serif !important;
}
#PauseCodeSelectBox * {
    font-family: 'Quicksand-Medium', sans-serif !important;
}
#PauseCodeSelectBox > table {
    width: 100% !important;
    background: none !important;
}
#PauseCodeSelectBox a[href="#"] {
    text-decoration: none !important;
    display: inline-block !important;
    box-sizing: border-box;
    padding: 8px;
    margin: 8px;
    background-color: #004283 !important;
    border-radius: 4px;
    text-transform: capitalize !important;
    color: #fff !important;
}