﻿/*@font-face {
    font-family: 'zurich';
    src: url('../../assets/css/fonts/ZurichBT-Roman.ttf');
    src: url('../../assets/css/fonts/ZurichBT-Roman.woff');
    src: url('../../assets/css/fonts/ZurichBT-Roman.eot');
    src: url('../../assets/css/fonts/ZurichBT-Roman.otf');
}

body {
    background-color: #fff;
    font-family: zurich !important;
}*/

@font-face {
    font-family: 'Mulish-Italic-VariableFont_wght';
    src: url('../../assets/css/Mulish//Mulish-Italic-VariableFont_wght.ttf');
    /*src: url('../../assets/css/fonts/ZurichBT-Roman.woff');
    src: url('../../assets/css/fonts/ZurichBT-Roman.eot');
    src: url('../../assets/css/fonts/ZurichBT-Roman.otf');*/
}

body {
    background-color: #fff;
    font-family: Mulish-Italic-VariableFont_wght !important;
}

.custom_tab {
    display: flex;
    width: 100%;
}

.fasia_modl_con{
height:81vh;
overflow:scroll;
}
.fasia_modl_con::-webkit-scrollbar{
    width:0px;
}
    .flip_row {
      
            border-right:1px solid #ddd;
    }
    .custom_tab li {
        width: 50%;
        text-align: center;
    }



        .custom_tab li.active a {
            background-color: #962a20 !important;
        }

        .custom_tab li a {
            color: #fff !important;
        }

        .custom_tab li a {
            background: #fa9e23 !important;
            border: none !important;
        }
.custom_tab.custom_tab_theme li a {
    background: #962a20 !important;
    opacity: 0.7;
}

.custom_tab.custom_tab_theme li.active a {opacity: 1;}
.navbar-nav > li > a {
    padding-top: 14px;
}

.dataTables_filter {
    /*margin: 20px;*/
}

.dataTables_length {
    /*margin: 20px;*/
}

.dataTables_info {
    margin-left: 20px;
}

.dataTables_paginate {
    margin: 0 20px 20px 20px;
}

.margin-5 {
    margin: 5px;
}

.padding-0 {
    padding: 0px;
}

#toolbar {
    background: linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    background: -moz-linear-linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    border: none;
    background-color: rgb(255, 87, 33);
}
.pos-abs{
    position: absolute;
   
    right: 49%;
    }
.open-left {
    float: left;
    height: 56px;
    line-height: 66px;
    width: 60px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.open-left1 {
    float: left;
    /*height: 56px;

    line-height: 57px;*/
    height: 46px;
    line-height: 46px;
    width: 60px;
    text-align: center;
    position: relative;
}

#toolbar .title {
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    /*line-height: 56px;*/
    line-height: 46px;
    /* margin-left: 16px; */
    text-transform: uppercase;
    letter-spacing: normal;
}

.title1 {
    font-size: 21px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    line-height: 46px;
    letter-spacing: normal;
}

.c-o {
    background-color: #ff5722;
    border: none;
}

.m_t-40 {
    margin-top: 40px;
}

.btn-close {
    border: none;
    background-color: #f57c00;
    width: 20%;
}

    .btn-close:hover {
        background-color: #8c6740;
        border: none;
    }

.f-bold {
    font-weight: bolder;
    /*text-transform: uppercase;*/
}

.btn-edit {
    width: 100%;
    background-color: #f57c00;
    color: #fff;
    cursor: pointer;
}

/*Hamburger menu*/ /*right side*/

/*.bar1, .bar2, .bar3 {
    width: 32px;
    height: 4px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}*/

/*/Hamburger menu*/


/*HAMBURGER MENU LEFT*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

/*/HAMBURGER MENU LEFT*/


/*hover color*/

.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus {
    background-color: #fa9e23 !important;
    color: #fff;
}


/*/hover color*/

/*sidebar color changes*/
.bc-b {
    background-color: #f9f6f6;
}

.sidebar {
    color: #000;
}

.navigation .navigation-header, .navigation .navigation-header a {
    color: #000;
}

/*.navigation li a:hover, .navigation li a:focus {
    background-color: orange;
    color: #fff;
}*/

.navigation li a {
    color: #000;
}

.category-content {
    padding: 28px;
}

.bb-3 {
    border-bottom: 3px solid #fff;
}



@media screen and (max-width: 768px) {
    .res_logo {
        padding: 35px;
    }
}

@media (min-width: 769px) {

    .nav-tabs.nav-tabs-bottom > li.active > a:after {
        /*background-color: #b22a31;*/
        background-color: #962a20;
    }
}

/*/sidebar color changes*/

.bg-cl {
    /*background-color: #B12930;*/
    background-color: #962a20;
    color: #fff;
}

.space {
    vertical-align: middle;
    line-height: 27px;
    padding-left: 16px;
}


select, .custom_input {
    width: 100%;
    padding: 10px 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size:13px;
}

.f_h_f {
    max-height: 100%;
    overflow-y: auto;
}

.colors {
    margin-top: 25px;
}
/*start priyanka*/

.i-list {
    margin-top: -20px;
    padding-bottom: 10px;
    /*padding: 8px 0 5px 0;
    text-align: center;*/
}

.thumb img {
    width: 70% !important;
}
/*end priyanka*/

.badge {
    padding: 0;
    /*padding: 2px 6px 1px 6px;*/
    font-size: 10px;
    letter-spacing: 0.1px;
    /*vertical-align: baseline;*/
    vertical-align: middle;
    /*background-color: #b12a31;*/
    background-color: #962a20;
    border: 1px solid transparent;
    border-radius: 100px;
    margin-left: 5px;
    width: 2vw;
    height: 2vw;
    line-height: 2vw;
}

.modal-title {
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 0.8px !important;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, button {
    letter-spacing: 0.8px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold !important;
}

.modal {
    text-transform: uppercase;
}

    .modal .table > thead > tr > th {
        padding: 10px;
        font-size: 12px;
    }

    .modal .table > tbody > tr > td {
        padding: 10px;
        font-size: 12px;
    }

.nav-tabs > li {
    font-size: 12px;
}

.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p_b-35 {
    padding-bottom: 35px;
}

.f_s-40 {
    font-size: 40px;
    font-weight: 600;
    color: #ff721c;
}

div.test:before {
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    border: 1px solid #ededed;
}

.f_w-b {
    font-weight: bold;
}

.typeahead, .tt-query, .tt-hint {
    width: 100%;
}

.margin-10 {
    margin: 10px;
}

span.field-validation-error, label.error {
    color: red;
}

.padding-10 {
    padding: 8px !important;
}

.fonts-20 {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .right_badge {
        float: right;
    }
}

/*alert css*/

.font-s-20 {
    font-size: 20px;
    font-weight: bold;
}

.padding-4 {
    padding: 4px !important;
}

.margin-b-0 {
    margin-bottom: 0px;
}

.margin-0-19 {
    margin: 0px 19px 20px;
}

/*alert css ends*/

/*table*/
#Open_ticketdetails .table > thead > tr > th {
    border: 1px solid #000;
}

#Open_ticketdetails .table > tbody > tr > td {
    border: 1px solid #000;
}

#ticlog .table > thead > tr > th {
    border: 1px solid #000;
}

#ticlog .table > tbody > tr > td {
    border: 1px solid #000;
}

#af .table > thead > tr > th {
    border: 1px solid #000;
}

#af .table > tbody > tr > td {
    border: 1px solid #000;
}

/*table ends*/

.padd {
    padding: 0px !important;
    padding-top: 10px !important;
}

.marginb-15 {
    margin-bottom: 15px;
}

.mob-view {
    display: none;
}

.file_upload {
    margin: 15px 0px 0px 0px;
}

.file_upload1 {
    cursor: pointer; /*color: #fff;background-color: #ff57229e;*/
    color: #fff !important;
    background-color: rgba(255, 87, 34, 0.6196078431372549);
}

@media screen and (max-width: 768px) {
    .mob-view {
        display: block;
    }
}

/*start priyanka*/
@media (min-width: 1200px) {
    .col-lg-2 {
        width: 25%;
        margin-bottom: 30px;
    }
}
/*start priyanka*/

@media screen and (max-width: 425px) {
    .mob-view {
        display: block;
    }
}

/*don't remove add by abhishek for table responsiveness*/
@media screen and (max-width: 768px) {
    .flip_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        background: none;
    }

        .flip_row thead {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            min-width: -webkit-min-content;
            min-width: -moz-min-content;
            min-width: min-content;
        }

        .flip_row tbody {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            overflow-x: auto;
            overflow-y: hidden;
        }

        .flip_row tr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: -webkit-min-content;
            min-width: -moz-min-content;
            min-width: min-content;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

        .flip_row > thead > tr > th, .flip_row > thead > tr > td {
            padding: 10px 5px !important;
        }

        .flip_row > thead > tr > th {
            width: 100% !important; /*background: #ddd;*/
            background-color: #962a20;
            color: #fff;
        }

        .flip_row thead {
            background-color: #f1f1f1 !important;
            color: #fff;
        }

            .flip_row thead > tr {
                background-color: transparent !important;
            }

        .flip_row > thead:first-child > tr:first-child > th:last-child {
            border-bottom: 1px solid;
        }

        .flip_row > tbody > tr > td:last-child {
            border-bottom: 1px solid #ddd;
        }

        .flip_row > thead:first-child > tr:first-child > th {
            border: 1px solid;
            border-width: 1px 1px 0px 1px;
        }

    .flip_row_data_table {
        overflow: hidden;
    }

    .flip_row tbody > tr:first-child > td {
        border-top: 1px solid #ddd;
    }

    .flip_row tbody > tr > td {
        border-right: 1px dashed #ddd;
    }

    .flip_row tbody > tr:last-child > td {
        border-right: 0px dashed #ddd;
    }

    .flip_row {
        width: 100% !important;
    }

    .flip_row_data_table .dataTables_filter > label > span {
        display: none;
    }

    .flip_row_data_table .dataTables_filter input {
        width: 100%;
    }

    .badge {
        /*width: 4vw;
    height: 4vw;
    line-height: 2vw;*/
        width: 3vw;
        height: 3vw;
        line-height: 3vw;
        margin-top: -4px;
    }

    .nav-tabs > li > a {
        text-align: center !important;
    }

    .nav-tabs {
        padding: 0px;
    }

        .nav-tabs:before, .report_menu, .dataTable thead .sorting:before, .dataTable thead .sorting:after, .dataTable thead .sorting_asc:after, .dataTable thead .sorting_desc:after, .dataTable thead .sorting_asc_disabled:after, .dataTable thead .sorting_desc_disabled:after, .dataTables_length {
            display: none;
        }
}

@media only screen and (min-width: 769px) {
    .nav-tabs.nav-tabs-bottom > li > a {
        padding: 10px 0px;
    }

    .modal-footer button {
        width: 50%;
        border-radius: 25px;
    }

    .modal-footer {
        /*padding: 10px !important;*/
        text-align: center !important;
    }

    .d-f_r {
        float: right;
    }
}

