.accor_effect{
	display: none;
}.accor_action{
	font-weight: bold;background: #efefef;border-radius: 5px;
	font-size: 16px;cursor: pointer;padding: 5px 15px;display: flex;
	align-items: center;
}
.main{
display: flex;
}.left{
width: 300px;
height:auto;
}.flex_{
display: flex;
}.align-items{
align-items: center;
}/*
.right{
position: absolute;
padding-left: 250px;

}*/.space{
width: 20px!important;
}.form-control{
width: 100%!important
}.right{overflow-y: scroll;
width: 100%;height: calc(100vh - 80px);
}.flex_ div{
width: 100%;
}.right>form{
width:100%;
margin: auto;
}a{
text-decoration: none!important;
}.list-group li{
color: #fff;
}.row_ >div{


width: 250px!important;
}
.flex-wrap{
flex-wrap: wrap;
}.padding{
padding: 20px 60px;
}.sidebar-nav ul .sidebar-item .sidebar-link span {
	margin-left: 10px!important;
}.sidebar-nav ul .sidebar-item .sidebar-link i {
	font-size: 16px!important;
}
header{
	display: flex;
	padding: 0 20px;
	align-items: center;
	justify-content: space-between;
}
.toast {
border-radius: 3px;
padding: 0 20px;
box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
position: fixed;
top: 70px;
z-index: 1000000000;opacity: 1!important;
right: 70px;
display: flex;
height: 60px;
align-items: center;
background: #fff
}

.toast span {
font-size: 18px
}

.succ {
border-left: 10px solid #5cb85c
}

.error {
border-left: 10px solid #d9534f
}

.error>span,
.error>i {margin-right: 10px;
color: #d9534f !important
}

.succ>span,
.succ>i {margin-right: 10px;
color: #5cb85c !important
}
@media only screen and (max-width: 600px) {
aside{
	display: none;
}
.right{
	padding-left: 0;
}.padding{
	padding: 20px 20px;
}.flex_{
	flex-direction: column;
}.make_center{
	align-items: center;margin: auto;
}body>.flex_{
	flex-direction: row;
}
}