/*------------------------------------------------------------------------*\
  LOGIN.CSS
  	Login Page Style Sheet
  	You edit this file and add your custom css here.
  	Dont forget to include Frankly.css - @import url('frankly.css');
\*------------------------------------------------------------------------*/



/* INCLUDES
------------------------------------------------------------------------------------------------------------------------ */

/* FONTS
------------------------------------------------------------------------------------------------------------------------ */
/* GOOGLE FONTS INCLUDE */
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);*/
@font-face {
  font-family: "MyriadPro-Regular";
  src: url("../fonts/MyriadPro-Regular_gdi.eot");
  src: url("../fonts/MyriadPro-Regular_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular_gdi.woff") format("woff"), url("../fonts/MyriadPro-Regular_gdi.ttf") format("truetype"), url("../fonts/MyriadPro-Regular_gdi.svg#svgFontName") format("svg"); }


html {
	font-family: "MyriadPro-Regular",sans-serif;
	color: #4C4C4E;
}
html, body {
	overflow-x: hidden;
	background: #FFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

/* HEADINGS - Set your main heading sizes, line heights and margins in Frankly.css */
h1 {
	font-family: "MyriadPro-Regular",sans-serif;
}
h3 {
	font-weight: 600;
}
h4 {
	font-weight: 300;
}
.clearfix, .clearfix:before { 
	clear: both;
}
.clearfix:before,.clearfix:after{
   height:  0px;
   display: table;
   clear:   both;
   content: "";
}


/* LINKS
------------------------------------------------------------------------------------------------------------------------ */
a:link, a:visited {
	font-family: "MyriadPro-Regular",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #1D9AD6;
}
a:hover, a:active {
	color: #1D9AD6; /*BLUE*/
	text-decoration: none;
}



/* FORMS
------------------------------------------------------------------------------------------------------------------------ */
::-webkit-input-placeholder { color: #D4CDCB; }
:-moz-placeholder { color: #D4CDCB; }
::-moz-placeholder { color: #D4CDCB; }
:-ms-input-placeholder { color: #D4CDCB; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	width: 100%;
	border: 1px solid #1898D5;
	font: normal 400 14px/14px "MyriadPro-Regular",sans-serif;
	padding: 5px;
	display: block;
	margin: 0px 0px 4px;
	border-radius: 3px;
	line-height: 20px;
}
input[type="submit"] {
	background: #1898D5;
	width: 100%;
	border: none;
	font: normal 700 14px/18px "MyriadPro-Regular",sans-serif;
	text-transform: uppercase;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 2px;
}
input[type="submit"]:hover {
	background: #1898D5;
	color: #FFF;
}
form {
	display: block;
}
label {
	font-family: "MyriadPro-Regular",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #1D9AD6;
}
form p,
form ul {
	margin: 0px;
	padding: 0px;
}
form ul {
	list-style: none;
	overflow: hidden;
}
form ul li {
	overflow: hidden;
}
form .label {
	font: normal 600 14px/1 "MyriadPro-Regular",sans-serif;
}
form .error {
	color: #b94a48;
}
form .error input,
form .error textarea,
form .error select {
	color: #b94a48;
	border: 1px solid #ED1C24;
}
.login-form {
	width: 270px;
    position: absolute;
    left: 152px;
    top: 155px;
}
.reset-form {
	width: 278px;
    position: absolute;
    left: 152px;
    top: 132px;
}
.login-form .form-controls {
	overflow: hidden;
}
.disable_login, input[type="submit"].disable_login{
    pointer-events: none !important;
	border: 1px solid #c4c4c4 !important;
	background: #c4c4c4 !important;
}
.errro-msg {
	font-size:14px;
	background: #f1b569;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	top: 0px;
	left: 0px;
	z-index: 1002;
	display: none;
}
.popup-inner{
	max-width: 206px;
	background-color: #fff;
	padding: 20px;
	position: absolute;
	left: 50%;
	top: 20%;
	margin-left: -103px
}
/* SHARED
------------------------------------------------------------------------------------------------------------------------ */
.more-link {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	display: block;
}
.links li {
	list-style: none;
	margin: 0px;
	font: normal 600 12px/1 "MyriadPro-Regular",sans-serif;
}
.inline-links li {
	list-style: none;
	margin: 0px;
	display: inline-block;
	width: 23%;
}
.inline-links li a.facebook {background: transparent url(img/ico-facebook-big.png) no-repeat;}
.inline-links li a.twitter 	{background: transparent url(img/ico-twitter-big.png) no-repeat;}
.inline-links li a.rss 		{background: transparent url(img/ico-rss-big.png) no-repeat;}
.inline-links li a.youtube 	{background: transparent url(img/ico-youtube-big.png) no-repeat;}
a.button {
	font: normal 600 14px/1.5 "MyriadPro-Regular",sans-serif;
	background: #1D9AD6;
	color: #fff;
	text-decoration: none;
	border: 2px solid #1D9AD6;
	border-radius: 30px;
	padding: 0px 10px 1px;
	text-transform: uppercase;
	display: inline-block;
}
.button:hover {
	background: #fff;
	color: #1D9AD6;
}
a.button.square {
	border-radius: 0px;
}
a.button.orange {
	background: #E28F26;
	border: 2px solid #E28F26;
}
a.button.orange:hover {
	background: #FFF;
	border: 2px solid #E28F26;
	color: #E28F26;
}
.blue-btn, input[type="submit"].blue-btn{
	color: #ffffff;
	font-size: 15px;
	line-height: 18px;
	border-radius: 2px;
	display: inline-block;
	padding: 9px 20px;
	border: 0 none;
	text-align: center;
	background-image: none;
	text-shadow: none;
	background-color: #5faedc;
	text-decoration: none;
}
a.blue-btn:visited, a.blue-btn:link, .blue-btn:visited, .blue-btn:link, input[type="submit"].blue-btn:visited, input[type="submit"].blue-btn:link{
	color: #ffffff;
}
.image-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 430px;
}
.image-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 430px;
}
.image-full {
	width: 680px;
	clear: both;
	margin: auto;
}
.text-right {
	text-align: right;
}
.col-border-left {
	border-left: 2px solid #EDEEEE;
	padding-left: 20px;
}
.col-border-right {
	border-right: 2px solid #EDEEEE;
	padding-right: 9px;
}
.no-pad {
	padding-left: 0px !important;
}
.no-pad .panel-link {
	padding-left: 16px;
}
h3.title {
	font: normal 600 19px/1 "MyriadPro-Regular",sans-serif;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cancel-btn {
	padding: 5px 10px;
    background: #1D9AD6;
    font: normal 700 14px/18px "MyriadPro-Regular",sans-serif;
	
}
/*BUTTON OVERRIDES*/
#navigation .nav li .dropnav a.button {
	padding: 0 10px;
	display: inline-block;
}



/* HEADER
------------------------------------------------------------------------------------------------------------------------ */
#header {
	background: #1D9AD6;
	padding: 20px 30px;
	overflow: hidden;
	color: #FFF;
}
#header .logo {
	float: left;
}
#header h1 {
	font: normal 700 30px/1 "myriad-pro-condensed",sans-serif;
	margin-top: 56px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
}


