.date_time {
	max-width: 900px;
	}
	
.date_time--title_bar {
	margin: 15px;
	}

.date_time--title_id {
	font-size: 1.4em;
	}
	
.date_time--title_name {
	margin-left: 5px;
	font-size: 1.4em;
	color: #2B2B2B;
	font-weight: 700;
	}

.max_number_dates {
	margin: 10px 5px;
	}

.max_number_dates--title {
	font-size: 1.4em;
	}	
	
.max_number_dates--select {
	width: 50px;
	padding: 3px;
	font-size: 1.4em;
	border: 1px solid #DDD;	
	border-radius: 4px;
	}

.max_number_dates--alert {
	margin-left: 5px;
	font-size: 1.4em;
	color: #C32E2E;
	}
	
.date_period_form_modul {
	margin: 10px 0px;	
	display: flex;
	align-items: flex-end;
	}	
	
.date_period_form_block	{
	width: 150px;
	margin-left: 5px;
	}
	
.date_period_form_block:first-child	{
	margin-left: 0px;
	}	
	
.date_period_form_block--header {
	color: 545454;
	font-size: 1.4em;
	}
	
.date_period_form_block--field {
	width: 100%;
	height: 35px;
	padding: 5px;
	font-size: 1.4em;
	border: 1px solid #AAA;
	border-radius: 4px;
	}	
	
.date_period_form_block--button {
	height: 35px;
	padding: 0px 10px;
	margin-left: 15px;
	font-size: 1.4em;
	color: #FFF;
	background: #07C;
	border: 1px solid #07C;
	border-radius: 4px;
	cursor: pointer;
	}	

.date_period_form_block--button:hover {
	background: #006BB8;
	}

.calendar_greed_modul {
	max-width: 1000px;
	margin-top: 10px;
	position: relative;
	}
	
.calendar_greed--left_panel	{
	width: 150px;
	background: #FFF;
	position: absolute;
	z-index: 3;	
	}
	
.calendar_greed--left_panel_block {
	padding: 5px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;	
	}

.calendar_greed--left_panel_block:first-child {
	border-right: 1px solid transparent;
	}

.lp_label {
	font-size: 1.4em;
	color: #545454;	
	}	
	
.lp_date {
	height: 70px;
	}	
	
.lp_status,
.lp_discount {
	height: 60px;
	background: #F0F0F0;	
	}
	
.lp_time_start {
	height: 69px;
	background: #F0F0F0;
	}	
	
.change_time_start_button {
	margin-top: 3px;
	padding: 3px;
	font-size: 1.2rem;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: #FFF;
	float: left;
	cursor: pointer;
	}
	
.change_time_start_button:hover {
	background: #EDEDED;
	}	
	
.calendar_greed_container {
	max-width: 100%;
	overflow: auto;
	position: relative;	
	}	

.calendar_greed_veil {	
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 0;
	background: #FFF;
	position: absolute;
	z-index: 2;
	}
	
.calendar_greed_inner {
	display: flex;	
	}	
	
.greed_panel_first_column {
	width: 150px;
	height: 270px;
	flex: 0 0 150px;
	}
	
.greed_panel_column	{	
	min-width: 35px;
	height: 170px;
	flex: 1 1 30px;
	}
	
.gps_date_block {
	height: 70px;
	border-bottom: 1px solid #DDD;
	background: #FFF;
	}	
	
.gpc_date {
	margin-left: 3px;
	font-size: 1.2em;
	font-weight: 700;
	color: #777;
	}
	
.gps_month	{
	width: 100%;	
	height: 19px;
	position: relative;
	}
	
.month_background_blue {
	background: #F1FFFF;
	}
	
.month_background_yellow {
	background: #FFFFF1;
	}	
	
.month_bar	{
	width: 90px;
	padding-left: 3px;
	font-size: 1.2em;
	position: absolute;
	}

.gpc_weekday {
	margin-left: 3px;
	font-size: 1.2em;
	font-weight: 500;
	color: #777;
	}		

.gps_weekend {
	margin-left: 3px;	
	font-size: 1.2em;
	font-weight: 700;
	color: #D65C5C;	
	}	
	
.gps_status_block {
	height: 60px;
	border-top: 1px solid transparent;	
	border-right: 1px solid #DDD;	
	border-bottom: 1px solid #DDD;
	}

.gps_status_active {
	width: 25px;
	height: 25px;
	margin: 5px auto;
	background: #64B46C;
	border-radius: 50%;
	cursor: pointer;	
	}
	
.gps_status_active:hover {
	background: #59A661;
	}	

