.panelDerechoControlesProveedores{
	background-color: #94846b;
}

.headerProveedores{
	display: grid;
	grid-template-columns: calc(100% - 2em) 2em;
	width: 100%;
	height: 2em;
	background-color: #ffb600;
	color: white;
}

.tituloProveedores{
	text-align: center;
	align-self: center;
}

.cerrarProveedores{
	align-items: center;
	display: flex;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s;
}

.mainProveedores{
	/* height: calc(100% - 3vh); */
	height: 100%;
	display: flex;
}

.listaProveedores{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	max-width: 50em;
	min-width: 15em;
	background-color: #fff;
	transition: 0.55s;
	min-width: 60%;
}

.panelFormProveedores{
	/* max-width: 35em; */
	height: 100%;
	font-size: 20px;
	width: 100%;
	transition: 0.55s;
	min-width: 18em;
	background-color: #f4f3f3;
}

.controlesFiltroProveedores{
	grid-template-columns: 2em calc(33.33% - 3.33em) 2em calc(33.33% - 3.33em) 2em calc(33.33% - 3.33em) 2em 2em;
}

.lstProveedores{
	display: flex;
	flex-direction: column;
	background-color: #fbfbfb;
	align-items: center;
	overflow-x: hidden;
	padding: 0.5em 0 1em 0;
	transition: 0.55s;
}

.itemProveedorDispTabla{
	border: 0 !important;
	border-radius: 0 !important;
	margin: 0 !important;
	background-color: transparent !important;
}

.itemProveedor{
	background-color: #f1f1f1;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	line-height: 2em;
	flex: 1;
	cursor: pointer;
	justify-content: center;
	display: flex;
	border-bottom: #c4c4c4 solid 1px;
	border-top: #c4c4c4 solid 1px;
	border-left: #c4c4c4 solid 1px;
    border-right: #c4c4c4 solid 1px;
	max-width: 45em;
	width: 	100%;
	transition: 0.20s;
	border-radius: 10px;
	box-shadow: 1px 1px 3px gray;
	margin-top: 5px;
}

.itemProveedorActive{
	background-color: #ffd56c;
	border: #757575 solid 1px;
}

.itemProveedorActive:not(:first-child) label, .itemProveedorActive:not(:first-child) div{
	background-color: #ffd56c;
}


.ProveedorDispTabla {
	grid-template-columns: 30% 70% !important;
	gap: 1px;
	background-color: #94846b;
	padding: 1px;
}

.itemProveedor:hover:not(:first-child) label, .itemProveedor:hover:not(:first-child) div {
	background-color: #ffd56c;
	cursor: pointer;
}

.proveedor {
	display: grid;
	min-width: 440px;
	font-size: 20px;
	width: 100%;
}

