body {
  font-family: 'Roboto Condensed', sans-serif;
}
.panel-heading {
  font-size: 1.3em;
}
/*.form-control {padding: 2px 5px; height: 28px;}*/
.delete_text {
  margin-bottom: 0;
  color: #d9534f;
}
.text_btn {
  background-color: transparent;
  border: 0;
  margin: 0 auto;
  padding: 0;
  display: block;
}
.text_btn:hover {
  text-decoration: underline;
}
.glyphicon,
.btn {
  font-weight: 500;
}
.tooltip {
  font-size: 1.2em;
  font-family: 'Roboto Condensed';
}
.sub_panel_heading {
  padding: 2px 10px;
  font-size: 1.1em;
}
.panel-body {
  padding-bottom: 0;
}
sub {
  font-family: 'Roboto Condensed', sans-serif;
}
.vcenter {
  margin-top: -4px; /*background-color: #ddd; color: #555;*/
  /* border-color: #4e9d4e; */
}
.vcenter_no_color {
  margin-top: -4px;
}
.nowrap {
  white-space: nowrap;
}
.extend {
  padding-left: 5px;
  padding-right: 0;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
td.td_link:hover {
  cursor: pointer;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
}

.top_off {
  margin-top: 5px;
}
.dateFilter {
  color: #555;
  font-size: 0.9em;
  font-weight: 300;
}

/* фон на клетките при hover */
.table-hover tbody tr:hover {
  background-color: #fffce1;
}
td.highlight {
  background-color: #fffce1 !important;
}

@media only screen and (min-width: 800px) {
  div.dt-buttons {
    float: right;
    top: -36px;
    font-size: 0.9em;
    font-weight: 300;
  }
  .syncAlert {
    font-size: 2.5rem;
  }
  .syncAlertBtn {
    text-align: right;
  }
}

@media only screen and (max-width: 799px) {
  div.dt-buttons {
    font-size: 0.9em;
    font-weight: 300;
    text-align: left;
    margin-top: 5px;
  }
  .syncAlert {
    font-size: 2.5rem;
    text-align: center;
    padding-bottom: 15px;
  }
  .syncAlertBtn {
    text-align: center;
  }
  .container-fluid.page-with-map,
  .container.page-with-map {
    padding-left: 0;
    padding-right: 0;
  }
}

button.dt-button,
div.dt-button,
a.dt-button {
  color: #555;
  z-index: 9;
}

.preview_table td {
  height: 30px !important;
}

small {
  color: #aaa;
}

.entry_icon {
  font-weight: bold;
}
.right_off {
  margin-right: 5px;
}

/* размера на tooltop-a*/
div.tooltip-inner {
  text-align: left;
  /*-webkit-border-radius: 0px;*/
  /*-moz-border-radius: 0px;*/
  /*border-radius: 0px;*/
  /*margin-bottom: 6px;*/
  /*background-color: #000;*/
  /*font-size: 14px;*/
  max-width: 450px;
  /*width: 350px;*/
}
.top_menu {
  background-color: #f8f8f8;
  z-index: 9999;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.text-success {
  color: #5cb85c !important;
}
.text-success:hover {
  color: #3c763d !important;
}
.text-primary {
  color: #337ab7 !important;
}
.text-primary:hover {
  color: #31708f !important;
}

.export_nav {
  border: 1px solid #e7e7e7;
  padding: 5px;
}

a.today {
  padding-top: 195px;
  margin-top: -195px;
}

a.anchor {
  padding-top: 170px;
  margin-top: -170px;
}

.navbar-right li {
  border-right: 1px solid #f8f8f8;
  border-left: 1px solid #f8f8f8;
}

.navbar-right li:hover {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #e7e7e7;
}

.dropdown-menu > li > a:hover {
  background-color: #e7e7e7;
}
.print_button {
  position: fixed !important;
  bottom: 10px !important;
  right: 20px !important;
  width: 40px;
  height: 40px;
}

@media print {
  .print_hide {
    display: none;
  }
  .print_no_border {
    border: none;
  }
}

.print_preview > input {
  background-color: #fff;
  border: none;
}

.fa-lg {
  margin-left: -5px;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}

.buttons {
  margin-top: 30px;
}

.controlCardFooter {
  background-color: #004d35;
  color: #ffffff;
}
.mb-0 {
  margin-bottom: 0;
}
.fit-table,
.fit-table > tbody > tr > th,
.fit-table > tbody > tr > td {
  padding: 4px !important;
}
.muted {
  color: #ccc !important;
}

.grey-text {
  color: #aaa !important;
}
.topoff-7 {
  padding-top: 7px;
}
.row {
  margin-left: 0;
  margin-right: 0;
}

.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    margin-bottom: 0;
  }
  .mt-15 {
    margin-top: 15px;
  }
}

.offset-x {
  margin-left: 15px;
  margin-right: 15px;
}
.disabled-td {
  background-color: #ddd;
}
.w-100 {
  width: 100%;
}
.printOnly {
  display: none;
}

@media print {
  .printOnly {
    display: block;
  }
  .no-print,
  .no-print * {
    display: none !important;
  }
}

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_buttons,
.dataTables_paginate {
  width: 50%;
  float: left;
  margin: 0;
  padding: 15px;
}

#datatable_tests_filter.dataTables_filter,
.dt-buttons {
  width: 100%;
  margin: 0;
  padding: 15px 15px 10px 15px;
}

#datatable_tests_wrapper button {
  text-rendering: auto;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  font: 400 13.3333px Arial;
  padding: 5px 10px;
  margin-right: 5px;
}

.pagination {
  margin-top: 0;
  margin-bottom: 0;
}

.marker {
  background-image: url('../img/marker.svg');
  background-size: cover;
  width: 50px;
  height: 100px;
  /* border-radius: 50%; */
  cursor: pointer;
}

.mapboxgl-popup {
  max-width: 300px !important;
  /* padding: 25px; */
}
.mapboxgl-popup-content {
  font-size: 14px !important;
  text-align: center;
  font-family: 'Fira Sans', sans-serif;
}

.datatable-panel {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
}

.pointer {
  cursor: pointer;
}

.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}

.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
