fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed;
}

.w-100p{
    width:100%;
}
.w-80p{
    width:80%;
}

body {
    font-family: Roboto, Open-Sans, sans-serif;
}

/* --------------------
Navbar 
*/
.site-title {
    color: #222;
    font-weight: 400;
    font-size: 1.2em;
    padding-top: 8px;
    width: calc(100% - 210px);
    text-overflow: ellipsis;
    float: left;
    white-space: nowrap;
    overflow: hidden;
}

.site-title:hover {
    color: #222;
    text-decoration: none;
}

.site-title img {
    height: 40px;
    margin-top: -3px;
}

.site-title .short-title {
    display: none;
}

@media (max-width:460px) {
    .site-title {
        width: auto;
    }

    .site-title .long-title {
        display: none;
    }

    /*    .site-title .short-title {
            display: inline-block;
        }*/
}

.navbar-right > li > .dropdown-menu {
    width: 250px;
    right: 0;
    left: auto;
}
.navbar-right{
    width: 250px;
}
.dropdown-menu li a, .dropdown-menu .dropdown-header {
    white-space: normal;
}

/* --------------------
Footer 
*/
footer {
    border-top: 1px solid #e7e7e7;
    background: #f8f8f8; /* #303030; */
    color: #333; /* #fff; */
    text-align: center;
    padding: 10px;
    font-size: 0.85em;
    min-height: 44px;
}

footer p {
    margin: 0;
}

footer a {
    color: #333;
    text-decoration: underline;
    padding: 0 5px;
}

footer a:hover {
    color: #666;
}

/* --------------------
Datatables 
*/
table.dataTable>thead>tr>th:not(.no-sort) {
    padding-left: 25px !important;
    padding-right: 26px !important;
}

table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
    left: 6px;
}

/* --------------------
Select2 
*/
.select2-container--bootstrap .select2-results__group {
    background-color: #efefef;
}

/* --------------------
Forms 
*/
.form-horizontal .control-label {
    text-align: left;
}

.form-group-btn {
    margin: 30px 0;
}

/* --------------------
Accordion 
*/
.accordion [data-toggle="collapse"] {
    padding-right: 30px;
}

.accordion [data-toggle="collapse"] .accordion-icon {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    margin-right: -20px;
}

.accordion [data-toggle="collapse"] .accordion-icon:after {
    content: "\f077";
}

.accordion [data-toggle="collapse"].collapsed .accordion-icon:after {
    content: "\f078";
}

/* --------------------
Buttons 
*/
.btn:not(.btn-block, .note-btn)
    width: 90px;
}

.btn-w2:not(.btn-block) {
    width: 150px;
}

.btn-w3:not(.btn-block) {
    width: 220px;
}

.launch-btn-group .btn {
    width: 170px;
    height: 70px;
    white-space: normal;
}

.launch-btn-group .media-left {
    padding-right: 0;
}

.launch-btn-group .btn .media-object {
    width: 50px;
}

/* --------------------
Others 
*/
.fa, .far, .fas {
    margin-right: 5px;
}

.fa-info, .fa-info-circle {
    color: #3180c3;
}

.fa-warning {
    color:#F9BF3B;
}

.fa-exclamation-circle {
    color:#F30;
}

.fa-check-circle {
    color:#5CB85C;
}

.lowercase {
    text-transform: lowercase;
}

.text-center {
    text-align: center;
}

.date-input {
    border-radius: 5px;
    width: 80%;
    border: 1px solid #c3c3c3;
    height: 35px;
    padding-left: 8%;
    padding-right: 8%;
}

/* styles for sm-screen */
@media (max-width: 991px) {
    .text-center-sm {
        text-align: center;
    }
}

/* styles for xs-screen */
@media (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
}
/* Pop up styling overall the project */
.modal-header{
    padding: 10px 15px;
    display: block;
    text-align: left;
    background-color: #ededed;
    font-weight: bold;
    color: #1794c1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    width: auto;
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;"
}
.close{
    position: absolute;color: #03277C;
    right: 11px;
    top: 12px;
    font-size: 1.2rem;
    cursor: pointer;
}
.btn-fclose{
    background-color: #03277C;
    opacity: 0.65;
}
/* Pop up styling overall the project end */

.kpi_entry_wsa_entry_table td{
    padding: .75rem 0 !important;
}
.kpi_entry_wsa_entry_table thead th {

    padding: 0 .75rem !important;
}
.cursor-not-allowed{
    cursor: not-allowed !important;
}
.error-main-row{
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-family: Arial,Tahoma,Verdana, san-serif;
    font-size: 11pt;
    font-weight: normal;
    background-color: rgb(230,240,250) !important;
    margin: 5px;
    margin-top: 5px;
    margin-left:5px;
    margin-right: 0px;
    margin-bottom: 5px;

    /*background-image: url(../image/bgmain.gif);*/
}
.error-msg-title {
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: red;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none;
    text-align: center;
}
.error-title {
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none;
}
.bg-danger-custom{
    background-color: #f2dede !important;
}

/*------------------------------------------------------------------
[1. Layout]
*/
.bottomMargin{
    margin-bottom:80px;
}

.pull-right3{
    margin-left:3px;
    margin-right:0px;
    margin-top:6px!important;
}


.panel-default .panel-heading {
    border-bottom: 1px solid transparent;
    padding: 1px 15px;
    background-color:#1794c1;
}

.panel-default .panel-heading h4{
    color:white!important;
    font-weight:bold;
}
.panel-default .panel-heading h4 small{
    color:white!important;
}
.panel-default .panel-heading a{
    color:white!important;
    font-weight:bold;
    text-decoration: none;
}
.panel-default .panel-heading a td{
    padding-top: 15px;
    padding-bottom: 15px;
}

/*------------------------------------------------------------------

[3. Sidebar]

@media (max-width: 990px){
    #sidebar-wrapper {
        /*margin-top:-5px;*/
}
}

#wrapper {
    margin-top: 50px;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}

#wrapper.toggled {
    padding-left: 280px;
    overflow: hidden;
}

#sidebar-wrapper {
    position: fixed;
    left: 300px;
    width: 0;
    z-index: 1;
    min-height:100%;
    /*height: 1100px;*/
    /*height:100%;*/
    margin-left: -300px;
    background: #0180B0;
    /*background: #2C5D98;*/
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-x:hidden;
}
#wrapper.toggled #sidebar-wrapper {
    width: 300px;
}

#page-content-wrapper {
    position: absolute;
    padding: 15px;
    width: 100%;
    overflow-x: hidden;
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0px;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 300px;
    margin: 0;
    padding: 10px 0 100px 0;
    list-style: none;
    margin-top: 2px;
}

.sidebar-nav .nav-list {
    list-style-type: none;
    margin-left: -45px;
    width: 300px;
}
.sidebar-dark ul li a:hover, .sidebar-dark ul .active a {
    color: #F88017 !important;
    background: #0000006e !important;
}
.sidebar-dark ul ul a {
    background: none !important;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 1.1em;
    padding: 10px 15px;
}

.sidebar-nav li a:hover {
    color: #F88017;
    background-color:transparent;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
    background-color: #026082!important;
}

.sidebar-nav li a i {
    margin-right: 10px;
    font-size: 1.3em;
    min-width: 1.3em;
}

.sidebar-nav li a .caret {
    margin: 0.6em 5px;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #ffffff;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.sidebar-wrapper > .sidebar-nav li.open > ul {
    background: none repeat scroll 0 0 #FFCCFF;
    border-color: transparent;
}


.dropdown-menu {
    min-width:100px!important;
}

#sidebar-wrapper .dropdown-menu > li > a {
    color: white;
}


@media(min-width:768px) {
    #wrapper {
        padding-left: 280px;
    }
    /*    .fixed-brand{
            width: 280px;
        }*/
    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 280px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 280px;
    }
    #wrapper.toggled-2 #sidebar-wrapper {
        width: 50px;
    }
    #wrapper.toggled-2 #sidebar-wrapper:hover {
        width: 280px;
    }


    #page-content-wrapper {
        /*padding: 10px;*/
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        padding-left: 280px;
    }
    #wrapper.toggled-2 #page-content-wrapper {
        position: relative;
        margin-right: 0;
        margin-left: -230px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: auto;

    }
}

#sidebar-wrapper .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin: 0;
    padding: 5px 0;
//background-color: #046b91;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#sidebar-wrapper .open > a > .menu-label b.caret {
    border-top: none;
    border-bottom: 4px solid;
}

#sidebar-wrapper .open .dropdown-menu > li > a {
    padding: 5px 15px 10px 50px;
}



/*------------------------------------------------------------------
[4. Navbar]
*/
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
    border-left: #F88017 2px solid;
}

.navbar-default .navbar-toggle2 {
    border-color: white;
    padding-bottom: 10px;
    color:white;
}

.navbar-toggle2{
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    margin-right: 20px;
    margin-left:20px;
    padding-top:10px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    position: relative;
    margin-left:10px;
    margin-top: -8px;
}

.top-bar {
    float: left;
    margin: 5px 0 0 10px;
}


