/**
 *
 * Apply your custom CSS here
 *
*/

body {
    background-color: #f2f5f8;
}

a {
}

table.sortable thead {
    background-color: #eee;
    color: #666666;
    font-weight: bold;
    cursor: default;
}

.grey_out {
    background: #808080 !important;
    cursor: default;
}

/* rajat-start-time-css */
.up-button {
    background: red;
    color: #fff;
    margin-left: 0px;
}

.main-table-content label {
    font-weight: bold;
    font-size: 13px;
    margin: 0px;
    line-height: 31px;
}

.main-table-content p {
    font-weight: bold;
    font-size: 15px;
    margin: 0px;
    line-height: 31px;
}

.button-div {
    padding-top: 125px;
}

.pad_0 {
    padding-left: 0px;
    padding-right: 0px;
}

.main-table-content h2 {
    color: #4ccde0;
    font-size: 20px;
}

.main-table-content {
    background: #e6ecff none repeat scroll 0 0;
    margin-bottom: 0;
    margin-top: 10px;
    border-radius: 8px;
    width: 98%;
}

#calldetail {
    overflow: hidden;
    width: 97%;
    margin: 0 auto;
}

.activity-div-cls .activity-sub-cls {
    display: none;
}

.activity-div-cls {
    height: auto;
    padding-bottom: 10px;
}

.register-ext-cls .form-group {
    width: 78%;
}

.register-ext-cls .form-group input {
    padding: 7px;
    width: 100%;
}

.parkText {
    margin-left: 0px !important;
    margin-right: 5px;
}

.parkOuter {
    display: block;
    float: left;
    width: 100%;
}

.fileupload {
    position: relative;
    overflow: hidden;
}

.fileupload input {
    position: absolute;
    top: 0;
    right: 0;
    /* not left, because only the right part of the input seems to
                    be clickable in some browser I can't remember */
    cursor: pointer;
    opacity: 0.0;
    filter: alpha(opacity=0);
    /* and all the other old opacity stuff you
                                    want to support */
    font-size: 300px;
    /* wtf, but apparently the most reliable way to make
                            a large part of the input clickable in most browsers */
    height: 200px;
}

/* rajat-start-time-css */

.page-container .main-content .navbar {
    background: #18293A none repeat scroll 0 0;
}

.sidebar-menu-inner.ps-container {
    background: #18293A none repeat scroll 0 0;
}

.sidebar-menu .main-menu a {
    border-bottom: 1px solid #4B5F71;
    color: #8CA1B5;
}

.settings-pane .user-info .user-details .user-links {
    margin-top: 0px;
}

.nav.nav-tabs > li > a {
    color: #18293A;
    background: transparent;
}

.nav.nav-tabs.innerTabs > li > a {
    color: #18293A;
    background: transparent;
}

.innerTabs.nav.nav-tabs + .tab-content {
    background-color: rgba(209, 236, 255, 0.4);
}

.nav.nav-tabs.innerTabs > li.active > a {
    background-color: #D1ECFF;
}

/* extra small */
@media (max-width: 767px) {
    .nav.nav-tabs > li {
        width: 100%;
        display: none;
    }

    .nav.nav-tabs > li.visibleforsmallscreen {
        display: block;
    }

    .nav.nav-tabs > li > a {
        margin-right: 0px;
        background-color: #f4f4f4 !important;
        cursor: pointer;
    }

    .nav.nav-tabs > li.active {
        display: inline-block;
    }

    .nav.nav-tabs > li.active a {
        background-image: url(../images/list-grey.png);
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: calc(100% - 10px);
        background-size: 15px;
    }

    .nav.nav-tabs.innerTabs > li > a {
        background-color: #006fb7 !important;
        color: white !important;
    }

    .nav.nav-tabs.innerTabs > li.active > a {
        background-image: url(../images/list-white.png);
    }
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px !important;
    margin: 0px !important;
    border-width: 0px !important;
    float: left;
}

table.dataTable td, table.dataTable th {
    word-break: initial;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    opacity: 0 !important;
}

table.dataTable tbody td {
    height: 35px;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #f2f5f8 !important;
}

