.page-body-wrapper{ width:100%; float:left; min-height:600px;}

/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
.dash-h5{ margin-bottom:40px; font-size:20px; font-family:Arial, Helvetica, sans-serif;}
.breadcrumb{ padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:14px;}
.breadcrumb a{ font-family:Arial, Helvetica, sans-serif; font-size:14px;}
.table-thead th{ background-color:#EAEAEA; color:#666666}
.table-circle{ border-radius:8px;}
.w-100{ width:100%}
.btn-white{ color:#FFFFFF!important; margin-bottom:5px;}
.dash-control{ height:38px!important;}
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #EAEAEA;
    color: #666;
    transition: all 0.3s;
	padding:25px;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #F4F4F4;
	text-align:center;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
	font-size:15px; 
	color:#333333;
}

#sidebar ul li a:hover {
    color: #000;;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #F4F4F4;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #F4F4F4;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #F4F4F4 !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
	padding-top:0px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

.notification-alert{ width:400px; height:450px; overflow:auto;  overflow-x: hidden;}
.notification-line{ border-bottom:1px solid #E9E9E9; padding:10px; min-height:40px; height:auto; float:left; padding-bottom:10px; width:100%}

.form2
{
	width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 10px 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	float:left;
	min-height:200px;

}



@media (max-width: 768px) {
.notification-alert{ width:100%; height:400px;  overflow-x: hidden;}
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}