.notification {
    display: block;
    position: absolute;
    top: -8px;
    right: 10px;
    line-height: 16px;
    height: 16px;
    padding: 0 5px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
.icon{
    font-size: 30px;
    color: #fff;
}
.icon-black{
    font-size: 30px;
    color: #000;
}
.top-margin{
    margin-top: 55px;
}
button.close-icon {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.close-icon{
    float: right;
    margin-top: 9px;
    margin-right: 5px;
    font-size: 15px;
    line-height: 1;
    text-shadow: 0 1px 0 #000;
}
.close-icon.bg{
    background-color: #fff;
    border-radius: 13px;
    padding:2px 5px;
}
.top-block{
    background: linear-gradient(#00BFFF,#2F2727);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2F2727), to(#00BFFF));
    background: -webkit-linear-gradient(top, #00BFFF,#2F2727);
    background: -moz-linear-gradient(top, #00BFFF,#2F2727);
    background: -ms-linear-gradient(top, #00BFFF,#2F2727);
    background: -o-linear-gradient(top, #00BFFF,#2F2727);
    color:#fff;
}
.top-block2{
    background: linear-gradient(#ccffcc,#33ff33);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccffcc), to(#33ff33));
    background: -webkit-linear-gradient(top, #ccffcc,#33ff33);
    background: -moz-linear-gradient(top, #ccffcc,#33ff33);
    background: -ms-linear-gradient(top, #ccffcc,#33ff33);
    background: -o-linear-gradient(top, #ccffcc,#33ff33);
    color:#fff;
}
.top-block3{
    background: linear-gradient(#ffff99,#888888);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffff99), to(#888888));
    background: -webkit-linear-gradient(top, #ffff99,#888888);
    background: -moz-linear-gradient(top, #ffff99,#888888);
    background: -ms-linear-gradient(top, #ffff99,#888888);
    background: -o-linear-gradient(top, #ffff99,#888888);
    color:#fff;
}
.login-bg{
    background-color: rgb(0, 186, 139);
}


/*start side bar menu*/

@media (min-width:320px)  {
    .nav-side-menu {
        overflow: auto;
        background-color: #fff;
        position: fixed;
        color: #e1ffff;
        width: 50%;
        margin-left: -15px;
        
        box-shadow: 2px 2px #ccc;
        border-radius: 4px;
        height: 100%;
        /*overflow-y: hidden;*/
        display:none;
        z-index: 1000;
    }
    .mb{
        display:block;
    }
}
@media (min-width:481px)  {
    .nav-side-menu {
        overflow: auto;
        background-color: #fff;
        position: fixed;
        color: #e1ffff;
        width: 50%;
        margin-left: -15px;
        
        box-shadow: 2px 2px #ccc;
        border-radius: 4px;
        height: 100%;
        /*overflow-y: hidden;*/
        display:none;
        z-index: 1000;
    }
    .mb{
        display:block;
    }
}
@media (min-width:641px)  { 
    .nav-side-menu {
        overflow: auto;
        background-color: #fff;
        position: fixed;
        color: #e1ffff;
        width: 25%;
        margin-left: -15px;
        
        box-shadow: 2px 2px #ccc;
        border-radius: 4px;
        height: 100%;
        /*overflow-y: hidden;*/
        display:block;
    }
    .mb{
        display:none;
    }
}
@media (min-width:961px)  { 
    .nav-side-menu {
        overflow: auto;
        background-color: #fff;
        position: fixed;
        color: #e1ffff;
        width: 16.66666667%;
        margin-left: -15px;
        
        box-shadow: 2px 2px #ccc;
        border-radius: 4px;
        height: 100%;
        /*overflow-y: hidden;*/
        display:block;
    }
    .mb{
        display:none;
    }
}
@media (min-width:1025px) { 
    .nav-side-menu {
        overflow: auto;
        background-color: #fff;
        position: fixed;
        color: #e1ffff;
        width: 16.66666667%;
        margin-left: -15px;
        
        box-shadow: 2px 2px #ccc;
        border-radius: 4px;
        height: 100%;
        /*overflow-y: hidden;*/
        display:block;
    }
    .mb{
        display:none;
    }
}
@media (min-width:1281px) { 
    .nav-side-menu {
        overflow: auto;
        background-color: #fff;
        position: fixed;
        color: #e1ffff;
        width: 16.66666667%;
        margin-left: -15px;
        
        box-shadow: 2px 2px #ccc;
        border-radius: 4px;
        height: 100%;
        /*overflow-y: hidden;*/
        display:block;
    }
    .mb{
        display:none;
    }
}
.nav-side-menu::-webkit-scrollbar { display: none; }

.nav-side-menu .brand {
    background-color: #000;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 16px;
}
.nav-side-menu .toggle-btn {
    display: none;
}

a{
    color: #fff;
}
.note-placeholder{
    width: 100%;
    display: block;
    height: 100%;
}

