
/*=============================================================
    Authour URI: www.binarycart.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */
/*==============================================
    GENERAL  STYLES    
    =============================================*/
body {
    font-family: 'Open Sans', sans-serif;
    line-height:30px;
}

#wrapper {
    width: 100%;
    margin-top:50px;
}

#page-wrapper {
    padding: 15px 15px;
    min-height: 600px;
    background:#F3F3F3;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f3f3+0,f5f6f6+40,f4f3f3+46,dbdce2+60,b8bac6+75,dddfe3+87,f5f6f6+100 */
    background: rgb(244,243,243); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(244,243,243,1) 0%, rgba(245,246,246,1) 40%, rgba(244,243,243,1) 46%, rgba(219,220,226,1) 60%, rgba(184,186,198,1) 75%, rgba(221,223,227,1) 87%, rgba(245,246,246,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(244,243,243,1) 0%,rgba(245,246,246,1) 40%,rgba(244,243,243,1) 46%,rgba(219,220,226,1) 60%,rgba(184,186,198,1) 75%,rgba(221,223,227,1) 87%,rgba(245,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(244,243,243,1) 0%,rgba(245,246,246,1) 40%,rgba(244,243,243,1) 46%,rgba(219,220,226,1) 60%,rgba(184,186,198,1) 75%,rgba(221,223,227,1) 87%,rgba(245,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f3', endColorstr='#f5f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#page-inner {
    width:100%;
    margin:20px 20px 5px 0px;
    background-color:#f4f3f3!important;
    padding:10px;
    min-height:1050px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f3f3+0,f5f6f6+40,f4f3f3+46,dbdce2+60,b8bac6+75,dddfe3+87,f5f6f6+100 */
    background: rgb(244,243,243); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(244,243,243,1) 0%, rgba(245,246,246,1) 40%, rgba(244,243,243,1) 46%, rgba(219,220,226,1) 60%, rgba(184,186,198,1) 75%, rgba(221,223,227,1) 87%, rgba(245,246,246,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(244,243,243,1) 0%,rgba(245,246,246,1) 40%,rgba(244,243,243,1) 46%,rgba(219,220,226,1) 60%,rgba(184,186,198,1) 75%,rgba(221,223,227,1) 87%,rgba(245,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(244,243,243,1) 0%,rgba(245,246,246,1) 40%,rgba(244,243,243,1) 46%,rgba(219,220,226,1) 60%,rgba(184,186,198,1) 75%,rgba(221,223,227,1) 87%,rgba(245,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f3', endColorstr='#f5f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    background: transparent !important;
}
.pad-top {
    padding-top:15px;
}
/*==============================================
    MENU STYLES    
    =============================================*/

.sidebar-collapse .nav {
    padding:0;
    padding-top:50px;
}



.sidebar-collapse > .nav > li > a {
    /*padding:15px 10px;*/
    color: #214761;
    font-weight: 900;
    font-size: 16px;
}
.sidebar-collapse > .nav > li {
    border-bottom:1px solid #e1e1e1;
}
.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {

    background:#F3F3F3;
    outline:0;
}

.navbar-side {
    border:none;
    background-color: #fff;

}
.navbar-inverse {

    background-color: #214761;
    border-color: #F0F0F0;
    min-height: 80px;
}


.nav > li > a > i {
    margin-right:10px;
}
.logout-spn {
    float:right;
    color:#fff;
    font-size:16px;
    font-weight:800;
    margin:20px;
    margin: 10px 25px 10px 50px;
}
.logout-spn a {
    text-decoration:none;
}
.active-link {
    /*background-color:#2A363B;*/
}

/*==============================================
    DASHBOARD STYLES    
    =============================================*/
.div-square {
    padding:5px;
    border:3px double #e1e1e1;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    margin:5px;

}

.div-square> a,.div-square> a:hover {
    color:#808080;
    text-decoration:none;
}
/*==============================================
    FOOTER STYLES     
    =============================================*/
.footer {
    background-color:#214761;
    width:100%;
    color:#fff;
    padding:20px 50px 20px 50px;
    padding-left:20px;
}


.footer > a, .footer>a:hover {

    color:#fff;
}

.error_msg{
    color: #cc0000;
    font-size: 11px;
}

.alert{
    text-align: center;
    padding: 10px;
}

.page_heading{
    background: #214761;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}



/*==============================================================================*/
.menu {
    background: #214761;
    height: 4rem;
}
.menu ol {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
.menu > ol {
    max-width: 100%;
    padding: 0 2rem;
    display: flex;
}
.menu > ol > .menu-item {
    flex: 1;
    padding: 0.75rem 0;
}
.menu > ol > .menu-item:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    bottom: 5px;
    left: calc(50% - 2px);
    background: #FECEAB;
    will-change: transform;
    transform: scale(0);
    transition: transform 0.2s ease;
}
.menu > ol > .menu-item:hover:after {
    transform: scale(1);
}
.menu-item {
    position: relative;
    line-height: 2.5rem;
    text-align: center;
}
.menu-item a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #FFF;
    text-decoration: none;
}
.sub-menu .menu-item {
    padding: 0.75rem 0;
    background: #214761;
    opacity: 0;
    transform-origin: bottom;
    animation: enter 0.2s ease forwards;
}
.sub-menu .menu-item:nth-child(1) {
    animation-duration: 0.2s;
    animation-delay: 0s;
}
.sub-menu .menu-item:nth-child(2) {
    animation-duration: 0.3s;
    animation-delay: 0.1s;
}
.sub-menu .menu-item:nth-child(3) {
    animation-duration: 0.4s;
    animation-delay: 0.2s;
}
.sub-menu .menu-item:hover {
    background: #808080;
    text-decoration: none;
}
.sub-menu .menu-item a {
    padding: 0 0.75rem;
}
@media screen and (max-width: 600px) {
    .sub-menu .menu-item {
        background: #C06C84;
    }
}
@media screen and (max-width: 600px) {
    .menu {
        position: relative;
    }
    .menu:after {
        content: '';
        position: absolute;
        top: calc(50% - 2px);
        right: 1rem;
        width: 30px;
        height: 4px;
        background: #FFF;
        box-shadow: 0 10px #FFF, 0 -10px #FFF;
    }
    .menu > ol {
        display: none;
        background: #214761;
        flex-direction: column;
        justify-content: center;
        height: 100vh;
        animation: fade 0.2s ease-out;
    }
    .menu > ol > .menu-item {
        flex: 0;
        opacity: 0;
        animation: enter 0.3s ease-out forwards;
    }
    .menu > ol > .menu-item:nth-child(1) {
        animation-delay: 0s;
    }
    .menu > ol > .menu-item:nth-child(2) {
        animation-delay: 0.1s;
    }
    .menu > ol > .menu-item:nth-child(3) {
        animation-delay: 0.2s;
    }
    .menu > ol > .menu-item:nth-child(4) {
        animation-delay: 0.3s;
    }
    .menu > ol > .menu-item:nth-child(5) {
        animation-delay: 0.4s;
    }
    .menu > ol > .menu-item + .menu-item {
        margin-top: 0.75rem;
    }
    .menu > ol > .menu-item:after {
        left: auto;
        right: 1rem;
        bottom: calc(50% - 2px);
    }
    .menu > ol > .menu-item:hover {
        z-index: 1;
    }
    .menu:hover > ol {
        display: flex;
    }
    .menu:hover:after {
        box-shadow: none;
    }
}

.sub-menu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
    z-index: 1;
}
.menu-item:hover > .sub-menu {
    display: block;
}
@media screen and (max-width: 600px) {
    .sub-menu {
        width: 100vw;
        left: -2rem;
        top: 50%;
        transform: translateY(-50%);
    }
}

html, body {
    font-size: 16px;
    font-family: 'Fira Mono', monospace;
    margin: 0;
    background: #2A363B;
}

* {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: inherit;
}

a {
    text-decoration: none;
}

@keyframes enter {
    from {
        opacity: 0;
        transform: scaleY(0.98) translateY(10px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}




/* ==============================================================================*/

/*==============================================
    MEDIA QUERIES     
    =============================================*/

@media(min-width:768px) {
    #page-wrapper{
        margin: 0 0 0 260px;
        padding: 15px 30px;
        min-height: 1050px;

    }


    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 260px;

    }


}






