@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap");

.bg_grey {
  background-color: rgb(245, 245, 245);
  color: rgb(50, 50, 50);
  font-size: 14px;
}

html {
  font-size: 14px;
}

body {
  font-family: "Source Sans Pro", sans-serif;

  font-size: 16px;
}

.table_report {
  font-size: 14px;
}

.form_enter_to_cite {
  width: 300px;
  padding: 15px;
  background-color: rgb(245, 245, 245);
  color: rgb(100, 100, 100);
  border: 1px solid rgb(200, 200, 200);
  margin: 0 auto;
}

.row {
  padding: 0px;
  margin: 0px;
}

.conteiner-fluid {
  padding: 0px;
  margin: 0px;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
  padding: 0px;
  margin: 0px;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  padding: 0px;
  margin: 0px;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  padding: 0px;
  margin: 0px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 0px;
  margin: 0px;
}

.h1 {
  font-size: 24px;
}

.table_form {
  font-size: 14px;
}

.table_form input {
  border: 1px solid rgb(230, 230, 230);
  padding: 3px;
  font-size: 14px;
  width: 100%;
}
.table_form textarea {
  border: 1px solid rgb(230, 230, 230);
  padding: 3px;
  font-size: 14px;
  width: 100%;
}
/*
.table_form input[type="text"] {
	background-color: transparent;
}*/

.table_form input[type="date"] {
  background-color: transparent;
}

.table_form select {
  border: 1px solid rgb(230, 230, 230);
  /*border-bottom: 1px solid rgb(220,220,220);*/
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 14px;
  width: 100%;
  /*background-color: transparent;*/
}

.table td {
  padding: 4px 12px;
}
.table th {
  padding: 4px 12px;
}

.table_form_border input {
  border: 1px solid rgb(230, 230, 230);
  padding: 3px;
  font-size: 14px;
  width: 100%;
}

.table_form_border textarea {
  border: 1px solid rgb(230, 230, 230);
  padding: 3px;
  font-size: 14px;
  width: 100%;
}

.div_will_change {
  padding: 4px;
  min-height: 27px;
  cursor: pointer;
  border: 1px solid rgb(230, 230, 230);
}

.table_form_border select {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 14px;
  border: 1px solid rgb(220, 220, 220);
  height: 27px;
  width: 100%;
}

.title_filtr {
  font-size: 14px;
  color: rgb(100, 100, 100);
}

.btn_my {
  padding: 3px 6px;
}

.jast_pole {
  padding: 4px 0px;
}

.table_form th {
  vertical-align: middle;
  font-size: 14px;
}

.d_inline {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.part_filtr {
  padding: 0 10px;
  padding-bottom: 5px;
  background-color: rgb(245, 245, 245);
  border: 1px solid rgb(220, 220, 220);
}

.create_prihod {
  background-color: rgb(245, 245, 245);
  border: 1px solid rgb(220, 220, 220);
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#create_prihod {
  display: none;
}

#block_width_table {
  position: relative;
  bottom: 0px;
}

.fixtable-fixed {
  position: fixed;
  top: 0;
  z-index: 101;
  background-color: #fcf8e4;
  border-bottom: 1px solid #ddd;
}

.tbhead_span {
  display: none;
}

.tbhead_title {
  display: inline-block;
}

.c_ft {
  color: rgb(0, 0, 0);
  text-decoration: underline;
  cursor: pointer;
}

.bg_no_full {
  background-color: rgb(255, 235, 235);
}

.bg_full_green {
  background-color: rgb(235, 255, 235);
}

.bg_full {
}

.place_width_stat {
  padding: 15px;
  background-color: rgb(245, 245, 245);
  margin-top: 15px;
  font-size: 14px;
  border: 1px solid rgb(220, 220, 220);
}

.table_form input[disabled] {
  border-color: transparent;
}
input[type="text"][disabled] {
  background-color: transparent;
  color: black;
}
input[type="date"][disabled] {
  background-color: transparent;
  color: black;
}

select[disabled] {
  background-color: transparent;
  border-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: black;
}

.link_in_table {
  color: rgb(100, 100, 200);
}