.top-bar > li {
    display: inline-block;
}

.top-bar > li > a {
    padding: 0 5px;
    /*height: 50px;*/
    line-height: 50px;
    font-size: 1.15rem;
}

.top-bar > li > a > i {
    font-size: 30px;
    color: #777;
}

.top-bar > li > a img {
    margin-right: 3px;
    width: 40px;
}

.top-bar > li > a:focus,
.top-bar > li > a:hover {
    background-color: transparent;
}

.top-bar > li > a.dropdown-toggle {
    height: 64px;
    line-height: 55px;
}

.top-bar > li > a.dropdown-toggle img {
    margin-top: -2px;
    margin-right: 3px;
    max-width: 30px;
    display: inline-block !important;
}

.navbar{
    margin-bottom:0px!important;
    min-height:50px;
}



.nav-list li a {
    text-decoration: none;
    display: block;
    /*padding: 10px;*/
    cursor: pointer;
    /*border-bottom: 1px solid #515151 !important;*/
    color: #fff;

}


.nav-list > li > a {
    color: #666666 !important;
}

.nav-list > li > a:hover {

    background-color: #00BCD4;
    color: #ffffff !important;
}

.nav-list .nav-list {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list .nav-list a {
    position: relative;
    display: block;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1em;
}

.nav-list .nav-list a:before {
    background: #666666;
    bottom: auto;
    content: "";
    height: 8px;
    left:   9px;
    margin-top: 7px;
    position: absolute;
    right: auto;
    width: 8px;
    border-radius: 50%;
}

.nav-list .nav-list a:after {
    border-left: 0.1em solid #666666;
    bottom: 0;
    content: "";
    left: 12px;
    position: absolute;
    top: 0;
}
.sidebar-color{
    background-color: #cccccc !important;
}

.content-wrapper {
    background: #FFFFFF !important;
}
.breadcrumb_container {
    background: #F5F5F5;
    border-radius: 5px;
    padding: 8px;
    color: #868686;
    margin-bottom: 7px;
}
.module_name {
    color: #666666 !important;
}
.navbar-white {
    background-color: #F8F8F8 !important;
}
.sidebar-color {
    background-color: #CCCCCC !important;
}
/*.bc_each {
    padding: 5px;
}*/
.sidebar a:hover {
    background-color: #00BCD4 !important;
    color: #ffffff !important;
}
.bg-color{
    background-color: #00BCD4 !important;
}
.main-sidebar .brand-text, .main-sidebar .logo-xl, .main-sidebar .logo-xs, .sidebar .nav-link p, .sidebar .user-panel .info {
     letter-spacing: -0.5px;
}

.btn-primary:hover {
    background-color: #026082 !important;
    border-color: #026082 !important;
}

.btn-primary {
    background-color: #0180B0 !important;
    border-color: #0180B0 !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.btn-danger:hover {
    color: #fff !important;
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
}

.btn-success {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}
.btn-success:hover {
    color: #fff !important;
    background-color: #449d44 !important;
    border-color: #398439 !important;
}
.btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}
.btn-default:hover {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}

.breadcrumb_container{
    padding-left: 1rem!important;
}
.breadcrumb_container a{
    color: #0180B0 !important;
}
.breadcrumb_container a:hover{
    color: #0056b3 !important;
    text-decoration: none !important;
}

input[type="file"] {
      display: block;
    }
    .imageThumb {
      max-height: 75px;
      border: 2px solid;
      padding: 1px;
      cursor: pointer;
    }
    .pip {
      display: inline-block;
      margin: 10px 10px 0 0;
    }
    .remove {
      display: block;
      background: #444;
      border: 1px solid black;
      color: white;
      text-align: center;
      cursor: pointer;
    }
    .remove:hover {
      background: white;
      color: black;
    }
#manual_paging, .first, .last {
    display: none !important;
}
.previous {
    border: 1px solid #CCC;
    border-radius: 5px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-item {
    border: 1px solid #CCC;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}
li.active a {
    border: 1px solid #2196f3 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 32px !important;
    width: 38px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #FFF !important;
}
/*.pagination>.page-item>.page-link:hover {
    color : #2196F3 !important;
}*/
.pagination>.page-item>.page-link {
    color : #2196F3 !important;
}
.pagination>.page-item.active>a {
    color : #FFF !important;
}
li.disabled, li.disabled a {
    border: 1px solid #CCC;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #CCC !important;
    border-right: 0;
}
.page-item.disabled .page-link {
    color: #747474 !important;
}
#data_table_next {
    border-right: 1px solid #CCC;   
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#data_table_previous a {
     text-transform: capitalize;
}
#data_table_next a {
     text-transform: capitalize;
}
.pagination>.page-item.active>a {
    border-radius: 0px !important;
}
.page-link:focus {
    box-shadow: none !important;
}
.col-sm-6 .btn:not(.btn-block) {
    width: 111px;
    padding: 2px;
}
.select2-container--default .select2-dropdown .select2-search__field:focus, .select2-container--default .select2-search--inline .select2-search__field:focus {
    border: 1px solid transparent !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #AAAAAA !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 2px solid #FFF !important;
    color: #FFF !important;
    left: -5px !important;
    font-size: 20px !important;
    top: -4px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    left: 10px !important;
    margin-left: 15px !important;
}
.select2-search__field{
    border: none !important;
}
.select2-selection__choice{
    border-color: transparent !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #000000 !important;
}
.filter_each_container { 
    border: 1px solid #d6d6d6;
    border-radius: 100px;
    padding: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 59px !important;
}
.filter_each_container:hover { 
    border: 1px solid #009900;
    background: #009900;
    color: #FFF;
    cursor: pointer;
    font-weight: bold !important;
}
.menu_image_style {
    width: 20px;
    margin-right: 1px;
    margin-left: 4px;
}
/* fILTER STYLES START */
label.filter_container:hover{
    background-color: #CCCCCC !important;
   /* border: 3px solid #6c757d !important; */
    cursor: pointer;
    font-weight: bold !important;
}
/* fILTER STYLES END */
.inner_datatables_add_buttons{
    width: auto !important;
    margin-bottom: 20px;
}
.fs-12 {
    font-size: 12px !important;
}
/* CODE REVIEW STYLES START */
.col-form-label{
    font-weight: 400 !important;
}
/*SWEET ALERT CSS STARTS*/
.swal2-actions {
    justify-content: end !important;
    margin-top: 0px !important;
    flex-direction: row-reverse !important;
}

.sweet_hr {
    padding: 0 !important;
    margin: 5px !important;
}

.swal2-confirm {
    padding: 5px !important;
    width: 140px !important;
    color: #FFF !important;
    font-weight: normal !important;
}

.swal2-cancel {
    padding: 5px !important;
    width: 140px !important;
    border: 1px solid #ccc !important;
    color: #000 !important;
    font-weight: normal !important;
}

.swal2-title {
    margin-bottom: 60px !important;
}
.swal2-close {
    display: none !important;
}
.title_heading {
    font-weight: normal;
    font-size: 18px;
}
/*SWEET ALERT CSS ENDS*/
.filter_label_select_class {
    border: 2px solid green !important;
    color: green !important;
    font-weight: bold !important;
}
.filter_container {
    cursor: pointer;
}
/* CODE REVIEW home page style start */
.statistic_container {
    min-height: 130px !important;
    margin: 0 !important;
}

.statistic_header {
    min-height: 120px !important;
    /* border: 1px solid #AAA; */
    border-radius: 10px !important;
    margin: 15px 15px 0 15px !important;
    padding:10px !important;
    background-color: #FFF !important;
    -webkit-box-shadow: 5px 5px 15px 5px #ccc !important;
    box-shadow: 5px 5px 15px 5px #ccc !important;
    position:relative !important;
    display:flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-size: 1rem !important;
    text-align:center !important;
    font-weight: bold !important;
}

.statistic_header h1 {
    font-size: 2.75rem !important;
}

.statistic_chart {
    border-radius: 10px !important;
    margin: 15px 15px 0 15px !important;
    padding:10px !important;
    background-color: #FFF !important;
    -webkit-box-shadow: 5px 5px 15px 5px #ccc !important;
    box-shadow: 5px 5px 15px 5px #ccc !important;
}

.gradient_shine {
    background: #12c2e9 !important;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f64f59, #c471ed, #12c2e9) !important;  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF !important;
}

.gradient_rainbow_blue {
    background: #00F260 !important;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0575E6, #00F260) !important;  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0575E6, #00F260) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF !important;
}

.gradient_celestial {
    background: #C33764 !important;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1D2671, #C33764) !important;  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1D2671, #C33764) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF !important;
}

.gradient_hazel{
    background: #77A1D3 !important;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #E684AE, #79CBCA, #77A1D3) !important;  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #E684AE, #79CBCA, #77A1D3) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF !important;
}

.gradient_ukraine {
    background: #004FF9 !important;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFF94C, #004FF9) !important;  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFF94C, #004FF9) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF !important;
}

.gradient_blooker20 {
    background: #e65c00 !important;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F9D423, #e65c00) !important;  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #F9D423, #e65c00) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF !important;
}

