
/* ##########  */
/*   $GLOBAL   */
/* ##########  */
/* line 10, ../sass/typica-login.scss */
html {
	height: 100%;
}

/* line 13, ../sass/typica-login.scss */
body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* padding-top: 80px; */

	overflow-x: hidden;
	overflow-y: hidden;
}

/* line 21, ../sass/typica-login.scss */
.blue {
	color: #447fc8;
}

/* line 25, ../sass/typica-login.scss */
.btn-black {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 5px 20px;
	background-color: #222222;
	background-image: none;
	color: white;
	text-shadow: none;
}
/* line 33, ../sass/typica-login.scss */
.btn-black:hover {
	background: #333333;
	color: white;
}

/* ########### */
/* $NAVIGATION */
/* ########### */
/* line 43, ../sass/typica-login.scss */
.navbar .brand {
	margin-top: 20px;
	padding-bottom: 8px;
	max-height: 40px;
	width: auto;
}
/* line 49, ../sass/typica-login.scss */
.navbar .navbar-inner {
	height: 80px;
	background: white;
	filter: none;
	border-bottom: 1px solid #000;
}
/* line 54, ../sass/typica-login.scss */
.navbar .nav {
	margin-top: 20px;
}
/* line 56, ../sass/typica-login.scss */
.navbar .nav > li > a {
	padding: 10px 10px 11px;
	color: #333;
	text-shadow: none;
}
/* line 63, ../sass/typica-login.scss */
.navbar .nav > li > a:hover {
	color: #111;
}
/* line 67, ../sass/typica-login.scss */
.navbar .nav > li.active > a {
	background: none;
	color: #111;
}
/* line 70, ../sass/typica-login.scss */
.navbar .nav > li.active > a:hover {
	background: none;
	color: #111;
}

/* ####### */
/* $LOGIN  */
/* ####### */
/* line 80, ../sass/typica-login.scss */
#login-wraper {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 54%;
	left: 50%;
	display: block;
	margin-top: -100px;
	margin-left: -215px;
	padding: 25px;
	width: 380px;
	height: 330px;
	background: white;
	text-align: center;
}

/* line 97, ../sass/typica-login.scss */
.login-form legend {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
/* line 102, ../sass/typica-login.scss */
.login-form .body {
	padding-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
}
/* line 106, ../sass/typica-login.scss */
.login-form .footer {
	margin-top: 20px;
}
/* line 108, ../sass/typica-login.scss */
.login-form .footer .checkbox.inline {
	display: inline;
}
/* line 110, ../sass/typica-login.scss */
.login-form .footer .checkbox.inline input[type="checkbox"] {
	float: none;
	margin-top: -4px;
}
/* line 115, ../sass/typica-login.scss */
.login-form .footer .btn {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-left: 15px;
	padding: 7px 25px;
	background-image: none;
}

/* ######### */
/* $REGISTER */
/* ######### */
/* line 127, ../sass/typica-login.scss */
#register-wraper {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	margin-top: 25px;
	margin-bottom: 70px;
	padding-top: 25px;
	padding-bottom: 25px;
	background: white;
	text-align: center;
}

/* line 137, ../sass/typica-login.scss */
#register-form {
	margin: 0 auto;
	width: 350px;
}
/* line 140, ../sass/typica-login.scss */
#register-form .control-inline {
	display: inline-block;
}
/* line 143, ../sass/typica-login.scss */
#register-form legend {
	margin-bottom: 15px;
	border-bottom: none;
}
/* line 147, ../sass/typica-login.scss */
#register-form input.input-huge {
	width: 318px;
}
/* line 150, ../sass/typica-login.scss */
#register-form .control-group {
	margin-bottom: 0;
}
/* line 153, ../sass/typica-login.scss */
#register-form .checkbox.inline {
	margin-bottom: 10px;
	padding: 0;
	font-size: 98%;
}
/* line 157, ../sass/typica-login.scss */
#register-form .checkbox.inline input {
	margin-right: 10px;
}
/* line 161, ../sass/typica-login.scss */
#register-form .body {
	overflow-y: auto;
	height: auto;
}
/* line 165, ../sass/typica-login.scss */
#register-form .btn {
	padding: 10px 40px;
	background-image: none;
	box-shadow: none;
}

