/* CSS Document */
.caixa_padrao {
	margin: 0px auto;
}
.caixa_padrao h2 {
	color: #ffffff;
	text-align: center;
	font-weight: lighter;
}
.caixa_padrao form {
	display: block;
	position: relative;
}
.caixa_padrao form img {
	position: absolute;
	top: 89px;
	left: 375px;
	cursor: pointer;
}
.caixa_padrao form input {
	display: block;
	margin: 0px auto 30px auto;
}
.caixa_padrao form button {
	display: block;
	margin: 0px auto;
	border: 0px;
	width: 150px;
	height: 50px;
	font-size: 16px;
	border-radius: 5px;
	color: #00121e;
	font-weight: bolder;
	cursor: pointer;
	background: #ffffff;
}
button[disabled] {
    cursor: no-drop;
    color: #fffccc;
    background: #bdbbbb;
    box-shadow: inset 0px 0px 0px 1px #fff;
}
.caixa_login {
	width: 500px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -300px;
	position: absolute;
	height: 600px;
}
.caixa_login form input {
	width: 300px;
	height: 50px;
	padding: 0px 20px;
	background-color: #082336;
	border: 1px solid #3783ba;
	border-radius: 5px;
	color: #3783ba;
	text-align: start;
	font-size: 18px;
	text-transform: uppercase;
}
.caixa_login form input::placeholder {
	font-size: 14px;
	color: #3783ba;
	background-color: #082336;
	font-style: italic;
	padding: 5px 0px 0px 0px;
}
.caixa_login h2 {
	font-size: 34px;
	margin-bottom: 42px;
}
.aviso {
	width: 300px;
	margin: 0px auto;
	text-align: center;
	height: 30px;
	margin-top: -24px;
	color: red;
}
.caixa_icones {
	width: 200px;
	position: absolute;
	right: 45px;
	top: 25px;
}
.icone {
	display: inline-block;
	float: right;
	cursor: pointer;
}
.logo_login {
	width: 100%;
	height: 200px;
	display: block;
	position: relative;
}
.logo_login img {
	display: block;
	width: 200px;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -45px;
	position: absolute;
	height: 90px;
}
/*FORM DAS INCLUDES*/
.caixa_padrao_include {
	margin: 0px auto;
	position: relative;
	max-width: 100%;
	height: 100%;
	width: 500px;
}
.caixa_padrao_include form {
	display: block;
	position: relative;
	margin: 3px 15px;
	max-width: 100%;
	width: 94%;
	overflow: hidden;
	height: 100%;
}
.grupo_input {
	max-width: 100%;
	display: inline-block;
	position: relative;
	margin: 8px 5px 0px 5px;
}
.grupo_input .mini_busca::-webkit-scrollbar, .opcoes_lista .mini_busca::-webkit-scrollbar {
	width: 5px;
	background-color: rgb(26 49 66 / 67%);
}
.grupo_input .mini_busca::-webkit-scrollbar-thumb, .opcoes_lista .mini_busca::-webkit-scrollbar-thumb {
	background-color: rgb(47 73 93);
}
.grupo_input label {
	top: 0px;
	left: 0px;
	color: #ffffff;
	font-size: 70%;
	max-width: 100%;
	display: block;
	margin-bottom: 5px;
}
.grupo_input input, .grupo_input textarea {
	font-size: 90%;
	background-color: #ffffff;
	border: none;
	line-height: 1.5;
	padding: 1px 10px;
	text-transform: uppercase;
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	display: block;
}
input[type=number]::-webkit-inner-spin-button {
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}
input[type=number] {
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}
.botao_formulario {
	border: none;
	font-size: 90%;
	background: #fffccc;
	padding: 7px;
	font-weight: bold;
	box-shadow: 0px 0px 5px #000000;
	float: right;
	margin: 20px 3px 20px 10px;
	position: relative;
}
.mini_busca {
	background-color: #ffffff;
	min-height: 25px;
	position: absolute;
	min-width: 100%;
	width: fit-content;
	margin: 5px 0px 0px -1px;
	border: 1px #000000 solid;
	box-shadow: 2px 2px 9px #00000085;
	z-index: 10;
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 106px;
}
.resultados {
	cursor: pointer;
	max-height: 106px;
	padding: 0px 0px 0px 10px !important;
}
.resultados:hover {
	background-color: cadetblue;
}
.subtitulo_modal{
    height: 20px;
    padding: 8px 10px 4px;
    background: rgba(11, 38, 56, 0.66);
    box-shadow: 0px 1px 3px #000000;
    text-align: center;
    position: relative;
    width: 460px;
    margin: 0px 0px 0px -2px;
    color: #ffffff;
    text-shadow: 0px 0px 2px #000000;
    user-select: none;
    white-space: nowrap;
    font-size: 90%;
}
#incon_input {
	width: 20px;
	height: 20px;
	background-image: url(../imagens/icones/x_vermelho.png);
	background-size: 100% 100%;
	position: absolute;
	top: 18px;
	right: 15px;
}
/* ADAPTAÇÕES GERAIS DOS INPUTS */
input[name="nome"] {
	width: 440px;
}
input[name="fantasia"] {
	width: 275px;
}
input[name="comprador"] {
	width: 150px;
}
input[name="numero"] {
	width: 48px;
}
input[name="complemento"] {
	width: 93px;
}
input[name="logradouro"] {
	width: 250px;
}
input[name="cidade"] {
	width: 200px;
}
input[name="estado"] {
	width: 21px;
}
input[name="cep"] {
	width: 73px;
}
input[name="bairro"] {
	width: 150px;
}
input[name="telefone_01"], input[name="telefone_02"] {
	width: 139px;
}
input[name="cpf"] {
	width: 130px;
}
input[name="segmento"] {
	width: 136px;
}
input[name="rg"] {
	width: 85px;
}
input[name="email_01"], input[name="email_02"] {
	text-transform: lowercase;
	width: 279px;
}
[name="texto"] {
	width: 442px;
	height: 53px;
	overflow-y: scroll;
	overflow-x: hidden;
	resize: none;
	padding: 10px;
	font-size: 90% !important;
    font-family: inherit;
}
input[name="nascimento"] {
	height: 21px;
	width: 126px;
	text-align: center;
}
.required {
	position: absolute;
    top: 18px;
    color: red;
    right: 5px;
    font-size: 100% !important;
	font-weight: bold;
	display: none;
}
[data-susp="1"]{
	cursor: pointer;
}
/* CADASTROS DE CLIENTES */
/* CADASTROS DE USUARIOS */
form[name="cadastros_usuarios"] input[name="logradouro"] {
	width: 213px;
}
form[name="cadastros_usuarios"] input[name="numero"] {
	width: 32px;
}
form[name="cadastros_usuarios"] input[name="bairro"] {
	width: 80px;
}
form[name="cadastros_usuarios"] input[name="estado"] {
	width: 24px;
}
form[name="cadastros_usuarios"] input[name="nascimento"] {
	width: 126px;
}
form[name="cadastros_usuarios"] input[name="nome"] {
	width: 440px;
}
form[name="cadastros_usuarios"] input[name="user"] {
	width: 275px;
}
form[name="cadastros_agendamentos"] input[name="comprador"] {
	width: 130px;
}
form[name="cadastros_agendamentos"] input[name="segmento"] {
    width: 149px;
}
form[name="cadastros_agendamentos"] input[name="telefone_01"], form[name="cadastros_agendamentos"] input[name="telefone_02"] {
    width: 135px;
}
form[name="cadastros_agendamentos"] button[name="agendados"]{
    font-size: 72%;
    padding: 5px 7px;
    width: 121px;
    height: 24px;
    margin: 0px 0px -7px 0px;
}
form[name="cadastros_agendamentos"] input[name="atendimentos"] {
    width: 208px;
}
form[name="cadastros_agendamentos"] input[name="resultados"] {
    width: 197px;
}
form[name="cadastros_agendamentos"] button[name="confere_cadastros"]{
    margin: 8px 0px 8px 0px;
    font-size: 80%;
    width: 460px;
	display: block;
}
form[name="cadastros_agendamentos"] input[name="agendamento"] {
    width: 72px;
}
form[name="cadastros_agendamentos"] input[name="horario"] {
    width: 67px;
}
form[name="cadastros_agendamentos"] input[name="valor"] {
    width: 86px;
}
form[name="cadastros_agendamentos"] input[name="origem"] {
    width: 111px;
	font-size: 89% !important;
}
form[name="cadastros_agendamentos"] textarea[name="texto"] {
    height: 100px;
}
.hora{
	font-family: inherit;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-align: center;
    font-size: 90% !important;
	cursor: text;
}

/*CADASTROS DE SEGMENTOS*/
#cadas_segmento, #cadas_cidades, #cadas_atendimentos, #cadas_resultados {
	height: 178px;
}
/*CORES*/
#cores {
	width: 341px;
}
#style_form .grupo_input {
	text-align: center;
	margin-top: 15px;
	width: 100px;
}
