﻿@import "sidenav.css?v=3.3.3";


body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4285;
    color: rgba(64, 64, 64, 1);
    background-color: #fff;
}

a {
    color: rgba(64, 64, 64, 1);
    /*text-decoration: underline;*/
}


#menu-toggle {
    font-size: 16px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

#wrapper {
    padding-right: 2cm;
    transition: all .4s ease 0s;
    height: 100%
}

/*#wrapper {
    padding-right: 450px;
}*/

#sidebar-wrapper {
    margin-left: 0cm;
    left: 0cm;
    width: 8cm;
    /*<<<<<<< HEAD background: #FFFFFF;*/
    position: fixed;
    /*position: absolute;*/
    /*======= background: #064674;*/
    position: absolute;
    /*>>>>>>> master height: auto;*/
    z-index: 1;
    transition: all .4s ease 0s;
}
/*#sidebar-wrapper {
    left: 2cm;
    position: fixed;
}*/


.sidebar-nav {
    display: block;
    float: left;
    width: 8cm;
    list-style: none;
    margin-left: -40px;
    margin-bottom: 0px;
}

#page-content-wrapper {
    padding-left: 0;
    padding-top: 40px;
    margin-left: 8cm;
    width: 100%;
    height: auto;
}

#wrapper.active {
    padding-left: 8cm;
    color: #778792;
}

    #wrapper.active #sidebar-wrapper {
        left: 8cm;
        color: #778792;
    }

#page-content-wrapper {
    width: 100%;
}



.sidebar_name {
    padding-top: 25px;
    color: #fff;
    opacity: .7;
}

.sidebar-nav li {
    line-height: 60px;
    text-indent: 20px;
    color: #000;
    display: block;
    float: left;
    text-decoration: none;
    width: 8cm;
    background: #FFFFFF !important;
    border-bottom: 1px solid rgba(119, 135, 146, 0.2);
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}

    .sidebar-nav li a {
        color: #773970;
        display: block;
        text-decoration: none;
    }

        .sidebar-nav li a:hover {
            color: #778792;
            background: rgba(255,255,255,0.2);
            text-decoration: none;
        }

        .sidebar-nav li a:active,
        .sidebar-nav li a:focus {
            text-decoration: none;
        }

.sidebar-nav > .sidebar-brand {
    height: 80px;
    line-height: 80px;
    font-size: 18px;
}

    .sidebar-nav > .sidebar-brand a {
        color: rgba(133, 20, 108, 1);
    }

        .sidebar-nav > .sidebar-brand a:hover {
            color: #778792;
            background: none;
        }


#main_icon {
    float: left;
    padding-right: 1cm;
    padding-top: 30px;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: rgba(133, 20, 108, 1);
    border-radius: 50%;
    display: inline-block;
    margin-right: 5%;
}

.sub_icon:hover {
    background-color: #778792;
}

.content-header {
    height: 65px;
    line-height: 65px;
}

    .content-header h1 {
        margin: 0;
        margin-left: 20px;
        line-height: 65px;
        display: inline-block;
    }

@media (max-width:767px) {
    #wrapper {
        padding-left: 2cm;
        transition: all .4s ease 0s;
    }

    #sidebar-wrapper {
        left: 2cm;
    }

    #wrapper.active {
        padding-left: 8cm;
    }

        #wrapper.active #sidebar-wrapper {
            left: 8cm;
            width: 8cm;
            transition: all .4s ease 0s;
        }
}

