/*футер чистого шаблона*/

.footwrp {
	text-align: center;
	padding-top: 40px;
}


/*Стили документооборота*/

.btn-group {
	margin-bottom: 5px;
}

.eds_wraper {
	max-width: 1180px;
	margin: 0 auto;
}

.eds_main_header_info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	min-height: 55px;
	position: relative;
	padding: 10px 15px;
	margin-left: 180px;
	text-align: left;
	font-size: 15px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(176, 175, 175, 0.2);
	-moz-box-shadow: 0px 0px 5px 2px rgba(176, 175, 175, 0.2);
	box-shadow: 0px 0px 5px 2px rgba(176, 175, 175, 0.2);
}

.eds_main_header_info > a {
	display: inline-block;
}

.eds_main_header_info .msg_unread_count_menu {
	position: absolute;
	bottom: 0;
	right: -2px;
	padding: 3px 5px !important;
	font-size: 12px;
	height: 17px;
	min-width: 18px;
	/*
	display: flex;
	align-items: center;
	justify-content: center;
	*/
}

.eds_main_header_info .user_events_notificaton_history {
	position: relative;
}

.eds_main_header_info .user_events_notificaton_history > .glyphicon{
	position: relative;
	font-size: 22px;
	height: 35px;
	padding: 5px;
	margin: 0;
	cursor: pointer;
}

.eds_main_header_info .user_events_notificaton_history_wraper {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	padding: 7px;
	width: 470px;
	max-width: calc(100vw - 20px);
	background: #fff;
	border-radius: 7px;
	box-shadow: 0 3px 5px 5px rgb(176, 175, 175, 0.35);
	z-index: 99;
}

.eds_main_header_info .user_events_notificaton_history_wraper:before {
	content: '';
	height: 14px;
	width: 14px;
	background: #fff;
	position: absolute;
	z-index: 0;
	top: -7px;
	right: 9px;
	transform: rotate(45deg);
	box-shadow: -3px -3px 3px 0 rgb(176, 175, 175, 0.2);
}

.dark-mode .eds_main_header_info .user_events_notificaton_history_wraper {
	background: #3f3f3f;
	box-shadow: 0 2px 5px 5px rgb(0, 0, 0, 0.4);
}

.dark-mode .eds_main_header_info .user_events_notificaton_history_wraper:before {
	background: #3f3f3f;
	box-shadow: -2px -2px 4px 0 rgb(0, 0, 0, 0.25);
}

.eds_main_header_info .user_events_notificaton_history_wraper .user_events_notification_mark_all {
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #eee;
	background: #fff;
	cursor: default;
	padding: 10px 10px 3px 10px;
}

.dark-mode .eds_main_header_info .user_events_notificaton_history_wraper .user_events_notification_mark_all {
	border-color: #4c4c4c;
	background: #3f3f3f;
}

.eds_main_header_info .user_events_notificaton_history_wraper .user_events_notification_mark_all a {
	line-height: 1;
	border: 0;
	display: flex;
	align-items: center;
	text-decoration: none !important;
}

.eds_main_header_info .user_events_notificaton_history_wraper .user_events_notification_mark_all a span {
	top: -1px;
	color: #41c339;
	font-size: 20px;
}

.eds_main_header_info .user_events_notificaton_history_wraper .user_events_notification_mark_loading {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.7);
	cursor: default;
}

.dark-mode .eds_main_header_info .user_events_notificaton_history_wraper .user_events_notification_mark_loading {
	background: rgba(0, 0, 0, 0.7);
}

.eds_main_header_info .user_events_notificaton_history_content_loaded {
	height: 70vh;
	max-height: 500px;
}

@media screen and (max-width: 736px) {
	.eds_main_header_info .user_events_notificaton_history_content_loaded {
		height: calc(100vh - 225px);
		max-height: calc(100vh - 225px);
	}
}

.eds_main_header_info #user_events_notificaton_history_content_loaded_data {
	width: inherit;
	overflow-x: hidden;
}

.eds_main_header_info .user_event_history_item {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
}

.eds_main_header_info .user_event_history_item.not-shown {
	background: #f0f0f5;
}

