
.sidebar-toggle::before {
    content:"" !important;
    display: none;
}


/*Header logo*/
.skin-red .main-header .logo {
    background-color: #EF9900;
    color: #000000;
    border-bottom: 0 solid transparent;
    text-decoration: none;
}

.skin-red .main-header .logo:hover {
    background-color: #F4B043;
}

/*Header*/
header.main-header nav.navbar.navbar-static-top {
    background-color: #FFA300;
}

/*sidebar toggle*/
.skin-red .main-header .navbar .sidebar-toggle {
    color: #000000;
}
.skin-red .main-header .navbar .sidebar-toggle:hover {
    background-color: #EF9900;
    color: #000000;
}

/*Profile section*/
.skin-red .main-header .navbar .nav > li > a {
    color: #000000;
}

.skin-red .main-header .navbar .nav > li > a:hover, .skin-red .main-header .navbar .nav > li > a:active, .skin-red .main-header .navbar .nav > li > a:focus, .skin-red .main-header .navbar .nav .open > a, .skin-red .main-header .navbar .nav .open > a:hover, .skin-red .main-header .navbar .nav .open > a:focus, .skin-red .main-header .navbar .nav > .active > a {
    background: #EF9900;
    color: #000000;
}

.user-logo-small {
    font-size: 25px;
    float: left;
    display: inline-block;
    margin-top: -3px;
    margin-right: 10px;
}
.user-logo-big {
    font-size: 85px;
    margin-top: 10px;
}

/*logout*/
.skin-red .main-header li.user-header {
    background-color: #EF9900;
    color: #000000;
}
.skin-red .main-header li.user-header p {
    color: #000000 !important;
}

/*Sidebar active item*/
.skin-red .sidebar-menu > li:hover > a, .skin-red .sidebar-menu > li.active > a {
    color: #fff;
    background: #2f4858;
    border-left-color: #EF9900;
}



.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "/ ";
    padding: 0 5px;
}

td.details-control .btn-plus{
    display: inline-block;
}
td.details-control .btn-remove{
    display: none;
}

tr.shown td.details-control .btn-plus{
    display: none;
}
tr.shown td.details-control .btn-remove{
    display: inline-block;
}

/******** Modal spinner ******/
/** SPINNER CREATION **/
.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(34, 45, 50, 0.3);
    border-radius: 50%;
    border-top-color: #FC8F3A;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}


/** MODAL STYLING **/
.modal-content {
    border-radius: 0px;
    box-shadow: 0 0 20px 8px rgba(34, 45, 50, 0.7);
}

.modal-backdrop.show {
    opacity: 0.75;
}

.loader-txt p {
    font-size: 12pt;
}

.loader-txt p small {
    font-size: 10pt;
}

.whatsapp_btn{
    position: fixed;
    right: 26px;
    bottom: 20px;
    width: 60px;
    z-index: 1000;
}
.whatsapp_btn img{
    width: 100%;
    height: auto;
}


.logo-mini img, .logo-lg img {
    margin-top: -5px;
    width: 36px;
    height: 36px;
}



.helper-body-container {
    padding-left: 16px;
    padding-right: 16px;
}

.helper-body-container table th {
    border-bottom: 2px solid grey;
    padding: 6px;
    font-size: 1.3em;
    font-weight: bold;
}
.helper-body-container table tr {
    border-bottom: 1px solid #DDD;
    vertical-align: top;
}
.helper-body-container table tr:last-child {
    border-bottom: none;
}

.helper-body-container table td {
    border-right: 1px solid grey;
    padding: 6px;
}
.helper-body-container table td:last-child {
    border-right: none;
}


.sidebar-menu i {
    min-width: 18px;
    text-align: center;
}



/*  ------  */

.humane-error {
    background: #e57373 !important;
    color: white !important;
}
.humane-success {
    background: #a5d6a7 !important;
}


.label-danger-secondary {
    color: #751105 !important;
    background-color: #ffd6d1 !important;
}


@media (max-width: 991px) {
    .btn-group.btn-group-responsive > .btn {
        display: block;
        width: 100%;
    }

    /* making the border-radius correct */
    .btn-group.btn-group-responsive > .btn:first-child {
        border-radius: 6px 6px 0 0;
    }
    .btn-group.btn-group-responsive > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 6px;
    }
    .btn-group.btn-group-responsive > .btn:last-child:not(:first-child) {
        border-radius: 0 0 6px 6px;
    }

    /* fixing margin */
    .btn-group.btn-group-responsive .btn + .btn {
        margin-left: 0;
    }

}

