/*---------------------------------------------------------
    FONTS
----------------------------------------------------------*/
/* font-family: "LatoRegular"; */
@font-face {
	font-family: "LatoRegular";
	src: url("../fonts/LatoRegular/LatoRegular.eot");
	src: url("../fonts/LatoRegular/LatoRegular.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/LatoRegular/LatoRegular.woff") format("woff"),
		url("../fonts/LatoRegular/LatoRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "Glyphicons Halflings";
	src: url("../fonts/glyphicons-halflings-regular.eot");
	src: url("../fonts/glyphicons-halflings-regular.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
		url("../fonts/glyphicons-halflings-regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/* font-family: "LatoBoldItalic"; */
@font-face {
	font-family: "LatoBoldItalic";
	src: url("../fonts/LatoBoldItalic/LatoBoldItalic.eot");
	src: url("../fonts/LatoBoldItalic/LatoBoldItalic.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/LatoBoldItalic/LatoBoldItalic.woff") format("woff"),
		url("../fonts/LatoBoldItalic/LatoBoldItalic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "FiraSansRegular";
	src: url("../fonts/FiraSans-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "LatoMedium";
	src: url("../fonts/Lato-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "LatoLightItalic";
	src: url("../fonts/Lato-LightItalic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "LatoBold";
	src: url("../fonts/LatoBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

html {
	height: 100%;
}

body {
	overflow-y: scroll;
}

body > .wrapper > .content {
	min-width: 1170px;
	/*width: 1170px;*/
	margin: 0 auto;
}

body #Lawyer,
body #SeniorManager,
body #Logistician,
body #EducationManager,
body #Manager,
body #Partner{
	max-width: 1170px;
}

.container {
	/*min-width: 1170px*/
}

/*---------------------------------------------------------
    FONTS END
----------------------------------------------------------*/
a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

body {
	position: relative;
	background-color: #f5f5f5;
	height: 100%;
}

.header-wrapper {
	width: 100%;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	background-color: #ffffff;
	height: 84px;
	position: relative;
	padding: 42px 0;
}

.main-header {
	display: flex;
	align-items: center;
	padding-top: 22px;
	padding-bottom: 16px;
	padding-left: 0;
	padding-right: 0;
	width: 1170px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.logo-block {
	padding-left: 0;
	width: 203px;
	margin-right: auto;
}

.search-form {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.search-form__input {
	width: 362px;
	height: 35px;
	padding-left: 13px;
	border: none;
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.8);
}

.search-form input::-webkit-input-placeholder {
	color: #000000;
}

.search-form input::-moz-placeholder {
	color: #000000;
}

.search-form input:focus {
	outline: none;
}

.search-form button:focus {
	outline: none;
}

.search-form__btn {
	height: 35px;
	background-color: #0067ad;
	border: none;
	width: 41px;
}

.login-block {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 0;
	margin-left: auto;
	width: 360px;
}

.btn-group .btn {
	width: auto;
	margin-top: 0 !important;

	border-top-right-radius: 0;
	border-bottom-right-radius: 0;

	border-top-left-radius: 0;
	border-bottom-left-radius: 0;

	padding: 10px;
}

.btn-group .btn:not(:last-child) {
	margin-right: 10px;
}

.add-img {
	width: 78px;
	height: 78px;
}

.rubbish img {
	width: 50px;
	height: 100%;
}
.rubbish a {
	color: red;
}

.login-block__text {
	margin-right: 13px;
}

.login-block__icon {
	width: 22px;
	height: 25px;
}

select:focus {
	outline: none !important;
}

.name-block {
	height: 164px;
	display: flex;
	align-items: center;
	background-color: #ffffff;
	border-top: 3px solid #0067ad;
	margin-top: 29px;
	color: #1a1a1a;
	-webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
}

.name-man {
	display: flex;
	margin-top: 15px;
	width: 483px;
}

.search-icon {
	width: 57%;
	height: 57%;
}

.name-man__name {
	padding: 0 0 0 15px;
	width: 100%;
}

.name-man__name > input,
.name-man__name_see {
	border: none;
	font-weight: normal;
	font-style: italic;
	font-size: 22px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 3px;
	margin-left: 27px;
	width: 90%;
}

.name-man__name > input:focus {
	outline: none;
}

.position-block {
	font-family: "LatoRegular", sans-serif;
	text-align: center;
	margin-top: 15px;
	width: 421px;
}

.position-block__name {
	font-size: 16px;
	font-weight: 600;
}

.position-block__position {
	color: #8a8a8a;
}

.position-block__position::before {
	content: "(";
}

.position-block__position::after {
	content: ")";
}

.name-select {
	text-align: center;
}

.name-select select:focus {
	outline: none;
}

.man-position {
	font-family: "LatoRegular", sans-serif;
	font-size: 16px;
	border: none;
	background-color: #fafafa;
	height: 35px;
	width: 196px;
	padding-left: 15px;
	position: relative;
}

.man-position:hover {
	cursor: pointer;
}

.name-block-small-wrap {
	display: flex;
	position:relative;
	justify-content: space-between;
}

.name-block-small {
	min-height: 164px;
	height: auto;
	display: flex;
	align-items: center;
	background-color: #ffffff;
	border-top: 3px solid #0067ad;
	margin-top: 29px;
	color: #1a1a1a;
	padding: 10px 15px;
	flex-basis: 370px;
	flex-direction: column;
	justify-content: center;
	-webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
}

.name-block-small.basis-auto {
	flex-basis: auto;
}

#EditUserForm .name-block-small {
	margin-bottom: 29px;
}

.position-block__name-small {
	margin-bottom: 25px;
}

.action-describe {
	padding: 0;
	display: flex;
	align-items: center;
	background-color: #fff;
	border-top: 3px solid #0067ad;
	margin-top: 50px;
	height: 66px;
	font-family: "LatoRegular", sans-serif;
	font-size: 20px;
	webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
}

.action-doc {
	font-family: "LatoMedium", sans-serif;
	font-size: 16px;
	display: flex;
	padding: 0;
	align-items: center;
	background-color: #fff;
	min-height: 120px;
	transition: all 0.2s;
	webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
}

.action-type {
}

.documents-block {
	display: flex;
	justify-content: center;
}

.checks-block{
	margin-top: -65px;
}

.action-head-item {
	text-align: center;
}
.img-icon-block {
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
	/* align-self: flex-start; */
}

.icon-delete {
	background-image: url(../img/x-2.svg);
}

.icon-view {
	margin-left: auto;
	position: absolute;
	right: 14px;
	height: 20px;
	width: 20px;
	filter: invert(39%) sepia(90%) saturate(436%) hue-rotate(166deg)
		brightness(91%) contrast(85%);
	background-image: url(../img/view.svg);
}

.icon-hide {
	margin-left: auto;
	position: absolute;
	right: 14px;
	height: 20px;
	width: 20px;
	filter: invert(18%) sepia(28%) saturate(6531%) hue-rotate(347deg)
		brightness(88%) contrast(96%);
	background-image: url(../img/hide.svg);
}

.d-none {
	display: none;
}

.icon-download {
	background-image: url(../img/download_2.svg);
	height: 20px;
	width: 17px;
}

.icon-upload {
	background-image: url(../img/upload.svg);
	height: 18px;
	width: 17px;
}

.icon-delete-disable {
	background-image: url(../img/x.svg);
}

.icon-download-disable {
	background-image: url(../img/download.svg);
	height: 18px;
	width: 17px;
}

.icon-upload-disable {
	background-image: url(../img/upload-disabled.svg);
	height: 18px;
	width: 17px;
}

.docum-icons {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: auto;
	height: 99px;
	align-self: center;
	justify-content: flex-end;
}

.delete_image {
	min-height: 21px;
}

.docum-icons-no-img {
	margin-left: auto;
	margin-right: 48px;
}

.comment-block {
	display: flex;
	flex-direction: column;
}

.comment {
	width: inherit;
	height: 40px;
	background-color: transparent;
	border: none;
	position: relative;
	flex-grow: 1;
}

.comment-com > textarea {
	font-family: "LatoLight", sans-serif;
	font-style: italic;
	color: #b3b2b2;
	font-size: 13px;
	height: 38px;
	min-height: 100%;
	border: none;
	display: flex;
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px;
	width: 320px;
	background-color: #fafafa;
	resize: none;
}

.comment-com > textarea:focus {
	outline: none;
}

.comment-icon {
	margin-left: auto;
	position: absolute;
	right: 14px;
	align-self: flex-start;
}

.comment-true {
	overflow-y: scroll;
	scrollbar-shadow-color: red;
}

.comment-position {
	font-family: "LatoLightItalic", sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	text-align: left;
}

.comment-text {
	text-align: left;
	font-family: "LatoLight", sans-serif;
	font-size: 13px;
	color: #121212;
	font-style: italic;
}

.comment-warn {
	background-color: #f6e1e1;
	width: 100%;
}

.count-comment {
	background-color: #db370a;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -27px;
	left: 260px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.8);
	-moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.8);
	box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.8);
}

.count-comment-num {
	color: #ffffff;
}

.name-radio {
	margin-left: auto;
}

.name-radio .radio-text:first-child {
	height: 48px;
}

.name-radio .radio-text:first-child {
	margin-bottom: 18px;
}

.radio-text {
	font-family: "LatoRegular", sans-serif;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.radio-text input {
	margin-right: 22px;
}

.radio-text input:first-child {
	margin-right: 22px;
}

.radio-text input[type="radio"] {
	display: none;
}

.radio-emul {
	display: flex;
	align-items: center;
	margin-right: 22px;
	cursor: pointer;
}

.radio-text input[type="radio"] + label span {
	display: inline-block;
	cursor: pointer;
	border: 2px solid #cfcfcf;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 13px;
	height: 13px;
}

.radio-text input[type="radio"] + label span span {
	display: none;
}

.radio-text input[type="radio"]:checked + label span span {
	display: inline-block;
	height: 7px;
	width: 7px;
	background-color: #0067ad;
	border: none;
}

.add-block-doc {
	min-height: 64px;
	display: flex;
}

.add-block {
	display: flex;
	align-items: center;
	margin-right: 25px;
}

.add-text {
	font-size: 14px;
	font-family: "LatoRegular";
}

.history-block {
	margin-top: 50px;
	padding: 0;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}

.history-block__text {
}

.history-block__link {
	font-size: 14px;
	font-family: "LatoRegular";
	border-bottom: 1px solid #626262;
	text-decoration: none;
	color: #626262;
}

.history-block__link:hover {
	text-decoration: none;
	color: #626262;
}

.history-block__link:link {
	text-decoration: none;
	color: #626262;
}

.btn-section {
	min-height: 45px;
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin-left: auto;
}

.main-btn {
	width: 200px;
	min-height: 45px;
	background-color: #0067ad;
	display: flex;
	margin-left: 28px;
	align-items: center;
	transition: all 0.3s;
}

.main-btn:hover {
	opacity: 0.9;
}

.main-btn__icon {
	margin-left: 19px;
	width: 39px;
}

.footer-img {
	width: 215px;
}

.main-btn__icon_archive {
	margin-left: 19px;
	width: 24px;
	margin-right: 12px;
}

.main-btn__text {
	color: #fff;
	font-size: 14px;
	font-family: "LatoRegular";
	width: 100%;
	margin-left: -6px;
}

.status-item {
	border-bottom: 1px solid #e1e1e1;
	padding: 0;
	font-size: 14px;
	font-family: "LatoRegular";
	display: flex;
	align-items: center;
	padding-top: 29px;
	padding-bottom: 29px;
}

.status-item:last-child {
	border-bottom: none;
	border-bottom: none;
}

.admin-role__update-manager > a > img {
	width: 54px;
}

.status-item > div {
	width: 25%;
	padding: 0 15px;
}

.status-item__pos {
	font-weight: bold;
}

.status-block {
	padding: 0;
	margin-bottom: 78px;
}
.main-footer {
	height: 122px;
	background-image: url(../img/footer_bg.jpg);
	background-size: cover;
	flex: 0 0 auto;
	min-width: 1170px;
}

.footer-wrap {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 122px;
}

.delete-text {
	font-size: 8px;
	font-family: "LatoRegular", sans-serif;
	color: #fd0c0a;
	text-transform: uppercase;
}

.text-disabled {
	color: #d7d7d7 !important;
}

.desc-icon {
	color: #0067ad;
	font-size: 8px;
	font-family: "LatoRegular", sans-serif;
	text-transform: uppercase;
}

.form-wrapper {
	height: 1000px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/bg.jpg);
}

.text-info p {
	font-size: 22px;
	color: #dfdfdf;
	text-align: center;
}

.main-form {
	width: 572px;
	height: 454px;
	z-index: 999;
}

.rect-block {
	width: 130px;
	height: 12px;
	margin: 34px auto 22px;
	position: relative;
}

.form-line {
	position: absolute;
}

.form-logo {
	display: block;
	margin: auto;
	margin-bottom: 34px;
	text-align: center;
}

.form-logo > img {
	width: 200px;
}

.form-item {
	z-index: 999;
	z-index: 999;
	display: flex;
	flex-direction: column;
}

.main-form__input:focus {
	outline: none;
}

.main-form input::-moz-placeholder {
	font-family: "LatoRegular", sans-serif;
	font-size: 18px;
	color: #ffffff;
}

.main-form input::-webkit-input-placeholder {
	font-family: "LatoRegular", sans-serif;
	font-size: 18px;
	color: #ffffff;
}

.main-form {
	position: relative;
}

.form-btn {
	margin: auto;
	width: 407px;
	height: 59px;
	background-color: #0067ad;
	border: none;
	margin-top: 30px;
	color: #fff;
	font-family: "LatoRegular", sans-serif;
	font-size: 20px;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(24, 55, 76, 0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(24, 55, 76, 0.75);
	box-shadow: 0px 5px 5px 0px rgba(24, 55, 76, 0.75);
}

.form-btn:focus {
	outline: none;
}

.rem-wrap {
	width: 407px;
	margin: auto;
	display: flex;
	align-items: center;
}

.remember-text. {
	margin-left: 10px;
	font-family: "LatoRegular", sans-serif;
	color: #ffffff;
}

.remember-text label {
	font-weight: 400;
	color: #ffffff;
	margin-left: 10px;
}

.form-check {
	display: none;
}

.form-check + label span {
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form-check:checked + label span span {
	display: block;
	width: 4px;
	height: 4px;
	background-color: #0067ad;
}

.form-check + label span:hover {
	cursor: pointer;
}

.remember-text label:hover {
	cursor: pointer;
}

.popup-frame {
	/* display: none; */
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	z-index: 1999;
	width: 1095px;
	position: fixed;
	background-color: #fff;
	margin: auto;
	border-top: 3px solid #0067ad;
}

.popup-header {
	font-family: "LatoBold", sans-serif;
	font-size: 26px;
	text-align: center;
}

.popup-form-add {
	height: 91px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup-form-add a {
	margin-left: 15px;
}

.popup-forms {
	width: 968px;
	margin: auto;
}

.popup-form-item {
	height: 50px;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
}

.popup-form-item__desc {
	font-family: "LatoMedium", sans-serif;
	font-size: 16px;
	margin-left: 35px;
}

.popup-form-item:nth-child(even) {
	background-color: #fff;
}

.popup-form-add {
	background-color: #f5f5f5;
}

.popup-btn {
	background-color: #0067ad;
	width: 170px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: normal;
}

.popup-btn:visited {
	opacity: 1;
}

.popup-btn > span {
	color: #ffffff;
	font-size: 15px !important;
	font-weight: 400 !important;
}

.overlay {
	height: 100%;
	width: 100%;
}

.rem-wrap-except {
	color: #fff;
	font-size: 23px;
	text-align: center;
	margin-top: 50px;
}

.has-error {
	border: 1px solid red !important;
}

.admin-form__input {
	color: #898989;
	font-family: "LatoRegular", sans-serif;
	border: none;
	border-bottom: 1px solid #b4aeaf;
	width: 233px;
	font-size: 16px;
}

.admin-form input::-webkit-input-placeholder {
	font-size: 16px;
	color: #898989;
	font-family: "LatoRegular", sans-serif;
}

.admin-form input::-moz-placeholder {
	font-size: 16px;
	color: #898989;
	font-family: "LatoRegular", sans-serif;
}

.admin-form input:focus {
	outline: none;
}

.admin-form {
	width: 100%;
	justify-content: space-between;
}

.admin-btn-sect {
	/* padding: 33px 0 46px; */
	display: flex;
	justify-content: flex-end;
}

#Manager .admin-btn-sect {
	justify-content: flex-start;
}

.admin-role__menu {
	background-image: url(../img/filter_bg.jpg);
	height: 70px;
	-webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	display: flex;
	align-items: center;
}

.admin-role__menu .admin-role__list .drop-menu {
	top: 45px;
	max-height: 450px;
	overflow-y: scroll;
}

.admin-role__list {
	list-style-type: none;
	margin: 0;
	padding: 0 1px 0 2px;
	display: flex;
	justify-content: space-around;
	flex-grow: 1;
	align-items: center;
}

.admin-role__menu-link {
	text-transform: uppercase;
	color: #ffffff;
	font-family: "LatoRegular", sans-serif;
	position: relative;
	display: flex;
	align-items: center;
	position: relative;
}

span.admin-role__menu-link {
	cursor: pointer;
}

.admin-role__menu-link:hover {
	color: #ffffff;
}

.admin-role__menu-link:visited {
	color: #ffffff;
}

.admin-role__menu-link:hover .drop-menu {
	display: block;
}

.arrow-icon {
	margin-left: 12px;
	align-self: flex-start;
	margin-top: 4px;
	transform: rotate(180deg);
	width: 12px;
}

.drop-menu__item {
	height: 37px;
}

.drop-menu__link {
	color: #000000;
	font-family: "LatoRegular", sans-serif;
	text-transform: uppercase;
	display: flex;
	flex-grow: 1;
	align-items: center;
	height: 100%;
	padding-left: 17px;
}
.drop-menu__link:hover,
.drop-menu__link.selected-filter {
	background-color: #3e96e8;
	color: #fff;
}

.admin-role__menu-item {
	position: relative;
	width: 233px;
	display: flex;
	justify-content: center;
}

.admin-role__menu-item:last-child {
	width: 232px;
}

/*.admin-role__menu-item:hover .admin-role__menu-link .arrow-icon {*/
/*transform: rotate(0deg);*/
/*}*/

/*.admin-role__menu-item:hover .drop-menu  {*/
/*display: block;*/
/*}*/

.drop-second {
	right: 0;
}

.admin-role-table {
	padding: 0;
}

.admin-role-desc admin-role-table-head {
	padding: 0;
}

.admin-role-table .admin-role-table-header {
	background-repeat: no-repeat;
	background-position: center right;
	/* cursor: pointer; */
	padding: 25px;
}

.admin-role-desc {
	height: 100px;
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 0;
	-webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
}

.admin-desc__item {
	font-size: 18px;
	font-family: "LatoRegular", sans-serif;
	color: #121212;
	text-align: center;
}

p.admin-desc__item {
	text-align: center;
	width: 100%;
}

.admin-role-item {
	display: flex;
	align-items: center;
	height: 80px;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
}

.admin-role-item__text {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.admin-role-item__user {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
}

.admin-role-update {
	width: 27px;
	height: 24px;
	margin-bottom: 12px;
}

.admin-role__update a {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 0px;
}

.admin-role__delete {
	display: flex;
	align-items: center;
}

.admin-role-item:last-child {
	margin-bottom: 62px;
}

#black {
	display: none;
	min-width: 100%;
	min-height: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
}

#black:before,
#black:after {
	content: "";
	display: table;
}
#black:after {
	clear: both;
}

.parent {
	zoom: 1;
}

.close {
	text-shadow: none !important;
}

/* .pagination {
	padding: 0;
	list-style-type: none;
	margin: 0 auto;
}

.pagination > li {
	display: block;
	float: left;
	margin-right: 5px;
}

.pagination > li:last-child {
	margin-right: 0;
} */

.client-ok {
	background-color: #f1f1f1;
}

.hidden {
	display: none;
}

.admin-role-seen {
	margin-bottom: 12px;
}

.admin-role-item.admin-btn-sect-manager {
	justify-content: flex-start;
	padding-left: 24px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.admin-role-table-manage {
	border-top: 3px solid #0067ad;
	border-bottom: 3px solid #0067ad;
	margin-bottom: 40px;
}

.add-block-doc-manage {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	color: #0067ad;
	font-size: 18px;
	font-family: "LatoMedium", sans-serif;
	/* font-weight: bold; */
	margin-top: 17px;
	margin-bottom: 10px;
}

.add-block-doc-manage:hover {
	background-color: transparent;
	border: none;
}

.wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.content {
	flex: 1 0 auto;
}

.close-filter {
	display: flex;
	align-items: center;
	margin-right: 14px;
	margin-top: -5px;
}

.action-doc-level2 {
	background-color: #fbfbfb;
	border-bottom: 1px solid #fff;
	box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.08);
}

.action-doc-level2:last-child {
	border-bottom: none;
}

.action-doc-level3:last-child {
	border-bottom: none;
}

.action-doc-level2 > .action-type {
	padding-left: 41px;
	font-size: 12px;
	font-family: "LatoLight", sans-serif;
}

.action-doc-level2 .documents-block .man-position {
	background-color: #fff;
}

.action-doc-level2 .comment-block .comment {
	background-color: #fff;
}

.action-doc-level3 {
	background-color: #f0f0f0;
	box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid #fff;
}

.action-doc-level3 > .action-type {
	padding-left: 41px;
	font-size: 12px;
	font-family: "LatoLight", sans-serif;
}

.action-doc-level3 .documents-block .man-position {
	background-color: #fff;
}

.action-doc-level3 .comment-block .comment {
	background-color: #fff;
}

.comment-out {
	width: 320px;
	height: 100px;
	background-color: #fafafa;
	padding: 10px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	overflow: auto;
}

#UserBan {
	margin-top: 15px;
}

.img-block img {
	width: 100%;
	height: 100%;
}

.icon-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 5px;
}

.icon-wrap > div {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.not_active {
	display: none;
}

.not_select {
}

.admin-role-man {
	text-align: center;
}

.admin-role-update-man {
	justify-content: center;
}

.admin-role-update-man a {
	margin-left: 0;
	margin-right: 0;
}

.cus_new_comments {
	right: 12px;
	top: -35px;
	z-index: 999;
}

a.rules-checked {
	position: relative;
	float: left;
	width: 15px;
	height: 15px;
	margin: 5px 10px 0px 0;
	border: 1px solid #0067ad;
}

a.rules-checked.active {
	background: #0067ad;
}

.main-form {
	width: 572px;
	z-index: 999;
	background-color: #3781b4;
	border-radius: 2px;
	border: 1px solid #679ec4;
	height: 450px;
	/* position: relative; */
}

.form-wrapper {
	height: 100%;
	width: 100%;
}

.rect-block {
	width: 134px;
	height: 12px;
	border: 1px solid #679ec4;
	border-radius: 7px;
	background-color: #035e9b;
	position: relative;
}

.main-form__input:focus {
	outline: none;
}

.input-wrap {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 15px;
}

.form-line {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.admin-role-man {
	text-align: center;
}

.admin-role-update-man {
	justify-content: center;
}

.admin-role-update-man a {
	margin-left: 0;
	margin-right: 0;
}

.admin-role__menu-link:hover .drop-menu {
	display: block;
}

.drop-menu {
	background-color: #fff;
	position: absolute;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 999;
	display: none;
	top: -8px;
	transition: all 0.3s;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
}

.drop-menu__item {
	height: 37px;
}

.admin-role__menu-item {
	position: relative;
}

.drop-second {
	right: 0;
}

.popup-frame {
	display: none;
	width: 1095px;
	background-color: #fff;
	margin: auto;
	border-top: 3px solid #0067ad;
}

.popup-header {
	font-family: "LatoBold", sans-serif;
	font-size: 26px;
	text-align: center;
}

.popup-form-add {
	min-height: 91px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 968px;
	margin: auto;
}

.popup-form-add-checked {
	margin-top: 68px;
}

.popup-header-checked {
	margin-top: 68px;
}

.popup-forms {
	width: 968px;
	margin: auto;
}

.popup-form-item {
	height: 50px;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
}

.popup-form-item__desc {
	font-family: "LatoMedium", sans-serif;
	font-size: 16px;
	margin-left: 35px;
}

.popup-form-item:nth-child(even) {
	background-color: #fff;
}

.popup-form-add {
	background-color: #f5f5f5;
}

.popup-btn {
	background-color: #0067ad;
	width: 170px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
}

.popup-btn:hover {
	opacity: 1;
}

.popup-btn > span {
	color: #ffffff;
}

.popup-describe {
	font-family: "LatoMedium", sans-serif;
	font-size: 18px;
	margin-top: 40px;
	text-align: center;
}

.overlay {
	height: 100%;
	width: 100%;
}

.not-active-element {
	min-height: 35px;
	width: 194px;
	background-color: #fafafa;
	display: flex;
	justify-content: center;
	align-items: center;
}

.action-doc-level2 {
	background-color: #fbfbfb;
	border-bottom: 1px solid #fff;
	box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.08);
}

.action-doc-level2:last-child {
	border-bottom: none;
}

.action-doc-level3:last-child {
	border-bottom: none;
}

.action-doc-level2 > .action-type {
	padding-left: 41px;
	font-size: 12px;
	font-family: "LatoLight", sans-serif;
}

.action-doc-level2 .documents-block .man-position {
	background-color: #fff;
}

.action-doc-level2 .comment-block .comment {
	background-color: #fff;
}

.action-doc-level3 {
	background-color: #f0f0f0;
	box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid #fff;
}

.action-doc-level3 > .action-type {
	padding-left: 41px;
	font-size: 12px;
	font-family: "LatoLight", sans-serif;
}

.action-doc-level3 .documents-block .man-position {
	background-color: #fff;
}

.action-doc-level3 .comment-block .comment {
	background-color: #fff;
}

.helper {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.main-form {
	width: 572px;
	z-index: 999;
	background-color: #3781b4;
	border-radius: 2px;
	border: 1px solid #679ec4;
	height: 450px;
}

.form-wrapper {
	height: 100%;
	width: 100%;
}

.rect-block {
	width: 134px;
	height: 12px;
	border: 1px solid #679ec4;
	border-radius: 7px;
	background-color: #035e9b;
	position: relative;
}

.main-form__input {
	z-index: 999;
	display: block;
	margin: auto;
	width: 407px;
	height: 59px;
	padding-left: 64px;
	background-color: #347eb0;
	color: #fff;
	font-family: "LatoRegular", sans-serif;
	border: 1px solid #6ea2c5;
	border-radius: 1px;
	position: relative;
	font-size: 18px;
}

.main-form__input:focus {
	outline: none;
}

.input-wrap {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 15px;
}

.form-item .input-wrap:first-child > input {
	background-image: url(../img/person.svg);
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: 15px 12px;
}

.form-item .input-wrap:nth-child(2) > input {
	background-image: url(../img/parol.svg);
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: 15px 12px;
}

.form-line {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.admin-role-man {
	text-align: center;
}

.admin-role-update-man {
	justify-content: center;
}

.admin-role-update-man a {
	margin-left: 0;
	margin-right: 0;
}

.admin-role__menu-link:hover .drop-menu {
	display: block;
}

.arrow-icon {
	margin-left: 12px;
	align-self: flex-start;
	margin-top: 4px;
	transform: rotate(180deg);
	transition: all 0.3s;
}
.drop-menu__item {
	height: 37px;
}

.admin-role__menu-item {
	position: relative;
}

.drop-second {
	right: 0;
}

.arrow-icon-drop {
	margin-left: auto;
	margin-right: 18px;
	margin-top: 0;
	height: 100%;
	width: 100%;
	align-self: center;
}

.arrow-wrapper {
	margin-left: auto;
	height: 12px;
	width: 12px;
	display: flex;
	margin-right: 18px;
	transition: all 0.3s;
	align-self: flex-start;
	margin-top: 10px;
}

.admin-role__menu {
	background-image: url(../img/filter_bg.jpg);
	height: 70px;
	-webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	display: flex;
	align-items: center;
}

.admin-role__menu-link {
	text-transform: uppercase;
	color: #ffffff;
	font-family: "LatoRegular", sans-serif;
	position: relative;
	display: flex;
	align-items: center;
	position: relative;
}

.admin-role__menu-link:hover {
	color: #ffffff;
}

.admin-role__menu-link:visited {
	color: #ffffff;
}

.admin-role__menu-link:hover .drop-menu {
	display: block;
}

.drop-menu__item {
	height: 37px;
}

.drop-menu__link:hover .arrow-wrapper {
	transform: rotate(180deg);
}

.admin-role__menu-item {
	position: relative;
	transition: all 0.3s;
}

.drop-second {
	right: 0;
}

.arrow-icon-drop {
	margin-left: auto;
	margin-right: 18px;
	margin-top: 0;
	height: 100%;
	width: 100%;
	align-self: center;
}

.arrow-wrapper {
	margin-left: auto;
	height: 12px;
	width: 12px;
	display: flex;
	margin-right: 18px;
}

.drop-menu__link:hover {
	color: #000000;
	background-color: #e1e1e1;
}

.arrow-icon {
	margin-left: 12px;
	align-self: flex-start;
	margin-top: 4px;
	transform: rotate(180deg);
}

.arrow-icon-drop {
	margin-left: auto;
	margin-right: 18px;
	margin-top: 0;
	height: 100%;
	width: 100%;
	align-self: center;
}

.admin-role__menu-item-delete {
	background-color: #e0ebf4;
	height: 38px;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 233px;
}

.admin-role__menu-item-delete:hover .drop-menu {
	display: none;
}

.admin-role__menu-item-delete .admin-role__menu-link {
	color: #005ea5;
	width: 100%;
	display: flex;
	justify-content: center;
}

.menu-delet-filter {
	display: flex;
}

.menu-delet-filter > img {
	height: 13px;
	width: 15px;
}

.admin-role__menu-item-delete .admin-role__menu-link > span {
	display: flex;
	align-items: center;
}

.menu-delet-filter {
	display: flex;
}

.menu-delet-filter > img {
	height: 13px;
	width: 15px;
}

.popup-frame {
	width: 1095px;
	background-color: #fff;
	margin: auto;
	border-top: 3px solid #0067ad;
	padding-bottom: 68px;
}

.popup-header {
	font-family: "LatoBold", sans-serif;
	font-size: 26px;
	text-align: center;
}

.popup-form-add {
	min-height: 91px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup-forms {
	width: 968px;
	margin: auto;
}

.popup-forms .add-item-document {
	margin-left: 0;
}

.popup-form-item {
	height: 50px;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
}

.popup-form-item__desc {
	font-family: "LatoMedium", sans-serif;
	font-size: 16px;
	margin-left: 35px;
}

.add-item-document .popup-form-item input {
	border: none;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 3px;
}

.add-item-document .popup-form-item .img-icon-block {
	margin: 5px 0 0 10px;
}

.add-item-document .popup-form-item .popup-form-item__desc {
	margin-left: 10px;
}

.add-item-document .popup-form-item input:focus {
	outline: none;
}

.popup-form-item:nth-child(even) {
	background-color: #fff;
}

.popup-form-add {
	background-color: #f5f5f5;
}

.popup-btn {
	background-color: #0067ad;
	width: 170px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup-btn > span {
	color: #ffffff;
}

.admin-role-desc_law > div:nth-child(4) {
	width: 200px !important;
}

.admin-role-desc_law > div:nth-child(5) {
	width: 300px !important;
}

.admin-role-desc_law > div:nth-child(6) {
	width: 200px !important;
}

.admin-role-desc_law .admin-role__update a {
	display: block;
	margin: 0;
}

.admin-role-desc_law .admin-role-item__user {
	justify-content: center;
}

.popup-describe {
	font-family: "LatoMedium", sans-serif;
	font-size: 18px;
	margin-top: 40px;
	text-align: center;
}

.overlay {
	height: 100%;
	width: 100%;
}

.popup-error.popup-frame {
	border-top: 3px solid #d74119;
	opacity: 0.9;
}

.popup-error .popup-header {
	font-size: 40px;
}

.popup-error .popup-header {
	color: #d74119;
}

.popup-error .popup-describe {
	color: #d74119;
}

.popup-error .popup-form-add {
	background-color: transparent;
}

.popup-error .popup-btn {
	background-color: #d74119;
	margin-top: 80px;
	margin-bottom: 68px;
}

.close-icon-popup {
	height: 18px;
	width: 20px;
}

.close-icon-popup-wrapper {
	margin-left: auto;
	margin-top: 25px;
	display: block;
	opacity: 1;
	width: 100%;
	text-align: right;
	padding-right: 23px;
	margin-bottom: 34px;
}

.close-icon-popup-wrapper {
}

.close-icon-popup-wrapper:hover {
	opacity: 1;
}

.popup-success {
	border-top: 3px solid #2eba9c;
	opacity: 0.9;
}

.popup-success .popup-btn {
	background-color: #2eba9c;
	margin-top: 80px;
	margin-bottom: 68px;
}

.popup-success .popup-form-add {
	background-color: transparent;
}

.popup-success .popup-header {
	font-size: 40px;
}

.popup-warning .popup-header {
}

.popup-warnin {
	border-top: 3px solid #2eba9c;
	opacity: 0.9;
}

.popup-warning .popup-form-add {
	background-color: transparent;
	justify-content: flex-end;
}

.popup-warning .popup-form-add .popup-btn {
	margin-top: 80px;
	margin-bottom: 68px;
	margin-right: 12px;
	background-color: #d74119;
}

.popup-warning .popup-form-add .popup-btn:last-child {
	margin-right: 56px;
	background-color: #0067ad;
}

.admin-desc__item {
	padding-right: 15px;
}

.admin-role-desc .admin-desc__item {
	padding-left: 0;
	padding-right: 15px;
}

.admin-role-desc .admin-desc__item .rules-checked,
.item-id.admin-role-item .rules-checked {
	margin: 5px 0 0px 0;
}

.admin-role-desc .admin-desc__item:first-child,
.admin-role-desc .admin-desc__item:nth-child(2) {
	width: 50px;
	padding-left: 15px;
}

.admin-role-desc .admin-desc__item:nth-child(3) {
	width: 250px;
}

.admin-role-desc .admin-desc__item:nth-child(4) {
	width: 160px;
}

.admin-role-desc .admin-desc__item:nth-child(5) {
	width: 150px;
}

.admin-role-desc .admin-desc__item:nth-child(6) {
	width: 150px;
}

.admin-role-desc .admin-desc__item:nth-child(7) {
	width: 150px;
}

.admin-role-desc .admin-desc__item:nth-child(8) {
	width: 190px;
}

.admin-role-desc .admin-desc__item:nth-child(9) {
	width: 250px;
}

.admin-role-desc .admin-desc__item:last-child {
	width: 100px;
}

.admin-role-item > div {
	padding-left: 0;
	padding-right: 15px;
}

.admin-role-item > div:first-child {
	width: 50px;
	padding-left: 15px;
}

.admin-role-item > div:nth-child(2) {
	width: 50px;
}

.admin-role-item > div:nth-child(3) {
	width: 250px;
}

.admin-role-item > div:nth-child(4) {
	width: 160px;
}

.admin-role-item > div:nth-child(5) {
	width: 150px;
}

.admin-role-item > div:nth-child(6) {
	width: 150px;
}

.admin-role-item > div:nth-child(7) {
	width: 150px;
}

.admin-role-item > div:nth-child(8) {
	width: 190px;
}

.admin-role-item > div:nth-child(9) {
	width: 250px;
}

.admin-role-item > div:last-child {
	width: 100px;
}

.action-describe > .action-head-item {
	padding-left: 0;
	padding-right: 15px;
}

.action-describe > .action-head-item:first-child {
	padding-left: 15px;
	width: 250px;
}

.action-describe > .action-head-item:nth-child(2) {
	width: 235px;
}

.action-describe > .action-head-item:nth-child(3) {
	width: 320px;
}

.action-describe > .action-head-item:last-child {
	width: 370px;
}

.action-doc > div {
	padding-left: 0;
	padding-right: 15px;
}

.action-doc > div:first-child {
	padding-left: 15px;
	width: 250px;
	text-align: center;
}

.action-doc > div:nth-child(2) {
	width: 235px;
}

.action-doc > div:nth-child(3) {
	width: 320px;
}

/*
.action-doc > div:last-child {
    width: 100%;
}
*/

.img-block a {
	display: block;
	height: 80px;
	width: 80px;
	float: left;
	margin: 0 4px 4px 0;
	position: relative;
}

.img-block a:nth-child(1) {
	margin-top: 4px;
}

.img-block a:nth-child(2) {
	margin-top: 4px;
}

.the_effect_is_especially_for_tanya {
	background: rgb(197, 240, 212);
	-webkit-transition: width 2s, height 2s, background-color 2s,
		-webkit-transform 2s;
	transition: width 1s, height 1s, background-color 1s, transform 1s;
}

.documents-block-radio {
	justify-content: flex-start;
	width: 233.53px !important;
}

.documents-block-radio + div {
	width: 317.95px !important;
}

.add-item-document {
	margin-left: 60px;
}

.add-item-document .popup-form-item__desc {
	margin-left: 10px;
}

.title_result {
	width: 100% !important;
}

.admin-role__admin-panel > div {
	width: 33% !important;
}

.admin-role__admin-panel .admin-role__update > a {
	margin-left: 27px;
}

.admin-role__admin-panel .admin-role-item__user {
	justify-content: center;
}

.sub_level .sub-item:nth-child(n + 2) {
	border-top: 3px solid rgba(0, 0, 0, 0.26);
}

.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}

.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #fff;
	width: 100%;
	max-width: 240px;
	min-width: 200px;
	min-height: 37px;
}

.select-styled {
	color: #000000;
	font-family: "LatoRegular", sans-serif;
	text-transform: uppercase;
	display: flex;
	flex-grow: 1;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #e1e1e1;
	font-size: 14px;
	padding: 8px 20px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	min-height: 37px;
	line-height: 14px;
}
.select-styled:after {
	content: "";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-color: #505050 transparent transparent transparent;
	position: absolute;
	top: 16px;
	right: 10px;
}
.select-styled:hover {
	background-color: #e1e1e1;
}

.select-styled-active:after,
.select-styled-active:after {
	top: 9px;
	border-color: transparent transparent #505050 transparent;
}

.select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #ffffff;
	color: #000000;
	box-shadow: 0px 3px 8px -1px rgba(50, 50, 50, 0.75);
	max-height: 450px;
	overflow-y: scroll;
}
.select-options li {
	margin: 0;
	padding: 6px 0;
	text-indent: 15px;
	border-top: 1px solid #e1e1e1;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.select-options li:hover {
	background: #e1e1e1;
}
.select-options li[rel="hide"] {
	display: none;
}

.count-comment-manager {
	right: 72px;
}

.item-comment {
	width: 100%;
	margin: 0 0 2px 0;
}

.im_left {
	justify-content: flex-start;
}

.im_left > .name-block-small:first-child {
	margin-right: 30px;
}

a.s_message {
	position: absolute;
	float: left;
	left: 280px;
	top: 2px;
	width: 32px;
	height: 32px;
	background-image: url(../img/send_message.svg);
}

a.s_silent_message {
	position: absolute;
	float: left;
	left: 323px;
	top: 3px;
	width: 32px;
	height: 32px;
	background-image: url(../img/send_silent_message.png);
	opacity: 0.6;
	background-size: contain;
}

.d_pdf {
	background-image: url(../img/pdf-icon.svg);
	background-repeat: no-repeat;
	background-size: 80px;
}

.d_docx {
	background-image: url(../img/docx-icon.svg);
	background-repeat: no-repeat;
	background-size: 80px;
}

.d_doc {
	background-image: url(../img/doc-icon.svg);
	background-repeat: no-repeat;
	background-size: 80px;
}

.d_xlsx {
	background-image: url(../img/xlsx-icon.svg);
	background-repeat: no-repeat;
	background-size: 80px;
}

.d_img {
	background-image: url(../img/d_image.png);
	background-repeat: no-repeat;
	background-size: 80px;
}

span.doc_span {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

input[name="picker_filing_date"] {
	color: #a09b9b;
	border: 1px solid #e1e1e1;
	padding: 5px;
	font-size: 15px;
	width: 200px;
	text-align: center;
}

.status_of_customer_date {
	/* position: absolute; */
	float: left;
	width: 100%;
	left: 0;
	font-weight: bold;
}

.message_date {
	font-size: 10px;
	color: #979797;
}

.delete_customer {
	margin-top: -60px;
}

.m_top_50 {
	margin-top: 50px;
}

.resume_customer {
	position: absolute;
	top: 45px;
}

.selectMultiple {
	width: 100%;
	position: relative;
}
.selectMultiple select {
	display: none;
}
.selectMultiple > div {
	position: relative;
	z-index: 2;
	padding: 8px 12px 2px 12px;
	/* border-radius: 8px; */
	background: #fff;
	font-size: 14px;
	min-height: 44px;
	/* box-shadow: 0 4px 16px 0 rgba(22, 42, 90, 0.12); */
	border: 1px solid rgba(22, 42, 90, 0.12);
	transition: box-shadow 0.3s ease;
}
/* .selectMultiple > div:hover {
	box-shadow: 0 4px 24px -1px rgba(22, 42, 90, 0.16);
} */
.selectMultiple > div .arrow {
	right: 1px;
	top: 0;
	bottom: 0;
	cursor: pointer;
	width: 28px;
	position: absolute;
}
.selectMultiple > div .arrow:before,
.selectMultiple > div .arrow:after {
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	height: 8px;
	border-bottom: 8px solid #99a3ba;
	top: 43%;
	transition: all 0.3s ease;
}
.selectMultiple > div .arrow:before {
	right: 12px;
	transform: rotate(-130deg);
}
.selectMultiple > div .arrow:after {
	left: 9px;
	transform: rotate(130deg);
}
.selectMultiple > div span {
	color: #99a3ba;
	display: block;
	position: absolute;
	left: 12px;
	cursor: pointer;
	top: 8px;
	line-height: 28px;
	transition: all 0.3s ease;
}
.selectMultiple > div span.hide {
	opacity: 0;
	visibility: hidden;
	transform: translate(-4px, 0);
}
.selectMultiple > div a {
	position: relative;
	padding: 0 24px 6px 8px;
	line-height: 28px;
	color: #1e2330;
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 0 0;
}
.selectMultiple > div a em {
	font-style: normal;
	display: block;
	white-space: nowrap;
}
.selectMultiple > div a:before {
	content: "";
	left: 0;
	top: 0;
	bottom: 6px;
	width: 100%;
	position: absolute;
	display: block;
	background: rgba(232, 232, 232, 0.7);
	z-index: -1;
	border-radius: 4px;
}
.selectMultiple > div a i {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 28px;
	display: block;
}
.selectMultiple > div a i:before,
.selectMultiple > div a i:after {
	content: "";
	display: block;
	width: 2px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #333;
	border-radius: 1px;
}
.selectMultiple > div a i:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.selectMultiple > div a i:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.selectMultiple > div a.notShown {
	opacity: 0;
	transition: opacity 0.3s ease;
}
.selectMultiple > div a.notShown:before {
	width: 28px;
	transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
}
.selectMultiple > div a.notShown i {
	opacity: 0;
	transition: all 0.3s ease 0.3s;
}
.selectMultiple > div a.notShown em {
	opacity: 0;
	transform: translate(-6px, 0);
	transition: all 0.4s ease 0.3s;
}
.selectMultiple > div a.notShown.shown {
	opacity: 1;
}
.selectMultiple > div a.notShown.shown:before {
	width: 100%;
}
.selectMultiple > div a.notShown.shown i {
	opacity: 1;
}
.selectMultiple > div a.notShown.shown em {
	opacity: 1;
	transform: translate(0, 0);
}
.selectMultiple > div a.remove:before {
	width: 28px;
	transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
}
.selectMultiple > div a.remove i {
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.selectMultiple > div a.remove em {
	opacity: 0;
	transform: translate(-12px, 0);
	transition: all 0.4s ease 0s;
}
.selectMultiple > div a.remove.disappear {
	opacity: 0;
	transition: opacity 0.5s ease 0s;
}
.selectMultiple > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	z-index: 1;
	max-height: 300px;
	overflow-y: auto;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: none;
	border-radius: 8px;
	transform: translate(0, 20px) scale(0.8);
	transform-origin: 0 0;
	filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
	transition: all 0.4s ease,
		transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
}
.selectMultiple > ul li {
	color: #1e2330;
	background: #fff;
	padding: 12px 16px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease 0.3s,
		opacity 0.5s ease 0.3s, border-radius 0.3s ease 0.3s;
}
.selectMultiple > ul li:first-child {
	border-radius: 8px 8px 0 0;
}
.selectMultiple > ul li:first-child:last-child {
	border-radius: 8px;
}
.selectMultiple > ul li:last-child {
	border-radius: 0 0 8px 8px;
}
.selectMultiple > ul li:last-child:first-child {
	border-radius: 8px;
}
.selectMultiple > ul li:hover {
	background: #0067ad;
	color: #fff;
}
.selectMultiple > ul li:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	border-radius: 100%;
	transform: scale(1, 1) translate(-50%, -50%);
	transform-origin: 50% 50%;
}
.selectMultiple > ul li.beforeRemove {
	border-radius: 0 0 8px 8px;
}
.selectMultiple > ul li.beforeRemove:first-child {
	border-radius: 8px;
}
.selectMultiple > ul li.afterRemove {
	border-radius: 8px 8px 0 0;
}
.selectMultiple > ul li.afterRemove:last-child {
	border-radius: 8px;
}
.selectMultiple > ul li.remove {
	transform: scale(0);
	opacity: 0;
}
.selectMultiple > ul li.remove:after {
	-webkit-animation: 0.4s ease-out;
	animation: 0.4s ease-out;
}
.selectMultiple > ul li.notShown {
	display: none;
	transform: scale(0);
	opacity: 0;
	transition: transform 0.35s ease, opacity 0.4s ease;
}
.selectMultiple > ul li.notShown.show {
	transform: scale(1);
	opacity: 1;
}
.selectMultiple.open > div {
	box-shadow: 0 4px 20px -1px rgba(22, 42, 90, 0.12);
}
.selectMultiple.open > div .arrow:before {
	transform: rotate(-50deg);
}
.selectMultiple.open > div .arrow:after {
	transform: rotate(50deg);
}
.selectMultiple.open > ul {
	transform: translate(0, 12px) scale(1);
	display: block;
	filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
}

.action-panel {
	font-family: "LatoMedium", sans-serif;
	font-size: 16px;
	justify-content: space-between;
	display: flex;
	padding: 0;
	align-items: center;
	background-color: #fff;
	transition: all 0.2s;
	webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.08);
	padding: 10px;
	border-bottom: 1px solid #f0f0f0;
}

.paging-panel {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0.75rem 1.25rem;
	background-color: rgba(255, 255, 255, 1);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.paging-panel .pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}

.pagination a,
.pagination span {
	color: #6c757d;
	cursor: pointer;

	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.search-panel {
	display: flex;
	align-items: center;
	position: relative;
}

.search-panel input {
	border-radius: 0;
	margin-right: 10px;
	padding: 0 10px;
}

.search-panel [type="reset"] {
	background-color: #e3e3e3;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	position: absolute;
	border: 0;
	left: calc(100% - 80px);
	line-height: 10px;
	display: none;
}

.search-panel [type="reset"].visible {
	display: block;
}

.search-panel .btn {
	border-radius: 0;
}

.search-panel img {
	height: 20px;
	width: 20px;
	margin: 3px 5px;
}

.swal-modal .swall-text {
	max-height: 20em;
	overflow-y: scroll;
	width: 100%;
}

#AddDocument {
	position: absolute;
	top: 0;
	transform: translate(-50%);
}

.documents_checked {
	position: absolute;
	bottom: 45px;
	left: 160%;
	transform: translateX(-50%);
	padding: 10px;
	z-index: 520;
	font-size: 16px;
	min-width: 800px;
}
.documents_checked .checkbox_block {
	float: left;
	margin-left: 18px;
}

.document_check {
	position: absolute;
	bottom: -60px;
	left: 47%;
	transform: translateX(-50%);
	min-width: 300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}

.document_check .document_check_block {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-left: 18px;
}

.inner_content {
	display: flex;
	align-items: center;
}

.inner_content label {
	margin-left:5px;
}

.need_check_color {
	background-color: #ffcccb;
}

.checked_color {
	background-color: #ddfada;
}

.checked_color_darker {
	background-color: #90ee90;
}

.we_make_color {
	background-color: #FFFFE0!important;
}

.red_dot {
	width: 13px;
	position: absolute;
	right: 16px;
	top: 3px;
}

.drop-menu__item .red_dot {
	right: -16px;
}

.red-dot-margin {
	margin-right: 8px;
}

.need_check_color_border {
	border-color: #ffcccb;
}

.checked_color_border {
	border-color: #ddfada;
}

.red-text{
	color: lightcoral;
}

.all-comments{
	position: absolute;
	z-index: 999;
	width: 300px;
	left: 20px;
	margin-top: -15px;
}

.all-comments .comments{
	border-top: 3px solid #e1e1e1;
	margin-top: 15px;
}

.all-comments .comments .message{
	text-align: right;
}

.all-comments .comments .comment-title{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}

.comment-warn-static {
	background-color: #f6e1e1;
}

.all-comments .comments .message .comment-position{
	text-align: right;
	max-width: 250px;
	margin-left: 50px;
}

.delete-doc {
	background-image: url(../img/x-2.svg);
	width: 13px;
	height: 14px;
	z-index: 999;
	position: absolute;
	border: 1px solid red;
	right: -5px;
	top: -6px;
}

.lawyer_download_date {
	position: absolute;
	top: 85px;
	font-size: 11px;
}

.notifications {
	position: absolute;
	left: 15px;
	max-width: 310px;
}
.notifications h4 {
	margin-bottom: 10px;
}

.notifications .red {
	color: red;
}

.notifications .yellow {
	color: darkgoldenrod;
}

.notifications .comments a span {
	font-size: 10px;
	color: #979797;
	text-align: right;
	display: block;
	width: 100%;
}

.notifications .comments a {
	display: block;
	width: 100%;
}

.notification .datetime {
	font-size:12px;
}