﻿label {
    color: #222;
    font-weight: 600;
}

.custom-table.table > thead > tr > th, .custom-table.table > tbody > tr > th, .custom-table.table > tfoot > tr > th, .custom-table.table > thead > tr > td, .custom-table.table > tbody > tr > td, .custom-table.table > tfoot > tr > td {
    border-top: 1px solid #ebeff3;
    padding: 18px 10px !important;
    color: #222;
}

.custom-table.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: none;
    background: #f5f7f9;
    padding: 22px 10px !important;
    color: #222;
    font-weight: 600;
}

.custom-table.table > thead th:first-child {
    text-align: center;
}

.custom-table.table > tbody td:first-child {
    text-align: center;
}

.custom-table.table > thead th:last-child {
    padding-right: 20px !important;
}

.custom-table.table > tbody td:last-child {
    padding-right: 20px !important;
}

.btn-default {
    background-image: linear-gradient(to bottom,#fff,#f3f5f7);
    border-color: #cfd7df;
}

.btn-primary {
    background-image: linear-gradient(to bottom,#0099e6,#0782c1);
}

.btn-success {
    background-image: linear-gradient(to bottom,#51b451,#459d45);
}

.btn-dark {
    background-color: #264966;
    border: 1px solid #12344d;
    background-image: linear-gradient(to bottom,#264966,#12344d);
}

.transperent-bg {
    background-color: rgba(0, 0, 0, 0.00) !important;
    background: transperent !important;
}

.position_fixed {
    position: fixed;
}

.full-width {
    width: 100%;
}

.form-horizontal .control-label {
    margin-bottom: 5px;
}

.panel_left {
    width: 88%;
    float: left;
    min-height: 95px;
}

.panel_right {
    width: 12%;
    float: left;
    position: relative;
    display: block;
    min-height: 95px;
}

.separator_dot {
    border: 2px solid #1c62cc;
    border-radius: 50%;
    content: '';
    display: inline-block;
    left: 0;
    margin: 0px 5px 0px 6px;
    position: relative;
    top: 50%;
    z-index: 999;
}

.panel_right_container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

span.case_status_high, span.case_status_medium, span.case_status_low, span.case_status_urgent {
    font-size: 12px;
    color: #000;
    width: 100%;
    display: block;
    position: relative;
    top: 2px;
}

.case_status_high i {
    font-size: 10px;
    color: #8ef560;
    margin-right: 5px;
}

.case_status_low i {
    font-size: 10px;
    color: #f99742;
    margin-right: 5px;
}

.case_status_medium i {
    font-size: 10px;
    color: #429df9;
    margin-right: 5px;
}

.case_status_urgent i {
    font-size: 10px;
    color: #f94242;
    margin-right: 5px;
}

.summary-footer a {
    opacity: 1 !important;
    text-decoration: none;
}

ul.dropdown-xs li a {
    font-size: 11px !important;
    font-weight: 600;
}
ul.dropdown-xs .divider {
    margin: 5px 0 !important;
}

.customer_details, .case_service_details {
    padding: 5px 10px;
    display: block;
    width: 100%;
    position: relative;
}

.customer_name_short {
    background: #1c62cc;
    border: 1px solid #1c62cc;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.hightlighter {
    background: #a6db8e;
    color: #fff;
    border-radius: 5px;
    padding: 3px 12px;
    text-align: center !important;
}

.noMargin {
    margin: 0 !important;
}

.noPadding {
    padding: 0 !important;
}

.noPaddingLeftRight {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.color-black {
    color: #000 !important;
}

.list_container {
    display: flex;
    align-items: center;
}

.list_left_icon {
    display: inline-flex;
    justify-content: center;
    margin-right: 15px;
}

    .list_left_icon i {
        background-color: #e5f2fd;
        border: 1px solid #bbdcfe;
        min-width: 24px;
        height: 24px;
        color: #8b85e8;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

.list_right_text {
}

.tm-jobtype {
    background: #f3e7cd !important;
    border: 1px solid #abf1cc !important;
    border-radius: 4px;
    padding: 0px 12px;
    display: inline-block;
    color: #545454 !important;
    font-size: 10px !important;
    font-weight: 600;
}

.case_no_primary {
    font-size: 17px !important;
    color: #3f44d1 !important;
    border: 2px solid #e6e8fd !important;
    padding: 4px 12px !important;
    border-radius: 4px !important;
    position: relative;
    background: #fff;
    z-index: 10;
}

.reference_case {
    font-size: 12px !important;
    font-weight: bold;
    color: #3f44d1 !important;
    border: 2px solid #eee !important;
    padding: 3px 12px !important;
    border-radius: 4px !important;
    margin: auto;
    position: relative;
    background: #fff;
    z-index: 10;
    top: 1px;
}

strong.amount.case_no_primary:after {
    content: '';
    width: 100%;
    border-top: 1px dashed #aba8a8;
    position: absolute;
    z-index: -1;
    top: 18px;
    /* right: 100px; */
    top: 50%;
}

span.reference_case:before {
    content: 'REFERENCE';
    position: absolute;
    width: 100%;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
}

span.reference_case:after {
    content: 'REFERENCE';
    position: absolute;
    width: 100%;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
}
/***************************************************************************************************/
/****************************************** TICKET SYSTEM ******************************************/
/***************************************************************************************************/
.case_business_name {
    background: #f3e7cd !important;
    border: 1px solid #abf1cc !important;
    border-radius: 4px;
    padding: 3px 12px;
    color: #545454 !important;
    font-size: 12px !important;
    font-weight: 500;
}

.light_blue_bg {
    background: #cde8f3 !important;
    border: 1px solid #91d7f4 !important;
}

.light_yellow_bg {
    background: #ffffa5 !important;
    border: 1px solid #f2f290 !important;
}

.light_red_bg {
    background: #ffd1d7 !important;
    border: 1px solid #edb6bd !important;
}

.light_green_bg {
    background: #c6fac0 !important;
    border: 1px solid #a6f19d !important;
}

.light_orange_bg {
    background: #fde8b9 !important;
    border: 1px solid #f2dcac !important;
}

.case_no {
    background: #cdf3e2 !important;
    border: 1px solid #abf1cc !important;
    border-radius: 4px;
    padding: 2px 12px;
    color: #545454 !important;
    font-size: 13px !important;
    font-weight: 500;
}

    .case_no a, .case_no a:hover, .case_no a:focus, .case_no a:visited {
        text-decoration: none;
        color: #545454;
    }

.case_title {
    font-size: 13px !important;
    padding-left: 5px;
}

    .case_title a {
        text-decoration: none;
        color: #333;
    }

        .case_title a:hover {
            color: #1c62cc;
        }

.case_date {
    font-size: 12px !important;
    font-weight: 500;
    color: #444 !important;
    margin: 0;
    padding-left: 5px;
    line-height: 2.8rem;
    word-break: break-all;
}

.case_icon {
    width: 85px !important;
    height: 85px !important;
    line-height: 85px !important;
    border-radius: 0 !important;
}


.timeline .tm-title {
    position: relative;
    display: inline-block;
    text-align: center;
    min-width: 150px;
    background-color: #e5f2fd;
    border: 1px solid #bbdcfe;
    padding: 0px 5px;
    margin: 10px 40px;
    border-radius: 25px;
    z-index: 1;
    color: #222 !important;
    letter-spacing: 0.5px;
    -webkit-border-radius: 3px;
    border-radius: 25px;
}

    .timeline .tm-title h3 {
        letter-spacing: 1px !important;
        font-size: 11px;
        margin: 7px 10px;
    }

.timeline .tm-items > li .tm-datetime {
    position: relative;
    top: 50%;
    left: 0;
    width: 100px;
    height: 48px;
    margin-top: -24px;
    text-align: left;
    z-index: 3;
}

    .timeline .tm-items > li .tm-datetime .tm-datetime-time {
        color: #333;
        font-size: 24px;
        font-size: 12px;
        font-weight: 700;
        margin: 0;
        white-space: nowrap;
    }

    .timeline .tm-items > li .tm-datetime .tm-datetime-date {
        font-size: 12px;
    }

.timeline .tm-items > li .tm-icon {
    border-color: #0088cc;
    color: #0088cc;
    background-color: #e5f2fd;
    border: 1px solid #bbdcfe;
    width: 30px;
    height: 30px;
    color: #8b85e8;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 45px;
    left: 125px;
    text-align: center;
    line-height: 15px;
    margin-top: -28px;
    margin-left: -28px;
    z-index: 2;
    font-size: 11px;
}

.timeline .tm-body:after {
    width: 1px;
    opacity: 0.2;
    left: 115px;
}

.timeline .tm-items > li .tm-box {
    position: relative;
    background: #fff;
    min-height: 65px;
    padding: 10px 0px;
    width: 80%;
    border: none !important;
}

.timeline .tm-items > li {
    position: relative;
    margin: 20px 0;
    padding: 0 0 0 170px;
    min-height: 65px;
    z-index: 1;
}

.task_title {
    font-weight: 600;
    color: #4196ee;
}

/* width */
.sidenav::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.sidenav::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.sidenav::-webkit-scrollbar-thumb {
    background: #b4afaf;
}

    /* Handle on hover */
    .sidenav::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.custom-popover-form .custom-popover-form-layout.extra-large {
    width: 500px;
}

.custom-popover-form .custom-popover-form-layout.large {
    width: 325px;
}

.custom-popover-form .custom-popover-form-layout {
    border: none;
    box-shadow: 0 1px 15px rgba(49, 137, 255, 0.32);
    left: auto;
    margin: 10px 0 0 0;
    padding: 0;
    right: -5px;
    width: 245px;
}

    .custom-popover-form .custom-popover-form-layout .custom-popover-form {
        background: #cccccc;
        background: #0088cc;
        border-radius: 3px 3px 0 0;
        color: white;
        font-size: 11px;
        font-size: 14px;
        line-height: 15px;
        line-height: 1.5rem;
        padding: 10px 6px 10px 12px;
        text-transform: none;
    }

    .custom-popover-form .custom-popover-form-layout .content {
        padding: 12px;
    }

    .custom-popover-form .custom-popover-form-layout:before, .custom-popover-form .notification-icon:before {
        border-bottom-color: #0088cc;
    }

    .custom-popover-form .custom-popover-form-layout:before {
        bottom: 100%;
        right: 16px;
    }

    .custom-popover-form .custom-popover-form-layout:before, .custom-popover-form .notification-icon:before {
        border-bottom: 6px solid #0088cc;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: '';
        height: 0;
        margin-right: -3px;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

.panel-fixed-footer {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    display: block;
    background-color: rgba(255, 255, 255, 1) !important;
    z-index: 999;
}

.panel-footer {
    margin: 0 auto !important;
}

.noBorderRadius {
    border-radius: 0 !important;
}

.custom-form-layout .form-group {
    margin-bottom: 15px !important;
}

.custom-popover-form-body {
    overflow: auto;
    padding-bottom: 20px;
}

    .custom-popover-form-body::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE and Edge */
.custom-popover-form-body {
    -ms-overflow-style: none;
}

.panel-heading {
    background: #fff;
    box-shadow: 0px 1px 5px rgba(148, 192, 255, 0.29);
}

.btn, .btn > i {
    font-weight: 600;
}

.hr-custom {
    background-image: none !important;
    margin: 15px 0 15px 0 !important;
    border-bottom: 1px solid #e2e0e0 !important;
}

.sidebarnav-container {
    background-color: rgba(255, 255, 255, 1);
    height: 100%;
    z-index: 99999;
    margin-left: 50px;
    box-shadow: 0px 1px 15px rgba(110, 102, 102, 0.22);
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -3px;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: transparent;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #ccc;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #fff;
            background: #000;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        left: -30px;
        display: inline-block;
        padding: 3px 6px;
        width: 30px;
        font-size: 30px;
        background: #333;
        color: #fff;
        z-index: 999999;
    }

.sidebar-left .sidebar-header .sidebar-title {
    color: #afb3ba;
    border-bottom: 1px solid #525252;
}

.custom-icon-text {
    padding: 15px 20px !important;
    border-radius: 3px;
    font-size: 13px !important;
}

    .custom-icon-text .title {
        font-size: 13px !important;
    }

.icon-text-light-blue-bg, .icon-text-light-green-bg {
    border: 1px solid #f3f0f0;
    cursor: pointer;
}

    .icon-text-light-blue-bg:hover {
        background: rgba(148, 186, 255, 0.15);
        border: 1px solid #b9ddff;
    }

    .icon-text-light-green-bg:hover {
        background: rgba(179, 255, 148, 0.15);
        border: 1px solid #cbffb9;
    }

.custom-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}

.jobShortcut {
    font-size: 26px;
    display: flex;
    position: fixed;
    right: 10px;
    bottom: 15px;
    cursor:pointer;
    background: #2a8cd1;
    align-items: center;
    color: #fff;
    padding-left: 18px;
    z-index: 9999;
    box-shadow: 0px 5px 15px rgba(123, 111, 111, 0.38);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.42);
    border-radius: 32px 8px 32px 32px;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    -webkit-transition-delay: 75ms;
    transition-delay: 40ms;
}

.jobShortcut:hover {
    bottom: 22px;
}

