/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* styles */
html,body{
	font: normal normal 400 14px robotoregular, Arial, Helvetica, sans-serif;
	background: #ececec;
}
.logo{
	background: #404040;
	padding: 20px 0;
}
#viewport{
	padding: 40px 0;
}
footer {
	background-color: #404040;
	color: #E6E6E6;
	text-align: center;
	width: 100%;
	color: #b0adad;
    font-size: 12px;
    padding: 20px 0 20px 0;
	position: fixed;
    bottom: 0;
	
}


.WebButton.Green button {
    background-color: #3ab764;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #FFFFFF;
    /*font-family: 'Lato';*/
    display: inline-block;
    /*padding: 6px 4px 7px;*/
    text-decoration: none;
    transition: background-color 0.5s, color 0.5s;
    font-size: 16px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    /*margin: 5px 0;*/
    font: normal normal 400 14px robotoregular, Arial, Helvetica, sans-serif;
	padding: 10px 0;
	height: auto!important;
}
.WebButton.Green button:hover,
.WebButton.Green button:focus,
.WebButton.Green button:active {
	background-color: #46845b;
	
}
.WebButton.secret button:before {
	content: '\69';
	font-family: "flexfides" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
    padding-top: 2px;
	transition: 300ms all;
}
.WebButton.secret button:hover:before,
.WebButton.secret button:focus:before,
.WebButton.secret button:active:before {
	content: '\68';
	font-size: 18px;
	padding: 0;
}


/* webapp styles */
.WebCon_Main{
	height: 254px;
}
.WebApp.WebContainer{
	height: auto;
	background: #fff;
}
.WebContainer{
	background: #fff;
}
.WebEdit textarea, .WebEdit input{
	padding: 5px;
}
.WebCombo select{
	margin: 10px 0px 8px 0px;
	height: auto!important;
}
.WebControl.Web_Enabled.WebCon_Focus>div>div>.WebFrm_Wrapper{
	border-bottom: 2px solid #ff4812!important;
}
.WebControl .WebFrm_Wrapper{
	padding:0!important;
}
.WebControl.WebEdit{
	position: relative;
}
.WebControl.WebEdit:before{
	content: '\66';
	font-family: "flexfides" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    color: rgba(0,0,0,0.05);
}
.WebControl.WebEdit:after{
	content: '\65';
	font-family: "flexfides" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 39px;
    color: rgba(0,0,0,0.05);
}
.WebButton.Green button.secret:hover:before, .WebButton.Green button.secret:focus:before, .WebButton.Green button.secret:active:before{
	font-size: 19px;
}
.WebCon_Main,
.WebContainer .WebCon_Content{
	background: #ececec;
}
/* Fonts */
@font-face {
  font-family: "flexfides";
  src:url("../Fonts/flexfides.eot");
  src:url("../Fonts/flexfides.eot?#iefix") format("embedded-opentype"),
    url("../Fonts/flexfides.woff") format("woff"),
    url("../Fonts/flexfides.ttf") format("truetype"),
    url("../Fonts/flexfides.svg#flexfides") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "flexfides" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "flexfides" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.icon-letter-mail-2:before {
  content: "\61";
}
.icon-lock-2:before {
  content: "\62";
}
.icon-lock-unlock-2:before {
  content: "\63";
}
.icon-envelope-mail:before {
  content: "\64";
}
.icon-lock:before {
  content: "\65";
}
.icon-mail-open:before {
  content: "\66";
}
.icon-mail-security:before {
  content: "\67";
}
.icon-lock-1:before {
  content: "\68";
}
.icon-unlock:before {
  content: "\69";
}

