 /*<!--=====================================
ESTILOS BOTON EDITAR USUARIO
======================================--> +*/
#the-canvas {
  border: 1px solid black;
  direction: ltr;
}

.estiloEditar > h1{
	padding-left: -50%;
	font-size: 150%;
 	color:#0080FF;
}

.dtempleados {
  border-radius: 10px;
}


.nivel1 {
	color: #00AAFF;
	font-size: 120%;
}

.nivel2{
	color: #4AC3FF;
	font-size: 100%;
	margin-left: -10%;
}

.nivel3{
	color: #6DCCFC;
	font-size: 100%;
	margin-left: -10%;
}

.nivel4{
	color: #05C5FA;
	font-size: 90%;
	margin-left: -10%;
}

h3{
	color: #0B610B;
	font-size: 80%;
	margin-left: -15%;
}

.btnRight{
	margin-left: 50%;
}

 b{
   color:black;
}

.lista-autocompletar-items{
	color: #ccc;
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	z-index: 99;
	top: 100%;
	left: 20px;
	right: 0;
	width: 93%;
}

.lista-autocompletar-items div{
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;

}

.lista-autocompletar-items div:hover{
	background-color: dodgerblue;

}

.autocompletar-active{
	background-color: dodgerblue !important;
	color: #a1caff;
}

.autocompletar-active  strong{
		color: #fff;
}

#loading-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f2f2f2;
  border-radius: 50%;
  border: 2px solid #ccc;
  font-size: 12px;
  color: #333;
  position: relative;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#loading-indicator::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #ccc;
  animation: spin 1s infinite linear;
}




 /*<!--=====================================
        va lo del loader
 ======================================--> +*/
 #hidden{
 	overflow: hidden !important;

 }

 .centrado{
 	height: 100vh;
 	background-color: #adb5bd;
 	display: flex;
 	justify-content: center;
 	align-items: center;


 }

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}





.o_horizontal_separator {
  
  margin: 0 5px 0 0;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: bold;
  width: 90%;
}

.bordesinput {
  font-size: 14px; 
  max-width: 400px; 
  border-radius: 5px;
  margin-bottom: 5px;
  width: 320px;
  border: 1px solid #2d7ac7;
  border-left:4px solid gray;
  height:30px;
}


.formcontrol {
  font-size: 14px; 
  max-width: 150px; 
  border-radius: 10px; 
  border: 1px solid #2d7ac7;
}


.bordesinput1 {
  font-size: 14px; 
  max-width: 400px; 
  border-radius: 5px;
  margin-bottom: 5px;
  width: 1100px;
  border: 1px solid #2d7ac7;
  border-left:4px solid gray;
  height:30px;
}


.bordesinput2 {
  font-size: 14px; 
  max-width: auto; 
  border-radius: 5px;
  margin-bottom: 5px;
  width: 1300px;
  border: 1px solid #2d7ac7;
  border-left:4px solid gray;
  height:30px;
  overflow-x: auto;
  display: block;
}


.bordesinput3 {
  font-size: 40px; 
  max-width: auto; 
  border-radius: 5px;
  margin-bottom: 5px;
  width: 400px;
  border: 1px solid #2d7ac7;
  border-left:4px solid gray;
  height:50px;
  overflow-x: auto;
  display: block;
}


.bordesinput4 {
  font-size: 14px; 
  max-width: auto; 
  border-radius: 5px;
  margin-bottom: 5px;
  width: 400px;
  border: 1px solid #2d7ac7;
  border-left:4px solid gray;
  height:50px;
  overflow-x: auto;
  display: block;
}


.bordesinput5 {
  font-size: 14px; 
  max-width: auto; 
  border-radius: 5px;
  margin-bottom: 5px;
  width: 100px;
  border: 1px solid #2d7ac7;
  border-left:4px solid gray;
  height:25px;
  overflow-x: auto;
  display: block;
  overflow-x: auto;
  display: block;
  padding: 5px;
}



.table-responsive {
  overflow-x: auto;
  display: block;
}


.o_list_view {
  position: relative;
  cursor: pointer;
  background-color: white;
  margin-bottom: 0px;
  border-collapse: initial;
  border-spacing: 0;
}


.o_form_view .o_field_widget .o_list_view {
  margin-bottom: 10px;
}


.o_input {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 2px 4px;
  color: #1f1f1f;
}


input:focus {
  background:  #c2bfc2;
}



.o_field_widget, .o_field_widget input.o_input {
  display: inline-block;
  text-align: inherit;
}

.o_form_view .o_field_widget {
  margin-bottom: 5px;
}

.o_form_view .o_group .o_field_widget {
  width: 100%;
}




.date1{
  font-size: 14px; 
  max-width: 200px; 
  border-radius: 5px;
  margin-bottom: 0px 10px;
  width: 200px;
  border: 1px solid #2d7ac7;
  border-left:4px solid gray;
  height:30px;

}



.Nuevoitemshorario {
  
  border-collapse: collapse !important;
}

/*  estilos para el timeline */

.timelines {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 500px; 
  margin: 100px auto;  
  counter-reset: step;
}

.timelines li {
  float: left;    
  text-align: center;
  width: 150px;   
  position: relative;  
}

.timelines li:before {
  content: counter(step);
  counter-increment: step;
  line-height: 35px;
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 100%;
  border: 1px solid #CCC;
  margin: 0 auto 15px auto;  
  background: #fff;
}

.timelines li:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #DDD;
  display: block;
  position: absolute;
  top: 17.5px;
  left: 50%;
  z-index: -1;
}

.timelines li:last-child:after {
  content: none;
}

.timelines li.active {
  color: #051d86;
}

.timelines li:first-child:before {
  border-color: #13c4c4;  
}
.timelines li:first-child:after {
  background: #0fec52;  
}
.msg032{
  color: #091d77;
}

.loading-indicator {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*  emememmememe*/
