.panelDerechoControlesBitacora{
	background-color: #29c878;
}

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

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

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

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

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

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

.controlesFiltroBitacora{
	grid-template-columns: 2em calc(20% - 2.8em) 2em calc(20% - 2.8em) 2em calc(20% - 2.8em) 2em calc(20% - 2.8em) 2em calc(20% - 2.8em) 2em 2em;
}

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

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

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

.itemBitacoraActive{
	background-color: #c9f1dd;
	border: #757575 solid 1px;
}

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


.BitacoraDispTabla {
	grid-template-columns: calc(25% - 1px) calc(25% - 1px) calc(25% - 1px) calc(25% - 1px) !important;
	gap: 1px;
	background-color: #29c878;
	padding: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.divBitacoraCheckBox{
	margin: 0.3em;
	
}

/*Flotantes*/
.btnNuevoBitacora{
	background: #29c878;
	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;
}

.quill-container{
	grid-column-start: 1;
	grid-column-end: 3; 
	width: 100%;
}

.quill-container span{
	all: unset;
}

.quill-container span:hover {
    background-color: #f3f3f3 !important;
	transition: all 0.3s;
}

.snow-container{
	height: 10em;
}