@charset "UTF-8";
@font-face {
  font-family: "Proxima Nova";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ProximaNova-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/ProximaNova-RegularIt.ttf") format("truetype");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/ProximaNova-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/ProximaNova-BoldIt.ttf") format("truetype");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-email:before {
  content: url("../img/mail.png");
}

.glyphicon-phone:before {
  content: url("../img/phone.png");
}

.glyphicon-address:before {
  content: url("../img/address-map.png");
}

.glyphicon-web:before {
  content: url("../img/web_site.png");
}

.glyphicon-people:before {
  content: url("../img/people.png");
}

.glyphicon-login-user:before {
  content: url("../img/login-user.png");
}

.glyphicon-notice:before {
  content: url("../img/notice.png");
}

.btn-icon {
  background-color: #F5F9FB;
  font-weight: bold;
}
.btn-icon:before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center center;
}
.btn-icon:hover {
  background-color: #F5F9FB;
  color: #2778FF;
}

.btn-icon-add:before {
  background-image: url("../img/grid-icon-add.png");
}
.btn-icon-add:hover:before {
  background-image: url("../img/grid-icon-add-hover.png");
}
.btn-icon-add[disabled]:hover:before {
  background-image: url("../img/grid-icon-add.png");
}

.btn-icon-edit:before {
  background-image: url("../img/grid-icon-edit.png");
}
.btn-icon-edit:hover:before {
  background-image: url("../img/grid-icon-edit-hover.png");
}
.btn-icon-edit[disabled]:hover:before {
  background-image: url("../img/grid-icon-edit.png");
}

.btn-icon-delete:before {
  background-image: url("../img/grid-icon-delete.png");
}
.btn-icon-delete:hover:before {
  background-image: url("../img/grid-icon-delete-hover.png");
}
.btn-icon-delete[disabled]:hover:before {
  background-image: url("../img/grid-icon-delete.png");
}

.btn-icon-measure:before {
  background-image: url("../img/grid-icon-measure.png");
}
.btn-icon-measure:hover:before {
  background-image: url("../img/grid-icon-measure-hover.png");
}
.btn-icon-measure[disabled]:hover:before {
  background-image: url("../img/grid-icon-measure.png");
}

.btn-icon-zoom {
  background-color: #D59D6B;
}
.btn-icon-zoom:hover {
  background-color: #D59D6B;
}
.btn-icon-zoom:before {
  background-image: url("../img/zoom.png");
}

