/**
* HONEYINSTRUMENTS
* Author: Jérôme.Cerato
* Email: jcerato@symes.fr
* URL : honeyinstruments.com
* Date: Decembre 2018
*/

/* TABLE OF CONTENTS
    1) Global
        1.1 Loader
        1.2 label
        1.3 form
        1.4 sumo
        1.5 toast
        1.6 badge
    2) Left Panel
        2.1 Logo
        2.2 Navigation
        2.3 Sub-menu
    3) Top Header
    4) Content Area
    5) Footer
    6) Panel 
    6.1) Panel-Tab-Accordions
    7) Alerts
    8) portlets
    9) Widget
   11) sumoselect
   12) Datatable
   13) Table
   14) Chart
   15) Maps
   16)
   17)
   18)

   19) Flot-chart / Rickshaw
   20) table responsive
   21) daterange
   22) Drag and drop
   23) Message alerte
   24) Tickets
   25) icons
   - Responsive
*/


.row {
    margin-right: -10px;
    margin-left: -10px;
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4,
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10,
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}

a {
    color: #333b4d;
    cursor: pointer;
    outline: none !important;
}

a:hover, a:focus {
    color: #2A3542;
    text-decoration: none;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}


.list-group {
    margin-bottom: 0px;
}

/* Popover */
.popover {
    font-family: inherit;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.popover .popover-title {
    background-color: #fafafa;
    color: #2f353f;
    font-weight: 500;
}

/*panel*/
.panel {
    border: none;
    /*border: 1px solid rgba(0,0,0,0.08);*/
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 0px;
    box-shadow: 0 1px 3px rgba(43, 59, 93, 0.3);
}

.panel .panel-body {
    padding: 20px;
}

.panel .panel-body p {
    margin: 0px;
}

.panel .panel-body p + p {
    margin-top: 15px;
}

.panel-default > .panel-heading {
    /*
      background-color: #fafafa;
      border-color: #F1F4F5;
      color: #797979;
      */
    background-color: #fff;
    border-color: #E6EBEC;
    /*
    border-left:1px solid  #E6EBEC;
    border-right:1px solid  #E6EBEC;
    */
    /*
    border-top:1px solid  #E6EBEC;
    */
}

.panel-heading {
    border-color: #eff2f7;
    font-size: 16px;
    padding: 15px;
    /*
    margin: -1px -1px 0px -1px;
    */
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-title {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.panel-footer {
    background: #eee;
    border-top: 0px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-group {
    margin-bottom: 30px;
}

.panel-group > .panel.panel-color .panel-heading {
    margin-top: -20px;
    margin-left: -30px;
    margin-right: -30px;
    padding: 20px 30px;
    border-bottom: 0;
    margin-bottom: -20px !important;
    border-radius: 0px !important;
}

.panel.panel-primary .panel-heading {
    background-color: #3960d1;
    color: #fff;
}

.panel.panel-success .panel-heading {
    background-color: #34c73b;
    color: #fff;
}

.panel.panel-info .panel-heading {
    background-color: #3fb7ee;
    color: #fff;
}

.panel.panel-warning .panel-heading {
    background-color: #f7c836;
    color: #fff;
}

.panel.panel-danger .panel-heading {
    background-color: #d74548;
    color: #fff;
}

.panel.panel-inverse .panel-heading {
    background-color: #fff !important;
    color: #000;
}

.panel.panel-purple .panel-heading {
    background-color: #7d4bc5;
    color: #fff;
}

.panel.panel-pink .panel-heading {
    background-color: #fc5d93;
    color: #fff;
}

/*label*/

.label {
    padding: 0.4em .8em;
}

.label-default {
    background-color: #a1a1a1;
}

.label-primary {
    background-color: #3960d1;
}

.label-success {
    background-color: #34c73b;
}

.label-info {
    background-color: #3fb7ee;
}

.label-warning {
    background-color: #f7c836;
}

.label-danger {
    background-color: #d74548;
}

.label-inverse {
    background-color: #4a5460;
}

.label-purple {
    background-color: #7d4bc5;
}

.label-pink {
    background-color: #fc5d93;
}


.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 6px 4px;
    font-size: 11px !important;
    font-weight: normal;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-color: #777777;
    border-radius: 12px;
}

.badge-danger {
    background-color: #cb2a2a;
}

.badge-info {
    background-color: #03a9f4;
}


/* pages */

.pager {
    margin-top:0px;
}
.pager li>a {
    border-radius: 5px;
}

/* =============
   Tooltips
============= */
.tooltip > .tooltip-inner {
    opacity: 1 !important;
}

.tooltip .tooltip-inner {
    background-color: #FFFFFF;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #333;
    box-shadow: 2px 2px 4px 1px rgba(212, 212, 212, 0.63);
    padding: 10px 10px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #FFFFFF;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}




/* =============
   Buttons
============= */
.btn {
    border-radius: 4px;
    /*padding: 6px 16px;*/
}

.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px !important;
    font-size: 16px;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px !important;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px !important;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: 0px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.btn-custom,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-inverse,
.btn-purple,
.btn-pink {
    color: #ffffff !important;
}

.btn-custom {
    background-color: #FFCC33;
    border-color: #FFCC33;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    background-color: #FFCC33 !important;
    border: 1px solid #FFCC33 !important;
}

.btn-default {
    /*background-color: rgba(218, 230, 236, 0.3);*/
    background-color: #fff;
    border-color: rgba(218, 230, 236, 0.5);
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
    background-color: rgba(245, 245, 245, 0.75) !important;
    border: 1px solid rgba(218, 230, 236, 0.7) !important;
}

.btn-primary {
    background-color: #3960d1 !important;
    border: 1px solid #3960d1 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    background-color: #3356bc !important;
    border: 1px solid #3356bc !important;
}

.btn-success {
    background-color: #34c73b !important;
    border: 1px solid #34c73b !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
    background-color: #2fb335 !important;
    border: 1px solid #2fb335 !important;
}

.btn-info {
    background-color: #3fb7ee !important;
    border: 1px solid #3fb7ee !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
    background-color: #39a4d6 !important;
    border: 1px solid #39a4d6 !important;
}

.btn-warning {
    background-color: #f7c836 !important;
    border: 1px solid #f7c836 !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
    background-color: #deb430 !important;
    border: 1px solid #deb430 !important;
}

.btn-danger {
    background-color: #d74548 !important;
    border: 1px solid #d74548 !important;
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
    background-color: #c13e41 !important;
    border: 1px solid #c13e41 !important;
}

.btn-inverse {
    background-color: #2f353f !important;
    border: 1px solid #2f353f !important;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
    background-color: #444a53 !important;
    border: 1px solid #444a53 !important;
}

.btn-purple {
    background-color: #7d4bc5 !important;
    border: 1px solid #7d4bc5 !important;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
    background-color: #7b4ebb !important;
    border: 1px solid #7b4ebb !important;
}

.btn-pink {
    background-color: #fc5d93 !important;
    border: 1px solid #fc5d93 !important;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active {
    background-color: #e25484 !important;
    border: 1px solid #e25484 !important;
}


.btn-default-background {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}


/*text color*/
.text-white {
    color: #ffffff;
}

.text-muted {
    color: #98a6ad;
}

.text-primary {
    color: #3960d1;
}

.text-success {
    color: #34c73b;
}

.text-info {
    color: #3fb7ee;
}

.text-warning {
    color: #f2a94b;/*#f7c836;*/
}

.text-danger {
    color: #d74548;
}

.text-inverse {
    color: #2f353f;
}

.text-pink {
    color: #fc5d93;
}

.text-purple {
    color: #7d4bc5;
}

/* text-color */
.text-dark {
    color: #797979;
}

/*modal*/
.modal .modal-dialog .modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #DDDDDD;
    padding: 30px;
    border-radius: 2px;
}

.modal .modal-dialog .modal-content .modal-header {
    margin: 0;
    padding: 0;
    border-bottom-width: 2px;
    padding-bottom: 15px;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 20px 0;
}

.modal .modal-dialog .modal-content .modal-footer {
    padding: 0;
    padding-top: 15px;
}

.modal-full {
    width: 98%;
}


/*text input*/

.form-control {
    background-color: #ffffff;
    color: #2F353F;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: none;
    height: 36px;
    border: 1px solid #e0e0e0;
}

.form-control:focus {
    border: 1px solid #e0e0e0;
    background: #FFF;
    box-shadow: none;
}

.input-sm {
    height: 30px !important;
}

.input-lg {
    height: 46px !important;
}


input, textarea, select, button {
    outline: none !important;
}

textarea.form-control {
    height: auto;
    min-height: 100px;
}

.input-group-addon {
    border: 1px solid #eee;
    border-radius: 2px;
}

.no-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none !important;
    background-color: white; /* ou autre */
}

/* Supprimer la flèche sur Firefox (nécessite souvent un wrapper) */
.no-arrow::-ms-expand {
    display: none;
}

/*list*/


/*dropdown select bg*/
.dropdown-menu {
    border: 1px solid #e4eaec;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
}

.dropdown-menu > li > a {
    padding: 6px 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: rgba(241, 244, 245, 0.85) !important;
    color: #141719;
    text-decoration: none;
    outline: none;
}

.dropdown-menu .divider {
    margin: 6px 0;
}

/*split dropdown btn*/

.btn-white {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border-color: rgba(150, 160, 180, 0.3);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05) inset;
}

/*breadcrumbs*/

.breadcrumb {
    background-color: transparent;
}


/*tab*/

.nav-tabs > li > a {
    margin-right: 1px;
}


/*nav inverse*/

.navbar-inverse {
    background-color: #7087A3;
    border-color: #7087A3;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #61748d;
}

.navbar-inverse .navbar-nav > li a:hover {
    color: #2A3542;
}

.navbar-inverse .navbar-nav > li > ul > li a:hover {
    color: #fff;
}

.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
}