.notifications-icon {
  background-color: inherit;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.notifications-icon .badge {
  position: absolute;
  top:15%;
  right:5%;
  border-radius: 50%;
  background-color: red;
  color: white;
}

.notifications-bar{
    width: 300px;
    height: 0px;
    display:none;
    position: absolute;
    border-radius: 5px 0px 5px 5px;
    background-color: red;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.notifications-bar h2{
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #999
}
.notifications-bar h2 span{
    color: #f00
}
.notifications-bar-item{
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 6px 9px;
    margin-bottom: 0px;
    cursor: pointer
}
.notifications-bar-item:hover{
    background-color: #eee
}
.notifications-bar-item img{
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 9px;
    border-radius: 50%;
    margin-top: 2px
}
.notifications-bar-item .text h4{
    color: #777;
    font-size: 16px;
    margin-top: 3px
}
.notifications-bar-item .text p{
    color: #aaa;
    font-size: 12px
}
.navbar-static-top .dropdown-menu.notify-drop {
  min-width: 330px;
  background-color: #fff;
  max-height: 360px;
}
.navbar-static-top .dropdown-menu.notify-drop .notify-drop-title {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 15px 10px 15px;
}
.navbar-static-top .dropdown-menu.notify-drop .drop-content {
  min-height: 280px;
  max-height: 280px;
  overflow-y: scroll;
}
.navbar-static-top .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track
{
  background-color: #F5F5F5;
}

.navbar-static-top .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
}

.navbar-static-top .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb
{
  background-color: #ccc;
}
.navbar-static-top .dropdown-menu.notify-drop .drop-content > li {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0px 5px 0px;
}
.navbar-static-top .dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {
  background-color: #fafafa;
}
.navbar-static-top .dropdown-menu.notify-drop .drop-content > li:after {
  content: "";
  clear: both;
  display: block;
}
.navbar-static-top .dropdown-menu.notify-drop .drop-content > li:hover {
  background-color: #fcfcfc;
}
.navbar-static-top .dropdown-menu.notify-drop .drop-content > li:last-child {
  border-bottom: none;
}
.navbar-static-top .dropdown-menu.notify-drop .drop-content > li img {
  float: left;
  display: inline-block;
  max-width: 45px;
  max-height: 45px;
  margin: 0px 0px 8px 0px;
}
.navbar-static-top .dropdown-menu.notify-drop .drop-content > li a {
  font-size: 12px;
  font-weight: normal;
}
.navbar-static-top .dropdown-menu.notify-drop .drop-content > li {
  font-weight: bold;
  font-size: 11px;
}
.navbar-static-top .dropdown-menu.notify-drop .drop-content > li hr {
  margin: 5px 0;
  width: 70%;
  border-color: #e2e2e2;
}
.navbar-static-top .dropdown-menu.notify-drop .drop-content .pd-l0 {
  padding-left: 0;
}
.navbar-static-top .dropdown-menu.notify-drop .drop-content > li p {
  font-size: 13px;
  color: black;
  font-weight: normal;
  margin: 3px 0;
}
.navbar-static-top .dropdown-menu.notify-drop .drop-content > li p.time {
  font-size: 13px;
  font-weight: 600;
  top: -6px;
  margin: 8px 0px 0px 0px;
  padding: 0px 3px;
  position: relative;
  background-color:#FFA300;
  display: inline-block;
  color: black;
}
.navbar-static-top .dropdown-menu.notify-drop .drop-content > li p.time:hover {
  background-image: linear-gradient(#fff,#fff);
}
.navbar-static-top .dropdown-menu.notify-drop .notify-drop-footer {
  border-top: 1px solid #e2e2e2;
  bottom: 0;
  position: relative;
  padding: 8px 15px;
}
.navbar-static-top .dropdown-menu.notify-drop .notify-drop-footer a {
  color: #777;
  text-decoration: none;
}
.navbar-static-top .dropdown-menu.notify-drop .notify-drop-footer a:hover {
  color: #333;
}
.navbar-static-top .dropdown-menu.notify-drop .empty-message{
    margin:10%;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
}

body > div.wrapper > div.content-wrapper > div{
    padding: 1.2rem;
}

body > div.wrapper >
aside.main-sidebar.elevation-4.sidebar-dark-warning >
div > nav > ul > li.nav-item.menu-is-opening.menu-open > a{
    background-color: #ffc107;
    color: black;
}


.nav-link i {
    display: inline-block;
    width: 20px;
    text-align: center;
}

.nav-treeview .nav-link {
    opacity: 0.8;
}

.nav-treeview .nav-link i {
    margin-left: 10px;
}

.custom-error-label{
    color: red;
}

.status-badge{
    border-radius: .15rem;
}


