@CHARSET "UTF-8";

/* General-------------------- */
*{
	margin:0;
	padding:0;
	border:0 none;
	font-size:10pt;
}

/* remove o "X" e o visualizar senha no IE */
input::-ms-clear, input::-ms-reveal {
    display: none;
} 

::-webkit-input-placeholder { color:#A9A9A9; }
::-moz-placeholder { color:#A9A9A9; } /* firefox 19+ */
:-ms-input-placeholder { color:#A9A9A9 !important; } /* ie */
input:-moz-placeholder { color:#A9A9A9; }

html{height:100%;}
body{
	height:100%;
	font-family: 'Open Sans', sans-serif;
	color:#5c5c5c;
}

/*input: -webkit-autofill corrige cor do background com autocomplete no chrome (default muda o background-color para amarelo)*/
/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #F5F8FA inset !important;
} */

/* Structure-------------------- */




.content-container{
	height: 100%;
	position: absolute;
	float:left;
	width:100%;
}

#servicec-container{
	display:none;
	min-height:100%;
	height: calc(100% - 360px);
	height: -webkit-calc(100% - 360px);
	height: -moz-calc(100% - 360px);
	height: -ms-calc(100% - 360px);
	height: -o-calc(100% - 360px);
	position:relative;
	float:left;
	
	padding-bottom:119px; /*fixed footer on bottom*/
	width:100%;
	
	
	
}
.servicec-container-frame{
			width:100%;
			height: calc(100%);
		height: -webkit-calc(100%);
		height: -moz-calc(100%);
		height: -ms-calc(100%);
		height: -o-calc(100%);
		
	
}

/* Content -------------------------*/

.shadow-box{
	/* background: #FFF; */
	opacity: 0;
	display: block;
	/* -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2); */
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
	/* box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2); */
	/* transition:opacity 200ms ease-in-out; */
}	
		
.login-container{
	float: left;
	position: relative;
	min-height: 150px;
	width: 440px;
	margin-top: 28px;
}

.login-container input[type=text],
.login-container input[type=password]{
	width:300px;
	height:35px !important;
	line-height:15px !important;
}


#content-forgetpass-login {
display:none;
}


.login-container ul, 
.try-container ul, 
.login-forgetpass ul,
#icons-login-gs,
#icons-gsclient-login{
	list-style-type:none;
}
.login-container ul li:not(.flag-language),
.login-forgetpass ul li{
	margin-top: 10px;
}

.last-li-ftgp{
	position: relative;
	top: 80px;
}

.try-container{
	float:left;
	min-height:150px;
	position:relative;
	width:342.5px;
}

.try-container > img {
	height: 500px;
	position: absolute;
	top: -150px;
}

/* gespan */
#logoclient-login,
#logoclient-login-legacy{
	margin-top: 50px;
}
#logoclient-login img{
	  height: 160px;
}
#logoclient-login-legacy img{
	  height: 111px;
}
		
/* Links e Menus ------------------- */

a:link, a:visited{
	color:#0c92f8 !important;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#header-button{
	height: 26px;
  	width: 124px;
  	position: absolute;
  	z-index: 20000;
  	top: 0px;
  	right: 220px;
  	background: url('../../../images/icon/tabGesplan.png') no-repeat;
  	background-position: center center;
  	background-repeat: no-repeat;
}

.ico-linkedin{
	background:url('../../../images/icon/linkedin-icon.png') no-repeat;
	background-size: 40px 40px;
}

.ico-blog{
		background:url('../../../images/icon/blog-icon.png') no-repeat;
		background-size: 40px 40px;
}

.ico-blog, .ico-linkedin{
		display:block;
		height: 40px;
		width: 40px;
}

.login-language{
	list-style-type: none;
	position: relative;
	margin: 6px 0 0 180px;
	float: left;
	height: 40px;
}
.login-language li{
	float:left;
	margin-left: 15px;
}

#btn-try{
	display:block;
	margin:0 auto;
}


/* top Menu */
.top-menu{
	float: right;
	right: 0px;
	list-style-type: none;
	margin: 70px 4px 0 0;
	min-width: 265px;
	height: 27px;
}

.top-menu  li{
		float: left;
		text-align: -webkit-auto;
		height: 100%;
		margin-right: 0px;
}