.table_form td {
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.table_form th {
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 8px;
  padding-top: 8px;
}

.bg_manager_color {
  background-color: rgb(220, 220, 255);
}

.bg_contractor_color {
  background-color: rgb(255, 255, 180);
}

.a_copy {
  cursor: pointer;
  font-size: 14px;
}

.a_delete {
  cursor: pointer;
  font-size: 14px;
  color: rgb(255, 0, 0);
}

.table_form td {
  border-top: 1px solid rgb(220, 220, 220);
  border-bottom: 1px solid rgb(220, 220, 220);
}

.table_form thead th {
  border-bottom: 1px solid rgb(220, 220, 220);
}

.title_td_men {
  color: rgb(100, 100, 100);

  font-size: 12px;
}

.div_will_change:hover {
  background-color: rgb(200, 200, 255);
}

.input_text {
  background-color: transparent;
}

.input_text_hover:hover {
  background-color: rgb(200, 200, 255);
  cursor: pointer;
}

.input_hover:hover {
  background-color: rgb(200, 200, 255);
  cursor: pointer;
}
.div_will_change_disable:hover {
  background-color: transparent;
  cursor: default;
}

.div_will_change_disable {
  border-color: transparent;
}

.favorit {
  font-size: 28px;
  color: rgb(150, 150, 150);
}

.favorit:hover {
  color: rgb(255, 0, 0);
  cursor: pointer;
}

.favorit_selected {
  font-size: 28px;
  color: rgb(255, 0, 0);
  cursor: pointer;
}

.stat_personal {
  font-size: 18px;
}

.place_stat {
  font-size: 14px;
}

#men_dop_1[data="0"] {
  display: none;
}

#men_dop_2[data="0"] {
  display: none;
}

#men_pr_dop_1[data="0"] {
  display: none;
}

#men_pr_dop_2[data="0"] {
  display: none;
}

#men_zp_dop_1[data="0"] {
  display: none;
}

#men_zp_dop_2[data="0"] {
  display: none;
}

.btn_person {
  cursor: pointer;
  color: green;
}

.fa-plus-circle {
  cursor: pointer;
  color: green;
}
.fa-minus-circle {
  cursor: pointer;
  color: red;
}

h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}

.sidebar_1 {
  height: 300px;
  background-color: rgb(245, 245, 245);
}
.sidebar_2 {
  height: 300px;
  background-color: rgb(245, 245, 245);
}

.block_with_calc {
  background-color: rgb(230, 240, 255);
  padding: 15px;
  border: 3px solid rgb(220, 230, 255);
}

.title_rasch {
  font-size: 16px;
  font-weight: 500;
}
.title_rasch_2 {
  font-size: 16px;
}

.step_title {
  font-size: 14px;
  color: rgb(150, 150, 150);
}

.title_create_kp {
  color: rgb(50, 50, 50);
  padding-bottom: 3px;
}

.form_create_kp {
  background-color: rgb(245, 245, 245);
  border: 1px solid rgb(230, 230, 230);
}

.color_red {
  color: red;
}
.color_yellow {
  color: rgb(200, 200, 0);
}

.desc_CommonModal {
  padding: 15px;
}

.table_form_loaded td {
  border-bottom: 0px solid rgb(0, 0, 0);
  border-top: 0px solid rgb(0, 0, 0);
  padding: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 5px;
}

.table_form_loaded tr:hover {
  background-color: rgb(235, 235, 235);
}

.table_with_hover tr:hover {
  background-color: rgb(235, 235, 235);
}

.checked_in_tkp {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid rgb(50, 50, 50);
  background-color: rgb(80, 80, 80);
}

.un_checked_in_tkp {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid rgb(50, 50, 50);
}

.table_upack {
  width: 100%;
  border-collapse: collapse;
}

.table_upack td {
  padding: 3px 5px;
  border: 1px solid rgb(50, 50, 50);
}
.just_table {
  width: 100%;
  border-collapse: collapse;
}

.just_table td {
  padding: 2px 6px;
  border: 1px solid rgb(130, 130, 130);
  font-size: 13px;
}

.page_list {
  display: inline-block;
  padding: 3px 6px;
  background-color: rgb(180, 180, 180);
  color: white;
  margin-right: 5px;
  margin-bottom: 5px;
}

.page_list_active {
  background-color: rgb(50, 50, 50);
}

.form-check input {
  width: auto;
}

.table_form_loaded_top td {
  border-bottom: 1px solid rgb(220, 220, 220);
}

.fa-info-circle {
  cursor: pointer;
}

.nav-item .nav-link {
  font-size: 14px;
}

.font-size-14 {
  font-size: 13px;
}

.one_block_ob {
  cursor: pointer;
}

.one_block_ob:hover {
  color: rgb(50, 200, 50);
  cursor: pointer;
}

.one_block_ob_selected {
  color: rgb(50, 200, 50);
  font-size: 16px;
  font-weight: 600;
}

.table-b24-tkp {
  font-size: 14px;
  border-collapse: collapse;
}