@media only screen and (max-width: 425px) {
    .badge {
        /*width: 4vw;
    height: 4vw;
    line-height: 2vw;*/
        width: 6vw;
        height: 6vw;
        line-height: 6vw;
        margin-top: -4px;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
    .nav-tabs li span:nth-of-type(2n+1) {
        font-size: 11px;
    }
}

.res_logo {
    width: 100%;
}

.dataTables_length select {
    width: auto;
}

.m_t_b_10 {
    margin: 10px 0px;
}

.report_serch_sec .form-group {
    margin-bottom: 10px;
}

.pace {
    display: none;
}

td, th {
    text-align: left !important;
}

.nav-tabs > li > a {
    text-transform: uppercase;
}

.m_0 {
    margin: 0px;
}
.panel.count_panel_box.boxsize{
    padding-bottom:25px;
}
.chart_count_title.boxpara{
    margin-top: 33px;
        font-size: 14px;
}

.p_0 {
    padding: 0px;
}

.esc_count {
    margin: 5px;
    background: #fa9e23;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    cursor :pointer;
}

.nav-tabs.nav-tabs-bottom > li.active > a .esc_ticket h1 {
    color: #962a20;
}
/*.nav-tabs.nav-tabs-bottom > li.active > a .esc_count span:nth-child(1) {
    color: #962a20;
}*/
.nav-tabs.nav-tabs-bottom > li.active > a .esc_count {
    background-color: #962a20;
}

.report_serch_sec {
    margin-bottom: 10px;
}

.datatable-header, .datatable-footer {
    background-color: #f1f1f1;
}

.datatable-scroll thead {
    background-color: #f9f6f6;
}

.datatable-scroll .table > thead > tr > th {
    font-weight: 600;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 10px;
}

textarea {
    padding: 5px;
}

.indicator_sign {
    background: #f1f1f1;
    float: left;
    width: 100%;
    text-align: left;
    padding: 15px 15px 0px 15px;
}

.red_indicator {
    float: right;
    margin-left: 15px;
}

.blue_indicator {
    float: right;
}

.red_indicator::before {
    content: '';
    border: 5px solid #fa9e23;
    height: 2px;
    width: 2px;
    border-width: 0px 0px 0px 14px;
    margin-right: 5px;
}

.blue_indicator:before {
    content: '';
    border: 5px solid #9d3220;
    height: 2px;
    width: 2px;
    border-width: 0px 0px 0px 14px;
    margin-right: 5px;
}

.rowColorStatus {
    color: #fa9e23 !important;
    font-weight: 600;
}

.EscalateColorStatus {
    color: #962a20 !important;
    font-weight: 600;
}

.flip_row tr:nth-child(odd) {
    background-color: rgba(250, 158, 35, 0.07);
}

.flip_row thead {
    background-color: #962a20;
    color: #fff;
}

.dataTable thead .sorting:before, .dataTable thead .sorting:after {
    color: #fff;
}

.data_table_name {
    font-size: 18px;
    color: #9d3220;
    text-transform: uppercase;
}

.remarks_size {
    font-weight: normal;
    font-size: 13px;
    text-transform: lowercase !important;
}

.esc_count span:first-child {
    font-size: 14px !important;
}

/*FEEDBACK RATING*/

.rate-area {
    float: left;
    border-style: none;
    padding: 0px;
}

    .rate-area:not(:checked) > input {
        position: absolute;
        top: -9999px;
        clip: rect(0,0,0,0);
    }

    .rate-area:not(:checked) > label {
        float: right;
        width: 1em;
        /*padding: 0 .1em;*/
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 35px;
        line-height: 1.2;
        color: lightgrey;
        text-shadow: 1px 1px #bbb;
    }

        .rate-area:not(:checked) > label:before {
            content: '★ ';
        }

    .rate-area > input:checked ~ label {
        color: gold;
        text-shadow: 1px 1px #c60;
        font-size: 450% !important;
    }

    .rate-area:not(:checked) > label:hover, .rate-area:not(:checked) > label:hover ~ label {
        color: gold;
    }

    .rate-area > input:checked + label:hover, .rate-area > input:checked + label:hover ~ label, .rate-area > input:checked ~ label:hover, .rate-area > input:checked ~ label:hover ~ label, .rate-area > label:hover ~ input:checked ~ label {
        color: gold;
        text-shadow: 1px 1px goldenrod;
    }

    .rate-area > label:active {
        position: relative;
        top: 2px;
        left: 2px;
    }
/*END OF RATING*/


.ellip {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.align-center {
    margin: 0 auto;
    overflow: hidden;
    display: block;
    clear: both;
    text-align: center;
    float: none;
}

.i-list {
    padding: 8px 0 5px 0;
    text-align: center;
}

    .i-list a {
        background-color: #ededed;
        padding: 10px;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        line-height: 1;
        display: block;
        margin: 0 auto;
    }

        .i-list a i {
            font-size: 1.2em;
            color: #f75920;
            font-weight: bold;
        }

.tooltip-inner {
    width: 300px;
}


.demo_div {
    /*display: none;*/
}

.chip_sec {
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.input_add_chip {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    background: #962a20;
    color: #fff;
    padding: 8px 0;
    width: 90px;
    text-align: center;
}

.equip_lst {
    margin-top: 10px;
}

.chip {
    /*display: inline-block;*/
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    /*height: 40px;*/
    font-size: 14px;
    /*line-height: 40px;*/
    /*border-radius: 25px;*/
    background-color: #f1f1f1;
    margin: 0px 5px 5px 0px;
}

    .chip img {
        float: left;
        margin: 0 10px 0 -25px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }

.closebtn, .editBtn, .addBtn, .saveBtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 14px;
    cursor: pointer;
}

.editBtn, .addBtn, .saveBtn {
    float: none;
}

.saveBtn {
    display: none;
}

    .closebtn:hover, .editBtn:hover, .saveBtn:hover {
        color: #000;
    }

.select_chip_sec .chip {
    border-radius: 0px;
}

.chip.default_chip {
    background: #BF360C;
    color: #fff;
}

.append_chip {
    background: #ffa918;
    color: #fff;
}

    .default_chip > span, .append_chip > span {
        color: #fff;
        opacity: 0.8;
    }

        .default_chip > span:hover, .append_chip > span:hover {
            color: #fff;
            opacity: 1;
        }

.chosen-container {
    width: 100% !important;
}

.edit_content {
    opacity: 1 !important;
    /* display: block; */
    padding: 10px 0;
    outline: none;
}

.other_reason_input {
    display: none;
}

.esc_count.add-btn {
    float: right;
    text-align: center;
    margin-top:15px;
}

@media screen and (max-width: 1040px) {
    .rate-area {
        width: 100%;
    }
}


@media (min-width: 1200px) {
    .custom-width .col-lg-3 {
        width: 20%;
    }
}


.cust_join {
    display: flex;
}

    .cust_join .btn {
        width: 10%;
        border-radius: 0;
        background: #962a20;
        color: #fff;
    }


.chosen-choices {
    padding: 4px 7px !important;
}
.img-refresh {
    width: 25%;
}
.refersh-icon {
    width: 10%;
}


li.active.master_ui_list .has-ul,li.active.master_ui_list .has-ul:hover, li.active.master_ui_list .has-ul:focus {
    background-color: #9d3220 !important;
}

li.active.master_ui_list li {
    padding: 0px !important;
}

li.active.master_ui_list ul a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.master_accordion .panel-heading,.master_accordion_layer .panel-heading,.active.master_accordion.master_accordion_visi  .panel-heading{
    /*padding: 12px 20px;*/
        background: #f9f6f6;
    border: none;
    padding:0px;
}

.active.master_accordion.master_accordion_visi .panel-heading,
.master_accordion_layer .panel-heading:hover {
    background: orange;
    color: #fff;
}
.master_accordion_layer .panel-heading .collapse_layer {
    padding: 12px 20px;
}
.collapse_layer.show_menu {
    background-color: orange !important;
    color: #fff !important;
}
.master_accordion {
    background:transparent;
    border:0;
}
.master_accordion_layer {
    margin: 0;
}
.master_accordion .panel-title, .master_accordion .panel-title a:hover {
    background-color: transparent !important;
}
.master_accordion_layer a {
    background: transparent !important;
    color: inherit !important;
}
.master_accordion.master_accordion_visi .panel-title a,.active.master_accordion.master_accordion_visi .panel-title a {
    color: #fff !important;
}
.master_accordion .panel,.master_accordion_layer .panel {
    border: none;
        box-shadow: none;
}
.master_accordion .panel-heading:hover{
    background:#fa9e23;
}
.master_accordion_layer a {
    background: transparent !important;
    color: inherit !important;
}

/*addedsumit*/
.othersp{
     margin-top: 14px;
}

.curloc_box {
    color: #ff5722;
    margin-top: 10px;
    position: relative;
    font-size: 10px;

}

.location_map iframe {
    width: 100%;
    height: 350px;
}

.modal-footer button {
    width: 25%;
    border-radius: 25px;
}

.modal-footer {
    padding: 10px !important;
    text-align: center !important;
}
/*end sumit*/

/*sumit view ticket*/
.table_pare {
    position:relative;
}

.table_layer {
    width: 70%;
}

.simi_rec_layr {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #ddd;
    padding-left: 10px;
    overflow-y: auto;
}
.simi_rec_tit {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    position: sticky;
    top: 0px;
    background: #fff;
}

.rec_child:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
/*sumit viewticket*/
/*map*/
div#map {
    position: relative;
    overflow: hidden;
    height: 400px;
}
a.chosen-single {
    margin-top: 20px !important;
}
button#btnGoogleMap {
    margin-top: -34px;
    border-radius: 5px;
    width: 100%;
    position: relative;
}
/*chart sumit*/

.charthead1 {
 
        padding: 13px;
    text-transform: uppercase;
    background-color: #ff9800ad;
    color: white;
}
.charthead2 {
     padding: 13px;
    text-transform: uppercase;
    background-color: #ff9800ad;
    color: white;
}
.charthead3 {
       padding: 13px;
    text-transform: uppercase;
    background-color: #ff9800ad;
    color: white;
}/*@font-face {
    font-family: 'zurich';
    src: url('../../assets/css/fonts/ZurichBT-Roman.ttf');
    src: url('../../assets/css/fonts/ZurichBT-Roman.woff');
    src: url('../../assets/css/fonts/ZurichBT-Roman.eot');
    src: url('../../assets/css/fonts/ZurichBT-Roman.otf');
}

body {
    background-color: #fff;
    font-family: zurich !important;
}*/

.custom_tab {
    display: flex;
    width: 100%;
}

    .custom_tab li {
        width: 50%;
        text-align: center;
    }



        .custom_tab li.active a {
            background-color: #962a20 !important;
        }

        .custom_tab li a {
            color: #fff !important;
        }

        .custom_tab li a {
            background: #fa9e23 !important;
            border: none !important;
        }
.custom_tab.custom_tab_theme li a {
    background: #962a20 !important;
    opacity: 0.7;
}

.custom_tab.custom_tab_theme li.active a {opacity: 1;}
.navbar-nav > li > a {
    padding-top: 14px;
}

.dataTables_filter {
    /*margin: 20px;*/
}

.dataTables_length {
    /*margin: 20px;*/
}

.dataTables_info {
    margin-left: 20px;
}

.dataTables_paginate {
    margin: 0 20px 20px 20px;
}

.margin-5 {
    margin: 5px;
}

.padding-0 {
    padding: 0px;
}

#toolbar {
    background: linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    background: -moz-linear-linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    border: none;
    background-color: rgb(255, 87, 33);
}

.open-left {
    float: left;
    height: 56px;
    line-height: 66px;
    width: 60px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.open-left1 {
    float: left;
    /*height: 56px;

    line-height: 57px;*/
    height: 46px;
    line-height: 46px;
    width: 60px;
    text-align: center;
    position: relative;
}

#toolbar .title {
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    /*line-height: 56px;*/
    line-height: 46px;
    /* margin-left: 16px; */
    text-transform: uppercase;
    letter-spacing: normal;
}

.title1 {
    font-size: 21px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    line-height: 46px;
    letter-spacing: normal;
}

.c-o {
    background-color: #ff5722;
    border: none;
}

.m_t-40 {
    margin-top: 40px;
}

.btn-close {
    border: none;
    background-color: #f57c00;
    width: 20%;
}

    .btn-close:hover {
        background-color: #8c6740;
        border: none;
    }

.f-bold {
    font-weight: bolder;
    /*text-transform: uppercase;*/
}

.btn-edit {
    width: 100%;
    background-color: #f57c00;
    color: #fff;
    cursor: pointer;
}

/*Hamburger menu*/ /*right side*/

/*.bar1, .bar2, .bar3 {
    width: 32px;
    height: 4px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}*/

/*/Hamburger menu*/


/*HAMBURGER MENU LEFT*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

/*/HAMBURGER MENU LEFT*/


/*hover color*/

.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus {
    background-color: #fa9e23 !important;
    color: #fff;
}


/*/hover color*/

/*sidebar color changes*/
.bc-b {
    background-color: #f9f6f6;
}

.sidebar {
    color: #000;
}

.navigation .navigation-header, .navigation .navigation-header a {
    color: #000;
}

/*.navigation li a:hover, .navigation li a:focus {
    background-color: orange;
    color: #fff;
}*/

.navigation li a {
    color: #000;
}

.category-content {
    padding: 28px;
}

.bb-3 {
    border-bottom: 3px solid #fff;
}


@media screen and (max-width: 768px) {
    .res_logo {
        padding: 35px;
    }
}

@media (min-width: 769px) {

    .nav-tabs.nav-tabs-bottom > li.active > a:after {
        /*background-color: #b22a31;*/
        background-color: #962a20;
    }
}

/*/sidebar color changes*/

.bg-cl {
    /*background-color: #B12930;*/
    background-color: #962a20;
    color: #fff;
}

.space {
    vertical-align: middle;
    line-height: 27px;
    padding-left: 16px;
}


select, .custom_input {
    width: 100%;
    padding: 10px 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.f_h_f {
    max-height: 100%;
    overflow-y: auto;
}

.colors {
    margin-top: 25px;
}
/*start priyanka*/

.i-list {
    margin-top: -20px;
    padding-bottom: 10px;
    /*padding: 8px 0 5px 0;
    text-align: center;*/
}

.thumb img {
    width: 70% !important;
}
/*end priyanka*/

.badge {
    padding: 0;
    /*padding: 2px 6px 1px 6px;*/
    font-size: 10px;
    letter-spacing: 0.1px;
    /*vertical-align: baseline;*/
    vertical-align: middle;
    /*background-color: #b12a31;*/
    background-color: #962a20;
    border: 1px solid transparent;
    border-radius: 100px;
    margin-left: 5px;
    width: 2vw;
    height: 2vw;
    line-height: 2vw;
}

.modal-title {
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 0.8px !important;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, button {
    letter-spacing: 0.8px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold !important;
}

.modal {
    text-transform: uppercase;
}

    .modal .table > thead > tr > th {
        padding: 10px;
        font-size: 12px;
    }

    .modal .table > tbody > tr > td {
        padding: 10px;
        font-size: 12px;
    }

.nav-tabs > li {
    font-size: 12px;
}

.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p_b-35 {
    padding-bottom: 35px;
}

.f_s-40 {
    font-size: 40px;
    font-weight: 600;
    color: #ff721c;
}

div.test:before {
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    border: 1px solid #ededed;
}

.f_w-b {
    font-weight: bold;
}

.typeahead, .tt-query, .tt-hint {
    width: 100%;
}

.margin-10 {
    margin: 10px;
}

span.field-validation-error, label.error {
    color: red;
}

.padding-10 {
    padding: 8px !important;
}

.fonts-20 {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .right_badge {
        float: right;
    }
}

/*alert css*/

.font-s-20 {
    font-size: 20px;
    font-weight: bold;
}

.padding-4 {
    padding: 4px !important;
}

.margin-b-0 {
    margin-bottom: 0px;
}

.margin-0-19 {
    margin: 0px 19px 20px;
}

/*alert css ends*/

/*table*/
#Open_ticketdetails .table > thead > tr > th {
    border: 1px solid #000;
}

#Open_ticketdetails .table > tbody > tr > td {
    border: 1px solid #000;
}

