.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;}

.btn-outline-secondary{ border:0px; border:1px solid #ced4da; border-left:0px!important; background-color:#FFFFFF!important }
.btn-outline-secondary:hover{ color:#666666!important}
.noborder-right{ border-right:0px;}
.table-circle{ border-radius:10px 10px 0 0!important }
.table-thead th{ background-color:#36304A; color:#FFF; border:0px!important; height:30px!important; line-height:30px!important;}
.table td{ background-color:#F3F3F3; height:36px; font-family:Open Sans; font-size:14px;}
table
{
border-collapse: collapse;
background: white;
border-radius: 10px;
overflow: hidden;
width: 100%;
margin: 0 auto;
position: relative;
}

.w-100{ width:100%}
.btn-white{ color:#FFFFFF!important; margin-bottom:5px;}
.dash-control{ height:38px!important;}

.search-div{ margin-bottom:30px;}
.search-div .form-control{ height:45px!important;}

.notice{ font-size:14px;}

.button-1 {
  background-color: #EA4C89;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1:hover,
.button-1:focus {
  background-color: #F082AC;
}

.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: #FFF;
	border-right:1px solid #CCCCCC;
    color: #666;
    transition: all 0.3s;
	padding:25px;
	padding-top:0px;
}

#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: 0.90em;
    display: block;
	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;
    }
}