table.dataTable tbody tr.selected {
    background-color: rgba(186, 201, 216, 0.3) !important;
}

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #f2f5f8 !important;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #E7EDF4 !important;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover,
table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
    background-color: #f2f5f8 !important;
}

.dataTable tbody tr.odd.created_order.selected,
.dataTable tbody tr.even.created_order.selected,
.dataTable tbody tr td span.created_order.selected {
    background-color: rgba(107, 173, 239, 0.6) !important;
}

.dataTable tbody tr.odd.created_order,
.dataTable tbody tr.even.created_order,
.dataTable tbody tr td span.created_order {
    background-color: rgba(107, 173, 239, 0.2) !important;
}

.dataTable tbody tr.odd.created_order:hover,
.dataTable tbody tr.even.created_order:hover {
    background-color: rgba(107, 173, 239, 0.1) !important;
}

.dataTable tbody tr.odd.paid_order.selected,
.dataTable tbody tr.even.paid_order.selected,
.dataTable tbody tr td span.paid_order.selected {
    background-color: rgba(141, 198, 63, 0.6) !important;
}

.dataTable tbody tr.odd.paid_order,
.dataTable tbody tr.even.paid_order,
.dataTable tbody tr td span.paid_order {
    background-color: rgba(141, 198, 63, 0.4) !important;
}

.dataTable tbody tr.odd.paid_order:hover,
.dataTable tbody tr.even.paid_order:hover {
    background-color: rgba(141, 198, 63, 0.1) !important;
}

.dataTable tbody tr.odd.claimed_order.selected,
.dataTable tbody tr.even.claimed_order.selected,
.dataTable tbody tr td span.claimed_order.selected {
    background-color: rgba(255, 186, 0, 0.6) !important;
}

.dataTable tbody tr.odd.claimed_order,
.dataTable tbody tr.even.claimed_order,
.dataTable tbody tr td span.claimed_order {
    background-color: rgba(255, 186, 0, 0.4) !important;
}

.dataTable tbody tr.odd.claimed_order:hover,
.dataTable tbody tr.even.claimed_order:hover {
    background-color: rgba(255, 186, 0, 0.1) !important;
}

.dataTable tbody tr.odd.readyforpickup_order.selected,
.dataTable tbody tr.even.readyforpickup_order.selected,
.dataTable tbody tr td span.readyforpickup_order.selected {
    background-color: rgba(64, 187, 234, 0.6) !important;
}

.dataTable tbody tr.odd.readyforpickup_order,
.dataTable tbody tr.even.readyforpickup_order,
.dataTable tbody tr td span.readyforpickup_order {
    background-color: rgba(64, 187, 234, 0.4) !important;
}

.dataTable tbody tr.odd.readyforpickup_order:hover,
.dataTable tbody tr.even.readyforpickup_order:hover {
    background-color: rgba(64, 187, 234, 0.1) !important;
}

.dataTable tbody tr.odd.complete_order.selected,
.dataTable tbody tr.even.complete_order.selected,
.dataTable tbody tr td span.complete_order.selected {
    background-color: rgba(208, 208, 208, 0.6) !important;
}

.dataTable tbody tr.odd.complete_order,
.dataTable tbody tr.even.complete_order,
.dataTable tbody tr td span.complete_order {
    background-color: rgba(208, 208, 208, 0.4) !important;
}

.dataTable tbody tr.odd.complete_order:hover,
.dataTable tbody tr.even.complete_order:hover {
    background-color: rgba(208, 208, 208, 0.1) !important;
}

.dataTable tbody tr.odd.bounced_order.selected,
.dataTable tbody tr.even.bounced_order.selected,
.dataTable tbody tr td span.bounced_order.selected {
    background-color: rgba(204, 63, 68, 0.6) !important;
}

.dataTable tbody tr.odd.bounced_order,
.dataTable tbody tr.even.bounced_order,
.dataTable tbody tr td span.bounced_order {
    background-color: rgba(204, 63, 68, 0.4) !important;
}

.dataTable tbody tr.odd.bounced_order:hover,
.dataTable tbody tr.even.bounced_order:hover {
    background-color: rgba(204, 63, 68, 0.1) !important;
}