#ticlog .table > thead > tr > th {
    border: 1px solid #000;
}

#ticlog .table > tbody > tr > td {
    border: 1px solid #000;
}

#af .table > thead > tr > th {
    border: 1px solid #000;
}

#af .table > tbody > tr > td {
    border: 1px solid #000;
}

/*table ends*/

.padd {
    padding: 0px !important;
    padding-top: 10px !important;
}

.marginb-15 {
    margin-bottom: 15px;
}

.mob-view {
    display: none;
}

.file_upload {
    margin: 15px 0px 0px 0px;
}

.file_upload1 {
    cursor: pointer; /*color: #fff;background-color: #ff57229e;*/
    color: #fff !important;
    background-color: rgba(255, 87, 34, 0.6196078431372549);
}

@media screen and (max-width: 768px) {
    .mob-view {
        display: block;
    }
}

/*start priyanka*/
@media (min-width: 1200px) {
    .col-lg-2 {
        width: 25%;
        margin-bottom: 30px;
    }
}
/*start priyanka*/

@media screen and (max-width: 425px) {
    .mob-view {
        display: block;
    }
}

/*don't remove add by abhishek for table responsiveness*/
@media screen and (max-width: 768px) {
    .flip_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        background: none;
    }

        .flip_row thead {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            min-width: -webkit-min-content;
            min-width: -moz-min-content;
            min-width: min-content;
        }

        .flip_row tbody {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            overflow-x: auto;
            overflow-y: hidden;
        }

        .flip_row tr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: -webkit-min-content;
            min-width: -moz-min-content;
            min-width: min-content;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

        .flip_row > thead > tr > th, .flip_row > thead > tr > td {
            padding: 10px 5px !important;
        }

        .flip_row > thead > tr > th {
            width: 100% !important; /*background: #ddd;*/
            background-color: #962a20;
            color: #fff;
        }

        .flip_row thead {
            background-color: #f1f1f1 !important;
            color: #fff;
        }

            .flip_row thead > tr {
                background-color: transparent !important;
            }

        .flip_row > thead:first-child > tr:first-child > th:last-child {
            border-bottom: 1px solid;
        }

        .flip_row > tbody > tr > td:last-child {
            border-bottom: 1px solid #ddd;
        }

        .flip_row > thead:first-child > tr:first-child > th {
            border: 1px solid;
            border-width: 1px 1px 0px 1px;
        }

    .flip_row_data_table {
        overflow: hidden;
    }

    .flip_row tbody > tr:first-child > td {
        border-top: 1px solid #ddd;
    }

    .flip_row tbody > tr > td {
        border-right: 1px dashed #ddd;
    }

    .flip_row tbody > tr:last-child > td {
        border-right: 0px dashed #ddd;
    }

    .flip_row {
        width: 100% !important;
    }

    .flip_row_data_table .dataTables_filter > label > span {
        display: none;
    }

    .flip_row_data_table .dataTables_filter input {
        width: 100%;
    }

    .badge {
        /*width: 4vw;
    height: 4vw;
    line-height: 2vw;*/
        width: 3vw;
        height: 3vw;
        line-height: 3vw;
        margin-top: -4px;
    }

    .nav-tabs > li > a {
        text-align: center !important;
    }

    .nav-tabs {
        padding: 0px;
    }

        .nav-tabs:before, .report_menu, .dataTable thead .sorting:before, .dataTable thead .sorting:after, .dataTable thead .sorting_asc:after, .dataTable thead .sorting_desc:after, .dataTable thead .sorting_asc_disabled:after, .dataTable thead .sorting_desc_disabled:after, .dataTables_length {
            display: none;
        }
}

@media only screen and (min-width: 769px) {
    .nav-tabs.nav-tabs-bottom > li > a {
        padding: 10px 0px;
    }

    .modal-footer button {
        width: 25%;
        border-radius: 25px;
    }

    .modal-footer {
        padding: 10px !important;
        text-align: center !important;
    }

    .d-f_r {
        float: right;
    }
}

@media only screen and (max-width: 425px) {
    .badge {
        /*width: 4vw;
    height: 4vw;
    line-height: 2vw;*/
        width: 6vw;
        height: 6vw;
        line-height: 6vw;
        margin-top: -4px;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
    .nav-tabs li span:nth-of-type(2n+1) {
        font-size: 11px;
    }
}

.res_logo {
    width: 100%;
}

.dataTables_length select {
    width: auto;
}

.m_t_b_10 {
    margin: 10px 0px;
}

.report_serch_sec .form-group {
    margin-bottom: 10px;
}

.pace {
    display: none;
}

td, th {
    text-align: left !important;
}

.nav-tabs > li > a {
    text-transform: uppercase;
}

.m_0 {
    margin: 0px;
}
.panel.count_panel_box.boxsize{
    padding-bottom:25px;
}
.chart_count_title.boxpara{
    margin-top: 33px;
        font-size: 14px;
}

.p_0 {
    padding: 0px;
}

.esc_count {
    margin: 5px;
    background: #fa9e23;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    cursor :pointer;
}

.nav-tabs.nav-tabs-bottom > li.active > a .esc_ticket h1 {
    color: #962a20;
}
/*.nav-tabs.nav-tabs-bottom > li.active > a .esc_count span:nth-child(1) {
    color: #962a20;
}*/
.nav-tabs.nav-tabs-bottom > li.active > a .esc_count {
    background-color: #962a20;
}

.report_serch_sec {
    margin-bottom: 10px;
}

.datatable-header, .datatable-footer {
    background-color: #f1f1f1;
}

.datatable-scroll thead {
    background-color: #f9f6f6;
}

.datatable-scroll .table > thead > tr > th {
    font-weight: 600;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 10px;
}

textarea {
    padding: 5px;
}

.indicator_sign {
    background: #f1f1f1;
    float: left;
    width: 100%;
    text-align: left;
    padding: 15px 15px 0px 15px;
}

.red_indicator {
    float: right;
    margin-left: 15px;
}

.blue_indicator {
    float: right;
}

.red_indicator::before {
    content: '';
    border: 5px solid #fa9e23;
    height: 2px;
    width: 2px;
    border-width: 0px 0px 0px 14px;
    margin-right: 5px;
}

.blue_indicator:before {
    content: '';
    border: 5px solid #9d3220;
    height: 2px;
    width: 2px;
    border-width: 0px 0px 0px 14px;
    margin-right: 5px;
}

.rowColorStatus {
    color: #fa9e23 !important;
    font-weight: 600;
}

.EscalateColorStatus {
    color: #962a20 !important;
    font-weight: 600;
}

.flip_row tr:nth-child(odd) {
    background-color: rgba(250, 158, 35, 0.07);
}

.flip_row thead {
    background-color: #962a20;
    color: #fff;
}

.dataTable thead .sorting:before, .dataTable thead .sorting:after {
    color: #fff;
}

.data_table_name {
    font-size: 18px;
    color: #9d3220;
    text-transform: uppercase;
}

.remarks_size {
    font-weight: normal;
    font-size: 13px;
    text-transform: lowercase !important;
}

.esc_count span:first-child {
    font-size: 14px !important;
}

/*FEEDBACK RATING*/

.rate-area {
    float: left;
    border-style: none;
    padding: 0px;
}

    .rate-area:not(:checked) > input {
        position: absolute;
        top: -9999px;
        clip: rect(0,0,0,0);
    }

    .rate-area:not(:checked) > label {
        float: right;
        width: 1em;
        /*padding: 0 .1em;*/
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 35px;
        line-height: 1.2;
        color: lightgrey;
        text-shadow: 1px 1px #bbb;
    }

        .rate-area:not(:checked) > label:before {
            content: '★ ';
        }

    .rate-area > input:checked ~ label {
        color: gold;
        text-shadow: 1px 1px #c60;
        font-size: 450% !important;
    }

    .rate-area:not(:checked) > label:hover, .rate-area:not(:checked) > label:hover ~ label {
        color: gold;
    }

    .rate-area > input:checked + label:hover, .rate-area > input:checked + label:hover ~ label, .rate-area > input:checked ~ label:hover, .rate-area > input:checked ~ label:hover ~ label, .rate-area > label:hover ~ input:checked ~ label {
        color: gold;
        text-shadow: 1px 1px goldenrod;
    }

    .rate-area > label:active {
        position: relative;
        top: 2px;
        left: 2px;
    }
/*END OF RATING*/


.ellip {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.align-center {
    margin: 0 auto;
    overflow: hidden;
    display: block;
    clear: both;
    text-align: center;
    float: none;
}

.i-list {
    padding: 8px 0 5px 0;
    text-align: center;
}

    .i-list a {
        background-color: #ededed;
        padding: 10px;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        line-height: 1;
        display: block;
        margin: 0 auto;
    }

        .i-list a i {
            font-size: 1.2em;
            color: #f75920;
            font-weight: bold;
        }

.tooltip-inner {
    width: 300px;
}


.demo_div {
    /*display: none;*/
}

.chip_sec {
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.input_add_chip {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    background: #962a20;
    color: #fff;
    padding: 8px 0;
    width: 90px;
    text-align: center;
}

.equip_lst {
    margin-top: 10px;
}

.chip {
    /*display: inline-block;*/
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    /*height: 40px;*/
    font-size: 14px;
    /*line-height: 40px;*/
    /*border-radius: 25px;*/
    background-color: #f1f1f1;
    margin: 0px 5px 5px 0px;
}

    .chip img {
        float: left;
        margin: 0 10px 0 -25px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }

.closebtn, .editBtn, .addBtn, .saveBtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 14px;
    cursor: pointer;
}

.editBtn, .addBtn, .saveBtn {
    float: none;
}

.saveBtn {
    display: none;
}

    .closebtn:hover, .editBtn:hover, .saveBtn:hover {
        color: #000;
    }

.select_chip_sec .chip {
    border-radius: 0px;
}

.chip.default_chip {
    background: #BF360C;
    color: #fff;
}

.append_chip {
    background: #ffa918;
    color: #fff;
}

    .default_chip > span, .append_chip > span {
        color: #fff;
        opacity: 0.8;
    }

        .default_chip > span:hover, .append_chip > span:hover {
            color: #fff;
            opacity: 1;
        }

.chosen-container {
    width: 100% !important;
}

.edit_content {
    opacity: 1 !important;
    /* display: block; */
    padding: 10px 0;
    outline: none;
}

.other_reason_input {
    display: none;
}

.esc_count.add-btn {
    float: right;
    text-align: center;
}

@media screen and (max-width: 1040px) {
    .rate-area {
        width: 100%;
    }
}


@media (min-width: 1200px) {
    .custom-width .col-lg-3 {
        width: 20%;
    }
}


.cust_join {
    display: flex;
}

    .cust_join .btn {
        width: 10%;
        border-radius: 0;
        background: #962a20;
        color: #fff;
    }


.chosen-choices {
    padding: 4px 7px !important;
}
.img-refresh {
    width: 25%;
}
.refersh-icon {
    width: 10%;
}


li.active.master_ui_list .has-ul,li.active.master_ui_list .has-ul:hover, li.active.master_ui_list .has-ul:focus {
    background-color: #9d3220 !important;
}

li.active.master_ui_list li {
    padding: 0px !important;
}

li.active.master_ui_list ul a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.master_accordion .panel-heading,.master_accordion_layer .panel-heading,.active.master_accordion.master_accordion_visi  .panel-heading{
    /*padding: 12px 20px;*/
        background: #f9f6f6;
    border: none;
    padding:0px;
}

.active.master_accordion.master_accordion_visi .panel-heading,
.master_accordion_layer .panel-heading:hover {
    background: orange;
    color: #fff;
}
.master_accordion_layer .panel-heading .collapse_layer {
    padding: 12px 20px;
}
.collapse_layer.show_menu {
    background-color: orange !important;
    color: #fff !important;
}
.master_accordion {
    background:transparent;
    border:0;
}
.master_accordion_layer {
    margin: 0;
}
.master_accordion .panel-title, .master_accordion .panel-title a:hover {
    background-color: transparent !important;
}
.master_accordion_layer a {
    background: transparent !important;
    color: inherit !important;
}
.master_accordion.master_accordion_visi .panel-title a,.active.master_accordion.master_accordion_visi .panel-title a {
    color: #fff !important;
}
.master_accordion .panel,.master_accordion_layer .panel {
    border: none;
        box-shadow: none;
}
.master_accordion .panel-heading:hover{
    background:#fa9e23;
}
.master_accordion_layer a {
    background: transparent !important;
    color: inherit !important;
}

/*addedsumit*/
.othersp{
     margin-top: 14px;
}

.curloc_box {
    color: #ff5722;
    margin-top: 10px;
    position: relative;
    font-size: 10px;

}

.location_map iframe {
    width: 100%;
    height: 350px;
}

.modal-footer button {
    width: 25%;
    border-radius: 25px;
}

.modal-footer {
    padding: 10px !important;
    text-align: center !important;
}
/*end sumit*/

/*sumit view ticket*/
.table_pare {
    position:relative;
}

.table_layer {
    width: 68%;
}

.simi_rec_layr {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #ddd;
    padding-left: 10px;
    overflow-y: auto;
}
.simi_rec_tit {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    position: sticky;
    top: 0px;
    background: #fff;
}

.rec_child:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
/*sumit viewticket*/
/*map*/
div#map {
    position: relative;
    overflow: hidden;
    height: 400px;
}
a.chosen-single {
    margin-top: 20px !important;
}
button#btnGoogleMap {
    margin-top: -34px;
    border-radius: 5px;
    width: 100%;
    position: relative;
}
/*chart sumit*/