/* line 171, ../sass/typica-login.scss */
.register-info-wraper {
	background: rgba(0, 0, 0, 0.2);
}

/* line 174, ../sass/typica-login.scss */
#register-info {
	position: relative;
	padding: 25px;
}
/* line 177, ../sass/typica-login.scss */
#register-info ul {
	margin-right: 25px;
}
/* line 179, ../sass/typica-login.scss */
#register-info ul li {
	margin-bottom: 25px;
}

/* ####### */
/* $FOOTER */
/* ####### */
/* line 185, ../sass/typica-login.scss */
footer.white {
	padding-top: 5px;
	height: 50px;
	background: white;
	text-align: center;
	border-top: 1px solid #000;
	display:none;
}

/* ###### */
/* $FONTS */
/* ###### */
/* navigation */
/* line 7, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
.navbar {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* login form */
/* line 17, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
.login-form legend {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	-webkit-font-smoothing: subpixel-antialiased;
}

/* line 24, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
.login-form label {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	font-weight: 300;
}

/* register form */
/* line 32, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
#register-form legend {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 300;
	color: #333333;
	-webkit-font-smoothing: subpixel-antialiased;
}
/* line 39, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
#register-form label {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: 300;
}

/* register info */
/* line 48, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
#register-info h1 {
	font-size: 42px;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	line-height: 55px;
	font-weight: 700;
	text-align: right;
	padding-bottom: 50px;
	color: white;
}
/* line 57, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
#register-info ul {
	text-align: right;
	color: white;
	font-size: 24px;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
}

/* footer */
/* line 66, D:/DropBox/bootstrap/typica-login/sass/includes/_fonts.scss */
footer.navbar-fixed-bottom {
	font-size: 16px;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: 400;
}


#linguas { display : none}

#recuperar {
	 background-color: #fff;
	border-radius: 10px;
	border: 1px solid black;
	max-width: 512px;
	padding: 10px;
	position: absolute;
	z-index: 9999999;
	display: none;
	left: 33vw;
	top: 42vh;
}

/*.versao {
	position: relative;
	text-align: right;
	z-index: 10000;
	font-size: 11px;
	margin-top: 2px;
}*/

.header {
	height: 30%;
}

.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	font-size: 18px;
	line-height: 24px;
	text-align: center;

	color: rgba(255,255,255,.6);
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);

	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
	.banner ul {
		list-style: none;
		padding:0;
	}
	.banner ul li {
		display: block;
		float: left;
		min-height: 200px;
		max-height: 200px;
		/*height: expression( this.scrollHeight < 301 ? "200px" : "auto" );*/
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			color: #fff;

		box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
	}

	.banner .inner {
		/*padding: 160px 0 110px;*/
	}

	.banner h1, .banner h2 {
		font-size: 40px;
		line-height: 52px;

		color: #fff;
	}

	.banner .btn {
		display: inline-block;
		margin: 25px 0 0;
		padding: 9px 22px 7px;
		clear: both;

		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;

		border: 2px solid rgba(255,255,255,.4);
		border-radius: 5px;
	}
		.banner .btn:hover {
			background: rgba(255,255,255,.05);
		}
		.banner .btn:active {
			-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
		}

	.banner .btn, .banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}

	.banner .dots {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100px;
	}
		.banner .dots li {
			display: inline-block;
			*display: inline;
			zoom: 1;
			width: 10px;
			height: 10px;
			line-height: 10px;
			margin: 0 4px;

			text-indent: -999em;
			*text-indent: 0;

			border: 2px solid #fff;
			border-radius: 6px;

			cursor: pointer;
			opacity: .4;

			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}

	.banner .arrows {
		position: absolute;
		bottom: 20px;
		right: 20px;
		color: #fff;
	}
		.banner .arrow {
			display: inline;
			padding-left: 10px;
			cursor: pointer;
		}
.backstretch {opacity:1}


/* ######## */
/* $QUERIES */
/* ######## */
/* Portrait tablet*/







