#menu_header_ras{
	display: block;
    width: 100%;
    background: #e1e7ed;
    position: relative;
    height: 30px;
    overflow: hidden;
}
#menu_header_ras ul{
	display: block;
    margin: 0px;
    padding: 0px;
}
#menu_header_ras ul li{
	list-style: none;
    float: left;
}
#menu_header_ras ul li:nth-child(1) a{
	padding-left:0px;
}
#menu_header_ras ul li a{
	padding: 5px 5px;
    display: inline-block;
    font-size: 13px;
}
.menu_footer_mobile{
	display:none;
	position:fixed;
	background:#ffff;
	bottom:0px;
	width:100%;
	border-top: 1px solid #23c0e9;
}
.menu_footer_mobile ul{
	display: block;
    width: 100%;
    margin: 0px;
    padding: 5px;
    height: 48px;
}
.menu_footer_mobile ul li{
	list-style: none;
    float: left;
    text-align: center;
    line-height: 30px;
}
.menu_footer_mobile ul li i{
	cursor: pointer;
    padding: 10px;
    border: 1px solid #efefef;
    border-radius: 10px;
}
#global-loader {
    position: fixed;
    z-index: 50000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: 0 auto;
    text-align: center;
	display:none;
}
#global-loader.active{
	display:block;
}
#global-loader img {
    -webkit-animation: rotation 2s infinite linear;
	position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top:calc(50% - 85px);
    margin: 0 auto;
	width: 170px;
    height: auto;
}
@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
.overlay{
	display:none;
}
.table-responsive .ava_cont_ava{
	float: left;
    width: 35px;
}
.table-responsive td{
	vertical-align: middle;
    padding: 3px 10px;
	border-top: 1px solid #e4e6f9;
	font-size: 15px;
    font-weight: 400;
}
.table thead th{
	font-weight:100;
}
.table-responsive table{
	border: 1px solid #e4e6f9;
}
.table-responsive .ava_cont_ava img{
	
}
.overlay.active{
	position: fixed;
	display:block;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
	z-index: 999;
}
.myboxloginblock{
	position: fixed;
    z-index: 99999;
    background: rgba(0,0,0,1);
    width: 100%;
    height: 100vh;
    top: 0px;
}
.autch_gl_page{
	width: 95%;
    left: 2.5%;
    position: absolute;
    top: 150px;
    background: #fff;
    border-radius: 5px;
}
.logo_aut_mob {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.mb_user_app li{
	text-align: center;
    background: #fff;
    border: 1px solid #efefef;
    margin-top: 10px;
    padding: 10px 15px;
    cursor: pointer;
}
.top_panel_sup_app{
	display:inline-block;
	width:100%;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
.top_panel_sup_app li{
	list-style:none;
	float:left;
	margin-right:10px;
}
.bak_page_app{
	
}
@media (max-width: 500px) {
	.menu_footer_mobile{
		display:block;
	}
	.component-wrapper{
		padding-bottom: 40px;
	}
}