.charthead1 {
 
        padding: 13px;
    text-transform: uppercase;
    background-color: #ff9800ad;
    color: white;
}
.charthead2 {
     padding: 13px;
    text-transform: uppercase;
    background-color: #ff9800ad;
    color: white;
}
.charthead3 {
       padding: 13px;
    text-transform: uppercase;
    background-color: #ff9800ad;
    color: white;
}/*@font-face {
    font-family: 'zurich';
    src: url('../../assets/css/fonts/ZurichBT-Roman.ttf');
    src: url('../../assets/css/fonts/ZurichBT-Roman.woff');
    src: url('../../assets/css/fonts/ZurichBT-Roman.eot');
    src: url('../../assets/css/fonts/ZurichBT-Roman.otf');
}

body {
    background-color: #fff;
    font-family: zurich !important;
}*/

.custom_tab {
    display: flex;
    width: 100%;
}

    .custom_tab li {
        width: 50%;
        text-align: center;
    }



        .custom_tab li.active a {
            background-color: #962a20 !important;
        }

        .custom_tab li a {
            color: #fff !important;
        }

        .custom_tab li a {
            background: #fa9e23 !important;
            border: none !important;
        }
.custom_tab.custom_tab_theme li a {
    background: #962a20 !important;
    opacity: 0.7;
}

.custom_tab.custom_tab_theme li.active a {opacity: 1;}
.navbar-nav > li > a {
    padding-top: 14px;
}

.dataTables_filter {
    /*margin: 20px;*/
}

.dataTables_length {
    /*margin: 20px;*/
}

.dataTables_info {
    margin-left: 20px;
}

.dataTables_paginate {
    margin: 0 20px 20px 20px;
}

.margin-5 {
    margin: 5px;
}

.padding-0 {
    padding: 0px;
}

#toolbar {
    background: linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    background: -moz-linear-linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    border: none;
    background-color: rgb(255, 87, 33);
}

.open-left {
    float: left;
    height: 56px;
    line-height: 66px;
    width: 60px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.open-left1 {
    float: left;
    /*height: 56px;

    line-height: 57px;*/
    height: 46px;
    line-height: 46px;
    width: 60px;
    text-align: center;
    position: relative;
}

#toolbar .title {
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    /*line-height: 56px;*/
    line-height: 46px;
    /* margin-left: 16px; */
    text-transform: uppercase;
    letter-spacing: normal;
}

.title1 {
    font-size: 21px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    line-height: 46px;
    letter-spacing: normal;
}

.c-o {
    background-color: #ff5722;
    border: none;
}

.m_t-40 {
    margin-top: 40px;
}

.btn-close {
    border: none;
    background-color: #f57c00;
    width: 20%;
}

    .btn-close:hover {
        background-color: #8c6740;
        border: none;
    }

.f-bold {
    font-weight: bolder;
    /*text-transform: uppercase;*/
}

.btn-edit {
    width: 100%;
    background-color: #f57c00;
    color: #fff;
    cursor: pointer;
}

/*Hamburger menu*/ /*right side*/

/*.bar1, .bar2, .bar3 {
    width: 32px;
    height: 4px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}*/

/*/Hamburger menu*/


/*HAMBURGER MENU LEFT*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

/*/HAMBURGER MENU LEFT*/


/*hover color*/

.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus {
    background-color: #fa9e23 !important;
    color: #fff;
}


/*/hover color*/

/*sidebar color changes*/
.bc-b {
    background-color: #f9f6f6;
}

.sidebar {
    color: #000;
}

.navigation .navigation-header, .navigation .navigation-header a {
    color: #000;
}

/*.navigation li a:hover, .navigation li a:focus {
    background-color: orange;
    color: #fff;
}*/

.navigation li a {
    color: #000;
}

.category-content {
    padding: 28px;
}

.bb-3 {
    border-bottom: 3px solid #fff;
}



@media screen and (max-width: 768px) {
    .res_logo {
        padding: 35px;
    }
}

@media (min-width: 769px) {

    .nav-tabs.nav-tabs-bottom > li.active > a:after {
        /*background-color: #b22a31;*/
        background-color: #962a20;
    }
}

/*/sidebar color changes*/

.bg-cl {
    /*background-color: #B12930;*/
    background-color: #962a20;
    color: #fff;
}

.space {
    vertical-align: middle;
    line-height: 27px;
    padding-left: 16px;
}


select, .custom_input {
    width: 100%;
    padding: 10px 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.f_h_f {
    max-height: 100%;
    overflow-y: auto;
}

.colors {
    margin-top: 25px;
}
/*start priyanka*/

.i-list {
    margin-top: -20px;
    padding-bottom: 10px;
    /*padding: 8px 0 5px 0;
    text-align: center;*/
}

.thumb img {
    width: 70% !important;
}
/*end priyanka*/

.badge {
    padding: 0;
    /*padding: 2px 6px 1px 6px;*/
    font-size: 10px;
    letter-spacing: 0.1px;
    /*vertical-align: baseline;*/
    vertical-align: middle;
    /*background-color: #b12a31;*/
    background-color: #962a20;
    border: 1px solid transparent;
    border-radius: 100px;
    margin-left: 5px;
    width: 2vw;
    height: 2vw;
    line-height: 2vw;
}

.modal-title {
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 0.8px !important;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, button {
    letter-spacing: 0.8px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold !important;
}

.modal {
    text-transform: uppercase;
}

    .modal .table > thead > tr > th {
        padding: 10px;
        font-size: 12px;
    }

    .modal .table > tbody > tr > td {
        padding: 10px;
        font-size: 12px;
    }

.nav-tabs > li {
    font-size: 12px;
}

.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p_b-35 {
    padding-bottom: 35px;
}

.f_s-40 {
    font-size: 40px;
    font-weight: 600;
    color: #ff721c;
}

div.test:before {
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    border: 1px solid #ededed;
}

.f_w-b {
    font-weight: bold;
}

.typeahead, .tt-query, .tt-hint {
    width: 100%;
}

.margin-10 {
    margin: 10px;
}

span.field-validation-error, label.error {
    color: red;
}

.padding-10 {
    padding: 8px !important;
}

.fonts-20 {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .right_badge {
        float: right;
    }
}

/*alert css*/

.font-s-20 {
    font-size: 20px;
    font-weight: bold;
}

.padding-4 {
    padding: 4px !important;
}

.margin-b-0 {
    margin-bottom: 0px;
}

.margin-0-19 {
    margin: 0px 19px 20px;
}

/*alert css ends*/

/*table*/
#Open_ticketdetails .table > thead > tr > th {
    border: 1px solid #000;
}

#Open_ticketdetails .table > tbody > tr > td {
    border: 1px solid #000;
}

#ticlog .table > thead > tr > th {
    border: 1px solid #000;
}

#ticlog .table > tbody > tr > td {
    border: 1px solid #000;
}

#af .table > thead > tr > th {
    border: 1px solid #000;
}

#af .table > tbody > tr > td {
    border: 1px solid #000;
}

/*table ends*/

.padd {
    padding: 0px !important;
    padding-top: 10px !important;
}

.marginb-15 {
    margin-bottom: 15px;
}

.mob-view {
    display: none;
}

.file_upload {
    margin: 15px 0px 0px 0px;
}

.file_upload1 {
    cursor: pointer; /*color: #fff;background-color: #ff57229e;*/
    color: #fff !important;
    background-color: rgba(255, 87, 34, 0.6196078431372549);
}

@media screen and (max-width: 768px) {
    .mob-view {
        display: block;
    }
}

/*start priyanka*/
@media (min-width: 1200px) {
    .col-lg-2 {
        width: 25%;
        margin-bottom: 30px;
    }
}
/*start priyanka*/

@media screen and (max-width: 425px) {
    .mob-view {
        display: block;
    }
}

/*don't remove add by abhishek for table responsiveness*/
@media screen and (max-width: 768px) {
    .flip_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        background: none;
            border-right:1px solid #ddd;
    }

        .flip_row thead {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            min-width: -webkit-min-content;
            min-width: -moz-min-content;
            min-width: min-content;
        }

        .flip_row tbody {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            overflow-x: auto;
            overflow-y: hidden;
        }

        .flip_row tr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: -webkit-min-content;
            min-width: -moz-min-content;
            min-width: min-content;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

        .flip_row > thead > tr > th, .flip_row > thead > tr > td {
            padding: 10px 5px !important;
        }

        .flip_row > thead > tr > th {
            width: 100% !important; /*background: #ddd;*/
            background-color: #962a20;
            color: #fff;
        }

        .flip_row thead {
            background-color: #f1f1f1 !important;
            color: #fff;
        }

            .flip_row thead > tr {
                background-color: transparent !important;
            }

        .flip_row > thead:first-child > tr:first-child > th:last-child {
            border-bottom: 1px solid;
        }

        .flip_row > tbody > tr > td:last-child {
            border-bottom: 1px solid #ddd;
        }

        .flip_row > thead:first-child > tr:first-child > th {
            border: 1px solid;
            border-width: 1px 1px 0px 1px;
        }

    .flip_row_data_table {
        overflow: hidden;
    }

    .flip_row tbody > tr:first-child > td {
        border-top: 1px solid #ddd;
    }

    .flip_row tbody > tr > td {
        border-right: 1px dashed #ddd;
    }

    .flip_row tbody > tr:last-child > td {
        border-right: 0px dashed #ddd;
    }

    .flip_row {
        width: 100% !important;
    }

    .flip_row_data_table .dataTables_filter > label > span {
        display: none;
    }

    .flip_row_data_table .dataTables_filter input {
        width: 100%;
    }

    .badge {
        /*width: 4vw;
    height: 4vw;
    line-height: 2vw;*/
        width: 3vw;
        height: 3vw;
        line-height: 3vw;
        margin-top: -4px;
    }

    .nav-tabs > li > a {
        text-align: center !important;
    }

    .nav-tabs {
        padding: 0px;
    }

        .nav-tabs:before, .report_menu, .dataTable thead .sorting:before, .dataTable thead .sorting:after, .dataTable thead .sorting_asc:after, .dataTable thead .sorting_desc:after, .dataTable thead .sorting_asc_disabled:after, .dataTable thead .sorting_desc_disabled:after, .dataTables_length {
            display: none;
        }
}

@media only screen and (min-width: 769px) {
    .nav-tabs.nav-tabs-bottom > li > a {
        padding: 10px 0px;
    }

    .modal-footer button {
        width: 50%;
        border-radius: 25px;
    }

    .modal-footer {
        padding: 10px !important;
        text-align: center !important;
    }

    .d-f_r {
        float: right;
    }
}

