/*-----------------------------------------------COMMON*/

@font-face {
    font-family:'Ubuntu-L';
	src: url('Ubuntu-L.ttf') format('truetype'); 
	font-style: normal;
	font-weight:normal;
}

@font-face {
    font-family:'Ubuntu-R';
	src: url('Ubuntu-R.ttf') format('truetype'); 
	font-style: normal;
	font-weight:normal;
}

@font-face {
    font-family:'Ubuntu-B';
	src: url('Ubuntu-B.ttf') format('truetype'); 
	font-style: normal;
	font-weight:normal;
}

@font-face {
    font-family:'Ubuntu-C';
	src: url('Ubuntu-C.ttf') format('truetype'); 
	font-style: normal;
	font-weight:normal;
}

@font-face {
    font-family:'Segoeprb';
	src: url('segoeprb.ttf') format('truetype'); 
	font-style: normal;
	font-weight:normal;
}

body{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	background:#f5f5f5;
	position:relative;
	font-family: 'Ubuntu-L', Arial;
	font-size:15px;
	color:#727272;
}

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
	box-sizing: border-box;
}

.wrapper{
	max-width:940px;
	height:auto;
	margin:40px auto;
	padding:0;
}

a{
	color:#27aae1;
	text-decoration:none;	
}

	a:hover, a:focus{
		color:#105978;
	}

h1{
	font-size:19px;
	margin:0;
	padding:20px 0 20px 40px;
	color:#244864;
	font-weight:normal;
}

.custom-overlay{
	background-color: rgba(0,0,0,.6); 
	position: fixed; 
	left: 0; 
	right: 0; 
	top: 0; 
	bottom: 0; 
	z-index: 10000; 
	display:none;
}		

.custom-overlay .loading{ 
	background:#fff url(/template/styles/imgs/ripple.gif) no-repeat center 110px; 
	width: 378px; 
	height:280px; 
	padding: 17px; 
	border-radius: 5px; 
	text-align: center; 
	position: fixed; 
	left: 50%; 
	top: 50%; 
	margin-left: -156px; 
	margin-top: -200px; 
	overflow: hidden; 
	z-index: 99999;
}
.custom-overlay .loading p{ 
	color:#001f2d; 
	font-size:23px; 
	text-align:center; 
	margin: 0; 
	padding: 20px; 
}
.custom-overlay .loading p span{
	display:block; 
	font-size:13px; 
	color: #008fd4;
	text-transform: uppercase;
	padding: 4px 0 0 0;
}