/*nav justified*/

.nav-justified li:last-child > a:hover, .nav-justified li.active:last-child > a {
    border-radius: 0 4px 0 0 !important;
    -webkit-border-radius: 0 4px 0 0 !important;
}

/*list group*/

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #eff3f7;
    border-color: #eff3f7;
    color: #444;
    z-index: 2;
}

.list-group-item:hover {
    background-color: #eff3f7 !important;
    border-color: #eff3f7;
}

.list-group-item, .list-group-item:first-child, .list-group-item:last-child {
}

.list-group-item-heading {
    font-weight: 300;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #3f51b5;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #3f51b5;
}

/*progress*/

.progress {
    box-shadow: none;
    background: #f0f2f7;
}

/*alert*/

.alert-success, .alert-danger, .alert-info, .alert-warning {
    border: none;
}

.alert-success {
    color: #34C73B;
    background-color: #C2EEC4;
}

.alert-info {
    color: #3FB7EE;
    background-color: #C5EAFA;
}

.alert-warning {
    color: #F7C836;
    background-color: #FDEFC3;
}

.alert-danger {
    color: #D74548;
    background-color: #F3C7C8;
}

/*table*/

.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: 13px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #E3E5E6;
}

.table-striped > tbody > tr:nth-of-type(odd), .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active,
.table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td,
.table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active, .table-hover > tbody > tr:hover {
    background-color: #F3F5F6;
}


.bg-primary {
    background-color: #3960d1;
}

.bg-success {
    background-color: #34c73b;
}

.bg-info {
    background-color: #3fb7ee;
}

.bg-warning {
    background-color: #f7c836;
}

.bg-danger {
    background-color: #d74548;
}

.bg-muted {
    background-color: #d0d0d0;
}

.bg-inverse {
    background-color: #2f353f;
}

.bg-purple {
    background-color: #7d4bc5 !important;
}

.bg-pink {
    background-color: #fc5d93;
}

.white-bg, .bg-white {
    background-color: #ffffff;
}

.bg-fb {
    background-color: #3b5998;
}

.bg-gp {
    background-color: #dd4b39;
}

.bg-tw {
    background-color: #00aced;
}

.bg-dribbble {
    background-color: #ea4c89;
}

.bg-success-alt {
    background-color: rgba(52, 199, 59, 0.7);
}

.bg-primary-alt {
    background-color: rgba(57, 96, 209, 0.7);
}

.btn-rounded {
    border-radius: 2em;
}

/* Table */
.table {
    margin-bottom: 0px;
}


.progress {
    -webkit-box-shadow: none !important;
    background-color: #ebeff2;
    box-shadow: none !important;
    height: 10px;
    margin-bottom: 18px;
    overflow: hidden;
}

.progress-bar {
    box-shadow: none;
    font-size: 8px;
    font-weight: 600;
    line-height: 12px;
}

.progress.progress-sm {
    height: 5px !important;
}

.progress.progress-sm .progress-bar {
    font-size: 8px;
    line-height: 5px;
}

.progress.progress-md {
    height: 15px !important;
}

.progress.progress-md .progress-bar {
    font-size: 10.8px;
    line-height: 14.4px;
}

.progress.progress-lg {
    height: 20px !important;
}

.progress.progress-lg .progress-bar {
    font-size: 12px;
    line-height: 20px;
}

.progress-bar-primary {
    background-color: #3960d1;
}

.progress-bar-success {
    background-color: #34c73b;
}

.progress-bar-info {
    background-color: #3fb7ee;
}

.progress-bar-warning {
    background-color: #f7c836;
}

.progress-bar-danger {
    background-color: #d74548;
}

.progress-bar-inverse {
    background-color: #2f353f;
}

.progress-bar-purple {
    background-color: #7d4bc5;
}

.progress-bar-pink {
    background-color: #fc5d93;
}

.pagination > li > a, .pagination > li > span {
    color: #373e4a;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #2a333e;
    border-color: #2a333e;
}



/* ==========================================================================
   Fix visible-lg and hidden-lg for resolutions over 1600px
   Remove if don't want to use
   ========================================================================== */
@media (min-width: 1600px) {
    .visible-lg {
        display: none !important;
    }

    .hidden-lg {
        display: block !important;
    }

    table.hidden-lg {
        display: table;
    }

    tr.hidden-lg {
        display: table-row !important;
    }

    th.hidden-lg,
    td.hidden-lg {
        display: table-cell !important;
    }
}

/* ==========================================================================
   Set containers fixed sizes for >1600px, >1920px, >2560px
   Remove all if don't want to use big fixed sizes for all blocks
   You still can use cols with .container-fluid blocks
   ========================================================================== */
/*
@media (min-width: 1600px) {
  .container {
    width: 1530px;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1830px;
  }
}
@media (min-width: 2560px) {
  .container {
    width: 2490px;
  }
}*/

/* ==========================================================================
   col-xl, col-xxl, col-xxxl setup.
   Don't remove anything below this line
   ========================================================================== */

.col-xl-1, .col-xxl-1, .col-xxxl-1, .col-xl-2, .col-xxl-2, .col-md-2, .col-xxxl-2, .col-xl-3, .col-xxl-3, .col-md-3, .col-xxxl-3, .col-xl-4, .col-xxl-4, .col-md-4, .col-xxxl-4, .col-xl-5, .col-xxl-5, .col-md-5, .col-xxxl-5, .col-xl-6, .col-xxl-6, .col-md-6, .col-xxxl-6, .col-xl-7, .col-xxl-7, .col-md-7, .col-xxxl-7, .col-xl-8, .col-xxl-8, .col-md-8, .col-xxxl-8, .col-xl-9, .col-xxl-9, .col-md-9, .col-xxxl-9, .col-xl-10, .col-xxl-100, .col-xxxl-10, .col-xl-11, .col-xxl-111, .col-xxxl-11, .col-xl-12, .col-xxl-122, .col-xxxl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 1600px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: 0;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: 0;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1920px) {
    .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
        float: left;
    }

    .col-xxl-12 {
        width: 100%;
    }

    .col-xxl-11 {
        width: 91.66666667%;
    }

    .col-xxl-10 {
        width: 83.33333333%;
    }

    .col-xxl-9 {
        width: 75%;
    }

    .col-xxl-8 {
        width: 66.66666667%;
    }

    .col-xxl-7 {
        width: 58.33333333%;
    }

    .col-xxl-6 {
        width: 50%;
    }

    .col-xxl-5 {
        width: 41.66666667%;
    }

    .col-xxl-4 {
        width: 33.33333333%;
    }

    .col-xxl-3 {
        width: 25%;
    }

    .col-xxl-2 {
        width: 16.66666667%;
    }

    .col-xxl-1 {
        width: 8.33333333%;
    }

    .col-xxl-pull-12 {
        right: 100%;
    }

    .col-xxl-pull-11 {
        right: 91.66666667%;
    }

    .col-xxl-pull-10 {
        right: 83.33333333%;
    }

    .col-xxl-pull-9 {
        right: 75%;
    }

    .col-xxl-pull-8 {
        right: 66.66666667%;
    }

    .col-xxl-pull-7 {
        right: 58.33333333%;
    }

    .col-xxl-pull-6 {
        right: 50%;
    }

    .col-xxl-pull-5 {
        right: 41.66666667%;
    }

    .col-xxl-pull-4 {
        right: 33.33333333%;
    }

    .col-xxl-pull-3 {
        right: 25%;
    }

    .col-xxl-pull-2 {
        right: 16.66666667%;
    }

    .col-xxl-pull-1 {
        right: 8.33333333%;
    }

    .col-xxl-pull-0 {
        right: 0;
    }

    .col-xxl-push-12 {
        left: 100%;
    }

    .col-xxl-push-11 {
        left: 91.66666667%;
    }

    .col-xxl-push-10 {
        left: 83.33333333%;
    }

    .col-xxl-push-9 {
        left: 75%;
    }

    .col-xxxl-push-8 {
        left: 66.66666667%;
    }

    .col-xxxl-push-7 {
        left: 58.33333333%;
    }

    .col-xxxl-push-6 {
        left: 50%;
    }

    .col-xxxl-push-5 {
        left: 41.66666667%;
    }

    .col-xxxl-push-4 {
        left: 33.33333333%;
    }

    .col-xxxl-push-3 {
        left: 25%;
    }

    .col-xxxl-push-2 {
        left: 16.66666667%;
    }

    .col-xxxl-push-1 {
        left: 8.33333333%;
    }

    .col-xxxl-push-0 {
        left: 0;
    }

    .col-xxxl-offset-12 {
        margin-left: 100%;
    }

    .col-xxxl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xxxl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xxxl-offset-9 {
        margin-left: 75%;
    }

    .col-xxxl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xxxl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xxxl-offset-6 {
        margin-left: 50%;
    }

    .col-xxxl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xxxl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xxxl-offset-3 {
        margin-left: 25%;
    }

    .col-xxxl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xxxl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xxxl-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 2560px) {
    .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12 {
        float: left;
    }

    .col-xxxl-12 {
        width: 100%;
    }

    .col-xxxl-11 {
        width: 91.66666667%;
    }

    .col-xxxl-10 {
        width: 83.33333333%;
    }

    .col-xxxl-9 {
        width: 75%;
    }

    .col-xxxl-8 {
        width: 66.66666667%;
    }

    .col-xxxl-7 {
        width: 58.33333333%;
    }

    .col-xxxl-6 {
        width: 50%;
    }

    .col-xxxl-5 {
        width: 41.66666667%;
    }

    .col-xxxl-4 {
        width: 33.33333333%;
    }

    .col-xxxl-3 {
        width: 25%;
    }

    .col-xxxl-2 {
        width: 16.66666667%;
    }

    .col-xxxl-1 {
        width: 8.33333333%;
    }

    .col-xxxl-pull-12 {
        right: 100%;
    }

    .col-xxxl-pull-11 {
        right: 91.66666667%;
    }

    .col-xxxl-pull-10 {
        right: 83.33333333%;
    }

    .col-xxxl-pull-9 {
        right: 75%;
    }

    .col-xxxl-pull-8 {
        right: 66.66666667%;
    }

    .col-xxxl-pull-7 {
        right: 58.33333333%;
    }

    .col-xxxl-pull-6 {
        right: 50%;
    }

    .col-xxxl-pull-5 {
        right: 41.66666667%;
    }

    .col-xxxl-pull-4 {
        right: 33.33333333%;
    }

    .col-xxxl-pull-3 {
        right: 25%;
    }

    .col-xxxl-pull-2 {
        right: 16.66666667%;
    }

    .col-xxxl-pull-1 {
        right: 8.33333333%;
    }

    .col-xxxl-pull-0 {
        right: 0;
    }

    .col-xxxl-push-12 {
        left: 100%;
    }

    .col-xxxl-push-11 {
        left: 91.66666667%;
    }

    .col-xxxl-push-10 {
        left: 83.33333333%;
    }

    .col-xxxl-push-9 {
        left: 75%;
    }

    .col-xxxl-push-8 {
        left: 66.66666667%;
    }

    .col-xxxl-push-7 {
        left: 58.33333333%;
    }

    .col-xxxl-push-6 {
        left: 50%;
    }

    .col-xxxl-push-5 {
        left: 41.66666667%;
    }

    .col-xxxl-push-4 {
        left: 33.33333333%;
    }

    .col-xxxl-push-3 {
        left: 25%;
    }

    .col-xxxl-push-2 {
        left: 16.66666667%;
    }

    .col-xxxl-push-1 {
        left: 8.33333333%;
    }

    .col-xxxl-push-0 {
        left: 0;
    }

    .col-xxxl-offset-12 {
        margin-left: 100%;
    }

    .col-xxxl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xxxl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xxxl-offset-9 {
        margin-left: 75%;
    }

    .col-xxxl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xxxl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xxxl-offset-6 {
        margin-left: 50%;
    }

    .col-xxxl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xxxl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xxxl-offset-3 {
        margin-left: 25%;
    }

    .col-xxxl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xxxl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xxxl-offset-0 {
        margin-left: 0;
    }
}


