/*CUSTOM CSS*/
 .titulo-documento{
    font-size: 26px;
  }
  .btn-cancelar-tel{
   border-radius: 17px;
   padding: 3px 12px;
   font-size: 14px;
   background: #fafafa;
   display: none;

 }
 .titulo-departamento{
  font-size: 28px;
  margin-top: 12px;
}
.select-departamento{
  font-size: 28px;
}
.item-departamento{
  font-size: 23px
}

@media (max-width:768px) {

  .documento-cliente {
    font-size: 34px;
    letter-spacing: 4px;
    border: solid 2px #d8d8d8;
}

  .validacion {
    color: red;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
    height: 25px;
}

  .titulo-documento{
    font-size: 24px;
  }

  .teclado {
    padding: 1px 14px;
    margin-right: 20px;
    background: #828282!important;
    font-size: 36px;
    border-radius: 5px;
    cursor: pointer;
  }
  .listprioridad {
    border-left: solid 5px #dc3545;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    background: #fafafa;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px !important;
    font-size: 19px;
  }
  .btn-cancelar-tel{
   border-radius: 17px;
   padding: 3px 12px;
   font-size: 14px;
   background: #fafafa;
   display: none;

 }

 .btn-cancelar-turno {
  border-radius: 20px;
  padding: 2px 7px;
  font-size: 16px;
  background: #fafafa;
  margin-top: 15px !important;

  display: block;
}
.titulo-departamento{
 font-size: 26px;
 margin-top: 8px;
}
.select-departamento{
  font-size: 25px;
}
.item-departamento{
  font-size: 20px;
  text-align:center !important;
}


}

@media (max-width:560px) {

    .documento-cliente {
    font-size: 18px;
    letter-spacing: 4px;
    border: solid 2px #d8d8d8;
}

  .validacion {
    color: red;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 15px;
    height: 25px;
}
  .btn-prioridad {
    border: solid 8px #fafafa;
    box-shadow: 2px 2px 1px #d8d8d8;
    background: #dc3545;
    border-radius: 45px;
    padding: 4px 10px;
    font-size: 24px;
  }
  .btn-cancelar-turno {
    border-radius: 17px;
    padding: 3px 12px;
    font-size: 14px;
    background: #fafafa;
    display: none;
  }
  .btn-cancelar-tel{
   border-radius: 17px;
   padding: 3px 12px;
   font-size: 14px;
   background: #fafafa;
   display: block;

 }
 .titulo-departamento{
  font-size: 22px;
  margin-top: 8px;
}
.select-departamento{
  font-size: 22px;
}

.teclado {
    padding: 1px 14px;
    margin-right: 20px;
    background: #828282!important;
    font-size: 30px;
    border-radius: 5px;
    cursor: pointer;
  }

}
@media (max-width:480px) {

   .documento-cliente {
    font-size: 16px;
    letter-spacing: 4px;
    border: solid 2px #d8d8d8;
}

  .validacion {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 15px;
    height: 25px;
}
  .btn-prioridad {
    border: solid 4px #fafafa;
    box-shadow: 2px 2px 1px #d8d8d8;
    background: #dc3545;
    border-radius: 45px;
    padding: 4px 10px;
    font-size: 18px;
  }
  .titulo-departamento{
    font-size: 22px;
    margin-top: 8px;
  }

  .fa-boder {
    background: #fff;
    color: #999;
    padding: 13px;
    font-size: 22px;
    border-radius: 100%;
    width: 46px;
    height: 46px

  }

  .listprioridad {
    border-left: solid 5px #dc3545;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    background: #fafafa;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px !important;
    font-size: 22px;
  }
  .btn-cancelar-turno {
    border-radius: 17px;
    padding: 3px 12px;
    font-size: 14px;
    background: #fafafa;
    display: none;
  }
  .btn-cancelar-tel{
   border-radius: 17px;
   padding: 3px 12px;
   font-size: 14px;
   background: #fafafa;
   display: block;

 }

}



@media (max-width:766px) {

  .btn-cancelar-turno {
    border-radius: 17px;
    padding: 3px 12px;
    font-size: 14px;
    background: #fafafa;
    display: none;
  }
  .btn-cancelar-tel{
   border-radius: 17px;
   padding: 3px 12px;
   font-size: 14px;
   background: #fafafa;
   display: block;

 }

}

.btn-screen{
  font-size: 18px;
  margin-right: 2px;
  cursor: pointer;
}

