.site-container{
    max-width: 1920px;
    width: 100%;
}
main{
    width: 100%;
    max-width: 1920px;
    margin:0 auto;
    height: 100%;
	background-color:white;
}
.header-pagina{
    max-width: 1920px;
    width: 100%;
    padding: 10px;
	margin: 0 0 0 0;
	display: inline-block;
    box-sizing: content-box;
	background:white;
    box-shadow: -10px 0px 10px grey;
}
.header-logout{
    width: 15%;
	display: inline-block;
	text-align: right;
	vertical-align: middle;
}
.header-logout a:link{
	color: #424242;
	font-size: 13px;
}
.cabecalho{
    width: 60%;
	display: inline-block;
}
.imagem-cabecalho{
	height: 50px !important;
	vertical-align: middle;
}
.titulo-menu{
    border-style: none;
    font-size: 18px;
    color:#e6e4e4;
	line-height: 230%;
    text-align: left;
    width: 100%;
}
.titulo-menu:disabled{
    opacity: .5;
}
.titulo-menu:active{
    background-color: rgb(245, 245, 245);
}
.titulo-menu:hover{
    background-color: rgb(245, 245, 245);
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    color:#ff3300;
}
.titulo-menu-selecionado{
    color:#ff3300 !important;
    background-color: rgb(245, 245, 245);
    padding: 2px 5px 2px 5px;
    margin: 2px 5px 2px 5px;
    border-radius: 3px;
    text-align: left;
    width: 100%;
    border-style: none;
}
.subtitulo-menu{
    font-size: 16px;
    color:#e6e4e4;
    margin-bottom: 20px !important;
	line-height: 5%;
	cursor:pointer;
    width: 100%;
}
.subtitulo-menu:hover{
    background-color: rgb(245, 245, 245);
    margin: 2px 5px 2px 5px;
    padding: 2px 5px 2px 5px;
    font-size: 16px;
    color:#ff3300;
    margin-bottom: 20px !important;
	line-height: 5%;
	cursor:pointer;
    border-radius: 3px;
    width: 100%;
}
.abre-fecha-menu{
    font-size:12px;
    font-weight: 500;
    text-align: right;
    color: white;
    background-color: lightgrey;
    margin-bottom: 20px;
    border-width: 0px;
    border-style: none;
    border-radius: 5%;
    padding: 5px 5px 5px 5px;
    display: block;
}
.fecha-menu{
    font-size:12px;
    font-weight: 500;
    text-align: right;
    color: white;
    margin-bottom: 20px;
    border-width: 0px;
    border-style: none;
    border-radius: 5%;
    padding: 5px 5px 5px 5px;
    display: block;
    background-color: transparent;
}
.bt-icone{
    margin-left: 20px;
    font-size: 14px;
    border-style:none;
    border-width: 0px;
    color:#545454;
    background: white ;
}
.botaoFecharMenu{
    width:100%;
    display:inline-block;
    color:#545454;
    background: white;
	cursor:pointer;
}
.sidebar a.active{
    color: #ff3300 !important;
    font-weight: bold;
}
.sidebar{
    margin:0;
    vertical-align:top;
    width:15%;
    text-align: left;
    background: #ff3300;
    box-sizing: content-box;
}
.menu-sidebar{
    margin: 20px;
}
.boxFotoPerfil{
	vertical-align: middle;
	text-align:center;
	width: 80%;
	width: 130px;
	height: 130px;
	border-style: solid;
	border-width: 3px;
    border-radius: 100%;
	background-color: #DFDEDE;
	color: #ff3300;
	margin-bottom: 10px;
	cursor:pointer;
}
.fotoPerfil{
	vertical-align: middle;
	text-align: center;
	font-size: 64px;
	cursor:pointer;
}
.fotoPerfil button{
    font-size: 12px;
    background-color: transparent;
    color: darkgrey;
    border-style: none;
    top: 20px;
    left: -100px;
    position: relative;
}
.fotoPerfil button:hover{
    background-color: transparent;
    color: #ff3300;
}
.fotoPerfilQuadroResumo{
    vertical-align: middle;
	text-align: center;
	font-size: 14px;
	cursor:pointer;
}
.fotoPerfilQuadroResumo button{
    font-size: 12px;
    background-color: transparent;
    color: darkgrey;
    border-style: none;
    width: 10%;
    margin-left: 40%;
    margin-right: 40%;
    padding: 5px;
    top: -30px;
    position: relative;
}
.fotoPerfilQuadroResumo button:hover{
    background-color: transparent;
    color: #ff3300;
}
.container{
    width:100%;
    padding: 0;
    margin:0 0 0 0;
}
.container-menu{
    width:100%;
    padding: 0;
    margin:0 0 0 0;
}
.pai{
    width: 100%;
    max-width: 1920px;
    display:flex;
    margin:0;
    box-sizing: content-box;
    background-color: #edeeee;
}
.conteudo{
    margin-top: 10px;
    margin-left:10px;
    margin-bottom: 10px;
    box-sizing: content-box;
	background-color: white;
    padding: 20px 15px 10px 20px;
    border-radius: 5px;
    min-width: 68%;
}
h1{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
}
.botao{ 
    background: #ff3300 !important; 
    color: white !important;
	border: none;
    margin: 0px 5px 0px 5px;
	font-size:1rem;
	padding: .4rem 1rem;
	cursor:pointer;
}
.botao:hover{ 
    background: white !important; 
    color: #ff3300 !important;
	border: none;
    margin: 0px 5px 0px 5px;
	font-size:1rem;
	padding: .4rem 1rem;
	cursor:pointer;
    border-style: solid;
    border-color: #ff3300;
}
.botao-grande{ 
    background: white !important; 
    color: #ff3300 !important;
    border-style: solid;
    border-color: #ff3300;
    margin: 0px 5px 0px 5px;
	font-size:1rem;
	padding: .4rem 1rem;
	cursor:pointer;
    width: 30%;
    height: 50px;
}
.botao-grande:hover{ 
    background: #ff3300 !important; 
    color: white !important;
	border: none;
}
#btn{
    background-color: #ff3300;
    color: white;
	cursor:pointer;
}
.botao-drop{
    background: #ff3300 !important; 
    color: white!important;
	border: none;
    margin: 0px 5px 0px 5px;
	font-size:1rem;
	padding: .4rem 1rem;
	cursor:pointer;
    border-radius: 2%;
}
.botao-drop:hover{
    background: white !important; 
    color: #ff3300  !important;
	border: none;
    margin: 0px 5px 0px 5px;
	font-size:1rem;
	padding: .4rem 1rem;
	cursor:pointer;
    border-radius: 2%;
    border-style: solid;
    border-color: #ff3300;
}
.botao-drop-icon{
    background: #ff3300 !important; 
    color: #424242 !important;
	border: none;
    margin: 0px 5px 0px 5px;
	font-size:1rem;
	padding: .4rem 1rem;
	cursor:pointer;
    border-radius: 100%;
    position: fixed;
    right: 355px;
    top: 400px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.botao-drop-icon:hover{
    background: white !important; 
    color: #ff3300  !important;
	border: none;
    margin: 0px 5px 0px 5px;
	font-size:1rem;
	padding: .4rem 1rem;
	cursor:pointer;
    border-radius: 100%;
    border-style: solid;
    border-color: #ff3300;
}
.input-padrao{
    display: block;
    margin-bottom: 20px;
    padding: 10px 25px;
    width: 85%;
}
.input-padrao-comentarios{
    display: block;
    margin-bottom: 20px;
    padding: 10px 10px;
    width: 85%;
    text-align: center;
}
.input-quadro{
    width: 80% !important;
    border-left: #ff3300 !important;
    border-left-style: solid !important;
    margin-top: 5px !important;
    border-top-style: none !important;
    border-right-style: none !important;
    background: #fcfcfc !important;
}
.input-foto{
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 5px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.input-foto-resumo{
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 5px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
}
.input-etiqueta-resumo{
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 150px;
    border-radius: 2%;
}
.button--primary, button{
    background-color: #ff3300;
    color: white;
	cursor:pointer;
}
.linha-divisor{
    margin-top: 0;
    vertical-align: middle;
    width: 40%;
    margin-bottom: 30px;
    border-color: #ff3300;
    border-width: 0.3px;
    border-radius: 0.5px;
}
.bloco-imagem{
    text-align:center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.imagem-logo{
    text-align:center;
    padding-top: 20px;
}
.cta{
    font-size: 12px;
    padding: 10px;
    text-align:center;
}
footer{
    margin-bottom:0px;
    max-width: 1920px;
    width: 100%;
    background: white;
    overflow:hidden;
    margin-top: 0;
}
nav{
    padding-bottom: 20px;
}
nav a:link{
	color:#424242;
	cursor:pointer;
}
nav a:active{
	color:#424242;
	font-weight:bold;
}
.mini-perfil{
    width:100%;
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 100%;
    color: white;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), #ff3300), url("https://voltarapida.com.br/wp-content/plugins/volta-rapida/assets/images/Equipamento.jpg");
}
.mini-perfil p{
    width:100%;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 80%;
    margin-left: 5px;
    margin-right: 5px;
}
.nome-mini-perfil{
    font-size: 16px;
    margin: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: -16px;
    background: #ff3300;
    border-radius: 25px;
}
.foto-perfil{
    width: 100px;
    border-radius: 100%;
}
.opcoes-menu{
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    margin: 50px 20px 20px 20px;
	padding-bottom: 50px;
}
.icone-menu:hover{
    font-size: 72px;
    color:#ff3300;
}
.icone-menu{
    font-size: 64px;
    color:#545454;
    text-align:center;
}
.main-menu{
    max-width: 1920px;
    width:100% !important;
    margin:0;
    height: 100%;
    text-align: center;
}
.close{
    float:right;
    font-size:21px;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    filter:alpha(opacity=20);
    opacity:.2
}
.close:focus,.close:hover{
    color:#000;
    text-decoration:none;
    cursor:pointer;
    filter:alpha(opacity=50);
    opacity:.5
}
button.close{
    padding:0;
    cursor:pointer;
    background:0 0;
    border:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
.modal-open{
    overflow:hidden
}
.modal{
    position:fixed;
    top:10%;
    right:10%;
    bottom:0;
    left:10%;
    z-index:1050;
    display:none;
    overflow:hidden;
    -webkit-overflow-scrolling:touch;
    outline:0;
    overflow-y: auto;
}
.modal.fade .modal-dialog{
    -webkit-transform:translate(0,-25%);
    -ms-transform:translate(0,-25%);
    -o-transform:translate(0,-25%);
    transform:translate(0,-25%);
    -webkit-transition:-webkit-transform .3s ease-out;
    -o-transition:-o-transform .3s ease-out;
    transition:-webkit-transform .3s ease-out;
    transition:transform .3s ease-out;
    transition:transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out
}
.modal.in .modal-dialog{
    -webkit-transform:translate(0,0);
    -ms-transform:translate(0,0);
    -o-transform:translate(0,0);
    transform:translate(0,0)
}
.modal-open .modal{
    overflow-x:hidden;
    overflow-y:auto
}
.modal-dialog{
    position:relative;
    width:auto;
    margin:10px
}
.modal-content{
    position:relative;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #999;
    border:1px solid rgba(0,0,0,.2);
    border-radius:6px;
    -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
    box-shadow:0 3px 9px rgba(0,0,0,.5);
    outline:0
}
.modal-backdrop{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1040;
    background-color:#000
}
.modal-backdrop.fade{
    filter:alpha(opacity=0);
    opacity:0
}
.modal-backdrop.in{
    filter:alpha(opacity=50);
    opacity:.5
}
.modal-header{
    padding:15px;
    border-bottom:1px solid #e5e5e5
}
.modal-header .close{
    margin-top:-2px
}
.modal-title{
	text-align:center;
    margin:0;
    line-height:1.42857143
}
.modal-subtitle{
    text-align: center !important;
    font-size: 10px;
    margin-bottom: 5px !important;
}
.modal-body{
    position:relative;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.modal-footer{
    padding:15px;
    text-align:right;
    border-top:1px solid #e5e5e5
}
.modal-footer .btn+.btn{
    margin-bottom:0;
    margin-left:5px
}
.modal-footer .btn-group .btn+.btn{
    margin-left:-1px
}
.modal-footer .btn-block+.btn-block{
    margin-left:0
}
.modal-scrollbar-measure{
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:scroll
}
.modal-fullscreen{
    position: fixed;
    width: 100%;
    height: 100%;
    margin:0;
    left:0%;
}
.modal-dialog-imagem{
    position:relative;
    width:400px;
    margin:10px
}
.button-modal{
	background-color: #c3c3c3;
	border-width:0px;
	color: #424242;
	padding: .5rem 1rem;
	margin-right: 10px;
}
[hidden],template{
    display:none
}
.caixa-pesquisa{
	width: 100%;
	display:inline !important;
}
.fields-pesquisa{
    display: inline-flex;
}
.fields-pesquisa i{
    margin: auto;
}
.botao-minimiza{
    display: none;
}
.tabela-pesquisa{
	color: black;
	font-size: 14px;
	padding-bottom: 20px;
	width:95%;
	margin: auto;
    overflow-x:auto;
}
.tabela-paciente thead{
	font-weight: bold;
}
.table-paciente tbody td{
    width: 80%;
    height: 40px;
	color: black;
}
.linha-separador{
	width: 90%;
	border-bottom:1px solid #e5e5e5;
	margin-left:10px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:center;
}
html,
body{
  height: 100%;
}
body{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}
.form-signin{
  text-align: center;
  width: 100%;
  max-width: 330px;
  margin-left: 10%;
  padding: 25px;
  background-color: #fff;
  opacity: 0.9;
}
.form-signin .checkbox{
  font-weight: 400;
}
.form-signin .form-control{
  position: relative;
  max-width: 330px;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus{
  z-index: 2;
}
.form-signin input[type="email"]{
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"]{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin .badges{
    margin: auto;
}
.body-login{
	width: 100%;
	vertical-align: middle;
	display: flex;
	text-align: center;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 25%;
}
.imagem-login{
	align-items:center;
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: 0%;
    border-radius: 20%;
    height:150px;
    width: auto;
}
.h1-login{
	margin-top: 1rem;
}
.checkbox-login{
	text-align:center;
	margin-top: 10px;
	margin-bottom: 15px;
}
.botao-login{
	width: 100%;
 	max-width: 330px;
	background: #ff3300 !important; 
    color: white!important;
	border: none;
	font-size:1rem;
	padding: .4rem 1rem;
	margin: auto;
	cursor:pointer;
	max-width: 290px;
}
.botao-voltar-login{
	width: 100%;
	background: #DEDEDE !important; 
    color: #424242 !important;
	border: none;
	font-size:1rem;
	padding: .4rem 1rem;
	margin-top: 20px;
	cursor:pointer;
	max-width: 290px;
}
.input-login{
	width: 100%;
	max-width: 280px;
}
.cta-abrir-conta p{
	font-size: 12px !important;
	line-height:120%;
	text-align: center;
}
.tecPp{
	width: 100%;
	display:inline-block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 15px;
}
.tecPp p{
	display:inline-block;
	text-align: center;
}
.tecPp p:hover{
	color:#ff3300;
}
.tecPp a{
	color: #767676 !important;
}
.tecPp a:hover{
	color:#ff3300;
}
.TabelaHabitosComportamentos{
	width: 100%;
}
.tabela-conteudo{
    border-collapse: separate;
    border-spacing: 0px 15px;
    width: 100%;
}
.tabela-conteudo tr{
    height: 80px;
    border-style: solid;
    border-width: 1px !important;
    border-color: #9f2a2a;
    border-radius: 5px;
    margin: 20px;
    background-color: #f4f4f4;
    border-right: solid;
    box-shadow: 3px 6px 6px -3px #e2e2e2;
}
.tabela-conteudo td{
    margin: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: middle;
}
.tabela-conteudo tr:first-child{
    height: 25px;
    background-color: transparent;
}
.tabela-simples{
    width: 98%;
    margin-left: 10px;
    margin-right: 10px;
}
.badge{
	display:initial !important;
	vertical-align:middle;
	background-color: orange;
	color: white;
	font-weight: bold;
	border-radius: 10%;
	width: 50px;
	font-size: 10px;
	padding: 3px;
}
.titulo-dropdown{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}
.notificacoes{
    font-size: 10px;
    line-height: 150%;
    padding-bottom: 5px;
}
.dropbtn{
    color:#424242 ;
    font-size: 12px;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    text-align:center;
    width: 40px;
    height: 40px;
    border-style: none;
    border-radius: 100%;
    background-color: #DFDEDE;
    color: #fff;
    margin-bottom: 10px;
    margin-left: 10px;
}
.dropbtn:hover, .dropbtn:focus{
  background-color: white;
}
.dropAppsBtn{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    cursor:pointer;
    border: none;
    color: #424242;
    background-color: transparent;
}
.dropAppsBtn:hover , .dropAppsBtn:focus{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    cursor:pointer;
    border: none;
    color: #424242;
}
.dropNotificacoesBtn{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    cursor:pointer;
    border: none;
    color: #424242;
    background-color: transparent;
}
.dropNotificacoesBtn:hover , .dropNotificacoesBtn:focus{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    cursor:pointer;
    border: none;
    color: #424242;
}
.labelPerfil{
    margin-top: 10px;
}
.dropdown{
  position: relative;
  display: inline-block;
}
.dropdown-content{
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a{
  color: #424242;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover{
	background-color: white;
	color: #ff3300;
}
.dropdown-apps{
    position: relative;
    display: inline-block;
}
.dropdown-content-apps{
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 350px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 10px 10px 10px 10px;
    text-align: left;
    left: -250%;
}
.dropdown-content-apps a{
    color: #424242;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content-apps a:hover{
    background-color: white;
    color: #ff3300;
}
.dropdown-notificacoes{
    position: relative;
    display: inline-block;
  }
.dropdown-content-notificacoes{
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 10px 10px 10px 10px;
    text-align: left;
    height: 250px;
    overflow-y: auto;
    left: -200%;
}
.dropdown-content-notificacoes a{
    color: #424242;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}  
.dropdown-content-notificacoes a:hover{
    background-color: white;
    color: #ff3300;
}
.dropdown-registro{
    position: relative;
    display: inline-block;
}
.dropdown-content-registro{
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 10px 10px 10px 10px;
    text-align: left;
    top: -280%;
}
.dropdown-content-registro a{
    color: #424242;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
  .dropdown-content-registro a:hover{
    background-color: white;
    color: #ff3300;
}
.dropdown-content-registro-float{
    display: none;
    position: fixed;
    background-color: #ff3300;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 10px 10px 10px 10px;
    text-align: left;
    top: 40%;
    right: 370px;
    border-radius: 15px;
}
.dropdown-content-registro-float a{
    color: #424242;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
  .dropdown-content-registro-float a:hover{
    background-color: white;
    color: #ff3300;
}
.show{display:block;}
.show-apps{display:block;}
.show-notificacoes{display:block;}
.show-registro{display:block;}
.show-registro-float{display:block;}
.nav-tabs{
	width: 100%;
    display: inline-flex;
	text-align: left;
	padding:0px;
	margin:0px;
	border-bottom: solid;
	border-width: 0.5px;
	border-color: #e9e9e9;
    list-style-type: none
}
.nav-tabs li a:link{
	color: #424242;
	padding-left: 5px;
	padding-right: 15px;
	padding-top:5px;
	padding-bottom: 5px;
}
.nav-tabs li a:hover{
    padding-left: 5px;
	padding-right: 15px;
    padding-top:5px;
	padding-bottom: 5px;
	color: #ff3300;
}

.disabled{
    color: lightgrey !important;
}

a{
    color: #424242;
}

ul li:active{
    padding-left: 5px;
	padding-right: 5px;
    padding-top:5px;
	padding-bottom: 5px;
	color: #fff;
}
.nav-tabs ul li:active{
    padding-left: 5px;
	padding-right: 5px;
	background:#ff3300;
	color: #fff;
}
.nav-tabs>.active{
    background-color: white;
    margin-bottom: 0px;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-color: #e9e9e9;
    border-width: 1px;
    padding-left: 5px;
	padding-right: 15px;
	padding-top:5px;
	padding-bottom: 5px;
}
.nav-tabs>li.active{
    background-color: white;
    margin-bottom: -1px;
}
.label{
	display: block;
}
.botao-icone{
    background: transparent;
    border-style: none;
}
.link-botao a:link{
    font-weight: normal;
}
.badge-store{
	height: 30px;
	margin: 5px;
}
.logo{
	height: 50px;
	margin: 10px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.logo:hover{
	height: 50px;
	margin: 10px;
    filter: none;
}
.botao-acao{
	background-color: transparent !important;
    color: #787878 !important;
	border: none;
	font-size:14px;
	padding: .4rem 1rem;
	margin: auto;
	cursor:pointer;
}
.botao-acao:hover{
	background-color: transparent !important;
    color: #ff3300 !important;
	border: none;
	padding: .4rem 1rem;
	margin: auto;
	cursor:pointer;
}
.botao-acao a:link{
    color: #424242 !important;
}
.botao-acao a:hover{
    color: #ff3300 !important;
    font-size:1.2rem;
}
.botao-acao a{
	background-color: transparent !important;
    color: #424242 !important;
	border: none;
	font-size:1rem;
	padding: .4rem 1rem;
	margin: auto;
	cursor:pointer;
}
.botao-desativa{
	background-color: transparent !important;
    color: #424242 !important;
	border: none;
	font-size:12px;
	padding: .4rem 1rem;
	margin-bottom: 20px;
	cursor:pointer;
}
.botao-desativa:hover{
	background-color: transparent !important;
    color: red !important;
	border: none;
	font-size:12px;
	padding: .4rem 1rem;
	margin-bottom: 20px;
	cursor:pointer;
}
.msgErroLogin{
	font-weight: bold;
	color: red;
}
.hero-image{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), #ff3300), url("https://voltarapida.com.br/wp-content/plugins/volta-rapida/assets/images/Equipamento.jpg");
    height: 50%;
    min-height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.form_section{
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
}
.resultado-pesquisa{
    margin-top: 20px;
    width: 90%;
    margin: 20px 20px 20px 20px;
    overflow-x: auto;
}
.resultado-pesquisa-meia-tela{
    margin-top: 20px;
    width: 50%;
    margin: 20px 20px 20px 20px;
    padding: 20px;
    overflow-x: auto;
    background: #f9f9f9;
}
.resultado-pesquisa-modal{
    margin-top: 20px;
    width: 90%;
    margin: 20px 20px 20px 20px;
    overflow-x: auto;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
}
.fa-placeholder{
    font-family: "FontAwesome";
}
.input-pesquisa{
    display: inline-flex;
    width: fit-content;
    margin-bottom: 20px;
    padding-left: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #e2e2e3;    
}
.input-field-pesquisa{
    border-style: none !important;
    border-width: 0px;
    font-size: 12px !important;
}
.input-field-pesquisa::placeholder{
    font-size: 12px !important;
}
.label-pesquisa{
    margin: auto;
    font-size: 12px;
}
.input-pesquisa .botao{
    margin: 0px 0px 0px 0px;
    font-size: 12px;
}
.tabelaDadosLocal{
    width: 50%;
    display: table-caption;
}
.tabelaInformacoes{
    width: 90%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}
.conteudoModal{
    display: inline-flex;
    margin-left: 5px;
    width: 100%;
}
.fields-linha{
    width: 100%;
    display:inline;
}
.resumo-retangulo{
    background: #f0f0f0;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    /* width: 45%; */
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 5px;
}
.resumo-retangulo p{
    line-height: 100%;
}
.titulo-quadro-resumo{
    text-align: center;
    vertical-align: top;
    margin-top: 0;
}
.substitulo-quadro-resumo{
    font-size: 14px;
    font-weight: bold;
}
.texto-substitulo-quadro-resumo{
    font-size: 18px;
}
.grupo-quadro-resumo{
    background-color: white;
    border-radius: 3%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin:5px;
    width: 50%;
}
.grupo-quadro-resumo-grande{
    background-color: white !important;
    border-radius: 3%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin:5px;
    width: 100%;
}
.modal-body-banner{
    position:relative;
    text-align: center;
    padding-left: 20px;
    padding-top: 20px;
    display: flex;
    background-image: linear-gradient(hsla(12, 100%, 50%, 0.784) ,#ff3300), url(/wp-content/plugins/volta-rapida/assets/images/bandeirada.jpg);
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.qrcode{
    height: 100px;
}
.imageBanner{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom:0px;
    vertical-align:bottom;
}
.textos{
    text-align: left;
    margin: 20px 20px 20px 20px;
    padding: 10px 10px 10px 10px;
    width:70%;
    color: white !important;
}
.textos h2 {
    color: white !important;
}
 .textos h4{
    color: white !important;
}
.textos-etiqueta h2 {
    width:100%;
    color: white !important;
}
.textos-etiqueta h4{
    width:100%;
    color: white !important;
}
.textos-etiqueta h6{
    width:100%;
    color: white !important;
}
.imagens-etiqueta h6{
    width:100%;
    color: white;
}
.imagens-etiqueta p{
    width:100%;
    color: white;
}
.banner-colunas{
    display: flex;
    margin-bottom:50px;
    margin-top:50px;
}
.orientacao-banner{
    font-size: 12px;
}
.badges{
    margin-left:50px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.badges img{
    width: 100px;
}
.modal-body-banner-etiqueta{
    position:relative;
    text-align: center;
    padding-left: 20px;
    padding-top: 20px;
    /* background-image: linear-gradient(rgba(255, 255, 255, 0.5),#ff3300), url("/wp-content/plugins/volta-rapida/assets/images/bandeirada.png"); */
    background-image: linear-gradient(#ff3300e0,#ff3300), url(/wp-content/plugins/volta-rapida/assets/images/bandeirada.jpg);
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.textos-etiqueta{
    text-align: center;
    margin: 20px 20px 20px 20px;
    padding: 10px 10px 10px 10px;
}
.banner-colunas-etiqueta{
    display: inline-flex;
    margin: 20px 20px 20px 20px;
    width: 20%;
}
.banner-colunas-etiqueta a{
    padding: 10px 10px 10px 10px;
}
.imagens-etiqueta{
    margin: 20px 20px 20px 20px;
    padding: 10px 10px 10px 10px;
}
.qrcode-etiqueta{
    margin: 20px 50px 20px 20px;
     height: 100px;
}
.badges-etiqueta{
    padding-top: 5px;
    padding-bottom: 5px;
}
.badges-etiqueta img{
    width: 100px;

}
.textos-confirmacao{
    width:100%;
    margin: 20px;
    text-align: center;
}
.textos-confirmacao h4{
    width:100%;
    margin: 20px;
    text-align: center;
}
.mapa{
    width: 80%;
    height: 250px;
}
.line-fields{
    display: inline;
    width: 50%;
    margin-left: 10px;
}
.line-fields-nome{
    display: inline;
    width: 90%;
    margin: 20px 20px 20px 40px;
}
.line-fields-id{
    display: inline;
    width: 5%;
    margin: 20px 20px 20px 40px;
}
.campos-linha{
    display: inline-flex;
    width: 100%;
}
.grupo-linha{
    display: inline-flex;
    width: 70%;
    margin: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: lightgrey;
    padding: 20px;
}
.grupo-linha form{
    width: 100%;
    display: inline-flex;
}
.grupo-cadastro{
    margin-top: 10px;
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: lightgrey;
}
.contador-resultados{
    font-size: 12px;
}
.label-orientacao{
    font-size: 12px;
}
.label-orientacao-pq{
    font-size: 8px !important;
    margin: 5px !important;
}
.botao-ui{
    font-size:12px!important;
    font-weight: 500;
    background: #ff3300 !important;
    border-width: 0px !important;
    padding: 10px 10px 10px 10px !important;
    margin-left: 5px;
    border-radius: 2px;
    vertical-align: top;
    margin-bottom: auto;
}
.botao-ui:hover{
    font-size:12px !important;
    font-weight: 500;
    background: white !important;
    color:#ff3300;
    border-style: solid;
    border-color: #ff3300;
    border-width: 1px !important;
    padding: 10px 10px 10px 10px !important;
}
.botao-ui-secundario{
    font-size:12px!important;
    font-weight: 500;
    background: lightgrey !important;
    color: black;
    border-width: 0px !important;
    padding: 10px 10px 10px 10px !important;
    margin-left: 5px;
    border-radius: 2px;
    vertical-align: top;
    margin-bottom: auto;
}
.botao-filtro{
    display: none;
}
.botao-secundario{
    padding: 0.5rem 1rem;
    border-radius: 3%;
    margin: 0px 5px 0px 5px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    cursor: pointer;
    line-height: 1.5;
    background-color: lightgrey;
    color:#424242;
    border-style: none;
}
.botao-secundario:hover{
    padding: 0.5rem 1rem;
    border-style: solid;
    border-radius: 3%;
    margin: 0px 5px 0px 5px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    cursor: pointer;
    line-height: 1.5;
    color:#424242;
    background-color: white;
}
.botao-secundario:disabled{
    opacity: .5;
}
.orientacao-img{
    font-size: 8px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    top: -25px;
}
.quadro-resumo{
    display: inline-flex;
    width: 98%;
    background-color: #f6f6f6;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgrey;
}
.dados-resumo{
    width: 95%;
    padding: 20px 20px 20px 20px;
    margin-left: 20px;
}
.dados-resumo p{
    line-height: 0.7;
}
.tabela-imagem{
    display: inline-flex;
}
.imagem-tabela{
    width: 40%;
    margin: 20px 20px 20px 40px;
    border-radius: 5px;
}
.imagem-resumo{
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 25px;
    margin-left: 0px;
    margin-right: 0px;
}
.texto-resumo{
    display: inline-flex;
    width: 90%;
    text-align: left;
    vertical-align: middle;
    margin: 2px 20px 2px 20px;
}
.inputs-linha{
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
}
.duas-colunas{
    display: inline-flex;
    width: 100%;
}
.mini_foto_registro{
    width: 50px;
    height:50px;
    border-radius: 100%;
    cursor: pointer;
    max-width: none;
    margin: 10px;
    margin-left: 20px;
    vertical-align: middle;
}
.mini_foto_registro:hover{
    scale: 300%;
    right: 20%;
}
.mini_foto_produto{
    width: 30px;
    height:30px;
    border-radius: 100%;
    max-width: none;
    margin: 10px;
    vertical-align: middle;
}
.mini_foto_produto:hover{
    scale: 300%;
    right: 20%;
}
.botao-fechar{
    color: black;
    font-size: 32px;
    text-align: right;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-style: none;
    background-color: transparent;
    text-shadow: 2px 2px 3px white
}
.pesquisa-codigo{
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
}
.pesquisa-codigo:hover{
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    color: #ff3300;
}
.label-disclaimer{
    font-size: 12px;
}
.label-botao{
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 3px;
    cursor: pointer;
}
.label input{ /* HIDE RADIO */
    display:none;
  }
  .label input + p{ /* IMAGE STYLES */
    cursor:pointer;
    border:2px solid transparent;
  }
  .label input:checked + p{ /* (CHECKED) IMAGE STYLES */
    border:2px solid #ff3300;
    padding: 10px;
    border-radius: 5px;
  }
  .listaIcons{
    display: inline-flex;
  }
  .label p{
    margin: 20px 20px 20px 20px;
  }
  .label:hover{
    color:#ff3300
  }
  .form{
    width: 50%;
  }
  .icones-mini-bio{
    display: inline-flex;
    width: 40%;
    margin-top: 5px;
  }
  .icones-mini-bio p{
    font-size: 12px;
    font-weight: bolder;
  }
  .icones-mini-bio i{
    font-size: 12px;
    cursor: pointer;
  }
  .card{
    border-radius: 5px;
  }
  .titulo-card{
    text-transform: capitalize;
    font-weight: 600;
    vertical-align: top ;
    padding-left: 10px !important;
  }
  .titulo-tabela{
    font-size: 12px;
    font-weight: bold;
  }
  .titulo-tabela p{
    font-size: 16px;
    font-weight: normal;
  }
  .icon-tabela{
    text-align: center;
    color:#d6d6d6;
    margin: 5px;
    padding-top: 5px;
  }
  .tabelaInformacoes h5{
    text-align: center;
  }
  .th-tabela{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    cursor: pointer;
  }
  .td-tabela{
    padding-top: 20px;
    cursor: pointer;
  }
  .select-mutiple{
    width: 200px;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .grupo-select-multiple{
    display: inline;
    width: 50%;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .botao-minimiza{
    cursor: pointer;
  }
  .caixa-sugestao{
    border-style: dotted;
    border-width: 2px;
	border-color:lightgrey;
	text-align:center;
	font-size:12px;
	display: inline-block;
	margin-bottom: 30px;
	padding: 10px;
	border-radius: 2%;
}
.linha-caixa-sugestao{
    width: 100%;
}
.descricao-caixa-sugestao{
	padding-top: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
.linha-divisor-modal{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}
.linha-sidebar{
    width: 75%;
    border-style: solid;
    border-width: 0px;
    margin-right: 25%;
}
.tabela-modal{
    width: 100%;
    padding: 10px;
    /* background-color: #f0f0f0; */
    border-radius: 5px;
}
.td-alerta label{
    font-size: 14px;
}
.alerta-vermelho{
    color: lightcoral;
}
.alerta{
    font-size: 10px;
}
.avatar{
    height: 150px;
    width: 150px;
    position: fixed;
    right: 12px;
    bottom: 0px;
    cursor: pointer;
}
.balao-avatar{
    background: #e2e2e2;
    width: 200px;
    height: 220px;
    position: fixed;
    right: 131px;
    bottom: 66px;
    padding: 10px;
    border-radius: 5px;
}
.botao-avatar{
    margin-top: 5px;
    margin-bottom: 5px;
    border-color: #424242;
    color: #424242;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: 3px 6px 6px -3px #e2e2e2;
    max-height: 200px;
}
.botao-fechar-avatar{
    position: fixed;
    bottom: 285px;
    right: 120px;
    border-style: none;
    background-color: transparent;
    color: #424242;
    font-size: 24px;
}
.botao-avatar-voltar{
    margin-top: 5px;
    margin-bottom: 5px;
    border-color: #424242;
    color: #ff3300;
    font-size: 18px;
    border-style: none;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: 3px 6px 6px -3px #e2e2e2;
    max-height: 200px;
    display: block;
}
.input-avatar{
    width: 60%;
    border-left: #ff3300 !important;
    border-left-style: solid !important;
    margin-top: 5px !important;
    border-top-style: none !important;
    border-right-style: none !important;
    background: #fcfcfc !important;
}
.botao-form-avatar{
    font-size:12px!important;
    font-weight: 500;
    background: #ff3300 !important;
    border-width: 0px !important;
    padding: 10px 10px 10px 10px !important;
    margin-left: 5px;
    border-radius: 2px;
    margin: auto;
}
.balao-avatar h6{
    margin-bottom: 1px;
}
.opcoes-avatar{
    display: table-caption;
    overflow-x: auto;
    width: 90%;
    height: 140px;
    columns: 2;
}
.opcoes-avatar label p, .balao-avatar p{
    margin-top: 10px;
    margin-bottom: 10px;
    margin: 2px !important;
    font-size: 14px;
    line-height: 150%;
}
.opcoes-avatar-vertical{
    display: grid;
    overflow-y: auto;
    width: 90%;
    height: 140px;
}
.tabela-avatar{
    font-size: 12px;
    overflow-y: auto;
    overflow-x: auto;
}
.resultado-assistente{
    display: flex;
    overflow-x: auto;
    width: 100%;
}
.quadro-resultado-assistente-ampliado{
    display: block;
    width: 190px;
    height: 100%;
    margin: 5px;
    border-radius: 3px;
    background-color: white;
    padding: 5px;
}
.titulo-resultado-ampliado{
    margin-top: 1px;
    margin-left: 2px !important;
    padding: 5px;
    font-size: 12px !important;
    font-weight: 600;
    width: 180px;
}
.conteudo-resultado-ampliado{
    font-size: 10px !important;
    margin-left: 2px !important;
    padding: 5px;
    width: 180px;
    overflow-x: auto;
}
.quadro-resultado-assistente{
    display: block;
    width: 110px;
    height: 150px;
    margin: 5px;
    background-color: white;
    border-radius: 3px;
}
.imagem-resultado{
    width: 110px;
    height: 70px;
    border-radius: 3px;
    cursor: pointer;
}
.titulo-resultado{
    margin-top: 1px;
    margin-left: 2px !important;
    font-size: 12px !important;
    font-weight: 600;
    cursor: pointer;
}
.conteudo-resultado{
    font-size: 10px !important;
    margin-left: 2px !important;
    width: 100px;
    cursor: pointer;
}
#triangulo-para-baixo{
    width: 0; 
    height: 0; 
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #e2e2e2;
    position: fixed;
    bottom: 47px;
    right: 138px;
}
#triangulo-para-lado{
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 5px solid transparent;
    border-top: 15px solid lightcoral;
    position: absolute;
    top: 7px;
    left: -15px;
    border-radius: 2px;
}
#intro_avatar{
    margin-top: 10px;
}
.ativo{
	background:#ff3300 !important;
	color: #424242;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-color: #e9e9e9 !important;
	border-bottom: none;
	border-top: solid;
	border-left: solid;
	border-right: solid;
	border-width: 0.5px;
	font-weight: bold;
}
.tab-content>.tab-pane{
    display: none;
}
.tab-content>.active{
    display: block;
}
#loading{
    display: block;
    z-index: 100;
    width: 50%;
    height: 50%;
    margin: 20%;
    background-color: transparent;
    color: transparent;
    background-image: url("/wp-content/plugins/volta-rapida/assets/icons/spinner.gif");
    background-repeat: no-repeat;
    background-position: center;
}
.loading{
    display:none;
    text-align:center;
    margin:auto;
}
.loading-peq{
    display:none;
    text-align:center;
    margin:auto;
    width: 50px;
}
.password_senha{
    display: inline-flex;
    width: 100%;
}
.label_incorreta{
    display: block;
    margin: 20px;
    font-size: 16px;
    color: red;
}
.onboarding{
    background-color: lightcoral;
    color: #424242;
    position: absolute;
    padding: 10px;
    top:110px;
    left: 525px;
    border-width: 2px;
    width: 200px;
    border-radius: 10px;
}
.onboarding p{
    display: block;
    font-size: 12px;
    line-height: 120%;
    margin-bottom: 5px;
    color:whitesmoke;
}
.onboarding h6{
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
    color:whitesmoke;
}
.page-id-12 header, .page-id-12 footer{
	display: none !important;
}
.page-id-10 .site-header{
	display: none !important;
}
.cronometro{
    text-align: center;
    margin: 20px 20px 20px 20px;
    width: 100%;
}
.cronometro-tempo{
    font-size: 60px;
    margin-bottom: 20px;
}
.bt-cronometro{
    width: 40px;
    height: 40px;
    background-color: lightgrey;
    color: black;
    border-style: none;
}
.semaforo{
    display: inline-flex;
    transition-duration: 500ms;
    transition-timing-function: ease-in-out;
}
#traffic-signal, #traffic-signal2, #traffic-signal3{
    border: 8px solid black;
    padding: 10px 3px;
    width: 50px;
    border-radius: 50px;
    background: black;
}
#traffic-signal > div,#traffic-signal2 > div,#traffic-signal3 > div{
    width:50px;
    height: 50px;
    border-radius: 50%;
    opacity: .3;
}
#line1{
    height:200px;
    width:10px;
    background:#000;
    margin-left:30px;
}
#line2{
    height:10px;
    width:215px;
    background:#000;
    position: absolute;
}
#green, #green2, #green3{
    background-color: green;
}
#yellow, #yellow2, #yellow3{
    background-color: yellow;
}
#red, #red2, #red3{
    background-color: red;
}
.pagination{
    overflow-x: auto;
}
.pagination a{
    width: 30px;
    height: 30px;
    font-size: 14px !important;
}
.pagination a.active{
    background-color: #d6d6d6;
    color: whitesmoke;
}
.pagination a:hover{
    background-color: #d6d6d6;
    color: #ff3300;
}
.opcoes-pagina{
    display: inline-flex;
    margin-bottom: 20px;
}
@media screen and (max-width: 480px){
    .hero-image{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100dvh;
    }
    .form_section{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .form-signin{
        text-align: center;
        max-width: 100%;
        width: 100%;
        margin: auto;
        padding: 20px 20px;
        background-color: #fff;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .form-signin .form-control{
        display: block;
        max-width: 100%;
    }
    .imagem-cabecalho{
        width: 40% !important;
    }
    .badge-store{
        height: 30px;
        margin: 5px;
    }
    .logo{
        height: 50px;
        margin: 10px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    .logo:hover{
        height: 50px;
        margin: 10px;
        filter: none;
    }
    .header-pagina{
        width:100%;
        box-shadow: -10px 0px 10px grey;
        display: inline-flex;
    }
    .cabecalho{
        vertical-align: middle;
        box-sizing: none;
        padding-bottom: 0px;
        width: 0%;
    }
    .header-logout{
        vertical-align: middle;
        padding-left: 2px;
        padding-bottom: 5px;
        margin-right: 2px;
        width: 50%;
    }
    .pai, .main, .linha-divisor, footer{
        width: 100%;
        max-width: 480px;   
        box-sizing: none;
    }
    .conteudo{
        margin-right: 10px;
        width:90%;
    }
    .container{
        padding: 0;
    }
    .sidebar{
        display: none;
        box-sizing: content-box;
        width: 60%;
        position: absolute;
        height: 100%;
        z-index: 1;
        overflow-x: auto;
    }
    #botaoAbrirMenu{
        margin-top:10px;
        display: block !important;
        cursor:pointer;
    }
    #mysidebar{
        display: none;
    }
    .botaoFecharMenu{
        width:100%;
        display:inline-block;
        color:#545454;
        background: white;
        cursor:pointer;
    }
    nav{
        width: 100%;
        left:0;
    }
    .tempo{
        padding-right: 20px;
        margin-right: 20px;
    }
    .main-menu{
        width:100%;
    }
    .opcoes-menu{
        width:90%;
    }
    .item-opcoes-menu{
        width:100%;
        text-align:center;
        cursor:pointer;
    }
    .btn-open-modal{
        margin-bottom: 0.5em;
    }
    .modal{
        width:100%;
        left: 5%;
        right: 5%;
        top: 5%;
    }
    .modal-dialog{
        margin: auto;
    }
    .modal-body{
        width:90%;
        overflow-y: auto;
        padding: 10px;
    }
    .modal-content{
        width:90%;
    }
    .modal-content-imagem{
        width:70%;
    }
    .tabela-conteudo{
        width: 90%;
        overflow-x:auto;    
        display: block;
    }
    .tabela-simples{
        width: 98%;
        overflow-x:auto;
        display: block;
    }
    .dropdown-content{
        left: -200%;
    }
    .dropdown-content-apps{
        left: -200%;
    }
    .botao-opcoes-menu-modal{
        width: 100%;
    }
    .tabela-pesquisa{
        display: block;
        color: black;
        font-size: 14px;
        padding-bottom: 20px;
        width:100%;
        margin: auto;
        overflow-x:auto;
        overflow-y: auto;
    }
    .botao-opcoes-menu-modal [type=submit]{
        display: inline-block;
        background-color: white;
        color: rgba(15,23,39,.65) !important;
        text-align: center;
        border-color: #545454;
        border-width: 1px;
        border-style: solid;
        border-radius: 10px;
        margin: 10px 10px 10px 10px;
        padding: 20px 20px 20px 20px;
        list-style-type: none;
    }
    .resultado-pesquisa{
        margin-top: 20px;
        width: 90%;
        margin: 20px 20px 20px 20px;
        overflow-x: auto;
    }
    .input-pesquisa{
        display: none;
        padding: 10px 10px 10px 10px;
    }
    .mapa{
        width: 100%;
        height: 250px;
    }
    .mapa iframe{
        width: 100%;
    }
    .conteudoModal{
        width:100%;
        display:block;
    }
    .campos-linha{
        width: 100%;
        display: block;
    }
    .line-fields-id{
        display: block;
        width: 10%;
    }
    .line-fields-nome{
        display: block;
        width: 85%;
    }
    .line-fields-funcionamento{
        width: 25%;
    }
    .fotoPerfil{
        margin-left: 20px;
        padding: 10px 10px 10px 10px;
        margin-right: 10px;
    }
    .banner-colunas-etiqueta{
        width: 100%;
        margin: 0;
    }
    .banner-colunas{
        display: block;
    }
    .badges{
        margin-left: 0;
        margin-top: 10px;
    }
    .botao-minimiza{
        display: inline-flex;
    }
    .botao-filtro{
        display: block;
        border-style: none;
        border-radius: 2px;
        background-color: lightgrey;
        margin-right: 3px;
    }
    .orientacao-img{
        font-size: 10px;
        text-align: left;
        display: block;
        margin-bottom: 20px;
    }
    .quadro-resumo{
        width: 95%;
        margin: 0;
        padding: 10px 10px 10px 10px;
        display: block;
    }
    .grupo-cadastro{
        width: 95%;
    }
    .dados-resumo p{
        line-height: 1.2;
    }
    .dados-resumo{
        margin: 20px 20px 20px 20px;
        padding: 0;
    }
    .tabela-imagem{
        display: block;
    }
    .imagem-tabela{
        width: 100%;
        margin: auto;
    }
    .resumo-retangulo{
        margin: 5px;
    }
    .grupo-quadro-resumo{
        width: auto;
    }
    .grupo-quadro-resumo-grande{
        width: auto;
    }
    .texto-resumo{
        text-align: center;
        display: block;
        width: auto;
        padding: 2px;
        margin: 2px;
    }
    .imagem-resumo{
        text-align: center;
        width: auto;
    }
    .tabelaInformacoes{
        width: 100%;
        margin: auto;
    }
    .tabelaDadosLocal{
        overflow-x: auto;
        width: 80%;
    }
    .duas-colunas{
        display: block;
    }
    .form{
        width: 100%;
    }
    .listaIcons{
        display: block;
    }
    .fotoPerfilQuadroResumo{
        margin: auto;
    }
    .caixa-sugestao{
        width: 100%;
    }
    .grupo-linha{
        width: 90%;
    }
    .grupo-linha form{
        width: 100%;
        display: block;
    }
    .grupo-select-multiple{
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        margin-bottom: 10px;
    }
    .grupo-select-multiple label{
        display: block;
    }
    .select-mutiple{
        width:80%;
        margin-bottom: 20px;
    }
    .assistente-virtual{
        display: none;
    }
    .avatar{
        display: none;
    }
    .nav-tabs{
        display: block;
    }
    .fotoPerfilQuadroResumo button{
        margin-left: 45px;
    }
    .onboarding{
        width: 25%;
        top: 6%;
        left: 66%;
        position: absolute;
    }
    .resultado-pesquisa-modal{
        margin: 10px;
        width: auto;
    }
    .botao-drop-icon{
        right: 335px;
    }
    .dropdown-content-registro-float{
        top: 30%;
        right: 120px;
    }
    .botao-ui{
        padding: 5px !important;
    }
    .cronometro{
        width: 90%;
        margin: 10px;
    }
    #line2{
        width: 170px;
    }
    #traffic-signal, #traffic-signal2, #traffic-signal3{
        width: 35px;
    }
    #traffic-signal > div, #traffic-signal2 > div, #traffic-signal3 > div{
        width: 35px;
        height: 35px;
    }
    .cronometro-tempo{
        font-size: 30px;
    }
    .botao {
        margin-bottom: 2px !important;
        margin-right: 10px !important;
    }
    .dropAppsBtn{
        margin-left: 5px;
        margin-right: 5px;
    }
    .botao-grande{ 
        width: 50%;
    }
    .label-orientacao-pq{
        font-size: 10px;
    }
    .descricao-tabela{
        width: 90%;
    }
    .resultado-pesquisa-meia-tela{
        width: 80%;
    }
    .imageBanner{
        display: none;
    }
    .grupo-input-pesquisa{
        display: inline-flex;
    }
    .input-field-pesquisa{
        width: 80%;
    }
    .botao-ui-secundario{
        margin-right: 3px;
    }
    .grafico{
        width: 100%;
        overflow-x: auto;
    }
}