/* Module 1 CSS */

.process__info {
	margin-top: 20px;
	margin-bottom: 10px;
}

.info__box {
	background-color: #023d51;
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-weight: 600;
	height: 40px;
	margin: 0 25px;
}

.week__day {
	width: 120px;
	border: 2px solid;
	background-color: white;
	margin-bottom: 16px;
	height: 35px;
	font-weight: bold;
	margin: 10px;
	cursor: pointer;
	text-transform: uppercase;
	color: #023d51;
	border-color: #023d51;
}

.enabled__day {
	color: #023d51;
	border-color: #023d51;
	background-color: white;
}

.selected__day {
	color: white;
	border-color: #023d51;
	background-color: #023d51;
}

.enabled__month {
	background-color: #009FE3;
	border: 3px solid #009FE3;
	color: white;
}

.disabled__month {
	color: white;
	border-color: #cccccc;
	background-color: #cccccc;
	border: 3px solid #cccccc;
	cursor: none !important;
	pointer-events: none !important;
}

.selected__month {
	background-color: #023d51;
	border: 3px solid #023d51;
	color: white;
}

.nonselected__day {
	color: #023d51;
	border-color: #023d51;
}

.disabled__day {
	color: #cccccc;
	border-color: #cccccc;
}

.days__set {
	display: flex;
	justify-content: center;
}

.centralizing__padding {
	padding-left: 25px !important;
}

.events__list--scroll {
	max-height: 471px;
	overflow-x: hidden;
	overflow-y: scroll;
}


/*SECOND STEP*/


/*** START OF PROTOTYPE CUSTOM CSS STYLINGS ***/


/* Module Color Palette Caixa Blue : #009FE3;
 Corporate Dark Blue : #0077a3;
 */


/* OVERALL FRAMING */

.stepone__months {
	margin-bottom: 55px;
}

.stepone__newsletter {
	margin: 20px;
	margin-bottom: 55px;
}

.stepone__months--info {
	margin-top: 25px;
	margin-bottom: 35px;
}

.stepone__range--info {
	margin-top: 20px;
	margin-bottom: 40px;
}

.stepone__next {
	margin-right: 20px;
}


/* DAYS MODULE */

.stepone__days--info {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 45px;
}

.stepone__days--grid button {
	border: 3px solid #009FE3;
	padding: 6px 12px;
	width: 60px;
	background-color: #009FE3;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	margin-right: 25px;
	cursor: pointer;
}

.stepone__days--grid button:hover {
	background-color: #00B1FD
}

.stepone__days--grid {
	padding-left: 20px;
}

.stepone__days--grid button:hover {
	background-color: #00B1FD;
	border-color: #00B1FD;
}


/* MONTHS MODULE */

.stepone__months--info {
	text-align: center;
	margin: 25px 0px;
	margin-bottom: 35px;
}

.stepone__months--year {
	text-align: center;
}

.stepone__months--grid button {
	width: 65px;
	margin: 5px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
}

.stepone__months--grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.oneyear__months {
	display: flex;
	justify-content: center;
}

.first__range {
	margin-left: 15px;
}

.second__range {
	margin-left: -10px;
}

.one__range {
	display: flex;
	justify-content: center;
}


/* RANGE & LOCATION MODULE */

.stepone__range--info {
	text-align: center;
}

.stepone__range--time-flex {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}

.stepone__range--time-text {
	padding-left: 10px;
	font-weight: 700;
	color: #009FE3;
}

.stepone__range--location-flex {
	display: flex;
	align-items: flex-start;
	margin-bottom: 8px;
}

.location__icon {
	color: #888888a1;
	padding: 0px 6px 8px 0px;
	padding-left: 0px;
	font-size: 19px;
	top: 2px;
	left: -2px;
}

/* NEWSLETTER MODULE */

.stepone__newsletter--confirmation-flex {
	display: flex;
	align-items: center;
}

.newsletter__section {
	display: flex;
	justify-content: center;
}

.newsletter__checkbox {
	width: 51px !important;
}

.newsletter__message {
	bottom: 3px;
}

section.module__one {
	margin-bottom: 15px !important;
}

section.NEXT {
	margin-top: 30px;
}


/* CUSTOM ELEMENTS */

.checkbox__round {
	width: 18px;
	height: 18px;
	display: inline-block;
	background-color: #FFFFFF;
	border: 1px solid #009FE3;
	position: relative;
	cursor: pointer;
	text-align: center;
	border-radius: 50%;
	min-width: 18px;
}