.eds_main_header_info #user_events_history_preloader,
.eds_main_header_info .user_event_history_item.user_event_history_loading_error,
.eds_main_header_info .user_event_history_item.user_event_history_no_data {
	padding: 8px 10px;
	border: 0;
}

.eds_main_header_info #user_events_notificaton_history_content_loaded_data #user_events_history_preloader:first-child,
.eds_main_header_info #user_events_notificaton_history_content_loaded_data .user_event_history_item.user_event_history_loading_error:first-child,
.eds_main_header_info .user_event_history_item.user_event_history_no_data {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.eds_main_header_info .user_event_history_item .col-md-1 {
	padding: 0;
}

.eds_main_header_info .user_event_history_item .col-md-2 {
	padding: 0 5px;
}

.eds_main_header_info .user_event_history_item .col-md-9 {
	padding: 0 5px 0 0;
	word-wrap: break-word;
}

.eds_user_session_info {
	width: calc(40% - 10px);
	float: right;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.eds_user_session_info .eds_current_user_avatar {
	display: block;
	height: 35px;
	width: 35px;
	margin-right: 10px;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.eds_user_session_info > a:nth-child(1) {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: calc(100% - 90px);
}

.eds_user_session_info > a:nth-child(1) span:not(.eds_current_user_avatar):not(.msg_unread_count_menu) {
	display: block;
	width: calc(100% - 45px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.eds_navigation_wraper {
	float: left;
	width: 180px;
	position: fixed;
}

.eds_navigation {
	list-style: none;
	margin-top: 10px;
	font-size: 16px;
	padding-left: 0;
}

.eds_navigation li {
	padding: 9px;
}

.eds_navigation li a span {
	width: 100%;
	display: inline-block;
}

.eds_menu_active_item,
.eds_navigation li:hover {
	background: #f5f6fA;
}

.eds_menu_active_item a {
	color: #586c8e;
}

#eds_auth_form_wraper>a {
	font-size: 18px;
}

#eds_auth_form_wraper .eds_auth_error {
	font-size: 20px;
	color: red;
	padding: 20px;
}

#eds_auth_form_wraper>form {
	margin-bottom: 20px;
}

#eds_auth_form_wraper .form-control {
	margin-bottom: 20px;
	font-size: 18px;
}

#eds_auth_form_wraper .eds_auth_act_wrp {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#eds_auth_form_wraper .eds_auth_act_wrp #stay_in_system_check {
	margin: 0;
}

#eds_auth_form_wraper .eds_auth_act_wrp label {
	font-size: 16px;
	margin: 0;
}

#eds_auth_form_wraper .eds_auth_act_wrp .add_btn {
	border: none;
}

.eds_module_wraper {
	float: left;
	margin-left: 180px;
	width: calc(100% - 180px);
	padding: 15px;
	background: #f5f6fA;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	min-height: 225px;
}

.eds_module_wraper .pagination {
	margin-bottom: 5px;
}

.eds_main_element {
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	border: 1px solid #DDD;
	padding: 20px;
	float: left;
	width: 97%;
	margin: 51px 15px 15px;
	position: relative;
	background: #FFF;
}

