.mainSuperior{
	width: 100%;
    height: calc(100% - 10em);
    display: flex
}

.ContenedorTodo{
    width: 100%;
	/* padding: .5rem 0 0 .5rem; */
	background-color: #FFF;
	overflow: auto;
}

.panelPrincipal{
	display: flex;
    flex: 1;
    height: 100%;
	transition: 0.55s;
	max-width: 100%;
	/* background-color: rgb(126, 141, 61); */
	flex-direction: column;
	min-width: 45%;
}

.maxWidth0{
	max-width: 0 !important;
	min-width: 0 !important;
}

.maxWidth100{
	max-width: 100% !important;
}

.panelDerecho{
	/* display: flex; */
	/* background-color: blueviolet; */
	max-width: 35em;
	height: 100%;
	font-size: 20px;
	width: 100%;
	transition: 0.55s;
	min-width: 18em;
}

.panelDerechoControlesProyectos{
	background-color: #298cc8;
}

.panelDerechoControles{
	height: 2em;
	display: flex;
	padding-left: 5px;
	color: white;
	padding-right: 5px;
	display: flex;
	justify-content: center;
}

.panelDerechoControles span{
	cursor: pointer;
	transition: all 0.2s;
}

.panelDerechoControles span:hover{
	transform: scale(1.1);
}

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

.deleteIcon:hover{
	color: #F00;
}

.newIcon:hover{
	color:  #B060FF;
}

.arrowIcon:hover{
	color: #575757;
}

.saveIcon:hover{
	color: #77A80B;;
}

.panelDerechoControles div{
	display: grid;
	grid-template-columns: 2em 2em 2em 2em auto 2em;
	flex: 1;
}

.panelDerechoControles div > span{
	align-items: center;
	display: flex;
	justify-content: center;
}


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

.panelInferior{
	/* display: flex; */
	/* background-color: rgb(181, 82, 82); */
    flex: 1;
    height: 10em;
}

.Ventana{
	background-color: #fbfbfb;
	width:100%;
	height: 100%;
	overflow: auto;
	font-size: 20px;
}

.tablaBody tr{
	cursor: pointer;
}

.tabla{
	width: 100%;
	border-collapse: collapse;
}

.tablaBody tr:nth-child(odd) {
	background-color: #fff;
}

.tablaBody tr:nth-child(even) {
	background-color: #eee;
}

.tablaBody tr:hover{
	background-color: #ffd56c;
}

.tablaHead {
	position: sticky;
	top: 0; 
	background-color: #f3c03e;
	color: #fff;
}

.tablaHead input[type="text"]{
	margin: 5px 0;
	padding: 8px 15px;
}

.hideElement{
	display: none;
}

.fullHeight{
	height: 100%;
}

.celdaFiltro{
	display: flex;
}

.celdaFiltro a{
	flex: 1;
}

.celdaFiltro input{
	flex: 1;
}

.lstProyectos{
	display: flex;
	flex-direction: column;
	background-color: #fbfbfb;
	align-items: center;
	overflow-x: hidden;
	padding: 10px 0 50px 0;
}

.itemProyecto{
	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;
}

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

.ocultarNomColumn{
	display: none;
}

.itemProyectoDispTabla{
	margin-top: 0 !important;
	border: 0px;
	border-radius: 0 !important;
	box-shadow: 0 !important;
	margin: 0 !important;
	background-color: transparent !important;
}

.itemProyecto * {
	cursor: pointer;
}

.itemProyecto:hover:not(:first-child){
	background-color: #ffd56c;
}

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

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

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

.dotEstatus{
	height: 25px;
	width: 25px;
	min-height: 25px;
	min-width: 25px;
	border-radius: 20%;
	display: inline-block;
	box-shadow: 2px 2px lightgray;
	margin-right: 5px;
}

.active{
	background-color: #ffca23;
}

.discovery{
	background-color: #23a8ff;
}

.lost{
	background-color: #cb4e4e;
}

.inactive{
	background-color: gray;
}

.win{
	background-color: #59af5c;
}

.inHold{
	background-color: #ff8000;
}

.crosingLCD{
	background-color: #762a59;
}