.checkbox__square {
	width: 18px;
	height: 18px;
	display: inline-block;
	background-color: #FFFFFF;
	border: 1px solid #009FE3;
	position: absolute;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #009FE3;
}


/* #customCalendar .calendar__core table tbody tr td {
     pointer-events: none;
}
 */

#customCalendar .calendar__core table tbody tr .date-selected {
	pointer-events: initial;
}

.events__checkbox {
	width: 18px;
	height: 18px;
	display: inline-block;
	background-color: #FFFFFF;
	border: 1px solid #009FE3;
	position: absolute;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #009FE3;
	left: -11px;
	top: 3px;
}

.events__checkbox--multiple {
	width: 18px;
	height: 18px;
	display: inline-block;
	background-color: #FFFFFF;
	border: 1px solid #009FE3;
	position: absolute;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #009FE3;
	left: -11px;
	top: 3px;
	bottom: 2.5px;
}

.check__mark {
	position: relative;
	top: -3px;
}

.next__button {
	text-transform: uppercase;
	display: block;
	float: inherit;
	background-color: white !important;
	border: 3px solid #009FE3 !important;
	color: #009FE3 !important;
	width: 190px !important;
	font-size: 1rem;
}


/*** List Of Components · Module 1 ***/

.info__box {
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	height: 40px;
	margin: 0 25px;
	z-index: 100;
}

.calendar__enabled {
	background-color: #023d51;
	color: white;
}

.calendar__disabled {
	background-color: #cccccc;
	color: #888888;
}

.schedule__enabled {
	background-color: #023d51;
	color: white;
}

.schedule__disabled {
	background-color: #cccccc;
	color: #888888;
}

.day__enabled {
	color: #023d51;
	border-color: #023d51;
}

.day__selected {
	border-color: #cccccc;
	color: white;
	background-color: #cccccc;
}

.day__disabled {
	border-color: #cccccc;
	color: #cccccc;
}


/************/

.mid__section {
	display: flex;
}

.process__info--divider hr {
	margin: 0;
}

.modal__inscription--calendar {
	padding: 0px 20px;
	display: block;
	width: 105%;
}


/***********/


/** Calendar Styles ***/

.schedule__accomplished {
	background-color: #66C5EE;
}

.section__buttons {
	margin-top: 30px;
}


/*** *** *** ***/

.left__side {
	float: left !important;
}

.rigth__side {
	float: right !important;
	padding-right: 40px !important;
}

.back__button {
	text-transform: uppercase;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	width: 230px !important;
	background-color: white !important;
	border: 3px solid #009FE3 !important;
	color: #009FE3 !important;
}

.confirm__button {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	color: white !important;
	background-color: #009FE3 !important;
	border: 3px solid #009FE3 !important;
}

.central__left {
	background-color: white;
    padding-left: 30px !important;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 385px !important;
}


/** NEW CSS **/

.calendar__customclass {
	overflow-y: hidden !important;
	overflow-x: hidden !important
}

.calendar__title {
	padding-left: inherit !important;
}

.calendar__buttons {
	margin-top: 30px;
	display: flex;
	padding-left: inherit !important;
}

.central__right {
	border-right: none !important;
	padding-left: inherit !important;
	border-right: none;
	margin-right: 30px;
}

.buttons__calendar {
	display: flex;
}

.ac__calendar {
	margin-bottom: 30px;
}


/****** MULTIPLE CSS******/

.multiple__events--title {
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: inherit !important;
	text-transform: capitalize;
}


/***********************/


/*********************/


/** Events List Section **/

.events__list--location {
	display: flex;
	margin-top: 5px;
	margin-bottom: 5px;
}

.months__events {
	color: #023d51;
}

.months__events--title {
	font-weight: bold;
	text-transform: capitalize;
}


/* .ac__calendar {
     margin-top: 15px !important;
}
 */

.months__events--title {
	margin-bottom: 5px;
}

.months__events--item {
	margin: 5px 0;
}

.deselection__link a:hover {
	color: #009FE3;
}

.deselection__link a {
	cursor: pointer;
	color: #0077a3;
	text-transform: uppercase;
}

span.deselect__event {
	position: absolute;
	left: -3px;
	font-weight: 600;
	color: #009FE3;
	cursor: pointer;
}

.deselected__list--divider {
	border-top: 1px solid #cecece;
	margin-bottom: 15px;
	margin-top: 15px;
}


/*** Services Step One Styles ***/

