body {
	min-width: 350px;
}
:root {
	--fc-event-bg-color: #ff5211 !important;
	--fc-event-border-color: #ff5211 !important;
	--fc-button-text-color: #fff !important;
	--fc-button-bg-color: #ff5211 !important;
	--fc-button-border-color: #ffffff !important;
}
img.calendar-icon {
	position: absolute !important;
	right: 10px;
	top: 10px;
}
.fc-day-other {
	background-color: rgb(240, 240, 240);
}
.sidebar_wrap {
}
.sidebar_wrap_title {
	display: flex;
	background: #ff5211;
	color: #fff;
	padding: 10px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	align-items: center;
	justify-content: space-between;
}
.sidebar_wrap_title a {
	text-decoration: underline;
}
.sidebar_wrap_content {
	display: flex;
	padding: 10px 0 20px;
	flex-direction: column;
}
/* PROFILE */
.sidebar_wrap_profile {
	display: flex;
	flex-direction: row;
}
.sidebar_profile_content {
	display: flex;
	flex-direction: column;
	gap: 1px;
	width: 70%;
}
.sidebar_profile_name {
	font-size: 14px;
	font-weight: bold;
}
.sidebar_profile_type {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.sidebar_profile_filial {
	font-weight: bold;
	font-size: 12px;
}
.sidebar_profile_img {
	width: 30%;
}
.sidebar_profile_img img {
	width: 100%;
}

.sidebar_profile_links {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.sidebar_profile_link {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

/* NEWS */
.sidebar_news_wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #ff5211;
}
.sidebar_news_wrap:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}

.sidebar_news_title {
	font-size: 16px;
	font-weight: bold;
}
.sidebar_news_content {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}
.sidebar_news_text {
	width: 60%;
}
.sidebar_news_img {
	width: 40%;
}
.sidebar_news_img img {
	width: 100%;
}
.sidebar_news_made {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.sidebar_news_made_name {
	font-size: 12px;
}
.sidebar_news_date {
	font-size: 12px;
	font-weight: bolder;
}

/* DOC */
.sidebar_doc_wrap {
	display: flex;
	flex-direction: column;
}
.doc_link {
	background: url(/img/folder.png) left center no-repeat;
	background-size: 40px;
	padding: 10px 0 10px 60px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ff5211;
}
.doc_link:last-of-type {
	border: 0;
}
/* LIST_PROJECT */
.add_edit {
	display: block;
	background: url(/img/edit.png) left center no-repeat;
	width: 40px !important;
	height: 40px;
	background-size: 40px;
}
.add_del {
	display: block;
	background: url(/img/delete.png) left center no-repeat;
	width: 40px;
	height: 40px;
	background-size: 35px;
}
font.notetext {
	background: green;
	color: white;
	padding: 10px;
	display: block;
	text-transform: uppercase;
}
.data-table {
	display: flex;
	flex-direction: column;
}
.add_list_item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ff5211;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.add_list_item a:nth-of-type(1) {
	width: 65%;
}
.add_list_item a:nth-of-type(2) {
	width: 5%;
}
.add_list_item span:nth-of-type(1) {
	width: 15%;
}

.add_list_item span:nth-of-type(2) {
	width: 15%;
	border: 0;
}

.add_list_item:nth-last-of-type() {
	border-bottom: 0;
}

/* ADD_PROJECT */

.project_wrap {
	background: white;
}
.project_list {
	display: flex;
	flex-direction: row;
	gap: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #ff5211;
}
.project_list:nth-last-of-type() {
	border-bottom: 0;
}
.project_list input {
	padding: 10px 5px;
	width: 100%;
}
.project_list select {
	padding: 10px 5px;
	width: 100%;
}
.project_list textarea {
	padding: 10px 5px;
	width: 100%;
}

.project_img {
	display: flex;
	flex-direction: column;
	width: 40%;
	font-weight: bold;
}
.project_img img {
	width: 100%;
	object-fit: contain;
	height: auto;
}
.project_description {
	margin-top: 15px;
	font-weight: bold;
	width: 60%;
	text-align: right;
	font-size: 18px;
}
.sidebar_wrap_title {
}
.project_list_name {
	width: 35%;
}
.project_list_data {
	width: 65%;
	position: relative;
}

.project_list_data_fio input {
	margin-bottom: 5px;
}
.project_list_data_dolg input {
	margin-bottom: 5px;
}
.project_list_data_tel input {
	margin-bottom: 5px;
}
.project_list_data_mob input {
	margin-bottom: 5px;
}
.project_list_data_email {
}
.project_list_btn {
	margin: 20px 0;
}
.project_list_data label {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.project_list_data label input {
	width: 19px;
	margin-right: 10px;
}
.project_img label {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.project_img label input {
	width: 19px;
	margin-right: 10px;
}
.user_select {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.user_select .select_user {
	position: absolute;
	top: 1px;
	right: 1px;
	height: 37px;
	line-height: 37px;
	width: 70px;
	text-align: center;
	background: #f8f8f8;
	cursor: pointer;
}

/* CALENDAR */
/* .fc-daygrid-event-harness:nth-last-of-type(2) .fc-h-event {
	background-color: #e90a99 !important;
	border: 1px solid #e90a99 !important;
}

.fc-daygrid-event-harness:nth-last-of-type(3) .fc-h-event {
	background-color: #a40ae9 !important;
	border: 1px solid #a40ae9 !important;
}

.fc-daygrid-event-harness:nth-last-of-type(4) .fc-h-event {
	background-color: #00d31b !important;
	border: 1px solid #00d31b !important;
}

.fc-daygrid-event-harness:nth-last-of-type(5) .fc-h-event {
	background-color: #e20000 !important;
	border: 1px solid #e20000 !important;
}

.fc-daygrid-event-harness:nth-last-of-type(6) .fc-h-event {
	background-color: #0091e2 !important;
	border: 1px solid #0091e2 !important;
} */
@media all and (max-width: 480px) {
	div#calendar {
		min-height: 475px;
	}
}

/* TEH OTCHET */
font.notetext {
	color: white !important;
}

font.errortext {
	color: red !important;
	position: absolute;
}

.add_teh {
	position: absolute;
	top: 0;
	height: 100%;
	background: white;
	width: 100%;
	z-index: 1;
}

.bx-system-auth-form {
	display: block;
	margin: 0 auto;
	width: 177px;
	background: #ffffffc2;
	border-radius: 20px;
	padding: 10px;
}
.project_list_data img {
	max-width: 100%;
	height: auto;
}
@media (max-width: 680px) {
	.fc .fc-toolbar-title {
		font-size: 20px;
		margin: 0px;
		text-align: center;
	}
	.fc-toolbar-chunk {
		width: 30%;
	}
}