.inDesign{
	background-color: #edda0a;
}

.endOfLife{
	background-color: #eeeeee;
}

.proyecto{
	display: grid;
	grid-template-columns: 7em auto auto;
	/* gap: 10px; */
	padding: 10px;
	min-width: 440px;
	font-size: 20px;
	grid-template-columns: 5.5% 15% 15% 15% 15% 15% 19.5%;
	width: 100%;
}

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

.proyectoDispTabla{
	grid-template-columns: calc(15.5% - 1.1em) calc(46% - 1.1em) 5.5em calc(14% - 1.1em) calc(14% - 1.1em) calc(10% - 1.1em) !important;
	gap: 1px;
	background-color: #298cc8;
	padding: 1px;
}

.proyectoDispTabla i{
	display: none;
}

.divEstatus{
	display: flex;
	justify-content: left;
	align-items: center;
	width: 100%;
	grid-column-start: 1;
	grid-column-end: 3;
}

.divEstatusDispTabla{
	grid-column-start: 1 !important;
	grid-column-end: 2 !important;
	background-color: white;
	padding-left: 4px;
	width: 100%;
}

.lblNombreProyecto{
	grid-column-start: 3;
	grid-column-end: 7;
	align-self: center;
}

.lblNombreProyectoDispTabla{
	grid-column-start: 2 !important;
	grid-column-end: 3 !important;
	background-color: white;
	text-align: left;
}

.lblFechaProyecto{
	grid-column-end: 8;
	text-align: end;
}

.lblFechaProyectoDispTabla{
	grid-column-start: 3 !important;
	grid-column-end: 4 !important;
	background-color: white;
	text-align: left;
}

.lblClienteProyecto{
	grid-column-start: 2;
	grid-column-end: 4;
	text-align: start;
}

.lblClienteProyectoDispTabla{
	grid-column-start: 4 !important;
	grid-column-end: 5 !important;
	background-color: white;
}

.lblUsuarioProyecto{
	grid-column-start: 4;
	grid-column-end: 6;
}

.lblUsuarioProyectoDispTabla{
	grid-column-start: 5 !important;
	grid-column-end: 6 !important;
	text-align: left;
	background-color: white;
}

.lblLugarProyecto{
	grid-column-start: 6;
	grid-column-end: 8;
}

.lblLugarProyectoDispTabla{
	grid-column-start: 6 !important;
	grid-column-end: 7 !important;
	text-align: left;
	background-color: white;
}

.txtIzq{
	text-align: left;
}

.lstProyectos div:first-child {
	margin-top: 0px;
}

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

.divDatos{
	flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    /* padding-top: 10px; */
    flex-direction: column;
	background-color: #fff;
	position: relative;
}

.headerDatos{
	display: grid;
	grid-template-columns: 2em 15em 1em;
	padding: 5px;
}

.headerDatos * {
	cursor: pointer;
}

.headerDatos i{
	font-size: 30px;
	text-align: center;
}

.headerDatos label{
	padding-left: 0.5em;
	font-weight: bold;
	font-size: 1.1em;
	display: flex;
	align-items: center;
}

.mainDatos{
	display: grid;
    width: 80%;
    max-height: 100em;
	grid-template-columns: 33.33% 66.66%;
	max-height: 999vh !important;
	transition-delay: 0ms;
	transition-property: all;
	transition-duration: 0.25s;
}

.mainDatos select > option{
	font-size: 0.8em;
}

.mainDatos form{
	display: grid;
    width: 100%;
    max-height: 100em;
	grid-template-columns: 33.33% 66.66%;
	max-height: 999vh !important;
	transition-delay: 0ms;
	transition-property: all;
	transition-duration: 0.25s;
	grid-column-start: 1;
	grid-column-end: 3;
}

.dobleColumna{
	grid-column-start: 1;
	grid-column-end: 3;
}

/* .mainDatos input, .mainDatos textarea{
	width: 99%;
    padding: 0.6em 1.1em;
    margin: 0.5em 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    font-family: "Roboto", serif;
} */

.mainDatos label{
	margin: 0.5em 0;
	word-wrap: break-word;
}

