body {
  font-size: 14px;
  font-family: Arial;
  color: #000;
  background: #fff url(../../img/bg.jpg) no-repeat;
  background-size: cover;
}
.h2,
h2 {
  font-size: 1.8rem;
}
.h3,
h3 {
  font-size: 1.2rem;
}
a {
  color: #3873AE;
}
.container-fluid {
  min-height: 100vh;
  position: relative;
  margin: 0;
}
.header-row {
  margin: 20px;
  margin-bottom: 10px;
  margin-top: 40px;
}
.avatar {
  display: flex;
  align-items: center;
}
#master_avatar {
  width: 68px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 35px;
}
.avatar {
  width: 78px;
  height: 78px;
  float: left;
  margin: 12px 0 0 0;
  overflow: hidden;
  position: relative;
  background: transparent url(../../img/avatar_round.png) no-repeat center center;
}
.logo-row {
  text-align: center;
  display: flex;
  margin-bottom: 20px;
}
.logo-row > span {
  margin: auto;
  text-align: left;
}
.logo-row > a {
  margin: auto;
  margin-right: 20px;
}
nav.menu {
  background-color: #a18e56;
  border-radius: 25px;
  padding: 0;
}
nav.menu ul li {
  height: 50px;
  font-weight: bold;
}
nav.menu ul li a.active,
nav.menu ul li a:hover {
  background: #ca9733 url(../../img/menu_active.png) no-repeat bottom center;
  border-bottom: 3px solid #fff;
}
nav.menu ul li:first-child a {
  border-left: 0;
}
nav.menu ul li:last-child a {
  border-right: 0;
}
nav.menu ul li a {
  display: block;
  line-height: 30px;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  padding: 0 25px;
  padding-top: 10px;
  border-left: 1px solid #5a697d;
  border-right: 1px solid #444b4e;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
}
.menu .collapse.navbar-collapse {
  margin-left: 30px;
}
.content-container {
  margin: 30px 0 80px 0;
  padding: 0 30px 30px 30px;
  background: #f6f6f6 url(../../img/corner.jpg) no-repeat top left;
  border-radius: 0 0 5px 5px;
}
.no-margin {
  margin: 0;
}
.breadcrumb_line {
  height: 55px;
  margin-bottom: 30px;
  padding-left: 25px;
  border-bottom: 1px solid #dddddd;
  margin-left: 15px;
  margin-right: -30px;
}
.breadcrumb_line span {
  line-height: 55px;
}
.breadcrumb_line span.item {
  margin: 0;
  float: left;
  vertical-align: middle;
  margin-right: 5px;
  padding-right: 25px;
  border-right: 1px dashed #e3e3e3;
  display: inline-block;
}
.breadcrumb_line h1 {
  font-weight: normal;
  color: #9da7b3;
  font-size: 16px;
  padding-right: 10px;
  padding-left: 10px;
  display: inline;
}
.navbar {
  justify-content: left;
}
.navbar-toggler > span:hover {
  border-bottom: 1px solid white;
}
.separator {
  padding-right: 12px;
}
footer {
  position: absolute;
  bottom: 0;
}
.footer-container .footer {
  background: #f6f6f6;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  margin: 0;
}
.row.footer-row {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.cursor-pointer {
  cursor: pointer;
}
.margin-20 {
  margin: 20px;
}
.align-center {
  text-align: center;
}
.name-header-col {
  margin: auto;
}
.tooltip-inner {
  max-width: 250px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #3890d2;
  border-radius: 0.25rem;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #3890d2;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #3890d2;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #3890d2;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #3890d2;
}
.min-width-percent {
  min-width: 50px;
}
.bg_cervena {
  background-color: #ff0000;
}
.bg_zluta {
  background-color: #ffa201;
}
.bg_svetle_zluta {
  background-color: #fff2c6;
}
.bg_modrozelena {
  background-color: #45b6b0;
}
.bg_svetle_zelena {
  background-color: #8CFF98;
}
.bg_svetle_hneda {
  background-color: #b67300;
}
.bg_zelena {
  background-color: #27ca76;
}
.bg_lososova {
  background-color: #e98557;
}
.bg_modra {
  background-color: #5D88B3;
}
.bg_tmave_modra {
  background-color: #3f6da4;
}
.bg_fialova {
  background-color: #9973c2;
}
.bg_tmave_zelena {
  background-color: #15a185;
}
.bg_aquamarinova {
  background-color: #00bf9d;
}
.bg_ruzova {
  background-color: #df6464;
}
.bg_svetle_modra {
  background-color: #A9BFD6;
}
.bg_svetle_cervena {
  background-color: #FF6666;
}
.pink-text {
  color: #ff539a;
}
.big-text {
  font-size: 1.3em;
}
.medium-text {
  font-size: 1.2em;
}
.bold {
  font-weight: 700;
}
.white-text {
  color: white;
}
.white-text a {
  color: white;
}
.white-text a:hover {
  text-decoration: underline;
}
.red-text {
  color: #ff0000;
}
.black-text {
  color: #000;
}
.grey-text {
  color: #9da7b3;
}
.grey-text a {
  color: #9da7b3 !important;
}
.green-text {
  color: #0dca2c;
}
.blue-text {
  color: #0074eb;
}
.text-align-right {
  text-align: right;
}
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.text-italic {
  font-style: italic;
}
.padding-right-10 {
  padding-right: 10px;
}
.unset-padding {
  padding: unset !important;
}
.no-break {
  white-space: nowrap;
}
.confirmLink {
  cursor: pointer;
}
.numbers .number {
  position: relative;
  display: inline-block;
  border: 3px solid #ca9734;
  color: #ca9734 !important;
  background-color: #eee5d3;
  font-size: 54px;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  border-radius: 35px;
  line-height: 55px;
  margin-left: 25px;
}
.numbers .active {
  border: 3px solid #ff0000;
  color: #ff0000 !important;
  background-color: #ffbcbc;
}
.size-22 {
  font-size: 22px;
}
.client-info {
  font-size: 1.2rem;
  padding-left: 30px;
}
.client-info li {
  padding-top: 8px;
}
.tester-note {
  height: 180px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px;
  overflow: auto;
}
.modal-body button.btn.dropdown-toggle {
  border: 1px solid #bababa;
}
.btn-big {
  padding: 15px;
  height: 70px;
  border-radius: 10px;
  text-align: center;
  font-size: 24px;
  border: 0;
  text-decoration: none !important;
  padding-left: 30px;
  padding-right: 35px;
}
.btn-yellow {
  background-color: #ca9733;
  color: #fff;
  margin-bottom: 20px;
}
.btn-yellow:hover {
  background-color: #ca9733;
  color: #fff;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
.form-check {
  padding-left: unset;
}
input[type=checkbox] {
  margin-right: 10px;
}
#modalChooseZakazka .select2 {
  width: 100% !important;
  font-size: 16px;
}
.datagrid table {
  border: unset;
}
.datagrid table thead tr th {
  vertical-align: middle;
  border: unset;
  color: #000;
  background-color: #A9BFD6;
  padding: 8px;
  white-space: nowrap;
}
.datagrid table thead tr th .datagrid-column-header-additions {
  height: 0;
}
.datagrid table thead tr th .form-inline {
  display: block;
}
.datagrid table thead tr th a {
  color: #000;
}
.datagrid table thead tr .fit-width {
  width: 1%;
  white-space: nowrap;
}
.datagrid table thead tr:first-child th {
  padding: 12px;
  background-color: #5D88B3;
}
.datagrid table thead tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.datagrid table thead tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.datagrid table tbody tr td {
  vertical-align: middle;
  padding-left: 13px;
  border: unset;
}
.datagrid table tbody tr td.col-action {
  font-size: 22px;
  text-align: center;
  white-space: nowrap;
}
.datagrid table tfoot tr td {
  padding-top: 20px;
  border: unset;
}
.datagrid table .btn-primary {
  background-color: #4e95db !important;
  border-color: #4e95db !important;
}
.table-slim tr td {
  padding: 0;
}
.float-button {
  position: fixed;
  left: calc(100% - 21rem);
  top: 40px;
  transition: all 0.2s ease-in 0s;
  z-index: 9999999;
  cursor: pointer;
  display: none;
}
.homepage-card .card-body {
  background-color: #b7e4f1;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  border-radius: 0 0 3px 3px;
  margin-top: -20px;
  padding: 35px 20px 10px 20px;
  text-align: justify;
  min-height: 160px;
}
.homepage-card .card-header {
  font-size: 16px;
  color: #fff;
  border-radius: 21px;
  z-index: 1;
}
.homepage-card .card-header .fas {
  padding-right: 12px;
}
.homepage-card.card {
  border: none;
  margin-bottom: 30px;
  background-color: #f6f6f6;
}
.homepage-card .card-body:hover {
  background-color: #99d4ec;
}
a:hover {
  text-decoration: none;
}
body.login,
body.login .container,
body.login .container .login-row {
  min-height: 100vh;
}
.login .card {
  background-color: #f6f6f6;
  border-radius: 30px;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
.login .logo-div {
  text-align: center;
  margin-bottom: 30px;
}
.login h1 {
  font-size: 24px;
}
.login {
  font-size: 18px;
}
.login .footer {
  margin-top: 20px;
}
.login .recovery-link {
  margin-top: 20px;
  font-size: 16px;
}
.login p {
  font-size: 16px;
}
.login .help-block {
  font-size: 15px;
}
@media (min-width: 1764px) {
  .big-text > .bold {
    color: white;
  }
}
@media (max-width: 1800px) {
  .big-text > .bold {
    color: red;
  }
}
@media (max-width: 1764px) {
  .big-text > .bold {
    color: black;
  }
}
@media (max-width: 1400px) {
  .big-text > .bold {
    color: blue;
  }
}
@media (max-width: 1300px) {
  .big-text > .bold {
    color: green;
  }
}
@media (max-width: 1199px) {
  .big-text > .bold {
    color: lightsalmon;
  }
}
@media (max-width: 991px) {
  .big-text > .bold {
    color: yellow;
  }
  .menu .collapse.navbar-collapse {
    margin-left: unset;
  }
  nav.menu .collapse ul li a {
    border-left: none;
    border-right: none;
  }
  nav.menu .collapse ul li.active,
  nav.menu .collapse.navbar-collapse ul li:hover {
    background: #ca9733;
  }
}
@media (max-width: 767px) {
  .big-text > .bold {
    color: darkviolet;
  }
}
@media (max-width: 639px) {
  .big-text > .bold {
    color: darkcyan;
  }
  .hidden-on-small {
    display: none;
  }
}
@media (max-width: 479px) {
  .big-text > .bold {
    color: papayawhip;
  }
}

/*# sourceMappingURL=default.css.map */
