.schedule_time_table_client_filter_form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5em;
}

.schedule_time_table_client_filter_form a {
	margin-left: 1.5em;
}

.schedule_time_table_client_filter_item {
	display: flex;
	align-items: center;
	padding: 0;
}

p.schedule_time_table_client_filter_item {
	margin: 8px 0 15px 0;
}

.schedule_time_table_client_filter_item select,
.schedule_time_table_client_filter_item input {
	margin: 0 20px 0 5px;
	max-width: none;
}

.schedule_day_time_table {
	height: auto;
}

.schedule_day_time_table thead,
#window_modal_content .schedule_time_by_stuff thead {
	border-bottom: 0;
}

.schedule_day_time_table thead th,
#window_modal_content .schedule_time_by_stuff thead th {
	border: solid 1px rgba(160, 160, 160, 0.3);
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}

.schedule_day_time_table thead th.date_active {
	background-color: rgb(186, 161, 219, 0.35) !important;
	border-color: #ccc;
}

#window_modal_content .schedule_time_by_stuff thead th {
	padding-top: 0.4em;
}

#window_modal_content .schedule_time_by_stuff thead th:first-child {
	width: 25%;
}

#window_modal_content .schedule_materials_item_wrp {
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#window_modal_content .schedule_materials_item_wrp h3 {
	margin-bottom: 5px;
}

#window_modal_content .schedule_materials_item_wrp .alert {
	margin: 0;
	width: 100%;
}

#window_modal_content .schedule_materials_item_wrp:not(:last-of-type) {
	border-bottom: 2px dashed rgb(160, 160, 160, 0.3);
}

#window_modal_content .schedule_materials_item_wrp .schedule_materials_item {
	width: 100%;
}

#window_modal_content .schedule_materials_item_wrp .schedule_materials_item:not(:last-of-type) {
	padding-bottom: 10px;
}

#window_modal_content .schedule_materials_item_wrp .schedule_materials_item.sm_links {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#window_modal_content .schedule_materials_item_wrp .schedule_materials_item.sm_links span:not(:last-of-type) a,
#window_modal_content .schedule_materials_item_wrp .schedule_materials_item.sm_links .j_score {
	margin-right: 8px;
}

#window_modal_content .schedule_materials_item_wrp .schedule_materials_item.sm_links .j_score {
	background: #ffa140;
	padding: 1px 7px 2px;
	margin-right: 8px;
	border-radius: 4px;
	color: #fff;
}

#window_modal_content .schedule_materials_item_wrp .schedule_materials_item.sm_comment span {
	white-space: pre-line;
}

#window_modal_content .schedule_materials_item_wrp .schedule_materials_item.sm_files:empty {
	padding: 0;
}

#window_modal_content .schedule_materials_item_wrp .schedule_materials_item.sm_files:not(:empty) {
	margin: 0 -15px -10px -15px;
	width: calc(100% + 30px) !important;
}

#window_modal_content .schedule_materials_item_wrp .schedule_materials_item .schedule_materials_file_wrp {
	display: flex;
	align-items: center;
	margin: 0 0 10px 0;
}

#window_modal_content .schedule_materials_item_wrp .schedule_materials_item .schedule_materials_file_wrp .smf_ico {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px;
	background: darkseagreen;
	color: #fff;
	font-size: 30px;
	border-radius: 4px;
	margin-right: 10px;
	line-height: 1;
}

#window_modal_content .schedule_materials_item_wrp .schedule_materials_item .schedule_materials_file_wrp .smf_ico > * {
	margin: 0;
	top: 0;
}

#window_modal_content .schedule_materials_item_wrp .schedule_materials_item .schedule_materials_file_wrp .smf_info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
}

#window_modal_content .schedule_materials_item_wrp .schedule_materials_item .schedule_materials_file_wrp .smf_info > * {
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
}

#window_modal_content .schedule_materials_item_wrp .schedule_materials_item .schedule_materials_file_wrp .smf_info span {
	color: gray;
	width: 100%;
}

.schedule_day_time_table thead th .short_date {
	display: block;
	font-size: 12px;
	line-height: 1;
}

.schedule_day_time_table tr td:first-child {
	padding: 0 5px;
	line-height: 50px;
}

.schedule_navigation_wrp {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: auto !important;
}

.schedule_navigation_wrp:not(:last-of-type) {
	margin-right: 1.5em;
}

.schedule_navigation_wrp input {
	margin: 0 0 0 5px;
}

.schedule_navigation_wrp .glyphicon {
	margin: 0;
}

/*
.schedule_navigation_wrp .info_text_data {
	margin: 0 10px;
	text-align: center;
	display: inline;
}
*/

.schedule_navigation_wrp .info_icon {
	display: none;
}

.schedule_navigation_wrp .schedule_navigation_arrow,
.schedule_navigation_wrp .info_icon {
	border-radius: 50%;
	padding: 7px 9px;
	line-height: 1;
	color: #fff !important;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.schedule_navigation_wrp .schedule_navigation_arrow.left {
	margin: 0 15px 0 0;
}