@media only screen and (max-width: 425px) {
    .badge {
        /*width: 4vw;
    height: 4vw;
    line-height: 2vw;*/
        width: 6vw;
        height: 6vw;
        line-height: 6vw;
        margin-top: -4px;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
    .nav-tabs li span:nth-of-type(2n+1) {
        font-size: 11px;
    }
}

.res_logo {
    width: 100%;
}

.dataTables_length select {
    width: auto;
}

.m_t_b_10 {
    margin: 10px 0px;
}

.report_serch_sec .form-group {
    margin-bottom: 10px;
}

.pace {
    display: none;
}

td, th {
    text-align: left !important;
}

.nav-tabs > li > a {
    text-transform: uppercase;
}

.m_0 {
    margin: 0px;
}
.panel.count_panel_box.boxsize{
    padding-bottom:25px;
}
.chart_count_title.boxpara{
    margin-top: 33px;
        font-size: 14px;
}

.p_0 {
    padding: 0px;
}

.esc_count {
    margin: 5px;
    background: #fa9e23;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    cursor :pointer;
}

.nav-tabs.nav-tabs-bottom > li.active > a .esc_ticket h1 {
    color: #962a20;
}
/*.nav-tabs.nav-tabs-bottom > li.active > a .esc_count span:nth-child(1) {
    color: #962a20;
}*/
.nav-tabs.nav-tabs-bottom > li.active > a .esc_count {
    background-color: #962a20;
}

.report_serch_sec {
    margin-bottom: 10px;
}

.datatable-header, .datatable-footer {
    background-color: #f1f1f1;
}

.datatable-scroll thead {
    background-color: #f9f6f6;
}

.datatable-scroll .table > thead > tr > th {
    font-weight: 600;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 10px;
}

textarea {
    padding: 5px;
}

.indicator_sign {
    background: #f1f1f1;
    float: left;
    width: 100%;
    text-align: left;
    padding: 15px 15px 0px 15px;
}

.red_indicator {
    float: right;
    margin-left: 15px;
}

.blue_indicator {
    float: right;
}

.red_indicator::before {
    content: '';
    border: 5px solid #fa9e23;
    height: 2px;
    width: 2px;
    border-width: 0px 0px 0px 14px;
    margin-right: 5px;
}

.blue_indicator:before {
    content: '';
    border: 5px solid #9d3220;
    height: 2px;
    width: 2px;
    border-width: 0px 0px 0px 14px;
    margin-right: 5px;
}

.rowColorStatus {
    color: #fa9e23 !important;
    font-weight: 600;
}

.EscalateColorStatus {
    color: #962a20 !important;
    font-weight: 600;
}

.flip_row tr:nth-child(odd) {
    background-color: rgba(250, 158, 35, 0.07);
}

.flip_row thead {
    background-color: #962a20;
    color: #fff;
}

.dataTable thead .sorting:before, .dataTable thead .sorting:after {
    color: #fff;
}

.data_table_name {
    font-size: 18px;
    color: #9d3220;
    text-transform: uppercase;
}

.remarks_size {
    font-weight: normal;
    font-size: 13px;
    text-transform: lowercase !important;
}

.esc_count span:first-child {
    font-size: 14px !important;
}

/*FEEDBACK RATING*/

.rate-area {
    float: left;
    border-style: none;
    padding: 0px;
}

    .rate-area:not(:checked) > input {
        position: absolute;
        top: -9999px;
        clip: rect(0,0,0,0);
    }

    .rate-area:not(:checked) > label {
        float: right;
        width: 1em;
        /*padding: 0 .1em;*/
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 35px;
        line-height: 1.2;
        color: lightgrey;
        text-shadow: 1px 1px #bbb;
    }

        .rate-area:not(:checked) > label:before {
            content: '★ ';
        }

    .rate-area > input:checked ~ label {
        color: gold;
        text-shadow: 1px 1px #c60;
        font-size: 450% !important;
    }

    .rate-area:not(:checked) > label:hover, .rate-area:not(:checked) > label:hover ~ label {
        color: gold;
    }

    .rate-area > input:checked + label:hover, .rate-area > input:checked + label:hover ~ label, .rate-area > input:checked ~ label:hover, .rate-area > input:checked ~ label:hover ~ label, .rate-area > label:hover ~ input:checked ~ label {
        color: gold;
        text-shadow: 1px 1px goldenrod;
    }

    .rate-area > label:active {
        position: relative;
        top: 2px;
        left: 2px;
    }
/*END OF RATING*/


.ellip {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.align-center {
    margin: 0 auto;
    overflow: hidden;
    display: block;
    clear: both;
    text-align: center;
    float: none;
}

.i-list {
    padding: 8px 0 5px 0;
    text-align: center;
}

    .i-list a {
        background-color: #ededed;
        padding: 10px;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        line-height: 1;
        display: block;
        margin: 0 auto;
    }

        .i-list a i {
            font-size: 1.2em;
            color: #f75920;
            font-weight: bold;
        }

.tooltip-inner {
    width: 300px;
}


.demo_div {
    /*display: none;*/
}

.chip_sec {
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.input_add_chip {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    background: #962a20;
    color: #fff;
    padding: 8px 0;
    width: 90px;
    text-align: center;
}

.equip_lst {
    margin-top: 10px;
}

.chip {
    /*display: inline-block;*/
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    /*height: 40px;*/
    font-size: 14px;
    /*line-height: 40px;*/
    /*border-radius: 25px;*/
    background-color: #f1f1f1;
    margin: 0px 5px 5px 0px;
}

    .chip img {
        float: left;
        margin: 0 10px 0 -25px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }

.closebtn, .editBtn, .addBtn, .saveBtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 14px;
    cursor: pointer;
}

.editBtn, .addBtn, .saveBtn {
    float: none;
}

.saveBtn {
    display: none;
}

    .closebtn:hover, .editBtn:hover, .saveBtn:hover {
        color: #000;
    }

.select_chip_sec .chip {
    border-radius: 0px;
}

.chip.default_chip {
    background: #BF360C;
    color: #fff;
}

.append_chip {
    background: #ffa918;
    color: #fff;
}

    .default_chip > span, .append_chip > span {
        color: #fff;
        opacity: 0.8;
    }

        .default_chip > span:hover, .append_chip > span:hover {
            color: #fff;
            opacity: 1;
        }

.chosen-container {
    width: 100% !important;
}

.edit_content {
    opacity: 1 !important;
    /* display: block; */
    padding: 10px 0;
    outline: none;
}

.other_reason_input {
    display: none;
}

.esc_count.add-btn {
    float: right;
    text-align: center;
}

@media screen and (max-width: 1040px) {
    .rate-area {
        width: 100%;
    }
}


@media (min-width: 1200px) {
    .custom-width .col-lg-3 {
        width: 20%;
    }
}


.cust_join {
    display: flex;
}

    .cust_join .btn {
        width: 10%;
        border-radius: 0;
        background: #962a20;
        color: #fff;
    }


.chosen-choices {
    padding: 4px 7px !important;
}
.img-refresh {
    width: 25%;
}
.refersh-icon {
    width: 10%;
}


li.active.master_ui_list .has-ul,li.active.master_ui_list .has-ul:hover, li.active.master_ui_list .has-ul:focus {
    background-color: #9d3220 !important;
}

li.active.master_ui_list li {
    padding: 0px !important;
}

li.active.master_ui_list ul a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.master_accordion .panel-heading,.master_accordion_layer .panel-heading,.active.master_accordion.master_accordion_visi  .panel-heading{
    /*padding: 12px 20px;*/
        background: #f9f6f6;
    border: none;
    padding:0px;
}

.active.master_accordion.master_accordion_visi .panel-heading,
.master_accordion_layer .panel-heading:hover {
    background: orange;
    color: #fff;
}
.master_accordion_layer .panel-heading .collapse_layer {
    padding: 12px 20px;
}
.collapse_layer.show_menu {
    background-color: orange !important;
    color: #fff !important;
}
.master_accordion {
    background:transparent;
    border:0;
}
.master_accordion_layer {
    margin: 0;
}
.master_accordion .panel-title, .master_accordion .panel-title a:hover {
    background-color: transparent !important;
}
.master_accordion_layer a {
    background: transparent !important;
    color: inherit !important;
}
.master_accordion.master_accordion_visi .panel-title a,.active.master_accordion.master_accordion_visi .panel-title a {
    color: #fff !important;
}
.master_accordion .panel,.master_accordion_layer .panel {
    border: none;
        box-shadow: none;
}
.master_accordion .panel-heading:hover{
    background:#fa9e23;
}
.master_accordion_layer a {
    background: transparent !important;
    color: inherit !important;
}

/*addedsumit*/
.othersp{
     margin-top: 14px;
}

.curloc_box {
    color: #ff5722;
    margin-top: 10px;
    position: relative;
    font-size: 10px;

}

.location_map iframe {
    width: 100%;
    height: 350px;
}

.modal-footer button {
    width: 25%;
    border-radius: 25px;
}

.modal-footer {
    padding: 10px !important;
    text-align: center !important;
}
/*end sumit*/

/*sumit view ticket*/
.table_pare {
    position:relative;
}

.table_layer {
    width: 70%;
}

.simi_rec_layr {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #ddd;
    padding-left: 10px;
    overflow-y: auto;
}
.simi_rec_tit {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    position: sticky;
    top: 0px;
    background: #fff;
}

.rec_child:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
/*sumit viewticket*/
/*map*/
div#map {
    position: relative;
    overflow: hidden;
    height: 400px;
}
a.chosen-single {
    margin-top: 20px !important;
}
button#btnGoogleMap {
    margin-top: -34px;
    border-radius: 5px;
    width: 100%;
    position: relative;
}
/*chart sumit*/

.charthead1 {
 
        padding: 13px;
    text-transform: uppercase;
    background-color: #ff9800ad;
    color: white;
}
.charthead2 {
     padding: 13px;
    text-transform: uppercase;
    background-color: #ff9800ad;
    color: white;
}
.charthead3 {
       padding: 13px;
    text-transform: uppercase;
    background-color: #ff9800ad;
    color: white;
}/*@font-face {
    font-family: 'zurich';
    src: url('../../assets/css/fonts/ZurichBT-Roman.ttf');
    src: url('../../assets/css/fonts/ZurichBT-Roman.woff');
    src: url('../../assets/css/fonts/ZurichBT-Roman.eot');
    src: url('../../assets/css/fonts/ZurichBT-Roman.otf');
}

body {
    background-color: #fff;
    font-family: zurich !important;
}*/

.custom_tab {
    display: flex;
    width: 100%;
}

    .custom_tab li {
        width: 50%;
        text-align: center;
    }



        .custom_tab li.active a {
            background-color: #962a20 !important;
        }

        .custom_tab li a {
            color: #fff !important;
        }

        .custom_tab li a {
            background: #fa9e23 !important;
            border: none !important;
        }
.custom_tab.custom_tab_theme li a {
    background: #962a20 !important;
    opacity: 0.7;
}

.custom_tab.custom_tab_theme li.active a {opacity: 1;}
.navbar-nav > li > a {
    padding-top: 14px;
}

.dataTables_filter {
    /*margin: 20px;*/
}

.dataTables_length {
    /*margin: 20px;*/
}

.dataTables_info {
    margin-left: 20px;
}

.dataTables_paginate {
    margin: 0 20px 20px 20px;
}

.margin-5 {
    margin: 5px;
}

.padding-0 {
    padding: 0px;
}

#toolbar {
    background: linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    background: -moz-linear-linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    border: none;
    background-color: rgb(255, 87, 33);
}

.open-left {
    float: left;
    height: 56px;
    line-height: 66px;
    width: 60px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.open-left1 {
    float: left;
    /*height: 56px;

    line-height: 57px;*/
    height: 46px;
    line-height: 46px;
    width: 60px;
    text-align: center;
    position: relative;
}

#toolbar .title {
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    /*line-height: 56px;*/
    line-height: 46px;
    /* margin-left: 16px; */
    text-transform: uppercase;
    letter-spacing: normal;
}

.title1 {
    font-size: 21px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    line-height: 46px;
    letter-spacing: normal;
}

.c-o {
    background-color: #ff5722;
    border: none;
}

.m_t-40 {
    margin-top: 40px;
}

.btn-close {
    border: none;
    background-color: #f57c00;
    width: 20%;
}

    .btn-close:hover {
        background-color: #8c6740;
        border: none;
    }

.f-bold {
    font-weight: bolder;
    /*text-transform: uppercase;*/
}

.btn-edit {
    width: 100%;
    background-color: #f57c00;
    color: #fff;
    cursor: pointer;
}

/*Hamburger menu*/ /*right side*/

/*.bar1, .bar2, .bar3 {
    width: 32px;
    height: 4px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}*/

/*/Hamburger menu*/


/*HAMBURGER MENU LEFT*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

/*/HAMBURGER MENU LEFT*/


/*hover color*/

.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus {
    background-color: #fa9e23 !important;
    color: #fff;
}


/*/hover color*/

/*sidebar color changes*/
.bc-b {
    background-color: #f9f6f6;
}

.sidebar {
    color: #000;
}

.navigation .navigation-header, .navigation .navigation-header a {
    color: #000;
}

.navigation li a:hover, .navigation li a:focus {
    background-color: orange !important ;
    color: #fff !important;
}

.navigation li a {
    color: #000;
}

.category-content {
    padding: 28px;
}

.bb-3 {
    border-bottom: 3px solid #fff;
}



@media screen and (max-width: 768px) {
    .res_logo {
        padding: 35px;
    }
}

@media (min-width: 769px) {

    .nav-tabs.nav-tabs-bottom > li.active > a:after {
        /*background-color: #b22a31;*/
        background-color: #962a20;
    }
}

/*/sidebar color changes*/

.bg-cl {
    /*background-color: #B12930;*/
    background-color: #962a20;
    color: #fff;
}

.space {
    vertical-align: middle;
    line-height: 27px;
    padding-left: 16px;
}