.visible-xl,
.visible-xxl,
.visible-xxxl {
    display: none !important;
}

@media (min-width: 1600px) and (max-width: 1919px) {
    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl,
    td.visible-xl {
        display: table-cell !important;
    }
}

@media (min-width: 1920px) and (max-width: 2559px) {
    .visible-xxl {
        display: block !important;
    }

    table.visible-xxl {
        display: table;
    }

    tr.visible-xxl {
        display: table-row !important;
    }

    th.visible-xxl,
    td.visible-xxl {
        display: table-cell !important;
    }
}

@media (min-width: 2560px) {
    .visible-xxxl {
        display: block !important;
    }

    table.visible-xxxl {
        display: table;
    }

    tr.visible-xxxl {
        display: table-row !important;
    }

    th.visible-xxxl,
    td.visible-xxxl {
        display: table-cell !important;
    }
}


@media (min-width: 1600px) and (max-width: 1919px) {
    .hidden-xl {
        display: none !important;
    }
}

@media (min-width: 1920px) and (max-width: 2559px) {
    .hidden-xxl {
        display: none !important;
    }
}

@media (min-width: 2560px) {
    .hidden-xxxl {
        display: none !important;
    }
}


/* d-flex */

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}


.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}


.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.bg-custom {
    background-image: url('../../img/bg/header-4.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
    background-position: bottom;
    /*background-color: #fad27c;*/
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
}

.bg-wave {
    background-image: url('../../img/bg/wave-bottom.svg');
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    background-size: cover;
    height: calc(.06 * 100vw);
    background-repeat: no-repeat;
}

.dropdown-menu {
    border-radius: 0px;
}

.popover-content {
    color: #000;
}

.MultiControls {
    color: #000;
}

/* =============== 1 Global =================== */

body {
    color: #797979;
    background-color: rgb(241, 245, 249);
    font-family: 'Roboto', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px;
}

body.bg-img {
    background-color: #ffffff;
}

html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
}

.position-relative {
    position: relative;
}

.panel {
    border-radius: 4px;
    box-shadow: 0px 3px 20px rgb(0 0 0 / 4%);
}

.panel-heading {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: Montserrat, sans-serif;
    color: #36404c;
}


.wrapper-page {
    height: 100%;
    display: flex;
    min-height: 100vh;

}

.wrapper-page > .panel {
    margin: auto;
    width: 450px;
    box-shadow: 0px 10px 18px 0 rgb(0 0 0 / 16%), 0px 6px 5px 0 rgb(0 0 0 / 12%);
    border-radius: 15px;
}

.bg-danger {
    background-color: #ef273d;
}

.noti-header {
    color: #fff;
    background-color: #ef273d !important;
}


/******** 1.1 Loader *******/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}


.pace .pace-progress {
    background: #FFCC33;
    position: fixed;
    z-index: 1080; /* 2000 ? */
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #FFCC33, 0 0 5px #ffc800;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.loader-1 {
    width: 30px;
    height: 30px;
    background-color: #ffc800;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
}

.loader-2 {
    display: block;
    position: absolute;
    z-index: 998;
    top: 50%;
    right: 50%;
    width: 30px;
    height: 30px;
    margin-right: -15px;
    margin-top: -15px;
    border: solid 4px transparent;
    /*
    border-top-color: #ffc800;
    border-left-color: #ffc800;*/

    border-top-color: #efefef;
    border-left-color: #efefef;

    border-radius: 50px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

.loader-grey {
    border-top-color: #efefef;
    border-left-color: #efefef;
}

.loader-warning {
    border-top-color: #ffc800;
    border-left-color: #ffc800;
}

.loading-annotation  {
    width: 25px;
    height:25px;
    position:relative;
    margin:0px;
    margin-left:25px;
}

.loading-action  {
    width: 20px;
    height:20px;
    margin-right: -10px;
    margin-top: -10px;
}


.underline-dots {
    border-bottom: 1px dotted #000;
}


@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/******** 1.2 label *******/
label {
    font-weight: 500;
}

b,
strong {
    font-weight: 500;
}

.label {
    font-weight: 500;
}

.label-success {
    background-color: #34c73b;
}

/* ie11 appearence*/
select::-ms-expand {
    display: none;
}

/******** 1.3 Form *******/
.error {
    color: #ff0000;
    font-weight: 500;
    font-size: 13px;
}

/* form input */
.form-control {
    border: 1px solid #e6e3e3;
}

.intl-tel-input {
    width: 100%;
}

/* select */
.form-group select {
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    min-width: 130px;
    padding-right: 32.5px;
    background-color: #fff;
    /*border:0px;*/
}

.form-select {
    position: relative;

}

.form-select select {
    border: 1px solid #e6e3e3;
}


.form-select:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #ccc;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    /*Adjust for position however you want*/

    top: 6px;
    padding: 0 0 2px;
    /*left line */

    position: absolute;
    pointer-events: none;
}

