/*
 * 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
 */

/*BG*/

.bg-success {
    background-color: #c8e4a3 !important;
}

.bg-warning {
    background-color: #ffd699 !important;
}

.bg-danger {
    background-color: #f4c0b7 !important;
}

.bg-grey {
    background-color: #f7f7f7 !important;
}

/* Table*/
div.dt-toolbar {
    padding-bottom: 6px;
}
table.dataTable {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.dt-button-collection>.active>a {

    background-image: url('./../img/check-mark.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 12px;
}

.suppliers-scrollable{
    max-height:180px;
    overflow-y:auto;
}

.scrolledTable{
    overflow-y: auto; clear:both;
}

.widget-dropdown {
    margin-bottom: 3px;
    border-radius: 0px !important;
}

.jarvismetro-tile .iconbox i {
    height:55px;
}

.jarvismetro-tile.big-cubes {
    height:100px;
    width:100px;
}

.smart-style-2 #left-panel {
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    padding-top:59px;
}

.smart-style-2 .login-info a span {
    font-size: 14px!important;
}

/*Side nav sub items*/
.smart-style-2 nav ul ul li>a {
    padding-left: 40px;
}

.ui-datepicker {

    width: inherit !important;
}

.ui-calendar .ui-calendar-button {
    position: inherit !important;
    padding-top:2px;
    padding-bottom:1px;
    padding-left:2px;
    padding-right:2px;
}

.nav-tabs>li>a {
    color: #333;
}

.app-company-logo{

    max-height:60px;
}

.short-input {
    width:100px !important;
}


.inline-block {
    display: inline-block;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 85%;
        max-width: 1600px;
    }
}
