﻿.left-panel {
    float: left;
    width: 220px;
    /*<jasobNoObfs>*/
    /*height: calc(100% - 90px);*/
    height: 420px;
    /*</jasobNoObfs>*/
}

.right-panel {
    float: right;
    width: 500px;
    /*<jasobNoObfs>*/
    /*height: calc(100% - 90px);*/
    height: 420px;
    /*</jasobNoObfs>*/
    overflow-y: auto;
    overflow-x: hidden;
}

.dialog-properties {
    margin-top: 2px !important;
    float: left !important;
}

.no-border {
    border: none !important;
}

#generic-input-dialog, #generic-alert-dialog {
    font-size: 11px
}

#gid-text-full {
    /*<jasobNoObfs>*/
    width: calc(100% - 7px);
    /*</jasobNoObfs>*/
}

#gad-message.icon-message {
    float: left;
    width: 250px;
    margin-top: 15px;
}

#gad-message.message {
    /*<jasobNoObfs>*/
    width: calc(100% - 20px);
    /*</jasobNoObfs>*/
    padding-left: 10px;
    /*
    width: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
        */
}

.bottom-buttons {
    height: 30px;
}

    .bottom-buttons a, .bottom-buttons button {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

.caption-box {
    display: block;
    border: solid 1px #333;
    padding: 2px;
}

.dw-medium {
    width: 15em;
}

.dcc-btn-small span {
    padding: 0.1em 0.3em !important;
    font-size: 11px;
}

.presence-right-btn {
    display: block;
    height: 21px;
    width: 23px;
    margin-left: 2px;
}

a.dialog-properties-dd-button {
    display: block;
    height: 20px;
    width: 26px;
    margin-left: 2px;
    background: url(../../Images/Dialog/properties_dropdown_1.png);
}

    a.dialog-properties-dd-button:hover {
        background: url(../../Images/Dialog/properties_dropdown_2.png);
    }

a.dialog-properties-button {
    display: block;
    height: 20px;
    width: 26px;
    margin-left: 2px;
    background: url(../../Images/Dialog/properties_1.png);
}

    a.dialog-properties-button:hover {
        background: url(../../Images/Dialog/properties_2.png);
    }

a.dialog-properties-record-button {
    display: block;
    height: 20px;
    width: 25px;
    margin-left: 2px;
    background: url(../../Images/Dialog/btn_Record_1.png);
}

    a.dialog-properties-record-button:hover {
        background: url(../../Images/Dialog/btn_Record_2.png);
    }

    a.dialog-properties-record-button.disabled, a.dialog-properties-record-button.disabled:hover {
        background: url(../../Images/Dialog/btn_Record_0.png);
    }

a.dialog-properties-drop {
    display: block;
    height: 20px;
    width: 18px;
    background: url(../../Images/Dialog/properties_dropdown_arrorw_1.png);
}

    a.dialog-properties-drop:hover {
        background: url(../../Images/Dialog/properties_dropdown_arrorw_2.png);
    }

    a.dialog-properties-drop.disabled, a.dialog-properties-drop.disabled:hover {
        background: url(../../Images/Dialog/properties_dropdown_arrorw_0.png);
    }

.ui-dialog-content {
    font-size: 10.5px;
    font-family: Verdana,Tahoma;
    display: block;
    background-color: #FBFBFB;
}

    .ui-dialog-content h4 {
        border-bottom: solid 1px #ccc;
        font-family: Verdana,Tahoma;
        font-weight: bold;
        font-size: 12px;
        padding: 2px 0 2px 0;
        margin: 0;
    }

.d-grid {
    border-top: solid 1px #A9B1B8;
    border-left: solid 1px #A9B1B8;
    border-right: solid 1px #A9B1B8;
    border-bottom: solid 1px #A9B1B8;
    font-size: 10px;
    font-family: Verdana,Tahoma;
}

    .d-grid .column {
        overflow: hidden;
    }

.d-grid-header {
    border-bottom: solid 1px #cdd2d7;
    display: block;
    float: left;
    width: 100%;
    height: 18px;
    background: #d5dbdd;
}

    .d-grid-header .column {
        border-right: solid 1px #cdd2d7;
        display: block;
        float: left;
        height: 12px;
        padding: 2px 5px 0px 3px;
    }

.d-grid-content {
    overflow-x: hidden;
    overflow-y: scroll;
}

.d-grid-row {
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
}

    .d-grid-row .column {
        display: block;
        float: left;
        height: 12px;
        padding: 0 5px 0 5px;
        border-right: solid 1px transparent;
    }

    .d-grid-row .col-text {
        height: 15px;
        padding-top: 3px;
    }

        .d-grid-row .col-text select {
            height: 16px;
            padding-top: 1px;
        }

.ttb-v6-dialog {
    min-width: 0 !important;
    white-space: normal !important;
    border-bottom: 1px solid #C6C6C6;
}

.dialog-header {
    height: 35px;
    border-bottom: solid 1px #ccc;
}

.ssd-btn span
.dialog-header {
    height: 35px;
    border-bottom: solid 1px #ccc;
}

#dpd-time {
    margin-top: 3px;
    border: solid 1px #ADADAD;
    color: #444;
}

.dialog-header img, .dialog-header span {
    display: block;
    float: left;
}

.dialog-header span {
    font-size: 11px;
    margin: 13px 0 0 10px !important;
}

    .dialog-header span.line {
        margin: 5px 0;
        height: 30px;
        float: right;
        background: url(../../Images/ExtensionPropertiesDialog/header_section_bg.png) repeat-x;
    }


fieldset.layout-normal label, fieldset.layout-normal input, fieldset.layout-normal select, fieldset.layout-normal textarea {
    float: left;
    margin: 0 5px 10px 0;
    clear: none;
}

fieldset.layout-normal {
    padding: 0.3em 0.5em !important;
    border: 0;
    margin-top: 5px !important;
}

    fieldset.layout-normal br {
        clear: both;
    }

    fieldset.layout-normal label {
        width: 120px;
        text-align: left;
    }

        fieldset.layout-normal label.checkbox {
            width: auto;
        }

        fieldset.layout-normal label.full {
            width: 100%;
        }

    fieldset.layout-normal .nolabel {
        margin-left: 120px;
        display: inline; /* msie float-margin fix */
    }

.column300 {
    width: 300px;
    padding: 0;
    margin: 10px 0 10px 0;
    display: block;
}

.column380 {
    width: 380px;
    padding: 0;
    margin: 10px 0 10px 0;
    display: block;
}

.column420 {
    width: 420px;
    padding: 0;
    display: block;
}

/************ Contact Create Update Dialog *************/

#gbox_jqContactList {
    margin-top: 5px;
}

    #gbox_jqContactList .ui-jqgrid-bdiv {
        overflow-x: auto;
    }

#cucd-grid-wrapper {
    margin: 10px 20px 10px 20px;
}

#cucd-overlay {
    /*<jasobNoObfs>*/
    width: calc(100% - 20px);
    height: calc(100% - 90px);
    /*</jasobNoObfs>*/
    position: absolute;
    /*top: 0;
    left: 0;*/
    z-index: 1006;
    background-color: #FBFBFB;
    opacity: .60;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    /*margin: 70px 10px 0 10px;*/
}

#contact-update-create-dialog .info-box {
    margin: 2px 7px 2px 7px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

/************** Contact Dialog **********************/
.a-contact-paste {
    margin-right: 3px;
    display: block;
    width: 16px;
    float: right;
    margin-top: 3px;
}


/************** Current Calls Dialog ****************/

.dialog {
    font-family: Verdana,Tahoma;
}

    .dialog .top-tool-bar {
        margin: 0;
        padding: 0;
        display: block;
        height: 25px;
        border-bottom: solid 1px #ccc;
        font-size: 11px;
        /*background:url(../../Images/nav-bar-bg.png) repeat-x*/
        background-color: #E9E9E9;
    }

        .dialog .top-tool-bar img {
            float: left;
        }

        .dialog .top-tool-bar a img, .dialog .top-tool-bar a span {
            display: inline;
        }

        .dialog .top-tool-bar a, .dialog .top-tool-bar a:link, .dialog .top-tool-bar a:visited, .dialog .top-tool-bar a:hover, .dialog .top-tool-bar a:active, .dialog .top-tool-bar a:hover.disabled {
            float: left;
            display: block;
            height: 22px;
            cursor: pointer;
            margin-top: 2px;
            margin-left: 2px;
            padding: 0;
            border: transparent 1px solid;
        }


    .dialog .box {
        margin: 3px 0 7px 0;
        display: block;
        width: 100%;
    }

    .dialog .quiet {
        color: #555;
    }

    .dialog .no-border {
        border: 0;
    }

    .dialog h4 {
        border-bottom: solid 1px #ccc !important;
        font-family: Verdana;
        font-weight: bold !important;
        font-size: 12px !important;
        padding: 2px 0 4px 0 !important;
        margin: 0 !important;
    }

    .dialog .left-button-box {
    }

        .dialog .left-button-box div {
            width: 60px;
            height: 100%;
            float: left;
        }

    .dialog .left-button-box-tall div {
        width: 60px;
        /*height:80px;*/
        float: left;
    }

    .dialog .left-button-box span, .dialog .left-button-box-tall span {
        display: block;
        float: left;
        margin-left: 10px;
        width: 300px;
    }

    .dialog .left-button-box .text {
        display: block;
    }