/* chekbox */
.cr-styled input[type=checkbox]:checked + :after {
    width: 8px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 4px;
    content: " ";
    border-left: 2px solid #fea400;
    border-bottom: 2px solid #fea400;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* checked box */
.configopt input:checked + .slider {
    background-color: #ffc801;
}

/* addon */
.input-group-addon {
    background-color: #f6f8f8;
}

/******** 1.4 SUMO *******/

/* sumo select */
.SumoSelect {
    width: auto !important;
    color: #333;
}

.SumoSelect .no-match {
    text-align: left;
}

.SumoSelect > .CaptionCont {
    border-radius: 4px;
}

.SumoSelect > .CaptionCont > span {
    padding-left: 10px !important;
    color: #6a6a6a !important;
    font-size: 14px;
}

.SumoSelect > .CaptionCont > span {
    color: #000;
}

.SumoSelect > .optWrapper > .options li label {
    color: #000;
    text-align: left;
    line-height: 26px;
}

.SumoSelect > .optWrapper {
    width: auto;
    max-width: 300px;
}

/******** 1.5 TOAST *******/

.toast-container {
    margin-top: 55px;
    margin-right: -7px;
    z-index: 1100;
}

.toast-container i {
    font-size: 17px;
    color: #FFFFFF;
    margin-right: 5px
}

/* informational toast class: */
.toast--info {
    color: #31708f;
    background-color: #eaf2fa;
    border-color: #91c5f2;
}

/* successful toast class: */
.toast--success {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
}

/* warning toast class: */
.toast--warning {
    color: #8a6d3b;
    background-color: #fff8c4;
    border-color: #f2c779;
}

/* error toast class: */
.toast--error {
    color: #ffffff;
    background-color: #E53529;
    border-color: #E53529;
}


/******** 1.6 Badge *******/
.badge-soft-success {
    color: #33a186;
    background-color: rgba(51, 161, 134, .1);
}

.badge-soft-danger {
    color: #ef273d;
    background-color: rgba(250, 99, 116, .1);
}

.badge-soft-info {
    color: #4bafe1;
    background-color: rgba(75, 175, 225, .1);
}

.badge-soft-warning {
    color: #fc931d;
    background-color: rgba(252, 147, 29, .1);
}

.badge-success {
    color: #33a186;
    background-color: rgba(51, 161, 134, .1);
}

.badge-danger {
    color: #ef273d;
    background-color: rgba(250, 99, 116, .1);
}

.badge-info {
    color: #4bafe1;
    background-color: rgba(75, 175, 225, .1);
}

.badge-warning {
    color: #fc931d;
    background-color: rgba(252, 147, 29, .1);
}

.badge-danger {
    color: #fff;
    background-color: #ef273d;
}

/* =============== 2 Left Panel (aside navigation) =================== */

aside.left-panel {
    background-color: #1a2942;
    width: 250px;
    position: fixed;
    height: 100%;
    top: 0px;
    left: 0px;
}


aside.left-panel.collapsed {
    overflow: visible !important;
    position: absolute;
    bottom: 0px;
}


aside.left-panel.lg {
    width: 250px;
}

aside.left-panel.lg + .content {
    margin-left: 250px;
}

aside.left-panel .version {
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #505e76;
}

/* =============== 2.1 LOGO =================== */

.logo {
    text-align: center;
    background-color: #fff;
    /*border-bottom:1px solid #eee;*/
    padding: 4px 10px 4px;
    /*position: fixed;
  right: 0;
  left: 0;
  width: 250px;
  */
    position: fixed;
    width: 250px;
    height: 63px;
}

.logo img {
    width: auto;
    height: 52px;
    max-width: 250px;
}

/*
.logo-expanded {
  font-size: 20px;
  letter-spacing: .05em;
  color: #ffffff !important;
  font-weight: 700;
  text-transform: uppercase
}

.logo-expanded i {
  font-size: 24px;
  vertical-align: middle;
}
*/
.logo .logo-mob {
    display: none;
}

.menu-arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform .15s;
    position: absolute;
    right: 20px;
    display: inline-block;
    font-family: 'Material Design Icons';
    text-rendering: auto;
    line-height: 18px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 15px;
}

.menu-arrow:before {
    content: '\F0142';
}

.has-submenu.active > a .menu-arrow {
    ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}


.navigation > ul > li.disabled > a {
    color: #838F9A !important;
}

/* =============== 2.2 Navigation =================== */


.navigation {
    /*margin: 50px 0px 20px;*/
    margin: 70px 0px 20px;

}

.navigation > ul > li {
    position: relative;
    border-bottom: 0px;
}

.navigation > ul > li.active.has-submenu:after,
.navigation > ul > li.has-submenu:hover:after {
    color: #fff;
}

.navigation > ul > li > a {
    display: block;
    padding: 12px 25px;
    color: #838F9A;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-weight: 400;
    outline: none !important;
    /*
  text-transform: uppercase;*/
}

.navigation > ul > li > a .badge {
    margin-top: 5px;
    float: right;
}

aside.left-panel.collapsed .navigation > ul > li > a .badge {
    display: none;
}

.navigation > ul > li > a:hover {
    color: #fff;
}

.navigation > ul > li:hover > a,
.navigation > ul > li.active:hover > a,
.navigation > ul > li.active > a {
    color: #fff;
    /*background: #2A303A;*/
    /*background-color: #2a333e;*/
}

.navigation ul li a > i {
    margin-right: 6px;
    font-size: 18px;
    width: 25px;
    float: left;
    line-height: 24px;
    margin-top: -3px;
}

.navigation ul li a .nav-label {
    vertical-align: middle;
}

.collapsed .navigation ul li a i {
    float: none;
}

.navigation ul li ul li ul {
    display: none;
}

.navigation ul li ul {
    /*display: none;*/
    background-color: #0c1a30;
    padding-bottom: 10px;
}

.navigation > ul > li > ul > li a .badge {
    margin-top: 0px;
    background-color: #213658;
    color: #c1c7d1;
    position: absolute;
    right: 10px;
}

.navigation > ul > li svg {
    width: 18px;
    height: 18px;
    margin-bottom: -3px;
    margin-right: 10px;
}


/*** 2.3 Sub Menu ***/
.navigation ul li ul {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*
aside:not(.collapsed) .navigation ul > li.active > ul {
  display: block;
}
*/

.navigation ul li ul li a {
    /*padding: 8px 25px 8px 55px;*/
    padding: 8px 25px 8px 55px;
    color: #838F9A;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    text-align: left;
    display: block;
    outline: none !important;
}

.navigation ul li ul li a span {
    font-size: 14px;
    font-weight: 400
}

.navigation ul li ul li a:hover {
    color: #eeeeee;
}

.navigation ul li ul > li.active a {
    color: #eeeeee;
}

.navigation ul li ul li {
    color: #2f353f;
    position: relative;
}

.navigation ul li ul.active {
    display: block;
}

/* navigation badge */
.navigation > ul > li > a .badge {
    margin-top: 0px;
    float: right;
    background-color: #162338;
    border-color: #999999;
    margin-top: 1px;
    border: 1px solid rgba(153, 153, 153, 0.4509);
}

.navbar-nav .bg-success.count {
    background-color: #9099a8 !important
}


/* =============== 3 top Header =================== */

/*
header {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(43, 59, 93, 0.3);
}
*/
header {
    background-color: #ffffff;
    box-shadow: 0 1px 0px 0 rgb(33 37 41 / 10%);
    position: fixed;
    top: 0;
    left: 250px;
    right: 0;
    z-index: 999;
}

header .navbar-default .navbar-nav > li > a {
    background-color: transparent;
    line-height: 30px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #f5f5f5;
}

.navbar-toggle {
    margin: 12px 20px 8px 0px;
    display: block;
    padding-left: 0px;
}

.navbar-toggle .icon-bar {
    background-color: #b3b3be;
}

.navbar-nav .bg-warning {
    background-color: #f6ab3f;
}

.app-search {
    position: relative;
    margin-top: 12px;
    margin-bottom: 8px;
    margin-right: 15px;
}

.app-search a {
    position: absolute;
    top: 8px;
    right: 15px;
    color: #c4c4cd;
}

.app-search .form-control,
.app-search .form-control:focus {
    border: none;
    font-size: 13px;
    color: inherit;
    padding-left: 20px;

    background: rgba(237, 241, 242, 0.5);
    /*
  background: #eee;*/
    box-shadow: none;
    border-radius: 34px;
    margin-top: 1px;
}

.app-search .form-control:focus {
    background: rgba(237, 241, 242, 0.8);
}

.dropdown .extended {
    width: 280px;
    padding: 0;
    margin-left: -1px;
    z-index: 3;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: none;
    max-height: 330px;
    margin-top: 4px;
}

.dropdown .extended li {
    border-bottom: 1px solid #F3F5F6;
    line-height: 20px;
}

.dropdown .extended li a {
    padding: 10px 20px !important;
}

.dropdown .extended i {
    float: left;
    width: 38px;
    margin-right: 10px;
    text-align: center;
    margin-top: 5px;
    font-size: 22px;
}

.dropdown .extended p {
    font-weight: 400;
    padding: 10px 15px 11px 15px;
    margin-bottom: 0px;
}

.dropdown .extended p a {
    padding: 0px !important;
    text-align: right !important;
}

.dropdown .pro-menu i {
    margin-right: 5px;
}

.dropdown .pro-menu a {
    padding: 6px 20px !important;
}

.Leftmenu-trigger {
    cursor: pointer;
    font-size: 16px;
    line-height: 64px;
    padding: 0px 15px 0px 7px;
}

.badge.up {
    position: relative;
    top: -12px;
    padding: 3px 6px;
    margin-left: -13px;
}

.top-menu li {
    padding: 0px !important;
}

.top-menu li > a {
    color: inherit;
    text-align: center;
    padding: 14px 15px;
    font-size: 16px;
    display: block;
}

.top-menu li > a:hover,
.top-menu li > a:focus,
.top-menu li > a:active {
    background-color: transparent;
}

.top-menu .dropdown-menu li {
    width: 100%;
    text-align: left !important;
}

.top-menu .dropdown-menu li a,
.top-menu .dropdown-menu .media-body {
    color: inherit;
    font-size: 14px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}

.top-menu .dropdown-menu .media-body {
    width: 70%;
}

.top-menu .username {
    font-size: 14px;
    vertical-align: middle;
    margin-left: 3px;
}


.navbar-notification .list_alert {
    display: block;
    max-height: 250px;
    overflow: hidden;
}

.navbar-notification p {
    border-top: 1px solid #eee;
}

.noti-header {
    color: #fff;
    background-color: #d74548;
}

.noti-header.no-notif {
    background-color: #34c73b;
}

.header-noti li a {
    font-size: 14px;
}


.top-head {
    padding-right: 20px;
    padding-left: 20px;
}

.top-head .navbar-default {
    background-color: #fff;
}

.top-head .navbar-nav {
    display: inline-block;
}

.text-alert-delmsg {
    border: 1px solid #ccc;
    font-weight: 500;
    color: #d74548;
}


.tab-content .dropdown-menu > .active > a,
.tab-content .dropdown-menu > .active > a:focus,
.tab-content .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fdbb35;
    outline: 0;
}


