.sidebar[data-background-color="brown"]:after,
.sidebar[data-background-color="brown"]:before,
.off-canvas-sidebar[data-background-color="brown"]:after,
.off-canvas-sidebar[data-background-color="brown"]:before {
    background-color: #23527c !important;
    color: white;
}

.card {
    margin-top: 20px!important;
}

@media (min-width:1200px){
    .col-lg-1:nth-child(12n+1){clear:left;}
    .col-lg-2:nth-child(6n+1){clear:left;}
    .col-lg-3:nth-child(4n+1){clear:left;}
    .col-lg-4:nth-child(3n+1){clear:left;}
    .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .col-md-1:nth-child(12n+1){clear:left;}
    .col-md-2:nth-child(6n+1){clear:left;}
    .col-md-3:nth-child(4n+1){clear:left;}
    .col-md-4:nth-child(3n+1){clear:left;}
    .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .col-sm-1:nth-child(12n+1){clear:left;}
    .col-sm-2:nth-child(6n+1){clear:left;}
    .col-sm-3:nth-child(4n+1){clear:left;}
    .col-sm-4:nth-child(3n+1){clear:left;}
    .col-sm-6:nth-child(odd){clear:left;}

    .container-fluid {
        padding: 15px;
    }
}
@media (max-width:767px){
    .col-xs-1:nth-child(12n+1){clear:left;}
    .col-xs-2:nth-child(6n+1){clear:left;}
    .col-xs-3:nth-child(4n+1){clear:left;}
    .col-xs-4:nth-child(3n+1){clear:left;}
    .col-xs-6:nth-child(odd){clear:left;}

    .container-fluid {
        padding: 15px !important;
    }
}

.sidebar .nav a{
    color: #038136!important;
}

.sidebar .nav a .fa-caret-down, .sidebar .nav a.active .fa-caret-down  {
    color: #000;
}

.sidebar .nav a p, .sidebar .nav a span {
    color: #000!important;
}

.sidebar .nav a.active{
    color: #0d8c0d!important;
}

.sidebar .nav a.active p, .sidebar .nav a.active span {
    color: #000!important;
}

.btn-info {
    background-color: #038136 !important;
    border: 1px solid #038136 !important;
}

.btn-info:hover {
    background-color: #0d8c0d !important;
    border: 1px solid #0d8c0d !important;
}

a:not(.btn) {
    color: #000 !important;
}

a:not(.btn):hover {
    color: #000 !important;
}


#minimizeSidebar {
    background-color: #038136 !important;
    border: 1px solid #038136 !important;
}

.minimizeSidebar:hover {
    background-color: #0d8c0d !important;
    border: 1px solid #0d8c0d !important;
}
.user, .user a {
    color: black !important;
}

html,body
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