/*large*/
@media (min-width: 1200px) {
    .lessthanlargescreencolumn {
        display: none;
    }

    .lessthanmediumscreencolumn {
        display: none;
    }

    .lessthansmallscreencolumn {
        display: none;
    }

    .summaryRow {
        display: none;
    }
}

/* medium */
@media (max-width: 1199px) {
    .smallscreencolumn {

    }

    .mediumscreencolumn {
    }

    .largescreencolumn {
        display: none;
    }

    .lessthanlargescreencolumn {
        display: table-cell;
    }

    .lessthanmediumscreencolumn {
        display: none;
    }

    .lessthansmallscreencolumn {
        display: none;
    }
}

/* small */
@media (max-width: 991px) {
    .smallscreencolumn {

    }

    .mediumscreencolumn {
        display: none;
    }

    .largescreencolumn {
        display: none;
    }

    .lessthanlargescreencolumn {
        display: table-cell;
    }

    .lessthanmediumscreencolumn {
        display: table-cell;
    }

    .lessthansmallscreencolumn {
        display: none;
    }
}

/* extra small */
@media (max-width: 767px) {
    .smallscreencolumn {

    }

    .mediumscreencolumn {
        display: none;
    }

    .largescreencolumn {
        display: none;
    }

    .nav.nav-tabs + .tab-content {
        padding: 19px;
    }

    .panel {
        padding: 20px 19px;
    }
}

.expandedRow {
    background-color: #DBDBDB !important;
}

.expandedRow td:first-child {
    background-color: #DBDBDB !important;
}

.summaryRow td {
    padding: 0px;
}

.summaryRow td > ul {
    list-style: none;
    margin: 0px;
    padding: 0px;

}

.summaryRow td > ul > li {
    width: 100%;
    float: left;
    padding: 8px 0px;
    border-top: 1px solid #ddd;
}

.summaryRow td > ul > li .left {
    padding-left: 20px;
    float: left;
    font-weight: bold;
    width: 150px;
    height: 1px;
    display: inline-table;
}

.summaryRow td > ul > li .right {
    padding-left: 10px;
    float: left;
    width: calc(100% - 150px);
    height: 1px;
    display: inline-table;
}

.summaryRow td > ul > li.odd {
    background-color: #fff;
}

.summaryRow td > ul > li.even {
    background-color: #fff;
}

.summaryRow td > ul > li:hover {
    background-color: #f5f5f5;
}

#rowSummaryPopup {
    position: absolute;
    background-color: #D1ECFF;
    color: #232b2d;
    z-index: 9999;
    padding: 8px 16px;
    border: 1px #232b2d solid;
    border-radius: 7px;
    min-width: 314px;
    display: none;
}

#rowSummaryPopup tr td {
    padding: 6px;
}

.dashboard_contacts_ul {
    list-style: none;
    padding: 0px;
}

#dashboardContainer {
    border: #DDDFE2 solid 1px;
}

#call_history_container .xe-widget.xe-conversations {
    background: none;
}

.dashboard_contacts_ul li {
    position: relative;
    padding: 0px;
    display: inline-block;
    width: 100%;
    margin-top: -1px;
}

.dashboard_contacts_ul li > div {
    padding: 0 11px 0 11px;
    cursor: pointer;
}

#parking_slots_ul.dashboard_contacts_ul li > div {
    /* padding: 4px 11px;*/
}

#parking_slots_ul.dashboard_contacts_ul li .registered-ext-idle {
    margin-top: 8px;
    background: #39ab39;
}

#parking_slots_ul.dashboard_contacts_ul li .registered-ext-on-call {
    background: #e63a3a;
}

#parking_slots_ul.dashboard_contacts_ul li .btns-row {
    position: absolute;
    right: 16px;
    top: 6px;
}

#parking_slots_ul.dashboard_contacts_ul li .btns-row a {
    color: #006FB7;
    cursor: pointer;
}

.dashboard_contacts_ul li.selected {
    background: #006FB7;
    color: #D1ECFF;
}