.gradient_violet {
    background: #654ea3 !important;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #eaafc8, #654ea3) !important;  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #eaafc8, #654ea3) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF !important;
}
/* CODE REVIEW home page style end */

.draggable {
    cursor: move;
}
#btn_mykad_text.without-after-element:after {
    content: none !important;
}
.table_list td ,.table_list th {
    padding: 0.4rem !important;
}
.table_list input[type=checkbox], .table_list input[type=radio] {
    width: 20px;
    height: 20px;
}
.nav_active {
    background-color: #00BCD4 !important;
    color: #FFF !important;
    border-radius: 5px;
}
.nav-list > li > a.nav_active {
    color: #FFF !important;
}
.dt-buttons{
    margin-bottom: .5rem!important;
    float: right;
}
.dt-buttons .btn-secondary{
    margin-right: .5rem!important;
    background-color: #0180B0 !important;
    border-color: #0180B0 !important;

}
select.select_location_dropdown, select.select_ticket_name_dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
/* CODE REVIEW STYLES END */


.form-group label.filter_container
{
    padding-left: 10px !important;
    padding-right: 33px !important;
}
.border_header_border_bottom{
    border-bottom: 2px solid #DEE2E6;
}
.table_border_end {
    background: #DEE2E6;
    color: #DEE2E6;
    height: 1px;
}
.font_size_13{
    font-size: 13px !important;
}
.font_size_14{
    font-size: 14px !important;
}
.font_size_17{
    font-size: 17px !important;
}
.font_size_18{
    font-size: 18px !important;
}
.font_size_20{
    font-size: 20px !important;
}
.ticket_listing_date_range{
    width: 87% !important;
    float: left;
    border-radius: 78px !important;
    border: 2px solid #6C757D !important;
}
.date_range_main_btn{
    float:left;
    width:12%;
    position:relative;
    left:-42px;
    top:1px;
}
.main_btn_date {
    width: 100%;
    background-color:transparent !important;
}
.print_btn_filter_btn {
    background-color: #9c9c9c !important;
    color: white !important;
}
div.dt-top-container {
  display: grid;
  grid-template-columns: auto auto auto;
}

div.dt-center-in-div {
  margin: 0 auto;
}

div.dt-filter-spacer {
  margin: 10px 0;
}
.dt-center-in-div {
    display: none;
}
.custom_export_btn_container {
    position: relative;
    top: -29px;
    left: 500px;
    width: 344px;
}
.datatable_Export_to {
    width:110px !important;
    background-color:#5CB85C !important;
    border:none !important;
}
.report_type_each_row{
    display: flex;
    align-items: center;
}

div.dt-top-container {
  display: grid;
  grid-template-columns: auto auto auto;
}

div.dt-center-in-div {
  margin: 0 auto;
}