select, .custom_input {
    width: 100%;
    padding: 10px 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.f_h_f {
    max-height:100%;
    overflow-y: auto;
}

.colors {
    margin-top: 25px;
}
/*start priyanka*/

.i-list {
    margin-top: -20px;
    padding-bottom: 10px;
    /*padding: 8px 0 5px 0;
    text-align: center;*/
}

.thumb img {
    width: 70% !important;
}
/*end priyanka*/

.badge {
    padding: 0;
    /*padding: 2px 6px 1px 6px;*/
    font-size: 10px;
    letter-spacing: 0.1px;
    /*vertical-align: baseline;*/
    vertical-align: middle;
    /*background-color: #b12a31;*/
    background-color: #962a20;
    border: 1px solid transparent;
    border-radius: 100px;
    margin-left: 5px;
    width: 2vw;
    height: 2vw;
    line-height: 2vw;
}

.modal-title {
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 0.8px !important;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, button {
    letter-spacing: 0.8px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold !important;
}

.modal {
    text-transform: uppercase;
}

    .modal .table > thead > tr > th {
        padding: 10px;
        font-size: 12px;
    }

    .modal .table > tbody > tr > td {
        padding: 10px;
        font-size: 12px;
    }

.nav-tabs > li {
    font-size: 12px;
}

.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p_b-35 {
    padding-bottom: 35px;
}

.f_s-40 {
    font-size: 40px;
    font-weight: 600;
    color: #ff721c;
}

div.test:before {
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    border: 1px solid #ededed;
}

.f_w-b {
    font-weight: bold;
}

.typeahead, .tt-query, .tt-hint {
    width: 100%;
}

.margin-10 {
    margin: 10px;
}

span.field-validation-error, label.error {
    color: red;
}

.padding-10 {
    padding: 8px !important;
}

.fonts-20 {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .right_badge {
        float: right;
    }
}

/*alert css*/

.font-s-20 {
    font-size: 20px;
    font-weight: bold;
}

.padding-4 {
    padding: 4px !important;
}

.margin-b-0 {
    margin-bottom: 0px;
}

.margin-0-19 {
    margin: 0px 19px 20px;
}

/*alert css ends*/

/*table*/
#Open_ticketdetails .table > thead > tr > th {
    border: 1px solid #000;
}

#Open_ticketdetails .table > tbody > tr > td {
    border: 1px solid #000;
}

#ticlog .table > thead > tr > th {
    border: 1px solid #000;
}

#ticlog .table > tbody > tr > td {
    border: 1px solid #000;
}

#af .table > thead > tr > th {
    border: 1px solid #000;
}

#af .table > tbody > tr > td {
    border: 1px solid #000;
}

/*table ends*/

.padd {
    padding: 0px !important;
    padding-top: 10px !important;
}

.marginb-15 {
    margin-bottom: 15px;
}

.mob-view {
    display: none;
}

.file_upload {
    margin: 15px 0px 0px 0px;
}

.file_upload1 {
    cursor: pointer; /*color: #fff;background-color: #ff57229e;*/
    color: #fff !important;
    background-color: rgba(255, 87, 34, 0.6196078431372549);
}

@media screen and (max-width: 768px) {
    .mob-view {
        display: block;
    }
}

/*start priyanka*/
@media (min-width: 1200px) {
    .col-lg-2 {
        width: 25%;
        margin-bottom: 30px;
    }
}
/*start priyanka*/

@media screen and (max-width: 425px) {
    .mob-view {
        display: block;
    }
}

/*don't remove add by abhishek for table responsiveness*/
@media screen and (max-width: 768px) {
    .flip_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        background: none;
    }

        .flip_row thead {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            min-width: -webkit-min-content;
            min-width: -moz-min-content;
            min-width: min-content;
        }

        .flip_row tbody {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            overflow-x: auto;
            overflow-y: hidden;
        }

        .flip_row tr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: -webkit-min-content;
            min-width: -moz-min-content;
            min-width: min-content;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

        .flip_row > thead > tr > th, .flip_row > thead > tr > td {
            padding: 10px 5px !important;
        }

        .flip_row > thead > tr > th {
            width: 100% !important; /*background: #ddd;*/
            background-color: #962a20;
            color: #fff;
        }

        .flip_row thead {
            background-color: #f1f1f1 !important;
            color: #fff;
        }

            .flip_row thead > tr {
                background-color: transparent !important;
            }

        .flip_row > thead:first-child > tr:first-child > th:last-child {
            border-bottom: 1px solid;
        }

        .flip_row > tbody > tr > td:last-child {
            border-bottom: 1px solid #ddd;
        }

        .flip_row > thead:first-child > tr:first-child > th {
            border: 1px solid;
            border-width: 1px 1px 0px 1px;
        }

    .flip_row_data_table {
        overflow: hidden;
    }

    .flip_row tbody > tr:first-child > td {
        border-top: 1px solid #ddd;
    }

    .flip_row tbody > tr > td {
        border-right: 1px dashed #ddd;
    }

    .flip_row tbody > tr:last-child > td {
        border-right: 0px dashed #ddd;
    }

    .flip_row {
        width: 100% !important;
    }

    .flip_row_data_table .dataTables_filter > label > span {
        display: none;
    }

    .flip_row_data_table .dataTables_filter input {
        width: 100%;
    }

    .badge {
        /*width: 4vw;
    height: 4vw;
    line-height: 2vw;*/
        width: 3vw;
        height: 3vw;
        line-height: 3vw;
        margin-top: -4px;
    }

    .nav-tabs > li > a {
        text-align: center !important;
    }

    .nav-tabs {
        padding: 0px;
    }

        .nav-tabs:before, .report_menu, .dataTable thead .sorting:before, .dataTable thead .sorting:after, .dataTable thead .sorting_asc:after, .dataTable thead .sorting_desc:after, .dataTable thead .sorting_asc_disabled:after, .dataTable thead .sorting_desc_disabled:after, .dataTables_length {
            display: none;
        }
}

@media only screen and (min-width: 769px) {
    .nav-tabs.nav-tabs-bottom > li > a {
        padding: 10px 0px;
    }

    .modal-footer button {
        width: 50%;
        border-radius: 25px;
    }

    .modal-footer {
        padding: 10px !important;
        text-align: center !important;
    }

    .d-f_r {
        float: right;
    }
}

@media only screen and (max-width: 425px) {
    .badge {
        /*width: 4vw;
    height: 4vw;
    line-height: 2vw;*/
        width: 6vw;
        height: 6vw;
        line-height: 6vw;
        margin-top: -4px;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
    .nav-tabs li span:nth-of-type(2n+1) {
        font-size: 11px;
    }
}

.res_logo {
    width: 100%;
}

.dataTables_length select {
    width: auto;
}

.m_t_b_10 {
    margin: 10px 0px;
}

.report_serch_sec .form-group {
    margin-bottom: 10px;
}

.pace {
    display: none;
}

td, th {
    text-align: left !important;
}

.nav-tabs > li > a {
    text-transform: uppercase;
}

.m_0 {
    margin: 0px;
}
.panel.count_panel_box.boxsize{
    padding-bottom:25px;
}
.chart_count_title.boxpara{
    margin-top: 33px;
        font-size: 14px;
}

.p_0 {
    padding: 0px;
}

.esc_count {
    margin: 5px;
    background: #fa9e23;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    cursor :pointer;
}

.nav-tabs.nav-tabs-bottom > li.active > a .esc_ticket h1 {
    color: #962a20;
}
/*.nav-tabs.nav-tabs-bottom > li.active > a .esc_count span:nth-child(1) {
    color: #962a20;
}*/
.nav-tabs.nav-tabs-bottom > li.active > a .esc_count {
    background-color: #962a20;
}

.report_serch_sec {
    margin-bottom: 10px;
}

.datatable-header, .datatable-footer {
    background-color: #f1f1f1;
}

.datatable-scroll thead {
    background-color: #f9f6f6;
}

.datatable-scroll .table > thead > tr > th {
    font-weight: 600;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 10px;
}

textarea {
    padding: 5px;
}

.indicator_sign {
    background: #f1f1f1;
    float: left;
    width: 100%;
    text-align: left;
    padding: 15px 15px 0px 15px;
}

.red_indicator {
    float: right;
    margin-left: 15px;
}

.blue_indicator {
    float: right;
}

.red_indicator::before {
    content: '';
    border: 5px solid #fa9e23;
    height: 2px;
    width: 2px;
    border-width: 0px 0px 0px 14px;
    margin-right: 5px;
}

.blue_indicator:before {
    content: '';
    border: 5px solid #9d3220;
    height: 2px;
    width: 2px;
    border-width: 0px 0px 0px 14px;
    margin-right: 5px;
}

.rowColorStatus {
    color: #fa9e23 !important;
    font-weight: 600;
}

.EscalateColorStatus {
    color: #962a20 !important;
    font-weight: 600;
}

.flip_row tr:nth-child(odd) {
    background-color: rgba(250, 158, 35, 0.07);
}

.flip_row thead {
    background-color: #962a20;
    color: #fff;
}

.dataTable thead .sorting:before, .dataTable thead .sorting:after {
    color: #fff;
}

.data_table_name {
    font-size: 18px;
    color: #9d3220;
    text-transform: uppercase;
}

.remarks_size {
    font-weight: normal;
    font-size: 13px;
    text-transform: lowercase !important;
}

.esc_count span:first-child {
    font-size: 14px !important;
}

/*FEEDBACK RATING*/

.rate-area {
    float: left;
    border-style: none;
    padding: 0px;
}

    .rate-area:not(:checked) > input {
        position: absolute;
        top: -9999px;
        clip: rect(0,0,0,0);
    }

    .rate-area:not(:checked) > label {
        float: right;
        width: 1em;
        /*padding: 0 .1em;*/
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 35px;
        line-height: 1.2;
        color: lightgrey;
        text-shadow: 1px 1px #bbb;
    }

        .rate-area:not(:checked) > label:before {
            content: '★ ';
        }

    .rate-area > input:checked ~ label {
        color: gold;
        text-shadow: 1px 1px #c60;
        font-size: 450% !important;
    }

    .rate-area:not(:checked) > label:hover, .rate-area:not(:checked) > label:hover ~ label {
        color: gold;
    }

    .rate-area > input:checked + label:hover, .rate-area > input:checked + label:hover ~ label, .rate-area > input:checked ~ label:hover, .rate-area > input:checked ~ label:hover ~ label, .rate-area > label:hover ~ input:checked ~ label {
        color: gold;
        text-shadow: 1px 1px goldenrod;
    }

    .rate-area > label:active {
        position: relative;
        top: 2px;
        left: 2px;
    }
/*END OF RATING*/


.ellip {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.align-center {
    margin: 0 auto;
    overflow: hidden;
    display: block;
    clear: both;
    text-align: center;
    float: none;
}

.i-list {
    padding: 8px 0 5px 0;
    text-align: center;
}

    .i-list a {
        background-color: #ededed;
        padding: 10px;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        line-height: 1;
        display: block;
        margin: 0 auto;
    }

        .i-list a i {
            font-size: 1.2em;
            color: #f75920;
            font-weight: bold;
        }

.tooltip-inner {
    width: 300px;
}


.demo_div {
    /*display: none;*/
}

.chip_sec {
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.input_add_chip {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    background: #962a20;
    color: #fff;
    padding: 8px 0;
    width: 90px;
    text-align: center;
}

.equip_lst {
    margin-top: 10px;
}

.chip {
    /*display: inline-block;*/
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    /*height: 40px;*/
    font-size: 14px;
    /*line-height: 40px;*/
    /*border-radius: 25px;*/
    background-color: #f1f1f1;
    margin: 0px 5px 5px 0px;
}

    .chip img {
        float: left;
        margin: 0 10px 0 -25px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }

.closebtn, .editBtn, .addBtn, .saveBtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 14px;
    cursor: pointer;
}

.editBtn, .addBtn, .saveBtn {
    float: none;
}

.saveBtn {
    display: none;
}

    .closebtn:hover, .editBtn:hover, .saveBtn:hover {
        color: #000;
    }

.select_chip_sec .chip {
    border-radius: 0px;
}

.chip.default_chip {
    background: #BF360C;
    color: #fff;
}

.append_chip {
    background: #ffa918;
    color: #fff;
}

    .default_chip > span, .append_chip > span {
        color: #fff;
        opacity: 0.8;
    }

        .default_chip > span:hover, .append_chip > span:hover {
            color: #fff;
            opacity: 1;
        }

.chosen-container {
    width: 100% !important;
}

.edit_content {
    opacity: 1 !important;
    /* display: block; */
    padding: 10px 0;
    outline: none;
}

.other_reason_input {
    display: none;
}

.esc_count.add-btn {
    float: right;
    text-align: center;
}

@media screen and (max-width: 1040px) {
    .rate-area {
        width: 100%;
    }
}


@media (min-width: 1200px) {
    .custom-width .col-lg-3 {
        width: 20%;
    }
}


.cust_join {
    display: flex;
}

    .cust_join .btn {
        width: 10%;
        border-radius: 0;
        background: #962a20;
        color: #fff;
    }


.chosen-choices {
    padding: 4px 7px !important;
}
.img-refresh {
    width: 25%;
}
.refersh-icon {
    width: 10%;
}


li.active.master_ui_list .has-ul,li.active.master_ui_list .has-ul:hover, li.active.master_ui_list .has-ul:focus {
    background-color: #9d3220 !important;
}

li.active.master_ui_list li {
    padding: 0px !important;
}

li.active.master_ui_list ul a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.master_accordion .panel-heading,.master_accordion_layer .panel-heading,.active.master_accordion.master_accordion_visi  .panel-heading{
    /*padding: 12px 20px;*/
        background: #f9f6f6;
    border: none;
    padding:0px;
}

.active.master_accordion.master_accordion_visi .panel-heading,
.master_accordion_layer .panel-heading:hover {
    background: orange;
    color: #fff;
}
.master_accordion_layer .panel-heading .collapse_layer {
    padding: 12px 20px;
}
.collapse_layer.show_menu {
    background-color: orange !important;
    color: #fff !important;
}
.master_accordion {
    background:transparent;
    border:0;
}
.master_accordion_layer {
    margin: 0;
}
.master_accordion .panel-title, .master_accordion .panel-title a:hover {
    background-color: transparent !important;
}
.master_accordion_layer a {
    background: transparent !important;
    color: inherit !important;
}
.master_accordion.master_accordion_visi .panel-title a,.active.master_accordion.master_accordion_visi .panel-title a {
    color: #fff !important;
}
.master_accordion .panel,.master_accordion_layer .panel {
    border: none;
        box-shadow: none;
}
.master_accordion .panel-heading:hover{
    background:#fa9e23;
}
.master_accordion_layer a {
    background: transparent !important;
    color: inherit !important;
}

/*addedsumit*/
.othersp{
     margin-top: 14px;
}

.curloc_box {
    color: #ff5722;
    margin-top: 10px;
    position: relative;
    font-size: 10px;

}

.location_map iframe {
    width: 100%;
    height: 350px;
}

.modal-footer button {
    width: 25%;
    border-radius: 25px;
}

.modal-footer {
    padding: 10px !important;
    text-align: center !important;
}
/*end sumit*/

/*sumit view ticket*/
.table_pare {
    position:relative;
}

.table_layer {
    width: 68%;
}

.simi_rec_layr {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #ddd;
    padding-left: 10px;
    overflow-y: auto;
}
.simi_rec_tit {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    position: sticky;
    top: 0px;
    background: #fff;
}

.rec_child:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
/*sumit viewticket*/
/*map*/
div#map {
    position: relative;
    overflow: hidden;
    height: 400px;
}
a.chosen-single {
    margin-top: 20px !important;
}
button#btnGoogleMap {
    margin-top: -34px;
    border-radius: 5px;
    width: 100%;
    position: relative;
}
/*chart sumit*/

