/*CAIXAS DE LISTAS*/
.opcoes_lista {
	width: 100%;
	min-height: 50px;
	background-color: rgb(11, 38, 56);
	display: inline-block;
	box-shadow: inset 0px 1px 2px 0px rgb(0 0 0);
}
.lista {
	display: block;
	width: 100%;
	background-color: #00121e;
	;
	min-height: 35px;
	box-shadow: inset 0px 1px 2px 0px rgb(0 0 0);
	border-bottom: 0.01em solid rgb(0 0 0 / 78%);
	margin-top: 1px;
	height: calc(100% - (84px));
	overflow-y: scroll;
	white-space: nowrap;
}
.lista_estreita {
	width: min-content;
}
.lista::-webkit-scrollbar, .lista::-webkit-scrollbar-corner, .caixa_lateral::-webkit-scrollbar, .caixa_lateral::-webkit-scrollbar-corner {
	width: 15px;
	background-color: rgb(26 49 66 / 67%);
	border-left: 0.01em solid rgb(0 0 0 / 52%);
}
.lista::-webkit-scrollbar-button, .caixa_lateral::-webkit-scrollbar-button {
	display: none;
}
.lista::-webkit-scrollbar-thumb, .caixa_lateral::-webkit-scrollbar-thumb {
	background-color: rgb(47 73 93);
	border-left: 0.01em solid rgb(0 0 0 / 52%);
}
.conteudo_lista {
	position: relative;
	height: 100% !important;
}
.icone_opcao {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin: 10px 0px 0px 15px;
	filter: invert(100%);
	cursor: pointer;
}
.delete {
	background-image: url("../imagens/icones/deletar.svg");
	margin-left: 25px;
}
.editar {
	background-image: url("../imagens/icones/editar.svg");
}
.novo {
	background-image: url("../imagens/icones/novo_usuario.svg");
}
.refresh_lista {
	background-image: url("../imagens/icones/refresh.svg");
	float: right;
	left: 934px;
	position: absolute;
}
.imprimir_lista {
	background-image: url(../imagens/icones/imprimir.svg);
	float: right;
	left: 982px;
	position: absolute;
	width: 32px;
	height: 32px;
}
.linha_50 {
	width: 100% !important;
	text-align: center !important;
	height: 15px !important;
	padding: 10px 0px !important;
	font-size: 100% !important;
	font-weight: 500 !important;
	cursor: pointer !important;
	display: block;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 0.01em solid rgb(0 0 0 / 52%);
	color: #d8cccc;
	text-transform: uppercase;
	background-color: #00121e;
	position: sticky;
	left: 0px;
	box-shadow: inset 1px 1px 14px 5px #3783ba26;
	text-shadow: 0px 0px 3px #000000;
}
.lista_estreita .refresh_lista {
	left: 675px !important;
}
.input_padrao {
	height: 28px;
	position: absolute;
	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;
}
.busca_lista {
	top: 10px;
	left: 174px;
	width: 500px;
}
.busca_lista:required, .busca_lista:visited {
	border: none;
}
.lista_estreita .busca_lista {
	width: 270px !important;
}
.tipo_busca {
	top: 10px;
	left: 709px;
	width: 200px;
	cursor: pointer;
}
.lista_estreita .tipo_busca {
	left: 490px !important;
	width: 165px !important;
}
.opcoes_lista .mini_busca {
	width: 219px;
	top: 35px;
	left: 709px;
	min-width: 1%;
	max-height: 250px !important;
}
#opcoes_lista_meus_agendamentos .mini_busca {
    left: 617px !important;
}
.lista_estreita .opcoes_lista .mini_busca {
	width: 185px !important;
	left: 514px !important;
	max-height: 120px !important;
}
.opcoes_lista .mini_busca::-webkit-scrollbar {
	width: 5px;
}
.opcoes_lista .mini_busca input {
	font-size: 90%;
	background-color: #ffffff;
	border: none;
	line-height: 1.5;
	padding: 0px 0px 0px 10px !important;
	text-transform: uppercase;
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	display: block;
	cursor: pointer;
	width: 100%;
}
.opcoes_lista .mini_busca input:hover {
	background-color: cadetblue;
}
.resultado_lista {
	display: inline-block;
	position: relative;
	padding: 6px 8px;
	border-left: 0.01em solid rgb(0 0 0 / 52%);
	text-align: center;
	overflow: hidden;
	clear: both;
	margin-bottom: -1px;
	height: 12px;
}
.linha {
	display: block;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 0.01em solid rgb(0 0 0 / 52%);
	color: #d8cccc;
	font-size: 80%;
	text-transform: uppercase;
	background-color: rgb(20, 41, 56);
	cursor: pointer;
}
.cabecario_lista {
	height: 30px;
	background-color: #071f2f;
	color: #ffffff;
	font-size: 90%;
	border-bottom: 2px solid rgb(0 0 0 / 52%);
	width: fit-content;
	position: sticky;
	top: 0px;
	z-index: 2;
	border-top: 1px solid rgb(0 0 0 / 52%);
}
.conteudo_cab_lista {
	display: inline-block;
	border-left: 0.01em solid rgb(0 0 0 / 52%);
	padding: 8px 8px;
	text-align: center;
	overflow: hidden;
	clear: both;
	position: relative;
}
.direcao {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 7px;
	right: 4px;
}
/* LISTA DE CLIENTES - DANDO A largura DAS COLUNAS */
#lista_clientes .linha .resultado_lista:nth-child(n+3):nth-child(-n+6) {
	text-align: left;
}
#lista_clientes .linha .resultado_lista:nth-child(9), #lista_clientes .cabecario_lista .conteudo_cab_lista:nth-child(9) {
	border-right: 0.01em solid rgb(0 0 0 / 52%);
}
/* LISTAS EM GERAL  */
.lista .linha:nth-child(odd) {
	background-color: #071f2f;
	color: #dadada;
}
.lista .linha:nth-child(even) {
	background-color: rgb(11, 38, 56);
	color: #dadada;
}
.linha_escolhida {
	background-color: #dadada !important;
	color: #071f2f !important;
}
/* agendamentos  */
#lista_agendamentos .cabecario_lista .conteudo_cab_lista .direcao {
	display: none !important;
}
.sinal_mais_linha{
	background-image: url(/imagens/icones/plus.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px 12px;
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #ffffff;
    box-shadow: #000000 0px 5px 9px 3px;
	filter: invert(21%);
}
.sinal_mais_linha:hover{
	filter: invert(80%);
}
