@font-face {
    font-family: 'icon-text';
    src: url('../../../fonts/modernpictogramspro_2-webfont.eot');
    src: url('../../../fonts/modernpictogramspro_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/modernpictogramspro_2-webfont.woff') format('woff'),
         url('../../../fonts/modernpictogramspro_2-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'awesome';
    src: url('../../../fonts/fontawesome-webfont.eot');
    src: url('../../../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/fontawesome-webfont.woff') format('woff'),
         url('../../../fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
	background:#f9f9f9 url(../img/logo_big.png) center bottom no-repeat;
	color: #333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;/* 'Terminal Dosis', Arial, sans-serif;*/
	font-size: 13px;
}

h1.under {
	margin-top:25px;}

h2 {
	font-size:22px;
}

h3 {
	font-size:18px;
}

a {
	color:#0c8599;
}

a:hover {
	color:#555;
}

a.buttons {
	padding:8px 10px;
	background:#ddd;
	color:#666;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	margin:0 0 15px 0;
}

a.buttons:hover {
	background:#ccc;
}

a.blue {
	background:#0c8599;
	color:#fff;
}

a.blue:hover {
	background:#0cc8d0;
}

.icons {
	font-family:'icon-text';
}

/****************************************/

body.loading {
    /* Replace #333 with the background-color of your choice */
    /* Replace loading.gif with the loading image of your choice */
    background: #fff url('../img/icone/loading.gif') no-repeat 50% 50%;
}

.logo-container {
	padding:25px 0; 
}

.logo-container img {
	width:150px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}

#loading-login span {
	background:url(../img/icone/loading.gif) center left no-repeat;
	color:#CCC;
	font-size:12px;
	font-style:italic;
	padding:0 0 0 25px;
	line-height:17px;
}

#loading-login span.login-message {
	background-image:none;
	color:#F22;
	font-size:12px;
	font-style:italic;
	padding:0 0 0 0px;
	line-height:17px;
}

#loading-recover span {
	background:url(../img/icone/loading.gif) center left no-repeat;
	color:#999;
	font-size:12px;
	font-style:italic;
	padding:0 0 0 25px;
	line-height:17px;
}

.loader-all {
	position:absolute;
	z-index:3000000;
	float:left;
	width:100%;
	display:none;
	text-align:center;
	background:rgba(255,255,255,0.7) }

.loader-all-disconnected {
	display:table-cell;	
	vertical-align:middle;
	text-transform:lowercase;
	font-style:italic;
	font-size:13px;
	color:#999;
}

.callback-action {
	position:absolute;
	z-index:2999999;
	float:left;
	width:100%;
	margin-top:99px;
	display:none;
	text-align:center;
}

.callback-action span {
	-moz-box-shadow: 0px 1px 4px 0px #fceaca;
	-webkit-box-shadow: 0px 1px 4px 0px #fceaca;
	box-shadow: 0px 1px 4px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0c8599), color-stop(1, #b4d0d4) );
	background:-moz-linear-gradient( center top, #0c8599 5%, #b4d0d4 100% );
	background:linear-gradient( to bottom, #0c8599 5%, #b4d0d4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c8599', endColorstr='#b4d0d4');
	background-color:#b4d0d4;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	text-indent:0;
	border:1px solid #f1f1f1;
	display:inline-block;
	color:#245866;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:auto;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #fff;
	padding-right:15px;
	padding-left:15px; }