.eds_main_element_header {
	position: absolute;
	background: #FFF;
	left: -1px;
	bottom: 100%;
	width: auto;
	padding: 15px 20px 0 20px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

.eds_main_element_header strong {
	color: #7a7a7a;
}

.eds_main_element_header_content {
	position: relative;
}

.eds_main_element_header_content span {
	margin: 0 0 0 15px;
	cursor: pointer;
	color: #337ab7;
}

.eds_main_element_header_content span.active {
	color: #12bc00;
}

.eds_main_filter_wrp {
	padding: 15px;
	position: absolute;
	top: calc(100% + 20px);
	left: 0;
	z-index: 9;
	width: 500px;
	background: #edeff5;
	-webkit-box-shadow: 0 3px 5px 5px rgb(176, 175, 175, 0.35);
	-moz-box-shadow: 0 3px 5px 5px rgb(176, 175, 175, 0.35);
	box-shadow: 0 3px 5px 5px rgb(176, 175, 175, 0.35);
}

.dark-mode .eds_main_filter_wrp {
	-webkit-box-shadow: 0 2px 5px 5px rgb(0, 0, 0, 0.4);
	-moz-box-shadow: 0 2px 5px 5px rgb(0, 0, 0, 0.4);
	box-shadow: 0 2px 5px 5px rgb(0, 0, 0, 0.4);
}

.eds_main_filter_wrp:before{
	content: "";
	position: absolute;
	top: -40px;
	left: 30px;
	height: 40px;
	width: 40px;
	border-bottom: 20px solid #edeff5;
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}

.eds_main_filter_wrp .row {
	display: flex;
	align-items: center;
}

.eds_main_filter_wrp .row:not(:last-of-type) {
	margin-bottom: 15px;
}

.upd_eds_main_element {
	position: absolute;
	right: 0;
	top: -16px;
	width: 32px;
}

.eds_task_main_info {
	background: #FFF;
	font-size: 16px;
	padding: 10px;
	float: left;
	width: 60%;
	word-wrap: break-word;
}

.eds_task_main_info a.visited,
.eds_all_my_tasks_list_table a.visited,
.eds_all_my_tasks_list a.visited {
	color: grey;
}

.eds_task_main_info table {
	margin: 0 !important;
}

.eds_task_people_and_groups {
	font-size: 16px;
	float: left;
	width: 40%;
	will-change: min-height;
}

.eds_task_people_and_groups_inner {
	padding: 30px 10px;
	background: #FFF;
	position: relative;
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}

.autocompl_wrap {
	position: relative;
	clear: both;
}

.autocompl_items {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 900px;
	background: #FFF;
	padding: 10px;
	border: 1px solid #DDD;
	z-index: 999;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.eds_task_people_and_groups_single_block {
	margin: 30px 0;
}

.eds_task_people_and_groups_single_block_first {
	margin-bottom: -7px;
}

.eds_task_people_and_groups_single_block_last {
	margin-top: 30px;
}

.eds_task_people_and_groups_single_block:nth-of-type(5) {
	position: relative;
}

.eds_task_people_and_groups_single_block:nth-of-type(5) a:nth-of-type(1) img {
	position: absolute;
	width: 22px;
	top: 0;
}

.task_people_elements_style,
.autocoml_selected_item {
	line-height: 19px;
	margin: 7px 7px 0 0;
	padding: 9px;
	border: 1px solid #DDD;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #FFF;
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	word-break: break-word;
	overflow: hidden;
}

.task_people_elements_style input[type="text"],
.autocoml_selected_item input[type="text"] {
	display: inline;
	width: 100px;
	margin: 0 4px 0 9px !important;
}

.task_people_elements_style time,
.autocoml_selected_item time {
	white-space: nowrap;
	margin-left: 9px;
	line-height: 1;
	font-size: 14px;
	text-align: right;
	color: #979fb8;
}

.task_people_elements_style a,
.autocoml_selected_item a,
.task_signers_list>li a {
	line-height: 19px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

#select_signers_res .autocoml_selected_item > b {
	margin-right: 5px;
}

.eds_task_people_and_groups_single_block_first .task_people_elements_style {
	margin-bottom: 7px;
}

.task_body_wraper {
	padding: 20px 10px 30px 10px;
	font-size: 18px;
	border-bottom: 1px solid #e8e8e8;
	/*overflow-x:auto;*/
	position: relative;
}

.task_body_wraper table {
	table-layout: fixed !important;
}

.task_body_wraper table td {
	word-wrap: break-word;
}

#task_body_content_editable {
	overflow: auto;
	word-wrap: break-word;
}

#task_body_content_editable * {
	background-color: inherit !important;
}

#task_body_content_editable *:not(a) {
	color: inherit !important;
}

#task_content_edit_button {
	padding-top: 20px;
	font-size: 16px;
}

.eds_task_edit_body_btn {
	position: absolute;
	top: 0;
	right: 0;
}

#TBeditControls {
	margin-top: 5px;
}

.task_body_edit_field {
	height: 300px !important;
	overflow-y: auto;
}

.task_references_wrp {
	padding: 10px 0;
}

.task_body_log_itm {
	border: 2px solid #DDD;
	padding: 10px;
	word-wrap: break-word;
	overflow: hidden;
}

.task_body_log_itm em {
	color: red;
}

.tasks_sections {
	margin-bottom: 25px;
}

.eds_all_my_tasks_list {
	background: #FFF;
	font-size: 15px;
	margin-top: 15px;
}

