/* remove codrops styles and reset the whole thing */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	height: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* General Demo Style */
body{
	font-family: "Roboto", sans-serif;
	background: #fff;
	font-weight: 400;
	font-size: 15px;
	color: #1d3c41;
	overflow-y: scroll;
}
a{
	color: #333;
	text-decoration: none;
}
.clr{
	clear: both;
}
.container > header{
	padding: 20px 30px 10px 30px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: rgba(26,89,120,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{
	color: #7cbcd6;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container > header h2{
	font-size: 16px;
	font-style: italic;
	color: #2d6277;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
/* Header Style */
 


#container_demo{
	 text-align: left;
	 margin: 0;
	  
	 margin: 0 auto;
	
	 min-height:350px; 
	 
	 padding:0px 0; 
	
}

/** fonts used for the icons **/ 
@font-face {
    font-family: 'FontomasCustomRegular';
    src: url('fonts/fontomas-webfont.eot');
    src: url('fonts/fontomas-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fontomas-webfont.woff') format('woff'),
         url('fonts/fontomas-webfont.ttf') format('truetype'),
         url('fonts/fontomas-webfont.svg#FontomasCustomRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FranchiseRegular';
    src: url('fonts/franchise-bold-webfont.eot');
    src: url('fonts/franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/franchise-bold-webfont.woff') format('woff'),
         url('fonts/franchise-bold-webfont.ttf') format('truetype'),
         url('fonts/franchise-bold-webfont.svg#FranchiseRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
a.hiddenanchor{
	display: none;
}
/** The wrapper that will contain our two forms **/
#wrapper{
	width: 60%;
	right: 0px;
	  
	margin: 0px auto;	
	width: 336px;
	position: relative;	
}
/**** Styling the form elements **/

/**** general text styling ****/
#wrapper a{
	color: #0066cb;
	text-decoration: underline;
}

#wrapper h1{
	font-size: 30px;
	color: #0066cb;
	padding: 2px 0 10px 0;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	text-align: left; 
	text-transform: uppercase;
}
/** For the moment only webkit supports the background-clip:text; */
 .fl{float: left;}
 .fr{float: right;}
 .db{display: inline-block;}
 .mrgT20{margin-top: 20px;}
 .mrgT10{margin-top: 10px;}
#wrapper p{
	margin-bottom:15px;
}
#wrapper p:first-child{
	margin: 0px;
}
#wrapper label{
	position: relative;
	display:block;
	margin-bottom:5px;
}

/**** advanced input styling ****/
/* placeholder */
::-webkit-input-placeholder  { 
	color: rgb(190, 188, 188); 
	font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
	color: rgb(190, 188, 188);
	font-style: italic;
} 
input {
  outline: none;
}

/* all the input except submit and checkbox */
/* #wrapper input:not([type="checkbox"]){
	width: 92%;
	margin-top: 4px;
	padding: 10px 5px 10px 32px;	
	border: 1px solid rgb(178, 178, 178);
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	  -moz-box-sizing : content-box;
	       box-sizing : content-box;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
} */
/* #wrapper input:not([type="checkbox"]):active,
#wrapper input:not([type="checkbox"]):focus{
	border: 1px solid rgba(91, 90, 90, 0.7);
	background: rgba(238, 236, 240, 0.2);	
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
}  */

/** the magic icon trick ! **/
 [data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color: #acacac;
    position: absolute;
    left: 10px;
    top: 30px;
	width: 20px;
} 

/*styling both submit buttons */
#wrapper p.button input{
	width: 30%;
	cursor: pointer;	
	background: #0066cb;
	padding: 8px 5px;
	font-family: 'BebasNeueRegular','Arial Narrow',Arial,sans-serif;
	color: #fff;
	font-size: 24px;	
	border: 1px solid rgb(28, 108, 122);	
	margin-bottom: 10px;	
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	   -moz-box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	        box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}
#wrapper p.button input:hover{
	background: #80c31c;  
}
.errorMessage, .errormsg{ font-size:20px; color:#fff; text-transform: none;  text-align:center;  background:  #e83700;  padding:10px; margin: 0px; border-radius:5px; margin-top:0px;}
 
#wrapper p.button input:active,
#wrapper p.button input:focus{
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}
p.login.button,
p.signin.button{
	text-align: right;
	margin: 5px 0;
}


/* styling the checkbox "keep me logged in"*/
.keeplogin{
	margin-top: -5px;
}
.keeplogin input,
.keeplogin label{
	display: inline-block;
	font-size: 12px;	
	font-style: italic;
}
.keeplogin input#loginkeeping{
	margin-right: 5px;
}
.keeplogin label{
	width: 80%;
}


/*styling the links to change from one form to another */

