:root{
	--rojo: #ff3333;
}

.menu-acciones-display{
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e3e3e3;
}
.menu-acciones-display .new-icon{
	font-size: 13px;
	text-decoration: none;
	margin: 0 1rem;
}
.menu-acciones-display .new-icon .cont-icono{
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid var(--rojo);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--rojo);
	font-size: 24px;
	margin: auto;
	margin-bottom: .3rem;
}
.menu-acciones-display .form-inline{
	margin-bottom: 0;
}
.menu-acciones-display .form-inline .btn{
	height: 34px;
}
.text-12{
	font-size: 12px;
}
.icon-20{
	font-size: 20px;
}
.text-rojo{
	color: var(--rojo);
}
.text-primary{
	color: #0d6efd;
}
.text-warning{
	color: #ffc107;
}
.text-secondary{
	color: #6c757d;
}
.mb-2{
	margin-bottom: 0.5rem;
}
.breadcrumb{
	background-color: transparent;
	padding: 0;
	margin-bottom: 1.5rem;
}
.breadcrumb .active{
	color: var(--rojo);
}
.table-rounded{
	border-radius: 10px;
}
.pagination{
	justify-content: flex-end;
}
.d-inline-flex{
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.px-5{
	padding: 0 3rem;
}


.modal-horarios .modal-content{
	border-radius: 20px;
	overflow: hidden;
	background-image: url(../i/iconos/patitas.png);
	/*background-image: url(../img/patitas.png);*/
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto;
	text-align: left
}
.modal-horarios .modal-header{
	background-color: transparent;
	border-bottom: 0;
	padding-bottom: 0;
}
.modal-horarios .modal-title{
	font-weight: 700;
	font-size: 22px;
	color: #333;
	margin-bottom: .3rem;
	text-align: center;
}
.modal-horarios .name-dr{
	font-size: 15px;
	text-align: center;
}
.linea-roja{
	height: 4px;
	width: 50px;
	background-color: #ff3333;
	margin: 1rem auto;
	border-radius: 20px;
}
.modal-horarios .cont-select{
	margin-top: 2rem;
	border-radius: 10px;
	background-color: #f1f1f1;
	padding: 1rem;
}
.modal-horarios .form-label{
	margin-top: .8rem; 
	font-size: 14px; 
	font-weight: 400;
}
.modal-horarios .turnos{
	margin-top: 1rem;
}
.modal-horarios .turnos h5{
	font-weight: 700;
}
.modal-horarios .cont-tabla-turnos{
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	padding: 1rem;
	border-radius: 10px;
}
.modal-horarios table thead{
	background-color: #fff;
	font-weight: 700;
	color: #333;
	font-size: 13px;
}
.modal-horarios .modal-footer{
	background-color: #f1f1f1;
}
.text-small{
	font-size: 12px!important;
}
.mb-0{
	margin-bottom: 0!important;
}
.btn-rojo{
	background-color: #ff3333;
	color: #fff;
	border-radius: 8px;
	transition: all .15s ease-in-out;
}
.btn-rojo:hover{
	background-color: #9f3232;
	color: #fff;
	transition: all .15s ease-in-out;
}
.btn-gris{
	background-color: #9e9e9e;
	color: #fff;
	border-radius: 8px;
	transition: all .15s ease-in-out;
}
.btn-gris:hover{
	background-color: #888;
	color: #fff;
	transition: all .15s ease-in-out;
}

/*Calendario*/
#datepicker.calendario .ui-datepicker{
	width: 100%;
	padding: 0;
	/*background-color: #f1f1f1;*/
	border-radius: 10px; 
	border: 1px solid #e3e3e3;
	/*margin-bottom: .5rem;*/
	box-shadow: 0 0 5px rgba(0, 0, 0, .17);
}
#datepicker.calendario .ui-datepicker .ui-datepicker-header{
	background-color: #ff3333;
	border-radius: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
}
#datepicker.calendario table thead{
	border-bottom: 1px solid #e3e3e3;
}
#datepicker.calendario .ui-datepicker td a{
	text-align: center;	
	font-size: 13px;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: auto;
	color: #666;
}
#datepicker.calendario .ui-datepicker td a.ui-state-active{
	background-color: red;
	color: #fff;
}
.selectInsumos .dropdown-menu .inner{
	max-height: 300px !important;
}
.selectInsumos .dropdown-menu .inner, .selectresponsableBodega .dropdown-menu .inner{
	max-height: 180px !important;
}