/*** SMS Dialog ***/

#dialog-sms {
    display: none;
}

    #dialog-sms .SMSDialogVal {
        float: left;
    }

#sms-val {
    width: 50%;
    float: left;
    display: block;
    height: 10px;
}

#sms-label {
    width: 50%;
    float: right;
    display: block;
    height: 10px;
    text-align: right;
}


/****      FAVOURITES   *****************/

#entity-select-dialog label {
    display: block;
    float: left;
    padding-top: 5px;
    padding-left: 2px;
    width: 129px;
}

#entity-select-dialog .line {
    height: 22px;
    padding-top: 2px; /*border:solid 1px red;*/
}

    #entity-select-dialog .line b {
        display: block;
        padding-top: 7px;
        float: left;
    }

    #entity-select-dialog .line input {
        height: 15px;
        padding: 2px 0 0 2px;
        font-size: 10.5px;
        width: 200px;
    }
/**+html #entity-select-dialog .WaterMarked {font-size:11px;}*/
#esd-name, #esd-search {
    height: 15px !important;
    /*<jasobNoObfs>*/
    width: calc(100% - 144px) !important;
    /*</jasobNoObfs>*/
    padding: 2px !important;
}

#esd-grid-wrapper label {
    width: 50px;
}

#esd-search {
    padding-bottom: 5px;
}

#entity-select-dialog .WaterMarked {
    /*padding: 2px 0 0 2px !important;*/
    font-size: 10.5px !important;
}

#esd-select-type {
    display: block;
    width: 120px;
    /*<jasobNoObfs>*/
    height: calc(100% - 80px);
    /*</jasobNoObfs>*/
    padding: 3px;
    margin-top: 1px;
    background-color: #fff;
    border: solid 1px #ccc;
    float: left;
    list-style-type: none;
    font-size: 11px;
}

    #esd-select-type span {
        display: block;
        padding: 2px;
        cursor: pointer;
    }

#esd-grid-wrapper {
    float: left;
    /*<jasobNoObfs>*/
    width: calc(100% - 138px);
    /*</jasobNoObfs>*/
    margin-left: 2px;
    overflow: hidden;
}

#esd-grid, #esd-grid-pager {
    /*<jasobNoObfs>*/
    width: calc(100% - 138px);
    /*</jasobNoObfs>*/
}

/****      FORWARD / REPLY MESSAGE   *****************/

#forward-message-dialog h4 {
    padding-top: 6px;
}

#forward-message-dialog label {
    width: 100px;
    display: block;
    float: left;
}

#forward-message-dialog div.grids {
    width: 100%;
    padding: 6px 0;
    float: left;
}

#forward-message-dialog div.details {
    width: 100%;
    padding-top: 6px;
    display: flex;
    flex-flow: row;
    align-items: center;
}

    #forward-message-dialog div.details input {
        margin-top: 3px;
        margin-right: 5px;
    }

#forward-message-dialog input.subject {
    width: 393px;
}

#forward-message-dialog input.details {
    display: block;
    float: left;
}

#forward-message-dialog span {
    display: block;
}

    #forward-message-dialog span.to {
        padding-top: 5px;
        padding-bottom: 1px;
    }

    #forward-message-dialog span.details {
        float: left;
        padding-top: 3px;
        width: 50px;
    }

#forward-message-dialog select {
    width: 120px;
    display: block;
    float: left;
}

#forward-message-dialog label.controls {
    padding-top: 12px;
}

#forward-message-dialog span.controls {
    padding-top: 10px;
}

    #forward-message-dialog span.controls a {
        padding-right: 5px;
    }

/**************** Call Assistant Dialog ****************/

#ca-header {
    height: 38px;
    background: #fff url(../../images/dialog/dial_header_bg.png) repeat-x;
}

    #ca-header img {
        margin: 2px 10px 0 14px;
        float: left;
    }

    #ca-header span {
        display: block;
        float: left;
        margin-top: 10px;
    }


/************************************  OPTIONS DIALOG ********************************/
#options-dialog .column420 {
    /*height:450px;*/
}

#od-notifications-body {
    display: flex;
    flex-direction: column;
}

    #od-notifications-body > div {
        padding-bottom: 10px;
    }

#options-dialog .column445custom {
    height: 390px;
    /*padding:0;*/
    display: block;
    overflow-y: auto;
}


#options-dialog .leftcolumn, #options-dialog .rightcolumn {
    float: left;
    width: 210px;
    margin-left: 20px;
    line-height: normal;
    /*border:solid 1px red;*/
}

#od-notifications .leftcolumn, #od-notifications .rightcolumn {
    min-width: 210px;
    height: 20px;
}

#options-dialog .column {
    margin-left: 25px;
    margin-top: 3px;
}

#options-dialog .extended {
    width: 420px;
    margin-left: 20px;
    line-height: normal;
}

#options-dialog .rightcolumn {
    margin-left: 0;
    width: auto;
}

#options-dialog .long {
    width: auto;
}

#options-dialog input {
    vertical-align: middle;
}

#options-dialog .kb-span {
    margin: 2px 0 0 2px;
    line-height: 3;
    float: left;
    display: block;
    clear: right;
}

#options-dialog .heading {
    padding-top: 10.5px;
    font-weight: bold;
    width: 400px;
    line-height: normal;
    vertical-align: middle;
}

    #options-dialog .heading img {
        vertical-align: middle;
    }

#od-general div.column label, #od-console div.column label, #od-collaboration div.column label {
    margin: 3px 0 0 3px;
    width: 225px;
    display: block;
    float: left;
}

#od-support div.column label {
    margin: 3px 0 0 3px;
    width: 225px;
    display: block;
    float: left;
}


#od-general div.column select, #od-console div.column select, #od-collaboration div.column select {
    margin: 3px 0 0 0;
    float: left;
    width: 145px;
}


#opt-call-assistant {
    margin-top: 5px;
    margin-left: 3px;
}

#options-dialog .tab {
    margin: 7px 0 0 20px;
    float: left;
    display: block;
    width: 300px;
}

#options-dialog .tab1 {
    margin: 6px 0 0 40px;
    float: left;
    display: block;
    width: 380px;
}

#od-im b, #od-im img {
    float: left;
    display: block;
}

#od-im b {
    margin: 10px 0 0 5px;
    height: 22px;
    width: 300px;
    vertical-align: middle;
    font-size: 11px;
}

/**************** KEYBOARD SUB-DIALOG ******************/

table.key-legend {
    margin-top: 7px;
}

    table.key-legend tr {
        padding: 3px 0 3px 0;
    }

#PopupKeyboardClose {
    display: block;
    font-size: 17px;
    line-height: 20px;
    position: absolute;
    right: 2px;
    top: 2px;
    font-weight: 700;
    display: block;
    padding: 2px 0 3px 0;
    width: 18px;
    height: 18px;
}

a#PopupKeyboardClose:hover {
    background-image: url('../../Images/Icons/18_rollover.png');
    background-repeat: no-repeat;
}


#bgPopupKeyboard {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 1;
}

#PopupKeyboard {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6 */
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 2; /*should be set in javascript as well*/
    padding: 20px;
    font-size: 13px;
}

.functionkeys select {
    width: 160px;
    margin-top: 4px;
    display: inline-block;
}

.functionkeys label {
    width: 28px;
    display: inline-block;
}

/***************************** OTHER ***********************************/
#dept-form {
    display: none;
}

.dept-numbers-grid {
    display: grid;
    grid-template-columns: 120px auto 50px auto;
    grid-template-rows: auto auto;
}

#cnt-upload-controls input[type="file"] {
    width: 225px;
    margin-right: 10px;
    float: right;
}

#cnt-upload-controls label {
    width: 70px;
}

#cnt-upload-controls input[type="submit"] {
    float: right;
    margin-right: 10px;
    width: 70px;
}

#dept-upload-controls input[type="submit"] {
    float: right;
    margin-right: 10px;
    width: 70px;
}

.dept-upload-controls form {
    display: flex;
    flex-direction: column
}

.dept-upload-controls input[type="file"] {
    width: 150px;
}

#google-cal-authorize-button {
    margin: 5px 35px 5px 5px;
}