.eds_main_element .eds_all_my_tasks_list {
	margin: 0;
}

.eds_all_my_tasks_list_table {
	/*table-layout: fixed;*/
	margin-bottom: 0;
}

.eds_all_my_tasks_list .eds_amt_header_sort:after {
	content: '⤓';
	margin-left: 5px;
	font-size: 16px;
	color: #7a7a7a;
}

.eds_all_my_tasks_list .eds_amt_header_sort[data-direction="asc"]:after {
	content: '⤒';
}

.eds_all_my_tasks_list_table td {
	word-wrap: break-word;
}

.eds_all_my_tasks_list td {
	padding: 8px;
	vertical-align: middle;
	word-wrap: break-word;
	border-left: 0;
	border-right: 0;
}

.eds_all_my_tasks_list td:nth-child(2) a {
	word-wrap: break-word;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eds_all_my_tasks_list tr:hover {
	background: #f5f5dc;
}

.eds_all_my_tasks_list tr:first-child td {
	font-weight: bold;
	font-size: 14px;
	color: #717171;
}

@media screen and (min-width: 981px) {
	.eds_all_my_tasks_list td:nth-child(2) {
		min-width: 150px;
		max-width: 20vw;
	}
	.eds_all_my_tasks_list_table td:nth-child(2) {
		max-width: 30vw;
	}
}

@media screen and (max-width: 980px) {
	.eds_all_my_tasks_list td:nth-child(2) {
		min-width: 250px;
	}
}

.eds_all_my_tasks_list .is_dead {
	color: #ed4830;
}

.eds_all_my_tasks_list_filter {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.eds-mobile-si,
.eds-mobile-si-date {
	float: left;
	height: 40px !important;
	margin: 0 0 0 10px;
	font-size: 14px;
}

.eds-mobile-si-date {
	width: calc(25% - 78px);
}

.eds-mobile-si {
	width: calc(50% - 24px);
	margin: 10px 10px 0 0;
}

textarea.eds-mobile-si {
	padding-top: 7px;
}

.mobile_task_params_icon {
	cursor: pointer;
	position: fixed;
	z-index: 991;
	right: 10px;
	bottom: 10px;
	background: #FFF;
	padding: 0.7em 0.8em 0.5em 0.8em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	/*border: solid 1px rgba(160, 160, 160, 0.3);*/
	display: none;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(132, 132, 132, 0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(132, 132, 132, 0.75);
	box-shadow: 0px 0px 10px 0px rgba(132, 132, 132, 0.75);
}

.mobile_eds_menu {
	cursor: pointer;
	position: fixed;
	z-index: 991;
	left: 10px;
	bottom: 10px;
	background: #FFF;
	padding: 0.7em 0.8em 0.5em 0.8em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	/* border: solid 1px rgba(160, 160, 160, 0.3);*/
	display: none;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(132, 132, 132, 0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(132, 132, 132, 0.75);
	box-shadow: 0px 0px 10px 0px rgba(132, 132, 132, 0.75);
}

.mobile_eds_menu>span,
.mobile_task_params_icon>span {
	font-size: 22px;
	margin: 0;
}

.eds_logout {
	margin-left: 10px;
}

.eds_logout span {
	margin-left: 5px;
	margin-right: 0;
}

#eds_auth_form_wraper {
	margin: 0 auto 40px auto;
	width: 500px;
}

.eds-task-title-edit-area {
	margin: 10px 0;
	display: inherit;
	height: 60px;
}

.eds-task-edit-title-apply-btn {
	margin-left: 20px;
}

.eds-task-status-in-list-filter {
	width: 200px !important;
	height: 40px !important;
	float: left;
	margin-left: 10px;
	font-size: 14px;
}

.eds-task-number-in-list-filter {
	width: 60px !important;
	float: left;
	height: 40px !important;
	font-size: 14px;
}

.eds-tasks-clear-filter {
	float: left;
	margin: 10px 0 0 5px;
	height: 40px;
	display: flex;
	align-items: center;
	width: 22px;
}

.eds-tasks-clear-filter a {
	line-height: 1;
}

.eds-tasks-clear-filter .glyphicon {
	font-size: 22px;
	margin: 0;
	top: 1px;
}


/*Стили создания задачи*/

.add-task-form {
	margin-top: 20px;
}

.task-add-rules-link {
	font-size: 18px;
	margin-left: 15px;
	margin-top: 5px;
	display: block;
}

.task-form-group {
	margin: 0 15px 20px 15px;
	font-size: 16px;
	word-wrap: break-word;
}

.last-task-form-group {
	margin-bottom: 0;
}

.task-sign-wrp {
	display: flex;
}

.task-sign-type-wrp {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.form-control {
	font-size: 16px;
}

#task_assignee {
	width: 70%;
}

.eds_assignee_deadline_separator {
	width: 10%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}

.add_task_error {
	color: red;
	margin: 15px auto 0 auto;
	padding: 0 15px;
}

#task_deadline {
	width: 20%;
}

#task_deadline[type="checkbox"] {
	width: auto;
}

#editparent {
	margin: 0 15px 20px;
}

