
body {
	background-color: #f7faff;
	background-image: url("../images/background-mobile.jpg");
	overflow-x: hidden;
}

#logo-cliente-mobile {
	display: inline-block;
	width: calc(100% - 40px);
	margin: 20px;
}

#logo {	
	min-height: 120px;
}

#btn-back-index{
	margin-top: 10px;
	margin-left: 80px;
	width: 230px;
	height: 90px;
	display: block;
	cursor: pointer;
}

#titulo {
	display: none;
}

#sidebar {
	background-color: #2a3a5b;
	width: 220px;
	position: absolute;
	min-height: calc(100% - 140px);
	display: block;
	left: -220px;
	transition: left 0.3s linear;
}

#sidebar.visible {
	left: 0px;
	transition: left 0.3s linear;
}

#sidebar ul li a {
	width: 170px;
}

#sidebar-btn {
	vertical-align: middle;
	width: 28px;
	height: 25px;
	cursor: pointer;
	margin: 20px;
	position: absolute;
	margin-top: 60px;
}

#sidebar-btn input {
	position: absolute;
	top: -3px;
	left: -3px;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
}

#sidebar-btn input:checked + span {
	background: transparent;
}

#sidebar-btn input:checked + span:after {
	-webkit-transform: rotate(45deg) translate(-1px, -8px);
	transform: rotate(45deg) translate(-1px, -8px);
}

#sidebar-btn input:checked + span:before {
	-webkit-transform: rotate(-45deg) translate(-4px, 12px);
	transform: rotate(-45deg) translate(-4px, 12px);
}

#sidebar-btn span {
	position: absolute;
	width: 100%;
	height: 3px;
	background: #fff;
	margin-top: 10px;
}

#sidebar-btn span:before, #sidebar-btn span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #fff;
	top: -9px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#sidebar-btn span:after {
	top: 9px;
}

.divConteudo {
	margin: 10px;
	padding: 10px;
	box-shadow: 2px 2px 5px #888888;
	display: inline-block;
	width: calc(100% - 45px);
	max-height: calc(100vh - 185px);
	overflow-y: auto;
}

.divConteudo h1{
	font-size: 22px;
	font-weight: 100;
	text-align: center;
	float: left;
}

input {
	width: calc(100% - 4px);
}

.inputDadoOculto {
	max-width: calc(100% - 4px);
	width: calc(100% - 31px) !important;
}

.divResposta {
	margin-bottom: 30px;
}

#cadastro-auto-servico-tela input{
	margin-bottom: 8px;
}

.div-titulo-logo {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	line-height: 35px;
	height: 35px;
	margin-bottom: 20px;
}

.div-titulo-logo h1 {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.logo-menu {
	margin-right: 16px;
	vertical-align: middle;
}

.logo-titulo {
	float: right;
	max-width: 35px;
	max-height: 35px;
}

#logout-button-logo {
	float: right;
	height: 120px;
	line-height: 120px;
}

#logout-button-logo img {
	padding-right: 20px;
	vertical-align: middle;
	padding-top: 20px;
	cursor: pointer;
}

.licensee {
	margin-top: -8px;
	height: 15px;
	margin-bottom: 10px;
}

.licensee div {
	float: right;
	padding-right: 3%;
}

.licenseeLogin div {
	margin-right: 3%;
}

.licenseeLogin {
	width: 100%;
	margin-top: -10px;
	position: absolute;
	text-align: right;
}

.modal-license .modal-button-close {
	width: 89%;
}

.divExibicaoLogoMobile {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block !important;
}

.divMolduraExibicaoLogoMobile {
	float: right;
	height: 50px;
	height: 100%;
	display: flex;
    justify-content: center;
	align-items: center;
}

.divExibicaoLogo {
	display: none;
}