/* HTML5 reset */
html, body, div, span, applet, object, iframe,  p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}
h1, h2, h3, h4, h5, h6 { margin: 0;	padding: 0;	border: 0;	vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {	border-collapse: collapse; border-spacing: 0;}
img {display: block;}
p, span, h1, h2, h3, h4, h5, h6 {cursor: default;}
/*------- Шрифты --------*/
body {font-family:  Arial, sans-serif;}
/* -------------- общее ------------  */
html, body {background: #e9e9e9; color: #4c535a; min-width: 700px; min-height: 100vh; height: calc(var(--vh, 1vh) * 100);}/* последнее чтоб футер на смартфонах стоял внизу экрана */
.width {max-width: 1000px; width: 100%; margin: 0 auto; position: relative; box-sizing: border-box; }
.page {box-sizing: border-box;} 

.title {text-align: center; font-size: 26px;  padding: 30px 0; line-height: 35px;}

/* -------------- таблица ------------  */
.table {width: 100%; font-size: 15px; line-height: 20px;}
.table tr {border-bottom: 1px solid #DEE2E6;}
.table td {padding: 10px;}
.tr_header {font-weight: bold; color: #4c535a;}
.table_i {width: 15px; text-align: center;}

.table_dop {width: 100%; font-size: 13px; line-height: 15px; background: #DEE2E6;}
.bg_table_dop {background: #DEE2E6;}
.table_dop td {padding: 10px;}
.tr_header_table_dop {border-bottom: 1px solid #b8bfc5; color: #4c535a; font-weight: bold;}

.box {background: #fff; border: 1px solid #D7DFE3; border-radius: 4px; overflow: hidden; padding: 20px; box-shadow: 0px 0px 20px #00000015;}
.box_title {line-height: 30px; font-size: 21px;}

.nav {padding: 20px 25px 19px;  border-bottom: 1px solid #D7DFE3; box-sizing: border-box; font-size: 14px; cursor: pointer;}
.nav_active { border-bottom: 2px solid #1E88E5; padding-bottom: 18px;}
.nav_empty {height: 55px; border-bottom: 1px solid #D7DFE3; ; cursor: default;}
.page_box {padding: 30px 20px;}

/* -------------- бокс ------------  */
.box {background: #fff; border: 1px solid #D7DFE3; border-radius: 4px; overflow: hidden; padding: 20px; box-shadow: 0px 0px 20px #00000015;}
.box_title {line-height: 30px; font-size: 21px;}
.box_text {line-height: 30px; font-size: 14px;}

/* -------------- окно сообщений ------------  */
#window {position: fixed; top: 0px; bottom: 0px; left: 0px; right: 0px; background: rgba(0, 0, 0, 0.7); z-index: 10000; display: none;}
.window {height: 100%;}
#window_box {max-width: 90%; width: 500px; position: relative; max-height: 90%; overflow-y: auto;}
#window_close {position: absolute; top: 0px; right: 0px; padding: 8px; cursor: pointer;}
/* -------------- tab ------------  */
/* 
.tab_box {border: #5B666A 1px solid;  background: #fff;}
.tab_button {border-bottom: #5b666a 1px solid; height: 30px; text-align: center; line-height: 30px; background: #99a5b0; cursor: pointer; padding: 0 10px;}
.tab_button_active {border-bottom: #fff 1px solid; height: 30px; background: #fff;}
.tab_button_separator {background: #5B666A; border-bottom: #5B666A 1px solid; height: 30px; width: 1px;} */

.tab_title {line-height: 40px;  font-size: 20px; text-align: center;}
.tab_text {line-height: 30px; text-align: justify;}
.line {border: 1px solid #5B666A; color: #242d35;  width: 100%; box-sizing: border-box; border-radius: 3px; overflow: hidden;}
.line_title {background: #5B666A; color: #fff; padding: 0 10px; line-height: 30px; font-size: 15px;}
.line_text {  padding: 0 10px; line-height: 30px; font-size: 14px; box-sizing: border-box;}
.line_i { padding: 0; width: 30px; text-align: center; line-height: 30px; font-size: 16px; box-sizing: border-box;}
.line_p {line-height: 30px; box-sizing: border-box; font-size: 12px;}
.line_separator {background: #5B666A; width: 1px; box-sizing: border-box;}
.line_separator_horisontal {background: #5B666A; width: 100%; height: 1px; box-sizing: border-box;}
.line_input { height: 30px; line-height: 30px; outline: none; padding: 0 10px; box-sizing: border-box; border: none;}
.line_textarea {min-height: 30px; height: 150px; resize: vertical;} /* resize: none;  - запретить растягивание по высоте */
.line_textarea_div {min-height: 30px; line-height: 20px; outline: none; padding: 5px 10px; box-sizing: border-box; border: none; font-size: 14px; background: #ffffff; }
.line_select {line-height: 30px; height: 30px; border-radius: 0px; outline: none; padding: 0 10px; border: none;}
.line_button { padding: 0 30px; height: 30px; line-height: 30px; color: #fff; cursor: pointer; border-radius: 3px; font-size: 12px; box-sizing: border-box; text-align: center;}
.line_switch {width: 37px; height: 22px; margin-top: 3px; }
.line_checkbox {height: 20px; display: inline-block; margin-bottom: -5px;}
.line_radio {height: 20px; width: 20px; padding: 5px;}
.line_i_button {border: 1px solid #5B666A; padding: 5px; margin: 5px; width: 28px; font-size: 14px; box-sizing: border-box; text-align: center;border-radius: 4px; cursor: pointer;}

/* -------------- Шапка ------------  */
.header {background: #303B44; height: 50px; border-bottom: solid 1px #242d35; box-sizing: border-box; z-index: 100;}
.header_logo {font-size: 24px; color: #fff; padding: 0 20px 0 0; line-height: 49px; font-family:  MuseoSansCyrl_2, Arial, sans-serif; text-decoration: none;}
.header_separator {height: 30px; margin: 10px 0; width: 2px; border-left: solid 1px #222527; background: #708291; box-sizing: border-box;}
.header_button {padding: 0px 20px; line-height: 49px; }
.header_menu {padding: 0 0 0 20px; line-height: 49px; }
#header_menu_panel {position: absolute; top: 50px; right: 0px; background: #303B44; z-index: 46468;}
.header_menu_separator {border-bottom: solid 1px #242d35; border-top: solid 1px #3e4b57;}
.header_menu_text {font-size: 12px; line-height: 49px; color: #fff;}

/* -------------- футер ------------  */
.footer {background: #303B44;  height: 60px;}
.footer_text {font-size: 16px; line-height: 60px; padding: 0 20px; color: #fff; text-decoration: none;}

/* -------------- Поиск ------------  */
.search_header {height: 30px; line-height: 30px; outline: none; padding: 0 10px; box-sizing: border-box;  background: #242d34; border-radius: 3px; border: 1px solid #4f5d68; color: #fff; padding: 0 10px; text-align: right; margin-top: 10px;}
.search_header::placeholder {color: #637583;}

.search_nav {height: 30px; line-height: 30px; outline: none; padding: 0 10px; box-sizing: border-box;  background: #f2f3f3; border-radius: 3px; border: 1px solid #9daaaf; color: #fff; padding: 0 10px; text-align: right; margin-top: 13px;}
.search_nav::placeholder {color: #637583;}

/* ------------- кнопки страниц pagination ------------  */
.pagination_num {line-height: 30px; padding: 0 10px;}

.file_box { position: relative; margin: 5px; display: inline-block;  max-height: 150px; box-sizing: border-box;}
.file_file {max-width: 230px; max-height: 150px; box-sizing: border-box ; z-index: 100; position: relative;}
.file_delete {position: absolute; right: 0px; top: 0px; padding: 5px; z-index: 11111;}
