/*Сброс стандартных стилей браузера*/
*
{
	box-sizing: border-box;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}
:focus
{
	outline: 0;
}
ARTICLE, ASIDE, DETAILS, FIGCAPTION, FIGURE, FOOTER, HEADER, HGROUP, MENU, NAV, SECTION
{
	display: block;
}
BODY
{
	line-height: 1.1;
}
INPUT[type=search]::-webkit-search-cancel-button, INPUT[type=search]::-webkit-search-decoration, INPUT[type=search]::-webkit-search-results-button, INPUT[type=search]::-webkit-search-results-decoration
{
	-webkit-appearance: none;
	-moz-appearance: none;
}
INPUT[type=search]
{
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
TEXTAREA
{
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
AUDIO, CANVAS, VIDEO
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	max-width: 100%;
}
AUDIO:not([controls])
{
	display: none;
	height: 0;
}
[hidden]
{
	display: none;
}
HTML
{
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*:focus, *:active, *:hover
{
	outline: none;
}
FIGURE
{
	margin: 0;
}
FORM
{
	margin: 0;
}
FIELDSET
{
	border: 1px solid #C0C0C0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
LEGEND
{
	border: 0;
	/* 1 */
	padding: 0;
	white-space: normal;
	/* 2 */
	*margin-left: -7px;
	/* 3 */
}
BUTTON, INPUT, SELECT, TEXTAREA
{
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	font-family: 'Roboto Condensed';
	/*+border-radius: 0;*/
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	/*+box-shadow: 0 0;*/
	-moz-box-shadow: 0 0;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
BUTTON, INPUT
{
	line-height: normal;
}
BUTTON, SELECT
{
	text-transform: none;
}
BUTTON, HTML INPUT[type="button"], INPUT[type="reset"], INPUT[type="submit"]
{
	-webkit-appearance: button;
	cursor: pointer;
	overflow: visible;
}
BUTTON::-moz-focus-inner, INPUT::-moz-focus-inner
{
	border: 0;
	padding: 0;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
HTML, BUTTON, INPUT, SELECT, TEXTAREA
{
	color: #222;
}
::-moz-selection
{
	background: #B3D4FC;
	text-shadow: none;
}
::selection
{
	background: #B3D4FC;
	text-shadow: none;
}
IMG
{
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
FIELDSET
{
	border: 0;
	margin: 0;
	padding: 0;
}
TEXTAREA
{
	resize: vertical;
	overflow: auto;
	vertical-align: top;
	font-family: inherit;
}
.chromeframe
{
	margin: 0.2em 0;
	background: #CCC;
	color: #000;
	padding: 0.2em 0;
}
HR
{
	margin: 20px auto;
}
A
{
	transition: 350ms;
	transition-property: color;
	color: currentColor;
	text-decoration: none;
}
A:hover
{
	text-decoration: none;
}
SUP
{
	font-size: 70%;
	line-height: normal;
}
HEADER, SECTION, FOOTER, ASIDE, NAV, MAIN, ARTICLE, FIGURE
{
	display: block;
}
/*Общее*/
BODY
{
	font-family: 'Roboto Condensed';
	margin: 0;
	position: relative;
	background-color: #282828;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
}
.container
{
	margin: auto;
	/*max-width: 1390px;*/
	padding: 0 30px;
	width: 100%;
}
.login_page
{
	justify-content: center;
	display: flex;
	width: 100%;
	min-height: 100vh;
	padding: 50px;
	align-items: center;
}
.login_page-wrap
{
	background-color: #FFFFFF;
	padding: 20px 25px;
	/*+box-shadow: 0 0 15px #000000;*/
	-moz-box-shadow: 0 0 15px #000000;
	-webkit-box-shadow: 0 0 15px #000000;
	box-shadow: 0 0 15px #000000;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	width: 320px;
}
.text-center
{
	text-align: center;
}
.text-right
{
	text-align: right;
}
H1
{
	margin: 0 0 20px 0;
	font-size: 28px;
}
H2
{
	margin-top: 0;
}
.settings-checkbox LABEL > INPUT
{
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.settings-checkbox LABEL
{
	display: flex;
	cursor: pointer;
}
.settings-checkbox LABEL > SPAN
{
	font-size: 16px;
	line-height: 14px;
	color: currentColor;
	display: flex;
	align-items: center;
	position: relative;
	opacity: 0.8;
}
.settings-checkbox LABEL > SPAN:before
{
	width: 12px;
	height: 12px;
	border: 1px solid currentColor;
	content: '';
	display: block;
	margin-right: 10px;
}
.settings-checkbox LABEL > SPAN:after
{
	content: '\2713';
	position: absolute;
	opacity: 0;
	transition: 150ms;
	transition-property: border, color;
	font-size: 20px;
	font-weight: bold;
	left: 1px;
	bottom: 3px;
}
.settings-checkbox LABEL > INPUT:checked + SPAN:after
{
	opacity: 1;
}
.form_group LABEL
{
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	padding-left: 5px;
}
.form_group
{
	margin-bottom: 15px;
}
.form_group > INPUT, .form_group > SELECT, .form_group > TEXTAREA
{
	width: 100%;
	border: 1px solid #EFEFEF;
	border-radius: 5px;
	font-size: 16px;
	padding: 10px 13px;
	color: #000000;
	transition: background 350ms, border 350ms;
	transition-property: border, color;
	background-color: #EFEFEF;
}
.form_group > SELECT OPTION
{
	padding: 5px 10px;
	border-radius: 5px;
}
.form_group > SELECT OPTION:checked
{
	font-weight: bold;
	background: #4F9A89;
	border-bottom: 1px solid #9F9F9F;
	color: #FFFFFF;
}
.form_group > SELECT *
{
	width: 100%;
	font-size: 16px;
	color: #000000;
	background-color: #EFEFEF;
	font-family: 'Roboto Condensed';
}
.form_group > INPUT::placeholder
{
	color: #686868;
}
.form_group > INPUT:focus, .form_group > SELECT:focus, .form_group > TEXTAREA:focus
{
	border: 1px solid #B5B5B5;
	background-color: #F9F9F9;
}
.form_group > INPUT.error, .form_group > SELECT.error, .form_group > TEXTAREA.error
{
	border: 1px solid red;
}
.btn
{
	cursor: pointer;
	border: 0px solid #FFFFFF;
	background-color: #4F9A89;
	color: #FFFFFF;
	padding: 12px 20px;
	/*+border-radius: 6px;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	line-height: 1;
	font-size: 16px;
	transition: background-color 350ms;
	display: inline-block;
}
.btn:hover
{
	background-color: #3C796B;
}
.login_form .btn_container .btn
{
	min-width: 66%;
}
.alert
{
	display: block;
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
}
.alert-error
{
	color: red;
}
.header
{
	width: 250px;
	background-color: #363636;
	height: 100%;
	position: fixed;
	display: flex;
	flex-wrap: wrap;
	/*+box-shadow: 0 0 20px rgba(0, 0, 0, 0.66);*/
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.66);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.66);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.66);
}
.main
{
	padding-left: 250px;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.header .menu
{
	width: 100%;
}
.header A
{
	color: #FFFFFF;
	display: block;
	padding: 15px 20px;
	font-size: 16px;
	border-bottom: 1px solid #4A4A4A;
	width: 100%;
	transition: background-color 350ms, color 350ms;
}
.header A:hover
{
	background-color: #FFFFFF;
	color: #000000;
}
.header > A
{
	align-self: flex-end;
	border-bottom: 0px solid #4A4A4A;
	border-top: 1px solid #4A4A4A;
}
.costs
{
	margin-bottom: 15px;
	font-size: 14px;
	width: 100%;
}
.costs TD
{
	padding: 10px;
	border: 1px solid #E7E7E7;
}
.flex-sb
{
	display: flex;
	justify-content: space-between;
}
.flex-sb > .form_group
{
	width: 50%;
}
.form_desk
{
	font-size: 12px;
	color: #B3B3B3;
	margin: 5px;
	display: block;
}
.settings-page .fields_group
{
	background-color: #FFFFFF;
	padding: 20px 20px 10px 20px;
	margin-bottom: 25px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/*+box-shadow: 0 0 20px rgba(0, 0, 0, 0.66);*/
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.66);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.66);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.66);
}
.fields_group-name
{
	font-weight: bold;
	font-size: 18px;
	display: block;
	padding: 0 0 15px 0;
}
.dashboard-item
{
	background-color: #FFFFFF;
	padding: 15px 20px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/*+box-shadow: 0 0 20px rgba(0, 0, 0, 0.66);*/
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.66);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.66);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.66);
	margin-bottom: 15px;
	line-height: 1.5;
}
.date
{
	display: block;
	text-align: right;
	font-weight: bold;
	margin-top: 10px;
	font-size: 14px;
	color: #A3A3A3;
}
.dashboard-item A
{
	color: #4F9A89;
	font-weight: bold;
}
.dashboard-item A:hover
{
	color: #3C796B;
}
.dashboard-item P
{
	margin: 0;
	font-size: 14px;
}
.my_alert
{
	position: fixed;
	z-index: 100000;
	top: 10px;
	right: 0;
	background-color: #FFFFFF;
	padding: 10px 30px 10px 20px;
	font-weight: bold;
	border-right: 10px solid black;
	/*+box-shadow: -3px 3px 30px rgba(0, 0, 0, 0.333);*/
	-moz-box-shadow: -3px 3px 30px rgba(0, 0, 0, 0.333);
	-webkit-box-shadow: -3px 3px 30px rgba(0, 0, 0, 0.333);
	box-shadow: -3px 3px 30px rgba(0, 0, 0, 0.333);
	font-size: 16px;
	display: none;
	color: #282828;
}
.my_alert.success
{
	border-right: 10px solid green;
}
.my_alert.failed
{
	border-right: 10px solid red;
}
.header-burg
{
	display: none;
}
.flights-date
{
	margin-left: auto;
	margin-right: 30px;
	margin-top: 0;
	margin-bottom: 0;
}
.countries-item, .managers-item, .flights-item
{
	display: flex;
	justify-content: space-between;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 15px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/*+box-shadow: 0 0 20px rgba(0, 0, 0, 0.66);*/
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.66);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.66);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.66);
	margin-bottom: 10px;
	align-items: center;
}
.managers-name, .countries-name > H3, .flights-name
{
	margin: 0;
	font-size: 16px;
	min-width: 180px;
}
.flights-type
{
	margin-right: auto;
	color: #3A3A3A;
	font-size: 16px;
}
.calendar-center
{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 100px);
}
.calendar-item
{
	width: 100%;
}
.calendar-head
{
	padding: 5px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
}
.calendar-table
{
	max-width: 1000px;
	margin: 20px auto auto;
	width: 100%;
}
.calendar-controls
{
	max-width: 1000px;
	color: #FFFFFF;
	margin: 10px auto auto;
	justify-content: center;
	width: 100%;
	display: flex;
}
.calendar-controls > A
{
	margin: 5px;
}
.calendar-controls > A:hover
{
}
.calendar-tr
{
	display: grid;
	grid-template-columns: repeat(7, 5fr);
	gap: 5px;
	margin-bottom: 5px;
}
.calendar-th
{
	padding: 6px 7px;
	text-align: center;
	color: #DFDFDF;
	font-weight: bold;
}
.calendar-td
{
	text-align: center;
	background-color: #5A5A5A;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	position: relative;
	padding-bottom: 72%;
	color: #FFFFFF;
	transition: 250ms;
	cursor: pointer;
}
.calendar-inner
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	padding: 5px;
	transform: translatey(-50%);
	display: block;
}
.calendar-empty
{
	opacity: 0.2;
	pointer-events: none;
}
.calendar-day.today
{
	font-weight: bold;
}
.calendar-td.last
{
	opacity: 0.5;
}
.calendar-td.calendar-day.event
{
	background: #436633;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	color: #FFFFFF;
}
.calendar-td.calendar-day.regular.event
{
	background: #335566;
}
.calendar-td.calendar-day.regular.event.default
{
	/*+box-shadow: inset 0px -10px #436633;*/
	-moz-box-shadow: inset 0px -10px #436633;
	-webkit-box-shadow: inset 0px -10px #436633;
	box-shadow: inset 0px -10px #436633;
}
.calendar-td.calendar-day.event:hover
{
	background: #547A42;
}
.calendar-day.event:hover .calendar-popup
{
	display: block;
}
.calendar-popup
{
	font-size: 9px;
	font-weight: 300;
	opacity: 0.7;
	margin-top: 3px;
	max-height: 40px;
	overflow: hidden;
	line-height: 1.3;
}
.calendar-td:hover
{
	opacity: 1;
	background-color: #7E7E7E;
}
.form_two
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 20px;
}
.manager-img
{
	text-align: center;
	padding: 30px;
}
.manager-img IMG
{
	max-height: 410px;
	width: auto;
}
.flight_dates_input
{
	display: flex;
}
.flight_dates_input_remove
{
	background-color: transparent;
	font-size: 12px;
	width: 70px;
	text-align: center;
	transition: 250ms;
	border: 0px solid black;
	margin-left: 5px;
}
.flight_dates_input_remove:hover
{
	font-weight: bold;
	color: red;
}
@media (max-width: 1024px)
{
	.main
	{
		padding: 10px 0 80px;
	}
	.header
	{
		transform: translatex(-100%);
		transition: 450ms;
		z-index: 999;
	}
	.header-burg
	{
		display: flex;
		position: fixed;
		right: 15px;
		bottom: 15px;
		background-color: #FFFFFF;
		padding: 5px 8px;
		/*+border-radius: 5px;*/
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		/*+box-shadow: 0 0 20px rgba(0, 0, 0, 0.22);*/
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.22);
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.22);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.22);
		cursor: pointer;
		z-index: 5000;
	}
	.open_menu .header
	{
		transform: none;
		/*+box-shadow: 0 50px 5000px 70px #000000;*/
		-moz-box-shadow: 0 50px 5000px 70px #000000;
		-webkit-box-shadow: 0 50px 5000px 70px #000000;
		box-shadow: 0 50px 5000px 70px #000000;
	}
}
@media (max-width: 768px)
{
	.container
	{
		padding: 0 10px;
	}
	.flex-sb
	{
		flex-wrap: wrap;
	}
	H2
	{
		font-size: 18px;
	}
	.flex-sb .form_group
	{
		width: 100%;
	}
	.costs
	{
		font-size: 12px;
	}
}
