#right-panel{
	background-color: #004b63;
}

.color-one{
	color:#2292a7;
}

.background-color-one{
	background-color:#2f75b5;
}

.background-color-two{
	background-color:#ef4423;
}

.background-color-two{
	background-color:#ef4423;
}

.color-text-one{
	color:#FFFFFF;
}

.color-text-dark{
	 color:#B9B9B9;
}

.color-text-black{
	color:#000000 !important;
}

.color-text-success{
	color:#70ad47;
}
.color-text-three{
	color:#ffd966;
}
.color-text-flash{
	color:#ffb628;
}

.background{
	background-color:#FFFFFF;
}

.background-dark{
	background-color: #B9B9B9 !important;
}

.background-black-light{
	background-color: #2B292E !important;
}

.background-light{
	background-color:#f5f5f5 !important;
}

.background-flash{
	background-color:#ffb628;
}

.background-radient-percent{
	background: linear-gradient(90deg, #2292a7, white);
	border:1px solid #2292a7;
}

.prohibited, .closed{
	background-color: #B9B9B9;
}

.opened, .appointments-room{
	background-color:#eeeeee;
}

.several-medecins, .several-vacations{
	background-color:#838383;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255,255,255,.5) 5px, rgba(255,255,255,.5) 10px);
}

.info-medecins, .info-operators{
	background-color:rgba(0,0,0,0.8);
	color:white;
	z-index:10000;
}

.background-blue-light{
	background-color: #2292a7;
}

.background-success{
	background-color:#70ad47;
}

.background-success-light{
	background-color:#c6eece;
}

.background-danger{
	background-color:#FF4242;
}

.background-danger-light{
	background-color:#f8696b;
}

.background-color-three{
	background-color:#ffd966;
}

.background-color-three-light{
	background-color:#ffe699;
}

.bordered{
	border:1px solid #000000;
}

.vacation{
	color:#EDECEC;
}
.vacation .excludedProtocols::before{
	color:#ef4423 !important;
}

.vacation-selected{
	box-shadow: 0px 0px 4px 4px rgba(239, 68, 35, 0.8) !important;
}

.distinguish-vacation{
	background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255,255,255,.5) 5px, rgba(255,255,255,.5) 10px);
}

.unavailability-background{
	background: repeating-linear-gradient( -45deg, yellow, yellow 10px, black 10px, black 20px );
}

.onerror-background{
	background-color: red;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(191,63,63,.5) 5px, rgba(191,63,63,.5) 10px);
}

.rounded-day{
	border:4px solid #2292a7;
}

.rounded-day:hover, .rounded-day.selected{
	background-color:#30CBE8;
	color:#ffffff;
}

.day-selected, .modality-selected, .room-selected, .physician-selected{
	background-color:#2292a7;
}

.room-selected .icon-modality-evo:before, .room-selected .icon-oproom-evo:before{
	color:#ffffff;
}

#formAddVacation .hover-effect:hover{
	box-shadow: 0px 0px 4px 4px rgba(34, 146, 167, 0.6);
}

.transition{
	transition-duration:0.3s;
}

#current-memory button[type="button"].selected{
	background-color:#2292a7 !important;
}

