.alert, .form-errors {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger, .form-errors {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr, .form-errors hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link, .form-errors .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

/* CONSTANTS */
/* GENERAL STYLES */
a, a:visited {
  outline: none;
  color: #2480bf; }

a:hover {
  text-decoration: underline; }

a.btn, a.btn:visited {
  color: white;
  text-decoration: none; }

h1 {
  font-size: 1.4em;
  margin-bottom: 0.6em; }

h2 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.6em; }

h3 {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0.6em; }

legend {
  font-size: 1.2em;
  font-weight: bold; }

ol li {
  margin-bottom: 1rem; }

.vlist {
  list-style: none outside;
  padding-left: 0; }
  .vlist li {
    margin-bottom: 0.6em; }

.page-action {
  text-align: right; }

.indicator {
  display: none; }

.deleted {
  text-decoration: line-through; }

.hint {
  color: #6c757d;
  font-size: 0.8em; }

sup {
  color: #C4151C;
  font-weight: bold; }

em {
  color: #C4151C;
  font-weight: bold;
  font-style: normal; }

.no-data {
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
  padding: 1em 0; }

.status-good {
  font-weight: bold;
  color: #007e00; }

.status-bad {
  font-weight: bold;
  color: #C4151C; }

.pagination {
  justify-content: center; }
  .pagination .page-link {
    color: #2480bf;
    padding: .5em .55em; }
  .pagination .active {
    font-size: 1.1em;
    font-weight: bold; }
  .pagination .disabled {
    color: #6c757d;
    opacity: 0.65; }

/* PAGE LAYOUT */
.section-navigation {
  background-color: #61B517; }
  .section-navigation .menu {
    padding-left: 0; }
  .section-navigation .navbar .navbar-toggler {
    border: none; }
  .section-navigation .navbar .navbar-toggler-icon {
    width: 2em;
    height: 2em;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .section-navigation .navbar .navbar-nav {
    width: 100%;
    justify-content: space-around; }
  @media (max-width: 991.98px) {
    .section-navigation .navbar .navbar-collapse {
      padding-top: 1em; }
      .section-navigation .navbar .navbar-collapse li {
        margin-bottom: 12px; } }
  .section-navigation .navbar a, .section-navigation .navbar a:visited {
    color: white;
    text-decoration: none; }
  .section-navigation .navbar li a.highlighted {
    background-color: #E0995F; }
  .section-navigation .navbar li a:hover {
    border-bottom: 2px solid #B0DA8B; }

.section-header {
  background-color: #43799f; }
  .section-header .container {
    position: relative; }

.block-cabinet {
  position: absolute;
  top: 0;
  right: 15px;
  width: 300px;
  z-index: 90; }
  @media (max-width: 575.98px) {
    .block-cabinet {
      width: 258px; } }
  .block-cabinet .inner {
    padding: 8px 18px 4px;
    background: #89bfe7 url(images/cabinet-bg.png) repeat-x top left;
    border-radius: 0 0 9px 9px;
    position: relative;
    overflow: hidden; }
  .block-cabinet .caption {
    font-weight: bold;
    margin: 0 0 8px;
    text-align: center; }
    .block-cabinet .caption a {
      text-decoration: none; }
  .block-cabinet .ticket {
    position: relative;
    top: 7px;
    right: -4px; }
  .block-cabinet .badge {
    position: absolute;
    top: -0.9rem;
    right: -12px;
    color: white;
    background-color: #C4151C;
    border-radius: 0.8rem;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap; }
  .block-cabinet .content {
    margin: 0 0 4px;
    white-space: nowrap;
    display: block;
    overflow: hidden; }
  .block-cabinet h6 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 12px; }
  .block-cabinet a, .block-cabinet a:visited {
    color: #003366;
    text-decoration: none; }
    .block-cabinet a:hover, .block-cabinet a:visited:hover {
      color: #FFA200; }
      .block-cabinet a:hover em, .block-cabinet a:visited:hover em {
        color: #FFA200; }
  .block-cabinet .status, .block-cabinet .status a {
    padding-top: 6px; }
  .block-cabinet .stats {
    font-size: 0.9rem;
    color: #003366;
    padding-top: 8px; }
  .block-cabinet hr {
    color: #003366; }
  .block-cabinet ul {
    margin: 0;
    padding: 0; }
  .block-cabinet li {
    list-style: none outside;
    margin-bottom: 0.6em; }
  .block-cabinet li i {
    margin-right: 12px; }
  .block-cabinet .no-margin {
    margin-bottom: 0; }
  .block-cabinet .form-control, .block-cabinet .form-control:focus {
    border: 1px solid #aaaaaa;
    box-shadow: none; }
  .block-cabinet .button-login {
    display: inline-block;
    width: 97px;
    height: 32px;
    border: 0;
    background: #60B416 url(images/button-login.png) no-repeat top left;
    outline: none; }
    .block-cabinet .button-login:hover {
      background: #60B416 url(images/button-login.png) no-repeat 0 -32px; }
    .block-cabinet .button-login:active {
      background: #60B416 url(images/button-login.png) no-repeat 0 -64px; }

.site-warning {
  text-align: center;
  color: white;
  background-color: #E2764B;
  padding: 4px 0; }
  .site-warning a, .site-warning a:visited {
    color: #ffffff;
    text-decoration: underline; }

.block-logo {
  padding: 8px 0; }
  .block-logo .site-logo {
    display: block;
    height: 126px;
    width: 300px;
    background: transparent url(images/logo.gif) top left no-repeat;
    background-size: cover; }
    @media (max-width: 767.98px) {
      .block-logo .site-logo {
        width: 144px;
        height: 60px; } }
  .block-logo .site-title {
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff; }
    @media (max-width: 991.98px) {
      .block-logo .site-title {
        display: none; } }
  .block-logo .support-phone {
    position: absolute;
    top: 80px;
    right: 15px;
    font-size: 1.3em;
    color: white; }
    .block-logo .support-phone a {
      color: white !important;
      text-decoration: none !important; }
    @media (max-width: 991.98px) {
      .block-logo .support-phone {
        top: 0; } }
    @media (max-width: 575.98px) {
      .block-logo .support-phone {
        font-size: 0.8em; } }
  .block-logo .support-worktime {
    position: absolute;
    top: 108px;
    right: 15px;
    font-size: 0.8em;
    color: #ffffff; }
    @media (max-width: 991.98px) {
      .block-logo .support-worktime {
        top: 2.4em; } }
    @media (max-width: 767.98px) {
      .block-logo .support-worktime {
        font-size: 0.75em; } }
    @media (max-width: 575.98px) {
      .block-logo .support-worktime {
        display: none; } }
  .block-logo .support-worktime-mobile {
    display: none;
    position: absolute;
    top: 1.8em;
    right: 15px;
    font-size: 0.8em;
    color: #ffffff;
    text-align: right; }
    @media (max-width: 575.98px) {
      .block-logo .support-worktime-mobile {
        display: block;
        width: 50%;
        font-size: 0.7em; } }

.block-search .search-form {
  margin: 6px 0 20px;
  padding: 32px 12px 16px; }
  @media (min-width: 992px) {
    .block-search .search-form {
      margin: 40px 0 20px; } }
  .block-search .search-form .date {
    background-color: white;
    cursor: pointer; }
  @media (min-width: 768px) {
    .block-search .search-form .assets {
      flex-direction: row-reverse; } }
  .block-search .search-form .date-links {
    text-align: center; }
    @media (min-width: 768px) {
      .block-search .search-form .date-links {
        text-align: right; } }
    .block-search .search-form .date-links a, .block-search .search-form .date-links a:visited {
      color: white;
      margin-left: 12px;
      border-bottom: 1px dotted white; }
      .block-search .search-form .date-links a:hover, .block-search .search-form .date-links a:visited:hover {
        text-decoration: none;
        border-bottom: 1px solid white; }
  .block-search .search-form .search-status {
    padding-top: 12px;
    text-align: center; }
    @media (min-width: 768px) {
      .block-search .search-form .search-status {
        padding-top: 0;
        text-align: left; } }
  .block-search .search-form .settlement {
    font-weight: bold; }

.section-content {
  background: #ffffff url(images/section-bg.png) repeat-x top left;
  padding-top: 18px;
  margin-bottom: 18px; }

.section-vault {
  clear: both;
  position: relative;
  overflow: hidden;
  background: transparent url(images/content-bg.png) repeat-x top left;
  padding: 24px 0;
  /*** Home page only ***/ }
  .section-vault .vk-info {
    margin-bottom: 24px; }
  .section-vault .mobile-info {
    margin-bottom: 24px; }
    .section-vault .mobile-info img {
      float: left;
      padding: 0 6px 6px 0; }

.section-footer {
  clear: both;
  min-height: 105px;
  text-align: center;
  color: white;
  background-color: #6495b6; }
  .section-footer ul {
    margin: 0 0 24px;
    padding: 24px 0 0; }
  .section-footer li {
    list-style: none outside;
    display: inline; }
  .section-footer a, .section-footer a:visited {
    color: #ffffff; }
  .section-footer a:hover {
    color: #ffca00; }
  .section-footer .copyright {
    padding: 12px 0 6px; }

/*** FORMS ***/
.form {
  margin-bottom: 1.4em; }

.form-errors ul {
  list-style: none outside;
  padding-left: 0;
  margin-bottom: 0; }

.tab-content {
  padding-top: 0.8em; }

.buttons {
  text-align: center; }
  .buttons .indicator {
    margin-bottom: 0.6rem; }

input::placeholder {
  opacity: 0.5 !important; }

input:focus::placeholder {
  opacity: 0 !important; }

/*** BOOTSTRAP MODIFICATIONS ***/
.alert-warning {
  color: #212529;
  background-color: #FFF0BA;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.is-invalid .invalid-tooltip {
  display: block; }

.dropdown-item {
  color: #2480bf; }

.invalid-tooltip {
  font-size: .875rem;
  position: relative;
  top: 0;
  z-index: 5;
  color: white;
  background-color: #C4151C;
  border-radius: .25rem;
  width: max-content; }

.btn-primary {
  color: white;
  background-color: #61b517;
  border-color: #61b517; }
  .btn-primary:hover {
    border-color: #449D44;
    background-color: #449D44; }
  .btn-primary:active, .btn-primary:focus {
    border-color: #449D44 !important;
    background-color: #449D44 !important;
    box-shadow: 0 0 0 0.2rem rgba(68, 157, 68, 0.5) !important; }
  .btn-primary.disabled, .btn-primary:disabled {
    border-color: #449D44 !important;
    background-color: #449D44 !important; }

.btn-light {
  border-color: #ced4da; }
  .btn-light:hover {
    border-color: #ced4da; }
  .btn-light:disabled, .btn-light.disabled {
    color: #6c757d;
    opacity: 0.5; }

.form-group {
  margin-bottom: .5rem; }

.form-control:focus {
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
.form-control.required {
  background: transparent url(images/asterisk.png?1) no-repeat right top; }
.form-control > .btn-light {
  border-color: transparent; }

.bootstrap-select .dropdown-toggle {
  background-color: white; }
.bootstrap-select a.dropdown-item.active:hover {
  color: #cccccc; }
.bootstrap-select .dropdown-menu {
  max-width: 100%; }
  .bootstrap-select .dropdown-menu li small {
    display: block;
    padding-left: 0; }

.bootstrap-datetimepicker-widget table td {
  padding: 4px 0; }

.ui-menu .ui-menu-item:hover {
  background-color: #f8f9fa; }

/*** GRIDS & TABLES ***/
.grid .row {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: #f3f3f3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  padding: 7px 0; }
.grid .disabled {
  color: #999999;
  background: #fefefe; }
.grid label {
  font-size: 1.1em;
  font-weight: bold; }
.grid small {
  display: block; }
.grid .action {
  text-align: center;
  padding-bottom: 0.8em; }
  .grid .action:last-child {
    padding-bottom: 0; }
  @media (max-width: 767.98px) {
    .grid .action {
      padding-top: 0.8em;
      padding-bottom: 0.2em; } }

.action-link {
  margin-right: 0.6em; }
  .action-link:last-child {
    margin-right: 0; }

.table .action {
  text-align: center;
  padding-bottom: 1em; }
  .table .action:last-child {
    padding-bottom: 0; }
.table .min {
  white-space: nowrap;
  text-align: center; }

/*** YANDEX MAP ***/
dl.drop-down dt {
  text-decoration: underline;
  cursor: pointer;
  color: #286b9a;
  margin-bottom: 8px; }
dl.drop-down dd {
  display: none; }

#yandex-map {
  width: 100%;
  height: 400px; }

.y-point {
  display: list-item;
  margin-left: 2em;
  cursor: pointer; }

.page-error {
  padding: 3em 0; }

.page-about ul {
  list-style: none outside;
  padding: 0; }
.page-about li {
  margin-bottom: 1em; }
.page-about .image {
  text-align: center; }

.page-faq ol {
  padding-left: 1rem; }
.page-faq dt {
  font-weight: normal; }

.page-banners .banner-desc > div {
  margin-bottom: 1em; }
.page-banners .banner-code {
  height: 4em; }

/*** DEPOT PAGE ***/
.page-depot h1 {
  margin: 1rem 0 2rem; }
.page-depot p {
  margin-bottom: 1.2rem; }
.page-depot .fa {
  font-size: 1.2em;
  color: #777777;
  padding-right: .6rem;
  padding-top: .1rem; }
.page-depot .depot-actions {
  text-align: center;
  padding: 1rem 0; }

.page-depots .search-form {
  padding-bottom: .6em; }
.page-depots .depot-list label {
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background-color: #61B517;
  height: 1.5em;
  width: 1.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.page-depots .depot-list .depot-group {
  flex-direction: row; }
.page-depots .depot-list .depot {
  margin-bottom: 0.8em; }
.page-depots .depot-list small {
  display: block; }

#pattern:focus {
  border: 1px solid #ffca00; }

#pattern:focus::-webkit-input-placeholder {
  color: #939393; }

#pattern:focus::-moz-placeholder {
  color: #939393; }

#pattern:focus:-moz-placeholder {
  color: #939393; }

#pattern:focus:-ms-input-placeholder {
  color: #939393; }

/*** HOME PAGE ***/
.block-search .search-form-home {
  background-color: #C7D8E3;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem; }
  .block-search .search-form-home .form-control {
    border: 1px solid #aaaaaa;
    box-shadow: none; }
  .block-search .search-form-home .date {
    color: #495057;
    background-color: white; }
    .block-search .search-form-home .date:disabled {
      color: #6e7073; }
  .block-search .search-form-home .date-links a, .block-search .search-form-home .date-links a:visited {
    color: #2480bf;
    text-decoration: none;
    border-bottom: 1px dotted #2480bf; }
    .block-search .search-form-home .date-links a:hover, .block-search .search-form-home .date-links a:visited:hover {
      color: #ccad00;
      border-bottom: 1px solid #ccad00; }
.block-search .favorites .item {
  text-align: center;
  margin-bottom: 24px; }
  .block-search .favorites .item .inner {
    display: flex;
    height: 100%;
    background-color: #C7D8E3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  .block-search .favorites .item a {
    padding: 2px 6px;
    margin: auto;
    text-decoration: none; }
    .block-search .favorites .item a:hover {
      color: #ccad00; }

.block-links .quick-links {
  text-align: center;
  padding-bottom: 1em; }
  .block-links .quick-links a {
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 1rem 0; }
    .block-links .quick-links a:hover {
      -webkit-border-radius: 0.25rem;
      -moz-border-radius: 0.25rem;
      border-radius: 0.25rem;
      background-color: #5789AC; }

.section-news {
  padding: 10px 0 10px;
  background-color: #B0DA8B; }
  .section-news .news-slider {
    position: relative; }
    .section-news .news-slider .arrow {
      font-size: 40px;
      position: absolute;
      height: 64px;
      top: 0;
      bottom: 0;
      margin: auto 0;
      outline: none; }
    .section-news .news-slider .left {
      left: 0; }
    .section-news .news-slider .right {
      right: 0; }
    .section-news .news-slider .inner {
      position: relative;
      overflow: hidden;
      width: 900px;
      margin: 0 30px; }
    .section-news .news-slider .articles {
      position: relative;
      width: 3584px;
      top: 0;
      left: 0; }
    .section-news .news-slider article {
      float: left;
      width: 290px;
      margin-right: 10px; }
      .section-news .news-slider article h4 {
        margin: 0; }
      .section-news .news-slider article time {
        font-size: 0.8em;
        font-weight: normal;
        padding-right: 6px; }
      .section-news .news-slider article p {
        margin: 0; }
      .section-news .news-slider article:last-child {
        margin-right: 0; }
    .section-news .news-slider .collapsed {
      height: 1px;
      overflow: hidden; }

.bootstrap-select div.dropdown-menu #bs-select-1 {
  height: calc(100% - 87px); }
.bootstrap-select div.dropdown-menu span.text {
  white-space: normal;
  margin-right: 0px; }

@media screen and (max-width: 767px), screen and (max-height: 600px) and (max-width: 1023px) {
  #dispatch_point_container .bootstrap-select div.dropdown-menu,
  #arrival_point_container .bootstrap-select div.dropdown-menu {
    position: fixed !important;
    transform: none !important;
    left: auto !important;
    top: 5px !important;
    height: calc(100% - 10px); } }
@media screen and (min-width: 991px) and (max-width: 1199px) {
  #dispatch_point_container .bootstrap-select div.dropdown-menu {
    width: 293px;
    min-width: 293px;
    max-width: 293px; }

  #arrival_point_container .bootstrap-select div.dropdown-menu {
    width: 370px;
    min-width: 370px;
    max-width: 370px; } }
@media screen and (min-width: 767px) and (max-width: 990px) {
  #dispatch_point_container .bootstrap-select div.dropdown-menu {
    width: 213px;
    min-width: 23px;
    max-width: 213px; }

  #arrival_point_container .bootstrap-select div.dropdown-menu {
    width: 270px;
    min-width: 270px;
    max-width: 270px; } }
@media screen and (min-width: 576px) and (max-width: 766px) {
  #dispatch_point_container .bootstrap-select div.dropdown-menu,
  #arrival_point_container .bootstrap-select div.dropdown-menu {
    width: 484px;
    min-width: 484px;
    max-width: 484px; } }
@media screen and (max-width: 575px) {
  #dispatch_point_container .bootstrap-select div.dropdown-menu,
  #arrival_point_container .bootstrap-select div.dropdown-menu {
    width: calc(100% - 58px);
    min-width: calc(100% - 58px);
    max-width: calc(100% - 58px); } }
/*** SEARCH PAGE ***/
.page-search .container .no-data {
  padding: 22px 0;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold; }
.page-search .container .spinner {
  text-align: center;
  padding: 22px 0; }

.races-grid .row {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: #f3f3f3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  padding: 6px 0; }
  @media (max-width: 767.98px) {
    .races-grid .row {
      font-size: 0.9em; }
      .races-grid .row .btn {
        font-size: 0.9em; }
      .races-grid .row > div {
        padding-left: 5px;
        padding-right: 5px; } }
.races-grid .title {
  font-size: 1.2em;
  font-weight: bold; }
  @media (max-width: 575.98px) {
    .races-grid .title {
      font-size: 1em; } }
.races-grid .hint {
  color: #777777;
  font-size: 0.9em; }
.races-grid .time {
  font-size: 1.5em; }
  @media (max-width: 767.98px) {
    .races-grid .time {
      font-weight: bold;
      font-size: 1.3em; } }
.races-grid .date {
  color: #777777;
  font-size: 0.9em; }
.races-grid .point a {
  text-decoration: none;
  border-bottom: 1px dotted #286b9a; }
  .races-grid .point a:hover {
    border-bottom: 1px solid #286b9a; }
.races-grid .race {
  font-weight: bold; }
  .races-grid .race a {
    text-decoration: none;
    border-bottom: 1px dotted #286b9a; }
    .races-grid .race a:hover {
      border-bottom: 1px solid #286b9a; }
  @media (max-width: 575.98px) {
    .races-grid .race {
      padding-top: 0.6em; } }
.races-grid .bus, .races-grid .carrier {
  color: #777777;
  font-size: 0.9em; }
.races-grid .info {
  font-weight: bold; }
  .races-grid .info i {
    color: #286b9a; }
.races-grid .old-price {
  text-decoration: line-through; }
.races-grid .price {
  font-size: 1.4em; }
  @media (max-width: 767.98px) {
    .races-grid .price {
      font-weight: bold;
      font-size: 1.3em; } }
.races-grid .purchase {
  padding-top: 4px; }
.races-grid .status {
  font-size: 1.2em;
  padding-top: 4px; }
.races-grid .depot-container {
  background-color: #D8E9F6;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  margin: 18px 0 6px;
  padding: 12px;
  min-height: 12px; }
  .races-grid .depot-container i.icon {
    padding-right: 8px; }
  .races-grid .depot-container .spinner {
    font-weight: bold; }
  .races-grid .depot-container .close {
    float: right;
    margin-top: -10px;
    margin-right: -6px; }
  .races-grid .depot-container .text {
    padding-top: 6px; }
  .races-grid .depot-container .stops {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem; }
    .races-grid .depot-container .stops th {
      color: #ffffff;
      background-color: #286b9a;
      text-align: center;
      padding: 2px 2px; }
    .races-grid .depot-container .stops tr {
      background-color: #ffffff; }
    .races-grid .depot-container .stops tr.even, .races-grid .depot-container .stops tr:nth-child(even) {
      background-color: #F3F3F3; }
    .races-grid .depot-container .stops tr.hightlighted td {
      font-weight: bold;
      color: #ffffff;
      background-color: #6DBD2F; }
    .races-grid .depot-container .stops td {
      margin: 1px;
      padding: 9px 8px;
      vertical-align: middle; }
.races-grid .sign-important .fa-stack-1x {
  color: #FFFFFF; }
.races-grid .sign-important .fa-stack-2x {
  color: #C4151C; }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted, .grid small {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.page-ticket .ticket-info label {
  font-weight: bold; }

.page-tickets .order-list {
  margin-bottom: 1em; }
.page-tickets .ticket-summary {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: #f3f3f3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 8px 9px 0;
  margin-bottom: 1em; }
  .page-tickets .ticket-summary dl {
    margin-bottom: 0; }
  .page-tickets .ticket-summary dd {
    margin-bottom: 0.3em; }
    .page-tickets .ticket-summary dd:last-child {
      margin-bottom: 0; }

@media (max-width: 767.98px) {
  .ticket-list {
    font-size: 0.8em; } }
.ticket-list .num {
  font-size: 1.2em;
  text-align: center;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .ticket-list .num {
      font-size: 1.1em; } }
.ticket-list .status {
  font-size: 1.2em;
  text-align: center; }
  @media (max-width: 767.98px) {
    .ticket-list .status {
      font-size: 1.1em; } }
.ticket-list .passenger {
  font-size: 1.2em; }
  @media (max-width: 767.98px) {
    .ticket-list .passenger {
      font-size: 1.1em; } }
.ticket-list .actions {
  display: flex;
  flex-direction: column;
  white-space: nowrap; }
  @media (max-width: 767.98px) {
    .ticket-list .actions {
      flex-direction: row-reverse;
      align-items: baseline; } }
  .ticket-list .actions .action, .ticket-list .actions .indicator {
    text-align: center;
    padding-bottom: 8px; }
    @media (max-width: 991.98px) {
      .ticket-list .actions .action, .ticket-list .actions .indicator {
        font-size: 0.9em; } }
    @media (max-width: 767.98px) {
      .ticket-list .actions .action, .ticket-list .actions .indicator {
        font-size: 1em;
        margin-left: 12px; } }
  .ticket-list .actions div:last-child {
    padding-bottom: 0; }

.page-return .return-head {
  float: right;
  width: 60%;
  margin-bottom: 24px;
  list-style: none outside; }
.page-return .return-title {
  font-size: 1.6em;
  text-transform: capitalize;
  clear: right;
  text-align: center;
  margin-bottom: 24px; }

@media (max-width: 767.98px) {
  .page-returns .return-list {
    font-size: 0.8em; } }
.page-returns .return-list .num {
  font-weight: bold; }
.page-returns .return-list .amount {
  font-weight: bold; }
  .page-returns .return-list .amount img {
    vertical-align: middle; }

.page-purchase .race-info {
  margin: 1.2em auto 2em; }
  .page-purchase .race-info strong {
    font-size: 1.1em; }

.page-seats .rules-info {
  background-color: #f3f3f3;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 12px; }
  .page-seats .rules-info .inner {
    padding: 15px 15px 7px 15px; }
.page-seats .seat-scheme {
  position: relative;
  border: 2px solid #f0f0f0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 6px; }
  .page-seats .seat-scheme .seat-grid {
    width: 100%; }
    .page-seats .seat-scheme .seat-grid td {
      width: 4em; }
  .page-seats .seat-scheme .seat {
    text-align: center;
    padding: 6px 0;
    border: 1px solid #f0f0f0;
    margin: 8px 2px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .page-seats .seat-scheme .seat:hover {
      background-color: lightgrey; }
    .page-seats .seat-scheme .seat label {
      margin: 0; }
.page-seats .bag-seat-scheme .seat {
  text-align: center;
  padding: 6px 0;
  border: 1px solid #f0f0f0;
  margin: .8rem 1rem 0;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .page-seats .bag-seat-scheme .seat:hover {
    background-color: lightgrey; }
  .page-seats .bag-seat-scheme .seat label {
    margin: 0; }
.page-seats .summary {
  text-align: center;
  margin: 1.4em 0; }
.page-seats .selected {
  color: #888888;
  background-color: #a8d0ed; }
.page-seats .disabled {
  color: #aeaeae;
  background-color: #aeaeae; }
.page-seats .fare-list {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 12px 6px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
  .page-seats .fare-list .seat-num {
    font-weight: bold; }
  .page-seats .fare-list .fare {
    margin-bottom: .8rem; }
  .page-seats .fare-list a {
    display: block;
    padding: 4px 6px; }
    .page-seats .fare-list a:hover {
      text-decoration: none;
      background-color: lightgrey;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }

.page-book .information .depot-info, .page-seats .information .depot-info {
  background-color: #f3f3f3;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 12px; }
  .page-book .information .depot-info .inner, .page-seats .information .depot-info .inner {
    padding: 15px 15px 7px 15px; }
  .page-book .information .depot-info .collapsed, .page-seats .information .depot-info .collapsed {
    max-height: 12.3em;
    overflow: hidden; }
  .page-book .information .depot-info .bottom, .page-seats .information .depot-info .bottom {
    text-align: center; }
  .page-book .information .depot-info .caption, .page-seats .information .depot-info .caption {
    text-transform: uppercase;
    font-weight: bold; }
  .page-book .information .depot-info p, .page-seats .information .depot-info p {
    margin-bottom: 10px; }
.page-book .information .race-info, .page-seats .information .race-info {
  background-color: #FFF0BA;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 12px; }
  .page-book .information .race-info .inner, .page-seats .information .race-info .inner {
    padding: 15px 15px 7px 15px; }
  .page-book .information .race-info p, .page-seats .information .race-info p {
    margin-bottom: 10px; }

@media (min-width: 768px) {
  .page-book .columns {
    flex-direction: row-reverse; } }
.page-book .ticket legend {
  font-size: 1.3em;
  color: white;
  background-color: #286B9A;
  padding: 6px 12px;
  margin: 0 0 12px; }
.page-book .ticket .price, .page-book .ticket .place, .page-book .ticket .ticket-type {
  font-size: 1.3em;
  font-weight: bold; }
.page-book .ticket .ticket-type-info {
  display: none; }
  .page-book .ticket .ticket-type-info .content {
    color: #222222;
    background-color: #FFF0BA;
    border: 1px solid #C7BF93;
    border-radius: 3px;
    padding: 6px;
    margin: 6px 0; }
.page-book .insurance {
  clear: both;
  padding-top: 6px; }
  .page-book .insurance .content {
    width: 66%;
    margin-bottom: 12px; }
  .page-book .insurance .logo {
    float: right;
    width: 32%;
    margin-bottom: 12px; }

.ui-autocomplete {
  max-height: 18em;
  overflow-x: hidden;
  overflow-y: scroll; }
  .ui-autocomplete .ui-menu-item:hover {
    background-color: #f8f9fa; }
  @media (max-width: 767.98px) {
    .ui-autocomplete {
      max-height: 12em; } }

@media (max-width: 767.98px) {
  .page-pay {
    font-size: 0.9em; } }
@media (max-width: 575.98px) {
  .page-pay {
    font-size: 0.8em; } }
.page-pay .order-info {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: #f3f3f3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 1px;
  margin-bottom: 1em; }
  .page-pay .order-info .details {
    background-color: #EEEEEE;
    padding: 8px 9px 4px;
    margin-bottom: 1px; }
  .page-pay .order-info h2 {
    font-size: 1.3em; }
  .page-pay .order-info dl {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px; }
  .page-pay .order-info dt {
    font-weight: normal;
    clear: left;
    float: left;
    width: 32%; }
  .page-pay .order-info dd {
    float: left;
    width: 68%; }
  .page-pay .order-info .total {
    padding: 6px 8px 0;
    color: #FFFFFF;
    background-color: #286B9A; }
    .page-pay .order-info .total dl {
      margin: 0;
      padding: 0; }
    .page-pay .order-info .total dt {
      font-weight: normal;
      width: 32%; }
    .page-pay .order-info .total dd {
      font-weight: normal;
      width: 68%; }
.page-pay .payment-method .form-check {
  margin-bottom: 0.8em; }
.page-pay .card-info {
  margin-bottom: 2em; }
.page-pay .phone-info {
  margin-bottom: 1em; }

.page-tour .search-form {
  background-color: #b6d7ef;
  padding: 6px 12px;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
.page-tour .grid .price {
  font-size: 1.2em; }

.page-insurance .product {
  margin-bottom: 1.8em; }
.page-insurance .product-separator {
  margin-bottom: .8em; }

.page-history .diff-row {
  cursor: pointer; }
  .page-history .diff-row td:last-child {
    background: url("/style/icons/down.png") 100% 14px no-repeat; }
.page-history .diff-row.diff-open td:last-child {
  background: url("/style/icons/up.png") 100% 14px no-repeat; }
.page-history .diff-row.diff-open, .page-history .diff-row.diff-open a {
  font-weight: bold; }
.page-history .item_changed {
  font-weight: bold;
  color: #C4151C; }

/*# sourceMappingURL=style-mobile.css.map */
