@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --currentcolor: rgb(33, 43, 54);
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}

*::-webkit-input-placeholder {
	color: #7C7C7C;
	opacity: 1;
}
*:-moz-placeholder {
	color: #7C7C7C;
	opacity: 1;
}
*::-moz-placeholder {
	color: #7C7C7C;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #7C7C7C;
	opacity: 1;
}

*{
    padding:0;
    margin:0;
    box-sizing:border-box;
    outline: none;
    transition: .3s;
    font-family: Public Sans, sans-serif;
    scrollbar-width: thin;          /* "auto" или "thin"  */
    scrollbar-color: rgba(155, 155, 155, 0.75) hsla(0,0%,50.2%,.1) ;   /* плашка скролла и дорожка */
}

body {
    width: 100%;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    line-height: 1.3;
    position: relative;
}
a{
	color:rgb(33, 43, 54);
}
a:hover{
	color:rgb(32, 101, 209);
}

.work{
    width: 100%;
    max-width: 1350px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.hidden {
  display: none !important;
}


input[type='text'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='date'],
input[type='time'],
input[type='datetime-local'],
select{
    width: 100%;
    padding: 0 28px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #EDEDED;
    border-radius: 30px;
    transition: .3s;
}

textarea{
    width: 100%;
    height: 200px;
    padding: 20px 28px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #EDEDED;
    border-radius: 30px;
    transition: .3s;
}

input:focus{
    outline: none;
}

textarea:focus{
    outline: none;
}

.link{
	color:rgb(32, 101, 209);
	border-bottom:1px dashed rgb(32, 101, 209);
}

.cols{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col{
    padding: 0 15px;
}

.status_message{
	width:320px;
	position:fixed;
	top:0;
	right:0;
	transform: translateX(-10%);
	z-index:99999;
}

.status_message div{
	cursor:pointer;
	opacity:0.6;
	margin-top:20px;
	padding:10px 20px;
	border-radius:5px;
	text-align:center;
	color: rgb(4, 41, 122);
	background-color: rgb(208, 242, 255);
	z-index:9999;
	border:1px solid rgb(4, 41, 122);
}

.status_message.error div{
	background:rgb(255, 231, 217);
	color:rgb(122, 12, 46);
	border:1px solid rgb(122, 12, 46);
}

.btn{
    display: inline-block;
    border: medium none;
    background: transparent;
    cursor: pointer;
    transition: .3s;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    font-size: 14px;
    min-width:110px;
    border-radius: 5px;
    color:#fff;
    padding: 10px 15px;
}

.btn:hover{
    opacity:0.8;
	color:#fff;
}

.btn i{
    display: inline-block;
    margin-right:10px;
}

.btn-blue{
    background:rgb(32, 101, 209);
}

.btn-green{
    background:rgb(0, 171, 85);
}

.btn-red{
    background:rgb(255, 72, 66);
}

.btn-trash{
	width:auto !important;	
}
.btn-trash:hover{
	color:rgb(255, 72, 66) !important;
	
}
.btn-trash i{
	margin:0;
}
.blue{
    color:rgb(32, 101, 209);
}

.green{
    color:rgb(0, 171, 85);
}

.red{
    color:rgb(255, 72, 66);
}

button:focus{
    outline: none;
}

.title-block{
	display:block;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    position: relative;
}
h2.title-block{
	display:block;
    margin: 15px 0;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    position: relative;
}

.login_form_over{
	height:100vh;
	display:flex;
	align-items:center;
	justify-content:center;
}

.login_form_over .form{
    max-width:500px;
    width:100%;
    box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
    padding:40px;
    border-radius: 5px;
    border:1px solid rgb(232, 232, 232);
}

.form_input{
	display:block;
    border-radius: 5px;
    color: rgb(33, 43, 54);
    position: relative;
    cursor: text;
    border:1px solid rgb(106, 106, 106);
    margin:15px 0;
}
.form_elements .col{
	width:33.3%;
}
.add_el_module {
	margin-bottom:20px;
	display:inline-block;
}
.chosen-container{
	padding: 15px 20px;
}
.chosen-container-single .chosen-single{
	line-height:30px;
	color:var(--currentcolor);
	background:#fff;
	border:0;
	box-shadow:none;
}
.chosen-container-multi .chosen-choices{
	border:0;
	box-shadow:none;
}
.form_input > span{
    position:absolute;
    top:-12px;
    left:17px;
    font-size: 14px;
    color:rgba(33, 43, 54,0.9);
    padding:3px 5px;
    display:inline-block;
    background:#fff;
	border-radius:3px;
	z-index:9;
}
.form_input > select.mark{
    position:absolute;
    bottom:-12px;
    left:17px;
    font-size: 14px;
    color:rgb(33, 43, 54);
    padding:3px 5px;
    display:inline-block;
    background:#fff;
	border-radius:3px;
	z-index:9;
	max-width:200px;
	border:1px solid rgb(232, 232, 232);
	border-radius:5px;
	font-size:12px;
	opacity:0.7;
}
.form_input > select.mark:hover{
	opacity:1;
}

.group_block .cols{
  padding-top:20px;
  background:rgba(255,255,255,1);
}

.group_block .cols:nth-child(2n){
	background:rgba(145, 158, 171, 0.12);
}

.group_block .cols:hover{
	background:rgba(255, 208, 65, 0.12);
}

.group_block{
	margin-bottom:15px;
}

.form_input input[type='text'],
.form_input input[type='email'],
.form_input input[type='number'],
.form_input input[type='password'],
.form_input input[type='search'],
.form_input input[type='date'],
.form_input input[type='time'],
.form_input input[type='datetime-local'],
.form_input textarea,
.form_input select{
    font: inherit;
    letter-spacing: inherit;
    color: var(--currentcolor);
    border: 0px none;
    display: block;
    width: 100%;
    padding: 15px 20px;
    border-radius:10px;
    font-size: 16px;
}
.form_checkbox{
	display:flex;
	margin:15px 10px;
}

.form_checkbox input{
	margin-right:10px;
}

.form_input.focus{
    border-color:rgb(32, 101, 209);
}

.form_input.focus span{
    color:rgb(32, 101, 209);
}
.list_select{
	border-radius: 5px;
	color: rgb(33, 43, 54);
	position: relative;
	cursor: text;
	border: 1px solid  rgb(106, 106, 106);
	margin: 15px 0;
	padding:20px 20px 10px;

}.list_select .list_select_checkbox{
	display:flex;
	flex-wrap:wrap;

}
.list_select > span{
    position:absolute;
    top:-12px;
    left:17px;
    font-size: 14px;
    color:rgb(33, 43, 54);
    padding:3px 5px;
    display:inline-block;
    background:#fff;
	border-radius:3px;
	z-index:9;
}
.checkbox_select_div{
	display:flex;
	margin:0 5px 5px 0;
	padding:8px 15px;
	border:1px solid #000;
	border-radius: 5px;
	max-width:100%;
	overflow:hidden;

}

.checkbox_select_div input{
	display:none;
}


.checkbox_select_div .remove{
	margin-left:10px;
}


.wrap_section{
	width:100%;
	display:flex;
}

.wrap_toolbar{
	width:250px;
	padding:0px 15px;
	border-right:1px solid rgb(232, 232, 232);
	height:100vh;
	overflow-y:scroll;
	background:rgba(145, 158, 171, 0.12);
}
.wrap_toolbar::-webkit-scrollbar {
  width: 12px;               /* ширина scrollbar */
}
.wrap_toolbar::-webkit-scrollbar-track {
  background: orange;        /* цвет дорожки */
}
.wrap_toolbar::-webkit-scrollbar-thumb {
  background-color: blue;    /* цвет плашки */
  border-radius: 20px;       /* закругления плашки */
  border: 3px solid orange;  /* padding вокруг плашки */
}
.wrap_toolbar .title-toolbar{
	box-sizing: border-box;
	list-style: none;
	font-weight: 700;
	line-height: 1.5;
	font-size: 0.75rem;
	text-transform: uppercase;
	font-family: Public Sans, sans-serif;
	padding-top: 12px;
	padding-left: 10px;
	padding-bottom: 8px;
	color: rgb(33, 43, 54);
}

.wrap_toolbar .link-toolbar {
	display:flex;
	flex-wrap:wrap;
	padding: 8px 10px 8px 10px;
	color: rgb(26, 26, 26);
	margin: 0px 0px 0px;
	justify-content: flex-start;
	align-items: center;
	font-size:16px;
	border-radius: 5px;
}
.wrap_toolbar .link-toolbar span{
	width:calc(100% - 40px);
}
.wrap_toolbar .link-toolbar .icon-toolbar{
	width:30px;
	color:#00a7ff;
}
.wrap_toolbar .link-toolbar:hover, .wrap_toolbar .link-toolbar.active{
	color:rgb(0, 171, 85);
	background-color: rgba(0, 171, 85, 0.08);
}

.users-toolbar{
	display:flex;
	margin: 0px 0px 10px;
	justify-content: flex-start;
	align-items: center;
	font-size:16px;
	border-radius: 0px;
	font-weight:700;
	background-color: rgba(145, 158, 171, 0.12);
	padding: 16px 20px;
	margin:0 -15px;
}
.users-toolbar a.name{
	font-size:16px;
	font-weight:700;
	text-decoration:none;
}

.users-toolbar .pic{
	width:50px;
	height:50px;
	border-radius:50%;
	background-size:cover;
	background-position:center center;
	margin-right:20px;
}

.users-toolbar span{
	display:block;
	margin-top:4px;
	font-weight:100;
	font-size:12px;
}

.users-toolbar a{
	display:block;
	margin-top:4px;
	font-weight:100;
	font-size:12px;
	text-decoration:underline;
}

.wrap_main{
	width:calc(100% - 250px);
	padding:10px 20px;
	height:100vh;
	overflow-y:scroll;
}
.wrap_main_popup{
	width:100%;
	max-width:1500px;
}
.wrap_main_popup .form_over{
	padding:0;
	border:0;
	box-shadow:none;
}
.dashboard_table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
.dashboard_table .bold{
	font-weight:bold;
}

.dashboard_table thead{
    display: table-header-group;
}

.dashboard_table thead tr{
	color: inherit;
	display: table-row;
	vertical-align: middle;
	outline: currentcolor none 0px;
}

.dashboard_table thead tr{
	color: inherit;
	display: table-row;
	vertical-align: middle;
	outline: currentcolor none 0px;
}

.dashboard_table thead th{
	line-height: 1.5rem;
	font-family: Public Sans, sans-serif;
	font-weight: 600;
	display: table-cell;
	vertical-align: inherit;
	text-align: left;
	padding: 5px;
	border-bottom: medium none;
	color: rgb(99, 115, 129);
	background-color: rgb(244, 246, 248);
}

.dashboard_table tbody tr{
	color: inherit;
	display: table-row;
	vertical-align: middle;
	outline: currentcolor none 0px;
}
.dashboard_table tbody tr:hover td{
	background-color: rgb(244, 246, 248);
}

.dashboard_table tbody td{
	line-height: 1em;
	font-family: Public Sans, sans-serif;
	font-weight: 400;
	vertical-align: inherit;
	text-align: left;
	padding:0 5px;
	color: rgb(33, 43, 54);
	border-bottom: medium none;
	border-bottom: 1px solid #eee;
}

.dashboard_table tbody td a{
	display:inline-block;
	padding: 11px 0;
	width:100%;
}
.dashboard_table tbody tr:hover td a{
	color:rgb(32, 101, 209);
}
.dashboard_table tbody tr:hover td .btn-trash{
	color:rgb(255, 72, 66) !important;
	
}
.dashboard_table tfoot td {
	line-height: 1.5rem;
	font-size: 0.875rem;
	font-family: Public Sans, sans-serif;
	font-weight: 600;
	display: table-cell;
	vertical-align: inherit;
	text-align: left;
	padding: 16px;
	border-bottom: medium none;
	color: rgb(99, 115, 129);
	background-color: rgb(244, 246, 248);
}

.tfoot{
	line-height: 1.5rem;
	font-size: 0.875rem;
	font-family: Public Sans, sans-serif;
	font-weight: 600;
	display: flex;
	vertical-align: inherit;
	text-align: left;
	padding: 16px 0;
	border-bottom: medium none;
	color: rgb(99, 115, 129);
	background-color: rgb(244, 246, 248);
	justify-content: space-between;
    margin:0;
  
}
.head_block{
	margin-bottom:20px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.head_block .title-block{
	margin-bottom:10px;
}

.breadcrumbs{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.breadcrumbs li{
	position:relative;
	padding-right:20px;
	font-size:14px;
}
.breadcrumbs li a{
	border-bottom:1px solid #rgb(33, 43, 54);
}
.breadcrumbs li:before{
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: rgb(145, 158, 171);
	position:absolute;
	content:"";
	top:50%;
	transform: translateY(-50%);
	right:10px;
}
.breadcrumbs li:last-child:before{
	display:none;
}
.form_wrap{
  display:flex;
}
.form_over{
    width:80%;
    box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
    padding:20px 20px;
    border-radius: 5px;
    border:1px solid rgb(232, 232, 232);
	margin-bottom:20px;
	margin-left:20px;
}

.form_right{
    width:20%;
    box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
    padding:20px 20px;
    border-radius: 5px;
    border:1px solid rgb(232, 232, 232);
	margin-bottom:40px;    
} 
.right_over .btn{
	margin-bottom:5px;
}
/*
.form_over{
    width:100%;
    box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
    padding:20px 40px;
    border-radius: 5px;
    border:1px solid rgb(232, 232, 232);
	margin-bottom:40px;
}

.form_right{
    width:100%;
    box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
    padding:40px 40px;
    border-radius: 5px;
    border:1px solid rgb(232, 232, 232);
	margin-bottom:40px;
}
.right_over{
	display:flex;
	margin:0 -20px;
}
.right_over .item{
	padding:0 20px;
	border-right:1px solid rgb(232, 232, 232);
}*/
.line{
  margin-bottom:10px;
}
.line .btn{
  margin-bottom:10px;
}

.tabs{
  margin-bottom:20px;
  display:flex;
  flex-wrap:wrap;
}
.tab{
  border:1px solid #aeaeae;
  padding:5px 10px;
  border-radius:5px 5px 0 0;
  margin-right:-1px;
  display:block;
  margin-bottom:10px;
  border-bottom:0;
}
.tab.active, .tab:hover{
  background:rgba(0, 171, 85, 0.08);
  border-color:#000;
}
.tab_elements{
  height:0;
  overflow-y:hidden;
}
.tab_elements.active{
  height:auto;
  overflow-y: visible;
}
.widget_form_over{
	display:flex;
	margin:0px -20px 40px;
  flex-wrap: wrap;
}
.widget_form .in{
    border-bottom:1px solid rgb(232, 232, 232);
    max-height:800px;
    margin-bottom:20px;
	overflow-y:scroll;
}
.widget_form .link_block  td{
	padding:5px;
	
}
.widget_form .link_block{
	
}
.widget_form .link_block .add_el_module{
	margin-bottom:0;
}
.widget_form .link_block > div .date{
	margin-right:10px;
}
.head_form_search{
	position:relative;
}
input[type="search"].search_input{
	padding: 10px 15px;
	min-width: 300px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	margin-bottom:0;
	border-color:rgb(0, 171, 85);
	padding-right:30px;
}
.search_button{
	position:absolute;
	right:0;
	height:100%;
	padding:0 10px;
	background:none;
	border:0;
	color:rgb(0, 171, 85);
}
.add-field{
  margin-bottom:20px;
  display:inline-block;
}
.filter_div{
  height:0;
  overflow:hidden;  
}
.filter_div.active{
  height:auto;
  overflow:visible;
  margin-bottom:40px;
}
.filter_div .cols{
  justify-content: left;
}
.filter_div .cols select{
  width:100%;
}
.filter_div .cols .col{
  width:20%;
}
.form_bottom{
	padding-top:40px;
}


/**pag**/
.pag{
   /* padding-bottom: 15px;*/
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pag li{
    margin: 0 3px;
    color: #222;
}

.pag li a, .pag li span{
    display: block;
    color: inherit;
    text-align: center;
}

.pag li a:hover{
    background-color: #f4f4f4;
}


.pag li.first a,
.pag li.last a{
    color: #b9b9b9;
    font-size: 30px;
}

.pag li.first a:hover,
.pag li.last a:hover{
    color: #e51421;
    background: transparent;
}

.pag li.first a i{
    margin-right: 5px;
}

.pag li.last a i{
    margin-left: 5px;
}

.pag li.active a, .pag li.active span{
    
    color: #e51421;
}

.how_look{
    display: flex;
    align-items: center;
}

.how_look .sub{
    display: block;
    padding-right: 10px;
    color: #888;
    font-size: 14px;
}

.how_look ul{    
    list-style: none;
    display: flex;
}

.how_look ul li{
    padding: 0 7px;
    color: #222;
    font-size: 14px;
    border-right: 1px solid #cecece; 
}

.how_look ul li:last-child{
    padding-right: 0;
    border: none;
}

.how_look ul li a{
    border-bottom: 1px dotted #222;
    color: inherit;
}

.how_look ul li.active a{
    color: #e51421;
    border-color: transparent;
}
.wrap_docs{
	background:rgba(145, 158, 171, 0.12);
	min-height:100vh;
}
.docs{
	margin:0 auto;
	background:#fff;
	padding:30px;
	max-width:1000px;
	color:#000;
	font-size:14px;
	font-family:'Times New Roman';
	min-height:100vh;
}
.docs h2{
	text-align:center;
	margin-bottom:20px;
}
.docs .flex_btn{
	display:flex;
	justify-content: space-between;
	margin-bottom:20px;
}
.docs .flex_btn50{
	font-weight:normal;
	padding:20px 10px;
	flex-wrap:wrap;
}
.docs .flex_btn50 div{
	width:45%;
}
.docs p{
	margin-bottom:20px;
}
.docs ol{
	list-style: none;
    counter-reset: li;
	margin-bottom: 20px;
}
.docs ol li{
	font-weight:bold;
}
.docs ol li:before {
   counter-increment: li;
   content: counters(li, ".") ". ";
}
.docs ol li ol li {
  font-weight:normal;;
}
.docs ol li ol{
  margin-left:15px;
  padding-top:10px;
}
.docs table{
  width:100%;
  margin-bottom:20px;
}
.docs table td{
  border:1px solid #000;
  padding:5px;
}
.docs table tr td:first-child{
  width:300px;
}
.docs .break{
	background:rgba(145, 158, 171, 0.12);
	margin:30px -30px;
	padding:30px 0;
}
@media print {
	.docs .break {page-break-after: always;}
}

.div-border{
	padding: 10px 10px 10px;
	border-radius: 5px;
	border: 1px solid rgb(232, 232, 232);
	margin:0 -20px 20px;
	margin:0 0px 10px;
}

.td_status_7_1,
.td_status_10_2,
.td_type_8_1{
	background:#bbffc1;
}

.balance_minus,
.td_status_10_4,
.td_type_8_2
{
	background:#ffd3c9;
}

.no_contract{
	background:#ff9090;
}

.no_spec{
	background:#fffbda;
}

.td_status_7_2,
.td_status_7_2 a,
.td_status_10_3,
.td_status_10_3 a{
	color:rgb(172, 172, 172);
}

.td_type_8_3{
	background:#ddf5ff;
}

.filter_div .cols .col-group{
	width:50%;
	padding:10px;
	border:1px solid #d2d2d2;
	margin-top:-1px;
	margin-left:-1px;
}
.filter_div .cols .col-group-but{
	border:0;
	width:100%;
}
.filter_div .cols .col-group .cols{
	flex-wrap: wrap;
}
.filter_div .cols .col-group .title{
	font-weight:bold;
	margin-bottom:20px;
}
.filter_div .cols .col-group .cols .col{
	width:33.3%;
	
}

/* .table-ajax-col{
	display:flex;
	flex-wrap:wrap;
}
.table-ajax-col .in{
	width:50%;
} */