.dashboard_contacts_ul li.selected .contactlist_seperator {
    border-color: #006FB7;
}

.dashboard_contacts_ul li.selected .lastactivity {
    color: #fff;
}

.dashboard_contacts_ul li .name {
    margin-top: 6px;
    cursor: pointer;
}

.dashboard_contacts_ul li .lastactivity {
    color: #9C949C;
    font-size: 12px;
    margin-left: 12px;
}

.contactlist_seperator {
    border-bottom: 1px solid #DDDFE2;
    margin-top: 6px;
}

.dashboard_search_container input.search-field {
    margin: 11px;
    width: calc(100% - 22px);
}

.dashboard_contacts_ul li .contactlist_seperator {

}

.dashboard_contacts_container {
    background: white;
    border-right: 1px solid #DDDFE2;
}

.dashboard_contacts_ul li .contactstatus {
    position: absolute;
    top: 12px;
    right: 18px;
}

.dashboard_search_header {
    font-weight: bold;
    font-size: 16px;
    margin-top: 17px;
    height: 31px;
    margin-left: 11px;
}

.chat-area {
    display: inline-block;
    background-color: #fff;
}

.chat-history {
    display: block;
}

.chat-history ul, .people-list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0px 30px;
}

.chat {
    /*width: 490px;*/
    background: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #434651;
    position: relative;
}

.chat .showMoreMessages {
    background-color: #EDEDED;
    width: 100%;
    z-index: 999;
    padding: 10px 0px;
    text-align: center;
    color: black;
    cursor: pointer;
    font-size: 14px;
}

.chat .chat-header {
    padding: 8px;
    border-bottom: 0px solid white;
}

.chat .chat-header img {
    float: left;
    border-radius: 50%;
}

.chat .chat-header .chat-about {
    float: left;
    padding-left: 10px;
    margin-top: 6px;
}

.chat .chat-header .chat-with {
    font-weight: bold;
    font-size: 16px;
    float: left;
    height: 26px;
}

.chat .chat-header .chat-with .chat-with-contact_name {
    color: #006FB7;
}

.chat .chat-header .chat-with .chat-with-contact_name_edit {
    color: #9FBCE4;
    border: 1px solid #9FBCE4;
    background-color: transparent;
    font-weight: normal;
    padding-left: 3px;
    display: none;
    height: 30px;
}

.chat .chat-header .chat-about i {
    color: #006FB7;
    cursor: pointer;
    margin-left: 6px;
    font-size: 15px;
    margin-top: 3px;
    line-height: 29px;
}

.chat .chat-header .chat-about i#editNameIcon {
    line-height: 16px;
}

.chat .chat-header .chat-about i#editNameSave, .chat .chat-header .chat-about i#editNameClose {
    display: none;
}

.chat .chat-header .chat_icons {
    float: right;
    position: relative;
}

.chat .chat-header .chat_icons i {
    font-size: 17px;
    padding-right: 11px;
    padding-top: 7px;
    color: #006FB7;
    cursor: pointer;
    float: left;
}

.chat .chat-header .chat_icons #ativeContactReadIcon {
    padding-right: 11px;
    padding-top: 7px;
    float: left;
}

.chat .chat-header .chat-num-messages {
    color: #92959E;
}

.chat .chat-header .fa-star {
    float: right;
    color: #D8DADF;
    font-size: 20px;
    margin-top: 12px;
}

.chat .chat-history {
    /*    padding: 30px 30px 20px;*/
    border-bottom: 2px solid white;
    height: 564px;
    background-color: #fff;
}

.chat .chat-history .message-data {
    margin-bottom: 15px;
}

.chat .chat-history .message-data-time {
    color: #a8aab1;
    padding-left: 6px;
}

.chat .chat-history .message {
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 90%;
    position: relative;
}

.chat .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #f7f7f7;
    border-width: 10px;
    margin-left: -10px;
}

.chat .chat-history .my-message {
    background: #f7f7f7;
}

.chat .chat-history .other-message {
    background: #e7f1f6;
}

.chat .chat-history .other-message:after {
    border-bottom-color: #e7f1f6;
    left: 93%;
}