.gps_status_not_active {
	width: 25px;
	height: 25px;
	margin: 5px auto;
	background-color: #D65C5C;
    background: repeating-linear-gradient(45deg,#D65C5C,#DA6C6C 1px,#D65C5C 3px,#D65C5C 6px);
	border-radius: 50%;
	cursor: pointer;
	}

.gps_status_not_active:hover {
	background-color: #D04E4E;
    background: repeating-linear-gradient(45deg,#D04E4E,#DA6C6C 1px,#D04E4E 3px,#D04E4E 6px);	
	}

.gps_time_start_block {
	height: 68px;
	border-right: 1px solid #DDD; 
	position: relative;
	cursor: pointer;
	overflow: hidden;	
	}
	
.gps_time_start_container {
	height: 48px;
	text-align: center;
	overflow: hidden;
	}

.gps_adv_time_container {
	text-align: center;
	}	

.gps_time_start_value {
	margin-left: 2px;
	font-size: 1.2em;
	}

.gps_time_start_more_button {
	margin-left: 2px;
	font-size: 1.2em;	
	cursor: pointer;
	}	
	
.gps_discount_block {
	height: 61px;
	border-top: 1px solid #DDD;	
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;	
	}
	
.gps_discount_field {
	width: 80%;
	margin: 5px auto;
	padding: 2px;
	font-size: 1.2em;
	display: block;
	border: 1px solid #DDD;	
	}
	
.modal_panel {
	width: 600px;
	margin-top: 10%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	}

.modal_panel_inner {
	background: #FFF;
	padding-bottom: 20px;	
	opacity: 0.5;
	border-radius: 10px;
	}	
	
.modal_panel--header {
	padding: 25px 15px;
	border-bottom: 1px solid #E5E5E5;
	position: relative;
	}	
	
.modal_panel--header_text {
	font-size: 2em;
	color: #003580;
	text-align: center;
	}
	
.modal_panel--close_icon {
	width: 20px;
	height: 20px;
	top: 15px;
	right: 15px;
	background: url(../picture_library/main/close.svg) no-repeat;
	position: absolute;
	cursor: pointer;
	opacity: 0.2;	
	}

.modal_panel--close_icon:hover {
	opacity: 1;
	}	
	
.modal_panel_date_period_form_modul	{
	margin: 10px 15px;	
	display: flex;
	align-items: flex-end;
	}

.modal_panel--weekday_header {
	margin: 15px;
	color: #07C;
	font-size: 1.4em;
	}
	
.modal_panel--date_bar {
	width: 200px;
	margin: 5px auto 0px;
	text-align: center;
}

.mp--date {
	margin-left: 5px;
	font-size: 1.5em;
	color: #537BB4;	
}	
	
.modal_panel--greed {
	max-width: 570px;
	min-width: 300px;
	margin: 15px auto;
	display: flex;
	}
	
.modal_panel--container {
	width: 60px;
	margin: auto;
	/* border: 1px dotted red; */
	}

.modal_panel--add_new {
	margin: 5px auto;
	width: 150px;
	color: #0077CC;
	font-size: 1.4em;
	text-align: center;
	cursor: pointer;
	}	
	
.modal_panel--greed_column {
	flex: 1 1 45px;	
	}

.modal_panel--column_weekday {
	color: #003580;
	font-size: 1.4em;
	font-weight: 700;
	text-align: center;	
	}	

.modal_panel--column_checkbox_field {
	padding: 5px 0px;
	text-align: center;
	}
	
.modal_panel--bar_date_time {
	margin: 3px 0px;
	text-align: center;
	}

.modal_panel--time_field {
	font-size: 1.2em;
	border: 1px solid #DDD;
	}

.modal_panel--field_bar	{
	margin: 15px;
	display: flex;
	align-items: center;
	}
	
.modal_panel--field_block {
	margin-left: 20px;
	display: flex;
	align-items: center;
	}

.modal_panel--field_block:first-child {
	margin-left: 0px;
	}
	
.modal_panel--field_label {
	margin-left: 3px;
	font-size: 1.4em;
	cursor: pointer;
	}

.modal_panel--field_label:hover {
	color: #0077CC;
}


.modal_panel--discount_field {
	width: 50px;
	margin-left: 20px;
	padding: 3px;
	font-size: 1.4em;
	border: 1px solid #DDD;
	}

.modal_message_block {
	max-width: 600px;
	margin: 10px 20px;
	background-color: #DFF1E1;
	border: 1px solid #B6E2BA;
	border-radius: 4px;
}


.modal_message_block--text	{
	margin: 10px;
	color: #087812;	
	font-size: 1.4em;
	}
	
.mmb--text {
	font-weight: 700;
	}