#gca-key-wrapper div {
    padding: 5px;
}

#gca-key-wrapper, #gca-key {
    padding: 0 7px 0 7px;
}

#queue-command-dialog {
    font-size: 11px;
}

    #queue-command-dialog label {
        display: block;
        float: left;
        width: 60px;
        margin-top: 2px;
        color: #808080;
    }


    #queue-command-dialog img {
        display: block;
        float: left;
        margin: 0 10px 2px 0;
    }

    #queue-command-dialog div {
        display: block;
        float: left;
        width: 300px;
        margin-top: 5px;
    }

#qcd-queue {
    font-size: 14px;
    font-weight: bold;
    margin-top: 7px !important;
    /*<jasobNoObfs>*/
    width: calc(100% - 50px) !important;
    /*</jasobNoObfs>*/
}


#queue-command-dialog div {
    width: 100%;
}

#queue-command-dialog label {
    width: 60px;
}

#queue-command-dialog span {
    /*<jasobNoObfs>*/
    width: calc(100% - 60px);
    /*</jasobNoObfs>*/
    display: block;
    float: left;
    margin-top: 2px;
    color: #000;
}

#qcd-details {
    height: 50px;
    overflow-y: auto !important;
    overflow-x: hidden;
}

#queue-command-dialog .linebreak {
    width: 100% !important;
    border-top: solid 1px #CDD2D7;
    border-bottom: solid 1px #fff;
    margin: 0;
    margin-bottom: 2px;
}

#qcd-time {
    font-size: 11px;
    float: left;
    padding: 1.1em 1em;
}


.btn-record-dropdown {
    width: 97px;
    height: 22px;
    background: url(../../Images/Dialog/btn_record_dropdown.png);
    float: left;
}

    .btn-record-dropdown:hover {
        background: url(../../Images/Dialog/btn_record_dropdown_hover.png);
    }

    .btn-record-dropdown.disabled:hover {
        background: url(../../Images/Dialog/btn_record_dropdown_disabled.png);
    }

.btn-record-dropdown-arrow {
    width: 17px;
    height: 21px;
    float: left;
    display: block;
    margin: 0 !important;
}

.btn-record-dropdown-button {
    width: 80px;
    height: 21px;
    float: left;
    display: block;
    margin: 0 !important;
}

    .btn-record-dropdown-button span {
        margin: 4px 0 0 22px;
        display: block;
        font-size: 1em;
        color: #444;
    }

#ssd_btn-dial-dropdown {
    width: 120px;
    height: 22px;
    background: url(../../Images/Dialog/btn_dropdown.png);
    float: right;
    margin-top: 10px;
}

    #ssd_btn-dial-dropdown:hover {
        background: url(../../Images/Dialog/btn_dropdown_hover.png);
    }

    #ssd_btn-dial-dropdown.disabled {
        background: url(../../Images/Dialog/btn_dropdown_hover_disabled.png);
    }

#ssd_btn-dial {
    width: 103px;
    height: 22px;
    float: left;
    display: block;
    margin: 0 !important;
}

    #ssd_btn-dial img {
        padding: 3px;
        float: left;
        display: block;
    }

    #ssd_btn-dial span {
        margin: 5px 0 0 0;
        display: block;
        float: left;
        font-size: 1em;
        color: #444;
    }

#ssd_btn-dial-dd {
    width: 17px;
    height: 23px;
    float: left;
    display: block;
    margin: 0 !important;
}




/**************** QUEUE EMAIL DIALOG SUB-DIALOG ******************/
/*
    turn off float left for edit as tinymce gets stuffed up
    #queue-email-dialog-read div, #queue-email-dialog-edit div {
*/
.queue-email-dialog-read div, .queue-email-dialog-edit div .left {
    display: block;
    float: left;
}

.queue-email-dialog-read .linebreak, .queue-email-dialog-edit .linebreak {
    width: 100% !important;
    border-top: solid 1px #CDD2D7;
    border-bottom: solid 1px #fff;
    margin: 2px 0;
    display: block;
    float: left;
}

.queue-email-dialog-read a, .queue-email-dialog-edit a {
    color: #000;
    text-decoration: none;
}

.queue-email-dialog-read .button, .queue-email-dialog-edit .button {
    height: 65px;
    width: 54px;
    float: left;
    background: url(../../Images/Email/btn-vertical-bg.png);
}

    .queue-email-dialog-read .button:hover, .queue-email-dialog-edit .button:hover {
        background: url(../../Images/Email/btn-vertical-bg-hover.png);
    }

.queue-email-dialog-read .vertical, .queue-email-dialog-edit .vertical {
    display: block;
    width: 50px;
    height: 50px;
}

    .queue-email-dialog-read .vertical img, .queue-email-dialog-edit .vertical img {
        margin: 2px 10px 0 10px;
    }

.queue-email-dialog-read a.vertical-bottom, .queue-email-dialog-edit a.vertical-bottom {
    margin: 0;
    padding: 0;
    display: block;
    height: 16px;
    width: 54px;
}

#qed-r-attachments, #qed-e-attachments {
    width: 100%;
    font-size: 11px;
    padding-top: 2px;
    height: 18px;
}

#qed-r-title, #qed-e-title {
    display: table !important;
    font-size: 16px;
    font-weight: bold;
    width: 65%;
    height: 19px;
    padding-bottom: 2px;
}

#qed-r-datetime, #qed-e-datetime {
    display: table !important;
    float: right;
    width: 35%;
    height: 19px;
}

    #qed-r-datetime p, #qed-r-title p, #qed-e-datetime p, #qed-e-title p {
        display: table-cell;
        vertical-align: bottom;
    }

    #qed-r-datetime p, #qed-e-datetime p {
        text-align: right;
    }

.queue-email-dialog-read .qed-r-label, .queue-email-dialog-edit .qed-r-label {
    color: #808080;
    width: 50px;
    padding-left: 20px;
    font-size: 11px;
    padding-top: 2px;
}

.dialog .top-tool-bar a:hover, #qed-e-attachments-link:hover {
    border: #7EB3EA solid 1px;
    background-color: #E4F1FD;
}

.dialog .top-tool-bar a, #qed-e-attachments-link {
    border: transparent solid 1px;
    padding: 0;
    margin: 0;
}

#qed-r-attachments a, #qed-e-attachments a {
    border: 1px transparent solid;
    height: 20px;
}

#qed-r-attachments span, #qed-r-attachments a, #qed-r-attachments img, #qed-e-attachments span, #qed-e-attachments a, #qed-e-attachments img {
    display: block;
    float: left;
}

#qed-r-attachments, #qed-e-attachments {
    height: auto;
    padding-bottom: 2px;
}

    #qed-r-attachments span, #qed-e-attachments span {
        margin-top: 3px;
        margin-left: 5px;
        height: 18px;
    }

    #qed-r-attachments img, #qed-e-attachments img {
        margin: 2px;
        width: 16px;
        height: 16px;
    }

.queue-email-dialog-read .qed-r-text, .queue-email-dialog-edit .qed-e-text {
    width: 450px;
    font-size: 11px;
    padding-top: 2px;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.queue-email-dialog-read .toolbar, .queue-email-dialog-edit .toolbar {
    width: 99%;
    display: block;
    float: left;
    height: 70px;
}

#qed-btn-to, #qed-btn-cc {
    padding: 0 1em;
}

.queue-email-dialog-edit .ui-button-text-icon-primary .ui-button-text {
    display: block;
    position: static;
    padding: 36px 10px 7px 10px;
}

.queue-email-dialog-read input, .queue-email-dialog-edit input {
    width: 444px;
}

.queue-email-dialog-edit input {
    padding-top: 2px;
}

#qed-e-tollbar a, #qed-e-tollbar input, .qed-edit-label {
    margin-top: 2px;
}

.qed-edit-label {
    margin-top: 5px;
    font-size: 11.5px;
    color: #808080;
}

.fqd-header {
    background-color: #3B5998;
    width: 100%;
    height: 50px;
}

.fqd-header-queue {
    font-size: 16px;
    color: #FFF;
    padding: 5px;
}

.fqd-header-page {
    font-size: 12px;
    color: #FFF;
    padding: 5px;
    padding-top: 0;
}