#editor {
	resize: vertical;
	overflow: auto;
	min-height: 250px;
	padding: 13px 5px;
	background: white;
	margin: 0 auto;
}

#editor:empty:before {
	content: attr(placeholder);
	color: #999;
	cursor: text;
}

#editControls i.glyphicon,
#TBeditControls i.glyphicon {
	margin: 0;
}

.add_btn {
	background: #687ddb;
	border: none;
	margin: 0 0 15px 15px;
}

.task-files-uploading-title-1 {
	padding: 20px 0 0 15px;
	font-size: 20px;
}

.task-files-uploading-title-2 {
	padding: 0 0 0 15px;
	font-size: 20px;
}

.add_btn:hover {
	background: #7b90ef;
	border-color: #687ddb;
}

.add-task-form #eds_add_preloader {
	width: 44px;
	margin: 0 15px 15px 15px;
}

.add-task-form #eds_add_error_wrp .alert {
	margin: 5px 15px 15px 15px;
}

.task_gr_remove {
	cursor: pointer;
	margin-left: 10px;
}

.fileuploader {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	display: inline-block !important;
}

.fileuploader-items-list,
.fileuploader-item:last-child {
	margin: 0 !important;
}

.fileuploader-item {
	padding: 15px !important;
}

#task_main_files_wrap .fileuploader-item,
#task_additional_files_wrap .fileuploader-item {
	padding: 20px 15px 0 15px !important;
}

.fileuploader-item .column-actions {
	right: 0 !important;
}

#editor {
	overflow-y: auto;
}

#rules_wraper {
	position: fixed;
	overflow-y: auto;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999;
}

#rules_content {
	width: 550px;
	height: auto;
	padding: 20px;
	margin: 20% auto 50px auto;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	font-size: 16px;
}

.rules_close {
	position: absolute;
	top: -60px;
	right: 1px;
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, 1);
	cursor: pointer;
}


/*Чекбоксы и радио*/

input[type="checkbox"],
input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: none;
	opacity: 0;
	z-index: -1;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
	display: inline-flex;
	align-items: center;
	min-height: 1.8em;
	cursor: pointer;
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
	padding-left: 2.4em;
	padding-right: 0.75em;
	position: relative;
	line-height: 1.1em;
	margin: 5px 0;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	background: rgba(160, 160, 160, 0.075);
	border: solid 1px rgba(160, 160, 160, 0.5);
	content: '';
	display: inline-block;
	height: 1.8em;
	left: calc(50% - 0.9em);
	line-height: 1.8em;
	position: absolute;
	text-align: center;
	top: calc(50% - 0.9em);
	width: 1.8em;
}

input[type="checkbox"]+label:not(:empty):before,
input[type="radio"]+label:not(:empty):before {
	left: 0;
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
	background: #337ab7;
	border-color: #2e6da4;
	color: #ffffff;
	content: '\f00c';
}

input[type="checkbox"]:focus+label:before,
input[type="radio"]:focus+label:before {
	/*border-color: #2ebaae;*/
	/*box-shadow: 0 0 0 1px #2ebaae;*/
}

input[type="radio"]+label:before {
	border-radius: 100%;
}

/*Конец чекбоксы и радио*/


/*Адаптивные стили документооборота*/