.mainDatos input[type="text"]{
	grid-column-start: 2;
	grid-column-end: 3;
}

.mainDatos textarea{
	grid-column-start: 1;
	grid-column-end: 3;
	resize: none;
}

.mainDatos select{
	grid-column-start: 2;
	grid-column-end: 3;
	resize: none;
	background-color: #e9e9ed;
}

.mainDatos span {
	display: inline-block;
    text-align: center;
    background-color: #298cc8;
    color: white;
    padding: 14px 20px;
    margin-top: 8px;
    border: none;
    cursor: pointer;
    width: auto;
    transition: 0.35s;
    border-radius: 5px;
    font-weight: bold;
	margin-left: 3px;
    margin-right: 3px
}


.mainDatos span:hover {
    background-color: #0363ac;
}

.mainDatos input, .mainDatos select, .mainDatos label, .mainDatos textarea, .mainDatos span{
	max-height: 100vh !important;
	transition: all .25s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mainDatos input[type="file"]{
	grid-column-start: 2;
	grid-column-end: 3;
}

.infoEnvio{
	grid-column-start: 1;
	grid-column-end: 3;
	display: grid;
	grid-template-columns: 50% 50%;
}


.hideInputForm {
	max-height: 0px !important;
	opacity: 0;
}

.hideInputForm input, .hideInputForm select, .hideInputForm label, .hideInputForm textarea, .hideInputForm span{
	padding: 0px;
	margin: 0px;
	max-height: 0px !important;
	border: 0px;
	opacity: 0;
}

.hideInputForm label{
	font-size: 0px;
	opacity: 0;
}

.inputNumero{
	grid-column-start: 2 !important;
}

.lblInfoEnvio{
	color: gray;
	font-size: 0.8em;
}

.coverForm{
	background-color: rgba(0,0,0,0.41);
	width: 100%;
	position: fixed;
	transition: opacity 0s, opacity 0.75s ease;
	height: calc(100% - 2em - 20px);
	cursor: progress;
	z-index: 2;
}

/* listaNo Partes */
.lstPNoParte{
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
	height: 100%;
	/* min-height: 11em; */
}

.itemPNoParte{
	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;
}

.itemPNoParteActive{
	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;
}

.pNoParte{
	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%;
}

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

.pNoParteSpan{
	align-items: center;
	justify-content: center;
	display: flex;
}

.pNoParteSpan 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;
}

.pNoParteSpan span:hover{
	background-color: #298cc8;
	color: white;
}
/* lista Comentarios */

.lstPComentario{
	display: flex;
	flex-direction: column;
	/* background-color: #fff8dc; */
	align-items: center;
	overflow-x: hidden;
	height: 100%;
	min-height: 11em;
	/* max-height: 11em; */
}
  
.itemPComentario{
	background-color: #f1f1f1;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	/* line-height: 30px; */
	/* font-size: 30px; */
	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;
	max-width: 95%;
	width: 100%;
	transition: 0.20s;
}

.pComentario{
	display: grid;
	grid-template-columns: 6em 5em calc(100% - 13em) 2em;
	padding: 7px;
	/* min-width: 410px; */
	font-size: 0.7em;
	align-content: center;
	align-items: center;
	width: 100%;
}

.pComentarioBorrar{
	grid-column-start: 4;
	grid-column-end: 5;
	grid-row-start: 1;
	grid-row-end: 3;
	align-items: center;
	justify-content: center;
	display: flex;
}

.pComentarioBorrar span{
	display: inline-block;
	text-align: center;
	background-color: #f1f1f1;
	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;
}

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

.pComentarioTexto{
	grid-column-end: 4;
	grid-column-start: 1;
}

.formLstComentarios{
	grid-column-start: 1;
	grid-column-end: 3;
	max-height: 15em;
	overflow-y: auto;
	margin-top: 5px;
}
/* listaArchivos */
.lstPArchivos{
	display: flex;
	flex-direction: column;
	/* background-color: #fff8dc; */
	align-items: center;
	overflow-x: hidden;
}