.fqd-body {
    width: 100%;
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.fqd-comment {
    /*<jasobNoObfs>*/
    width: calc(100%-4px);
    /*</jasobNoObfs>*/
    margin: 2px;
    border: #E5E5E5 1px solid;
    display: block;
    overflow: auto;
    padding-left: 5px;
}

.fqd-attachment-image {
    border: #E5E5E5 1px solid;
    width: 100%;
    max-width: 100px;
}

.fqd-attachment-image-preview {
    width: 100%;
    max-width: 100px;
    border-right: #E5E5E5 1px solid;
}

.fqd-attachment-name {
    padding-top: 5px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: bold;
    /*<jasobNoObfs>*/
    width: calc(100% - 5px);
    /*</jasobNoObfs>*/
}

.fqd-attachment-text {
    padding-top: 5px;
    padding-left: 5px;
    /*<jasobNoObfs>*/
    width: calc(100% - 5px);
    /*</jasobNoObfs>*/
}

.fqd-comment-user {
    margin: 5px;
    border: #E5E5E5 1px solid;
    width: 50px;
    float: right;
    height: 100%;
    margin-left: 0;
}

    .fqd-comment-user img {
        width: 50px;
        height: 50px;
    }

.fqd-comment-body-comments .fqd-comment-user {
    width: 45px;
}

    .fqd-comment-body-comments .fqd-comment-user img {
        width: 45px;
        height: 45px;
    }

.fqd-comment-body-comments .fqd-comment-body {
    /*<jasobNoObfs>*/
    width: calc(100% - 52px);
    /*</jasobNoObfs>*/
    margin-right: 0;
}

.fqd-comment-body {
    /*<jasobNoObfs>*/
    width: calc(100% - 57px - 10px);
    /*</jasobNoObfs>*/
    margin-right: 10px;
    height: auto;
    float: right;
    margin-top: 5px;
}

Div.fqd-comment .fqd-comment {
    margin: 0;
    border: none;
    padding-left: 0;
    width: 100%;
}

Div.fqd-comment Div.fqd-comment .fqd-comment {
    margin-right: 0;
    border: none;
}

.fqd-comment-body-comment {
    width: 100%;
    float: left;
    display: none;
}

    .fqd-comment-body-comment textarea {
        /*<jasobNoObfs>*/
        width: calc(100% - 7px);
        /*</jasobNoObfs>*/
        border: #E2E2E2 2px solid;
        height: 40px;
    }

.fqd-comment-body-comments .fqd-comment-body-comments {
    border-top: #F4F4F4 1px solid;
    float: right;
    /*<jasobNoObfs>*/
    width: calc(100% - 52px);
    /*</jasobNoObfs>*/
    margin-right: 0;
}

.fqd-comment-body-comments {
    border-top: #F4F4F4 1px solid;
    float: right;
    /*<jasobNoObfs>*/
    width: calc(100% - 57px - 10px);
    /*</jasobNoObfs>*/
    margin-right: 10px;
}

.fqd-comment-body-name {
    color: #070101;
    font-size: 11px;
    font-weight: bolder;
    /*<jasobNoObfs>*/
    width: calc(100% - 30px);
    /*</jasobNoObfs>*/
    float: left;
    padding: 3px 0;
}

    .fqd-comment-body-name a {
        color: #070101;
    }

.fqd-comment-body-read {
    width: 30px;
    color: #63B42B;
    font-weight: bold;
    float: left;
}

.fqd-comment-body-date {
    color: #888888;
    font-size: 10px;
    width: 100%;
    padding: 3px 0;
    border: none;
    float: left;
}

    .fqd-comment-body-date a {
        color: #888888;
    }

.fqd-comment-body-message {
    color: #070101;
    font-size: 12px;
    width: 100%;
    margin: 5px 0;
    float: left;
}

.fqd-comment-body-preview {
    color: #070101;
    font-size: 12px;
    /*<jasobNoObfs>*/
    width: calc(100% - 2px);
    /*</jasobNoObfs>*/
    margin: 5px 0;
    float: left;
    border: #E5E5E5 1px solid;
    max-height: 100px;
    overflow: hidden;
}

    .fqd-comment-body-preview a, .fqd-comment-body-message a {
        text-decoration: underline;
        color: #070101;
    }

.fqd-comment-body-action {
    color: #888888;
    font-size: 11px;
    width: 100%;
    padding: 3px 0;
    float: left;
    padding-bottom: 5px;
}

.fqd-comment-body-bull {
    color: #888888;
    font-size: 11px;
    width: auto;
    padding: 1px 4px;
    float: left;
    padding-bottom: 5px;
}

.fqd-comment-body-action a {
    border: none;
    text-decoration: underline;
    color: #888888;
    float: left;
    display: block;
}

    .fqd-comment-body-action a:hover {
        color: #888888;
    }


#qtd-toolbar {
    background-color: #F0F0F0;
    width: 100%;
    height: 32px;
    border-bottom: solid #C0C0C0 1px;
}

    #qtd-toolbar div {
        font-size: 16px;
        font-weight: bold;
        /*<jasobNoObfs>*/
        width: calc(100% - 10px);
        /*</jasobNoObfs>*/

        padding-top: 5px;
        padding-left: 10px;
    }

#qtd-header-one {
    padding-top: 10px;
    height: 60px;
    width: 100%;
    background-color: #F0F0F0;
}

#qtd-header-image {
    padding-left: 10px;
}

    #qtd-header-image img {
        height: 50px;
        width: 50px;
    }

#qtd-header-one div.column1 {
    height: 50px;
    width: 70px;
    float: left;
}

#qtd-header-one div.column2 {
    height: 50px;
    /*<jasobNoObfs>*/
    width: calc(100% - 72px - 100px - 10px);
    /*</jasobNoObfs>*/
    float: left;
}

    #qtd-header-one div.column2 div {
        width: auto;
        padding-bottom: 3px;
        color: #808080;
    }

        #qtd-header-one div.column2 div:nth-child(1) {
            font-weight: bold;
            font-size: 14px;
            color: #333;
        }

        #qtd-header-one div.column2 div:nth-child(1) {
            font-weight: bold;
            font-size: 14px;
        }


#qtd-header-one div.column3 {
    height: 50px;
    width: 98px;
    float: left;
    border-left: solid 1px #C0C0C0;
}

    #qtd-header-one div.column3 div {
        padding-left: 10px;
        padding-bottom: 3px;
    }

        #qtd-header-one div.column3 div:nth-child(1) {
            font-weight: bold;
            font-size: 14px;
        }

        #qtd-header-one div.column3 div:nth-child(2) {
            color: #808080;
        }

        #qtd-header-one div.column3 div:nth-child(3) {
            color: #808080;
        }

#qtd-header-two {
    padding-top: 10px;
    height: 30px;
    width: 100%;
    background-color: #F0F0F0;
    border-bottom: solid #C0C0C0 1px;
}

    #qtd-header-two div {
        padding-left: 10px;
    }

#qtd-body {
    margin-left: 10px;
    /*<jasobNoObfs>*/
    width: calc(100% - 12px);
    /*</jasobNoObfs>*/
}

    #qtd-body div {
        /*<jasobNoObfs>*/
        width: calc(100% - 14px);
        /*</jasobNoObfs>*/
    }

#qtd-date {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #808080;
}

#qtd-message {
    height: 85px;
    overflow-x: -moz-scrollbars-horizontal;
}

#qtd-reply {
    height: 65px;
}

    #qtd-reply textarea {
        height: 55px;
        /*<jasobNoObfs>*/
        width: calc(100% - 12px);
        /*</jasobNoObfs>*/
    }

.word-count {
    color: #808080;
    font-size: 12px;
    margin: .5em .4em .5em 0;
    padding: .3em .7em;
    display: inline-block;
    position: relative;
}

.tweet-request {
    display: inline-block;
    float: left;
    margin: .5em .4em .5em 0;
    padding-left: 10px;
    display: none;
}

    .tweet-request img {
        display: inline-block;
        float: left;
    }

.tweet-request-text {
    color: #808080;
    font-size: 10px;
    display: inline-block;
    float: left;
    padding-left: 10px;
    padding-top: 2px;
}


/* enhanced call control css*/
#enhanced-call-control div {
    display: block;
    float: left;
}


#ecc-call-control-bar {
    width: 100%;
    color: #EBEDEF;
    background-color: #F3F3F3;
    background-image: url("../../Images/tool-bar-header.png");
    background-repeat: no-repeat;
    height: 20px;
    padding-left: 8px;
    /*<jasobNoObfs>*/
    width: calc(100% - 8px);
    /*</jasobNoObfs>*/
}

    #ecc-call-control-bar a {
        width: 18px;
        height: 18px;
        margin-left: 5px;
        padding-top: 1px;
    }

        #ecc-call-control-bar a:hover {
            width: 18px;
            height: 18px;
        }

#ecc-callback-control-bar {
    background-color: #F3F3F3;
    /*padding-top: 2px;*/
    border-top: solid 1px #FFF;
    /*border-top: solid 2px #FFF;
    border-bottom: solid 2px #FFF;*/
    background-image: url("../../Images/tool-bar-header.png");
    background-repeat: no-repeat;
    height: 20px;
    padding-left: 3px;
    /*<jasobNoObfs>*/
    width: calc(100% - 3px);
    /*</jasobNoObfs>*/
}

    #ecc-callback-control-bar a {
        width: 18px;
        height: 18px;
        margin-left: 5px;
        margin-top: 1px;
    }

    #ecc-callback-control-bar input {
        height: 12px;
        margin-top: 1px;
        margin-left: 5px;
        width: 100px;
    }

    #ecc-callback-control-bar select {
        margin-top: 2px;
        margin-right: 2px;
    }