/* =============== 4 Content Area (right) =================== */

.content {
    margin-left: 250px;
}

.content > .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.wraper {
    padding-top: 80px;
    min-height: 550px;
    padding-bottom: 0px;
}

.page-title {
    padding: 6px 0px 25px;
}

.page-title h3 {
    margin: 0px;
    font-size: 20px;
}

.collapsed + .content .footer {
    left: 75px;
}

/* =============== 5 Footer =================== */

.footer {
    /*
    color: #58666e;
    position: absolute;
    left: 250px;
    right: 0px;
    bottom: 0px;
    padding: 20px 30px;
    background-color: #f9f9f9;
    border-top: 1px solid rgba(0, 0, 0, 0.05);*/
}

/* =============== 6 Panel =================== */

.panel-heading .panel-title {
    display: inline-block;
}

.panel-heading .panel-title .mdi mdi-chevron-right {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px
}

.panel-heading .panel-title span.subtitle {
    color: #d74548
}

.panel-heading .panel-title .panel-title-icon-right {
    float: right
}

.panel-heading .panel-title .panel-title-icon-right i {
    font-size: 22px;
    color: #2A3542;
    vertical-align: bottom
}

.panel-heading .panel-title .panel-title-icon-right i:hover {
    color: #000;
}

/* =============== 6.1 Panel-Tab-Accordion =================== */

.nav-tabs {
    border-bottom: 1px solid #f6f6f6;
}

.nav.nav-tabs + .tab-content,
.tabs-vertical-env .tab-content {
    background: #FFF;
    /*padding: 30px;
    margin-bottom: 30px;*/
}

.nav.nav-tabs > li.active > a,
.tabs-vertical-env .nav.tabs-vertical li.active > a {
    border: 0;
    background-color: #fff;
    border-top: 2px solid #E6EBEC;
}

.nav.nav-tabs > li > a {
    border: none;
    background-color: #f6f8f8;
    margin-right: 5px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    border-radius: 0;
    border-top: 2px solid #E6EBEC;
    color: #838F9A;
}

.nav.nav-tabs > li.active > a {
    color: #2f353f;
}

.nav.nav-tabs > li:last-of-type a {
    margin-right: 0px;
}

/*
.nav.nav-tabs {
    border-bottom: 0;
}*/

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus,
.tabs-vertical-env .nav.tabs-vertical li.active > a {
    border: none;
}

.tabs-vertical-env {
    margin-bottom: 30px;
}

.tabs-vertical-env .nav.tabs-vertical {
    min-width: 120px;
    width: 150px;
}

.tabs-vertical-env .nav.tabs-vertical,
.tabs-vertical-env .tab-content {
    display: table-cell;
    vertical-align: top;
}

.panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before,
.panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
    content: '\f067';
}

.panel-group .panel .panel-heading a[data-toggle=collapse]:before,
.panel-group .panel .panel-heading .accordion-toggle:before {
    float: right;
    display: block;
    content: '\f068';
    font-family: 'FontAwesome';
    font-size: 14px;
    width: 25px;
    text-align: right;
}

.panel-group .panel .panel-heading a[data-toggle=collapse],
.panel-group .panel .panel-heading .accordion-toggle {
    display: block;
}

.tabs-vertical-env .nav.tabs-vertical li > a {
    background-color: #E6EBEC;
    margin-bottom: 5px;
    text-align: center;
    white-space: nowrap;
}

.panel-group .panel .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #E6EBEC;
}

.panel-group.panel-group-joined .panel + .panel,
.panel-group-joined .panel-group .panel + .panel {
    margin-top: 0;
    border-top: 1px solid #ddd;
}

.table > thead > tr > td.middle-align,
.table > tbody > tr > td.middle-align,
.table > tfood > tr > td.middle-align,
.table > thead > tr > th.middle-align,
.table > tbody > tr > th.middle-align,
.table > tfood > tr > th.middle-align {
    vertical-align: middle;
}

/* Modal-use */
.modal-content .nav.nav-tabs + .tab-content,
.tabs-vertical-env .tab-content,
.modal-content .panel-group {
    margin-bottom: 0px;
}

.modal-content .panel {
    border-top: none;
}

/* Sweet Alert */
.sweet-alert p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

button.confirm {
    background-color: #34c73b !important;
    box-shadow: none !important;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    border: 4px solid #34c73b;
}

.sweet-alert .sa-icon.sa-success .sa-line {
    background-color: #34c73b;
}

.sweet-alert .sa-icon.sa-error {
    border-color: #d74548;
}

.sweet-alert .sa-icon.sa-error .sa-line {
    background-color: #d74548;
}

/* =============== 7 Alerts =================== */


/*title */
.panel-heading .panel-title span.subtitle {
    color: #ffc800;
}

/* alert */
.alert-expire {
    color: #ffffff;
    background-color: #d74547;
    border: 1px solid #E6EBEC;
    border-radius: 0px;
    margin-bottom: 10px;
}

.alert-expire a {
    color: #ffffff;
}

.alert-expire a:hover {
    color: #eeeeee;
}

.alert-expire .close {
    opacity: .4 !important;
}

.alert-expire .close i {
    color: #ffffff;
    font-size: 22px;
    margin-right: 10px;

}

.alert {
    border-radius: 5px !important;
}

/* expiresoon*/
.alert-soonexpire {
    color: #ffffff;
    background-color: #d74547;
    border: 1px solid #E6EBEC;
    border-radius: 0px;
    margin-bottom: 10px;
}

.alert-soonexpire .zmdi-alert-circle {
    color: #ffffff;
}

.alert-soonexpire a {
    color: #ffffff;
}

/* alert annoucement */
.alert-announcement {
    background-color: #63cbff;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
    color: #ffffff;
    font-size: 15px;

}

.alert-announcement i.icon-bullhorn {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
}

.alert-announcement i.icon-bullhorn:before {
    transform: rotate(-25deg);
}

.alert-announcement a {
    color: #fff;
}

.alert-announcement a:hover {
    color: #eee;
}

.alert-announcement .close {
    opacity: .9 !important;
}

.alert-announcement .close i {
    color: #fff;
    font-size: 18px;
    margin-right: 0px;

}


/* =============== 8 Portlets =================== */
.portlet {
    margin-bottom: 20px;
    background: #fff;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    border: 1px solid #E6EBEC;
}

.portlet .portlet-heading {
    padding: 15px;
    line-height: 38px;
    min-height: 39px;
    border-radius: 3px;
    color: #fff;
}

.portlet .portlet-heading .portlet-title {
    float: left;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    color: #000000;
}

.portlet .portlet-heading .portlet-widgets {
    position: relative;
    text-align: right;
    float: right;
    padding-left: 15px;
    display: inline-block;
    font-size: 15px;
}

.portlet .portlet-heading .portlet-widgets .dropdown a:after {
    display:none;
}

.portlet .portlet-body {
    background: #fff;
    padding: 15px;
    /*
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  */
}

.portlet .portlet-heading .portlet-widgets .divider {
    margin: 0 5px;
}

.portlet .portlet-heading.bg-purple a,
.portlet .portlet-heading.bg-info a,
.portlet .portlet-heading.bg-success a,
.portlet .portlet-heading.bg-primary a,
.portlet .portlet-heading.bg-danger a,
.portlet .portlet-heading.bg-warning a,
.portlet .portlet-heading.bg-inverse a,
.portlet .portlet-heading.bg-pink a {
    color: #fff;
}

.portlet .portlet-heading a {
    color: #6a6a6a;
}

.portlet .portlet-heading .portlet-widgets .collapsed .ion-minus-round:before {
    content: "\f217" !important;
}

.portlet.panel-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}

.panel-disabled {
    position: absolute;
    cursor: wait;
    border-radius: 0px;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0px;
    background: rgba(47, 53, 63, 0.03);
}

/* =============== 9 Widget =================== */

.widget-panel {
    padding: 26px 20px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #E6EBEC;
}

.widget-style-1 i {
    position: absolute;
    font-size: 6rem;
    right: 0;
    bottom: 1rem;
    color: #edf0f0;
}

.widget-style-1 h2 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 8px !important;
}