.itemPArchivos{
	background-color: #f1f1f1;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	/* line-height: 30px; */
	/* font-size: 30px; */
	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;
	/* max-width: 30em; */
	width: 95%;
	transition: 0.20s;
}

.pArchivos{
	display: grid;
	grid-template-columns: auto 3em 3em;
	padding: 10px;
	/* min-width: 440px; */
	font-size: 0.7em;
	width: 100%;
	font-size: 15px;
}

.pArchivoDescargar{
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 3;
	align-self: center;
}

.pArchivoBorrar{
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 3;
	align-items: center;
	justify-content: center;
	display: flex
}

.pArchivoBorrar span{
	text-align: center;
	background-color: #f1f1f1;
	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;
}

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

.pArchivoDescargar span{
	text-align: center;
	background-color: #f1f1f1;
	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;
}

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

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

.controlesFiltro{
	/* width: 100%; */
	height: 3em;
	background: #f1f1f1;
	display: grid;
	
	padding: 0 10px 0 10px;
	max-width: 100%;
	border: 1px solid #cac5c5;
}

.controlesFiltroProyectos{
	grid-template-columns: 2em calc(25% - 3em) 2em calc(25% - 3em) 2em calc(25% - 3em) 2em calc(25% - 3em) 2em 2em;
}

.controlesFiltro span{
	color: white;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 2em;
}

.controlesFiltro span > i{
	padding: 0.4em;
	border-radius: 20%;
	cursor: pointer;
}

.borrarFiltro{
	background: #cb4e4e;
}

.aplicarFiltro{
	background: #59af5c;
}

.btnNuevoProyecto{
	background: #298cc8;
	width: 65px;
	height: 65px;
	bottom: 0;
	
	line-height: 65px;
	font-size: 35px;
}

.btnNuevoProyecto:hover{
	box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6);
	transform: scale(1.05);
}

.btnCambiarDisplay{
	background: #29c859;
	width: 45px;
	height: 45px;
	bottom: 70px;
	line-height: 45px;
	font-size: 23px;
}

.btnCambiarDisplay:hover{
	box-shadow: 0 10px 25px -5px rgb(36, 170, 76, 0.6);
	transform: scale(1.05);
}

.btnDivComentarios{
	background: #8599e8;
	width: 45px;
	height: 45px;
	bottom: 120px;
	font-size: 23px;
	line-height: 45px;
}

.btnDivComentarios:hover{
	box-shadow: 0 10px 25px -5px rgba(133, 153, 232, 0.6);
	transform: scale(1.05);
}

.btnDivNoPartes{
	background: #c8a029;
	width: 45px;
	height: 45px;
	bottom: 170px;
	font-size: 23px;
	line-height: 45px;
}

.btnDivNoPartes:hover{
	box-shadow: 0 10px 25px -5px rgba(200, 160, 41, 0.6);
	transform: scale(1.05);
}

.btnReportes{
	background: #e88585;
	width: 45px;
	height: 45px;
	font-size: 23px;
	bottom: 220px;
	line-height: 45px;
}

.btnReportes:hover{
	box-shadow: 0 10px 25px -5px rgba(232, 133, 133, 0.6);
	transform: scale(1.05);
}

.btnBuscarReemplazarFabr{
	background: #65b097;
	width: 45px;
	height: 45px;
	font-size: 23px;
	bottom: 270px;
	line-height: 45px;
}

.btnBuscarReemplazarFabr:hover{
	box-shadow: 0 10px 25px -5px rgba(132, 232, 199, 0.6);
	transform: scale(1.05);
}

.fa-stack[data-count]:after{
	position:absolute;
	right:0%;
	top:1%;
	content: attr(data-count);
	font-size:50%;
	padding:.6em;
	border-radius:999px;
	line-height:.75em;
	color: white;
	background:rgba(255,0,0,.85);
	text-align:center;
	min-width:2em;
	font-weight:bold;
}

.cmbNoPartes {
    display: grid;
    grid-template-columns: calc(100% - 2em) 2em;
    justify-content: center;
    align-items: center;
}

.cmbNoPartes select{
	width: 100%;
    height: 100%;
	grid-column-start: 1;
    grid-column-end: 2;
}