#ecc-cw-calendar {
    margin-left: 1px !important;
    margin-right: 3px !important;
}

#ecc-call-area {
    width: 100%;
    border-top: #868B91 1px solid;
    margin-top: 2px;
    padding-top: 2px;
}

#ecc-call-button {
    margin-right: 2px;
    width: 60px;
    height: 90px;
    background-color: #EEEEF2;
    border: 1px solid #CCCEDB;
    margin-bottom: 2px;
}

    #ecc-call-button:hover {
        background-color: #C9DEF5;
        border: 1px solid #3C9DFE;
    }

    #ecc-call-button img {
        padding-top: 20px;
        padding-left: 15px;
    }

    #ecc-call-button span {
        display: block;
        padding-top: 5px;
        text-align: center;
        width: 100%;
    }

#ecc-call-details-area {
    /*<jasobNoObfs>*/
    width: calc(100% - 66px);
    /*</jasobNoObfs>*/
}

#ecc-call-categories {
    border: 1px solid #A9A9A9;
    height: 13px;
    width: 100%;
    margin-bottom: 2px;
}

#ecc-call-picture {
    padding-right: 10px;
}

    #ecc-call-picture img {
        width: 72px;
        height: 72px;
        padding-top: 2px;
    }


#ecc-call-clid {
    /*<jasobNoObfs>*/
    width: calc(100% - 82px);
    /*</jasobNoObfs>*/
    padding-bottom: 5px;
    font-weight: bold;
}

#ecc-call-details-area label {
    width: 85px;
    display: inline-block;
}

#ecc-call-details-area span {
    /*<jasobNoObfs>*/
    width: calc(100% - 85px);
    /*</jasobNoObfs>*/
}

#ecc-call-clid div {
    text-overflow: ellipsis;
    white-space: nowrap;
}

#ecc-call-jobtitle {
    /*<jasobNoObfs>*/
    width: calc(100% - 82px);
    /*</jasobNoObfs>*/
    padding-bottom: 5px;
}

#ecc-call-department {
    /*<jasobNoObfs>*/
    width: calc(100% - 82px);
    /*</jasobNoObfs>*/
    padding-bottom: 5px;
}

#ecc-call-company {
    /*<jasobNoObfs>*/
    width: calc(100% - 82px);
    /*</jasobNoObfs>*/
    padding-bottom: 5px;
}

#ecc-queue {
    width: 100%;
    background-color: #EBEDEF;
}

#ecc-queue-picture {
    width: 65px;
    height: 65px;
    padding-right: 20px;
}

    #ecc-queue-picture img {
        width: 60px;
        height: 60px;
        padding: 5px;
    }

#ecc-queue-Details {
    /*<jasobNoObfs>*/
    width: calc(100% - 90px);
    /*</jasobNoObfs>*/
    line-height: 70px;
    font-size: 14px;
}

#ecc-scripts {
    width: 100%;
    height: 300px;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

    #ecc-scripts .ui-tabs-panel {
        /*<jasobNoObfs>*/
        width: calc(100% - 6px);
        /*</jasobNoObfs>*/
        height: 240px;
        padding: 0;
        margin: 2px;
    }

    #ecc-scripts span.ui-button {
        padding: 4px 0 0 5px !important;
        border: 1px solid #CDD2D7 !important;
        margin: 0 !important;
        border-top: 1px solid transparent !important;
        background-color: #E2E6E7;
    }

/******************************************************/
/*******************************/
.tp3 {
    padding-top: 3px;
}

.lp2 {
    padding-left: 2px;
}

.rp2 {
    padding-right: 2px;
}

.rp5 {
    padding-right: 5px;
}

.lp10 {
    padding-left: 10px;
}

.lp2 {
    padding-left: 2px;
}

.lp5 {
    padding-left: 5px;
}

.bfl {
    display: block;
    float: left;
    vertical-align: middle;
}

.dialog-header-horizontal-line {
    background: url(../../Images/horizontal-line.png) repeat-x;
    background-position: center;
    width: 98%;
}

    .dialog-header-horizontal-line span {
        background: #FBFBFB;
        padding: 0 5px 0 0;
    }

.colorpicker-picker-span {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    border: 1px solid #000;
    margin-right: 2px;
    cursor: pointer;
}

.colorpicker-picker-info {
    padding: 0 0 2px;
    color: #353534;
    text-align: center;
    text-transform: uppercase;
}

.colorpicker-picker-span:hover {
    border: 1px solid #fff;
}

.colorpicker-picker-span.active {
    border: 1px solid #fff;
}

.colorpicker-picker {
    background-color: #353534;
    padding: 5px;
    display: none;
    position: absolute;
    top: 0;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #111;
    -moz-box-shadow: 2px 2px 5px #111;
    -webkit-box-shadow: 2px 2px 5px #111;
    z-index: 1500;
}

.colorpicker-trigger {
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    border: 1px solid #000;
    cursor: pointer;
    background-color: #808080;
}


.colorpicker-wrap {
    font-family: Verdana,Tahoma;
    display: block;
    float: left;
    padding-right: 10px;
    padding-top: 1px;
}

.colorpicker-label {
    float: left;
    margin-right: 2px;
}

/************  image previewer  ****************/
.imgPreviewContainer {
    z-index: 7100;
    text-align: center;
    background: #F2F5FE url(../Images/icons/loading.gif) no-repeat 50% 50%;
    -webkit-animation: spin 1.5s ease-in-out infinite;
    -moz-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.pointer {
    cursor: pointer;
}

#qfd-table-container {
    /*<jasobNoObfs>*/
    width: calc(100% - 5px);
    /*</jasobNoObfs>*/
}


/*  WEB CHAT AGENT*/

.ChatFrame {
    padding: 2px;
}

.MessageTextArea {
    color: #000;
}

.ChatFontButton {
    height: 22px;
    float: left;
    border: solid 1px #fff;
    cursor: pointer;
}

.ChatFontButtonHover, .ChatFontButtonUrgent {
    height: 22px;
    float: left;
    border: solid 1px #69C;
    cursor: pointer;
}

.right {
    float: right;
}

.web-text-chat-details {
    height: 60px;
    margin-left: 3px;
    /*<jasobNoObfs>*/
    width: calc(100% - 8px);
    /*</jasobNoObfs>*/
}

    .web-text-chat-details br, .text-chat-desc br {
        clear: both;
    }

#dtc-details .caption, #dtc-details .details {
    width: 100px;
    display: block;
    float: left;
    margin-top: 3px;
}

#dtc-details .details {
    /*<jasobNoObfs>*/
    width: calc(100% - 100px);
    /*</jasobNoObfs>*/
}

#dtc-session {
    float: left;
    margin-left: 3px;
    height: 16px;
    /*<jasobNoObfs>*/
    width: calc(100% - 195px);
    /*</jasobNoObfs>*/
}

#dtc-time-text {
    width: 130px;
    height: 16px;
    float: left;
}

#dtc-history {
    display: block;
    float: left;
    margin-left: 3px;
    font-size: 11px;
    overflow: scroll;
    border: solid 1px #666666;
    overflow-x: hidden;
    overflow-y: auto;
    /*<jasobNoObfs>*/
    width: calc(100% - 8px);
    height: calc(100% - 25px - 60px - 16px - 45px - 12px - 15px);
    /*</jasobNoObfs>*/
}

#dtc-message {
    display: block;
    float: left;
    margin-left: 3px;
    margin-top: 3px;
    /*<jasobNoObfs>*/
    width: calc(100% - 8px);
    /*</jasobNoObfs>*/
}

.dtc-scripts {
    display: block;
    float: left;
    width: 150px;
    margin-left: 3px;
    border: solid 1px #666666;
    overflow: auto;
}

#dtc-textarea {
    display: block;
    float: left;
    height: 42px;
    /*<jasobNoObfs>*/
    width: calc(100% - 4px);
    /*</jasobNoObfs>*/
}

#dtc-status {
    height: 12px;
    margin-left: 3px;
    margin-top: 3px;
    display: block;
    float: left;
}

.tab {
    margin-left: 80px;
}

.red {
    color: #FF0000;
    margin-top: 2px;
}

.blue {
    color: #0000FF;
    margin-top: 2px;
}

.stronger {
    font-weight: bolder;
}

.dtc-send {
    background-image: url(../../Images/Icons/Chat/16-tb-send.png) !important;
    width: 20px;
    height: 18px;
}

