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

.main-menu.menu-light .navigation > li ul .active {
    background: -webkit-linear-gradient(332deg, #7367F0, rgba(115, 103, 240, .7));
    background: linear-gradient(118deg, #9D0B0B, rgba(191, 58, 58, 0.7));
    box-shadow: 0 0 10px 1px rgba(219, 148, 148, 0.7);
    border-radius: 4px;
    z-index: 1;
}

.main-menu.menu-light .navigation > li.active > a {
    background: -webkit-linear-gradient(332deg, #7367F0, rgba(115, 103, 240, .7));
    background: linear-gradient(118deg, #9D0B0B, rgba(191, 58, 58, 0.7));
    box-shadow: 0 0 10px 1px rgba(219, 148, 148, 0.7);
    color: #FFF;
    font-weight: 400;
    border-radius: 4px;
}


.nav-pills .nav-link.active {
    border-color: #9D0B0B;
    box-shadow: 0 4px 18px -4px rgba(227, 159, 159, 0.65);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #FFF;
    background-color: #9D0B0B;
}



.main-menu.menu-light .navigation li a {
    color: #625F6E;
    padding: 4px 15px;
    line-height: 1;
}


.main-menu .navbar-header {
    width: 260px;
    height: 6rem;
    position: relative;
    padding: .35rem 1rem .3rem 1.64rem;
    -webkit-transition: .3s ease all, background 0s;
    transition: .3s ease all, background 0s;
}

.main-menu .main-menu-content {
    height: calc(100% - 6rem) !important;
    position: relative;
}

.table-responsive {
    overflow-x: none !important;
    -webkit-overflow-scrolling: touch;
}

.font12{
    font-size: 12px;
}

.font16{
    font-size: 16px !important;
}

.font18{
    font-size: 18px !important;
}

.font20{
    font-size: 20px !important;
}


.paddleft15{
    padding-left: 15px !important;
}

.topborderonly{
    border-top: 1px dotted #CCCCCC;
    padding-top: 20px !important;
}

.requiredtext{
    font-size: .7rem;
    font-style: italic;
    color: red;
}