.charthead1 {
 
        padding: 13px;
    text-transform: uppercase;
    background-color: #ff9800ad;
    color: white;
}
.charthead2 {
     padding: 13px;
    text-transform: uppercase;
    background-color: #ff9800ad;
    color: white;
}
.charthead3 {
       padding: 13px;
    text-transform: uppercase;
    background-color: #ff9800ad;
    color: white;
}/*@font-face {
    font-family: 'zurich';
    src: url('../../assets/css/fonts/ZurichBT-Roman.ttf');
    src: url('../../assets/css/fonts/ZurichBT-Roman.woff');
    src: url('../../assets/css/fonts/ZurichBT-Roman.eot');
    src: url('../../assets/css/fonts/ZurichBT-Roman.otf');
}

body {
    background-color: #fff;
    font-family: zurich !important;
}*/

.custom_tab {
    display: flex;
    width: 100%;
}

    .custom_tab li {
        width: 50%;
        text-align: center;
    }



        .custom_tab li.active a {
            background-color: #962a20 !important;
        }

        .custom_tab li a {
            color: #fff !important;
        }

        .custom_tab li a {
            background: #fa9e23 !important;
            border: none !important;
        }
.custom_tab.custom_tab_theme li a {
    background: #962a20 !important;
    opacity: 0.7;
}

.custom_tab.custom_tab_theme li.active a {opacity: 1;}
.navbar-nav > li > a {
    padding-top: 14px;
}

.dataTables_filter {
    /*margin: 20px;*/
}

.dataTables_length {
    /*margin: 20px;*/
}

.dataTables_info {
    margin-left: 20px;
}

.dataTables_paginate {
    margin: 0 20px 20px 20px;
}

.margin-5 {
    margin: 5px;
}

.padding-0 {
    padding: 0px;
}

#toolbar {
    background: linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    background: -moz-linear-linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,182,23,1) 0%, rgba(255,87,33,1) 100%);
    border: none;
    background-color: rgb(255, 87, 33);
}

.open-left {
    float: left;
    height: 56px;
    line-height: 66px;
    width: 60px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.open-left1 {
    float: left;
    /*height: 56px;

    line-height: 57px;*/
    height: 46px;
    line-height: 46px;
    width: 60px;
    text-align: center;
    position: relative;
}

#toolbar .title {
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    /*line-height: 56px;*/
    line-height: 46px;
    /* margin-left: 16px; */
    text-transform: uppercase;
    letter-spacing: normal;
}

.title1 {
    font-size: 21px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    line-height: 46px;
    letter-spacing: normal;
}

.c-o {
    background-color: #ff5722;
    border: none;
}

.m_t-40 {
    margin-top: 40px;
}

.btn-close {
    border: none;
    background-color: #f57c00;
    width: 20%;
}

    .btn-close:hover {
        background-color: #8c6740;
        border: none;
    }

.f-bold {
    font-weight: bolder;
    /*text-transform: uppercase;*/
}

.btn-edit {
    width: 100%;
    background-color: #f57c00;
    color: #fff;
    cursor: pointer;
}

/*Hamburger menu*/ /*right side*/

/*.bar1, .bar2, .bar3 {
    width: 32px;
    height: 4px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}*/

/*/Hamburger menu*/


/*HAMBURGER MENU LEFT*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

/*/HAMBURGER MENU LEFT*/


/*hover color*/

.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus {
    background-color: #fa9e23 !important;
    color: #fff;
}


/*/hover color*/

/*sidebar color changes*/
.bc-b {
    background-color: #f9f6f6;
}

.sidebar {
    color: #000;
}

.navigation .navigation-header, .navigation .navigation-header a {
    color: #000;
}

/*.navigation li a:hover, .navigation li a:focus {
    background-color: orange;
    color: #fff;
}*/

.navigation li a {
    color: #000;
}

.category-content {
    padding: 28px;
}

.bb-3 {
    border-bottom: 3px solid #fff;
}



@media screen and (max-width: 768px) {
    .res_logo {
        padding: 35px;
    }
}

@media (min-width: 769px) {

    .nav-tabs.nav-tabs-bottom > li.active > a:after {
        /*background-color: #b22a31;*/
        background-color: #962a20;
    }
}

/*/sidebar color changes*/

.bg-cl {
    /*background-color: #B12930;*/
    background-color: #962a20;
    color: #fff;
}

.space {
    vertical-align: middle;
    line-height: 27px;
    padding-left: 16px;
}


select, .custom_input {
    width: 100%;
    padding: 10px 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.f_h_f {
    max-height: 100%;
    overflow-y: auto;
}

.colors {
    margin-top: 25px;
}
/*start priyanka*/

.i-list {
    margin-top: -20px;
    padding-bottom: 10px;
    /*padding: 8px 0 5px 0;
    text-align: center;*/
}

.thumb img {
    width: 70% !important;
}
/*end priyanka*/

.badge {
    padding: 0;
    /*padding: 2px 6px 1px 6px;*/
    font-size: 10px;
    letter-spacing: 0.1px;
    /*vertical-align: baseline;*/
    vertical-align: middle;
    /*background-color: #b12a31;*/
    background-color: #962a20;
    border: 1px solid transparent;
    border-radius: 100px;
    margin-left: 5px;
    width: 2vw;
    height: 2vw;
    line-height: 2vw;
}

.modal-title {
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 0.8px !important;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, button {
    letter-spacing: 0.8px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold !important;
}

.modal {
    text-transform: uppercase;
}

    .modal .table > thead > tr > th {
        padding: 10px;
        font-size: 12px;
    }

    .modal .table > tbody > tr > td {
        padding: 10px;
        font-size: 12px;
    }

.nav-tabs > li {
    font-size: 12px;
}

.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p_b-35 {
    padding-bottom: 35px;
}

.f_s-40 {
    font-size: 40px;
    font-weight: 600;
    color: #ff721c;
}

div.test:before {
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    border: 1px solid #ededed;
}

.f_w-b {
    font-weight: bold;
}

.typeahead, .tt-query, .tt-hint {
    width: 100%;
}

.margin-10 {
    margin: 10px;
}

span.field-validation-error, label.error {
    color: red;
}

.padding-10 {
    padding: 8px !important;
}

.fonts-20 {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .right_badge {
        float: right;
    }
}

/*alert css*/

.font-s-20 {
    font-size: 20px;
    font-weight: bold;
}

.padding-4 {
    padding: 4px !important;
}

.margin-b-0 {
    margin-bottom: 0px;
}

.margin-0-19 {
    margin: 0px 19px 20px;
}

/*alert css ends*/

/*table*/
#Open_ticketdetails .table > thead > tr > th {
    border: 1px solid #d2d2d2 !important;
}

#Open_ticketdetails .table > tbody > tr > td {
    border: 1px solid #d2d2d2 !important;
}

#ticlog .table > thead > tr > th {
    border: 1px solid #000;
}

#ticlog .table > tbody > tr > td {
    border: 1px solid #000;
}

#af .table > thead > tr > th {
    border: 1px solid #000;
}

#af .table > tbody > tr > td {
    border: 1px solid #000;
}

/*table ends*/

.padd {
    padding: 0px !important;
    padding-top: 10px !important;
}

.marginb-15 {
    margin-bottom: 15px;
}

.mob-view {
    display: none;
}

.file_upload {
    margin: 15px 0px 0px 0px;
       width: 375px !important;
}

.file_upload1 {
    cursor: pointer; /*color: #fff;background-color: #ff57229e;*/
    color: #fff !important;
    background-color: rgba(255, 87, 34, 0.6196078431372549);
}

@media screen and (max-width: 768px) {
    .mob-view {
        display: block;
    }
}

/*start priyanka*/
@media (min-width: 1200px) {
    .col-lg-2 {
        width: 25%;
        margin-bottom: 30px;
    }
}
/*start priyanka*/

@media screen and (max-width: 425px) {
    .mob-view {
        display: block;
    }
}

/*don't remove add by abhishek for table responsiveness*/
@media screen and (max-width: 768px) {
    .flip_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        background: none;
    }

        .flip_row thead {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            min-width: -webkit-min-content;
            min-width: -moz-min-content;
            min-width: min-content;
        }

        .flip_row tbody {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            overflow-x: auto;
            overflow-y: hidden;
        }

        .flip_row tr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: -webkit-min-content;
            min-width: -moz-min-content;
            min-width: min-content;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

        .flip_row > thead > tr > th, .flip_row > thead > tr > td {
            padding: 10px 5px !important;
        }

        .flip_row > thead > tr > th {
            width: 100% !important; /*background: #ddd;*/
            background-color: #962a20;
            color: #fff;
        }

        .flip_row thead {
            background-color: #f1f1f1 !important;
            color: #fff;
        }

            .flip_row thead > tr {
                background-color: transparent !important;
            }

        .flip_row > thead:first-child > tr:first-child > th:last-child {
            border-bottom: 1px solid;
        }

        .flip_row > tbody > tr > td:last-child {
            border-bottom: 1px solid #ddd;
        }

        .flip_row > thead:first-child > tr:first-child > th {
            border: 1px solid;
            border-width: 1px 1px 0px 1px;
        }

    .flip_row_data_table {
        overflow: hidden;
    }

    .flip_row tbody > tr:first-child > td {
        border-top: 1px solid #ddd;
    }

    .flip_row tbody > tr > td {
        border-right: 1px dashed #ddd;
    }

    .flip_row tbody > tr:last-child > td {
        border-right: 0px dashed #ddd;
    }

    .flip_row {
        width: 100% !important;
    }

    .flip_row_data_table .dataTables_filter > label > span {
        display: none;
    }

    .flip_row_data_table .dataTables_filter input {
        width: 100%;
    }

    .badge {
        /*width: 4vw;
    height: 4vw;
    line-height: 2vw;*/
        width: 3vw;
        height: 3vw;
        line-height: 3vw;
        margin-top: -4px;
    }

    .nav-tabs > li > a {
        text-align: center !important;
    }

    .nav-tabs {
        padding: 0px;
    }

        .nav-tabs:before, .report_menu, .dataTable thead .sorting:before, .dataTable thead .sorting:after, .dataTable thead .sorting_asc:after, .dataTable thead .sorting_desc:after, .dataTable thead .sorting_asc_disabled:after, .dataTable thead .sorting_desc_disabled:after, .dataTables_length {
            display: none;
        }
}

@media only screen and (min-width: 769px) {
    .nav-tabs.nav-tabs-bottom > li > a {
        padding: 10px 0px;
    }

    .modal-footer button {
        width: 25%;
        border-radius: 25px;
    }

    .modal-footer {
        padding: 10px !important;
        text-align: center !important;
    }

    .d-f_r {
        float: right;
    }
}