.dtc-disablescript {
    background-image: url(../../Images/Icons/Chat/16-tb-disablescript.png) !important;
    width: 20px;
    height: 18px;
}

.dtc-enablescript {
    background-image: url(../../Images/Icons/Chat/16-tb-enablescript.png) !important;
    width: 20px;
    height: 18px;
}

.dtc-name {
    background-image: url(../../Images/Icons/Chat/16-tb-particpant.png) !important;
    width: 20px;
    height: 18px;
}

.dtc-end {
    background-image: url(../../Images/Icons/Chat/16-tb-close.png) !important;
    width: 20px;
    height: 18px;
}

.dtc-font {
    background-image: url(../../Images/Icons/Chat/16-tb-font.png) !important;
    width: 20px;
    height: 18px;
}

div.queue-outbound-dialog {
    background: #E5E5E5;
}

    div.queue-outbound-dialog .total {
        width: 100%;
        background-color: #3B5998;
        color: #FFF;
        font-size: 1em;
        height: 45px;
        border-top: solid 1px #8295BB;
    }

        div.queue-outbound-dialog .total div {
            color: #FFF !important;
            line-height: 20px;
            vertical-align: middle;
            margin-left: 10px;
            /*<jasobNoObfs>*/
            width: calc(100% - 12px);
            /*</jasobNoObfs>*/
            padding: 0;
        }

            div.queue-outbound-dialog .total div:first-child {
                font-size: 20px;
                padding-top: 5px;
            }


    div.queue-outbound-dialog .header {
        background-color: #6D84B4;
        color: #FFF !important;
        font-size: 1.2em;
        height: 30px;
        float: left;
    }

    div.queue-outbound-dialog .leftheader {
        border-right: 1px solid #EAEAEA;
        border-left: 1px solid transparent;
    }

    div.queue-outbound-dialog .rightheader {
        border-right: 1px solid transparent;
    }

    div.queue-outbound-dialog .header span {
        color: #FFF !important;
        line-height: 30px;
        vertical-align: middle;
        margin-left: 10px;
        /*<jasobNoObfs>*/
        width: calc(100% - 12px);
        /*</jasobNoObfs>*/
        padding: 0;
    }

    div.queue-outbound-dialog span {
        display: block;
        float: left;
        width: 100%;
        color: #696969;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    div.queue-outbound-dialog input {
        border: solid 1px #808080;
        height: 18px;
        vertical-align: bottom;
    }

    div.queue-outbound-dialog .leftcolumn {
        /*<jasobNoObfs>*/
        width: calc(60% - 2px);
        /*</jasobNoObfs>*/
    }

    div.queue-outbound-dialog .leftmain, div.queue-outbound-dialog .leftbottom {
        border-right: 1px solid #EAEAEA;
        border-left: 1px solid #EAEAEA;
    }

    div.queue-outbound-dialog .rightcolumn {
        /*<jasobNoObfs>*/
        width: calc(40% - 1px);
        /*</jasobNoObfs>*/
    }

    div.queue-outbound-dialog .rightmain, div.queue-outbound-dialog .rightbottom {
        border-right: 1px solid #EAEAEA;
    }

    div.queue-outbound-dialog .main {
        height: 335px;
        float: left;
        border-bottom: 1px solid #EAEAEA;
    }

    div.queue-outbound-dialog .item {
        margin-left: 10px;
    }

    div.queue-outbound-dialog ul {
        /*<jasobNoObfs>*/
        width: calc(100% - 10px) !important;
        /*</jasobNoObfs>*/
        height: 251px;
        margin-top: 5px;
        margin-bottom: 5px;
        text-decoration: none;
        list-style: none;
        background-color: #fff;
        border: solid 1px #808080;
    }

    div.queue-outbound-dialog li {
        text-decoration: none;
        padding: 5px;
        cursor: pointer;
    }

    div.queue-outbound-dialog div.date label {
        /*<jasobNoObfs>*/
        width: calc(100% - 10px) !important;
        /*</jasobNoObfs>*/
        display: block;
        font-size: 9px;
        color: #696969;
    }

    div.queue-outbound-dialog div.date input {
        /*<jasobNoObfs>*/
        width: calc(100% - 35px) !important;
        /*</jasobNoObfs>*/
        height: 16px;
        margin-right: 2px;
    }

    div.queue-outbound-dialog div.date a {
        width: 20px;
        height: 20px;
    }

    div.queue-outbound-dialog .selected {
        color: #fff;
    }

#qod-name {
    /*<jasobNoObfs>*/
    width: calc(100% - 20px);
    /*</jasobNoObfs>*/
}

div.queue-outbound-dialog button {
    width: 100px;
}

div.queue-outbound-dialog input {
    /*<jasobNoObfs>*/
    width: calc(100% - 20px - 100px);
    /*</jasobNoObfs>*/
}

#qod-done {
    /*<jasobNoObfs>*/
    width: calc(100% - 10px) !important;
    /*</jasobNoObfs>*/
    height: 38px;
    margin-top: 22px;
}

#qod-comment {
    /*<jasobNoObfs>*/
    width: calc(100% - 16px);
    /*</jasobNoObfs>*/
    height: 70px;
}

#ssd-results-display {
    float: right;
    padding-top: 4px;
    padding-right: 10px;
}

/* extension properties upgrade*/

#dialog-extension-prop-tabs fieldset {
    padding-bottom: .2rem;
    margin-bottom: .5rem;
    margin-top: .5rem;
    border: none;
    border-bottom: solid 1px #ccc;
}

.layout-flex {
    display: flex;
    flex-direction: column;
}

.layout-flex-row {
    display: flex;
    flex-direction: row;
}

.layout-flex div {
    display: flex;
    flex-direction: row;
    padding-bottom: .2rem !important;
    align-items: center;
}

.layout-flex label {
    flex: 0 0 120px;
}

.layout-flex input, .layout-flex select {
    flex: 1;
}

.dept-g-data-1 {
    width: 70%;
}

.dept-g-grid-1 {
    display: grid;
    grid-template-columns: 120px 30px 1fr 1fr 20px;
    grid-auto-rows: auto;
}

    .dept-g-grid-1 div {
        padding-bottom: .2rem !important;
    }

    .dept-g-grid-1 input {
        width: calc(100% - .5rem) !important;
    }

    .dept-g-grid-1 div:nth-child(2), .dept-g-grid-1 div:nth-child(3), .dept-g-grid-1 div:nth-child(4) {
        font-size: .6rem;
        text-align: center;
    }

    .dept-g-grid-1 div:nth-child(10) {
        display: flex;
        align-items: center;
    }

    .dept-g-grid-1 div:nth-child(12) {
        grid-column-start: 2;
        grid-column-end: span 3;
        grid-row-start: 3;
        grid-row-end: auto;
    }

    .dept-g-grid-1 div:nth-child(15) {
        grid-column-start: 2;
        grid-column-end: span 2;
        grid-row-start: 4;
        grid-row-end: auto;
    }

.dept-g-grid-2 {
    display: grid;
    grid-template-columns: 120px 1fr 200px;
    grid-auto-rows: auto;
}

    .dept-g-grid-2 input, .dept-g-grid-2 select {
        width: calc(100% - .5rem)
    }

    .dept-g-grid-2 div {
        padding-bottom: .2rem !important;
    }

        .dept-g-grid-2 div:nth-child(3) {
            grid-column-start: 3;
            grid-row-start: 1;
            grid-row-end: 5;
            margin: auto;
            align-items: center;
            display: flex;
            flex-direction: column;
        }

.layout-flex-row.dept-g-data-2 {
    justify-content: space-around;
}