*, html, body {
  font-family: "Proxima Nova", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h1, .h1 {
  font-size: 2.2rem;
}

hr {
  background-color: #C69B72;
  color: #C69B72;
  height: 2px;
  border: 0 none;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.clear {
  clear: both;
  width: 0;
  font-size: 0;
}

/* Header */
.vniik-header {
  background-color: #251714;
}
.vniik-header .vniik-header-center {
  margin: 0 auto;
  padding-top: 0.5rem;
}
.vniik-header .vniik-title {
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
}
.vniik-header .vniik-user {
  color: #836E63;
  font-size: 1rem;
  text-align: right;
  height: 29px;
  line-height: 29px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}

.btn-logout {
  padding-right: 0;
  border: 0;
  outline: 0 none !important;
  outline-offset: 0 !important;
}
.btn-logout:focus, .btn-logout:active, .btn-logout:visited, .btn-logout:hover {
  outline: 0 none !important;
  outline-offset: 0 !important;
}
.btn-logout:after {
  content: " ";
  width: 1.7rem;
  height: 1.6rem;
  display: inline-block;
  background-image: url("../img/logout-user.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.btn-logout:hover:after {
  background-image: url("../img/logout-user-hover.png");
}

.btn-login {
  padding-right: 0;
  border: 0;
  color: #836E63;
  text-transform: uppercase;
  font-weight: bold;
  outline: 0 none !important;
  outline-offset: 0 !important;
}
.btn-login:focus, .btn-login:active, .btn-login:visited, .btn-login:hover {
  outline: 0 none !important;
  outline-offset: 0 !important;
}
.btn-login:after {
  content: " ";
  margin-left: 0.3rem;
  width: 1.7rem;
  height: 1.5rem;
  display: inline-block;
  background-image: url("../img/login-user.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.btn-login:hover {
  color: white;
}
.btn-login:hover:after {
  background-image: url("../img/login-user-hover.png");
}

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.topnav {
  font-weight: bold;
  background-color: #251714;
}
.topnav .nav-link {
  color: #836E63 !important;
  font-weight: bold;
  font-size: 12pt;
  text-transform: uppercase;
  padding-left: 0 !important;
  padding-right: 1rem !important;
}
.topnav .dropdown-menu {
  background-color: #251714;
}
.topnav .dropdown-item {
  font-weight: bold;
  color: #836E63;
  font-size: 12pt;
  text-transform: uppercase;
}
.topnav .lang-switch {
  font-size: 12pt;
  font-weight: bold;
}
.topnav .lang-switch a,
.topnav .lang-switch a:link,
.topnav .lang-switch a:visited,
.topnav .lang-switch a:active,
.topnav .lang-switch a:hover {
  padding-left: 10px;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-size: 12pt;
  font-weight: bold;
}

.vniik-subheader {
  background-color: #251714;
  height: 20px;
  border-top: solid #836E63 1px;
}

a.link-text {
  text-decoration: underline;
  color: black;
}
a.link-text:hover {
  color: blue;
  text-decoration: underline;
}

/* content */
.vniik-content {
  margin: 0 auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.news a {
  text-decoration: underline;
  color: black;
}
.news a:hover {
  color: blue;
  text-decoration: underline;
}

/* sub-menu */
.sub-menu {
  margin-bottom: 1rem;
}
.sub-menu ul button,
.sub-menu ul a,
.sub-menu ul a:link,
.sub-menu ul a:visited,
.sub-menu ul a:active,
.sub-menu ul a:hover {
  text-transform: uppercase;
  text-decoration: none;
  color: #999999 !important;
  font-size: 9pt;
  font-weight: bold;
}
.sub-menu ul button.active,
.sub-menu ul a.active,
.sub-menu ul a:link.active,
.sub-menu ul a:visited.active,
.sub-menu ul a:active.active,
.sub-menu ul a:hover.active {
  color: #D59D6B !important;
}

.card-info {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.card-info a {
  text-decoration: underline;
  color: black;
}
.card-info a:hover {
  color: blue;
  text-decoration: underline;
}
.card-info table caption {
  font-size: 13pt;
  font-weight: bold;
  text-align: left;
  border-bottom: solid #D59D6B 2px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: top;
}
.card-info table td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.card-info table td:first-child {
  font-weight: bold;
  text-transform: lowercase;
  min-width: 150px;
  width: 35%;
}

.card-grid {
  overflow: auto;
}
.card-grid a {
  text-decoration: underline;
  color: black;
}
.card-grid a:hover {
  color: blue;
  text-decoration: underline;
}
.card-grid table {
  border-collapse: collapse;
}
.card-grid table caption {
  font-size: 13pt;
  font-weight: bold;
  text-align: left;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: top;
}
.card-grid table thead th {
  border-bottom: 2px solid #C69B72 !important;
}
.card-grid table tbody td {
  border-bottom: 1px solid #D3D3D3;
}
.card-grid table tbody td:nth-child(odd) {
  background: #FFFFFF !important;
}
.card-grid table tbody td:nth-child(even) {
  background: #F2F2F2 !important;
}
.card-grid table tbody td.left-align {
  text-align: left;
}
.card-grid table tbody td.center-align {
  text-align: center;
}
.card-grid table tbody td.right-align {
  text-align: right;
}

.farmwork {
  margin: 1.5rem auto;
}
.farmwork a {
  text-decoration: underline;
  color: black;
}
.farmwork a:hover {
  color: blue;
  text-decoration: underline;
}
.farmwork table caption {
  font-weight: bold;
  padding-bottom: 0.4rem;
  caption-side: top;
}
.farmwork table td {
  border: none;
  padding-top: 0.1rem;
  padding-bottom: 0.15rem;
}

.quoted:before {
  content: open-quote;
}
.quoted::after {
  content: close-quote;
}

.sub-header-line {
  max-width: 4rem;
  text-align: left;
  margin-top: 0;
  margin-left: 0;
}

.tariffs-header {
  background-color: #F8F8F8;
}

.tariff {
  border: none;
  background-color: #F8F8F8;
}
.tariff h4:before {
  content: open-quote;
}
.tariff h4::after {
  content: close-quote;
}
.tariff h5 {
  font-weight: normal;
}
.tariff h5 span.quoted:before {
  content: open-quote;
}
.tariff h5 span.quoted::after {
  content: close-quote;
}
.tariff ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tariff label {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #D59D6B;
}
.tariff .tariff-month {
  text-align: center;
  font-weight: bold;
}
.tariff .tariff-discount {
  text-align: center;
  font-weight: bold;
  color: #D59D6B;
}
.tariff .tariff-cost {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.tariff .min-tariff {
  float: left;
}
.tariff .max-tariff {
  float: right;
}

.tariff-settings {
  background-color: white;
}

/* Login */
.login-form {
  border: 1px solid #aaaaaa;
  border-radius: 0.5rem;
  background-color: #FFFFFF;
}
.login-form input {
  background-color: #F2F2F2 !important;
  outline: none;
  border: none;
}
.login-form input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #F2F2F2 !important;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
.login-form p {
  text-align: center;
}
.login-form .link-button {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #D59D6B;
  text-decoration-style: dotted;
}

.stat-block {
  border: 1px solid #aaaaaa;
  border-radius: 0.5rem;
  background-color: #FFFFFF;
}

/* Main */
.login-embedded {
  margin-top: -490px;
  z-index: 100;
}
.login-embedded .user-info .link-button {
  display: block;
  font-weight: bold;
  color: #D59D6B;
  text-decoration-style: dotted;
}

.carousel-container {
  padding: 0;
  background-color: #C69B72;
}
.carousel-container .row {
  margin: 0;
}
.carousel-container .row .col-12 {
  padding: 0;
}
.carousel-container .main-carousel {
  width: 1272px;
  float: right;
}

/* Custom carousel- indicator */
.carousel-indicators li {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
}

.tariff-container {
  padding: 0;
  background-color: #F8F8F8;
}
.tariff-container .row {
  margin: 0;
}
.tariff-container .row .col-12 {
  padding: 0;
}
.tariff-container .row .col-auto {
  padding: 0;
}
.tariff-container .container .row {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .tariff-container {
    background-image: url("../img/race_horses.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
.user-info {
  border: 1px solid #aaaaaa;
  border-radius: 6px;
  background-color: #FFFFFF;
}

.btn-catalog {
  color: #fff !important;
  background-color: black;
  border-color: black;
  display: block;
  font-weight: bold;
  padding-left: 2rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-decoration: none !important;
  text-align: left;
  vertical-align: middle;
  margin: 0.5rem 0.5rem;
  border-radius: 0.5rem;
}
.btn-catalog:after {
  content: "";
  display: inline-block;
  float: right;
  background-image: url("../img/right-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: solid #C69B72 2px;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  line-height: 1;
  position: relative;
  top: -0.8rem;
}
.btn-catalog:hover:after {
  background-color: #C69B72;
}

.btn-catalog-horses {
  color: #fff !important;
  background-image: url("../img/horses-catalog-btn.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: black;
  border: none;
  display: block;
  font-weight: bold;
  padding-left: 2rem;
  padding-top: 6.5rem;
  text-decoration: none !important;
  text-align: left;
  margin: 0.5rem 0.5rem;
  height: 9.4rem;
  border-radius: 0.5rem;
}
.btn-catalog-horses:after {
  content: "";
  display: inline-block;
  float: right;
  background-image: url("../img/right-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: solid #C69B72 2px;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  line-height: 1;
  position: relative;
  top: -0.8rem;
}
.btn-catalog-horses:hover:after {
  background-color: #C69B72;
}

.news-block h3 {
  text-align: center;
  color: #D59D6B;
}
.news-block .news {
  padding: 0.5rem;
  background-color: #F9F6F3;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.news-block .news h4 {
  color: #D59D6B;
}
.news-block .news p {
  text-align: justify;
}

/* DB Grid */
.db-grid {
  overflow: auto;
}
.db-grid table {
  margin-top: 1rem;
  border-collapse: collapse;
  font-size: 11pt;
}
.db-grid table th {
  height: 2rem;
  max-width: 300px;
  font-size: 11pt;
  border-bottom: 2px solid #C69B72 !important;
  border-top: none;
  white-space: nowrap;
  position: relative;
}
.db-grid table th:nth-child(odd) {
  background: #FFFFFF !important;
}
.db-grid table th:nth-child(even) {
  background: #F2F2F2 !important;
}
.db-grid table th.sortable {
  cursor: pointer;
}
.db-grid table th.sortable:before, .db-grid table th.sortable:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  border: 4px solid transparent;
}
.db-grid table th.sortable:before {
  border-bottom-color: #bdbdbd;
  margin-top: -8px;
}
.db-grid table th.sortable:after {
  border-top-color: #bdbdbd;
  margin-top: 1px;
}
.db-grid table th.order-asc:before {
  border-width: 6px;
  margin-top: -9px;
  right: 10px;
  border-bottom-color: #3f3f3f;
}
.db-grid table th.order-asc:after {
  content: none;
}
.db-grid table th.order-desc:before {
  content: none;
}
.db-grid table th.order-desc:after {
  border-width: 6px;
  margin-top: -2px;
  right: 10px;
  border-top-color: #3f3f3f;
}
.db-grid table td {
  height: 2rem;
  max-width: 300px;
  font-size: 11pt;
  border-bottom: 1px solid #D3D3D3;
}
.db-grid table td:nth-child(odd) {
  background: #FFFFFF !important;
}
.db-grid table td:nth-child(even) {
  background: #F2F2F2 !important;
}
.db-grid table td > a {
  font-size: 11pt;
  text-decoration: underline;
  color: black;
}
.db-grid table td > a:hover {
  color: blue;
  text-decoration: underline;
}

.db-nav {
  font-weight: bold;
  text-align: right;
  font-size: 11pt;
}
.db-nav a {
  color: #D59D6B;
  text-decoration: underline;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.db-nav a:hover {
  color: blue;
  text-decoration: underline;
}

.db-search label {
  font-size: small;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.db-search select {
  font-weight: bold;
  border-right: solid #aaaaaa 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  text-indent: 0.01px;
  text-overflow: "";
  outline: 0;
  background-color: #F2F2F2;
  background-image: url("../img/select-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.db-search select:focus, .db-search select.focus {
  box-shadow: 0 0 0 0;
}
.db-search input {
  background-color: #F2F2F2;
}
.db-search input:focus, .db-search input.focus {
  box-shadow: 0 0 0 0;
}

/* Pedigree */
.pedigree {
  border-spacing: 0;
  border-collapse: separate;
  border-left: solid #E4E5E7 1px;
  border-bottom: solid #E4E5E7 1px;
  border-radius: 0 0.7rem 0.7rem 0;
}
.pedigree td {
  color: black;
  min-height: 1.5rem;
  vertical-align: middle;
  border: solid #E4E5E7 1px;
  border-left: none;
  border-bottom: none;
  border-radius: 0 0.7rem 0.7rem 0;
}
.pedigree td.f {
  background-color: #F5F9FC;
}
.pedigree td.m {
  background-color: white;
}
.pedigree td[rowspan] {
  border-radius: 0;
}
.pedigree .p-block {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.7rem;
}
.pedigree .info-block {
  float: left;
  padding-right: 0.3rem;
}
.pedigree .horse-name {
  color: black;
  font-weight: bold;
}
.pedigree .ancestor {
  font-style: italic;
}
.pedigree .imbrid-marker {
  float: right;
  width: 1rem;
  height: 1rem;
}
.pedigree .imbrid-marker:before {
  font-size: 1rem;
  color: inherit;
  display: inline-block;
  content: "★";
}

/* Horse-line*/
.h-line {
  height: 0.12rem;
  background: #BEC9CF;
}

.r-h-circle {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.h-line-circle {
  background-color: #BEC9CF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  box-shadow: 0 0 0.3rem 0.3rem #E8E9EA;
}

.h-line-ancestor {
  background-color: #F40000;
}

.h-line-arrow {
  position: relative;
  height: 0.12rem;
  background: #BEC9CF;
}
.h-line-arrow:before, .h-line-arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  top: -0.22rem;
  left: 0.1rem;
  border-left: 0.12rem solid #BEC9CF;
  border-bottom: 0.12rem solid #BEC9CF;
  transform: rotate(45deg);
}

.h-line-info {
  min-height: 7rem;
}
.h-line-info .horse-name {
  color: black;
  font-weight: bold;
}

/* Forms */
.btn-ginger {
  color: #fff;
  background-color: #D59D6B;
  border-color: #D59D6B;
  font-weight: bold;
}
.btn-ginger:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-ginger:focus, .btn-ginger.focus {
  box-shadow: 0 0 0 0;
}
.btn-ginger.disabled, .btn-ginger:disabled {
  color: #CFCFCF;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}
.btn-ginger:not(:disabled):not(.disabled):active, .btn-ginger:not(:disabled):not(.disabled).active, .show > .btn-ginger.dropdown-toggle {
  color: #fff;
  background-color: #D59D6B;
  border-color: #D59D6B;
}
.btn-ginger:not(:disabled):not(.disabled):active:focus, .btn-ginger:not(:disabled):not(.disabled).active:focus, .show > .btn-ginger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0;
}

.input-group-append .btn-ginger {
  padding: 0.375rem 0.75rem;
}

.btn-gray {
  color: #212529;
  background-color: #e9ecef;
  border-color: #CED4DA;
  font-weight: bold;
  padding: 0.5rem 0.75rem;
}
.btn-gray:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #CED4DA;
}
.btn-gray:focus, .btn-gray.focus {
  box-shadow: 0 0 0 0;
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #CFCFCF;
  background-color: #F8F8F8;
  border-color: #CED4DA;
}
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #e9ecef;
  border-color: #CED4DA;
}
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0;
}

.input-group-append .btn-gray {
  padding: 0.375rem 0.75rem;
}

.btn-disable-gray.disabled, .btn-disable-gray:disabled {
  color: white;
  background-color: #A8A8A8;
  border-color: #A8A8A8;
}

label {
  margin-bottom: 0.2rem;
}

.custom-range::-webkit-slider-thumb {
  background-color: #D59D6B;
}
.custom-range::-moz-range-thumb {
  background-color: #D59D6B;
}
.custom-range::-ms-thumb {
  background-color: #D59D6B;
}

.pay-info h4 {
  display: inline-block;
  border-bottom: solid #6c757d 1px;
}

.pay-company-info {
  background-image: url("../img/money.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #F5F9FC;
}
.pay-company-info p {
  margin-right: 120px;
}

.pay-banner-big {
  height: 60px;
}

.pay-banner-small {
  height: 100px;
}
.pay-banner-small .banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.pay-banner-small .visa {
  background-image: url("../img/visa.png");
}
.pay-banner-small .mastercard {
  background-image: url("../img/mastercard.png");
}
.pay-banner-small .yandex-money {
  background-image: url("../img/yandexmoney.png");
}
.pay-banner-small .yandex-money-en {
  background-image: url("../img/yandexmoney_en.png");
}
.pay-banner-small .webmoney {
  background-image: url("../img/webmoney.png");
}
.pay-banner-small .moneta {
  background-image: url("../img/moneta.png");
}

/* banners */
.banner img {
  max-height: 80px;
  cursor: pointer;
}

.error-message {
  border: 1px solid #f5c6cb;
  border-radius: 0.25rem;
  padding: 0.75rem 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #721c24;
  background-color: #f8d7da;
}

/* error */
#error_block {
  text-align: left;
  color: red;
  border: 2px solid black;
  padding: 10px;
  margin-left: 10%;
  width: 50%;
  background-color: #D0D0D0;
}

/* captcha */
#capcha-image {
  border: 2px solid #CCC;
  margin-top: 8px;
  display: block;
}

/* pay */
.pay-success {
  margin: 15px 0;
  padding: 8px;
  color: #04BC14;
  border: solid #04BC14 1px;
  font-weight: bold;
  max-width: 250px;
  text-align: center;
}

.pay-fail {
  margin: 15px 0;
  padding: 8px;
  color: #710909;
  border: solid #710909 1px;
  font-weight: bold;
  max-width: 250px;
  text-align: center;
}

.pay-cancel {
  margin: 15px 0;
  padding: 8px;
  color: #1A3DC1;
  border: solid #1A3DC1 1px;
  font-weight: bold;
  max-width: 250px;
  text-align: center;
}

.no-text {
  font-size: 0 !important;
}

.no-text button {
  font-size: 0 !important;
}

.no-text a.btn {
  font-size: 0 !important;
}

.about-vniik {
  background: #F4F9FB;
}

.contact-phone, .contact-mail, .contact-people, .contact-website {
  font-weight: bold;
}

.contact-people {
  padding-left: 20px;
}

.modal.and.carousel {
  position: fixed;
}

#mapsCarousel .carousel-indicators li {
  background-color: #251714 !important;
}
#mapsCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23251714' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
#mapsCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23251714' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

#map {
  width: 100%;
  height: 90%;
  min-height: 800px;
}
#map .legendControl {
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  max-width: 300px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#map .colorMarkLegend {
  width: 45px;
  height: 15px;
  margin-left: 5px;
  margin-right: 10px;
  margin-top: 5px;
  float: left;
}

/* внешний вид меню */
.context-menu {
  /* настройки шрифта */
  font-family: sans-serif;
  /* устанавливаем абсолютное позиционирование */
  position: absolute;
  /* не показываем меню с самого начала */
  display: none;
  /* цвет фона и настройки рамки вокруг меню */
  background-color: #fff;
  border: 1px solid #333;
  padding: 5px;
  z-index: 1000;
  /* Добавим тени */
  -moz-box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.5);
  /* общий стиль для списка */
}
.context-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /* стиль отдельных элементов */
}
.context-menu ul li {
  margin: 0;
  padding: 0;
  background-color: #fff;
  display: block;
  /* стиль ссылок в меню */
}
.context-menu ul li a {
  color: #333;
  text-decoration: none;
  font-size: 0.9rem;
  display: block;
  padding: 5px;
  cursor: pointer;
  /* меняем фон в пункте меню при наведении мыши */
}
.context-menu ul li a:hover {
  background-color: #eee;
}

table.tbl-cover-sheet, table.tbl-bon-sheet {
  border: none !important;
}
table.tbl-cover-sheet thead th, table.tbl-bon-sheet thead th {
  font-weight: normal !important;
  font-size: 0.8rem !important;
}
table.tbl-cover-sheet tbody td, table.tbl-bon-sheet tbody td {
  font-size: 0.9rem !important;
}
table.tbl-cover-sheet tfoot, table.tbl-bon-sheet tfoot {
  border: none !important;
}
table.tbl-cover-sheet tfoot tr, table.tbl-bon-sheet tfoot tr {
  border: none !important;
}
table.tbl-cover-sheet tfoot td, table.tbl-bon-sheet tfoot td {
  border: none !important;
}

div.text-rotate {
  text-align: left;
  margin: 0 auto;
  writing-mode: vertical-rl !important;
  text-orientation: sideways !important;
}

#wait-spinner {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1500 !important;
  opacity: 0.4;
}

.spinner-border-lg {
  width: 5rem;
  height: 5rem;
  border-width: 0.5em;
}

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