/*@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";*/
body {
    font-family: 'Poppins', sans-serif;
    background-color: #E5E5E5;
}
p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
i, span {
    display: inline-block;
}
.wrapper{

}
/* ---------------------------------------------------
    HEADER STYLE
----------------------------------------------------- */
.header{
    /*background-color: #7386D5;*/
    background-color: #6d7fcc;
    padding: 0px;
    color: white;
}
#header1{
    background-color: #7386D5;
    padding: 0px;
    height: inherit;
}
.toggle-btn{
    color: #fff;
    font-size: 24px;
    background: inherit;
    height: inherit;
}
.toggle-btn:hover{
    background-color: #6d7fcc;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}
#sidebar {
    min-width: 230px;
    /*background: #7386D5;*/
    background: #222d32;
    color: #fff;
    transition: all 0.3s;
}
#sidebar.active {
    min-width: 60px;
    max-width: 60px;
    text-align: center;
}
#sidebar.active .sidebar-header .img1, #sidebar.active .CTAs, #sidebar.active .nav-title{
    display: none;
}
#sidebar.active .sidebar-header strong {
    display: block;
}


.nav_chevron{
    float: right;
    color: white;
}
#sidebar.active ul li a .nav_chevron{
    float: right;
}

/*
#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}
#sidebar.active ul ul a {
    padding: 0px !important;
}*/

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #222d32;
}
#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}





li {
list-style:none;
} 
.panel{
    border: none;
    padding: 4px;
    background: inherit;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #2a383e;
    border-color: #ddd;
}

.panel-group .panel+.panel, #accordion {
    margin-top: 0px;
    background: inherit;
}
.panel-group {
    margin-top: 5px;
}
.panel-collapse {
    background-color:rgba(220, 213, 172, 0.5);
}
.glyphicon { 
    margin-right:10px; 
}
ul.list-group {
    margin:0px;
}
ul.bulletlist li {
    list-style:disc;
}
ul.list-group  li a {
 display:block;
 padding:5px 0px 5px 15px;
 text-decoration:none;
}
ul.list-group li {
     background-color: #2a383e;
} 
ul.list-group  li a:hover, ul li a:focus {
 color:#fff;
 background-color: #222d32;
}
.panel-title a:hover,
.panel-title a:active,
.panel-title a:focus,
.panel-title .open a:hover,
.panel-title .open a:active,
.panel-title .open a:focus
 {
    text-decoration:none;
    color:#fff;
    background-color: inherit;
}
.panel-heading:hover{
    background-color: #222d32;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
        display: block;
}

#collapseOne ul li.active{
    display: block;
    float: right;
    background: red;
}



.notification_btn:hover{
    color: white;
}
.sidebar_img{
    width: 80px;
    height: 80px;
    border-radius: 100px;
}
.sidebar_img_small{
    width: 35px;
    border-radius: 200px;
}
.notification_btn{
    float: right;
    font-size: 24px;
    background: inherit;
    height: inherit;
    padding: 7px;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    position:relative;
    background:inherit;
    border-radius:3px;
    padding:20px;
    box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
    margin-bottom:30px;
    transition:all 0.3s ease-in-out;
    margin: auto;
    width: 95%;
    min-height: 91vh;
}
.page-title{
    display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-direction:row;flex-direction:row;background-color:#FFF;margin-bottom:30px;padding:10px 30px;box-shadow:0 1px 2px rgba(0,0,0,0.1);
}
.page-title h1{
    margin:0;font-size:24px;font-weight:400;
}
.page-title p{
    margin-bottom:0;font-style:italic;
}
.page-title .breadcrumb{
    margin-bottom:0;text-align:right;font-weight:500;font-size:13px;text-transform:capitalize;
}
.page-title .breadcrumb.side{
    margin-top:10px;text-align:left;padding:0;
}  
.card{
    position:relative;background:#ffffff;border-radius:3px;padding:20px;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);margin-bottom:30px;transition:all 0.3s ease-in-out;
}
.card.small{
    padding:0;
}
input:focus{
    border-color:#673AB7;
}
#zctb{
    overflow-x: scroll; 
}
/*** HOME DASHBOARD WIDGETS*/
    .wrimagecard{   
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: left;
    position: relative;
    background: #fff;
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    border-radius: 4px;
    transition: all 0.3s ease;
}
.wrimagecard .fa{
    position: relative;
    font-size: 70px;
}
.wrimagecard-topimage_header{
padding: 20px;
}
a.wrimagecard:hover, .wrimagecard-topimage:hover {
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}
.wrimagecard-topimage a {
    width: 100%;
    height: 100%;
    display: block;
}
.wrimagecard-topimage_title {
    padding: 20px 24px;
    height: 80px;
    padding-bottom: 0.75rem;
    position: relative;
}
.wrimagecard-topimage a {
    border-bottom: none;
    text-decoration: none;
    color: #525c65;
    transition: color 0.3s ease;
}


/************************/

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important ;
    }
    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header .img1, #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right:  0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    .page-title{
        margin-top:-10px;margin-left:-10px;margin-right:-10px;padding:20px;
   }
    .card{
        position:relative;background:#ffffff;border-radius:3px;padding:20px;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);margin-bottom:30px;transition:all 0.3s ease-in-out;
   }
   .card.small{
        padding:0;
   }
   .page-title h1{
        margin:0;font-size:12px;font-weight:200;
    }
}