.widget-style-1:hover i {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.widget-style-2 {
    padding-left: 30px;
}

.widget-style-2 i {
    font-size: 48px;
    float: right;
    line-height: 48px;
    padding: 35px 35px 29px;
    margin-top: -27px;
    margin-right: -20px;
}

.widget-style-2 h2 {
    font-weight: 100;
    font-size: 48px;
    margin-bottom: 8px !important;
    color: #333;
}

.widget-style-2 .text-muted {
    font-size: 17px;
}

.profile-widget {
    background: #ffffff;
    margin-bottom: 20px;
}

.bg-profile {
    height: 100px;
}

.profile-widget .img-thumbnail {
    margin-top: -42px;
    border: none;
}

.widget-list {
    padding: 10px;
    margin-top: 20px;
    margin-left: 0px;
    padding-bottom: 30px;
}

.widget-list span {
    display: block;
    font-weight: bold;
    font-size: 18px;
}



/* =============== 11 sumoselect =================== */

/* Datapicker */
.datepicker {
    border: 1px solid #ddd;
}

/* Multiple Select */

.SumoSelect {
    width: 230px;
}

.SumoSelect p + p {
    margin-top: 0px !important;
}

.SumoSelect > .CaptionCont {
    border: 1px solid #eee;
    height: 38px;
    line-height: 28px;
    cursor: pointer;
}

.SumoSelect > .CaptionCont > span.placeholder {
    color: #333;
    font-style: normal;
    cursor: pointer;
}

.SumoSelect .select-all {
    height: 35px;
}

.SumoSelect label {
    margin-bottom: 0px;
    font-weight: 400;
}

.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
    box-shadow: none;
    border-color: #ccc;
}


/*sumo select */
.SumoSelect .select-all > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt span i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    display: inline-block;
    height: 18px;
    width: 18px;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid #CCC;
    border-radius: 3px;
    text-align: center;
    padding-top: 1px;
    font-family: 'FontAwesome';
    margin-right: 3px;
    font-size: 12px;
    box-shadow: none;
}

.SumoSelect .select-all.partial > span i {
    color: #CCC;
    background-image: none;
}

.SumoSelect .select-all.selected > span i:after,
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i:after {
    width: 8px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 4px;
    content: " ";
    border-left: 2px solid #fea400;
    border-bottom: 2px solid #fea400;
    transform: rotate(-45deg);
}


.SumoSelect .select-all.selected > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
    background-image: none;
    background-color: #fff;
    border: 1px solid #CCC;
}


.SumoSelect .options .opt .labelcolor {
    text-align: right;
    float: right;
    font-size: 20px;
    line-height: 20px;
}


/*
.SumoSelect > .CaptionCont > label > i {
    background-image: none;
    position: relative;
}

.SumoSelect > .CaptionCont > label > i:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #ccc;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 2px;
    top: 6px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}*/

.SumoSelect>.CaptionCont>label>i {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    background-image: none;
    opacity:1;
}




.table-contact .table > tbody > tr > td .select-all i {
    margin-top: 8px !important;
}


/* Datapiker */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    box-shadow: none;
    background-color: #1a2942 !important;
    background-image: none;
}


/* =============== 12 Datatable =================== */

#datatable_wrapper td {
    font-weight: normal;
}

div.dataTables_info {
    padding-top: 38px;
}

/* Responsive Table */
table.focus-on tbody tr.focused th,
table.focus-on tbody tr.focused td {
    background-color: #3f51b5;
    color: #ffffff;
}

.table-rep-plugin tbody th {
    font-weight: normal;
    font-size: 14px;
}

.table-datatable td {
    font-weight: normal !important;
    vertical-align: middle !important;
}

div.dataTables_paginate ul.pagination {
    margin-top: 30px;
}

.dt-buttons {
    float: left;
}

div#datatable-buttons_info {
    float: left;
}


/* datatable table nav */
.table-datatable label {
    font-weight: normal !important;
}

.table-datatable .form-control {
    background-color: #fff;
}

.table-datatable .pagination {
    border-radius: 0px;
}

.table-datatable .pagination > li:last-child > a,
.table-datatable .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.table-datatable .pagination .disabled {
    display: none;
}

.table-datatable div.dataTables_info {
    padding-top: 18px;
}

.table-datatable div.dataTables_paginate ul.pagination {
    margin-top: 10px;
    margin-bottom:0px;
}

.table-datatable .pagination > li > a:focus,
.table-datatable .pagination > li > a:hover,
.table-datatable .pagination > li > span:focus,
.table-datatable .pagination > li > span:hover {
    color: #373e4a;

}

.table-datatable .pagination > li.active > a:focus,
.table-datatable .pagination > li.active > a:hover,
.table-datatable .pagination > li.active > span:focus,
.table-datatable .pagination > li.active > span:hover {
    color: #fff;
}


/* datatable table */
.table-datatable .table {
    border-bottom: 0px;
    border-top: 0px;
}


#datatable_wrapper > div:first-child {
    overflow-y: auto;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.table-datatable .table > thead > tr > th {
    color: #2f353f;
}

.tabstools .btn-selectview li.active .btn {
    /* background-color: rgb(255, 255, 255) !important; */
    /* border-bottom: 1px solid #fff; */
    border-bottom: 2px solid #ffc800;
    color: #000;
}

.tabstools .tabsline .history.active {
    border-bottom: 2px solid #ffc800;
}


.table-datatable table.dataTable thead tr.labels .sorting {
    background: url('../../assets/datatables/sort_both.png') no-repeat center right;
}

.table-datatable table.dataTable thead tr.labels .sorting_asc {
    background: url(../../img/datatables/sort_asc.png) no-repeat center right;
}

.table-datatable table.dataTable thead tr.labels .sorting_desc {
    background: url(../../img/datatables/sort_desc.png) no-repeat center right;
}

.table-datatable table.dataTable thead tr.labels .sorting_asc_disabled {
    background: url('../../assets/datatables/sort_asc_disabled.png') no-repeat center right;
}

.table-datatable table.dataTable thead tr.labels .sorting_desc_disabled {
    background: url('../../assets/datatables/sort_desc_disabled.png') no-repeat center right;
}


.table-datatable tr {
    cursor: pointer;
}

.table-datatable tr.rowselected td {
    background-color: rgb(255 223 79 / 30%);
    /*#ffecc3;*/
    border-color: #f5f5f5;
    /*#ffecc3;*/
    border-bottom-color: #ddd;
}

.table-datatable td,
.table-datatable th {
    white-space: nowrap;
    padding-right: 50px;
}

.table-datatable td .label {
    min-width: 80px;
    display: inline-block;
    font-size: 12px;
    border-radius: 4px;
    padding: 6px;
}

.table-datatable td button.dropdown-toggle{
    display: inline-block;
    font-size: 12px;
    border-radius: 4px;
    padding: 2px 11px;
}

.table-datatable td .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.table-datatable td .dropdown-item:focus,
.table-datatable td .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.table-datatable td .dropdown-item.active,
.table-datatable td .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.table-datatable td .dropdown-item.disabled,
.table-datatable td .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}



.table-alerts .label-alert {
    padding: 4px 17px 4px 17px !important;
    display: inline-block;
    line-height: 20px;
    border-radius: 4px;
    min-width: 115px !important;
}

.table-datatable .table .tdicon {

    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}

.table-datatable .table .tdicon.iconleft {
    text-align: left;
}

.table-datatable .table .tdicon.iconleft span {
    margin-left:0px !important;
}

.table-datatable .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

/* datatable order */
.table-datatable thead tr:first-child > th {
    color: #fff;
    font-weight: 400;
    padding-right: 30px;
    padding-left: 10px;
}

/* datatable filter */
#datatable > thead > tr.labels > th {
    /*border: 0px !important;*/
    color: #333;
    font-weight: 500;
}

#datatable > thead > tr:first-child > th {
    /*border: 0px !important;*/
    color: #333;
    font-weight: 500;
}

.table-datatable .table > thead > tr > th {
    min-width: 70px;
}

.table-datatable thead tr th.input-filter {
    padding-left: 5px;
}

.table-datatable thead th .form-control {
    font-weight: 400 !important;
    width: 100%;
    color: #999;
}

.table-datatable thead th .form-group {
    width: 100%;
}

.table-datatable thead th .form-group select {
    color: #999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    min-width: 130px;
    padding-right: 32.5px;
}

.table-datatable thead th .form-group.mini-select select {
    width:60px;
    min-width: 60px;
}

.table-datatable thead th .form-select {
    position: relative;

}
/*
.table-datatable thead th .form-select:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #ccc;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;

    top: 6px;
    padding: 0 0 2px;

    position: absolute;
    pointer-events: none;
}*/


/*datatabel size cols*/
.table-datatable .table .link-col {
    width: 35px !important;
    min-width: 35px;
}

.table-datatable .table > thead > tr > th.link-col {
    width: 35px;
    min-width: 35px;
    padding-right: 5px;
}

.table-datatable .table > thead > tr > th.md-col-first {
    min-width: 230px;
    padding-right: 20px;
    text-overflow: ellipsis;
    width: 230px;
}

.table-datatable .table > thead > tr > th.sm-col {
    min-width: 80px;
    padding-right: 20px;
    text-overflow: ellipsis;
    width: 120px;
}

.table-datatable .table > thead > tr > th {
    font-size:12px;
}

.table-datatable .table > thead > tr > th .has-feedback i {
    font-size:15px;
    color: #d3cece;
}

.table-datatable .table > thead > tr > th input {
    min-width:115px;
}
.table-datatable .table > thead > tr > th .date-filter input {
    min-width:125px;
}


.table-datatable .table > thead > tr > th select {
    color: #dadada;
}
.table-datatable .table > thead > tr > th select option {
    color: #333;
}
.table-datatable .table > thead > tr > th input::placeholder {
    color: #dadada;
}
.table-datatable .table > thead > tr > th .date-filter input {
    color: #dadada;
}