.blocking__glass {
	opacity: 0.2;
	pointer-events: none;
}

.no__glass {
	opacity: 1;
}

.red__glass {
	background-color: red;
}

.grey__glass {
	opacity: 0.3 !important;
	border-color: #cccccc !important;
	color: #cccccc !important;
	pointer-events: none !important;
}

.week__days {
	display: flex;
	flex-wrap: wrap;
}

.schedule__flex {
	display: flex;
	justify-content: center;
}

.calendar__customclass {
	overflow-y: hidden !important;
	overflow-x: hidden !important
}

.calendar__title {
	padding-left: inherit !important;
}

.calendar__buttons {
	margin-top: 30px;
	display: flex;
	padding-left: inherit !important;
}

.buttons__calendar {
	display: flex;
}

.ac__calendar {
	margin-top: 15px !important;
	margin-bottom: 30px;
}

.events__checkbox--multiple {
	width: 18px;
	height: 18px;
	display: inline-block;
	background-color: #FFFFFF;
	border: 1px solid #009FE3;
	position: absolute;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #009FE3;
	left: -11px;
	top: 3px;
	bottom: 2.5px;
}

.modal-punctual-multiple .datepicker-container {
	margin-top: 0px !important;
}

.no__scroll {
	overflow-x: hidden;
	overflow-y: hidden;
}

.modal-test {
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}

.calendar__footer--buttons {
	display: flex;
}

.ac__calendar {
	margin-bottom: 10px;
}

.calendar__footer--buttons {
	margin-top: 15px;
}

.close-test {
	position: fixed;
}

.next__level {
	border-left: 2px solid #cccccc;
	height: 155%;
	margin-left: -5px;
	position: absolute;
	transform: rotate(90deg);
	width: 24px;
	z-index: -1px;
}

.list__deselected {
	padding-left: 0px !important;
}

.months__events--title {
	margin-top: 15px;
	margin-bottom: 5px;
}

.info__boxes {
	display: flex;
	justify-content: center;
	margin-top: 35px;
	margin-bottom: 30px;
}

.location__icon {
	color: #0077a3;
	padding: 0px 6px 8px 0px;
	padding-left: 0px;
	font-size: 19px;
	top: 2px;
	left: -2px;
	cursor: pointer;
}

.stepone__range--location-text {
	color: #0077a3;
    font-style: italic;
    position: relative;
    cursor: pointer;
    text-transform: capitalize;
}

.stepone__range--location-text_detail_activity{
	color: #0077a3;
    font-style: italic;
    position: relative;
    cursor: pointer;
    text-transform: capitalize;
}


/* start create-edit act continuas */

.custom__modal--CreateContinuousActivity,
.custom__modal--EditContinuousActivity {
	overflow-y: scroll !important;
	max-height: 550px !important;
}

.custom__close--container {
	position: relative;
	display: flex;
	justify-content: flex-end;
	z-index: 100;
}

.custom__close--CreateContinuousActivity {
	position: fixed;
	display: flex;
}

#event__repetition--timeStart {
	width: 100%;
}

#event__repetition--timeEnd {
	width: 100%;
}

.weekly__pannel {
	margin-top: 0px !important;
	padding-top: 5px !important;
}

.weekly__pannel--checkbox {
	display: flex;
	justify-content: flex-start;
}

.monthly__typeOne {
	display: flex;
}

.monthly__type--selection {
	padding-top: 0px !important;
}

.monthly__typeOne--element {
	margin-right: 7px;
}

.monthly__typeTwo--element {
	margin-right: 7px;
	width: 100px;
}

.custom__modal--EditContinuousActivity {
	overflow-y: scroll !important;
	max-height: 550px !important
}

.add__repetition--edit {
	margin-bottom: 20px;
	cursor: pointer;
}


/* end create-edit act continuas */


/* CSS ADDITIONS */

.buttonConfirmUpdateAM__flex {
	display: flex;
	justify-content: flex-end;
}

.buttonConfirmUpdateAM__flex {
	display: flex;
	justify-content: center;
}

#activityCalendarSS.customCalendar__AM .date-selected .btn {
	color: white !important;
	cursor: default;
	background-color: #666666 !important;
	pointer-events: none !important;
}

#activityCalendarSS.customCalendar__AM .date-selected .btn:hover {
	color: white !important;
	cursor: default;
	background-color: #666666 !important;
	pointer-events: none !important;
}

