@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../font/fa-solid-900.eot");
  src: url("../font/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../font/fa-solid-900.woff2") format("woff2"), url("../font/fa-solid-900.woff") format("woff"), url("../font/fa-solid-900.ttf") format("truetype"), url("../font/fa-solid-900.svg#fontawesome") format("svg"); }

	.fa,
	.fas {
	  font-family: 'FontAwesome';
	  font-weight: 900; }


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

}

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

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

@font-face {
    font-family: 'ubuntucondensed';
    src: url('font/ubuntucondensed-regular.ttf');
    font-weight: normal;
    font-style: normal;
}





html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	color:#d24d13;
	font-weight: bold;
}

body {
	background: url(../img/login-bg.jpg) no-repeat;
	background-position: 50% 0%;
    background-size: cover;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:300;
	text-align: left;
	text-decoration: none;
	background-attachment: fixed;

}

#wrapper {
	/* Center wrapper perfectly */
	width: 300px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -150px;
	margin-top: -200px;
}

#wrapper-reg {
	width: 960px;
	position: relative;
	margin: 50px auto;

}


.login-form {
	width: 300px;
	margin: 0 auto;
	position: relative;
	z-index:5;

	background: #f3f3f3;
	border: 1px solid #fff;
	border-radius: 5px;

	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  margin-top: 40px;
}

#wrapper-reg .login-form {
	width: 960px;
}


.login-form .header {
  padding: 190px 30px 20px;
    background-image: url(../img/ws-icon.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 32px -0px;
    text-align: center;
    margin-top: -60px;
}

#wrapper-reg .login-form .header {
	background-size: 25%;
    background-position: 50% 0px;
}


.login-form .header h1 {
	font-family: 'Flama', serif;
	font-weight: 300;
	font-size: 28px;
	line-height:34px;
	color: #414848;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	margin-bottom: 10px;
  text-transform: uppercase;
}

.login-form .header h1 b {
	font-weight: bold;
}



.login-form .header span {
	font-size: 11px;
	line-height: 16px;
	color: #3d4350;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}

/*******************
CONTENT
*******************/

.login-form .content {
	padding: 0 30px 25px 30px;
}

/* Input field */
.login-form .content .input {
	width: 190px;
	padding: 15px 25px;

	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);

	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;

	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	outline: none;
}

/* Second input field */
.login-form .content .password, .login-form .content .pass-icon {
	margin-top: 25px;
}

.login-form .content .input:hover {
	background: #e6e6e6;
	color: #414848;
}

.login-form .content .input:focus {
	background: #e6e6e6;
	color: #414848;

	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}

.user-icon, .pass-icon {
	width: 46px;
	height: 47px;
	display: block;
	position: absolute;
	left: 0px;
	padding-right: 2px;
	z-index: 3;

	border-radius: 5px 0 0 5px;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;

	font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color:#FFFFFF;
    font-size: 25px;
    line-height: 45px;
    text-align: center;

}

.user-icon {
	top:255px; /* Positioning fix for slide-in, got lazy to think up of simpler method. */
	background: rgba(65,72,72,0.75);
}

.user-icon:before {
	content: "\f0e0";
}

.pass-icon {
	top:329px;
	background: rgba(65,72,72,0.75);
}

.pass-icon:before {
	content: "\f084";
}

.profile-icon:before {
	content:"\e602";
}



/* Animation */
.input, .user-icon, .pass-icon, .button, .register {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

/*******************
FOOTER
*******************/

.login-form .footer {
	padding: 30px;
	overflow: auto;

	background: #e6e6e6;
	border-top: 1px solid #fff;

	box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
}

/* Login button */
.login-form .footer .button {
	width: 240px;
	float:left;
	padding: 11px 25px;

	font-family: 'Flama', serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);

	background: #d24d13;
	border: 1px solid #c84003;
	border-radius: 5px;
	cursor: pointer;

	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	outline: none;
}

.login-form .footer .button:hover {
	background: #c84003;
	border: 1px solid rgba(256,256,256,0.75);

	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.login-form .footer .button:focus {
	position: relative;
	bottom: -1px;

	background: #c84003;

	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}

.login-form .footer center {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	float: left;
	text-align: center;
	width: 240px;
	margin-bottom: 0;
}




#wrapper-reg form h3  {
	padding: 20px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid rgba(0,0,0,.12);
}