.layout-flex-row.dept-g-data-2 label {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.layout-flex-row.dept-g-data-2 label input {
    margin-right: .2rem;
}

.dept-pbx-grid-1, .dept-pbx-grid-2 {
    display: grid;
    grid-template-columns: 130px 1fr 1fr;
}

    .dept-pbx-grid-1 label, .dept-pbx-grid-2 label {
        width: 130px;
    }

    .dept-pbx-grid-1 input, .dept-pbx-grid-1 select, .dept-pbx-grid-2 input, .dept-pbx-grid-2 select {
        display: flex;
        flex-grow: 1;
    }

    .dept-pbx-grid-1 div:nth-child(2), .dept-pbx-grid-1 div:nth-child(5), .dept-pbx-grid-1 div:nth-child(7) {
        display: flex;
    }

    .dept-pbx-grid-1 div:nth-child(3) {
        grid-column-start: 3;
        grid-row-start: 1;
        grid-row-end: 4;
    }

.dept-pbx-button {
    margin-left: 25%;
    width: 90px;
}

.dept-pbx-grid-2 div:nth-child(3n + 2) {
    display: flex;
}

.dept-pbx-grid-2 .footer {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 6;
    font-size: .9em;
}

.dept-g-record-name {
    cursor: pointer;
}

.dept-q-table {
    display: flex;
    flex-grow: 1;
}

.dept-q-content {
    display: grid;
    grid-template-columns: 150px 1fr 1fr;
    align-items: center;
}

    .dept-q-content div {
        padding-bottom: .2rem;
    }

        .dept-q-content div:nth-child(5) {
            grid-column-start: 2;
            grid-column-end: 4;
            grid-row-start: 2;
            display: flex;
            flex-direction: row;
            align-items: center;
        }

            .dept-q-content div:nth-child(5) input[type=number] {
                width: 40px;
            }

            .dept-q-content div:nth-child(5) input[type=checkbox] {
                margin: 0 !important;
            }

            .dept-q-content div:nth-child(5) div {
                padding-right: .2rem;
            }

        .dept-q-content div:nth-child(7) {
            grid-column-start: 2;
            grid-column-end: 4;
            grid-row-start: 3;
            display: flex;
            flex-direction: row;
            align-items: center;
        }

            .dept-q-content div:nth-child(7) div {
                padding-right: .2rem;
            }

                .dept-q-content div:nth-child(7) div:nth-child(2) {
                    width: 100%;
                }

.dept-q-personal-queue-priority {
    height: 2px;
    border: 1px solid #B0B0B0 !important;
    background-color: #E7EAEA;
}

.dept-q-personal-queue-priority-min {
    padding-right: .8rem !important;
}

.dept-q-personal-queue-priority-max {
    padding-left: .8rem !important;
}

.dept-q-queue-priority-value {
    margin-left: 1rem;
}

#remote-access-numbers .title {
    padding: 5px;
}

#remote-access-numbers .buttons a {
    padding: .2rem .3rem;
    font-size: .9em !important;
}

.dept-o-grid {
    display: grid;
    grid-template-columns: 1fr 120px;
}


.dept-options .fieldset-title, .extension-advanced-settings .fieldset-title {
    position: relative;
    top: 12px;
    left: 7px;
    padding: 3px;
    display: inline-block;
    height: auto;
    padding-right: 5px;
    background-color: #fff;
}

.dept-options fieldset > div:nth-child(1), .extension-advanced-settings fieldset > div:nth-child(1) {
    margin-top: 7px;
}

.dept-options fieldset.layout-normal label, .dept-options fieldset.layout-normal input, .dept-options fieldset.layout-normal select, .dept-options fieldset.layout-normal textarea {
    margin: 0 5px 5px 0 !important;
}

.dept-options fieldset {
    border: solid 1px #ccc !important;
    border-radius: 5px;
}

.dept-o-grid-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 4;
    display: flex;
    flex-direction: column;
}


    .dept-o-grid-buttons div:nth-child(1) {
        align-self: flex-start;
        flex-grow: 1;
        padding-top: 5px;
    }

    .dept-o-grid-buttons a {
        width: 90px;
        margin: .2rem 0 0 10px;
    }

.field-set-title-parent {
    margin-top: -12px !important;
}

.field-set-parent-right {
    padding-left: 10px !important;
}

.field-set-body {
    margin-top: 7px;
}

.dept-o-grid .layout-normal {
    border: 1px solid black;
}

.dept-o-vm-grid input[type=checkbox] {
    margin: 0 2px 0 0 !important;
}

.dept-o-vm-grid select {
    flex-grow: 1;
}

.dept-o-vm-grid label {
    width: auto !important;
}

.dept-o-vm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

    .dept-o-vm-grid div {
        display: flex;
        padding-bottom: 0;
    }

.dept-options label {
    width: auto !important;
}

.dept-o-not-grid {
    display: grid;
    grid-template-columns: 20px 1fr;
}

.dept-o-not-row {
    display: flex;
    flex-direction: row;
}

    .dept-o-not-row div {
        display: flex;
        flex-grow: 1;
    }

    .dept-o-not-row select {
        display: flex;
        flex-grow: 1;
    }

    .dept-o-not-row div:nth-child(1) {
        max-width: 100px;
    }

.dept-o-right {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.dept-o-wrap {
    min-height: 65px;
}

.dept-o-right div {
    display: flex;
    /*flex-grow: 1;*/
}

.dept-o-sms {
    display: none;
}

.extension-advanced-settings fieldset {
    border: solid 1px #ccc !important;
    border-radius: 5px;
    padding: 5px !important;
    margin: 5px !important;
}

.extension-advanced-settings input[type="text"],
.extension-advanced-settings select {
    display: flex;
    flex-grow: 1;
}

.flex-grow {
    display: flex;
    flex-grow: 1;
}

.flex-align-center {
    display: flex;
    align-items: center
}

.eas-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

    .eas-grid > div:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .eas-grid > div:nth-child(4) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
    }

.eas-restrictions-grid {
    display: grid;
    grid-template-columns: 20px 1fr;
}

    .eas-restrictions-grid > div:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
    }

.eas-grid > div:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
}

.eas-type-grid {
    display: grid;
    grid-template-columns: 1fr;
}

    .eas-type-grid label {
        width: auto !important;
    }

.cpd-top-grid {
    display: grid;
    grid-template-columns: 50px 1fr;
    padding: 5px;
}

.cpd-body-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 5px;
}

    .cpd-body-grid div {
        padding: 3px !important;
    }

.dept-o-record-grid {
    display: grid;
    grid-template-columns: 1fr 20px 60px 20px 60px 1fr;
    min-height: 65px;
}

    .dept-o-record-grid div:nth-child(2) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .dept-o-record-grid div:nth-child(3) {
        grid-column-start: 4;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .dept-o-record-grid div {
        display: flex;
        padding-bottom: 0;
    }

    .dept-o-record-grid .center {
        justify-content: center;
    }

    .dept-o-record-grid input {
        padding-top: 5px;
    }

/* Queue Properties */

.qpdt-g-title {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    padding: .1rem 0;
    padding-bottom: .4rem;
}

    .qpdt-g-title div:nth-child(1) img {
        padding-right: .5rem;
    }

.qpdt-g-grid1 {
    display: grid;
    grid-template-columns: 50% auto 120px;
    grid-template-rows: auto auto;
}

    .qpdt-g-grid1 > div:nth-child(5) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
    }


.dialog-queue-properties input, .dialog-queue-properties select {
    float: none !important;
    margin: 0 !important;
    clear: none !important;
    flex: 1 !important;
}

    .dialog-queue-properties input[type='checkbox'], .dialog-queue-properties input[type='radio'] {
        margin: 2px !important;
    }

    .dialog-queue-properties input[type='checkbox'] {
        flex: 0 !important;
    }

.dialog-queue-properties fieldset.layout-normal {
    border: solid 1px #ccc !important;
    border-radius: 5px;
    margin: 5px;
    margin-top: -10px !important;
}

.dialog-queue-properties fieldset > div:nth-child(1) {
    padding-top: 5px;
}

.dialog-queue-properties .fieldset-title {
    position: relative;
    left: 12px;
    padding: 3px;
    display: inline-block;
    height: auto;
    padding-right: 5px;
    background-color: #fff;
}

.dialog-queue-properties .content {
    height: 340px;
    overflow: hidden;
}

.qpdt-general fieldset {
    min-height: 130px;
}

.qpdt-g-grid2 {
    display: grid;
    grid-template-columns: 100px auto;
    margin: 5px;
}

    .qpdt-g-grid2 div, .qpdt-g-grid3 div, .qpdt-g-grid4 div {
        display: flex;
        flex-grow: 1;
        padding-bottom: .2rem;
        align-items: center;
    }

.qpdt-g-grid3 {
    display: grid;
    grid-template-columns: auto 30px;
}

.qpdt-g-grid4 {
    display: grid;
    grid-template-columns: auto 40px 1fr;
}

    .qpdt-g-grid4 input[type='text'] {
        width: 100%;
        margin: 0 .3rem !important;
    }

    .qpdt-g-grid4 input[type='radio'] {
        flex: none !important;
    }

