.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bg-low{
	background-color: #f7f4f4;
}
.w-100-p{
	width:100%;
}
.w-20{
	width:20px;
}
.padding-10{
	padding:10px;
}
.padding-l-10{
	padding-left:10px;
}
.padding-t-10{
	padding-top:10px;
}
.padding-ad{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
}
.pointer{
	cursor: pointer;
}
.move{
	cursor:move;
 }
.centered{
	text-align:center;
}
.overflow-a{
	overflow:auto;
}
.overflow-h{
	overflow:hidden;
}
.green{
	color: green;
}
.red{
	 color: red;
 }

.d-block{
	display:block!important;
}

.float-r{
	float:right;
}
.float-l{
	float:left;
}

.bold{
	font-weight: 900;
}



.background_user{
	max-width:1000px!important;
	margin:0 auto!important;
}




.element{
	display: none;
}

.justify{
	text-align:justify
}




















/*
	manu small
*/


.menu_small_top{
	float: left;
	padding:5px;
	height: 16px;
	width: 30px;
	text-align:center;
	cursor: pointer;
	margin-top: 3px;
	padding-bottom:8px;
	margin-left: -1px;
	font-color: #ddcdcdc;
	font-size: 14px;
	background-color:#fff;
	border: 1px solid #dcdcdc;

}
.menu_small_top:hover{
	background-color: #f6f6f6;
}


.menu_small{
	float: left;
	margin-left: 5px;
	padding: 5px;
	height: 23px;
	min-width: 30px;
	text-align: center;
	background-color: #f5f6f8;
	cursor: pointer;
	font-size: 13px;
}
.menu_small:hover{
	background-color: #e6e6e9;
}

.menu_small_inactive{
	background-color: #f5f6f8!important;
}
.menu_small_inactive:hover{
	background-color: #f5f6f8!important;
	cursor: default;
}
.menu-small-60{
	width: 60px;
}




.wrapper_frame   {width:100%!important;height:100%!important;margin:0 auto!important;background:transparent!important}
.h_iframe        {position:relative!important;}
.h_iframe .ratio {display:block!important;width:100%!important;height:auto!important;}
.h_iframe iframe {position:absolute!important;top:0!important;left:0!important;width:100%!important; height:100%!important;}

.btn-act{
	color: #45baff!important;
	background-color: #f9f9fa!important
}