.top-menu li a{
	color: #FFF;
	display: block;
	text-decoration: none;
	height: 100%;
	margin: 0 0 0 15px;
	background-position: bottom;
	text-align: center;
}

.menu-active-login{
		background:url('../../../images/icon/Seta_Branca.fw.png') bottom center no-repeat;
		height:33px;
		display:block;	
}

#back-login{
	padding-top: 6px;
    float: left;
    height: 26px;
}


/* Forms ------------------------- */

.image-user-login, .image-user-password {
	width: 35px;
	height: 33px;
	float: left;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-right: 0;
}



/* Miscelaneous-------------------- */

.divider-top-artifactsmain {
	width: 1px;
	height: 56px;
	float: left;
	margin: 16px 12px 0 12px;
	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(255,255,255,0.48) 47%, rgba(255,255,255,0.5) 49%, rgba(255,255,255,0.5) 52%, rgba(255,255,255,0.48) 54%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(47%,rgba(255,255,255,0.48)), color-stop(49%,rgba(255,255,255,0.5)), color-stop(52%,rgba(255,255,255,0.5)), color-stop(54%,rgba(255,255,255,0.48)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(255,255,255,0.48) 47%,rgba(255,255,255,0.5) 49%,rgba(255,255,255,0.5) 52%,rgba(255,255,255,0.48) 54%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(255,255,255,0.48) 47%,rgba(255,255,255,0.5) 49%,rgba(255,255,255,0.5) 52%,rgba(255,255,255,0.48) 54%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(255,255,255,0.48) 47%,rgba(255,255,255,0.5) 49%,rgba(255,255,255,0.5) 52%,rgba(255,255,255,0.48) 54%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(255,255,255,0.48) 47%,rgba(255,255,255,0.5) 49%,rgba(255,255,255,0.5) 52%,rgba(255,255,255,0.48) 54%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
.divider-artifactsmain {
	width: 1px;
	height: 245px;
	float: left;
	margin: 0px 40px 0 40px;
	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(186,186,186,0.5) 49%, rgba(182,186,189,0.5) 52%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(49%,rgba(186,186,186,0.5)), color-stop(52%,rgba(182,186,189,0.5)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(186,186,186,0.5) 49%,rgba(182,186,189,0.5) 52%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(186,186,186,0.5) 49%,rgba(182,186,189,0.5) 52%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(186,186,186,0.5) 49%,rgba(182,186,189,0.5) 52%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(186,186,186,0.5) 49%,rgba(182,186,189,0.5) 52%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

.left { float:left; }
.center { margin:0 auto; }
.centerh { display:block;margin-left:auto;margin-right:auto; }
.right { float:right; }
.txt-center { text-align:center; }
.hidden { display:none !important; }



/* Tipology--------------------------*/

h1,h2,h3,h4,h5{
	font-family: Georgia, "URW Bookman L", serif;
	font-weight:normal;
}
h1.tit-future{	
	font-size:27px;
	font-weight:normal;
	color:#fff;
	margin: 26px 0px 0px 10px;
	width:320px;
	position:relative;float:left;
	font-family: Georgia, "URW Bookman L", serif;
}
.title-box{
	color:#444;
	font-size:24px !important;
	position: relative;
}
.input-error-Login{
	background:url('../../../images/icon/erro_Input.png') no-repeat;
	color: #b60000;
	display:block;
	padding:0 0 0 15px;
	font-size: 8pt;	
}

#content-new-password .input-error-Login {
    display:none;
}

/* media query*/
/*
@media screen and (max-height: 800px) and (min-height:100px){
	.content-container{
		min-height:200px;
		height: 100%;
		position: absolute;
		float:left;
		width:100%;
		}
		.shadow-box{
		/* background: rgb(255, 255, 255); */
		/*
		padding:15px 0px 10px 40px;
		display:block;
		z-index:3;
		opacity: 0;
		transition:opacity 200ms ease-in-out;
		}	
}
*/
#unsupportedBrowser{
	display:none;
	position: absolute;
	top: calc(50% - 143px);
	left: calc(50% - 294px);
}

.flag-language{
	margin-top: 0px;
}

#icons-login-gs,
#icons-gsclient-login{
	margin: 10px 0px 0px 5px;
	float: left;
}
#icons-login-gs li{
  	float: right;
  	margin-right: 45px;
}