.cmbNoPartes span{
	width: 2em;
    height: 2em;
    background-color: #cb4e4e;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 0.1em;
	padding: 0;
    margin-top: 0;
}

.cmbNoPartes span:hover{
	background-color: #9b4141;
}

/*PRUEBA MENU COLAPSABLE*/
 /* Fixed sidenav, full height */
 .sidenav {
	height: 100%;
	width: 200px;
	z-index: 1;
	top: 0;
	left: 0;
	overflow-x: hidden;
	padding-top: 20px;
  }
  
  /* Style the sidenav links and the dropdown button */
  .sidenav a, .dropdown-btn {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 20px;
	color: #818181;
	display: block;
	border: none;
	background: none;
	width:100%;
	text-align: left;
	cursor: pointer;
	outline: none;
  }
  
  /* On mouse-over */
  .sidenav a:hover, .dropdown-btn:hover {
	color: #f1f1f1;
  }
    
  /* Add an active class to the active dropdown button */
  .active {
	background-color: green;
	color: white;
  }
  
  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
  .dropdown-container {
	display: none;
	background-color: #262626;
	padding-left: 8px;
  }
  
  /* Optional: Style the caret down icon */
  .fa-caret-down {
	float: right;
	padding-right: 8px;
  } 

/* Reportes */

.headerReportes{
	display: grid;
	grid-template-columns: calc(100% - 2em) 2em;
	width: 100%;
	height: 2em;
	background-color: #e88585;
	color: white;
	font-size: 20px;
	min-height: 2em;
}

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

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

.mainReportes{
	height: calc(100% - 2em);
	display: flex;
	font-size: 20px;
}

.lateralReportes{
	display: flex;
	height: 100%;
	flex-direction: column;
	width: 100%;
	padding: 15px;
	height: 100%;
	max-width: 25em;
	min-width: 15em;
}

.panelFormReportes{
	height: 100%;
	width: 100%;
	padding: 15px;
	background-color: #f4f3f3;
	font-size: 0.9em;
	overflow-y: auto;
}

.opcionReporte{
	display: flex;
	height: 100%;
	max-height: 2em;
	transition: all 0.2s;
	border-radius: 5px;

}

.opcionReporte *{
	cursor: pointer;
}

.opcionReporte:hover{
	background-color: rgba(232, 133, 133, 0.65);
}

.opcionActiva{
	background-color: rgba(232, 133, 133, 0.4);
	/* border: 1px solid #f4f3f3; */
}

.opcionActiva i{
	padding-left: 10%;
}

/* 
.mainFormulario{
	display: grid;
	grid-template-columns: calc(50% - 2.5em) 5em calc(50% - 2.5em);
	gap: 5px;
}

.mainFormulario select:not([multiple]){
	grid-column-start: 2;
	grid-column-end: 4;
	width: 100%;
	max-width: 17.5em;
}

.mainFormulario select:not([multiple]) > option{
	font-size: 0.8em;
}

.mainFormulario select[multiple]{
	width: 100%;
	max-width: 12em;
}

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

.btnsSeleccion{
	/* width: 5em; */
	display: flex;
	flex-direction: column;
}

.btnsSeleccion span{
	display: inline-block;
	text-align: center;
	background-color: #298cc8;
	color: white;
	padding: 10px 0px;
	border: none;
	cursor: pointer;
	width: auto;
	transition: 0.35s;
	border-radius: 5px;
	font-weight: bold;
	margin: 2px 4px 2px 4px;
}

.btnsSeleccion span:hover{
	background-color: #0363ac;
}

.divCheckBox{
	grid-column-start: 1;
	grid-column-end: 2;
	width: 80%;
	justify-self: end;
	max-width: 12em;
	display: flex;
	align-items: center;
}

.divCheckBox label{
	width: 100%;	
	max-width: 100%;
}

.btnFormRight{
	grid-column-start: 3;
	grid-column-end: 4;
}

.btnFormLeft{
	grid-column-start: 1;
	grid-column-end: 2;
    justify-self: end;
}