@media (max-width:322px) {

  .validacion {
    color: red;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 15px;
    height: 25px;
}

  .select-departamento{
    font-size: 16px;
  }
  .btn-screen{
    font-size: 16px;
    margin-right: 2px;
    }}
 @media (min-width: 576px) {
  .modal-dialogm { max-width: none; }
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pantalla-tabla{
		font-size: 34px
	}
	.pantalla-tabla-td{
		font-size: 28px;
	}
	.alinear-tabla{
		border-top: 0 !important;
		width: 50%;
	}
	.custom-content{
		background: #2dce89; box-shadow: 3px 3px 2px #ddd;
		margin-bottom: 10px;
	}
	.llamadopantalla{
		/*background-color:#fafafa;*/
	}
	.contenido{
		background: white;
		padding: 30px 10px 50px 10px;
		border: solid 1px #f7f7f7;
		margin: 0 5px 0 5px;
	}
	.video-llamado{
		width: 100%;
		

	}
	.classLlamando{
		animation: latidos 3s infinite;
		transform-origin: center;
		color:white;
		font-weight: bold;
		text-transform: uppercase;
	}
	.text-llamado{
		font-size: 60px !important;
	}
	.text-llamado-modal{
		font-size: 68px !important;
	}
	.border-dashed{
		border-bottom: dashed 2px #999;
	}
	@keyframes latidos {
		from { transform: none; }
		50% { transform: scale(0.9);}
		to { transform: none; }
	}
.vdpArrowPrev:after {
  border-right-color: #cc99cd;
  font-size: 16px;
}

.vdpArrowNext:after {
  border-left-color: #cc99cd;font-size: 16px;

}
.btn-filtrar{
  border-radius: 20px;
  padding: 4px 14px;
  cursor: pointer;

}


.vdpCell.selectable:hover .vdpCellContent,
.vdpCell.selected .vdpCellContent {
  background: #cc99cd;
}

.vdpCell.today {
  color: white;
  border-radius: 5px;
  background: orange;
}

.vdpTimeUnit > input:hover,
.vdpTimeUnit > input:focus {
  border-bottom-color: #cc99cd;

}
.vdpComponent{
  /* position: relative; */
  display: block;
  font-size: 10px;
  color: #303030;
}
.calendar-w{
	width: 100%;
}
.modal-header .close {
    padding: 1rem;
    margin: -2rem -1rem -3rem auto;
}

.vdpWithInput>input{

  position: none;
  width: 100%;
  height: 35px;
  padding: .375rem .75rem;
  font-size: 13px;

  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eaeaea;
  border-radius: .25rem;
}
.calendar-desing > input{

  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a {
    display: block;
    overflow: hidden; 
    padding: 15px 5px;
    margin-left: 15px;
    margin-right: 15px;
    /* color: #545454; */
  position: relative; 
}
.widget .widget-body {
    padding: 8px 15px;
    box-shadow: 2px 3px 2px #000 !important;
}
.widget .widget-body .icon {
    font-size: 26px;
    color: #9aa0ac;
}
.wrapper .header-top .top-menu .dropdown .dropdown-menu.notification-dropdown .notifications-wrap .media .d-flex i {
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    top: 0;
    height: 26px;
    width: 26px;
    background:#20c997;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.d-flex-d{
	color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    top: 0;
    height: 26px;
    width: 26px;
    background: orange;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.wrapper .header-top .top-menu .dropdown .dropdown-menu.notification-dropdown .notifications-wrap .media .media-body .media-heading {
    color: #444;
   font-weight: normal !important;
    letter-spacing: 0;
}
.wrapper-title{
	font-size: 14px;
	font-weight: normal;
}
.selected-wrapper {
	cursor: pointer;
}
.wrapper .page-wrap .app-sidebar.colored .sidebar-content {
    background-color: #339aac;
}
.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-lavel {
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    padding: 8px 20px 8px;
    
    visibility: visible;
    width: 100%;
    color: #333;
    background: #fafafa;
    border-right: solid 4px orange;
}
.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item a i {
    color: #fff;
}
.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item .submenu-content {
    background-color: #fafafa;
    border-right: 1px solid orange;
    
}
.wrapper .page-wrap .app-sidebar.colored .sidebar-header {
    background-color: #339aac;
    border-bottom: solid 1px white;
}
.item-link{
	color: #333!important;

}
.menu-item{
color: #333!important;
}
.item-link:hover{
	color: orange!important;
}


.wrapper .header-top .top-menu .nav-link .badge {
    right: -1px;
    position: absolute;
    top: -11px;
    padding: 4px;
    width: 24px;
    font-size: 11px;
    font-weight: 800;
    color: #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}
.wrapper .page-wrap .right-sidebar {
width: 300px;

}
.auth-wrapper .lavalite-bg .lavalite-overlay-login {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.0) !important;}
	.wrapper .page-wrap .app-sidebar {

		-webkit-box-shadow:none !important;
		-moz-box-shadow:none !important;
		box-shadow:none!important;

	}
	.encabezado-turnero{background: rgb(65, 202, 63,0.5);width: 100%!important; padding: 5px;
		box-shadow: 0 0 10px #ddd; height: auto; border-bottom: 2px #ddd solid }
		.fa-encabezado-turnero{background: #fff; color:#5cb85c;
			padding: 14px; border-radius: 100%;font-size: 24px}

			.widgett {

				padding: 4px;
				border-right:solid 1px #fafafa;
				border-bottom: solid 1px #fafafa;
				border-top: solid 1px #fafafa;

				border-left: solid 20px #f6f6f6;
				background-color: red;
				border-radius: 10px;
				color:white;

			}


			.modal-dialogm {
				width: 98%;
				height: 92%;
				padding: 0;
			}
			.teclado{
				padding: 1px 14px; margin-right: 20px;
				background: #828282!important; font-size: 40px;
				border-radius: 5px;cursor: pointer;

			}
			.teclado:hover{
				background: #828282!important;
			}
			.modal-dialogm {
				width: 100%;
				height: auto;

				margin: 0;
				top: 0;
				left: 0;}
				.fade.in {
					background: #f6f6f6;
				}
				.modal-contentm{
					background: #f6f6f6; border:0
				}
				.departamento{
					cursor: pointer;
				}

				.validacion{
					color:red; font-size: 28px; margin-top: 5px;
					margin-bottom: 15px;
					height: 25px;
				}
				.documento-cliente{font-size: 44px;letter-spacing:4px; border: solid 2px #d8d8d8;}
				.delete{font-size: 25px;}
				.keyboard{background: #fafafa; padding: 8px}
				.form-turno{background:   #2dce89;   font-size: 28px; margin-right: 18px}



				.rojot{background-color: #F22613;

				}
				.azulClarot{background-color: #0fb9d8;
				}
				.naranjat{background-color: orange;

				}
				.verdet{
					background-color: #2dce89;

				}
				.moradot{
					background-color: #6b407e;

				}
				.azulOscurot{
					background-color: #1c3643;

				}
				.fafat{  background-color: #ddd;

				}
				.marront{  background-color: #CD853F;

				}
				.verdeRgt{
					background-color: #20B2AA;

				}
				.azulRgt{
					background: #4682B4;

				}
				.listprioridad{
					border-left: solid 5px #dc3545;

					border-right: solid 1px #ddd;
					border-bottom: solid 1px #ddd;
					border-top: solid 1px #ddd;
					background: #fafafa;
					cursor: pointer;

					font-weight: 600;
					border-radius: 10px !important;



					font-size: 26px;

				}
				.row-container{background: white;
					padding: 40px 20px;
					margin: 3px; box-shadow: 0 0 1px #ddd;}
					.container-modal{background: rgb(65, 202, 63,0.5);
						box-shadow: 0px 2px 1px #ddd;}
						.confirmar-turno{border: solid 8px #fafafa;
							box-shadow: 2px 2px 1px #d8d8d8; background: #2dce89; border-radius: 45px;  padding: 8px 20px;font-size: 34px}
							.fa-boder{background: #fff; color:#999; padding: 14px; font-size: 25px;
								border-radius: 100% ;width: 50px; height: 50px}
								.btn-prioridad{border: solid 8px #fafafa;
									box-shadow: 2px 2px 1px #d8d8d8; background: #dc3545;border-radius: 45px; padding: 8px 20px;font-size: 34px
								}
								.btn-cancelar-turno{border-radius: 20px; 
									padding: 2px 14px; font-size: 18px; background: #fafafa}
									.header-card{background: #fff}

									/*Crud css*/
									.input-custom{
										border-radius: 5px;
										height: 35px !important;
										background: #fff;
									}
									.margin-button{color: #222 !important;  padding: 3px 14px; background: #fafafa; margin-left: 2px; cursor: pointer
									}
									.cantidad-registro{margin-top: 5px;}
									.tabla-fondo{
										background: #f7f7f7;
									}
									.paginator{
										float: right;
									}
									.btn-guardar{
										background: #0fb9d8;
										border-radius: 20px;
										padding: 2px 10px;
										color:white;
										box-shadow: 2px 5px 2px #ddd;
										border:0;font-size: 14px;
									}

									.btn-editar{
										background: orange;
										border-radius: 20px;
										padding: 2px 14px;
										color:white !important;
										box-shadow: 2px 5px 2px #ddd;
										cursor: pointer;
										border:0;
										font-size: 14px;

									}
									.btn-cerrar{
										background: #F22613;
										border-radius: 20px;
										padding: 2px 14px;
										color:white !important;
										box-shadow: 2px 5px 2px #ddd;
										cursor: pointer;border:0;font-size: 14px;

									}
									.contenedor{
										background: white;
										padding:2em 2em 4em 2em;
										border: solid 1px #f7f7f7;
										margin: 0 5px 0 5px
									}