@charset "utf-8";

/* ================================================================================ */
/* HEADER */
.header {
	background-color: #dff1f3;
	box-shadow: 0 -2px 15px #37474f;
}

/* ================================================================================ */
/* NAV */
.content .nav {
	background-color: #ffffff;
}

.content .nav a {
	color: #000000;
}

.content .nav a p {
	background-color: #e4e6e8;
	background-color: #00939D20;
}

/* ================================================================================ */
/* FOOTER */
.footer {
	background-color: #00939D;
	color: #ffffff;
}

/* ================================================================================ */
/* ASIDE */
.content .aside {
	box-shadow: -5px -10px 10px #00939D88;
}

.content .bx_head {
	background-color: #00939D;
	color: #dff1f3;
}

.content .glob_btms>span {
	border: 2px solid #e4e6e8;
}

.wrapper .bx_add {
	background-color: #00939D77;
}

.content .inf_load {
	background-image: url("/adm/static/img/load_01.svg");
	background-color: #e4e6e8;
	background-color: #00939D20;
}

/* ================================================================================ */
/* Tables */
.content .tbl_scroll {
	border: 2px solid #00939D;
	border: 2px solid #00939D77;
}

.content .tbl_scroll .tr_select td {
	background-color: #dff1f3;
}

.content table th {
	color: #00939D;
}

.content table th,
.content table td {
	border: 1px solid #00939D;
	border: 1px solid #00939D77;
}

/* Выделение блоков в таблице */

.content table .number {
	background-color: #ffffff;
}

.content table input:read-only,
.content table select:disabled,
.content table textarea:read-only {
	background-color: #e4e6e8 !important;
	background-color: #00939D20 !important;
}

.content table input,
.content table select,
.content table textarea,
.content table td:not(.actions)>div {
	border: 2px solid #00939D;
	background-color: #e4e6e8;
	background-color: #00939D20;
}

#editActive input,
#editActive select,
#editActive textarea,
#editActive td:not(.actions)>div {
	background-color: #ffffff;
}

.content table tr th:last-child,
.content table .actions {
	background-color: #ffffff;
}

.content table input,
.content table select,
.content table textarea,
.content table p {
	color: #000000;
}

.content table .tr_plus,
.content table .btms_conf p,
.content table .actions p {
	border: 2px solid #00939D;
	background-color: #37474f;
	background-color: #00939D30;
}

.content table option {
	background-color: #ffffff;
}

.content table .tr_edit {
	background-image: url("/adm/static/img/tr_edit.svg");
}

.content table .tr_check {
	background-image: url("/adm/static/img/tr_check.svg");
}

.content table .tr_cross {
	background-image: url("/adm/static/img/tr_cross.svg");
}

.content table .tr_plus {
	background-image: url("/adm/static/img/tr_plus.svg");
}

.content table .tr_trash {
	background-image: url("/adm/static/img/tr_trash.svg");
}

.content table .actions .tr_trash {
	background-color: #ff8585;
	background-color: #ff5f5faa;
}