p.change_link{
	position: absolute;
	color: rgb(127, 124, 124);
	left: 0px;
	height: 20px;
	width: 440px;
	padding: 17px 30px 20px 30px;
	font-size: 16px	;
	text-align: right;
	border-top: 1px solid rgb(219, 229, 232);
	-webkit-border-radius: 0 0  5px 5px;
	   -moz-border-radius: 0 0  5px 5px;
	        border-radius: 0 0  5px 5px;
	background: rgb(225, 234, 235);
	background: -moz-repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
	background: -webkit-repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
	background: -o-repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
	background: repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
}
#wrapper p.change_link a {
	display: inline-block;
	font-weight: normal; 
	background: #252525;
	padding: 2px 6px;
	color: #fff;
	margin-left: 10px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #89a54e;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s  linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s  linear;
	transition: all 0.4s  linear;  
}
#wrapper p.change_link a:hover {
	color: #0e4b7d;
	background: rgb(247, 247, 247);
	border: 1px solid #0e4b7d;
}
#wrapper p.change_link a:active{
	position: relative;
	top: 1px;
}   
/** Styling both forms **/
#register, 
#loginBox,
#forgotPasswordBox{
	/* position: absolute;
	top: 0px;
	width: 100%; */	
	padding: 15px;
	margin: 0 0 35px 0;
	/*background: rgb(247, 247, 247);
	border: 1px solid rgba(147, 184, 189,0.8);
	 -webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	   -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	        box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset; */
	-webkit-box-shadow: 5px;
	-moz-border-radius: 5px;
		 border-radius: 5px;
	box-shadow: 0 6px 12px #ccc;
    border-radius: 10px;
}
#register{	
	z-index: 21;
	opacity: 0;
}
#loginBox{
	z-index: 22;
}
#toregister:target ~ #wrapper #register,
#tologin:target ~ #wrapper #loginBox{
	z-index: 22;
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	-ms-animation-delay: .1s;
	animation-delay: .1s;
}
#toregister:target ~ #wrapper #loginBox,
#tologin:target ~ #wrapper #register{
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-ms-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

