/*
 * import
 * 
 * 
 */

    @import url('/assets/panel/components/toastr/toastr.css');

    .cw-menu-block-panel{
        z-index:999; 
        width: 110px;
        padding: 5px 20px;
        margin: 1px; 
        background-color: #FDF35A;
        border-radius: 9px;
    }
    
    .cw-menu-block-panel i{
        font-size:12px;
        cursor: pointer;
        margin: 0 2px;
        color: black;
    }
    
    .cw-menu-block{
        top: -80px;
        left: 10%;
        z-index: 333;
        position: relative !important;
        display: inline;
        background: #FCC43F;

/*        padding: 5px;
        margin-bottom: -5px*/
        
    }
    
    .cw-menu-block i{
/*        font-size:12px;
        margin: 0 2px; */
        cursor: pointer;
    }

.pmd-sidebar-nav >li>a{
    white-space: normal !important;
}

.dropdown-menu >li>a{
    white-space: normal !important;
}

.pmd-sidebar .pmd-sidebar-nav li a {
    padding: 16px 14px 14px !important;
    font-size: 13px !important;
    
    border-bottom: 1px solid rgba(69, 74, 84, 0.7);
}

/*.dropdown-menu li {
    padding-left: 10px !important;
    font-size: 13px !important;
    
    border-bottom: 1px solid rgba(69, 74, 84, 0.7);
}*/

.pmd-sidebar .pmd-sidebar-nav .dropdown-menu li a {
    padding: 16px 28px 14px !important;
    font-size: 12px !important;
    
    border-bottom: none;
}

body {
    font-size: 14px !important;
}


.tab-pane{
    margin-bottom: 35px;
}