#activityCalendarSS.customCalendar__AM table tbody tr .date-selected .btn:hover {
	background-color: #666666 !important;
	pointer-events: none !important;
}

#customCalendarMultiples .calendar__core table tbody tr .date-selected,
#customCalendarMultiples .calendar__core table tbody tr .date-not-selected,
#activityCalendarSS.customCalendar__AM table tbody tr .date-not-selected .btn:hover {
	pointer-events: none;
}

#activityCalendarSS .date-selected .btn {
   color: white; 
}

.buttonCancelAM__flex {
	display: flex;
	justify-content: center;
	padding-left: 0px !important;
}

.buttonCancelAM__element {
	margin: 0 !important;
	width: 300px !important;
}

.buttonConfirmAM__disabled, .buttonConfirmAC__disabled, .buttonCancelInscriptions__disabled {
	background-color: white !important;
	border-color: #ccc !important;
	cursor: not-allowed !important;
	color: #ccc !important;
	pointer-events: none;
}

.nav-activity-interest .description .info-bolsa-voluntarios {
	margin-bottom: 15px!important;
	text-align: justify!important;
}

.volverAC__button--wrapper {
	margin-bottom: 15px;
	margin-top: 15px;
}

.volverAC__button--element {
	padding-left: 0px;
	left: 1px;
	background-color: white;
	border: none;
	font-size: 16px;
	cursor: pointer;
	color: #0077a3;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
}

.volverAC__button--element:hover { 
	color: #009FE3;
	text-decoration: underline; 
}

.activity__detailInfo--fechaLimiteInscripcion {
	padding-bottom: 0px !important;
}

.event__detail--information {
	color: #66c5ee;
	font-weight: 400;
}

.event__detail--information:hover {
	color: #66c5ee;
	font-weight: 400;
}

.events__detail--listAC {
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
}

.events__detail--listAC .event__detail--wrapper:last-child {
    border-bottom: none;
}

.calendar__footer--buttons {
	display: flex;
	justify-content: center;
}

.event__detail--wrapper {
	text-transform: uppercase;
	border-bottom: 1px solid #66c5ee;
	padding: 15px 25px !important;
}

.event__detail--continuous {
	border: 1px solid #66C5EE;
	margin-top: 2px;
	text-align: left;
	position: relative;
}

.button__disabled--repetitionAddition {
	background-color: #CCCCCC !important;
	color: #888888 !important;
	cursor: pointer;
	touch-action: manipulation;
	pointer-events: none !important;
}

.buttonBackAC__disabled {
  cursor: not-allowed !important;
  pointer-events: none;
} 

.select-date-title{
    font-weight: 700;
    color: #424242!important;
    font-size: 1rem!important;
    margin-top: 15px;
    padding: 20px 0;
    border-top: 1px solid #CCC;
}

.inactividadFlexWrap {
  display: flex;
  align-items: center;
}

.inactividadButtonFlexWrap {
  display: flex;
}

.calendar_button_disabled {
  pointer-events: none;
}

.calendar_button_disabled button{
  background-color: orange !important;
}

.calendar_evento_pasado {
  color: orange;
  font-style:italic;
}

.calendar_day_inscribed button{
  background-color: green !important;
}
   

.back__button_disabled[disabled]{
	pointer-events: none;
}

.background-sin-plazas {
background-color: #f86838 !important;
}

/* modal continuous */
#style-3 .container>span i {
	position: fixed;
	margin-top: 7px;
	margin-left: -17px;
	z-index: 100;
}

.modal.modal-dialog.modal-activities {
	height: 95% !important;
}

.modal {
	top: 20px;
}

@media screen and (max-width: 990px) {
	button.confirm__button,
	button.back__button {
		width: 100% !important;
	}
}

@media screen and (max-width: 991px) {
	div.central__right,
	div.buttons__calendar {
		margin: 0 !important;
		width: 100%;
		margin-bottom: 15px!important;
	}
}

div#style-3 {
	overflow-y: scroll !important;
}

@media screen and (max-width: 450px) {
	div#style-3 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

.tooltip-colors-icon {
	text-align: right;
}

.info-tooltip-text {
	color: transparent;
}

.info-evento-vencido {
	background-color: orange;
}

.info-evento-inscrito {
	background-color: green;
}

.info-evento-selected {
	background-color: #023d51;
}

.info-evento-not-selected {
	background-color: #66c5ee;
}

.tooltip-colors-icon .tooltip.fade.left.in {
	text-align: left;
}

/* END CSS ADDITIONS */
