/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.tippy-popper{
    display: none;
}
.main-menu .navbar-header .navbar-brand .brand-logo{
    background: unset;
    width: 16rem;
}
.main-menu .navbar-header{
    height: 10rem;
}
.btn-primary{
    border-color: #8BC468 !important;
    background-color: #8BC468 !important;
}
body.dark-layout .pagination:not([class*="pagination-"]) .page-item.active .page-link {
    background-color: #8BC468;
}
.badge.badge-primary {
    background-color: #8BC468;
}
.main-menu.menu-light .navigation > li.active > a {
    background: #8BC468;
    /*box-shadow:  #8BC468;*/

}
a {
    color: #8BC468;
}
.form-control:focus {
    border-color: #8BC468;
}
.form-label-group > input:focus:not(:placeholder-shown) ~ label, .form-label-group > input:not(:active):not(:placeholder-shown) ~ label, .form-label-group textarea:focus:not(:placeholder-shown) ~ label, .form-label-group textarea:not(:active):not(:placeholder-shown) ~ label {
    color: #8BC468 !important;
}
body.dark-layout input.form-control:focus ~ .form-control-position i, body.dark-layout .custom-file-label:focus ~ .form-control-position i, body.dark-layout textarea.form-control:focus ~ .form-control-position i {
    color: #8BC468;
}
.dropdown-notification .dropdown-menu-header {
    background: #8BC468;
}
.dropdown-notification .dropdown-menu.dropdown-menu-right::before {
    background: #8BC468;
    border-color: #8BC468;
}
.custom-switch-primary .custom-control-input:checked ~ .custom-control-label::before{
    background-color: #8BC468 !important;
}
th,td{
    text-align: center;
    max-width: 300px !important;
}
.fixed_height{
    height: 200px;
}
th{
    font-size: 1.2rem !important;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 0.3rem 1rem;
}
.main-menu .main-menu-content {
    height: calc(100% - 13rem) !important;
}
.main-menu.menu-light .navigation > li img {
    width: 27px;
}
.data-list-view-header .table-responsive .top .dataTables_filter label:after, .data-thumb-view-header .table-responsive .top .dataTables_filter label:after{
    display: none;
}