.qpdt-upload-controls, .qpdt-upload-controls form {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.qpdt-upload-controls input[type="file"] {
    width: 75px;
}

.qpdt-g-grid5 {
    display: grid;
    grid-template-columns: 50px 1fr 1fr 1fr;
    grid-template-rows: 30px 60px 25px;
}

    .qpdt-g-grid5 div {
        display: flex;
        justify-content: center;
    }

.qpdt-g-slider-title span {
    font-size: .6rem;
    text-align: center;
}

.qpdt-g-slider-values {
    font-size: .6rem;
    vertical-align: bottom;
    align-items: flex-end;
}

.qpdt-g-slider {
    height: 100%;
}

.qpdt-g-slider .ui-slider-handle {
    margin-left: -3px;
}

.qpdt-g-slider {
    width: 2px;
    border: 1px solid #B0B0B0 !important;
    background-color: #E7EAEA;
}

.qpdt-g-max-min {
    flex-direction: column;
}
.qpdt-g-min {
    flex-grow: 1;
}
.qpdt-g-max {
    flex-grow: 0;
}

.qpdt-a-top, .qpdt-a-bottom {
    flex-direction: row;
    display: flex;
    align-items: center;
}

    .qpdt-a-top select {
        flex-grow: .7 !important;
        display: flex;
        margin: 0 !important;
        margin-right: 10px !important;
    }

.qpdt-a-radio {
    margin-left: 20px;
    margin-right: 5px;
}

.qpdt-a-default {
    align-self: flex-start;
    width: 220px;
    padding-left: 5px;
}

.qpdt-a-tabs .ui-tabs-panel {
    padding: 0 .5em;
}

.qpdt-a-bottom {
    margin-top: 5px;
}

.qpdt-a-bottom div {
    flex-grow: 1;
}

.qpdt-a-bottom div:nth-of-type(1) {
    flex-grow: 0 !important;
}

.qpdt-a-select { float: right;margin-right: 0; }

.qpdt-a-bottom select {
    margin-left: 5px !important;
    width: 100px;
}

.qpdt-an-top {
    flex-direction: row;
    display: flex;
    align-items: center;
}

.qpdt-an-top div {
    margin-right: 5px;
}

.qpdt-an-top select {
    flex-grow: .5 !important;
        display: flex;
        margin: 0 !important;
        margin-right: 10px !important;
}

.qpdt-an-table-bottom {
    flex-direction: row;
    display: flex;
}

.qpdt-an-table-bottom div {
    flex: 1;
}

.qpdt-an-buttons div:nth-of-type(4) {
    float: right;
}

.qpdt-an-table, .qpdt-an-table-bottom, .qpdt-an-buttons {
    margin-top: 5px;
}

.qpdt-s-table-buttom {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 5px 0;
}

.qpdt-s-grid {
    display: grid;
    grid-template-columns: 91px 1fr 2fr auto;
    margin-top: 5px;
    gap: 5px;
}

.qpdt-s-grid div{
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .qpdt-s-grid select, .qpdt-s-grid input {
        max-width: 250px;
    }

.qpdt-s-send-email {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    margin-right: 2px;
}

.qpdt-al-grid-1 {
    display: grid;
    grid-template-columns: 80px auto;
    margin-top: 5px;
}

    .qpdt-al-grid-1 img {
        margin-left: 25%;
        margin-top: 20px;
    }

    .qpdt-al-grid-1 div {
        margin-bottom: .4rem;
    }

.qpdt-al-grid-1 select {
    width: 50px;
}

    .qpdt-al-grid-2 {
        display: grid;
        grid-template-columns: auto 1fr;
        margin-left: 15px;
    }

        .qpdt-al-grid-2 div {
            margin-right: .5rem;
        }

.qpdt-al-grid-2 input {
    margin-left: 20px !important;
}

.qpdt-n-grid {
    display: grid;
    height: calc(100% - 40px);
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
}

.qpdt-n-grid div {
    display: flex;
    margin-bottom: .2rem;
}

.qpdt-n-grid textarea {
    flex: 1;
}

.qpdt-pr-grid1 {
    display: grid;
    grid-template-columns: 3fr 2fr 1fr;
    gap: .2rem;
    padding: .4rem 0;
    border-top: solid 1px #ccc;
}

    .qpdt-pr-grid1 div {
        display: flex;
    }

.qpdt-pr-row {
    display: flex;
    flex-direction: row;
    padding: .4rem 0;
    border-top: solid 1px #ccc;
    align-items: center;
}

.qpdt-pr-row-text {
    flex-grow: 0;
}

.qpdt-pr-row-input {
    flex-grow: 1;
}

.qpdt-pr-row-input input[type='number'] {
    width: 50px;
}

.qpdt-pr-grid2 {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 180px auto;
    border-top: solid 1px #ccc;
    padding-top: .4rem;
}

.qpdt-pr-grid2 input[type='number'] {
        width: 50px;
    }

.qpdt-pr-grid2-row {
    flex-direction: row;
    align-items: center;
    display: flex;
    padding-top: .2rem;
}

.qpdt-pr-clear {
    display: block;
    float: right;
}

.qpdt-pr-show, .qpdt-pr-clear {
    margin-left: auto;
}

.qpdt-w-grid {
    display: grid;
    padding-top: .4rem;
    border-top: 1px solid #ccc;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    height: calc(100% - 45px);
    gap: .2rem;
}

.qpdt-g-button {
    margin-right: .5rem;
}

.qpdt-h-grid1 {
    display: grid;
    grid-template-columns: 150px 1fr 1fr;
    padding: .4rem 0;
}

.qpdt-h-grid1 div { display: flex; align-items: center; }

.qpdt-h-grid1 select {
    margin-right: .5rem !important;
}

    .qpdt-h-grid2 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 190px auto;
        margin: .4rem;
    }

.qpdt-h-grid2-button {
    display: flex;
    flex-direction: row;
}

.qpdt-h-button:last-child {
    margin-left: auto;
}

.qpdt-pe-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
}

.qpdt-pe-title div {
    display: flex;
    align-items: center;
}

.qpdt-pe-title div:nth-child(1) {
    flex-grow: 1;
}

.qpdt-pe-title input {
    margin-left: .5rem;
}

.qpdt-pe-grid2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 270px auto;
    padding-top: .4rem;
    border-top: 1px solid #CCC;
}

.qpdt-pe-select {
    margin-top: .4rem;
    float: right;
}

.qpdt-social fieldset {
    width: 40%;
}

.qpdt-so-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 220px auto;
    margin: .4rem;
    gap: .2rem;
}

.qpdt-so-grid > div{
    display: flex;
    flex-grow: 1;
}

.qpdt-so-table > div {
    display: block;
}

.qpdt-sc .ztree {
    display: block;
}

.qed-sc-script {
    display: block !important;
}

.qpdt-sc-grid {
    display: grid;
    grid-template-columns: 180px 1fr;
    grid-template-rows: auto 250px auto;
    gap: .2rem;
}

    .qpdt-sc-grid > div {
        display: flex;
        align-items: center;
    }

        .qpdt-sc-grid > div:last-child {
            padding-top: .5rem;
            grid-column-start: 1;
            grid-column-end: 3;
            grid-row-start: 3;
            grid-row-end: 4;
        }

        .qpdt-sc-grid > div:last-child input[type='text'] {
            margin-left: .4rem !important;
        }

.qpdt-sc-button {
    font-size: 9px !important;
    padding: .2em .5em;
}

.qed-sc-script .tox-tbtn {
    width: 28px !important;
    height: 28px !important;
}

.qed-sc-script .tox-tbtn--select {
    width: auto !important;
    height: auto !important;
}

.qpdt-pr-gird {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 270px auto;
    gap: .2rem;
    padding: .4rem 0;
    border-top: solid 1px #ccc;
}

    .qpdt-pr-gird > div:last-child {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .qpdt-pr-gird > div:last-child select {
            min-width: 50px;
            flex-grow: 0 !important;
            margin: 0 .2rem !important;
        }

        .qpdt-pr-gird > div:last-child div:nth-child(4) {
            margin-left: auto;
        }

    .qpdt-pr-gird > div:first-child {
        justify-content: center;
        display: flex;
    }
        .qpdt-pr-graph {
            width: 600px;
            height: 220px;
        }


/*  QUEUE AGENT PROFILE DIALOG */

.queue-agent-profile {
    margin: 5px;
}

.queue-agent-profile fieldset {
    padding: 7px;
    margin-top: 7px;
    border-radius: 5px;
}

.qap-top {
    padding-top: 5px;
    display: flex;
    flex-direction: row;
}

.qap-top > div {
    display: flex;
    flex: 50%;
}

.qap-top > div:nth-child(2) {
    justify-content: flex-end;
}

.qap-top label {
    padding-right: 5px;
}

    .qap-top input, .qap-top select {
        width: 50%;
    }

.qap-table {
    display: flex;
    flex-direction: column;
}

.qap-table > div {
    padding-left: 20px;
}

.qap-table > div:nth-child(1) {
    padding-left: 0;
    align-items: center;
    display: flex;
}

.qap-bottom {
    display: grid;
    grid-template-columns: 20px auto 1fr;
    grid-template-rows: auto auto;
    gap: 1px;
}

.qap-bottom > div:nth-child(1) {
    padding-left: 0;
}

.qap-bottom div {
    align-self: center;
    padding-top: 3px;
}

.qap-bottom input[type='number'] {
    width:40px;
}


#dpd-all-dates-div {
    display: flex;
    flex-direction: row;
    align-items: center;
}