.chat .chat-message {
    padding-top: 14px;
    padding-bottom: 0px;
    border-top: 1px solid #dee5ec;
    padding: 14px;
    background-color: #D1ECFF;
}

.chat .chat-message textarea {
    width: 100%;
    border: 0px;
    padding: 10px 20px;
    font: 14px/22px "Lato", Arial, sans-serif;
    margin-bottom: 10px;
    border-radius: 0px;
    resize: none;
}

.chat .chat-message .chat-message-textarea {
    border: 1px solid #DDDFE2;
    background-color: white;
}

.chat .chat-message .chat-message-actions {
    border: 1px solid #DDDFE2;
    background-color: white;
    border-top: 0px;
    display: inline-table;
    width: 100%;
    line-height: 50px;
}

.chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
    font-size: 16px;
    color: gray;
    cursor: pointer;
    margin-top: 17px;
}

.chat .chat-message button {
    float: right;
    cursor: pointer;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    \ background-color: #006FB7;
    margin: 10px;
    border-radius: 0px;
}

footer.main-footer {
    margin-top: 10px !important;
    background-color: #f2f5f8;
}

.dashboard_contacts_ul li.online .registered-ext-idle {
    background: #39ab39;
}

.dashboard_contacts_ul li.online .registered-ext-on-call {
    background: #e63a3a;
}

.registered-ext-idle {
    border-radius: 50%;
    background: #b7b7b7;
    height: 12px;
    width: 12px;
    margin-top: 2px;
    margin-right: 7px;
    margin-left: 0px;
}

.registered-ext-on-call {
    border-radius: 50%;
    background: #e63a3a;
    height: 12px;
    width: 12px;
    margin-top: 2px;
    margin-right: 7px;
    margin-left: 0px;
}

.registered-ext-ringing {
    height: 12px;
    width: 12px;
    margin-top: 2px;
    margin-right: 7px;
    margin-left: 0px;
    background-size: contain;
}

#current_call_container {
    height: 717px;
}

#current_call_container .xe-widget {
    height: 687px
}

#call_history li .button-main {
    text-align: right;
    float: none;
    margin-top: 7px;
    position: relative;
}

#contacts_tabs_links {
    padding: 5px;
}

#contacts_tabs_links a {
    margin-left: 7px;
    cursor: pointer;
    position: relative;
}

#contacts_tabs_links a .icon_cont {
    position: absolute;
    bottom: -15px;
    left: 26px;
    font-size: 23px;
    width: 12px;
    height: 12px;
    display: none;
}

#contacts_tabs_links a .icon_cont i {
    position: absolute;
    left: -2px;
    top: -4px;
    color: #DDDFE2;
}

#contacts_tabs_links a .icon_cont .up_icon_bg {
    position: absolute;
    background: white;
    width: calc(100% - 1px);
    height: 100%; /* bottom: -7px; *//* left: 2px; */
}

#contacts_tabs_links a.active {
    color: #006FB7;
}

#contacts_tabs_links a.active .icon_cont {
    display: block;
}

#contacts_container {
    position: relative;
}

#contacts_container li.activecall {
    /* position: absolute;
     left: 0px;
     top: 0px;*/
    display: inline-block !important;
}

.notfiltered {
    display: none !important;
}

#call_history.cbp_tmtimeline .call_history_entry .cbp_tmicon img {
    max-width: 18px;
    max-height: 18px;
    margin-top: -1px;
}

#call_history.cbp_tmtimeline > li .cbp_tmicon.timeline-bg-primary {
    background-color: #E8ECF0;
    box-shadow: 0 0 0 3px #E8ECF0;
}

.current_call_details .cbp_tmicon img.outgoing {
    max-width: 18px;
    max-height: 18px;
    margin-top: -1px;
}

.current_call_details .cbp_tmicon img.incoming {
    max-width: 18px;
    max-height: 18px;
    margin-top: -1px;
}

.current_call_details .cbp_tmlabel .button-main a {
    color: #006FB7;
    cursor: pointer;
    margin-right: 10px;
}

.current_call_details .cbp_tmlabel .button-main img {
    cursor: pointer;
    margin-right: 10px;
    width: 20px;
}