@media screen and (max-width: 980px) {

	/*Основные стили*/
	.eds_module_wraper {
		margin-left: 0;
	}
	.eds_main_header_info {
		width: 100%;
		margin-left: 0;
		padding: 10px;
	}
	.eds_user_session_info {
		margin: 15px 0 5px 0;
		width: 100%;
	}
	.eds_navigation_wraper {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 99;
		padding-top: 10px;
		padding-bottom: 70px;
		/*border-top: 1px solid #DDD;*/
		display: none;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(132, 132, 132, 0.75);
		-moz-box-shadow: 0px 0px 10px 0px rgba(132, 132, 132, 0.75);
		box-shadow: 0px 0px 10px 0px rgba(132, 132, 132, 0.75);
	}
	.eds_navigation {
		padding-left: 0;
	}
	.eds_module_wraper {
		width: 100%;
		overflow: hidden;
	}
	.mobile_eds_menu {
		display: block;
	}
	.eds_logout {
		margin-left: 0;
	}
	#eds_auth_form_wraper {
		width: 100%;
	}
	
	/*Стили просмотра всех задач*/
	.eds_all_my_tasks_list_table {
		table-layout: auto;
	}
	.eds_all_my_tasks_list {
		overflow-y: auto;
		margin: 15px -15px 0 -15px;
	}
	.eds-mobile-si {
		width: 100% !important;
		margin: 10px 0 0 0 !important;
	}
	.eds-mobile-si-date {
		width: calc(25% - 8px);
		margin: 10px 10px 0 0;
	}
	.eds-mobile-si-date:nth-child(6) {
		margin-right: 0;
	}
	.eds-mobile-si:nth-last-child(2) {
		width: calc(100% - 37px) !important;
	}
	.eds-task-number-in-list-filter {
		width: 35% !important;
	}
	.eds-task-status-in-list-filter {
		width: calc(65% - 10px) !important;
	}

	/*Стили рабочего стола*/
	.eds_main_element {
		width: calc(100% + 30px);
		margin-right: -15px;
		margin-left: -15px;
	}
	div[data-eds-element] {
		overflow-y: auto;
		margin: 0 -20px;
	}
	div[data-eds-element] > span {
		display: block;
		padding: 0 20px;
	}
	.eds_main_filter_wrp {
		left: -20px;
		width: 100vw;
	}
	
	/*Стили создания задачи*/
	.task-add-rules-link {
		margin-left: 0;
	}
	.task-form-group,
	#editparent {
		margin-left: 0;
		margin-right: 0;
	}
	.task-sign-wrp {
		flex-direction: column-reverse;
	}
	.task-sign-wrp .task-sign-type-wrp {
		align-items: baseline;
	}
	#rules_content {
		width: 100%;
	}
	.task-files-uploading-title-1,
	.task-files-uploading-title-2 {
		padding-left: 0;
		font-size: 17px;
	}
	.add_btn {
		margin-left: 0 !important;
		font-size: 16px;
	}
	.add-task-form #eds_add_preloader {
		margin: 0 0 15px 0;
	}
	.add-task-form #eds_add_error_wrp .alert {
		margin: 5px 0 15px 0;
	}
	#task_assignee {
		width: 50%;
	}
	#task_deadline {
		width: 40%;
	}
	.fileuploader {
		padding: 0 !important;
	}
	.fileuploader-theme-dragdrop>.fileuploader-input {
		padding: 60px 15px !important;
	}
	
	/*Стили задачи*/
	.eds_task_main_info {
		width: 100%;
	}
	.eds_task_people_and_groups {
		position: fixed;
		z-index: 9;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		overflow-y: auto;
		background: #FFF;
		padding-bottom: 60px;
		display: none;
	}
	#task_params_edit_area {
		width: 100% !important;
		margin-top: 20% !important;
	}
	.mobile_task_params_icon {
		display: block;
	}
	.task_comment_body {
		overflow: auto !important;
	}
	.hide_in_mobile {
		display: none;
	}
	.eds-task-file-href-container {
		padding-right: 0 !important;
	}
	.eds-task-edit-title-apply-btn {
		margin-left: 0;
	}
}

.eds-list-collapse[data-toggle].collapsed:after {
	content: "\e159"
}
.eds-list-collapse[data-toggle]:not(.collapsed):after {
	content: "\e160";
}