.proveedor label {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.itemProveedorNomColumn label{
	cursor: auto;
	color: white;
}

.itemProveedorHead label{
	cursor: auto;
	color: white;
}

.lblClaveProveedor{
	background-color: white;
}

.lblNombreProveedor{
	background-color: white;
	text-align: left;
}

.panelDerechoMainProveedores{
	/* padding-top: 10px; */
	/* padding-bottom: 10px; */
	height: calc(100% - 2em);
	background-color: #fff;
	overflow-y: auto;
}

.formProveedores{
	/* display: flex; */
	height: 100%;
	flex-direction: column;
	overflow-x: hidden;
}

.divProveedoresCheckBox{
	width: 80%;
	justify-self: end;
	max-width: 12em;
	display: flex;
	align-items: center;
}

.divProveedoresCheckBox{
	margin: 0.3em;
	
}
/*Lista Direcciones*/
.lstDirecciones {
	grid-column-start: 1;
	grid-column-end: 3;
	max-height: 15em;
	overflow-y: auto;
	margin-top: 5px;
}

.lstCDireccionesEntrega{
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
	height: 100%;
}

.itemCDireccionesEntrega{
	background-color: #f1f1f1;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	flex: 1;
	justify-content: center;
	display: flex;
	border-bottom: #c4c4c4 solid 1px;
	border-top: #c4c4c4 solid 1px;
	border-left: #c4c4c4 solid 1px;
	border-right: #c4c4c4 solid 1px;
	width: 100%;
	max-width: 95%;
	transition: 0.20s;
}

.itemCDireccionesEntregaActive{
	background-color: #ffd56c !important;
	border-bottom: #5e5e5e solid 1px !important;
	border-top: #5e5e5e solid 1px !important;
	border-left: #5e5e5e solid 1px !important;
	border-right: #5e5e5e solid 1px !important;
}

.cDireccionesEntrega{
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
	padding: 5px;
	/* min-width: 440px; */
	font-size: 0.7em;
	align-content: center;
	align-items: center;
	width: 100%;
}

.cDireccionesEntrega label{
	white-space: break-spaces;
}

.cDireccionesEntregaSpan{
	align-items: center;
	justify-content: center;
	display: flex;
	grid-column-start: 1;grid-column-end: 6;
}

.cDireccionesEntregaSpan span{
	display: inline-block;
	text-align: center;
	background-color: transparent;
	color: black;
	padding: 0;
	margin-top: 0px;
	border: none;
	cursor: pointer;
	transition: 0.35s;
	border-radius: 5px;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	width: 2.5em;
	height: 2.5em;
	align-items: center;
	display: flex;
	justify-content: center;
}

.cDireccionesEntregaSpan span:hover{
	background-color: #298cc8;
	color: white;
}

/*Lista Cuentas*/

.lstCuentasBanco {
	grid-column-start: 1;
	grid-column-end: 3;
	max-height: 15em;
	overflow-y: auto;
	margin-top: 5px;
}

.lstCCuentasBanco{
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
	height: 100%;
}

.itemCCuentasBanco{
	background-color: #f1f1f1;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	flex: 1;
	justify-content: center;
	display: flex;
	border-bottom: #c4c4c4 solid 1px;
	border-top: #c4c4c4 solid 1px;
	border-left: #c4c4c4 solid 1px;
	border-right: #c4c4c4 solid 1px;
	width: 100%;
	max-width: 95%;
	transition: 0.20s;
}

.itemCCuentasBancoActive{
	background-color: #ffd56c !important;
	border-bottom: #5e5e5e solid 1px !important;
	border-top: #5e5e5e solid 1px !important;
	border-left: #5e5e5e solid 1px !important;
	border-right: #5e5e5e solid 1px !important;
}

.cCuentasBanco{
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	padding: 5px;
	/* min-width: 440px; */
	font-size: 0.7em;
	align-content: center;
	align-items: center;
	width: 100%;
}

.cCuentasBanco label{
	white-space: break-spaces;
}

.cCuentasBancoSpan{
	align-items: center;
	justify-content: center;
	display: flex;
	grid-column-start: 1;grid-column-end: 6;
}

.cCuentasBancoSpan span{
	display: inline-block;
	text-align: center;
	background-color: transparent;
	color: black;
	padding: 0;
	margin-top: 0px;
	border: none;
	cursor: pointer;
	transition: 0.35s;
	border-radius: 5px;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	width: 2.5em;
	height: 2.5em;
	align-items: center;
	display: flex;
	justify-content: center;
}

.cCuentasBancoSpan span:hover{
	background-color: #298cc8;
	color: white;
}

/*Lista Contactos*/

.lstContactos {
	grid-column-start: 1;
	grid-column-end: 3;
	max-height: 15em;
	overflow-y: auto;
	margin-top: 5px;
}

.lstCContactos{
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
	height: 100%;
}

.itemCContactos{
	background-color: #f1f1f1;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	flex: 1;
	justify-content: center;
	display: flex;
	border-bottom: #c4c4c4 solid 1px;
	border-top: #c4c4c4 solid 1px;
	border-left: #c4c4c4 solid 1px;
	border-right: #c4c4c4 solid 1px;
	width: 100%;
	max-width: 95%;
	transition: 0.20s;
}

.itemCContactosActive{
	background-color: #ffd56c !important;
	border-bottom: #5e5e5e solid 1px !important;
	border-top: #5e5e5e solid 1px !important;
	border-left: #5e5e5e solid 1px !important;
	border-right: #5e5e5e solid 1px !important;
}

.cContactos{
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	padding: 5px;
	/* min-width: 440px; */
	font-size: 0.7em;
	align-content: center;
	align-items: center;
	width: 100%;
}

.cContactos label{
	white-space: break-spaces;
}

.cContactosSpan{
	align-items: center;
	justify-content: center;
	display: flex;
	grid-column-start: 1;grid-column-end: 5;
}

.cContactosSpan span{
	display: inline-block;
	text-align: center;
	background-color: transparent;
	color: black;
	padding: 0;
	margin-top: 0px;
	border: none;
	cursor: pointer;
	transition: 0.35s;
	border-radius: 5px;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	width: 2.5em;
	height: 2.5em;
	align-items: center;
	display: flex;
	justify-content: center;
}

.cContactosSpan span:hover{
	background-color: #298cc8;
	color: white;
}


.btnNuevoProveedor{
	background: #94846b;
	width: 65px;
	height: 65px;
	bottom: 0;
	
	line-height: 65px;
	font-size: 35px;
}

.btnMaximizar{
	background: #7a93df;
	width: 45px;
	height: 45px;
	bottom: 50px;
	font-size: 23px;
	line-height: 45px;
}

.btnMinimizar{
	background: #ff6c00;
	width: 45px;
	height: 45px;
	bottom: 0px;
	font-size: 23px;
	line-height: 45px;
}