#send-forgetPass-button,
#enter-code-button,
#valid-code-button,
#reset-password-button{
	margin-right: 10px;
}

#content-send-code li:nth-last-child(1){
	margin-top: 50px;
}

#content-forgetpass li:nth-last-child(1) {
	margin-top: 0px;
}

#mail-message{
	margin-left: 20px;
}
#content-email-login li:nth-last-child(2),
#content-account-found li:nth-last-child(3){
	margin-top: 0px;
}
#content-email-login li:nth-last-child(4){
	background-image: url('../../../images/icon/mail_enviado.png');
	background-repeat: no-repeat;
	background-position-y: 1px;
}
#content-email-login li:nth-last-child(3){
	font-weight: bold;
}
#content-email-login li:nth-last-child(1){
	margin-top: 55px;
}

#content-send-code li:nth-last-child(2){
	height: 50px;
}

#content-account-found li:nth-last-child(2){
	top: 120px;
	height: 70px;
}

#user-found{
    width:60px;
	height: 60px;
	border-radius: 50%;
	position:relative;
}

#content-email-login img{
	margin-right: 5px;
}

#sent-support{
	color: #0c92f8;
	text-decoration: none;
}

#email,
#code{
	margin-bottom: 5px;
}

#content-reset-pass-warning li:nth-last-child(1){
	margin-top: 62px;
}
#content-reset-pass-warning li:nth-last-child(2){
	margin-top: 38px;
}


#user-found-name{
	position: relative;
	top: -37px;
	left:70px;
}
#user-pass-photo {
    width: 40px;
    height: 40px;
    border-radius: 30px;
}

#user-image{
	height: 35px;
}
#user-name{
	position: relative;
	top: -27px;
	left:40px;
}
#content-new-password li:nth-last-child(1){
	margin-top: 30px;
}


#content-new-password li:nth-last-child(4){
  	height: 40px;
  	margin-top: -10px;
}

.active {
    border-bottom: 2px solid #FFF;  
    text-decoration: none;  
    color: #FFF;  
    pointer-events: none;
}

#content-header-items > img, 
#footer-menu > img{
	cursor: pointer;
}

div#footer-contact {
    width: 340px;
}

button#footer-subscribe-button-main-button {
    min-width: 60px;
}

#password-login,
#repeat-password{
	margin-bottom: 5px !important;
}

#expire-plan-message {
	display: none;
	position: absolute;
	top: -webkit-calc(50% - 116px);
	top: calc(50% - 100px);
	left: -webkit-calc(50% - 266px);
	left: calc(50% - 250px);
	height: 200px;
	width: 500px;
	padding: 16px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	color: #5c5c5c;
	font-size: 11pt;
}

#expire-plan-message > h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #025593;
}

#expire-plan-message > p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
}

#expire-plan-message > a {
	display: block;
	margin-top: 32px;
}

#expire-plan-message > #plan-expire-message-1 {
	margin-top: 20px;
}

#expire-plan-message > #plan-expire-message-2 {
	margin-top: 20px;
}

#expire-plan-message > #plan-expire-message-2 > span {
	color: #41AF52;
	font-weight: bold;
	font-size: 12pt;
}

#plan-expire-contact {
	margin-top: 30px;
	height: 16px;
}

#expire-plan-message > div > span {
	font-size: 11pt;
}

#plan-expire-email {
	float: left;
	background: url("../../../images/global/mail_contato.png");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left: 20px;
}

#plan-expire-phone {
	float: right;
	background: url("../../../images/global/fone_contato.png");
	background-repeat: no-repeat;
	padding-left: 20px;
}



h4#error-title {
    color: #CB4545;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
}

div#error-trigger-message {
    font-family: 'Open Sans', sans-serif;
}

p.error-description {
    font-size: 17px;
    padding-top: 35px;
}

#error-trigger-header {
	float: left;
	width: 100%;
}

#update-triggers-button {
	float: right;
}

h4#error-title {
    float: left;
    color: #BE6363;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

div#error-trigger-message {
    font-family: 'Open Sans', sans-serif;
}

p.error-description {
    float: left;
    font-size: 16px;
    padding-top: 25px;
    width: 310px;
}