.table-datatable .table > thead > tr > th.md-col-name {
    min-width: 250px;
    padding-right: 35px;
    max-width: 250px;
}

.table-datatable .table > thead > tr > th.md-col {
    min-width: 105px;
    max-width: 250px;
    padding-right: 35px;
}

.table-datatable .table > thead > tr > th.md-col-date {
    min-width: 120px;
    max-width: 250px;
    padding-right: 10px;
    width: 180px;
}

.table-datatable .table > thead > tr > th.lg-col-date {
    min-width: 210px;
    padding-right: 10px;
}

.table-datatable .table > thead > tr > th .has-feedback {
    max-width: 150px;
}

.table-datatable .table > thead > tr > th .has-feedback .form-control {
    padding-right: 25px;
}

.table-datatable .table > thead > tr > th.md-auto {
    width: auto !important;
    min-width: 80px;
}

.table-datatable .table > thead > tr > th.md-auto-columns {
    width: auto !important;
    min-width: 0px !important;
}


.table-datatable .table > thead > tr > th.sign,
.table-datatable .table > thead > tr > th.batt,
.table-datatable .table > tbody > tr > td.sign,
.table-datatable .table > tbody > tr > td.batt {
    width: 50px !important;
    min-width: 50px !important;
}

.table-datatable .table > tbody > tr > td.orientation-col {
    padding: 2px;
}

.table-datatable .table > tbody > tr > td.orientation-col img {
    height: 40px;
}

.table-datatable .table .edit-col {
    border-left: 1px solid #eee;
}

.table-datatable .table > tbody > tr > td.circle {
    text-align: left;
}

.table-datatable .table > tbody > tr > td i {
    font-size: 23px;

}

.table-datatable .table > tbody > tr > td i.mdi-map-marker-off-outline,
.table-datatable .table > tbody > tr > td i.mdi-map-marker-outline {
    font-size: 20px;
}

.table-datatable .table > tbody > tr > td i.mdi-map-marker-off-outline {
    color:#a6a6a6;
}

.table-datatable .table > tbody > tr > td i.setting-warning {
    font-size: 20px;
    color: #d74548;
    vertical-align: middle
}

.table-datatable .table > tbody > tr > td i.ion-search {
    font-size: 20px;
}

.table-datatable .table > tbody > tr > td i.button {
    font-size: 23px;
}

.table-datatable .table > tbody > tr > td i.button-red {
    color: #d74548;
}

.table-datatable .table > tbody > tr > td i.button-green {
    color: #34c73b;
}

.table-datatable .table > tbody > tr > td i.danger {
    color: #d74548;
}

/* datatable actif / inatif color */
.table-datatable span.actif {
    color: #009688;
}

.table-datatable span.expired {
    color: #d74548;
}

.table-datatable span.sleeping {
    color: #ffa707;
}

/* datatable fixed col */
#datatable {
    width: 100% !important;
    margin: 0 auto;
}

.table-datatable thead tr.filters th {
    background-color: #fff;
    /*border-bottom:1px solid #ddd;*/
}

/* datatable scroll x*/
/*.dataTables_scrollHead .table>thead>tr:first-child>th {*/
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #eee;
}

.table > thead > tr:first-child > th {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.dataTables_scrollBody {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}


/************* Datable Editable input **********/
.table-datatable .editcomment {

    /*max-width:150px;*/
    white-space: normal;

}

.table-datatable .editclient,
.table-datatable .editcomment,
.table-datatable .editsubjectname,
.table-datatable .editdescription {
    position: relative;
}

.table-datatable .editsubjectname {
    padding-left: 0px;
}
.table-datatable .table-padding-left .editsubjectname {
    padding-left: 55px;
}

.table-datatable .hoveredit,
.table-datatable .hovesettings {
    padding: 5px 10px;
    position: absolute;
    right: 5px;
    top: 4px;
}

.table-datatable .hoveredit i,
.table-datatable .hovesettings i {
    color: #bbb !important;
}

.table-datatable .hoveredit:hover i,
.table-datatable .hovesettings:hover i {
    color: #333 !important;
}

.editable-input {
    vertical-align: top;
    display: inline-block;
    width: auto;
    white-space: normal;
    zoom: 1;
}

.editable-buttons {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
    zoom: 1;
}

.editable-buttons i {
    font-size: 12px !important;
}

.editable-buttons .editable-cancel {
    margin-left: 7px;
}

#datatable_processing {
    position: absolute;
}

/* =============== 13 Table =================== */

.table-container {
    position: relative;
    min-height: 250px
}

.table {
    /*border: 1px solid #E3E5E6;*/
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-bottom: 1px solid #eee;
    font-weight: 500;
}


.table > thead > tr > th {
    /* border-bottom: 1px solid #E3E5E6;*/
    border-bottom: 0px;
    text-transform: uppercase;
}

.table > tbody > tr > td {
    color: #333;
}

.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
    border-right: 1px solid #fbf9f9;
    border-left: 1px solid #fbf9f9;
    border-bottom: 0px;
}

.table-bordered > tbody > tr > th:last-child,
.table-bordered > tfoot > tr > th:last-child,
.table-bordered > thead > tr > th:last-child,
.table-bordered > tbody > tr > td:last-child,
.table-bordered > tfoot > tr > td:last-child,
.table-bordered > thead > tr > td:last-child {
    border-right: 0px;
}

.table-bordered > tbody > tr > th:first-child,
.table-bordered > tfoot > tr > th:first-child,
.table-bordered > thead > tr > th:first-child,
.table-bordered > tbody > tr > td:first-child,
.table-bordered > tfoot > tr > td:first-child,
.table-bordered > thead > tr > td:first-child {
    border-left: 0px;
}

.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td,
.table-bordered > thead > tr > td {
    border: 1px dashed #fbf9f9;
    border-top-color: #fff;
    border-bottom-color: #ececec;
}

.table-bordered {
    border: 1px solid #fff;
}


.table thead tr:first-child {
    /*background-color: #2f353f;*/
    /*background-color: #f8f8f8;*/
    background-color: #fff;
}

.table > thead > tr:first-child > th {
    color: #333;
    font-weight: 500;
}

.table > thead > tr.labels > th {
    color: #868686;
    font-weight: 400;
}

.table > thead > tr:first-child > th i {
    color: #9099a8;
    margin-left: 5px;
}

.table > thead > tr > th i {
    /*color: #9099a8;
    font-size: 18px;*/
}


/* =============== 14 Chart =================== */

/* Google chart */
/*
.large_chart {
  border: 1px solid #eee;
}*/

#chart_div {
    width: 100%;
    height: 400px;
}

.large_chart {
    /*border-top: 1px solid #eee;*/
    position: relative;
}



/* =============== 15 Maps =================== */

.maps {
}

.maps > div {
    width: 100%;
    height: 600px
}

.marker_infowindows {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.marker_infowindows li {
    margin-bottom: 3px;
    padding-left:5px;
}

.marker_infowindows li b {
    color:#000;
}


/**/
.segment-measure-text {
    font-size: 17px
}

.measure-tool-tooltip {
    font-size: 13px !important
}

[class="gm-tilt"] {
    display: none;
}

.gmnoprint,
.gm-fullscreen-control,
.gm-svpc {
    zoom: 0.80;
}

.gm-fullscreen-control .gmnoprint {
    zoom: 1;
}

.gm-bundled-control-on-bottom {
    zoom: 1;
    left: 0px !important;
}


/* Lock-screen */
.user-thumb img {
    margin: 0px auto;
}

/* Error-pages */
.ex-page-content h1 {
    font-size: 150px;
    line-height: 150px;
    font-weight: 700;
    color: #252932;
    text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}

/* Sweet-alert **/
.sweet-alert p {
    font-size: 14px;
}

.slider-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
}

.owl-buttons {
    display: none;
}


/* =============== 16  =================== */
/* =============== 17  =================== */
/* =============== 18  =================== */

/* =============== 19 Flot Chart =================== */

.flot-chart {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#legend {
    background: white;
    position: absolute;
    top: 0;
    right: 15px;
}

#legend .line {
    color: #333;
}



/* =============== 21 Daterange =================== */

.daterangepicker .ranges ul {
    width: auto;
    padding: 5px;
}

.daterangepicker .ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 0px;
    color: #2f353f;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer;
}

.daterangepicker .ranges li:hover,
.daterangepicker .ranges li.active {
    background-color: #2f353f;
    border: 1px solid #2f353f;
    color: #fff;
}

.daterangepicker .daterange {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #E6EBEC;
    width: auto;
    margin-bottom: 5px;
    height: 38px;
    line-height: 28px;
    color: #333;
    border-radius: 4px;

}

.daterangepicker td.in-range {
    background-color: #f5f5f5;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #2f353f;
    border-color: transparent;
    color: #fff;
}

.daterangepicker .input-mini {
    border-radius: 0px;
}

.daterangepicker .input-mini.active {
    border: 1px solid #2f353f;
    border-radius: 0px;
}

.daterangepicker td,
.daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    font-weight: normal;
    font-size: 13px;
    color: #000;
}



/* =============== 22 Grid drag & drop =================== */

.column {
}

.panel-placeholder {
    padding: 0;
    height: 50px;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 10px;
}