/** the actual animation, credit where due : http://daneden.me/animate/ ***/
.animate{
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	
	-moz-animation-duration: 0.5s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	
	-o-animation-duration: 0.5s;
	-o-animation-timing-function: ease;
	-o-animation-fill-mode: both;
	
	-ms-animation-duration: 0.5s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

/** yerk some ugly IE fixes 'cause I know someone will ask "why does it look ugly in IE?", no matter how many warnings I will put in the article */

.lt8 #wrapper input{
	padding: 10px 5px 10px 32px;
    width: 92%;
}
.lt8 #wrapper input[type=checkbox]{
	width: 10px;
	padding: 0;
}
.lt8 #wrapper h1{
	color: #066A75;
}
.lt8 #register{	
	display: none;
}
.lt8 p.change_link,
.ie9 p.change_link{
	position: absolute;
	height: 90px;
	background: transparent;
}
header{  height: 64px; width: 100%; margin: 0 auto; text-align:center}
xheader img{margin-bottom: -20px;}
header .logo{ width: 255px; height: 64px; margin-left: 40px; float: left; text-align: center; }    
header .logo img{margin:0px;}
.logoBox {border:2px solid #0066cb; border-radius:0 0 10px 10px; height: 80px;  padding:0 20px; border-top: none; background: #fff; position: absolute; z-index: 99999;}

.smltxt{font-size: 12px; font-weight: normal; color:#999595;}
.setupMsg{padding:10px; text-align: center; margin:15px auto 5px; border-radius:4px;  line-height: 
20px; font-weight:bold; }  


/*css modified 18 Oct. 1019*/
.logo-img img {max-width: 170px;}
.btn-primary {
  background-color: #00C2FF !important;
  border-color: #00C2FF !important;
}
.btn-primary:hover {
  background-color: #00C2FF !important;
  border-color: #00C2FF !important;
  outline:none;
}


/* foxit login page css */

.errormsg{
	background: none;
    font-size: 12px;
    color: red;
    padding: 0;
}

.page-bg {
    overflow: hidden;
    background-image: url(https://account.foxit.com/cas/images/background.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -999999;
}


.foxit_top_header{
	background-color: #ffffff;
	padding:10px 0;
}

.foxit_login_box{
	width: 612px;
    margin: 6% auto 10% auto;
    background: #fff;
}
.fl_top_box{
	background: #ff6e00;
	
}
.fl_top_box h1{
	color: #fff;
	font-size: 24px;
    line-height: 26px;
    position: relative;
    margin: 0;
    padding: 16px;
}
.fl_top_box h1 span{font-weight: 600;}
.fl_login_form{
	padding:20px 20px 50px 20px;
	width: 70%;
	margin: auto;
}
.fl_login_form input,.fl_login_form select{
	display:block;
	height:38px;
	border:1px solid #d8d8d8;
	font-size:14px;
	width:100%;
	margin-bottom: 15px;
	padding: 10px;
	background:white;
}


.rem_forgot{}
.rem_forgot label{
	
}
.rem_forgot a{}
.foxit_login_btn input{
	background: #0e0c36;
    color: #fff;
    display: inline-block;
    height: auto;
    border: 0;
    border-radius: 100px;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
}
.foxit_login_btn input:hover{
    color: #fff;
}
.forgot_psd{
    float: right;
}
.forgot_psd a{
	color:#0e0c36;
}
.forgot_psd a:hover{
	color:#0e0c36;
}

.foxit_donthavaccount{text-align: center;}
.foxit_donthavaccount a{color: #0e0c36;font-weight: 600;}
.foxit_donthavaccount a:hover{text-decoration: underline;color: #0e0c36;}

.foxit_socialbtn{text-align: center;}
.foxit_socialbtn h2{font-size: 14px;margin-top: 10px;}
.foxit_socialbtn a{
	height: 30px;
    width: 30px;
    display: block;
    margin: auto 4px;;
    float: left;
}
.foxit_socialbtn span{
	margin-left: 38%;
    display: block;
}
.foxit_socialbtn a img{width: 26px;}
.foxit_socialbtn a i{font-size: 26px;}




/* foxit login page css */








/*language*/
.bar-bottom {
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: #f3f3f3;
    text-align: center;
    line-height: normal;
    align-items: center;
    display: flex;
    justify-content: center;
    height:30px;
    z-index:9;   
}
 
.bar-bottom > a {font-size:10px; position:relative; padding:0 10px;}
.bar-bottom > a:after {position:absolute; left:0px; width:1px; height:100%; background:#333; content:""}
.lang-link {text-align:center; margin-right:10px;  }
.lang-link a {color:#000; display:inline-block; font-size:10px; padding:1px 4px; border-radius:3px; position:relative }
.lang-link a:hover, .lang-link a:focus {text-decoration:none; color:#000;}
.lang-link a span {display:inline-block; vertical-align:middle; margin:0 1px; line-height:normal; padding:1px 4px;}
.lang-arrowicn i {font-size:14px; margin-top:2px;}



/*language footer*/
body {padding-bottom:0px;}
.bar-bottom {
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: #ddd;
    text-align: center;
    line-height: normal;
    align-items: center;
    display: flex;
    justify-content: center;
    height:26px;
    z-index:9;   
}
.bar-bottom > a {font-size:10px; position:relative; padding:0 10px; color:#000;}
.bar-bottom > a:hover {color:#00C2FF;}
.bar-bottom > a:after {position:absolute; left:0px; width:1px; height:100%; background:#333; content:""; top:0px;}
.lang-link {text-align:center; margin-right:0px; position:relative;}
.lang-link a {color:#000; display:inline-block; font-size:10px; padding:1px 4px; border-radius:3px; position:relative }
.lang-link a:hover, .lang-link a:focus {text-decoration:none; color:#000;}
.lang-link span {display:inline-block; vertical-align:middle; margin:0 1px; line-height:normal;}
.lang-arrowicn i {font-size:14px; margin-top:2px;}
.lang-container ul li button {
    border: none;
    background: none;
    font-size: 11px;
    padding: 0px 0px 0px 8px;
    height: 24px;
    width: 100%;
    text-align: left;
}

.lang-container {
    padding: 5px 0;
    border: solid 1px #ddd;
    list-style: none;
    bottom: 22px;
    background-color: #fff;
    outline: 0;
    overflow-y: auto;
    z-index: 100;
    position: absolute;
    display: none;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    box-shadow: 0px -2px 4px rgb(0 0 0 / 12%);
    background-color: #f5f5f5;
}
.lang-container ul {
    margin-bottom: 0px;
    display: flex;
    width: max-content;
    flex-wrap: wrap;
    max-width: 360px;
    padding: 5px 0px 0px 5px;
}
.lang-container ul li {
    border: 0 !important;
    list-style: none;
    display: inline-block;
    text-align: left;
    width: calc(100% / 3);
}
.lang-container ul li a {color:#000; font-size:10px; text-align:left; padding:5px; display:inline-block;}
.lang-container ul li a:hover {color:#00C2FF;}
.showhide-langcont {
    visibility: visible;
    opacity: 1;
    display: block;
}

.bar-bottom span {font-size:10px; position:relative; padding:0 10px; color:#000}
.txt-copyright {position:relative;}
.txt-copyright:after {position:absolute; left:0px; width:1px; height:100%; background:#333; content:""}
.txt-maillink:after {position:absolute; left:0px; width:1px; height:100%; background:#333; content:""}
.txt-maillink a {color:#000;}

@media all and (max-width: 767px) {
.foxit_login_box {width: 100%;}
.login-cont {order:2;}
.login-ipbox {order:1;}
.fl_login_form {width: 95%;}
.bar-bottom > a{display:none;}
.lang-container ul{max-width: 250px;}
.lang-container ul li{max-width: 250px;width: calc(100% / 2);}
}