.schedule_navigation_wrp .schedule_navigation_arrow.right {
	margin: 0 0 0 15px;
}

.individual-schedule-page .time_table_item_wrp {
	min-height: 50px;
}

.individual-schedule-page .time_table_item_validated {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	line-height: 1.2;
	cursor: pointer;
}

.individual-schedule-page .time_table_item_validated .glyphicon {
	margin: 0;
	font-size: 14px;
}

.datepicker .datepicker-days tr:hover td,
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
	color: #fff !important;
	background: #868686 !important;
	border-radius: 0 !important;
}

.datepicker table tr td span.active {
	background: #687ddb !important;
	border-color: #687ddb !important;
}

.datepicker .datepicker-days tr td.active {
	background: #687ddb !important;
}

.datepicker .datepicker-days tr td.active~td,
.datepicker .datepicker-days tr td.active {
	color: #fff !important;
	background-color: #687ddb !important;
	border-radius: 0;
}

/*popover*/

.individual-schedule-page .popover {
	text-align: center;
	border-color: rgb(160, 160, 160, 0.3);
	max-width: 500px !important;
	min-width: 120px;
	box-shadow: 0px 5px 10px rgb(160, 160, 160, 0.4);
	-moz-box-shadow: 0px 5px 10px rgb(160, 160, 160, 0.4);
	-webkit-box-shadow: 0px 5px 10px rgb(160, 160, 160, 0.4);
}

.individual-schedule-page .popover a {
	color: #e57d00;
}

.individual-schedule-page .popover.bottom .arrow {
	border-bottom-color: rgb(160, 160, 160, 0.6);
}

.dark-mode.individual-schedule-page .popover.bottom .arrow {
	border-bottom-color: #4c4c4c;
}

.dark-mode.individual-schedule-page .popover.bottom .arrow:after {
	border-bottom-color: #272727;
}

.individual-schedule-page .popover.top .arrow {
	border-top-color: rgb(160, 160, 160, 0.6);
}

.dark-mode.individual-schedule-page .popover.top .arrow {
	border-top-color: #4c4c4c;
}

.dark-mode.individual-schedule-page .popover.top .arrow:after {
	border-top-color: #272727;
}

.dark-mode.individual-schedule-page .popover {
	box-shadow: 0px 2px 5px 3px rgb(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 2px 5px 3px rgb(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 2px 5px 3px rgb(0, 0, 0, 0.35);
}

.popover .schedule_materials_open_btn_wrp {
	padding: 10px 10px 0 10px;
	text-align: center;
	min-height: 44px;
}

.popover .schedule_materials_open_btn_wrp .schedule_materials_open_btn {
	color: #fff;
	border: 0;
	padding: 7px 15px;
	border-radius: 7px;
	background: linear-gradient(30deg, #f1358c, #dd920a);
}

/*end popover*/

.individual-schedule-page .tooltip-inner {
	max-width: 480px !important;
}

.individual-schedule-page .tooltip-inner strong {
	color: #fff !important;
}

.individual-schedule-page .tooltip-inner hr,
.individual-schedule-page .popover-content hr {
	margin: 9px 0;
}

.light-mode .highlighted {
	background: #f5f5dc !important;
}

.tests-week-notif {
	color: rgb(70, 170, 70);
}

h3.schedule_event {
	color: #d8a903 !important;
	text-transform: uppercase;
}

h3.schedule_event:not(.text-center):first-of-type {
	margin-top: -0.4em;
}

h3.schedule_event:not(.text-center) {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(160, 160, 160, 0.3);
}

h3.schedule_event:not(.text-center):last-of-type {
	padding-bottom: 0;
	border-bottom: 0;
}

a.schedule_event_pop:before {
	content: '';
	width: 9px;
	height: 9px;
	background: #ff7a86;
	border-radius: 50%;
	display: inline-block;
}

@media screen and (max-width: 980px) {
	.schedule_time_table_client_filter_form .glyphicon {
		margin: 0;
	}
	
	.schedule_time_table_client_filter_form .print_txt {
		display: none;
	}
	
	.individual-schedule-page .tooltip-inner,
	.individual-schedule-page .popover {
		max-width: 400px !important;
	}
	
	.schedule_time_table_client_filter_item select,
	.schedule_time_table_client_filter_item input {
		margin-right: 0 !important;
	}
	
	.schedule_navigation_wrp .info_icon {
		display: block;
	}
	
	.schedule_navigation_wrp .info_text_data {
		display: none;
	}
}

@media screen and (max-width: 460px) {
	.schedule_navigation_wrp .schedule_navigation_period_text {
		display: none;
	}	
	
	.schedule_navigation_wrp .schedule_navigation_arrow.left {
		margin-right: 10px;
	}
}