/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

/*media screen*/
.smart-style-2 #header, .smart-style-2 .page-footer, .smart-style-2 .superbox-show {
    background-image: none;
    background-color: #dfdfdf !important;
}
.smart-style-2 #hide-menu a:hover i, .smart-style-2 .btn-header > :first-child > a:hover {
    color: #35ac46 !important;
}
.smart-style-2 #hide-menu a i, .smart-style-2 .btn-header > :first-child > a {
    color: #288835 !important;
}

.icon-prepend {
    border: 0;
    padding-right: 0px;
}

table tr td {
    padding: 5px 3px !important;
    text-align: center !important;
}
table td label, table td input, table td textarea {
    width: 100%;
}

table .md-td {
    min-width: 160px;
    max-width: 160px;
}

table .sm-td {
    min-width: 50px;
    max-width: 120px;
}

table .lg-td {
    min-width: 300px;
    max-width: 300px;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}
/* ::-webkit-scrollbar {
    display: none;
} */