.btnForm{
	display: inline-block;
	text-align: center;
	color: white;
	padding: 14px 20px;
	border: none;
	cursor: pointer;
	width: auto;
	transition: 0.35s;
	border-radius: 5px;
	font-weight: bold;
	margin: 2px 4px 2px 4px;
	max-width: 8em;
}

.btnFormGreen {
	background-color: #0ca513;
}

.btnFormGreen:hover {
	background-color: #098610;
}

.btnFormRed {
	background-color: #c82929;
}

.btnFormRed:hover {
	background-color: #ac0303;
}

.btnFormBlue {
	background-color: #298cc8;
}

.btnFormBlue:hover {
	background-color: #0363ac;
}

.formControlesComentarios div{
    display: grid;
    grid-template-columns: 2em 2em auto 2em;
    flex: 1;
    background-color: #8599e8;

}

.formControlesNoPartes div{
    display: grid;
    grid-template-columns: 2em 2em auto 2em;
    flex: 1;
    background-color: #c8a029;
}

.formControlesBuscarReemplazarFabr div{
    display: grid;
    grid-template-columns: auto 2em;
    flex: 1;
    background-color: #65b097;
}

.formControlesUsuarios div{
    display: grid;
    grid-template-columns: 2em 2em auto 2em;
    flex: 1;
    background-color: #c8a029;
}

.formControlesClientes div{
    display: grid;
    grid-template-columns: 2em 2em auto 2em;
    flex: 1;
    background-color: #e88585;
}

.formComentarios {
    max-height: 91%;
    max-width: 95%;
    min-height: 50%;
    min-width: 34%;
    width: 40%;
    height: 50%;
}

.formNoPartes {
    max-height: 91%;
    max-width: 95%;
    min-height: 50%;
    min-width: 34%;
    width: 35%;
    height: 65%;
}

.formBuscarReemplazarFabr {
    max-height: 91%;
    max-width: 95%;
    min-height: 50%;
    min-width: 50%;
    width: 50%;
    height: 65%;
}

.formDivLstComentarios{
    grid-column-start: 1;
    grid-column-end: 3;
    margin-top: 5px;
}

.formDivLstNoPartes {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-top: 5px;
}

.formMainComentarios{
    grid-template-rows: calc(100% - 8.5em) 2em 2em 4em auto;
    grid-template-columns: 33.33% 66.66%;
}

.formMainNoPartes {
    grid-template-rows: calc(100% - 20em) 2em 2em 2em 2em 2em 2em 2em 2em 2em 2em;
    grid-template-columns: 33.33% 66.66%;
}

.formMainBuscarReemplazarFabr {
    grid-template-rows: 2em 2em 2em 2em 2.3em calc(100% - 10.3em);
    grid-template-columns: 33.33% 66.66%;
}

.formMainBuscarReemplazarFabr > label, .formMainBuscarReemplazarFabr > select{
	grid-column-start: 1;
    grid-column-end: 3;
}

.formMainBuscarReemplazarFabr > label{
	display: flex;
	align-items: center;
}

.formMainBuscarReemplazarFabr span{
	grid-column-start: 2;
    grid-column-end: 3;
}

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

.itemProyectosEncontradosDispTabla{
	border: 0 !important;
	border-radius: 0 !important;
	margin: 0 !important;
	background-color: transparent !important;
	max-height: 2em;
}

.itemProyectosEncontrados{
	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;
}

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

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


.proyectosEncontradosDispTabla {
	grid-template-columns: 20% 20% 60% !important;
	gap: 1px;
	background-color: #65b097;
	padding: 1px;
}

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

.proyectosEncontrados {
	display: grid;
	min-width: 440px;
	width: 100%;
	font-size: 0.8em;
}

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

.itemProyectosEncontradosNomColumn{
	max-height: 2em;
}

.itemProyectosEncontradosNomColumn label{
	cursor: auto;
	color: white;
	display: flex;
	align-self: center;
	justify-content: center;
	font-weight: bold;
}

.lblProyectosEncontradosCodigo{
	background-color: white;
	padding: 0px 5px 0px 5px;
}

.lblProyectosEncontradosNombre, .lblProyectosEncontradosDescripcion{
	background-color: white;
	text-align: left;
	padding: 0px 5px 0px 5px;
}