#wrapper-reg form h3 span  {
	font-size: 12px;
}


#wrapper-reg form label {
	display: inline-block;
	padding: 5px 20px 5px 0;
	width: 150px;
	text-align: right;
}

#wrapper-reg form label.rightlabel {
	display: inline-block;
    padding: 5px 20px 5px 170px;
    width: 300px;
    text-align: left;
    font-weight: bold;
}


#wrapper-reg form input {
	outline: none;
    font-family: flamasemibold;
    font-size: 18px;
    padding: 10px 10px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 2px;
    width: 400px;
    margin-bottom: 20px;
    margin-right: 10px;
}

#wrapper-reg form input.radio {
	width: 20px;
    height: 50px;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
}

#wrapper-reg form input.xsmall {
	width: 30px;
}

#wrapper-reg form input.small {
	width: 200px;
}


#wrapper-reg form input.disabled {
	background-color: #e7e7e7;
	color:#a4a4a4;
}

#wrapper-reg form hr {
	 border:none;
	 height: 0;
	 border-bottom: 1px solid rgba(0,0,0,.12);
	 margin-bottom: 15px;
 }

#wrapper-reg form .submit-button {
	width: 220px;
	float: right;
    margin: 0 -20px 0 0;
	padding: 10px 25px;
	display: block;

	font-size: 18px;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);

	background: #d24d13;
	border: 1px solid #c84003;
	border-radius: 5px;
	cursor: pointer;

	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	outline: none;
	font-family: flamasemibold;
	text-align: center;
}

#wrapper-reg form .submit-button {
	 float: left;
	 margin: 0px 0 0px 170px;
 }

#wrapper-reg form .submit-button:hover {
	background: #c84003;
	border: 1px solid rgba(256,256,256,0.75);

	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	text-align: center;
}


#wrapper-reg .content-headline {
	 margin: 20px;
	 border-bottom:1px solid rgba(0,0,0,.12);
	 height: 60px;
	 padding: 0 20px;

 }


#wrapper-reg .content-headline ul,  #wrapper-reg .content-headline ul li {
	  padding: 0;
	  margin:0;
	  list-style: none;
	  display: inline-block;
	  font-family: flamasemibold;
	  font-size: 17px;
	  line-height: 14px;
  }

#wrapper-reg .content-headline ul li  {
	  padding: 5px 30px 15px;
}



#wrapper-reg .content-headline ul li span {
	  font-family: ubuntucondensed;
	  font-size:12px;

}

#wrapper-reg .ui-tabs-hide {
	display: none;
}

#wrapper-reg .ui-tabs-selected {
	border:1px solid rgba(0,0,0,.12);
	border-bottom: none;
	background-color: #F3f3f3;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	padding-top: 15px!important;
	height: 30px;
}

#wrapper-reg .content-headline ul li sup {
    background-color: #7D848C;
    padding: 2px 6px;
    border-radius: 5px;
    color: #fff;
    vertical-align: bottom;
}
#wrapper-reg .content-headline ul li a {
	 color:#5c5c5c;
}

#wrapper-reg .content-headline ul li.ui-tabs-selected a {
	color:#000000;
}

#wrapper-reg.content-headline ul li a:hover, .content-col2 .content-headline ul li.ui-tabs-selected a:hover {
	color:#e56632;
}

#wrapper-reg .tab-content {
	font-family: ubuntucondensed;
	font-size:14px;
	line-height: 20px;
}













.alert-popup{
	position:fixed;
	text-align:center;
	left:35%;
	right: 35%;
	top:30px;

	color:white;
	padding: 0px 30px;
	padding-top:10px;
	padding-bottom:10px;
	z-index:1000;
	background-repeat: repeat-x;
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px;
	text-shadow: 0px 1px rgba(0,0,0,0.1);

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.20, rgba(255, 255, 255, 0.1)), color-stop(0.20, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
}
.alert-popup-green{
	background-color: #46a600;
	background-repeat: repeat;

}
.alert-popup-red{
	background-color: #c02b28;
	background-repeat: repeat;
}
.alert-popup-blue{
	background-color: #0073cc;
	background-repeat: repeat;
}

.alert-popup strong {
	font-weight:normal;
	font-size:12px;
}

.alert-popup .icon-white {
	margin-right:15px;
}

.error-msg {
	margin: auto;
	display: block;
	width: 470px;
	height: 40px;
	top: 50%;
	position: relative;
}