div#error-trigger-message-container {
	background:url('../../../images/icon/mensagemAcessoNegado.png') no-repeat;
        
    height: 150px;    
    position: relative;    
    
	top: calc(50% - 40px);    
    left: 0;    
    right: 0;    
    bottom: 0;    
    margin: auto;    
    
	width: 425px;    
    
	padding: 25px;    
    display: block;    
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	background-position-x: 360px;
	background-position-y: 40px;
}

#captcha-content{
	display: none;
	width: calc(100% - 22px);
	width: -webkit-calc(100% - 22px);
	width: -moz-calc(100% - 22px);
	width: -ms-calc(100% - 22px);
	width: -o-calc(100% - 22px);
	height: 70px;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0 10px;
}


 /* Loading */

.sk-fading-circle {
  display: none;
  width: 25px;
  height: 25px;
  position: absolute;
  margin-left: 135px;
  margin-top: 4px;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #0897E9;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

div#invalid-key-message-container,
div#invalid-ip-message-container,
div#invalid-time-message-container,
div#current-user-amount-exceeded,
div#ldap-no-group,
div#no-authorization-azure,
div#ldap-invalid-groups
 {
    display: none;
    background: url('../../../images/global/mensagemAcessoNegado.png') no-repeat;
    background-position: 400px 10px;
    padding: 10px;
}

div#ldap-invalid-groups-message p {
    width: calc(100% - 100px);
    line-height: 20px;
    margin-bottom: 20px;
}

div#ldap-no-group-message p,
div#no-authorization-azure-message p {
    width: calc(100% - 100px);
    line-height: 20px;
    margin-bottom: 20px;
}

p#invalid-key-message-1,
p#invalid-ip-message-1,
p#invalid-time-message-1,
p#current_user_exceeded-message-1 {
    color: #444;
    font-size: 16px;
    width: 370px;
    line-height: 20px;
    margin-top: 10px;
}

p#invalid-key-message-2,
p#invalid-ip-message-2,
p#invalid-time-message-2,
p#current_user_exceeded-message-2 {
    width: 370px;
    color: #444;
    font-size: 12px;
    margin-top: 30px;
}

div#invalid-key-contact,
div#invalid-ip-contact,
div#invalid-time-contact,
div#cur-user-exc-contact {
    background-color: #F5F5F5;
    font-size: 16px;
    color: #444;
    margin-top: 5px;
    float: left;
    padding: 10px;
    border-radius: 3px;
    bottom: 10px;
    position: absolute;
    width: calc(100% - 40px);
}

span#invalid-key-email,
span#invalid-ip-email,
span#invalid-time-email {
	background: url("../../../images/global/mail_contato.png");
	background-repeat: no-repeat;
	background-position: 0px center;
	font-size: 16px;
	float: left;
	width: calc(100% - 25px);
	padding-left: 25px;
	margin-bottom: 10px;
	color: #7A7A7A;
}

span#invalid-key-phone,
span#invalid-ip-phone,
span#invalid-time-phone {
	background: url("../../../images/global/fone_contato.png");
	background-repeat: no-repeat;
	background-position: 0px center;
	font-size: 16px;
	float: left;
	width: calc(100% - 25px);
	padding-left: 25px;
	color: #7A7A7A;
}

ul#content-form-login input {
    background-repeat: no-repeat;
}

ul#icons-login-gs img {
    height: 45px;
    margin-top: 5px;
}

span#conventinal-login,
span#sso-login,
.span-btn {
	float: right;
	color: #0C92F8;
	cursor: pointer;
}

.login-sso {
	display: none;
}

#gesplan-logo-text-container {
	float: left;
	display: block;
	width: 100%;
	margin-top: 55px;
}

#gesplan-logo-text {
	float: left;
	width: 239px;
}

.gesplan-services {
	margin-top: 15px;
}

.li-captcha-recoverpassword {
	min-height: auto;
	display: inline-block;
	margin-top: 0px !important;
	width: 100% !important;
}

.li-buttons-recoverpassword {
	width: 100%;
	min-height: 32px;
}

.form-footer{
	height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#button-login-main-button,
#button-login-sso-main-button,
#send-forgetPass-button-main-button {
	background-color: #0897E9;
	font-size: large;
    font-weight: bold;
}