#image_bg { width: 100%; height: 100%;}
#main-nav { background-color: white; }
#main-nav form { padding-top:8px;}
#main-nav .i100px { width: 160px;}
.navbar { margin-bottom: 0; border: 0; height: 80px; background-color: white; }
#image_bg {
		width:100%;
    position:absolute;
    min-height:100% !important; /* browser fill */
    height:auto;
}

#versao_release {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index:9999999991;
	text-align: right;
	font-size: 11px;
	color: white;
  cursor: pointer;
  display: table;
}

.nomerelease {
  background: rgba(0,0,0,0.3);
	width: 100%;
  color: white;
  cursor: pointer;
  display: table;
  left: 0;
	font-size: 11px;
  position: fixed;
  bottom: 0;
	z-index:99999999;
}

.logoapps_login img {
    margin-left: 33px;
}

.logocli_img  {
	max-width: 185px;
	max-height: 70px;
	margin-right: 15px;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-topo {
	position: absolute;
	z-index: 1000;
	/* left: 39vw; */
    left: 0;
	top: 3vh;
	text-align: center;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}

#login-apps {
	position: absolute;
	z-index: 1000;
    background-color: transparent;
	/* background-color: rgba(0, 0, 0, 0.0); */
    /* box-sizing: border-box; */
    /* box-shadow: 0px 1px 13px 2px rgba(251, 251, 251, 0.1); */
	    left: 31vw;
    /* top: -10vh; */
    top: 50vh;
    width: 40vw;
    height: 50vh;
	color: #fff;
	border-radius: 10px;
	
}

.text-white { color: #fff !important;}
#login-apps form { padding: 15px }
#login-apps div input {
	display: block;
	margin: 20px 0;	
	padding:0 15px;
	width: 100%;
	color: #000;
}
#login-apps div button {
	margin: auto;
}
.color_blue { color: #000}
.font-bold  { font-weight: bold;}
.logo_cliente {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 3vh;
    right: 0;

}
.logo_cliente img {
	max-width: 200px;
	max-height: 80px;
}

.logo_cliente span {

    max-width: 200px;
    max-height: 80px;
    margin-right: 15px;
}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
  #login-apps {
	  position: absolute;
	  left: 4vw;
	  top: 12vh;
	  width: 350px;
	  background-color: transparent;
	  box-shadow: none;
  }
	.logo-topo img { 
		display: none;
	}
  .logo-topo {
	position: absolute;
	z-index: 1000;
	left: 9vw;
	top: 1vh;
	text-align: center;
  	display: flex;
  	align-items: center;
  	justify-content: center;
	background-image: url("../imagens/logos/logo_apps_preto.png");
	width: 311px;
	height: 159px;
	}

	#recuperar {
	 background-color: #fff;
	border-radius: 10px;
	border: 1px solid black;
	max-width: 512px;
	padding: 10px;
	position: absolute;
	z-index: 9999999;
	display: none;
	left: 1vw;
	top: 2vh;
}
}
.hostname {
	font-weight: bold;
	font-size: 16px;
}

.text-gray { color: #4c4545;}


.form-control-transp {
  
    background: #0000;
    height: 50px;
    border: 1px solid #0000;
    background: #ffffffa2;
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form-control-transp::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(7, 7, 7, 0.8) !important;
     }
  .form-control-transp::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(7, 7, 7, 0.8) !important; }
  .form-control-transp:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(7, 7, 7, 0.8) !important; }
  .form-control-transp:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(7, 7, 7, 0.8) !important; }

.form-control-transp:hover, .form-control-transp:focus {
    background: #ffffffda;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.4); }
  .form-control-transp:focus {
    border-color: rgba(255, 255, 255, 0.4); }

.btn-radius {
    border-radius: 40px;
}
.btn-white-transp {
    background-color: rgba(255, 255, 255, 0.719);
    border-color: rgba(255, 255, 255, 0.719);

}

.btn-success-transp {
    background-color: #5cb85cee;
    border-color: #5cb85cee;

}

.password-container{
  position: relative;
}

.fa-eye, .fa-eye-slash {
  position: absolute;
  top: 37%;
  right: 4%;
  cursor: pointer;
  color: #878484;
}