.current_call_details .cbp_tmlabel .button-main a:last-child {
    margin-right: 0px;
}

#parking_lot_list.chart-item-bg .chart-entry-view {
    margin: 0px 15px;
    display: inline-table;
    width: 100%;
    line-height: 43px;
}

#parking_lot_list.chart-item-bg .chart-entry-view > .registered-ext-idle {
    background: #39ab39;
    margin-top: 15px;
}

\

#parking_lot_list.chart-item-bg .chart-entry-view > .registered-ext-on-call {
    background: #e63a3a;

}

#parking_lot_list.chart-item-bg .chart-entry-view > div {
    display: block;
    vertical-align: middle;
    padding: 0px;
    color: #2c2e2f;
    font-size: 13px;
    float: left;
}

#parking_lot_list.chart-item-bg .chart-entry-view .park_block {
    line-height: 28px;
    margin-left: 19px;
    margin-top: 8px;
}

#parking_lot_list.chart-item-bg .chart-entry-view .parkText {
    float: left;
    margin-right: 15px;
}

#parking_lot_list.chart-item-bg .chart-entry-view .retrieve-cls-btn {
    line-height: 12px;
}

#parking_lot_list.chart-item-bg .chart-entry-view {
    background: none !important;
}

#dashboardContainer .chat .chat-history {
    border-bottom: 0px;
}

#callhistory_range {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 300px;
    margin-right: 15px;
}

#callhistory_range i {
    padding-right: 0px;
    padding-top: 0px;
}

#call_history_search {
    margin-right: 22px;
    float: right;
    padding-right: 21px;
    width: 187px;
    height: 30px;
    border: 1px solid #ccc;
    padding-left: 10px;
}

.open_dialpad {
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 0px;
    font-weight: normal;
    font-size: 13px;
    height: 20px;
    width: 20px;
}

.contacts_settings {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 0px;
    font-weight: normal;
    font-size: 13px;
    height: 20px;
    width: 20px;
}

#parkedcalls_count {
    margin-left: 4px;
    text-align: center;
    background: #e63a3a;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 4px;
    min-height: 13px;
    display: none;
}

.page-body .main-content #call_history_container .cbp_tmtimeline > li .cbp_tmlabel {
    background: #E8ECF0;
}

.page-body .main-content #call_history_container .cbp_tmtimeline > li .cbp_tmlabel:after {
    border-right-color: #E8ECF0;
}

.page-body .main-content #call_history_container .cbp_tmtimeline > li .cbp_tmlabel.queue_call {
    background: #CFF2CF;
}

.page-body .main-content #call_history_container .cbp_tmtimeline > li .cbp_tmlabel.queue_call:after {
    border-right-color: #CFF2CF;
}

.page-body .main-content .cbp_tmtimeline:before {
    background: #E8ECF0;
}

#call_history_container .cbp_tmtimeline > li .cbp_tmicon {
    left: calc(20% - 17px);
    box-shadow: 0 0 0 3px #E8ECF0;
}

.page-body .main-content #call_history_container .cbp_tmtimeline > li .cbp_tmicon.timeline-bg-primary {
    color: #E8ECF0;
}

#call_history_container .cbp_tmtimeline > li .cbp_tmlabel h2 {
    border-bottom: 0px;
}

#call_history_container .xe-widget.xe-conversations .xe-body ul > li {
    border-bottom: 0px;
}

#call_history_container .xe-widget.xe-conversations {
    margin-bottom: 0px;
}

/* The animation code */
@keyframes currentcallanimation {
    0% {
        background-color: #E8ECF0;
    }
    50% {
        background-color: #ffffff;
    }
    100% {
        background-color: #E8ECF0;
    }
}

