@font-face{
	font-family:'Circular Std';
	src:url(../fonts/CircularStd-Black.woff2) format("woff2"),
	url(../fonts/CircularStd-Black.woff) format("woff"),
	url(../fonts/CircularStd-Black.ttf) format("truetype");
	font-weight:900;
	font-style:normal;
}
@font-face{
	font-family:'Circular Std Book';
	src:url(../fonts/CircularStd-Book.woff2) format("woff2"),
	url(../fonts/CircularStd-Book.woff) format("woff"),
	url(../fonts/CircularStd-Book.ttf) format("truetype");
	font-weight:400;
	font-style:normal;
}

html { 
  margin:0;
  padding:0;
  background: url(images/background.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* old Chrome and Safari*/
  background-size: cover;
}

body {
	margin:0;
	padding:0;
	/*padding-top:100px;*/
	/*background-color:#fbfbfb;*/
	font-size:14px;
	line-height:26px;
	color: #3d464d;
    font-family: arial,verdana,"lucida sans unicode",tahoma,sans-serif; /*"Open Sans","lucida grande","Segoe UI"*/
	/*min-height: 500px;*/
	
}
body.blueBackground{
	background-image: url(images/General_Background_First_section.jpg); 
	background-size: cover;
}

.clear{ clear:both;}

.header{
	position: fixed;
	margin: 0;
	padding: 0;
	background-color: white;
	text-align: center;
	width: 100%;
	height: 75px;
	border-bottom: 1px solid #d0d4d9;
	-webkit-box-shadow: 0 1px 1px #d0d4d9;
    -moz-box-shadow: 0 1px 1px #d0d4d9;
	box-shadow: 0 1px 1px #d0d4d9;
	background-image: url(images/logo-final.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 10;
	top: 0;
	left: 0;
}

.header .left{
	padding:10px;
	width:150px;
	margin-top:10px;
}

.header .menu{ 
	float:right;
	width:130px;
}

.header .menu li{
	float:left;
	list-style-type:none;
	padding: 10px;
}

.header .menu li a{
	color:#2895f1;
	text-decoration: none;
}

.header .menu li a:hover{
	color:#737373;
}

.header .button{
	border: 1px solid #2895f1;
    color: #2895f1;
    margin: 0;
    padding: 5px 13px;
	cursor: pointer;
    display: inline-block;
	text-align: center;
    text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.header .button:hover{
	border-color: #0071ce;
    color: #0071ce;
}

.left{
	float:left;
	padding-left:10px;
}

.right{
	float:right;
	padding-right:10px;
}

.page_content{
	/*padding: 0 3%;*/
	background-color: white; 
	padding: 100px;
	font-family: "Circular Std Book",sans-serif;
	color: rgba(122,122,122,.8)!important;
	font-size: 16px!important;
	font-weight: 500;
    line-height: 1.4;

}
.page_content h1{
	margin-bottom: 25px; 
	color: #419ad4!important;
	font-size: 48px!important;
    font-weight: 900;
    line-height: 1.5;
}
.page_content h2{
	margin-bottom: 15px; 
	margin-top: 50px; 
	color: #382d2d!important;
	font-size: 30px!important;
    font-weight: 900;
    line-height: 1.5;
}
.page_content h4{
	margin-bottom: 15px; 
	color: #34b3e7!important;
	font-size: 24px!important;
    font-weight: 400;
    line-height: 1.5;
}

.page_bottom_spacer{
	height: 500px;
}

select{
	color: #3d464d;
	border: none;
    margin: 0 0 15px 0;
    padding: 13px 12px 13px 12px;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
	background-color: #ededed;
    font-family: Arial;
    font-size: 16px;
}
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active   {	
    -webkit-box-shadow: 0 0 0 30px #ededed inset !important;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: grey;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: grey;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: grey;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: grey;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: grey;
}

::placeholder { /* Most modern browsers support this now. */
    color: grey;
}

input, button, textarea{
	color: #3d464d;
	border: none;
    height: auto;
    font-size: 16px;
    margin: 0 0 15px 0;
    padding: 13px 12px 13px 12px;
	background-color: #ededed;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    font-family: Arial;
}

/*input, button, textarea{
	color: #3d464d;
	border: 1px solid #d0d4d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    height: 37px;
    margin: 10px 0 0 0;
    padding: 5px 10px;
	width:200px;
	box-sizing: border-box;
	min-height: 34px;
	-webkit-box-shadow: 0 0px 0px #d0d4d9;
    -moz-box-shadow: 0 0px 0px #d0d4d9;
	box-shadow: 0 0px 0px #d0d4d9;
}*/

textarea{
	height: 100px;
}

input::placeholder {
    color: grey;
}
input:focus::placeholder {
    color: grey;
}

input::-webkit-input-placeholder {
    color: grey;
}
input:focus::-webkit-input-placeholder {
    color: grey;
}

/* Firefox < 19 */
input:-moz-placeholder {
    color: grey;
}
input:focus:-moz-placeholder {
    color: grey;
}

/* Firefox > 19 */
input::-moz-placeholder {
    color: grey;
}
input:focus::-moz-placeholder {
    color: grey;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: grey;
}
input:focus:-ms-input-placeholder {
    color: grey;
}

label{
	display:none;
}

input[type=checkbox]{
	width: 20px;
	float: left;
	
}

.label_checkbox{
	width: 170px;
	float: left;
	padding-left: 10px;
	position: relative;
	top: 15px;
}

input[type=submit], button, a.submit{
	text-decoration: none;
	border: 1px solid #ffb311;
    line-height: 24px;
    width: auto;
	background-color: #ffb311;
    font-size: 16px;
	color: white;
	padding: 10px 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
}

input[type=submit]:hover, button:hover{
	opacity: 0.8;
}

img{
	display:block;
}

.img-preview{
    margin:10px;
    display: inline-block;
}

#captcha-image{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #d0d4d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
	width: 198px;
}

.payfirst_form{
	position: absolute;
	left: 70px;
	top: 10%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 6px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 6px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.1);
    display: block;
    font-size: 14px;
    height: auto;
    padding: 30px;
    width: 410px;
	background-color: #fefefe;
}

.payfirst_form .btn_action{
	display: block;
	width: 40px;
	height: 40px;
	margin:10px;
	position: relative;
	top: -60px;
	margin-bottom: -60px;
}

.payfirst_form .btn_action.btn_back{
	background-image: url(images/back.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.payfirst_form .btn_action.btn_add{
	background-image: url(images/add.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.payfirst_form p{
	text-align: center;
}

.payfirst_form h2{
	font-size: 22px;
	/*padding-left: 17px;*/
	text-align: center;
	margin-top: 0px;
}

.payfirst_form h3{
	font-size: 18px;
	font-weight: normal;
	padding-left: 17px;
	max-height: 30px;
	height: 30px;
	overflow: hidden;
	margin:0;
}

.payfirst_right{
	float:right;
}

#message-success{
	width: 300px;
	float: right;
	margin: 10px;
	border: 2px solid green;
	padding: 20px;
	background-color: lightgreen;
}

#message-error{
	width: 300px;
	position: absolute;
	right: 10px;
	margin: 10px;
	border: 2px solid red;
	padding: 20px;
	background-color: lightpink;
}

.error_msg{
	background: transparent url("images/arrow.png") no-repeat scroll 0 10px;
    display: block;
    left: 440px;
    position: relative;
    top: -57px;
	padding: 0 0 0 19px;
	margin: 0 0 -40px 0;
	float: left;
	white-space: nowrap;
	/*width: 200%;*/
	width: 600px;
}

.error_msg ul{
	max-width: 400px;
	background-color: #46494e;
	color: white;
	list-style-type: none;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	margin: 0;
	padding: 0;
	float: left;
	border: 0;
	overflow: hidden;
	max-height:40px;
}

.error_msg ul:hover{
	position:absolute;
	max-height: none;
	z-index:2;
	cursor: pointer;
}

.error_msg ul li{
	height: 40px;
	max-height: 40px;
	white-space: nowrap;
	line-height: 40px;
	margin: 0;
	padding: 0 15px 0 15px;
	float: left;
}

#payfirst_form_pro .error_msg ul{
	float: left;
}

#payfirst_form_pro .error_msg{
	left: 450px;
}

.image_logo{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.btn_language{
	position: absolute;
	top: 32px;
	right: 30px;
	color: #ffb311;
	text-decoration: none;
	font-weight: bold;
}

#payfirst_form_login.button{
	display:block;
}

img.super_background {
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
}

/*
section.main header {
	padding:12px 10px 8px 18px;
	max-width:1180px;
	text-transform:uppercase;
	background-color:#c4007a;
	color:white;
	font-family: 'MyriadProBoldCondensed' !important;
	font-size:1.4em;
	font-weight:bold;
	border-top-left-radius:12px;
	border-top-right-radius:12px;
}
*/

section.zero section.main{ background:white; margin-bottom:2em; padding-bottom:10px;
	border-top-left-radius:12px;
	border-top-right-radius:12px;
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;}
	
section:after {
	content:" ";
}

section.zero section.main div.mainColumn{ padding:1em;}
section.zero section.main div.mainColumn h2{ border-bottom:1px solid #c4007a; padding-bottom:5px;font-size:1.4em;	text-transform:uppercase;font-family: 'MyriadProBoldCondensed' !important;}

nav {
	text-transform:none;
	padding:10px;
	display: inline;
	color:#c4007a;
}
footer {
	color:white;
	clear:left;
}
footer:after {
	content:" .";
}

.footer_conditions{
	width:100%;
	text-align: center;
	position: fixed;
	bottom: 10px;
}

.footer_bar{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 6px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 6px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.1);
    display: inline-block;
    padding: 0;
	background-color: #fefefe;
	padding: 10px;
}

.footer_conditions a{
	padding: 0 5px;
	color: #495057;
}

#login_action{
	display: block;
	width: 100%;
	text-align: center;
}

#login_action a{
	margin: 5px;
	color: #495057;
}
 
#contact_back{
	top: -76px;
	margin-left: 0;
}

@media screen and ( max-height: 600px ){
	.payfirst_form{
		top: 100px;
		margin: 0;
	}
	
	#payfirst_form_pro{
		margin: 0;
	}
	
	#payfirst_form_login{
		margin: 0;
	}
}


#uploaded_files{ list-style: none; }
#uploaded_files{ width: 100%; padding: 0; }
#uploaded_files .leaf_file{ width: 100%; padding: 0 0 10px 0; }
#uploaded_files span{
	border: none;
}

#uploaded_files li div{
	/*border: 1px solid blue;*/
	height: auto;
	border-bottom: 1px solid #ededed;
}

#uploaded_files li div span{
	float: left;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	max-height: 25px;
}

#uploaded_files li div a{
	display: block;
	float: right;
	margin-left: 5px;
}

.download-invoice { border: 1px solid #3d464d; display: block; color: #3d464d;  width: 150px; text-decoration: none; padding: 20px 0 10px 0; margin: 0 auto; text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; }