div.dt-filter-spacer {
  margin: 10px 0;
}
.dt-center-in-div {
    display: none;
}
table.t_o_c_table thead tr th, table.t_o_c_table thead tr th * {
    vertical-align: top;
}
@media print {
    .draggable {
        border: none !important;
    }
    html, body {
        height: 99% !important;
    }
}
.remove_borders_in_preview {
    border: none !important;
}
.login-or {
    position: relative;
    color: #888888;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}
.hr-or {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.login-panel-side {
    width: 100vw !important;
}
tfoot.tfoot_reports {
    display: none;
}
table tbody tr td{
    word-break: break-all;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.location_administraotr {
    width: 20px;
    height: 20px;
    margin-top: 15px;
}
.location_administrator_container {
    display: none;
}
.location_admin_span {
    position: relative;
    top: -5px;
}
.d-none-ni, div span.d-none-ni {
    display: none;
}
.agency_textarea_height {
    height: 110px;
}
.agency_logo_error_size {
    margin-bottom: 0px;color: #848484;
}
.agency_logo_error_extension {
    margin-bottom: 0px;
    display:block;
    color: #848484;
}
.pre_to_img_agency {
    display: none;
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    border-radius: 5px;
}
.remove_agency_logo_option {
    display: none;
    cursor: pointer;
}
.fs-25 {
    font-size: 25px !important;
}
.pre_to_img_edit_agency {
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    border-radius: 5px;
}
.sarawak_yes_no_radio_container {
    display: flex;
    align-items: center;
}
.sarawak_main_radio_options {
    width:20px;
    height:20px;
}
.spacing_between_radio_and_container {
    margin: 3px;
}
.agency_static_m_before_fields {
    max-width: 39px;
}
.w-auto-im {
    width: auto !important;
}
.cursor_pointer {
    cursor: pointer;
}
.agency_down_arrow {
    position: relative;
    float: right;
    right: 0%;
}
.agency_down_up {
    position: relative;
    float: right;
    right: 0%;
    display: none;
}
.m-top-20 {
    margin-top: 20px;
}
.w-50-im{
    width:50px;
}
.export_to_btn_container {
    width:110px !important;
    background-color:#5CB85C !important;
    border:none !important;
}
.locationselect_response_container {
    position: relative;
    width:100%;
}
.only_word_break {
    word-break: break-word;
}
.border-ccc {
    border-color: #cccccc
}
.w_td_7 {
    width: 7%;
}
.w_td_20 {
    width: 20%;
    text-align: right;
}
.w_td_5 {
    width: 5%;
}
.w_td_15 {
    width: 15%;
}
.w_td_40 {
    width: 40%;
}
.w_td_16 {
    width: 16%;
}
.w_td_6 {
    width: 6%;
}
.w_td_13 {
    width: 13%;
}
.separateo_cart {
    background: #F7F7F5;
    height: 2px;
    margin: 10px 0 10px 0;
}
.ticket_t_qty_container {
    width:28%;
    font-size:15px;
}
.container_top_15 {
    margin-top: -14px;
}
.sarawak_payment_option_dropdown{
    background-color: #00BCD4 !important;color: white;
}
.bottom_row_conainer {
    width: 100%;
    z-index: 200;
}
.draggable_only_preview{
    border: none !important;
    cursor: default !important;
}
@media print {
    html, body {
        height: 90%;
    }
	.page_break_in_printing {
		page-break-after: always;
		break-after: always;
	}
}
.w-94-perecntag {
    width: 94% !important;
}
.w-49-perecntag {
    width: 49% !important;
}
.transaction_date_ticket {
    text-align: right;
    width: 50% !important;
}
.position_relative {
    position: relative;
    height: 100px;
}
.ticket_printing_image_show{
    margin-top: -9px !important;
    display: block;
}
.free_text_ticket_printing{
    line-height: 27px;
    overflow: hidden;
    word-break: break-word;
    height: 85px;
}
.ticket_reference_number_printing{
    position: absolute;
    top: 408px;
    right: 30px;
    font-weight: bold;
    color: #000;
}
.ticket_receipt_printing{
    position: absolute;
    top: 424px;
    right: 30px;
    font-weight: bold;
    color: #000;
}

.ticket_receipt_printing_left{
    position: absolute;
    top: 424px;
    left: 15px;
    font-weight: bold;
    color: #000;
}
.ticket_price_printing{
    position: absolute;
    top: 438px;
    right: 30px;
    font-weight: bold;
    color: #000;
}

.ticket_price_printing_left{
    position: absolute;
    top: 438px;
    left: 15px;
    font-weight: bold;
    color: #000;
}
.ticket_date_printing_left{
    position: absolute;
    top: 392px;
    left: 15px;
    font-weight: bold;
    color: #000;
}
.ticket_date_printing{
    position: absolute;
    top: 392px;
    right: 30px;
    font-weight: bold;
    color: #000;
}
.ticket_reference_number_printing_left{
    position: absolute;
    top: 408px;
    left: 15px;
    font-weight: bold;
    color: #000;
}
.ticket_solds {
    background:#EDEDED;
    border:5px solid #5F94D3;
    color:#4181D3;
}
.location_show_uploaded_image {
    display: none; width: 50px; height: 50px;border: 2px solid #000;border-radius: 5px;
}
.logo_show_dynamically{
    width: 50px; height: 50px;border: 2px solid #000;border-radius: 5px;
}
.agency_show_all_uneder_location {
    position:absolute;top: 1px;left: 36px;line-height: 17px;
}
.width_auto_i {
    width: auto !important;
}
@media only screen and (min-width: 1440px) and (max-width: 5000px) {
    div .date_range {
        margin-left: -100px !important;
    }
}
.date_range_reprint_report {
    width: 87% !important;
    float: left;
    border-radius: 78px !important;
    border: 1px solid #6C757D !important;
}
.second_date_range {
    float:left;width:12%;position:relative;left:-42px;top:1px;
}
.date_Range_btn_reprint{
    width: 100% !important;
    background-color: transparent !important;
}
#data_table_wrapper #data_table .thead_styling {
    padding-left: 6px !important;
    padding-right: 19px !important;
    font-size: 0.8rem !important;
}
.table_export_footer_styleing{
    font-size:16px;font-weight:normal;line-height:2;
}
.w-140-reprint_report {
    width: 140px !important;
}
.reprint_rcport_to_btn {
    width: 110px !important;
    background-color: #5CB85C !important;
    border: none !important;
}
.system_info_container{
    text-align: center;justify-content:center;align-items:center;
}
.location_admin_modal_labels{
    font-size: 16px;
    font-weight: normal !important;
}
.bootstrap_modal_head_custom {
    background:transparent;border-bottom:0;
}
.bootstrap_modal_head_custom_detail {
    background:transparent;border-bottom:0; color: #007FAD;
}
.bootstrap_modal_title_custom {
    text-align:center;width:100%;color: #000;
}
.custom_bg_color {
    background-color: #F5F5F5;
}
.custom_bg_color_normal {
    background-color: #F5F5F5; font-weight: normal;
}
.font-weight_normal{
    font-weight: normal;
}
.custom_role_description{
    color: red; display: none;
}
.no_border_custom {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
}
.roles_td_heading {
    border: none !important;
    text-align: center;
}
.width-135px{
    width:135px !important;
}
.font_size_color_template{
    font-size:15px !important;
    color:#4586CF !important;
}
.width-120px{
    width:120px !important;
}
.ticket_Cancel_remarks_custom_height {
    height: 160px;
}
.custom_max_character_limit{
    float: right;
    display: block;
    color: #007FAD;
    font-size: 13px;
}
.transaction_reference_text {
    padding-top: 7px;
    color: #007FAD;
    font-weight: 500;
}
.spay_admin_url {
    color: #007FAD;
    padding: 5px;
}
.container_for_transaction_numbers {
    display: none;
}
#spay_transaction_number {
    cursor: not-allowed;
}
tbody tr td {
    word-break: normal !important;
}
#generate_tickets_loader {
    position: fixed;
    text-align: center;
    background: #00bcd0db;
    width: 500px;
    left: 0;
    right: 0;
    margin: 99px auto;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px;
    font-size: 18px;
}
.ticket_generation_loader_icon {
    width: 50px;
}
th.text-right.datatable_aling_text.sorting {
    padding-right: 26px !important;
}
textarea.newly_created_element_styling::-webkit-input-placeholder {
    color: #00BCD4 !important;
    opacity: 1 !important;
}
input[type="text"].newly_created_element_styling::-webkit-input-placeholder {
    color: #00BCD4 !important;
    opacity: 1 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    max-width: 96% !important;
}
.form-control[readonly] {
    background-color: transparent !important;
    cursor: not-allowed !important;
}
.cta_container_main, .location_data_container, .agency_data_container, .location_data_container_spay {
    display: none;
}
.delete_icons_styling {
    color: red;
    cursor: pointer;
}
.module_heading {
    font-size: 20px;
    text-decoration: none;
    color: #0000FF;
}
.module_heading:hover {
    text-decoration: underline;
}
.more_text {
    color: #0000FF;
    cursor: pointer;
}
.more_text:hover {
    text-decoration: underline;
}
.ui-widget-content p {
    margin: 0px !important;
}
.cc_bcc_to_email_container {
    border: 1px solid #CCC;
    border-left: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.cc_bcc_to_email {
    margin: 0;
    line-height: 32px;
}


/* Amended design by SAINS */
body, .content-wrapper {
    background: #FAFAFA !important;
}
.breadcrumb_container {
    background: #FAFAFA;
}
.module_name {
    color: #212832 !important;
}
.sidebar-color {
    background-color: #F2F2F2 !important;
}
.sidebar a:hover {
    background-color: #4DBFA1 !important;
}
.bg-color{
    background-color: #F2F2F2 !important;
}
.nav_active {
    background-color: #46AD92 !important;
}
.ticket_solds {
    background:#D3D4D6;
    color:#212832;
    border-radius: 5px;
    border: none;
}
.side-menu-header{
    padding-right: 0;
}

.system-name-text{
    color: #189877;
    font-size: 2rem;
    font-weight: bold;
}

[class*=sidebar-dark] .brand-link{
    border-bottom: none !important;
}

/*.content-wrapper>.content {
    background-color: #FAFAFA; !important;
}*/

.main-sidebar {
    box-shadow: 1px 0 3px rgb(0 0 0 / 15%);
    font-family: Roboto, Open-Sans, sans-serif;
    
}

.sidebar {
    padding-left: 0.3rem !important;
}

.main-header {
    border-bottom: none !important;
    box-shadow: 1px 0 3px rgb(0 0 0 / 15%);
}

.nav-sidebar>.nav-item {
    padding: 0 0.5rem;
}

.table-responsive {
    padding: 0 1rem;
}

.content{
    font-family: Roboto, Open-Sans, sans-serif;
}

::-webkit-input-placeholder {
   font-style: italic;
   font-weight: normal;
}
:-moz-placeholder {
   font-style: italic;  
   font-weight: normal;
}
::-moz-placeholder {
   font-style: italic; 
   font-weight: normal; 
}
:-ms-input-placeholder {  
   font-style: italic; 
   font-weight: normal;
}

.btn-default{
    background-color: #D3D4D6 !important;
    border: none !important;
}

.btn-primary{
    background-color: #0C73B6 !important;
}

.btn-secondary.sidebar-color{
    background-color: #CCCCCC !important;
}

.btn-secondary.sidebar-color.date_Range_btn_reprint, .btn-secondary.sidebar-color.main_btn_date  {
    background-color: transparent !important;
}
.date_range_reprint_report, .ticket_listing_date_range {
    border-radius: 5px !important;
}

.table {
    background-color: #FFFFFF !important;
}
.side-menu-title{
    color: #212832;
    font-weight: bold;
    font-size: 1.8rem;
}
.form-group .rounded-pill{
    border-radius: 5px !important;
    background-color: #FFF;
}
/* icons */
.ui-icon-home:before {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.3.1  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 44.2' style='enable-background:new 0 0 45 44.2%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%2360AB92%3B%7D.st1%7Bfill:%23707070%3B%7D%3C/style%3E%3Cpath class='st0' d='M43.9 25.6L22.8 9.2c-0.2-0.1-0.4-0.1-0.6 0L1.1 25.6c-0.3 0.2-0.7 0-0.7-0.4v-5.8c0-0.1 0.1-0.3 0.2-0.4L22.2 2.2c0.2-0.1 0.4-0.1 0.6 0L44.5 19c0.1 0.1 0.2 0.2 0.2 0.4v5.8C44.7 25.6 44.2 25.8 43.9 25.6z'/%3E%3Cpath class='st1' d='M39.1 26.1v15c0 0.6-0.5 1.1-1.1 1.1h-9c-0.6 0-1.1-0.5-1.1-1.1v-9c0-0.6-0.5-1.1-1.1-1.1h-9c-0.6 0-1.1 0.5-1.1 1.1v9c0 0.6-0.5 1.1-1.1 1.1h-9c-0.6 0-1.1-0.5-1.1-1.1v-15c0-0.3 0.2-0.6 0.4-0.8l15.6-11.7c0.4-0.3 0.9-0.3 1.3 0l15.6 11.7C39 25.4 39.1 25.7 39.1 26.1z'/%3E%3C/svg%3E");
    display: inline-block;
    width: 20px;
} 
.nav_active .ui-icon-home:before, .nav-list > li > a:hover .ui-icon-home:before{
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.3.1  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 44.2' style='enable-background:new 0 0 45 44.2%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23222832%3B%7D.st1%7Bfill:%23F4F4FF%3B%7D%3C/style%3E%3Cg%3E%3Cpath class='st1' d='M43.9 25.6L22.8 9.2c-0.2-0.1-0.4-0.1-0.6 0L1.1 25.6c-0.3 0.2-0.7 0-0.7-0.4v-5.8c0-0.1 0.1-0.3 0.2-0.4L22.2 2.2c0.2-0.1 0.4-0.1 0.6 0L44.5 19c0.1 0.1 0.2 0.2 0.2 0.4v5.8C44.7 25.6 44.2 25.8 43.9 25.6z'/%3E%3Cpath class='st1' d='M39.1 26.1v15c0 0.6-0.5 1.1-1.1 1.1h-9c-0.6 0-1.1-0.5-1.1-1.1v-9c0-0.6-0.5-1.1-1.1-1.1h-9c-0.6 0-1.1 0.5-1.1 1.1v9c0 0.6-0.5 1.1-1.1 1.1h-9c-0.6 0-1.1-0.5-1.1-1.1v-15c0-0.3 0.2-0.6 0.4-0.8l15.6-11.7c0.4-0.3 0.9-0.3 1.3 0l15.6 11.7C39 25.4 39.1 25.7 39.1 26.1z'/%3E%3C/g%3E%3C/svg%3E");
} 

.ui-icon-sys-config:before {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.3.1  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 44.2' style='enable-background:new 0 0 45 44.2%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23F4F4FF%3B%7D.st1%7Bfill:none%3Bstroke:%23F4F4FF%3Bstroke-width:3%3Bstroke-linecap:round%3Bstroke-miterlimit:10%3B%7D.st2%7Bfill:%23707070%3B%7D.st3%7Bfill:%2360AB92%3B%7D%3C/style%3E%3Cg%3E%3Cpath id='Path_13' class='st2' d='M44.8 15.8l-1.7 3.5c-1.3-0.6-2.4-1.3-4-0.1c-1.6 1.2-1.4 2.4-1 3.9L34 23.7c-0.2-1.4 0-2.7-1.9-3.5c-1.8-0.7-2.7 0-3.9 1l-2.5-3.3c1-1 2.4-1.5 2.1-3.5c-0.3-1.9-1.4-2.3-2.9-2.8l1.6-3.8C27.9 8.3 29 9 30.6 7.8c1.6-1.2 1.2-2.4 1-3.9l4-0.5c0.2 0.5 0.2 1 0.3 1.5c-0.1 1 0.6 1.3 1.3 1.8c1.2 1 3.1 0.8 4-0.5c0.1-0.1 0.2-0.2 0.2-0.4l2.6 3.4c-0.4 0.3-0.8 0.6-1.2 0.8c-0.9 0.5-1 1.3-1 2.2c-0.2 1.5 0.9 2.9 2.4 3.1c0.2 0.1 0.3 0.1 0.5 0.2L44.8 15.8z M34.9 17.5c2.2 0 3.9-1.8 3.9-4c0-2.2-1.8-3.9-4-3.9c-2.2 0-4 1.8-4 4C30.9 15.8 32.7 17.5 34.9 17.5'/%3E%3Cpath id='Path_14' class='st2' d='M10.2 8.7c1.3 0 2.5 0 3.8 0c0.2 0 0.4 0.4 0.4 0.6c-0.2 1.5 0.6 2.2 1.9 2.7c0.8 0.2 1.3 0.3 1.9-0.3c0.3-0.3 0.7-0.6 1.1-0.9l2.9 3l-1.1 1.3c-0.1 0.1-0.2 0.2-0.3 0.4c0 1.1 0.5 2.2 1.3 3c0.5 0.1 1.1 0.1 1.6 0.2c0.2 0 0.6 0.3 0.6 0.5c0 1.2 0 2.4 0 3.7c-0.5 0.1-1 0.2-1.5 0.2c-0.8 0-1.1 0.4-1.5 1.1c-0.7 1.3-0.7 2.3 0.5 3.3c0.2 0.2 0.3 0.3 0.4 0.5l-2.9 2.9c-0.1 0-0.2 0-0.2-0.1c-0.8-1.3-2.4-1.6-3.7-0.8c-0.1 0.1-0.2 0.1-0.3 0.2c-0.4 0.2-0.6 0.4-0.7 0.9c0 0.6-0.1 1.3-0.2 2h-4.1c-0.1-0.7-0.1-1.4-0.2-2.1c0-0.2-0.3-0.4-0.4-0.7c0 0-0.1 0-0.1 0c-1.6-1-3.1-1-4.2 0.7l-3-3.1c0.3-0.5 0.7-0.9 1.1-1.3c0.5-0.5 0.4-0.9 0.2-1.4c-0.1-1.4-1.4-2.4-2.8-2.3c-0.1 0-0.2 0-0.3 0.1c-0.1 0-0.2 0-0.3-0.1v-4.1c1.2-0.4 2.5 0.1 3.2-1.6c0.7-1.8-0.5-2.4-1.1-3.4l2.9-2.9c0.1 0 0.2 0.1 0.3 0.2c1.9 1.5 1.9 1.5 4.1 0.3c0.2-0.1 0.4-0.4 0.4-0.6C10.1 10.1 10.1 9.4 10.2 8.7 M12.3 15.5c-3 0-5.4 2.4-5.4 5.3c0 0 0 0 0 0c0.1 2.9 2.4 5.3 5.3 5.4c3 0 5.4-2.4 5.4-5.4C17.6 17.9 15.3 15.5 12.3 15.5C12.3 15.5 12.3 15.5 12.3 15.5'/%3E%3Cpath id='Path_15' class='st3' d='M23.3 27.5l2.6-2c0.7 0.9 1.2 1.9 2.8 1.7s1.8-1.2 2.3-2.3l3 1.3c-0.5 1.1-1 2-0.1 3.2c0.9 1.2 1.9 1 3.1 0.8l0.4 3.3c-1.1 0.2-2.2 0.1-2.8 1.6c-0.6 1.4 0 2.2 0.9 3.1l-2.6 2c-0.8-0.8-1.1-1.9-2.7-1.7c-1.6 0.2-1.8 1.1-2.3 2.3l-3-1.3c0.2-1.1 1.1-1.9 0.1-3.2c-0.7-1-2-1.3-3.1-0.8l-0.4-3.3c1.3-0.1 2.2-0.1 2.8-1.6C24.8 29.1 24 28.4 23.3 27.5 M29.4 36c1.8 0 3.2-1.4 3.2-3.1c0-1.8-1.4-3.2-3.1-3.3c-1.8 0-3.2 1.4-3.3 3.1C26.2 34.5 27.6 35.9 29.4 36'/%3E%3C/g%3E%3C/svg%3E");
    display: inline-block;
    width: 20px;
} 
.nav_active .ui-icon-sys-config:before, .nav-list > li > a:hover .ui-icon-sys-config:before{
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.3.1  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 44.2' style='enable-background:new 0 0 45 44.2%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23F4F4FF%3B%7D.st1%7Bfill:none%3Bstroke:%23F4F4FF%3Bstroke-width:3%3Bstroke-linecap:round%3Bstroke-miterlimit:10%3B%7D%3C/style%3E%3Cg%3E%3Cpath id='Path_13' class='st0' d='M44.8 15.8l-1.7 3.5c-1.3-0.6-2.4-1.3-4-0.1c-1.6 1.2-1.4 2.4-1 3.9L34 23.7c-0.2-1.4 0-2.7-1.9-3.5c-1.8-0.7-2.7 0-3.9 1l-2.5-3.3c1-1 2.4-1.5 2.1-3.5c-0.3-1.9-1.4-2.3-2.9-2.8l1.6-3.8C27.9 8.3 29 9 30.6 7.8c1.6-1.2 1.2-2.4 1-3.9l4-0.5c0.2 0.5 0.2 1 0.3 1.5c-0.1 1 0.6 1.3 1.3 1.8c1.2 1 3.1 0.8 4-0.5c0.1-0.1 0.2-0.2 0.2-0.4l2.6 3.4c-0.4 0.3-0.8 0.6-1.2 0.8c-0.9 0.5-1 1.3-1 2.2c-0.2 1.5 0.9 2.9 2.4 3.1c0.2 0.1 0.3 0.1 0.5 0.2L44.8 15.8z M34.9 17.5c2.2 0 3.9-1.8 3.9-4c0-2.2-1.8-3.9-4-3.9c-2.2 0-4 1.8-4 4C30.9 15.8 32.7 17.5 34.9 17.5'/%3E%3Cpath id='Path_14' class='st0' d='M10.2 8.7c1.3 0 2.5 0 3.8 0c0.2 0 0.4 0.4 0.4 0.6c-0.2 1.5 0.6 2.2 1.9 2.7c0.8 0.2 1.3 0.3 1.9-0.3c0.3-0.3 0.7-0.6 1.1-0.9l2.9 3l-1.1 1.3c-0.1 0.1-0.2 0.2-0.3 0.4c0 1.1 0.5 2.2 1.3 3c0.5 0.1 1.1 0.1 1.6 0.2c0.2 0 0.6 0.3 0.6 0.5c0 1.2 0 2.4 0 3.7c-0.5 0.1-1 0.2-1.5 0.2c-0.8 0-1.1 0.4-1.5 1.1c-0.7 1.3-0.7 2.3 0.5 3.3c0.2 0.2 0.3 0.3 0.4 0.5l-2.9 2.9c-0.1 0-0.2 0-0.2-0.1c-0.8-1.3-2.4-1.6-3.7-0.8c-0.1 0.1-0.2 0.1-0.3 0.2c-0.4 0.2-0.6 0.4-0.7 0.9c0 0.6-0.1 1.3-0.2 2h-4.1c-0.1-0.7-0.1-1.4-0.2-2.1c0-0.2-0.3-0.4-0.4-0.7c0 0-0.1 0-0.1 0c-1.6-1-3.1-1-4.2 0.7l-3-3.1c0.3-0.5 0.7-0.9 1.1-1.3c0.5-0.5 0.4-0.9 0.2-1.4c-0.1-1.4-1.4-2.4-2.8-2.3c-0.1 0-0.2 0-0.3 0.1c-0.1 0-0.2 0-0.3-0.1v-4.1c1.2-0.4 2.5 0.1 3.2-1.6c0.7-1.8-0.5-2.4-1.1-3.4l2.9-2.9c0.1 0 0.2 0.1 0.3 0.2c1.9 1.5 1.9 1.5 4.1 0.3c0.2-0.1 0.4-0.4 0.4-0.6C10.1 10.1 10.1 9.4 10.2 8.7 M12.3 15.5c-3 0-5.4 2.4-5.4 5.3c0 0 0 0 0 0c0.1 2.9 2.4 5.3 5.3 5.4c3 0 5.4-2.4 5.4-5.4C17.6 17.9 15.3 15.5 12.3 15.5C12.3 15.5 12.3 15.5 12.3 15.5'/%3E%3Cpath id='Path_15' class='st0' d='M23.3 27.5l2.6-2c0.7 0.9 1.2 1.9 2.8 1.7s1.8-1.2 2.3-2.3l3 1.3c-0.5 1.1-1 2-0.1 3.2c0.9 1.2 1.9 1 3.1 0.8l0.4 3.3c-1.1 0.2-2.2 0.1-2.8 1.6c-0.6 1.4 0 2.2 0.9 3.1l-2.6 2c-0.8-0.8-1.1-1.9-2.7-1.7c-1.6 0.2-1.8 1.1-2.3 2.3l-3-1.3c0.2-1.1 1.1-1.9 0.1-3.2c-0.7-1-2-1.3-3.1-0.8l-0.4-3.3c1.3-0.1 2.2-0.1 2.8-1.6C24.8 29.1 24 28.4 23.3 27.5 M29.4 36c1.8 0 3.2-1.4 3.2-3.1c0-1.8-1.4-3.2-3.1-3.3c-1.8 0-3.2 1.4-3.3 3.1C26.2 34.5 27.6 35.9 29.4 36'/%3E%3C/g%3E%3C/svg%3E");
} 

.ui-icon-ticket-sale:before {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.3.1  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 44.2' style='enable-background:new 0 0 45 44.2%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23F4F4FF%3B%7D.st1%7Bfill:none%3Bstroke:%23F4F4FF%3Bstroke-width:3%3Bstroke-linecap:round%3Bstroke-miterlimit:10%3B%7D.st2%7Bfill:%23707070%3B%7D.st3%7Bfill:%2360AB92%3B%7D%3C/style%3E%3Cpath id='Path_49' class='st2' d='M7.7 33.1c-0.5-1.1-1.1-2.2-1.5-3.3C5.9 28.4 6.6 27 8 26.5c4.1-2 8.1-3.9 12.2-5.9c4.4-2.1 8.7-4.2 13.1-6.3c0.7-0.3 1.4-0.5 2.2-0.6c1-0.1 1.9 0.5 2.2 1.4c0.4 1 0.9 1.9 1.3 2.8c-2.5 2-3.2 3.7-2.2 5.4c0.9 1.6 2.8 2.1 5.4 1.3c0.5 1.1 1.1 2.1 1.5 3.3c0.4 1.4-0.4 2.8-1.7 3.3c-2.8 1.4-5.7 2.8-8.6 4.1c-5.5 2.7-11.1 5.3-16.6 8c-1 0.5-2 1.1-3.1 0.5c-0.6-0.2-1-0.6-1.4-1.1c-0.5-1-1-2-1.5-3.1c1.4-0.6 2.4-1.9 2.6-3.4c0.1-0.7-0.1-1.4-0.4-2C12.2 32.8 10.3 32.3 7.7 33.1 M37.3 29.1c-0.2-0.5-0.3-0.8-0.4-1.1c-1.2-2.7-2.5-5.3-3.8-8c-0.5-1.1-1.1-1.3-2.2-0.8c-5.8 2.8-11.5 5.5-17.3 8.3c-1.1 0.5-1.3 1.1-0.8 2.1c1.2 2.7 2.5 5.3 3.7 8c0.5 1.1 1.1 1.3 2.2 0.8c2.6-1.2 5.2-2.5 7.8-3.7c3.1-1.5 6.3-3 9.4-4.5C36.5 30 36.9 29.6 37.3 29.1'/%3E%3Cpath id='Path_50' class='st2' d='M24.4 2.6c-1.2 3-1 4.7 0.7 5.8c1.5 1 3.4 0.5 5.4-1.4c1 0.7 2.1 1.5 3 2.3c0.8 0.8 0.8 2.2 0 3c-0.2 0.2-0.4 0.3-0.7 0.5c-1.7 0.8-3.3 1.6-5.2 2.5c0.2-0.4 0.3-0.6 0.4-0.8c0.4-0.6 0.3-1.4-0.3-1.8c0 0-0.1-0.1-0.2-0.1c-2.4-1.7-4.8-3.5-7.2-5.3c-1.1-0.8-1.6-0.7-2.4 0.4c-3.6 5.1-7.2 10.2-10.9 15.2c-0.6 0.6-0.8 1.4-0.5 2.1c-0.7 0.8-1.4 1.7-1.9 2.6c-0.3 1.1-0.4 2.2-0.4 3.3c-1.1-0.8-2.2-1.7-3.2-2.6c-0.7-1.1-0.6-2.5 0.2-3.4c2.9-4.1 5.9-8.3 8.8-12.4c2.5-3.5 5-7.1 7.6-10.6c0.4-0.5 0.9-1 1.4-1.4c0.8-0.5 1.7-0.5 2.5 0C22.7 1.2 23.6 1.9 24.4 2.6'/%3E%3Cpath id='Path_51' class='st3' d='M19.2 8.9l6.9 5c-0.8 1.6-2.1 2.9-3.7 3.7c-4.3 1.9-8.5 4-12.7 6c-0.3 0.1-0.6 0.2-0.9 0.3l-0.2-0.2L19.2 8.9'/%3E%3Cpath id='Path_52' class='st3' d='M35 28.9l-16.5 7.9L14.8 29l16.5-7.9L35 28.9'/%3E%3C/svg%3E");
    display: inline-block;
    width: 20px;
} 
.nav_active .ui-icon-ticket-sale:before, .nav-list > li > a:hover .ui-icon-ticket-sale:before{
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.3.1  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 44.2' style='enable-background:new 0 0 45 44.2%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23F4F4FF%3B%7D.st1%7Bfill:none%3Bstroke:%23F4F4FF%3Bstroke-width:3%3Bstroke-linecap:round%3Bstroke-miterlimit:10%3B%7D.st2%7Bfill:%23707070%3B%7D%3C/style%3E%3Cpath id='Path_49' class='st0' d='M7.7 33.1c-0.5-1.1-1.1-2.2-1.5-3.3C5.9 28.4 6.6 27 8 26.5c4.1-2 8.1-3.9 12.2-5.9c4.4-2.1 8.7-4.2 13.1-6.3c0.7-0.3 1.4-0.5 2.2-0.6c1-0.1 1.9 0.5 2.2 1.4c0.4 1 0.9 1.9 1.3 2.8c-2.5 2-3.2 3.7-2.2 5.4c0.9 1.6 2.8 2.1 5.4 1.3c0.5 1.1 1.1 2.1 1.5 3.3c0.4 1.4-0.4 2.8-1.7 3.3c-2.8 1.4-5.7 2.8-8.6 4.1c-5.5 2.7-11.1 5.3-16.6 8c-1 0.5-2 1.1-3.1 0.5c-0.6-0.2-1-0.6-1.4-1.1c-0.5-1-1-2-1.5-3.1c1.4-0.6 2.4-1.9 2.6-3.4c0.1-0.7-0.1-1.4-0.4-2C12.2 32.8 10.3 32.3 7.7 33.1 M37.3 29.1c-0.2-0.5-0.3-0.8-0.4-1.1c-1.2-2.7-2.5-5.3-3.8-8c-0.5-1.1-1.1-1.3-2.2-0.8c-5.8 2.8-11.5 5.5-17.3 8.3c-1.1 0.5-1.3 1.1-0.8 2.1c1.2 2.7 2.5 5.3 3.7 8c0.5 1.1 1.1 1.3 2.2 0.8c2.6-1.2 5.2-2.5 7.8-3.7c3.1-1.5 6.3-3 9.4-4.5C36.5 30 36.9 29.6 37.3 29.1'/%3E%3Cpath id='Path_50' class='st0' d='M24.4 2.6c-1.2 3-1 4.7 0.7 5.8c1.5 1 3.4 0.5 5.4-1.4c1 0.7 2.1 1.5 3 2.3c0.8 0.8 0.8 2.2 0 3c-0.2 0.2-0.4 0.3-0.7 0.5c-1.7 0.8-3.3 1.6-5.2 2.5c0.2-0.4 0.3-0.6 0.4-0.8c0.4-0.6 0.3-1.4-0.3-1.8c0 0-0.1-0.1-0.2-0.1c-2.4-1.7-4.8-3.5-7.2-5.3c-1.1-0.8-1.6-0.7-2.4 0.4c-3.6 5.1-7.2 10.2-10.9 15.2c-0.6 0.6-0.8 1.4-0.5 2.1c-0.7 0.8-1.4 1.7-1.9 2.6c-0.3 1.1-0.4 2.2-0.4 3.3c-1.1-0.8-2.2-1.7-3.2-2.6c-0.7-1.1-0.6-2.5 0.2-3.4c2.9-4.1 5.9-8.3 8.8-12.4c2.5-3.5 5-7.1 7.6-10.6c0.4-0.5 0.9-1 1.4-1.4c0.8-0.5 1.7-0.5 2.5 0C22.7 1.2 23.6 1.9 24.4 2.6'/%3E%3Cpath id='Path_51' class='st0' d='M19.2 8.9l6.9 5c-0.8 1.6-2.1 2.9-3.7 3.7c-4.3 1.9-8.5 4-12.7 6c-0.3 0.1-0.6 0.2-0.9 0.3l-0.2-0.2L19.2 8.9'/%3E%3Cpath id='Path_52' class='st0' d='M35 28.9l-16.5 7.9L14.8 29l16.5-7.9L35 28.9'/%3E%3C/svg%3E");} 

.ui-icon-report:before {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.3.1  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 44.2' style='enable-background:new 0 0 45 44.2%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%2360AB92%3B%7D.st1%7Bfill:%23707070%3B%7D%3C/style%3E%3Cpath class='st0' d='M4.7 44.2h-2c-0.5 0-0.9-0.4-0.9-0.9V0.9C1.8 0.4 2.2 0 2.7 0h2c0.5 0 0.9 0.4 0.9 0.9v42.4C5.6 43.8 5.2 44.2 4.7 44.2z'/%3E%3Cpath id='Path_54' class='st1' d='M31 0H13.4C10.9 0 9 2 9 4.4v35.4c0 2.4 2 4.4 4.4 4.4h26.5c2.4 0 4.4-2 4.4-4.4V13.3L31 0z M35.5 35.4H17.8V31h17.7V35.4z M35.5 26.5H17.8v-4.4h17.7V26.5z M28.8 15.5V3.3L41 15.5H28.8z'/%3E%3C/svg%3E");
    display: inline-block;
    width: 20px;
} 
.nav_active .ui-icon-report:before, .nav-list > li > a:hover .ui-icon-report:before{
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.3.1  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 44.2' style='enable-background:new 0 0 45 44.2%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23F4F4FF%3B%7D%3C/style%3E%3Cpath class='st0' d='M4.7 44.2h-2c-0.5 0-0.9-0.4-0.9-0.9V0.9C1.8 0.4 2.2 0 2.7 0h2c0.5 0 0.9 0.4 0.9 0.9v42.4C5.6 43.8 5.2 44.2 4.7 44.2z'/%3E%3Cpath id='Path_54' class='st0' d='M31 0H13.4C10.9 0 9 2 9 4.4v35.4c0 2.4 2 4.4 4.4 4.4h26.5c2.4 0 4.4-2 4.4-4.4V13.3L31 0z M35.5 35.4H17.8V31h17.7V35.4z M35.5 26.5H17.8v-4.4h17.7V26.5z M28.8 15.5V3.3L41 15.5H28.8z'/%3E%3C/svg%3E");
} 

.ui-icon-audit:before {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.3.1  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 44.2' style='enable-background:new 0 0 45 44.2%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23F4F4FF%3B%7D.st1%7Bfill:none%3Bstroke:%23F4F4FF%3Bstroke-width:3%3Bstroke-linecap:round%3Bstroke-miterlimit:10%3B%7D.st2%7Bfill:%2360AB92%3B%7D.st3%7Bfill:%23707070%3B%7D%3C/style%3E%3Cg%3E%3Cpath class='st2' d='M31.1 13.4H12.3c-0.6 0-1.2-0.5-1.2-1.2v-2.1c0-0.6 0.5-1.2 1.2-1.2h18.8c0.6 0 1.2 0.5 1.2 1.2v2.1C32.3 12.9 31.7 13.4 31.1 13.4z'/%3E%3Cpath class='st2' d='M22.7 20.6H12.4c-0.7 0-1.2-0.5-1.2-1.2v-2c0-0.7 0.5-1.2 1.2-1.2h10.3c0.7 0 1.2 0.5 1.2 1.2v2C23.9 20 23.4 20.6 22.7 20.6z'/%3E%3Cpath id='Path_19' class='st3' d='M40.3 35.2c-2.1 0.1-4.3 0-6.5 0c-0.1-1.7-0.1-1.7 1.2-2.5c2.2-1.3 3.2-3.9 2.5-6.3c-0.7-2.5-3-4.2-5.6-4c-3 0.1-5.4 2.7-5.3 5.7c0.1 1.9 1.2 3.7 2.9 4.6c1.2 0.6 1.2 1.3 1 2.4c-2.2 0-4.4 0-6.6 0c-1 0-1.3 0.4-1.3 1.3c0 2.2 0 4.1 0 6.3c0 0.9 0.3 1.2 1.2 1.2c5.5 0 11.1 0 16.6 0c0.9 0 1.3-0.3 1.3-1.3c0-2.2 0-4 0-6.2C41.7 35.6 41.3 35.2 40.3 35.2'/%3E%3Cpath class='st3' d='M38.9 0.2h-1.6c0 0 0 0 0 0h-1.4c0 0-0.1 0-0.1 0h-5.3H20c0 0-0.1 0-0.1 0H4.5c-0.6 0-1.2 0.5-1.2 1.2v1.5c-0.1 2 0 4.1 0 6.1c0 4.1 0 8.2 0 12.3s0 8.2 0 12.3c0 2.1 0 4.1 0 6.2c0 0.1 0 0.1 0 0.2c0 0.4 0 0.9 0 1.3v1.6c0 0.6 0.5 1.2 1.2 1.2h15.4c0.6 0 1.2-0.5 1.2-1.2v-3c0-0.6-0.5-1.2-1.2-1.2h-3.2c-1.8 0-3.5 0-5.3 0H8.7V5.5h11.2c0 0 0.1 0 0.1 0h14.6v15.7c0 0.7 0.6 1.4 1.4 1.4h3c0.7 0 1.4-0.6 1.4-1.4V1.5C40.3 0.8 39.7 0.2 38.9 0.2z'/%3E%3C/g%3E%3C/svg%3E");
    display: inline-block;
    width: 20px;
} 
.nav_active .ui-icon-audit:before, .nav-list > li > a:hover .ui-icon-audit:before{
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.3.1  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 44.2' style='enable-background:new 0 0 45 44.2%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23F4F4FF%3B%7D.st1%7Bfill:none%3Bstroke:%23F4F4FF%3Bstroke-width:3%3Bstroke-linecap:round%3Bstroke-miterlimit:10%3B%7D.st2%7Bfill:%2360AB92%3B%7D%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M31.1 13.4H12.3c-0.6 0-1.2-0.5-1.2-1.2v-2.1c0-0.6 0.5-1.2 1.2-1.2h18.8c0.6 0 1.2 0.5 1.2 1.2v2.1C32.3 12.9 31.7 13.4 31.1 13.4z'/%3E%3Cpath class='st0' d='M22.7 20.6H12.4c-0.7 0-1.2-0.5-1.2-1.2v-2c0-0.7 0.5-1.2 1.2-1.2h10.3c0.7 0 1.2 0.5 1.2 1.2v2C23.9 20 23.4 20.6 22.7 20.6z'/%3E%3Cpath id='Path_19' class='st0' d='M40.3 35.2c-2.1 0.1-4.3 0-6.5 0c-0.1-1.7-0.1-1.7 1.2-2.5c2.2-1.3 3.2-3.9 2.5-6.3c-0.7-2.5-3-4.2-5.6-4c-3 0.1-5.4 2.7-5.3 5.7c0.1 1.9 1.2 3.7 2.9 4.6c1.2 0.6 1.2 1.3 1 2.4c-2.2 0-4.4 0-6.6 0c-1 0-1.3 0.4-1.3 1.3c0 2.2 0 4.1 0 6.3c0 0.9 0.3 1.2 1.2 1.2c5.5 0 11.1 0 16.6 0c0.9 0 1.3-0.3 1.3-1.3c0-2.2 0-4 0-6.2C41.7 35.6 41.3 35.2 40.3 35.2'/%3E%3Cpath class='st0' d='M38.9 0.2h-1.6c0 0 0 0 0 0h-1.4c0 0-0.1 0-0.1 0h-5.3H20c0 0-0.1 0-0.1 0H4.5c-0.6 0-1.2 0.5-1.2 1.2v1.5c-0.1 2 0 4.1 0 6.1c0 4.1 0 8.2 0 12.3s0 8.2 0 12.3c0 2.1 0 4.1 0 6.2c0 0.1 0 0.1 0 0.2c0 0.4 0 0.9 0 1.3v1.6c0 0.6 0.5 1.2 1.2 1.2h15.4c0.6 0 1.2-0.5 1.2-1.2v-3c0-0.6-0.5-1.2-1.2-1.2h-3.2c-1.8 0-3.5 0-5.3 0H8.7V5.5h11.2c0 0 0.1 0 0.1 0h14.6v15.7c0 0.7 0.6 1.4 1.4 1.4h3c0.7 0 1.4-0.6 1.4-1.4V1.5C40.3 0.8 39.7 0.2 38.9 0.2z'/%3E%3C/g%3E%3C/svg%3E");
} 

.ui-icon-logout:before {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.3.1  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 44.2' style='enable-background:new 0 0 45 44.2%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23F4F4FF%3B%7D.st1%7Bfill:none%3Bstroke:%23F4F4FF%3Bstroke-width:3%3Bstroke-linecap:round%3Bstroke-miterlimit:10%3B%7D.st2%7Bfill:%2360AB92%3B%7D.st3%7Bfill:%23707070%3B%7D%3C/style%3E%3Cg id='Group_53' transform='translate(-52.538 -1018)'%3E%3Cpath id='Path_20' class='st3' d='M78.3 1032.8v-0.4c0-2.5 0-5 0-7.4c-0.1-0.9 0.4-1.7 1.3-2.1c0.6-0.2 1.2 0 1.7 0.4c2.5 2.5 4.9 4.9 7.4 7.4c2.8 2.8 5.6 5.6 8.4 8.4c0.6 0.7 0.6 1.7 0 2.4c-5.2 5.2-10.5 10.5-15.7 15.7c-0.7 0.7-1.7 0.7-2.4 0c-0.2-0.2-0.3-0.3-0.4-0.5c-0.2-0.4-0.3-0.8-0.3-1.2c0-2.5 0-4.9 0-7.4c0-0.1 0-0.2 0-0.4h-0.4c-4.1 0-8.1 0-12.2 0c-0.8 0.1-1.6-0.4-1.9-1.2c-0.1-0.3-0.2-0.6-0.2-0.9c0-3.5 0-6.9 0-10.4c-0.1-0.9 0.4-1.7 1.3-2c0.3-0.1 0.6-0.2 0.9-0.2c4 0 8.1 0 12.1 0L78.3 1032.8'/%3E%3Cpath id='Path_21' class='st2' d='M56.3 1040.1c0 3.5 0 6.9 0 10.4c0 0.8 0.3 1.7 0.8 2.3c0.5 0.7 1.1 1.3 1.9 1.6c0.4 0.2 0.9 0.3 1.4 0.3c3 0 6 0 9 0c0.5 0 1 0.1 1.4 0.3c0.1 0 0.2 0.1 0.2 0.1c0.2 0.9 0.2 1.8-0.1 2.7c-0.1 0.4-0.6 0.6-1 0.6c-2.5 0-5 0-7.5 0c-0.4 0-0.8 0-1.2 0c-0.5 0-1-0.1-1.5-0.1c-1-0.2-2-0.5-2.9-1.1c-0.7-0.5-1.4-1-1.9-1.7c-0.7-0.7-1.2-1.5-1.5-2.4c-0.2-0.5-0.3-1-0.4-1.5c-0.3-2.5-0.4-5.1-0.2-7.6c0-4.5 0-9.1 0-13.6c0-0.6 0-1.2 0.1-1.7c0.2-1.2 0.6-2.4 1.3-3.4c0.5-0.7 1.2-1.4 1.9-2c0.7-0.6 1.6-1 2.5-1.3c0.7-0.2 1.5-0.3 2.3-0.3c3-0.3 6.1 0 9.1-0.1c0.4-0.1 0.7 0.1 1 0.4c0.2 0.2 0.2 0.5 0.3 0.8c0 0.6 0 1.1-0.1 1.7c-0.1 0.7-0.3 0.9-1 0.9c-2 0-4.1 0-6.1 0c-1.1 0-2.2 0-3.4 0c-0.8 0-1.5 0.3-2.2 0.8c-0.7 0.5-1.3 1.2-1.6 2c-0.2 0.4-0.3 0.8-0.3 1.2C56.3 1032.9 56.3 1036.5 56.3 1040.1'/%3E%3C/g%3E%3C/svg%3E");
    display: inline-block;
    width: 20px;
} 
.nav_active .ui-icon-logout:before, .nav-list > li > a:hover .ui-icon-logout:before{
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.3.1  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 44.2' style='enable-background:new 0 0 45 44.2%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23F4F4FF%3B%7D.st1%7Bfill:none%3Bstroke:%23F4F4FF%3Bstroke-width:3%3Bstroke-linecap:round%3Bstroke-miterlimit:10%3B%7D.st2%7Bfill:%2360AB92%3B%7D%3C/style%3E%3Cg id='Group_53' transform='translate(-52.538 -1018)'%3E%3Cpath id='Path_20' class='st0' d='M78.3 1032.8v-0.4c0-2.5 0-5 0-7.4c-0.1-0.9 0.4-1.7 1.3-2.1c0.6-0.2 1.2 0 1.7 0.4c2.5 2.5 4.9 4.9 7.4 7.4c2.8 2.8 5.6 5.6 8.4 8.4c0.6 0.7 0.6 1.7 0 2.4c-5.2 5.2-10.5 10.5-15.7 15.7c-0.7 0.7-1.7 0.7-2.4 0c-0.2-0.2-0.3-0.3-0.4-0.5c-0.2-0.4-0.3-0.8-0.3-1.2c0-2.5 0-4.9 0-7.4c0-0.1 0-0.2 0-0.4h-0.4c-4.1 0-8.1 0-12.2 0c-0.8 0.1-1.6-0.4-1.9-1.2c-0.1-0.3-0.2-0.6-0.2-0.9c0-3.5 0-6.9 0-10.4c-0.1-0.9 0.4-1.7 1.3-2c0.3-0.1 0.6-0.2 0.9-0.2c4 0 8.1 0 12.1 0L78.3 1032.8'/%3E%3Cpath id='Path_21' class='st0' d='M56.3 1040.1c0 3.5 0 6.9 0 10.4c0 0.8 0.3 1.7 0.8 2.3c0.5 0.7 1.1 1.3 1.9 1.6c0.4 0.2 0.9 0.3 1.4 0.3c3 0 6 0 9 0c0.5 0 1 0.1 1.4 0.3c0.1 0 0.2 0.1 0.2 0.1c0.2 0.9 0.2 1.8-0.1 2.7c-0.1 0.4-0.6 0.6-1 0.6c-2.5 0-5 0-7.5 0c-0.4 0-0.8 0-1.2 0c-0.5 0-1-0.1-1.5-0.1c-1-0.2-2-0.5-2.9-1.1c-0.7-0.5-1.4-1-1.9-1.7c-0.7-0.7-1.2-1.5-1.5-2.4c-0.2-0.5-0.3-1-0.4-1.5c-0.3-2.5-0.4-5.1-0.2-7.6c0-4.5 0-9.1 0-13.6c0-0.6 0-1.2 0.1-1.7c0.2-1.2 0.6-2.4 1.3-3.4c0.5-0.7 1.2-1.4 1.9-2c0.7-0.6 1.6-1 2.5-1.3c0.7-0.2 1.5-0.3 2.3-0.3c3-0.3 6.1 0 9.1-0.1c0.4-0.1 0.7 0.1 1 0.4c0.2 0.2 0.2 0.5 0.3 0.8c0 0.6 0 1.1-0.1 1.7c-0.1 0.7-0.3 0.9-1 0.9c-2 0-4.1 0-6.1 0c-1.1 0-2.2 0-3.4 0c-0.8 0-1.5 0.3-2.2 0.8c-0.7 0.5-1.3 1.2-1.6 2c-0.2 0.4-0.3 0.8-0.3 1.2C56.3 1032.9 56.3 1036.5 56.3 1040.1'/%3E%3C/g%3E%3C/svg%3E");
} 

.separateo_cart {
    background: #707070;
    height: 1px;
    margin: 10px 0 10px 0;
}
.receepit_contaienr_each {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #FFF;
}
.w_td_15 {
    width: 20%;
}
.receepit_contaienr_each .sidebar-color,  .receepit_contaienr_each table{
    background-color: #FFF !important; 
}
.receepit_contaienr_each table tr:nth-child(1) {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.receepit_contaienr_each table tr[class*="mb-2 mt-4"] {
    border-top: 1px solid #000;
}
#frm_ticket_profile .bg-color {
    background-color: #aba6a6 !important;
}

.sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
	width: 0 !important;
}
body.sidebar-mini.sidebar-collapse .content-wrapper, body.sidebar-mini.sidebar-collapse .main-footer, body.sidebar-mini.sidebar-collapse .main-header {
	margin-left: 0 !important;
}

/*.dataTable td:nth-child(1):not([colspan="5"]) {
	text-align: right;
}*/

/*Extra small devices (portrait phones, less than 576px)*/
/*No media query since this is the default in Bootstrap*/
.d-xs-flex-none, .d-sm-flex-none, .d-md-flex-none, .d-lg-flex-none, .d-xl-flex-none {
    display: none;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .d-xs-flex-none, .d-md-flex-none, .d-lg-flex-none, .d-xl-flex-none {
        display: flex;
    }
    .d-sm-flex-none {
        display: none;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .d-xs-flex-none, .d-sm-flex-none, .d-lg-flex-none, .d-xl-flex-none {
        display: flex;
    }
    .d-md-flex-none {
        display: none;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .d-xs-flex-none, .d-sm-flex-none, .d-md-flex-none, .d-xl-flex-none {
        display: flex;
    }
    .d-lg-flex-none {
        display: none;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .d-xs-flex-none, .d-sm-flex-none, .d-md-flex-none, .d-lg-flex-none {
        display: flex;
    }
    .d-xl-flex-none {
        display: none;
    }
}

.nav-treeview .nav-link p {
    font-size: 0.9rem;
}

.date_guide {
    border: none !important;
}