.table-b24-tkp th {
  padding: 6px 12px;
}
.table-b24-tkp td {
  padding: 6px 12px;
}
.table-b24-tkp tr:nth-child(2n + 1) {
  background-color: rgb(245, 245, 245);
}

.crm-kp-raschet-not-teplo {
  background-color: rgb(245, 245, 245);
  padding: 15px;
  font-size: 14px;
}

.crm-kp-raschet-not-teplo table td {
  padding: 10px;
}

.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 20%;
  float: left;
}
.col-5-th {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 768px) {
  .col-sm-5th {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-5th {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-5th {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 992px) {
  .col-md-5th {
    width: 33%;
    float: none;
    display: block;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .col-md-5th.col-sm-5th {
    width: 20%;
    float: left;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 769px) {
  .col-md-5th {
    width: 100%;
    float: none;
    display: block;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-5th.col-sm-5th {
    width: 50%;
    float: none;
    display: block;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .col-md-5th {
    width: 100%;
    float: none;
    display: block;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-md-5th.col-sm-5th {
    width: 100%;
    float: none;
    display: block;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.opros_list table {
  width: 100%;
  background-color: white;
  border-collapse: collapse;
}

.opros_list table td {
  padding: 5px 8px;
  border: 1px solid rgb(240, 240, 240);
}

.opros_list {
  max-width: 800px;
  background-color: rgb(245, 245, 245);
  padding: 15px;
  font-size: 14px;
  border: 1px solid rgb(220, 220, 220);
}

.opros_title {
  margin-top: 20px;
  margin-bottom: 10px;
}

.opros_input {
  width: 100%;
  padding: 4px;
  border: 1px solid rgb(200, 200, 200);
}

.title_opros_small {
  text-decoration: underline;
  text-align: center;
}

.total_work_time {
  padding: 5px 10px;
  border: 1px solid rgb(50, 50, 50);
  border-radius: 10px;
  display: inline-block;
  font-size: 14px;
  background-color: black;
  color: white;
}

.table_work_date {
  width: 100%;
  border-collapse: collapse;
}

.table_work_date td {
  padding: 3px;
  font-size: 14px;
  border: 1px solid rgb(230, 230, 230);
}

.table_work_date label {
  padding: 0px;
  margin: 0px;
}

.red {
  color: red;
}

.pointer {
  cursor: pointer;
}

.display_table_row {
  display: table-row;
}
.display_none {
  display: none;
}

#xml_schema {
  right: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
}

.schema_header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 30px;
  margin-top: 0px;
  background-color: transparent;
}

.schema_footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 30px;
  margin-left: -20px;
  margin-right: -21px;
  margin-bottom: -30px;
  background-color: rgb(235, 235, 235);
  opacity: 0.5;
  color: black;
  font-size: 13px;
  padding-top: 6px;
  padding-left: 20px;
  cursor: pointer;
  text-align: center;
}

.schema_footer .fa {
  font-size: 16px;
}

.schema_footer:hover {
  background-color: rgb(220, 220, 220);
}

.schema_right {
  position: absolute;
  bottom: 0px;
  top: 0px;
  right: 0px;
  width: 30px;
  margin-top: -21px;
  margin-right: -21px;
  background-color: rgb(235, 235, 235);
  opacity: 0.5;
  color: black;
  font-size: 13px;
  padding-left: 12px;
  padding-top: 20px;
  cursor: pointer;
}

.schema_right:hover {
  background-color: rgb(220, 220, 220);
}

.schema_inline_icon {
  display: inline-block;
  margin-right: 20px;
}

#schema_setting {
}

.schema_teploobmennik_block {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 500px;
  margin-left: -20px;
  margin-right: -21px;
  background-color: rgb(250, 250, 250);
  opacity: 1;
  color: black;
  font-size: 13px;
  padding-top: 6px;
  border-top: 1px solid rgb(200, 200, 200);
  border-bottom: 1px solid rgb(200, 200, 200);
  overflow: auto;
  display: none;
}

.schema_teploobmennik_block_div {
  height: 492px;
  overflow: auto;
  vertical-align: top;
}

.schema_teploobmennik_block_inline_inner {
  min-width: 400px;
  height: 370px;
}

.schema_teploobmennik_block_div_table td {
  border-right: 1px solid rgb(200, 200, 200);
  padding-left: 10px;
  padding-right: 10px;
}

.table_char {
  width: 100%;
  font-size: 13px;
}

.table_char_tube_shell td {
  width: 100%;
  padding: 3px 5px;
  border: 1px solid rgb(230, 230, 230);
}

.btn_block_from_right {
  display: inline-block;
  padding: 10px 12px;
  font-size: 13px;
  border: 1px solid rgb(100, 100, 100);
  z-index: 201;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
}

.cog_block_from_right {
  display: inline-block;
  padding: 10px 12px;
  font-size: 13px;
  border: 1px solid rgb(100, 100, 100);
  z-index: 201;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
}

.schema_block_right {
  position: absolute;
  bottom: 0px;
  top: 0px;
  right: 0px;
  margin-top: -21px;
  margin-bottom: -30px;
  margin-right: -20px;
  width: 90%;
  background: rgb(250, 250, 250);
  opacity: 1;
  color: black;
  font-size: 14px;
  overflow: auto;
  display: none;
  z-index: 200;
  border: 1px solid rgb(200, 200, 200);
  padding: 15px 20px;
}

.schema_block_right .fa-chevron-down {
  color: rgb(150, 150, 150);
  font-size: 9px;
}
.schema_block_right .fa-chevron-up {
  color: rgb(150, 150, 150);
  font-size: 9px;
}

.array_layer_name_title {
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
}

.title_in_section {
  font-weight: 600;
}

.class_block_my_speed {
  display: inline-block;
}

.one_layer_block_data {
  display: none;
  font-size: 14px;
}

.one_table_layer {
  width: 100%;
  border-collapse: collapse;
}

.one_table_layer td,
.one_table_layer th {
  padding: 4px 8px;
  border: 1px solid rgb(220, 220, 220);
}

.block_data_id {
  display: none;
}

.opros_list_in_data .opros_title {
  cursor: pointer;
}

.opros_list_in_data .fa-chevron-down {
  font-weight: 100;
  font-size: 12px;
}

.opros_list_in_data .fa-chevron-up {
  font-weight: 100;
  font-size: 12px;
}

#block_my_speed input {
  font-size: 14px;
  height: 20px;
  width: 100px;
}

.select_in_table_layer {
  width: 100%;
  padding: 3px;
  height: 30px;
}

.select_in_table_layer:disabled {
  width: 100%;
  padding: 3px 5px;
  height: 28px;
  background-color: rgb(245, 245, 245);
  border: 1px solid rgb(50, 50, 50);
}

.one_table_layer_first_tr tr {
  background-color: rgb(235, 235, 235);
}

.one_table_layer_first_tr th {
  padding-top: 8px;
  padding-bottom: 8px;
}

.size_block_auto {
  border-bottom: 1px solid rgb(220, 220, 220);
  padding-top: 15px;
  padding-bottom: 15px;
}

.table_add_position td {
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.one_auto_model {
  display: inline-block;
  background-color: rgb(235, 235, 235);
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 3px;
  margin-bottom: 3px;
}

.post_data {
  min-width: 100%;
}

.post_data td {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.post_data_first_tr {
  background-color: rgb(245, 245, 245);
}

.post_data_first_tr_model {
  background-color: rgb(255, 255, 255);
}

.post_data_price {
  text-align: center;
}

.background_padding {
  padding: 10px;
  background-color: rgb(245, 245, 245);
}

.table_model {
  width: 800px;
  background-color: rgb(245, 245, 245);
  margin-top: 20px;
  border-collapse: collapse;
}

.table_model td {
  padding: 5px 20px;
  border: 1px solid white;
  vertical-align: middle;
}

.table_model .input_radio {
  text-align: center;
  width: 50px;
}
.table_model .td_delete {
  text-align: center;
  width: 150px;
}
.table_model .td_um {
  text-align: center;
  width: 150px;
}

.delete_link {
  color: red;
  font-size: 14px;
}
.delete_link:hover {
  color: red;
  font-size: 14px;
}

.tr_layer_block {
  background-color: rgb(240, 240, 240);
}
.tr_layer_block td {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal {
  z-index: 100000;
}

.table_b24_report td {
  vertical-align: top;
}

#setting_sch table td {
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#setting_sch table td input {
  width: 100%;
  padding: 4px;
}

#setting_sch table td select {
  width: 100%;
  padding: 4px;
}

.table_systemp_upravlenia {
  border: 0px;
}

.table_systemp_upravlenia td {
  border: 0px;
}

.table_systemp_upravlenia td:nth-child(1) {
  text-align: right;
}

.show_rool_2 #b1 {
  display: none;
}

.price_change_show {
  display: inline-block;
}
.price_change_hidden {
  display: none;
}

.bg_table_just_one {
}

.not_active_tr {
  opacity: 0.5;
}

.b24_plus .ck-content {
  height: 400px;
}
.table_mail {
  border-collapse: collapse;
  background-color: white;
  font-size: 13px;
  width: 100%;
}

.table_mail td {
  border: 1px solid rgb(220, 220, 220);
  padding: 5px;
}

.table_form_char {
  font-size: 13px;
}

.table_form_char input {
  width: 100%;
  padding: 5px 10px;
}

.table_form_char select {
  width: 100%;
  padding: 5px 10px;
}

.table_form_char td {
  padding: 5px 10px;
}

.table_form_char_col {
  background-color: rgb(245, 245, 245);
}

.table_form_char_col_last_main td {
  padding-bottom: 10px;
}
.table_form_char_col_first_main td {
  padding-top: 10px;
}
.table_form_char_col_first td {
  padding-top: 10px;
}
.table_form_char_col_last td {
  padding-bottom: 10px;
}

.bold_first_select {
  font-weight: 600;
}

.filter_data_select {
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid rgb(100, 100, 100);
  font-size: 13px;
}
.filter_data_input {
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid rgb(100, 100, 100);
  background-color: black;
  color: white;
  font-size: 13px;
}
.filter_data_input_submit {
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid rgb(100, 100, 100);
  background-color: black;
  color: white;
  font-size: 13px;
}
.filter_data_input_clear {
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid rgb(100, 100, 100);
  background-color: rgb(85, 113, 2);
  color: white;
  font-size: 13px;
}

.table_nabor_list {
  width: 100%;
}

.table_nabor_list td {
  vertical-align: middle;
}

.compare_data_am {
  border-collapse: collapse;
}

.compare_data_am td {
  padding: 5px 10px;
  border: 1px solid rgb(220, 220, 220);
}

.combine_auto_model div {
  display: inline-block;
  padding: 3px;
  border-radius: 4px;
  background-color: rgb(230, 230, 230);
  font-size: 13px;
  border-radius: 2px solid rgb(255, 255, 255);
  margin-right: 8px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.combine_auto_model div .fa {
  color: red;
}

.check_layer_model {
  cursor: pointer;
}

.table_price_combine input:disabled {
  background-color: rgb(245, 245, 245);
}

.change_schema_user_setting {
  cursor: pointer;
  color: rgb(50, 50, 50);
}

.d_ssnc {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: rgb(245, 245, 245);
  border: 1px solid rgb(220, 220, 220);
  padding: 5px;
}

.d_ssnc div {
  text-align: center;
}

.d_ssnc_title {
  padding-bottom: 5px;
}

.table_ssnc {
  width: 100%;
  border-collapse: collapse;
}

.table_ssnc td {
  border-bottom: 1px solid rgb(220, 220, 220);
  padding-top: 10px;
  padding-bottom: 5px;
}

.table_char_opros {
  width: 100%;
  border-collapse: collapse;
}

.table_char_opros td {
  padding: 4px;
}

.table_mass_change {
  width: 100%;
  border-collapse: collapse;
}

.table_mass_change td {
  padding: 4px;
}

.opros_list .opros_input[disabled] {
  background-color: rgb(230, 230, 230);
}

.table-schema-project-info {
  border-collapse: collapse;
}

.table-schema-project-info td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  font-size: 14px;
}

.user_role {
  padding: 5px;
  background-color: rgb(240,240,240);
  border-radius: 5px;
  display: inline-block;
  margin: 5px;
}

.scale-down {
  position: absolute;
  bottom: 10px;
  left: 0px;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid rgb(200,200,200);
  font-size: 22px;
  cursor: pointer;
  background-color: rgb(250,250,250);
  width: 40px;
  text-align: center;
}

.scale-up {
  position: absolute;
  bottom: 10px;
  left: 50px;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid rgb(200,200,200);
  font-size: 22px;
  cursor: pointer;
  background-color: rgb(250,250,250);
  width: 40px;
  text-align: center;
}

.ddi_table {
  width: 100%;
  border-collapse: collapse;
}

.ddi_table td {
  padding: 10px;
  border: 1px solid rgb(220,220,220);
}

.title_create_bill {
  font-size: 13px;
}

.table-bill {
  border-collapse: collapse;
  font-size: 13px;
}

.table-bill td {
  padding-right: 10px;
  padding-top: 5px;
}

.table-payemnt-data {
  border-collapse: collapse;
  width: 100%;
}

.table-payemnt-data td {
  padding: 10px;
  vertical-align: middle;
}


.payment-tr td {
  border-top: 1px solid rgb(220,220,220);
}

.add-comment-bill {
  cursor: pointer;
}