.panel-placeholder:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 0px;
    height: 100%;
    width: 100%;
    border: 2px dashed rgb(157, 158, 165);
}


/*********** 23. messages alert  *********/
.alert-msg,
.success-msg {
    background-color: #d74548;
    color: #fff;
    display: none;
    width: calc(100% - 40px);
    padding: 8px 32px 8px 20px;
    margin: 80px 20px -60px;
    border-radius: 4px;
    line-height: 25px;
    position: relative;
    z-index: 500;
}

.alert-msg i,
.success-msg i {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

.alert-msg button.close,
.success-msg button.close {
    position: absolute;
    right: 8px;
    top: 8px
}

.alert-msg button.close i,
.success-msg button.close i {
    font-size: 20px
}

.alert-msg button.close:hover i,
.success-msg button.close:hover i {
    color: #fff;
}

.alert-msg a,
.success-msg a {
    color: #fff;
    text-decoration: underline;
}


.success-msg {
    background-color: #34c73b;
}


/***** SIGNAL ICON *****/
/*
.sizing-box {
    height: 15px;
    width: 29px;
}

.signal-bars {
    display: inline-block;
    font-size: 2px;
    margin-left: -10px;
}

.signal-bars .bar {
    width: 5px;
    margin-left: 2px;
    min-height: 20%;
    display: inline-block;
}


.signal-bars .bar.first-bar  { height: 20%; }
.signal-bars .bar.second-bar { height: 40%; }
.signal-bars .bar.third-bar  { height: 60%; }
.signal-bars .bar.fourth-bar { height: 80%; }
*/
/*
.signal-bars .bar.first-bar {
    height: 20%;
}

.signal-bars .bar.second-bar {
    height: 40%;
}

.signal-bars .bar.third-bar {
    height: 60%;
}

.signal-bars .bar.fourth-bar {
    height: 80%;
}

.signal-bars .bar.fifth-bar {
    height: 99%;
}
*/

/*
.good .bar {
    background-color: #e74c3c;
    border: thin solid darken(#e74c3c, 50%);}
*/
/*
.good .bar {
    background-color: #333333;
    border: thin solid darken(#f1c40f, 7%);
}

.bad .bar {
    background-color: #333333;
    border: thin solid darken(#e74c3c, 20%);
}
*/
/*
.ok .bar {
  background-color: #16a085;
  border: thin solid darken(#16a085, 7%);
}
*/
/*
.ok .bar {
    background-color: #333333;
    border: thin solid darken(#16a085, 7%);
}

.four-bars .bar.fifth-bar,
.three-bars .bar.fifth-bar,
.three-bars .bar.fourth-bar,
.one-bar .bar:not(.first-bar),
.two-bars .bar:not(.first-bar):not(.second-bar) {
    background-color: #fafafa;
    border: thin solid #2f353f1a;
}
*/


/* =============== 24 Tickets =================== */



/* =============== 25 Icons =================== */
.icon-sensor {
    content: url("../../img/svg/sensor.svg");
    width: 20px;
    height: 20px;
}



.icon-satellite {
    content: url("../../img/svg/com-satellite.svg");
    width: 20px;
    height: 20px;
}
.icon-sigfox {
    content: url("../../img/svg/com-sigfox.svg");
    width: 20px;
    height: 20px;
}
.icon-cellular {
    content: url("../../img/svg/com-cellular.svg");
    width: 20px;
    height: 20px;
}
.icon-battery-0bar {
    content: url("../../img/svg/battery_0_bar.svg");
    width: 20px;
    height: 20px;
}

.icon-battery-1bar {
    content: url("../../img/svg/battery_1_bar.svg");
    width: 20px;
    height: 20px;
}

.icon-battery-2bar {
    content: url("../../img/svg/battery_2_bar.svg");
    width: 20px;
    height: 20px;
}

.icon-battery-3bar {
    content: url("../../img/svg/battery_3_bar.svg");
    width: 20px;
    height: 20px;
}

.icon-battery-4bar {
    content: url("../../img/svg/battery_4_bar.svg");
    width: 20px;
    height: 20px;
}

.icon-battery-5bar {
    content: url("../../img/svg/battery_5_bar.svg");
    width: 20px;
    height: 20px;
}

.icon-battery-full {
    content: url("../../img/svg/battery_full.svg");
    width: 20px;
    height: 20px;
}
.icon-battery-unknown {
    content: url("../../img/svg/battery_unknown.svg");
    width: 20px;
    height: 20px;
}


.icon-signal-0-bar {
    content: url("../../img/svg/signal_cellular_0_bar.svg");
    width: 20px;
    height: 20px;
}
.icon-signal-1-bar {
    content: url("../../img/svg/signal_cellular_1_bar.svg");
    width: 20px;
    height: 20px;
}
.icon-signal-2-bar {
    content: url("../../img/svg/signal_cellular_2_bar.svg");
    width: 20px;
    height: 20px;
}
.icon-signal-3-bar {
    content: url("../../img/svg/signal_cellular_3_bar.svg");
    width: 20px;
    height: 20px;
}
.icon-signal-4-bar {
    content: url("../../img/svg/signal_cellular_4_bar.svg");
    width: 20px;
    height: 20px;
}
.icon-signal-nodata {
    content: url("../../img/svg/signal_cellular_nodata.svg");
    width: 20px;
    height: 20px;
}

.icon-thermostat {
    content: url("../../img/svg/thermostat.svg");
    width: 20px;
    height: 20px;
}

.icon-actions {
    content: url("../../img/svg/more.svg");
    width: 20px;
    height: 20px;
}

/*
.icon-annotation {
    content: url("../../img/svg/annotation.svg");
    width: 20px;
    height: 20px;
}
.icon-annotation-active {
    content: url("../../img/svg/annotation-active.svg");
    width: 20px;
    height: 20px;
}*/

.icon-annotation-active {
    content: url("../../img/icon/note.png");
    width: 20px;
    height: 20px;
}




.table-datatable .actions {
    min-width:0px !important;
}


.table-datatable .tdicon span {
    display:inline-block;
    width: 25px;
    height: 25px;
    margin: auto !important;
}
.table-datatable .tdicon.actions span {
    padding : 0px;
}
th.actions span {
    padding : 0px !important;
}


.table-datatable .localisation-icon {
    position:relative;
    padding-top:0px;
    padding-bottom:0px;
    text-align:left;

}

.container_datatable [class^="icon-signal"] {
    filter: contrast(50%);
}
.container_datatable .icon-satellite,
.container_datatable .icon-sigfox,
.container_datatable .icon-cellular {
    filter: contrast(50%);
}

.container_datatable img {
    filter: contrast(90%);
}

/* =============== RESPONSIVE =================== */


/*** MIN ***/
@media (min-width: 1200px) {

    /* from max width */
    form {
        max-width: 700px;
    }


}


/*** Aside Collapsed ***/
@media (min-width: 769px) {

    aside.left-panel.collapsed .logo .logo-desktop {
        display: none;
    }

    aside.left-panel.collapsed .logo .logo-mob {
        display: block;
    }

    aside.left-panel.collapsed {
        width: 75px;
        text-align: center;
    }

    aside.left-panel.collapsed + .content {
        margin-left: 75px;
    }

    aside.left-panel.collapsed .user .user-login,
    aside.left-panel.collapsed span.nav-label {
        display: none;
    }

    aside.left-panel.collapsed .navigation > ul > li span {
        display: none;
    }

    aside.left-panel.collapsed .navigation > ul > li > a {
        padding: 15px;
    }

    aside.left-panel.collapsed .navigation > ul > li > a:hover {
        background-color: #2a375b;
    }

    aside.left-panel.collapsed i.fa {
        font-size: 22px;
    }

    aside.left-panel.collapsed .navigation > ul > li.has-submenu:after {
        display: none;
    }

    aside.left-panel.collapsed .navigation > ul > li ul.active {
        display: none;
    }

}


/*** Aside Collapsed Sub Menu ***/
@media (min-width: 769px) {
    aside.left-panel.collapsed .navigation ul li ul {
        position: absolute;
        z-index: 3;
        left: 100%;
        top: 0px;
        background-color: #0e4fc2;
        box-shadow: none;
        padding: 10px 0px;
        min-width: 200px;
    }

    aside.left-panel.collapsed .navigation > ul > li:hover > ul {
        display: block !important;
    }

    aside.left-panel.collapsed .navigation > ul > li:hover > ul aside.left-panel.collapsed .navigation ul li ul li a {
        border: 0px;
        color: #b4b6bd;
        padding: 8px 25px 8px 40px;
    }

    aside.left-panel.collapsed .navigation ul li ul li a:hover {
        color: #fff;
    }
}


/*** MAX ***/
@media (max-width: 1500px) {
    .table-datatable .table > thead > tr > th.sm-col {
        min-width: 75px;
        width: auto !important;
    }

    .table-datatable .table > thead > tr > th.md-col {
        min-width: 140px;
        width: auto !important;
    }

    .table-datatable .table > thead > tr > th.md-auto {
        min-width: 140px;
        width: 140px;
        width: auto !important;
    }


}


/* =============
   Print css
============= */
@media print {

    .logo,
    .breadcrumb,
    .page-title,
    .footer,
    header,
    .topbar-left {
        display: none;
        margin: 0px;
        padding: 0px;
    }

    .wraper {
        padding: 0;
        margin: 0;
    }

    .panel {
        border: none;
    }
}