/* The element to apply the animation to */
.cbp_tmicon.currentcall {
    animation-name: currentcallanimation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.sidebar-user-info {
    background-color: #18293A;
    border-bottom: 1px solid #4B5F71;
}

.sidebar-user-info .user-links li + li a {
    border-left: 1px solid #4B5F71;
}

.sidebar-user-info .user-links {
    border-top: 1px solid #4B5F71;
}

.sidebar-user-info .user-links li a {
    color: #8CA1B5;
}

.sidebar-user-info .user-profile span {
    color: #8CA1B5;
}

.sidebar-user-info img.img-corona {
    -webkit-box-shadow: 0 0 0 4px #4B5F71;
    -moz-box-shadow: 0 0 0 4px #4B5F71;
    box-shadow: 0 0 0 4px #4B5F71;
}

.dashboard_contacts_ul li.drop_select {
    background: #E8ECF0;
}

#call_history_cont.dragging {
    overflow: visible !important;
}

#tableCustomerBehaviourReport.dataTable tbody td, #tableCustomerBehaviourReport.dataTable thead th {
    color: black;
}

#call_history .cbp_tmlabel .call_icons {
    position: absolute;
    right: 16px;
    top: 20px;
}

#call_history .cbp_tmlabel .call_icons i {
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #C7EDFC;
}

#dialpad_popup {
    position: absolute;
    left: -11px;
    width: calc(100% + 12px);
    top: 40px;
    background-color: #C7EDFC;
    display: inline-table;
    z-index: 999;
    border: 1px solid #C7EDFC;
    min-width: 381px;
}

#dialpad_popup .dialpad .number {
    background: none;
}

#dialpad_popup .dialpad .dials {
    background: none;
}

#dialpad_popup .dialpad .dials .digits p strong {
    color: black;
}

.dashboard_search_header .dialpad_open.arrow-up {
    position: absolute;
    right: 35px;
    top: 25px;
}

#setting_popup {
    position: absolute;
    left: -11px;
    top: 40px;
    width: calc(100% + 12px);
    background-color: #C7EDFC;
    display: inline-table;
    z-index: 999;
    border: 1px solid #C7EDFC;
    min-width: 381px;
    color: black;
}

.dashboard_search_header .settings_open.arrow-up {
    position: absolute;
    right: 9px;
    top: 25px;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.g_redirect {
    position: relative;
    overflow: visible;
}

.transfer_block {
    position: absolute;
    right: 30px;
    top: 4px;
}

.transfer_block #transfer_block_popup {
    position: absolute;
    right: 0px;
    top: 25px;
    width: calc(100% + 12px);
    background-color: #C7EDFC;
    z-index: 999;
    border: 1px solid #C7EDFC;
    min-width: 381px;
    color: black;
    padding: 12px;
    text-align: left;
}

.transfer_block .arrow-up {
    position: absolute;
    right: 25px;
    top: 10px;
}

.sorting_div {
    width: 100%;
    text-align: right;
    display: inline-table;
}

.sort_by_cont {
    width: 166px;
    overflow: hidden;
    float: right;
    padding: 10px;
    position: relative;

}

.sorting_div #sort_by {
    border: none;
    width: 159px;
    position: absolute;
    left: -14px;
    top: 11px;
    cursor: pointer;
    color: #006FB7;
    outline: 0px;
}

.sorting_div i.sort_order {
    cursor: pointer;
    color: #006FB7
}

.sidebar-user-info .user-profile div.image {
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: cover;
    float: left;
    margin-right: 20px;

    -webkit-box-shadow: 0 0 0 4px rgba(221, 221, 221, .3);
    -moz-box-shadow: 0 0 0 4px rgba(221, 221, 221, .3);
    box-shadow: 0 0 0 4px rgba(221, 221, 221, .3);

    border-radius: 50%;
}

#ring_groups_ul.dashboard_contacts_ul li .registered-ext-idle {
    margin-top: 8px;
    background: #54AEE8;
}

.dashed {
    stroke-dasharray: 5, 5;
}

table.dataTable.stripe tbody tr.odd.destination, table.dataTable.display tbody tr.odd.destination,
table.dataTable.stripe tbody tr.even.destination, table.dataTable.display tbody tr.even.destination {
    background-color: #8dc63f !important;
    color: white
}


#siteloader {
    position: fixed;
    background-color: transparent;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    text-align: center;
    display: none;
}

#siteloader .inner {
    position: fixed;
    width: 100%;
    height: 50%;
}

#siteloader img {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 54px;
}