@media only screen and (max-width: 425px) {
    .badge {
        /*width: 4vw;
    height: 4vw;
    line-height: 2vw;*/
        width: 6vw;
        height: 6vw;
        line-height: 6vw;
        margin-top: -4px;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
    .nav-tabs li span:nth-of-type(2n+1) {
        font-size: 11px;
    }
}

.res_logo {
    width: 100%;
}

.dataTables_length select {
    width: auto;
}

.m_t_b_10 {
    margin: 10px 0px;
}

.report_serch_sec .form-group {
    margin-bottom: 10px;
}

.pace {
    display: none;
}

td, th {
    text-align: left !important;
}

.nav-tabs > li > a {
    text-transform: uppercase;
}

.m_0 {
    margin: 0px;
}
.panel.count_panel_box.boxsize{
    padding-bottom:25px;
}
.chart_count_title.boxpara{
    margin-top: 33px;
        font-size: 14px;
}

.p_0 {
    padding: 0px;
}

.esc_count {
    margin: 5px;
    background: #fa9e23;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    cursor :pointer;
}

.nav-tabs.nav-tabs-bottom > li.active > a .esc_ticket h1 {
    color: #962a20;
}
/*.nav-tabs.nav-tabs-bottom > li.active > a .esc_count span:nth-child(1) {
    color: #962a20;
}*/
.nav-tabs.nav-tabs-bottom > li.active > a .esc_count {
    background-color: #962a20;
}

.report_serch_sec {
    margin-bottom: 10px;
}

.datatable-header, .datatable-footer {
    background-color: #f1f1f1;
}

.datatable-scroll thead {
    background-color: #f9f6f6;
}

.datatable-scroll .table > thead > tr > th {
    font-weight: 600;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 10px;
}

textarea {
    padding: 5px;
}

.indicator_sign {
    background: #f1f1f1;
    float: left;
    width: 100%;
    text-align: left;
    padding: 15px 15px 0px 15px;
}

.red_indicator {
    float: right;
    margin-left: 15px;
}

.blue_indicator {
    float: right;
}

.red_indicator::before {
    content: '';
    border: 5px solid #fa9e23;
    height: 2px;
    width: 2px;
    border-width: 0px 0px 0px 14px;
    margin-right: 5px;
}

.blue_indicator:before {
    content: '';
    border: 5px solid #9d3220;
    height: 2px;
    width: 2px;
    border-width: 0px 0px 0px 14px;
    margin-right: 5px;
}

.rowColorStatus {
    color: #fa9e23 !important;
    font-weight: 600;
}

.EscalateColorStatus {
    color: #962a20 !important;
    font-weight: 600;
}

.flip_row tr:nth-child(odd) {
    background-color: rgba(250, 158, 35, 0.07);
}

.flip_row thead {
    background-color: #962a20;
    color: #fff;
}

.dataTable thead .sorting:before, .dataTable thead .sorting:after {
    color: #fff;
}

.data_table_name {
    font-size: 18px;
    color: #9d3220;
    text-transform: uppercase;
}

.remarks_size {
    font-weight: normal;
    font-size: 13px;
    text-transform: lowercase !important;
}

.esc_count span:first-child {
    font-size: 14px !important;
}

/*FEEDBACK RATING*/

.rate-area {
    float: left;
    border-style: none;
    padding: 0px;
}

    .rate-area:not(:checked) > input {
        position: absolute;
        top: -9999px;
        clip: rect(0,0,0,0);
    }

    .rate-area:not(:checked) > label {
        float: right;
        width: 1em;
        /*padding: 0 .1em;*/
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 35px;
        line-height: 1.2;
        color: lightgrey;
        text-shadow: 1px 1px #bbb;
    }

        .rate-area:not(:checked) > label:before {
            content: '★ ';
        }

    .rate-area > input:checked ~ label {
        color: gold;
        text-shadow: 1px 1px #c60;
        font-size: 450% !important;
    }

    .rate-area:not(:checked) > label:hover, .rate-area:not(:checked) > label:hover ~ label {
        color: gold;
    }

    .rate-area > input:checked + label:hover, .rate-area > input:checked + label:hover ~ label, .rate-area > input:checked ~ label:hover, .rate-area > input:checked ~ label:hover ~ label, .rate-area > label:hover ~ input:checked ~ label {
        color: gold;
        text-shadow: 1px 1px goldenrod;
    }

    .rate-area > label:active {
        position: relative;
        top: 2px;
        left: 2px;
    }
/*END OF RATING*/


.ellip {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.align-center {
    margin: 0 auto;
    overflow: hidden;
    display: block;
    clear: both;
    text-align: center;
    float: none;
}

.i-list {
    padding: 8px 0 5px 0;
    text-align: center;
}

    .i-list a {
        background-color: #ededed;
        padding: 10px;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        line-height: 1;
        display: block;
        margin: 0 auto;
    }

        .i-list a i {
            font-size: 1.2em;
            color: #f75920;
            font-weight: bold;
        }

.tooltip-inner {
    width: 300px;
}


.demo_div {
    /*display: none;*/
}

.chip_sec {
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.input_add_chip {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    background: #962a20;
    color: #fff;
    padding: 8px 0;
    width: 90px;
    text-align: center;
}

.equip_lst {
    margin-top: 10px;
}

.chip {
    /*display: inline-block;*/
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    /*height: 40px;*/
    font-size: 14px;
    /*line-height: 40px;*/
    /*border-radius: 25px;*/
    background-color: #f1f1f1;
    margin: 0px 5px 5px 0px;
}

    .chip img {
        float: left;
        margin: 0 10px 0 -25px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }

.closebtn, .editBtn, .addBtn, .saveBtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 14px;
    cursor: pointer;
}

.editBtn, .addBtn, .saveBtn {
    float: none;
}

.saveBtn {
    display: none;
}

    .closebtn:hover, .editBtn:hover, .saveBtn:hover {
        color: #000;
    }

.select_chip_sec .chip {
    border-radius: 0px;
}

.chip.default_chip {
    background: #BF360C;
    color: #fff;
}

.append_chip {
    background: #ffa918;
    color: #fff;
}

    .default_chip > span, .append_chip > span {
        color: #fff;
        opacity: 0.8;
    }

        .default_chip > span:hover, .append_chip > span:hover {
            color: #fff;
            opacity: 1;
        }

.chosen-container {
    width: 100% !important;
}

.edit_content {
    opacity: 1 !important;
    /* display: block; */
    padding: 10px 0;
    outline: none;
}

.other_reason_input {
    display: none;
}

.esc_count.add-btn {
    float: right;
    text-align: center;
}

@media screen and (max-width: 1040px) {
    .rate-area {
        width: 100%;
    }
}


@media (min-width: 1200px) {
    .custom-width .col-lg-3 {
        width: 20%;
    }
}


.cust_join {
    display: flex;
}

    .cust_join .btn {
        width: 10%;
        border-radius: 0;
        background: #962a20;
        color: #fff;
    }


.chosen-choices {
    padding: 4px 7px !important;
}
.img-refresh {
    width: 25%;
}
.refersh-icon {
    width: 10%;
}


li.active.master_ui_list .has-ul,li.active.master_ui_list .has-ul:hover, li.active.master_ui_list .has-ul:focus {
    background-color: #9d3220 !important;
}

li.active.master_ui_list li {
    padding: 0px !important;
}

li.active.master_ui_list ul a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.master_accordion .panel-heading,.master_accordion_layer .panel-heading,.active.master_accordion.master_accordion_visi  .panel-heading{
    /*padding: 12px 20px;*/
        background: #f9f6f6;
    border: none;
    padding:0px;
}

.active.master_accordion.master_accordion_visi .panel-heading,
.master_accordion_layer .panel-heading:hover {
    background: orange;
    color: #fff;
}
.master_accordion_layer .panel-heading .collapse_layer {
    padding: 12px 20px;
}
.collapse_layer.show_menu {
    background-color: orange !important;
    color: #fff !important;
}
.master_accordion {
    background:transparent;
    border:0;
}
.master_accordion_layer {
    margin: 0;
}
.master_accordion .panel-title, .master_accordion .panel-title a:hover {
    background-color: transparent !important;
}
.master_accordion_layer a {
    background: transparent !important;
    color: inherit !important;
}
.master_accordion.master_accordion_visi .panel-title a,.active.master_accordion.master_accordion_visi .panel-title a {
    color: #fff !important;
}
.master_accordion .panel,.master_accordion_layer .panel {
    border: none;
        box-shadow: none;
}
.master_accordion .panel-heading:hover{
    background:#fa9e23;
}
.master_accordion_layer a {
    background: transparent !important;
    color: inherit !important;
}

/*addedsumit*/
.othersp{
     margin-top: 14px;
}

.curloc_box {
    color: #ff5722;
    margin-top: 10px;
    position: relative;
    font-size: 10px;

}

.location_map iframe {
    width: 100%;
    height: 350px;
}

.modal-footer button {
    width: 25%;
    border-radius: 25px;
}

.modal-footer {
    padding: 10px !important;
    text-align: center !important;
}
/*end sumit*/

/*sumit view ticket*/
.table_pare {
    position:relative;
}

.table_layer {
    width: 68%;
}

.simi_rec_layr {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #ddd;
    padding-left: 10px;
    overflow-y: auto;
}
.simi_rec_tit {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    position: sticky;
    top: 0px;
    background: #fff;
}

.rec_child:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
/*sumit viewticket*/
/*map*/
div#map {
    position: relative;
    overflow: hidden;
    height: 400px;
}
a.chosen-single {
    margin-top: 20px !important;
}
button#btnGoogleMap {
    margin-top: -34px;
    border-radius: 5px;
    width: 100%;
    position: relative;
}
/*chart sumit*/

.charthead1 {
 
    padding: 5px;
    text-transform: uppercase;
    background-color: #ff9800ad;
    color: white;
}
.charthead2 {
    padding: 5px;
    text-transform: uppercase;
    background-color: #ff9800ad;
    color: white;
}
.charthead3 {
    padding: 13px;
    text-transform: uppercase;
    background-color: #ff9800ad;
    color: white;
}
.panel-body.footerbox {
    margin-bottom: 23px ! important;
        margin: 8px;
            text-align: center;
}
.col-md-12 .mrgnbtm18px {
    margin-bottom : 18px !important;
}
div#StatusTable_wrapper {
    padding-top: 15px;
    
}
.spandashboad_devation{
    display : grid;
    font-size:38px;
}

.btn-import {
    background-color: #c73426;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    /* margin: 15px 25px; */
    cursor: pointer;
    border-radius: 8px;
    border: 2px solid #c73426;
    margin-right: 10px;
     margin-left: 21px;
    margin-top: 16px;
        }

       .right-side {
            /*float: right;*/
            /*margin-top: -38px;*/
            margin-right: 10px;
            display:-webkit-inline-box;
        }

        .file_sec {
            margin: 20px 10px 30px 10px;
        }

        .box {
            padding: 20px 10px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .fle-upload {
            display: inline;
        }

        .file_upload {
            width: 50%;
            margin-left: 10px;
        }
          input.form-control.file_upload{
                height: 42px;
                padding-top: 3%;
                width: 100%;
        }
          .table_cal_btn {
    display: initial;
}
@media only screen and (max-width: 320px) {
.modal-footer button {
    width: 50%;
    border-radius: 25px;
}
}
@media only screen and (max-width: 425px){
    .right-side{
            display:inline-block;
            text-align: center;
    }
    .modal-footer button {
    width: 50%;
    border-radius: 25px;
}
    input.form-control.file_upload{
            height: 42px;
    padding-top: 10PX;
    width: 100%;
    }
    .modal.left .modal-dialog, .modal.right .modal-dialog{
            width: 321px !important;
    }
    .file_sec{
            margin: 0px 0px 0px 0px;
    }
    .inbutnap {
    margin-left: 70px !important;
        margin-bottom: 10%;
}
    button.btn-import.equipcls1 {
    margin: 11px 2px 0px 2px;
        margin-bottom: 10px;
}
    .refersh-icon {
    width: 15%;
}

    }
.page-title{
        padding: 5px 6px 21px 0;
            font-size: 12px;
}
.dashboad_title{
    padding:12px 7px 21px 0;
}
.charthead3 {
    padding: 15px;

}
.charthead4{

        padding: 15px;

           }

.export_btnpart{
    margin-left:90px;
    margin-top: 36px;
}


table.dataTable tbody th, table.dataTable tbody td{
    padding: 10px 25px !important;
}
table.dataTable, table.dataTable th, table.dataTable td{
        box-sizing: initial ;
}

/*dashboard 3rd dec*/
.carddash{
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  /*height: 350px;*/
  margin: 22px;
  position: relative;
  width: 273px;
}




.dashboardcard-1 {
 box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
/*.dashboardcard-1:hover{
     box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}*/
.listdash_ui {
    /*display: flex;*/
        margin-top: -18px;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    width: 100%;
    flex: 0 0 100%;
  
       
}
.list__itemdash {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    padding: 0px 20px;
        border-radius: 18px;
}
.list__item__avatar {
    position: relative;
    width: 50px;
    height: 50px;
    left: 0;
    /*background-color:rgb(255, 185, 83);*/
    border-radius: 50%;
}
.cardlist_numb {
      margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
}
.chartdash_para {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 8px;
    font-weight: 700;
   COLOR: #fff;
}
.colr_pickerdash1 {
    background:#6b519d;
    color: #fff;
}
.colr_pickerdash2{ 
   background: #f98037;
    color: #fff;
}
.colr_pickerdash3{
    background: #ffb439;
    color: #fff;
}
.colr_pickerdash4{
    background: #a2ce54;
    color: #fff;
}
 .colr_pickerdash5{
    BACKGROUND: #00b1bb;
    COLOR: #FFF;
}
 .chartdash_para:hover{
     color:#fff;
 }
 .chartheaddash1{
         color: #000000;
    font-weight: bold;
    font-size: 16px;
        text-transform: uppercase;
 }
  .chartheaddash2{
         color: #000000;
    font-weight: bold;
    font-size: 16px;
        text-transform: uppercase;
 }



@media screen and (max-width: 425px) {
.fasia_modl_con {
    height: 96vh;
    overflow: scroll;
}
.col-md-3.space_betpart {
    margin-bottom: -18px;
}
.modal-footer button {
    width: 50% !important;
    border-radius: 25px !important;
}
.dashboad_con{
    display:block;
}

}


@media screen and (max-width: 320px) {
    .modal-part{
        margin-left: -5px !important;
}

}