@CHARSET "ISO-8859-1";


/**
 	CUSTOM
**/

/* here you can put your own css to customize and override the theme */

.margin-top-0 {
	margin-top:0 !important;
}

.rodape {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}  

.link_claro {
	color:#FFF;
}

.rodape .web-description {
  text-align: center;
  color: #fff;

}

.rodape .web-description h5 {
	font-size:12px;
  color: 6d6e71
}

.rodape .web-description p {
  font-size: 11px;
  line-height: 9px
}

.rodape a.map {
/*    background: url(../img/ico_map.gif) no-repeat scroll left top rgba(0, 0, 0, 0);
*/    padding-left: 13px;
}





/************************
 	STYLE
*************************/

.display-none,
.display-hide {
  display: none;
}

/***
ie8 & ie9 modes
***/
.visible-ie8 {
  display: none;
}

.ie8 .visible-ie8 {
  display: inherit !important;
}

.visible-ie9 {
  display: none;
}

.ie9 .visible-ie9 {
  display: inherit !important;
}

.hidden-ie8 {
  display: inherit;
}

.ie8 .hidden-ie8 {
  display: none !important;
}

.hidden-ie9 {
  display: inherit;
}

.ie9 .hidden-ie9 {
  display: none !important;
}


/* input with left aligned icons */
.input-icon {
  position: relative;
}


.input-icon input {
   padding-left: 33px !important;
}

.input-icon i {
  color: #ccc;
  display: block;
  position: absolute;
  margin: 11px 2px 4px 10px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.input-icon.right input {
   padding-left: 12px !important;
   padding-right: 33px !important;
}

.input-icon.right i {
   right: 8px;
   float: right;
}


.has-success .input-icon > i {
  color: #468847;
}

.has-warning .input-icon > i {
  color: #c09853;
}

.has-error .input-icon > i {
  color: #b94a48;
}



/***
Login page
***/

body { background: url('../images/login/bgLoginFomento.jpg') repeat-x center top; height:100%;}
#marcadagua { width:345px; height:396px; background: url('../images/login/marcadagua.png') no-repeat center center; position:absolute; top:-35px; left:50%; margin-left:-385px; z-index:10; opacity:0.2; z-index:15;  background-size: 100% auto; }
.ret-sup1 { width:100%; height:2px; background:#a9b4ca; top:258px; position:absolute;z-index:20; }
.ret-sup2 { width:100%; height:9px; top: 263px; position:absolute; z-index:20; 
background: rgb(68,89,136); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(left,  rgba(68,89,136,1) 0%, rgba(48,169,222,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(68,89,136,1)), color-stop(100%,rgba(48,169,222,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(68,89,136,1) 0%,rgba(48,169,222,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(68,89,136,1) 0%,rgba(48,169,222,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(68,89,136,1) 0%,rgba(48,169,222,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(68,89,136,1) 0%,rgba(48,169,222,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#445988', endColorstr='#30a9de',GradientType=1 ); /* IE6-8 */

}
/* logo page */
.login {
  background-color: #666 !important;
}

.login .logo {
  margin: 8px auto;   
	margin-top: 100px;
	padding: 15px;
	text-align: center;
	background: url("../images/login/logoFomentoLogin.png") no-repeat center top;
	height:126px;
	width:536px;
	z-index:99;
	position:relative;
	background-size: 100% auto;
}  
/*.login .logo {

  margin-top:60px;

  text-align: center;
	height:237px;
	width:200px;
	background-size: auto;
	
}  */

.login .content .input-icon {
  border-left: 2px solid #248EAE !important;
}


.login .content {
	  background-color:#fff;
	box-shadow: 2px 2px 15px #000; 
  width: 360px;
  margin: 140px auto 0 auto; 
  margin-bottom: 0px;
  padding: 30px;  
  padding-top: 20px;  
  padding-bottom: 15px;
/*  background: url(../../img/bg-white-lock.png) repeat;
  width: 360px;
  margin: 0 auto; 
  margin-bottom: 0px;
  padding: 30px;  
  padding-top: 20px;  
  padding-bottom: 8px;  */
}



.login .content h3 {
  color: #ccc;
}
.login .content h4  {
  color: #248EAE;
}

.login .content p,
.login .content label {
  color: #000;
}

.login .content .login-form,
.login .content .forget-form {
    padding: 0px;
    margin: 0px;
}

.login .content .form-control {
  background-color: #fff;
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}



.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.login .content .form-actions {
  background-color: transparent;
  clear: both;
  border: 0px;
  padding: 0px 30px 0 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}  

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login .content .forget-password {
  margin-top: 25px;
}

.login .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* select2 dropdowns */
.login .content .select2-container i {
  display: inline-block;
  position: relative;
  color: #ccc;
  z-index: 1;
  top:1px;
  margin: 4px 4px 0px 3px; 
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center; 
}

.login .content .has-error .select2-container i {
  color: #b94a48;
}

.login .content .select2-container a span {
  font-size: 13px;
}

.login .content .select2-container a span img {
  margin-left: 4px;
}

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto; 
  padding: 10px;
  color: #eee;
  font-size: 12px;
}

@media (max-width: 560px) {
  #marcadagua { width:230px; height:270px; top:6px; margin-left:-255px;  }
  .login .logo {
  margin: 8px auto;   
	margin-top: 100px;
	text-align: center;
	height:82px;
	width:350px;
}

@media (max-width: 480px) {
    
  /***
  Login page
  ***/
  .login .logo {
    margin-top:10px;
  }

  .login .content {
    padding: 30px; 
    width: 222px;
  }

  .login .content h3 {
    font-size: 22px;
  }

  .login .checkbox {
    font-size: 13px;
  }
}

@media (max-height: 480px) {
	.login .logo {
		margin: 4px 0 8px 0 auto;	
		text-align: center;
		height:70px;
		width:180px;
		background-size: auto;
		background: url("http://www.pr.gov.br/logos/sistemas/governo/brasao_governo_parana.png") no-repeat;
	} 
}

@media (max-height: 480px) {
	.login .logo {
		margin: 4px 0 8px 0 auto;	
		text-align: center;
		height:70px;
		width:180px;
		background-size: auto;
		background: url("http://www.pr.gov.br/logos/sistemas/governo/brasao_governo_parana.png") no-repeat;
	} 
}
}