/* PAGE BODY
------------------------------------------------------------------------------------------------------------------------ */
.private-main-wrap {
	position: absolute;
	width: 668px;
	height: 400px;
    position:relative;
    margin:0 auto;
}
.private-main-wrap.private-bg {
	background: url('img/login-form-background.png') no-repeat center center;
}
#page_body{
  position:relative;
}
.admin-nav {
 color: #1d9ad6;
 margin-top: 65px;
 text-align: center;
}

.signup-link {
	margin: 10px 0;
}

.signup-link, .form-controls a{
	font-size: 14px;
}
.form-controls {
	margin-top: 15px;
}
.form-resend-mail {
	width: 327px;
    margin-top: 8px;
}
input.hidden_field[type="text"] {
    display: none;
}
.sent-msg {
	margin-bottom: 3%;
	font-family: "MyriadPro-Regular",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #1D9AD6;
	width: 88%;
}
.btn-ok{
	margin-top: 10px;
	padding: 5px 20px;
}

.new-password {
	margin-bottom: 10px;
}

.inner-label {
    margin-bottom: 7px;
}

.form-error, .form-forgeterror{
	font-size: 14px;
	margin: 10px 0;
	color: rgb(185, 74, 72);
}
.reset-form input[type="email"]{
	max-width: 278px;
	box-sizing: border-box;
}
#resetpasswordstep1 .fr a{
	font: normal 700 14px/18px "MyriadPro-Regular",sans-serif;
    text-transform: uppercase	
}
#resetpasswordstep1 .control.has-error{
	position: relative;
}
#resetpasswordstep1 .help-block{
	position: absolute;
	top: 38px;
	margin: 0;
}
#resetpasswordstep1 .form-controls{
	position: relative;
	padding-top: 15px;
}
#resetpasswordstep1 .form-forgeterror{
	position: absolute;
	margin: 0;
	top: -9px;
	width: 100%;
}
.btn-savepwd-wrap{
	margin-top: 10px;
}
