/*.modal.left .modal-dialog.modal-sm {
  max-width:300px;
}*/


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/


.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 25%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
    }

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    }

.modal.right .modal-body {
    padding: 0px;
    }
        
/*Right*/
.modal.right.fade .modal-dialog {
    right: -25%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
    }
    
.modal.right.fade.in .modal-dialog {
    right: 0;
    }

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
    }

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #b0b0b0;
    }






.notification-bar {
    background-color: rgba(240, 240, 240, 0.64);
    padding: 12px;
    border-radius: 12px;
    backdrop-filter: blur(3px);
    max-width: 100%;
    margin: 8px;
}

.notification-bar > h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 4px;
}

.notification-bar>p {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
}

nav {
    position: relative;
    width: 100%;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul li a {
    display: block;
    background: #fff;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    transition-property: padding-left;
    transition-duration: 0.3s;
}
nav ul li .active {
    background: #f8f8f8;
    padding-left: 20px;
    border-left: 5px solid #3a3533;
    text-decoration: none;
    color: #3a3533;

}
nav ul li a:hover {
    background: #f8f8f8;
    padding-left:20px;
    border-left: 5px solid #3a3533;
    text-decoration: none;
    color: #3a3533;
}

nav ul li a:focus, a:hover {
    text-decoration: none;
}

.active_side {
    background: #f8f8f8;
    padding-left:20px;
    border-left: 5px solid #3a3533;
}
nav ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float:right;
}

nav ul ul {
    background-color:#fff;
}
nav ul li ul li a {
    background: #f8f8f8;
    border-left: 5px solid transparent;
    padding: 10px 30px;

    transition-property: padding-left;
    transition-duration: 0.3s;
}
nav ul li ul li a:hover {
    background: #fff;
     border-left: 10px solid #3a3533;
     padding-left:50px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) 
{
    .modal.right .modal-dialog {
        width: 85%;
    }
    
.close{
    color:#000 !important;
    margin:-8 !important;
}
}

@media only screen and (min-device-width : 481px) and (max-device-width : 767px)
{
    .modal.right .modal-dialog {
        width: 50%;
    }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 991px)
{

}

@media only screen and (min-device-width : 992px) and (max-device-width : 1199px)
{
   
}