/** Ticket 61218 | Layout Novo- Responsivo 100%- Proposta de Melhoria | Lilian Monteiro | 07/04/2020
Modificacao: Layout responsivo.
Baseado no codigo: https://codepen.io/Lewitje/pen/doJRBX 
*/

body { 
  font-family: 'Open Sans', sans-serif;
  background: #029698 url("../../site/bootstrap/login/images/background_spprev.png"); 
}

#sigeprev { 
  text-align: center; 
  padding: 28px 0;
}
.negrito { font-weight: bold; }
ul { padding-left: 0; }
.tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0;
}
.tabs > li {
  display: table-cell;
  list-style: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: white;
  font-weight: bold;
  background-color: #0096B7;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  border-right: 1px solid white;
  padding: 15px 0;
  vertical-align: middle;
}
.tabs > li:hover { background-color: #0087a5 }
.tabs > li:nth-child(4) { border-right: none; }
.tabs > li.active {
  color: #F89830;
  background-color: #fff;
}
.tab_content {
  background-color: white;
  padding-inline-start: 0;
}
.tab_content > li { display: none; }
.tab_content > li.active { display: block; }
.content { width: 100%; padding: 7px 15px 20px 15px; }
.contentHeight { height: 300px; }
.form-group input {
  width: 100%;
  border: 1px solid #7f7f7f;
  height: auto;
  border-radius: 0;
  border-color: #ccc;
}
.form-control-feedback i { color: #e6e6e6; }
.btn { font-weight: bold; font-family: Helvetica, Helvetica Neue, Arial, sans-serif; }
.btEntrar { background-color: #0095b7; color: #fff; }
.btLimpar { background-color: #cacaca; }
#u82_img { margin: 0 auto; }
.navbar { margin-bottom: 0; }
.navbar-brand { font-weight: bold; color: #029698 !important; }
#btnMenu { background-color: #029698; color: #fff; }
.navbar-toggle .icon-bar { background-color: #fff !important; }
#rodape { padding: 20px; }
#message { 
  width: 100%; 
  color: #F89830; 
  background-color: #fff; 
  padding: 10px 60px 13px 60px; 
  text-align: center;
  font-weight: bold;
  line-height: 12px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
}
.has-error .form-control { background-color: #fbedeb; color: #d7244c;  }

.has-error .form-control::-webkit-input-placeholder { color: #d7244c; }
/* Firefox 18- */
.has-error .form-control:-moz-placeholder { color: #d7244c; }
/* Firefox 19+ */
.has-error .form-control::-moz-placeholder { color: #d7244c; }
.has-error .form-control:-ms-input-placeholder { color: #d7244c; }

#u1106-2 { margin-bottom: 0; }

.placeholderIE8 { display: none; }

/* Aba 4 - inicio */
#dsdi, #manual, #requisitos {
  border: 1px solid #ededed;
  border-radius: 10px;
  background-color: #F6F6F6;
}

#dsdi { 
  width: 100%;
  float: left;
}
#manual {
  width: 100%;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
#requisitos {
  width: 100%;
  clear: left;
  padding: 10px 15px;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 11px;
  box-sizing: border-box;
  margin: 10px 0 20px;
}
#requisitos i { margin-right: 5px; color: #0087A5; }
#requisitos p {
  font-weight: bold;
  color: #0087A5;
}
#requisitos ul li {
  display: block;
  padding-left: 10px;
}
#dsdi:hover { 
  background-color: #ECF0F1;
  cursor: pointer;
}
#manual:hover {
  background-color: #ECF0F1;
  cursor: pointer;
}
#dsdi p, #manual p {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  margin: 30px 0 20px 0;
}
.text-danger { color: #ff0000; }
#u1109 small { font-size: 11px; }
#u1109 a, #u1109 a:hover { color: #0087A5; }
.alertDS {
  width: 100%;
  background-color: #0096B7;
  box-sizing: border-box;
  padding: 10px 5px;
}
/* Aba 4 - final */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .content { padding: 5px 60px 40px 60px; }
  .form-group input { min-height: 57px; padding: 6px; line-height: 40px !important; }
  .form-control-feedback { top: 12px; right: 6px; }
  .btEntrar { min-height: 57px; font-size: 16px; }
  .btLimpar { min-height: 57px; font-size: 16px; }
  #inputCpf { margin-bottom: 7px; }
}

@media (max-width: 768px) {
  .contentHeight { height: auto; }
}

.buttonGovBR{
	font-family: rawline, sans-serif;
	margin: 0.5ex;
	--button-radius: 100em;
	--button-xsmall: 24px;
	--button-small: 32px;
	--button-medium: 40px;
	--button-large: 48px;
	--button-size: var(--button-medium);
	border: 0;
	border-radius: var(--button-radius);
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	font-weight: 600;
	height: var(--button-size);
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: auto;
	background-color: #1351b4;
	color: #fff;
	padding: 0 22px;
	padding-bottom: 3px;
	align-items: center;
	--background: #f8f8f8;
}

.sso-status-bar-signed-out-icon::before {
    display: block;
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    font-weight: 900;
    color: #fff;
    font-size: 13px;
    margin-right: 8px;
    padding-top: 2px;
}

.container_fundo{
    width: 100vw;
    height: 55vw;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    
    position: absolute;
    top:0%; /* posiciona na metade da tela */
    margin-top: -25px; /* e retrocede metade da altura */
}

#container_img {
	background-color: transparent;
}

/* Mensagem */
.container {
	background-color: transparent;
	box-sizing: border-box;
    font-family: Open Sans, sans-serif;
	width: 50%;
	margin: 0 auto;
	font-size: 1.4rem;
}

.container_fundo_index{
    width: 100vw;
    height: 55vw;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    
    position: absolute;
    top:0%; /* posiciona na metade da tela */
    margin-top: -25px; /* e retrocede metade da altura */
    z-index: 9999; /* Coloca a div no topo de todos os elementos */
}

.container_img {
	height: 50px;
	display: flex;
	justify-content: center;
}

#img1 {
	position: relative;
	top: -28px;
}

#img2 {
	display: flex;
	padding-right: 4px;
	cursor: pointer;
}

.container_img2 {
	border-radius: 2px 2px 0 0;
	background-color: white;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 70px;
	display: flex;
	justify-content: flex-end;
}

#container_img > img {
	position: relative;
	top: 20px;
}

div p {
	margin: 0;
	padding: 5px 0;
}

div .box {
	background-color: white;
	margin: 0 auto;

	padding: 0px 20px 20px;
}

#container_button {
	width: 75%;
	padding: 6px;
	border: 1px transparent;
	background-color: #029698;/*rgb(28, 161, 161);*/
	border-radius: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 8px 0;
	cursor: pointer;
}

#container_button img{
	cursor: pointer;
}

#button_continuar {
	color: white;
	font-size: 1.4rem;
	font-weight: 600;
	border: 1px transparent;
	padding: 2px 5;
	background-color: #029698;/*rgb(28, 161, 161);*/
}
