@charset "UTF-8";
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
/* line 2, ../sass/components/_loading-spin.sass */
.hallMessageWrap {
  padding: 60px 40px 40px;
  background-color: #F1F1F1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
/* line 10, ../sass/components/_loading-spin.sass */
.hallMessageWrap #hallMessage {
  text-transform: none;
  font-size: 17px;
  text-align: center;
  margin-top: 15px;
}

/* line 20, ../sass/components/_loading-spin.sass */
.spin {
  width: 36px;
  height: 36px;
  position: relative;
  top: 0;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  border: 3.6px solid #e07305;
  border-radius: 50%;
}
/* line 31, ../sass/components/_loading-spin.sass */
.spin:before, .spin:after {
  content: "";
  position: absolute;
  display: block;
  width: 3.6px;
  background-color: #e07305;
  border-radius: 1.8px;
  transform-origin: 50% 0;
}
/* line 41, ../sass/components/_loading-spin.sass */
.spin:before {
  height: 10.8px;
  left: 13.5px;
  top: 50%;
  animation: spin 3000ms linear infinite;
}

/* line 48, ../sass/components/_loading-spin.sass */
#divCartLoading {
  position: fixed;
  z-index: 1050;
  left: 50%;
  margin: 0 auto;
  transform: translateY(-50%) translateX(-50%);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* HTML5 display-role reset for older browsers */
/* line 3, ../sass/components/_reset.sass */
applet, object, iframe, h1, h2, h3, h4, h5, h6, a, b, i, q, p, s, u, dl, dt, dd, ol, ul, li, hr, small, strike, strong, sub, sup, var, del, dfn, em, img, ins, kbd, samp, abbr, address, blockquote, cite, pre, code, fieldset, form, label, legend, button, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, menu, nav, section, main, output, ruby, summary, canvas, embed, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

/* line 6, ../sass/components/_reset.sass */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {
  display: block;
}

/* line 9, ../sass/components/_reset.sass */
ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 14, ../sass/components/_reset.sass */
blockquote, q {
  quotes: none;
}

/* line 17, ../sass/components/_reset.sass */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

/* line 21, ../sass/components/_reset.sass */
a img {
  border: 0px;
}

/* line 24, ../sass/components/_reset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../sass/components/_reset.sass */
abbr {
  cursor: pointer;
}

/* line 31, ../sass/components/_reset.sass */
hr {
  background: #c1c1c1;
  height: 1px;
  color: #c1c1c1;
  border: 0;
}

/* line 37, ../sass/components/_reset.sass */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 40, ../sass/components/_reset.sass */
#main-section::after,
#main-header::after,
.login-box::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

/* line 48, ../sass/components/_reset.sass */
.clear {
  clear: both;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 8, ../sass/components/_icon-font.sass */
i {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* line 3, ../sass/components/_modal-windows.sass */
.modal.fade .modal-dialog {
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition-transition: all 0.3s;
  -ms-transform: all 0.3s;
  transition: all 0.3s;
}
/* line 8, ../sass/components/_modal-windows.sass */
.modal.fade.in .modal-dialog {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 11, ../sass/components/_modal-windows.sass */
.modal .modal-dialog {
  color: #000;
}
/* line 13, ../sass/components/_modal-windows.sass */
.modal .modal-dialog .modal-content {
  background: #ffffff;
  border-radius: 0;
  color: #3e6790;
}
/* line 17, ../sass/components/_modal-windows.sass */
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 15px;
}
/* line 20, ../sass/components/_modal-windows.sass */
.modal .modal-dialog .modal-content .modal-header .close {
  margin-top: 2px;
  font-weight: 300;
  color: #3e6790;
  line-height: 24px;
  font-size: 40px;
  font-size: 2.5rem;
}
/* line 26, ../sass/components/_modal-windows.sass */
.modal .modal-dialog .modal-content .modal-footer {
  background: #F1F1F1;
  border-top: 1px solid #e9e9e9;
}

@media (min-width: 992px) {
  /* line 33, ../sass/components/_modal-windows.sass */
  .modal .modal-dialog {
    width: 800px;
  }
}
/* line 3, ../sass/components/_tables.sass */
.block {
  margin-left: 15px;
  margin-right: 15px;
}
/* line 6, ../sass/components/_tables.sass */
.block > .row {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 9, ../sass/components/_tables.sass */
.block > .row:nth-child(2n+1) {
  border-bottom: 0px solid #e9e9e9;
}
/* line 12, ../sass/components/_tables.sass */
.block .block_img img {
  max-width: 70px;
}
/* line 15, ../sass/components/_tables.sass */
.block.block-striped > .row:nth-child(2n+1) {
  background-color: #F1F1F1;
  border-top: 0px solid #e9e9e9;
  border-bottom: 0;
}

/* line 20, ../sass/components/_tables.sass */
.remove:before {
  font-size: 22px;
  content: "";
  font: normal 1.2em/1 FontAwesome;
  text-indent: 0;
  display: block;
  margin: 2px 0 0 2px;
}

/* line 28, ../sass/components/_tables.sass */
caption {
  color: #3e6790;
  font-weight: 400;
  padding: 15px;
  font-size: 17px;
  font-size: 1.0625rem;
}

/* line 34, ../sass/components/_tables.sass */
#blockConfirmation.block-striped > .row:nth-child(2n+1) {
  background: #F1F1F1;
}

/* line 36, ../sass/components/_tables.sass */
#blockConfirmation.block-striped > .row:nth-child(2n+2) {
  background-color: transparent;
  border-top: 0px solid #e9e9e9;
  border-bottom: 0;
}

/* line 42, ../sass/components/_tables.sass */
#blockConfirmation > .block {
  margin: 0 0 20px !important;
}

/* line 46, ../sass/components/_tables.sass */
.flex-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
/* line 50, ../sass/components/_tables.sass */
.flex-box.flex-center {
  align-items: center;
}
/* line 52, ../sass/components/_tables.sass */
.flex-box .aligner-item-center {
  align-self: center;
}

/* line 55, ../sass/components/_tables.sass */
.flex-box-item {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
/* line 59, ../sass/components/_tables.sass */
.flex-box-item.flex-right-item {
  justify-content: right;
}
/* line 61, ../sass/components/_tables.sass */
.flex-box-item.aligner-item--center {
  align-items: center;
}
/* line 63, ../sass/components/_tables.sass */
.flex-box-item.aligner-item--top {
  align-self: flex-start;
}

@media (max-width: 991px) {
  /* line 68, ../sass/components/_tables.sass */
  #NonNumberedGeneratedData {
    background: transparent;
  }
  /* line 70, ../sass/components/_tables.sass */
  #NonNumberedGeneratedData > .row {
    margin: 10px 0;
  }
  /* line 72, ../sass/components/_tables.sass */
  #NonNumberedGeneratedData > .row:nth-child(2n+1) {
    background-color: #F1F1F1;
    border-top: 0px solid #e9e9e9;
    border-bottom: 0;
  }
  /* line 76, ../sass/components/_tables.sass */
  #NonNumberedGeneratedData > .row .hall_delete_row {
    padding-bottom: 15px;
  }
}
/* line 2, ../sass/components/_tabs.sass */
.nav-tabs {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 30px;
}
/* line 5, ../sass/components/_tabs.sass */
.nav-tabs > li {
  border-left: 1px solid #f2f2f2;
}
/* line 8, ../sass/components/_tabs.sass */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #ffffff;
  color: #e07305;
  border-top: 1px solid #e07305;
  cursor: default;
  font-weight: 400;
  -webkit-box-shadow: 0 2px 0 #e07305 inset;
  -o-box-shadow: 0 2px 0 #e07305 inset;
  -moz-box-shadow: 0 2px 0 #e07305 inset;
  -ms-box-shadow: 0 2px 0 #e07305 inset;
  box-shadow: 0 2px 0 #e07305 inset;
}
/* line 15, ../sass/components/_tabs.sass */
.nav-tabs > li > a {
  background: #ffffff;
  border-top: 1px solid #f2f2f2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-right: -1px;
  font-weight: 300;
  color: #3e6790;
  line-height: 43px;
  line-height: 2.6875rem;
  padding: 0 20px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition-transition: none;
  -ms-transform: none;
  transition: none;
}
/* line 25, ../sass/components/_tabs.sass */
.nav-tabs > li > a:hover {
  border-color: #f2f2f2;
  background: #ffffff;
}

/* line 31, ../sass/components/_tabs.sass */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background-color: #ffffff;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #e07305;
}
/* line 38, ../sass/components/_tabs.sass */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 1px solid transparent;
}
/* line 40, ../sass/components/_tabs.sass */
.nav-tabs > li:last-child a {
  border-right: 1px solid #f2f2f2;
}

/* line 46, ../sass/components/_tabs.sass */
.nav-tabs-loaylty {
  border-bottom: 1px solid #f2f2f2;
}
/* line 49, ../sass/components/_tabs.sass */
.nav-tabs-loaylty > li > a {
  border-top: 0;
  border-right: 0;
}
/* line 52, ../sass/components/_tabs.sass */
.nav-tabs-loaylty > li > a:hover {
  color: #3e6790;
}
/* line 54, ../sass/components/_tabs.sass */
.nav-tabs-loaylty > li > a:first-child {
  border-left: 0;
}
/* line 56, ../sass/components/_tabs.sass */
.nav-tabs-loaylty > li > a:first-child:hover, .nav-tabs-loaylty > li > a:first-child:focus {
  border-left: 0;
}
/* line 59, ../sass/components/_tabs.sass */
.nav-tabs-loaylty > li.active > a, .nav-tabs-loaylty > li.active a:hover, .nav-tabs-loaylty > li.active a:focus {
  border-top: 0;
  border-right: 0;
  border-bottom: 3px solid #0370ab;
  color: #0370ab;
  -webkit-box-shadow: 0 0 0 0 0;
  -o-box-shadow: 0 0 0 0 0;
  -moz-box-shadow: 0 0 0 0 0;
  -ms-box-shadow: 0 0 0 0 0;
  box-shadow: 0 0 0 0 0;
  box-shadow: none;
}

/* line 68, ../sass/components/_tabs.sass */
.tab-content .show-m-text {
  display: none;
}

/* sm */
@media (max-width: 991px) {
  /* line 74, ../sass/components/_tabs.sass */
  .nav-tabs > li {
    width: auto;
  }
  /* line 76, ../sass/components/_tabs.sass */
  .nav-tabs > li > a {
    padding: 8px 20px 0;
  }
  /* line 78, ../sass/components/_tabs.sass */
  .nav-tabs > li > a .glyphicon {
    font-size: 22px;
    font-size: 1.375rem;
  }
  /* line 80, ../sass/components/_tabs.sass */
  .nav-tabs > li > a .menu-text {
    display: none;
  }
  /* line 83, ../sass/components/_tabs.sass */
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #F1F1F1;
  }

  /* line 86, ../sass/components/_tabs.sass */
  .nav-tabs.full-menu {
    margin-bottom: 15px !important;
  }
  /* line 88, ../sass/components/_tabs.sass */
  .nav-tabs.full-menu > li {
    width: 100% !important;
  }

  /* line 91, ../sass/components/_tabs.sass */
  .tab-content .show-m-text {
    display: block;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 97, ../sass/components/_tabs.sass */
  .panel-default {
    border: 1px solid #e9e9e9;
    box-shadow: none;
  }
  /* line 100, ../sass/components/_tabs.sass */
  .panel-default > .panel-heading {
    color: #3e6790;
    background-color: #F1F1F1;
    border-color: #e9e9e9;
    font-weight: 400;
    padding: 0;
    position: relative;
  }
  /* line 107, ../sass/components/_tabs.sass */
  .panel-default > .panel-heading a {
    display: block;
    padding: 10px 15px;
  }
  /* line 110, ../sass/components/_tabs.sass */
  .panel-default > .panel-heading .pull-right {
    position: absolute;
    right: 15px;
    top: 12px;
  }

  /* line 115, ../sass/components/_tabs.sass */
  .nav-tabs-loaylty {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 7px !important;
  }
  /* line 119, ../sass/components/_tabs.sass */
  .nav-tabs-loaylty > li > a {
    margin-top: 5px;
  }
}
@media (max-width: 350px) {
  /* line 124, ../sass/components/_tabs.sass */
  .nav-tabs > li > a {
    padding: 8px 15px 0;
  }
}
/* line 2, ../sass/components/_login-box.sass */
.login-box {
  text-align: right;
}
/* line 5, ../sass/components/_login-box.sass */
.login-box .login a {
  background: #e07305;
  border: 1px solid #e07305;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  height: 40px;
  line-height: 38px;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 17, ../sass/components/_login-box.sass */
.login-box .login a:hover, .login-box .login a:active, .login-box .login a:focus {
  color: #ffffff;
}
/* line 19, ../sass/components/_login-box.sass */
.login-box #btAccountLogout {
  background: #ffffff;
  border: 1px solid #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding: 11px;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #e07305;
  text-transform: uppercase;
}
/* line 29, ../sass/components/_login-box.sass */
.login-box .myAccountLink {
  background: #e07305;
  border: 1px solid #e07305;
  display: inline-block;
  vertical-align: middle;
  padding: 11px;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ffffff;
}
/* line 38, ../sass/components/_login-box.sass */
.login-box .myAccountLink:hover, .login-box .myAccountLink:active, .login-box .myAccountLink:focus {
  color: #ffffff;
}
/* line 42, ../sass/components/_login-box.sass */
.login-box .user-data .block-left span {
  text-transform: uppercase;
}
/* line 44, ../sass/components/_login-box.sass */
.login-box .user-data .row-user {
  position: relative;
  top: 1px;
  margin-right: 10px;
}
/* line 48, ../sass/components/_login-box.sass */
.login-box .user-data .row-user a {
  padding: 0;
}
/* line 50, ../sass/components/_login-box.sass */
.login-box .user-data .block-left, .login-box .user-data .block-right {
  display: inline-block;
}
/* line 53, ../sass/components/_login-box.sass */
.login-box .user-data .block-right .myAccountLink, .login-box .user-data .block-right #logout-form {
  display: inline-block;
}
/* line 55, ../sass/components/_login-box.sass */
.login-box .user-data .block-right .myAccountLink {
  color: #FFF;
}
/* line 57, ../sass/components/_login-box.sass */
.login-box .user-data .block-right .myAccountLink:hover {
  color: #FFF;
}

/* sm */
@media (max-width: 991px) {
  /* line 65, ../sass/components/_login-box.sass */
  .login-box .user-data .row-user {
    margin: 5px 0 0;
  }
  /* line 67, ../sass/components/_login-box.sass */
  .login-box .user-data .block-left, .login-box .user-data .block-right {
    margin: 0px;
  }
  /* line 69, ../sass/components/_login-box.sass */
  .login-box .user-data .button-user-up {
    margin: 10px 0;
  }

  /* line 74, ../sass/components/_login-box.sass */
  .main .primary-bar {
    padding: 0 !important;
  }
  /* line 76, ../sass/components/_login-box.sass */
  .main .navbar-header {
    float: left !important;
  }
  /* line 78, ../sass/components/_login-box.sass */
  .main .login-box {
    float: right;
    padding: 0;
    z-index: 99;
  }
  /* line 82, ../sass/components/_login-box.sass */
  .main .login-box .login {
    padding: 0;
  }
  /* line 85, ../sass/components/_login-box.sass */
  .main .login-box .user-data .row-user {
    display: none !important;
  }
  /* line 87, ../sass/components/_login-box.sass */
  .main .login-box .user-data .button-user-up {
    margin: 0;
  }
  /* line 90, ../sass/components/_login-box.sass */
  .main .login-box .user-button .myAccountLink,
  .main .login-box .user-button #btAccountLogout {
    display: inline-block;
    height: 40px;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 40px;
  }
  /* line 99, ../sass/components/_login-box.sass */
  .main .login-box .user-button .myAccountLink i,
  .main .login-box .user-button #btAccountLogout i {
    font-size: 19px;
    font-size: 1.1875rem;
    position: absolute;
    left: 12px;
    top: 9px;
  }
  /* line 104, ../sass/components/_login-box.sass */
  .main .login-box .user-button span {
    display: none;
  }
}
/* xs */
/* line 1, ../sass/components/_form-elements.sass */
.n-padding-left {
  padding-left: 0;
}

/* line 4, ../sass/components/_form-elements.sass */
.n-padding-right {
  padding-right: 0;
}

/* line 7, ../sass/components/_form-elements.sass */
.panel {
  background: #ffffff;
}

/* line 10, ../sass/components/_form-elements.sass */
.bg-silver {
  background: #f1f1f1;
  padding: 10px 15px;
  margin: 10px 0;
}

/* line 16, ../sass/components/_form-elements.sass */
.form-control {
  background: #ffffff;
  height: auto;
  padding: 6px 15px;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0 0 0;
  -o-box-shadow: 0 0 0 0 0;
  -moz-box-shadow: 0 0 0 0 0;
  -ms-box-shadow: 0 0 0 0 0;
  box-shadow: 0 0 0 0 0;
  -webkit-box-shadow: inset 0 1px 1px transparent;
  box-shadow: inset 0 1px 1px transparent;
  color: #3e6790;
  border: 1px solid #cccccc;
}
/* line 27, ../sass/components/_form-elements.sass */
.form-control:focus {
  border-color: #797979;
  -webkit-box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent;
  box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent;
}
/* line 31, ../sass/components/_form-elements.sass */
.form-control::-moz-placeholder {
  color: #797979;
}
/* line 33, ../sass/components/_form-elements.sass */
.form-control::-webkit-input-placeholder {
  color: #797979;
}
/* line 35, ../sass/components/_form-elements.sass */
.form-control::-ms-input-placeholder {
  color: #797979;
}

/* line 38, ../sass/components/_form-elements.sass */
.form-control.text_calendar {
  padding-left: 37px;
}

/* line 42, ../sass/components/_form-elements.sass */
.form-group i {
  color: #797979;
}

/* line 46, ../sass/components/_form-elements.sass */
.has-feedback-left .form-control {
  padding-right: 12px;
  padding-left: 40px;
}
/* line 49, ../sass/components/_form-elements.sass */
.has-feedback-left .form-control-feedback {
  left: 0;
  line-height: 41px;
}

/* line 54, ../sass/components/_form-elements.sass */
.filterBox:focus {
  border-color: transparent;
}
/* line 56, ../sass/components/_form-elements.sass */
.filterBox .search-query {
  border: 1px solid #cbd3da !important;
}
/* line 58, ../sass/components/_form-elements.sass */
.filterBox .glyphicon-calendar {
  position: absolute;
  top: 11px;
  left: 26px;
}

/* line 64, ../sass/components/_form-elements.sass */
#custom-search-input .glyphicon-calendar::before {
  color: #e07305;
}
/* line 67, ../sass/components/_form-elements.sass */
#custom-search-input:hover .glyphicon-calendar::before {
  color: #e07305;
}

/* line 73, ../sass/components/_form-elements.sass */
.filters #custom-search-input .search-query {
  color: #797979;
  background-color: #e07305;
  padding: 6px 10px;
}

/* line 77, ../sass/components/_form-elements.sass */
.input-group-addon {
  background-color: #e07305;
  border: 1px solid #cbd3da;
}
/* line 80, ../sass/components/_form-elements.sass */
.input-group-addon i {
  background-color: #e07305;
  border: 1px solid #e07305;
  color: #fff;
}

/* line 86, ../sass/components/_form-elements.sass */
.quantity-selector {
  height: auto;
  padding: 5px 15px;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0 0 0;
  -o-box-shadow: 0 0 0 0 0;
  -moz-box-shadow: 0 0 0 0 0;
  -ms-box-shadow: 0 0 0 0 0;
  box-shadow: 0 0 0 0 0;
  -webkit-box-shadow: inset 0 1px 1px transparent;
  box-shadow: inset 0 1px 1px transparent;
  color: #3e6790;
  border: 1px solid #cbd3da;
}
/* line 96, ../sass/components/_form-elements.sass */
.quantity-selector:hover {
  border-color: none !important;
  -webkit-box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent;
  box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent;
}
/* line 100, ../sass/components/_form-elements.sass */
.quantity-selector::-moz-placeholder {
  color: #797979;
}
/* line 102, ../sass/components/_form-elements.sass */
.quantity-selector::-webkit-input-placeholder {
  color: #797979;
}
/* line 104, ../sass/components/_form-elements.sass */
.quantity-selector::-ms-input-placeholder {
  color: #797979;
}

/* line 108, ../sass/components/_form-elements.sass */
.vouchers-quantity .form-group, .goods-quantity .form-group {
  margin-bottom: 0;
}
/* line 111, ../sass/components/_form-elements.sass */
.vouchers-quantity .form-group .form-control:hover, .vouchers-quantity .form-group .form-control:focus, .goods-quantity .form-group .form-control:hover, .goods-quantity .form-group .form-control:focus {
  border: 1px solid #cbd3da;
}
/* line 113, ../sass/components/_form-elements.sass */
.vouchers-quantity .form-group .btn-default, .goods-quantity .form-group .btn-default {
  background-color: #FFF;
}
/* line 115, ../sass/components/_form-elements.sass */
.vouchers-quantity .form-group .btn-default:focus, .vouchers-quantity .form-group .btn-default.focus, .vouchers-quantity .form-group .btn-default:hover, .vouchers-quantity .form-group .btn-default:active, .vouchers-quantity .form-group .btn-default.active, .goods-quantity .form-group .btn-default:focus, .goods-quantity .form-group .btn-default.focus, .goods-quantity .form-group .btn-default:hover, .goods-quantity .form-group .btn-default:active, .goods-quantity .form-group .btn-default.active {
  background-color: #e9e9e9;
  border-color: #cbd3da !important;
}
/* line 118, ../sass/components/_form-elements.sass */
.vouchers-quantity .form-group .btn-default .fa, .goods-quantity .form-group .btn-default .fa {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #797979;
}

/* lg */
/* md */
/* sm */
@media (max-width: 991px) {
  /* line 132, ../sass/components/_form-elements.sass */
  .has-feedback-left .form-control-feedback {
    line-height: 36px;
  }
}
/* xs */
/* XS Portrait */
/* line 144, ../sass/components/_form-elements.sass */
.form-control-hint {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 17px;
  cursor: pointer;
  display: none;
  padding: 10px;
}

@media (max-width: 767px) {
  /* line 154, ../sass/components/_form-elements.sass */
  .form-control-hint {
    display: block;
  }

  /* line 157, ../sass/components/_form-elements.sass */
  .has-hint input {
    padding-right: 28px !important;
  }
  /* line 159, ../sass/components/_form-elements.sass */
  .has-hint select {
    padding-right: 28px !important;
    background-position: calc(100% - 27px), 100% center !important;
  }
}
@media (max-width: 991px) {
  /* line 164, ../sass/components/_form-elements.sass */
  .form-control-hint {
    display: block;
  }

  /* line 167, ../sass/components/_form-elements.sass */
  .has-hint input {
    padding-right: 28px !important;
  }
  /* line 169, ../sass/components/_form-elements.sass */
  .has-hint select {
    padding-right: 28px !important;
    background-position: calc(100% - 27px), 100% center !important;
  }
}
/* line 1, ../sass/components/_buttons.sass */
.appleWalletBadge {
  border: none;
}

/* line 4, ../sass/components/_buttons.sass */
.btHallSection {
  width: 100%;
}

/* line 7, ../sass/components/_buttons.sass */
.button-back {
  margin-right: 10px;
}

/* line 10, ../sass/components/_buttons.sass */
.btn {
  position: relative;
  text-decoration: none;
  text-transform: none;
  vertical-align: initial;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition-transition: all 0.4s ease;
  -ms-transform: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 19, ../sass/components/_buttons.sass */
.default-btn {
  background-color: #e07305;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: #fff !important;
  padding: 8px 15px;
  border: 1px solid #e07305;
}
/* line 25, ../sass/components/_buttons.sass */
.default-btn:hover, .default-btn:focus {
  background-color: #d16b05;
  color: #fff !important;
}

/* line 30, ../sass/components/_buttons.sass */
.btn-sm {
  padding: 3px 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  font-size: 0.875rem;
  border-width: 1px !important;
}

/* line 37, ../sass/components/_buttons.sass */
.btn-input {
  padding: 7px 13px;
  font-size: 16px;
  font-size: 1rem;
}

/* line 42, ../sass/components/_buttons.sass */
.btn-transparent {
  background-color: rgba(255, 255, 255, 0);
  color: #0370ab !important;
  border: 1px solid #0370ab;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
/* line 47, ../sass/components/_buttons.sass */
.btn-transparent:hover, .btn-transparent:focus {
  background-color: #0370ab;
  color: #FFF !important;
}
/* line 50, ../sass/components/_buttons.sass */
.btn-transparent:hover i, .btn-transparent:focus i {
  color: #FFF !important;
}

/* line 53, ../sass/components/_buttons.sass */
.btn-bg-primary-color {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #e07305;
  padding: 8px 15px 8px 47px;
  color: #e07305;
}
/* line 58, ../sass/components/_buttons.sass */
.btn-bg-primary-color span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 0;
  width: 33px;
  font-size: 15px;
  font-size: 0.9375rem;
  border-right: 1px solid #c26404;
}
/* line 66, ../sass/components/_buttons.sass */
.btn-bg-primary-color span:hover, .btn-bg-primary-color span:focus {
  background: #e07305;
  color: #fff;
}
/* line 70, ../sass/components/_buttons.sass */
.btn-bg-primary-color:hover {
  background: #e07305;
  color: #fff;
}

/* line 75, ../sass/components/_buttons.sass */
.btn-bg-primary-color-full {
  background: #e07305;
  border: 1px solid #e07305;
  padding: 8px 15px 8px 47px;
  color: #fff;
}
/* line 80, ../sass/components/_buttons.sass */
.btn-bg-primary-color-full span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 0;
  width: 33px;
  font-size: 15px;
  font-size: 0.9375rem;
  border-right: 1px solid #c26404;
}
/* line 88, ../sass/components/_buttons.sass */
.btn-bg-primary-color-full span:hover, .btn-bg-primary-color-full span:focus {
  background: #e07305;
  color: #fff;
}
/* line 92, ../sass/components/_buttons.sass */
.btn-bg-primary-color-full:hover {
  background: #e07305;
  color: #fff;
}

/* line 96, ../sass/components/_buttons.sass */
.btn-border-main-color {
  background-color: rgba(255, 255, 255, 0);
  color: #e07305 !important;
  border: 1px solid #e07305;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition-transition: all 0s ease;
  -ms-transform: all 0s ease;
  transition: all 0s ease;
}
/* line 102, ../sass/components/_buttons.sass */
.btn-border-main-color:hover, .btn-border-main-color:focus {
  border: 1px solid #e07305;
  background: #e07305;
  color: #fff !important;
}
/* line 107, ../sass/components/_buttons.sass */
.btn-border-main-color:hover span .fa, .btn-border-main-color:focus span .fa {
  color: #fff;
}
/* line 109, ../sass/components/_buttons.sass */
.btn-border-main-color:hover:hover span, .btn-border-main-color:hover:focus span, .btn-border-main-color:focus:hover span, .btn-border-main-color:focus:focus span {
  border-right: 1px solid #c26404;
}

/* line 112, ../sass/components/_buttons.sass */
.btn-transparent-two {
  background-color: rgba(255, 255, 255, 0);
  color: #e07305 !important;
  border: 1px solid #e07305;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
/* line 117, ../sass/components/_buttons.sass */
.btn-transparent-two:hover, .btn-transparent-two:focus {
  background-color: #e07305;
  color: #FFF !important;
}

/* line 123, ../sass/components/_buttons.sass */
.btn-icon-right {
  padding: 8px 47px 8px 15px;
}
/* line 125, ../sass/components/_buttons.sass */
.btn-icon-right span {
  position: absolute;
  right: 0;
  width: 33px;
  top: 0;
  padding: 8px 0;
  background: #d16b05;
  border-left: 1px solid #d16b05;
}
/* line 133, ../sass/components/_buttons.sass */
.btn-icon-right:hover span, .btn-icon-right:focus span {
  border-left: 1px solid #c26404;
}

/* line 136, ../sass/components/_buttons.sass */
.btn-icon-left {
  padding: 8px 15px 8px 47px;
}
/* line 138, ../sass/components/_buttons.sass */
.btn-icon-left span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 0;
  width: 33px;
  background-color: #d16b05;
  border-right: 1px solid #d16b05;
}
/* line 146, ../sass/components/_buttons.sass */
.btn-icon-left:hover span, .btn-icon-left:focus span {
  border-right: 1px solid #c26404;
}

/* line 150, ../sass/components/_buttons.sass */
.btn-icon-left-transp {
  padding: 8px 15px 8px 47px;
}
/* line 152, ../sass/components/_buttons.sass */
.btn-icon-left-transp span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 0;
  width: 33px;
  font-size: 15px;
  font-size: 0.9375rem;
  border-right: 1px solid #0370ab;
}
/* line 160, ../sass/components/_buttons.sass */
.btn-icon-left-transp:hover span, .btn-icon-left-transp:focus span {
  border-right: 1px solid #025c8d;
}

/* line 164, ../sass/components/_buttons.sass */
.btn-icon-left-transp-mcolor {
  padding: 8px 15px 8px 47px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition-transition: all 0.4s ease;
  -ms-transform: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 167, ../sass/components/_buttons.sass */
.btn-icon-left-transp-mcolor span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 0;
  width: 33px;
  font-size: 15px;
  font-size: 0.9375rem;
  border-right: 1px solid #e07305;
}
/* line 175, ../sass/components/_buttons.sass */
.btn-icon-left-transp-mcolor span i {
  color: #e07305;
}
/* line 177, ../sass/components/_buttons.sass */
.btn-icon-left-transp-mcolor:hover span, .btn-icon-left-transp-mcolor:focus span {
  color: #fff;
}

/* line 180, ../sass/components/_buttons.sass */
.btn-icon-left-transp-two {
  padding: 8px 15px 8px 47px;
}
/* line 182, ../sass/components/_buttons.sass */
.btn-icon-left-transp-two span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 0;
  width: 33px;
  font-size: 15px;
  font-size: 0.9375rem;
  border-right: 1px solid #e07305;
}
/* line 190, ../sass/components/_buttons.sass */
.btn-icon-left-transp-two:hover span, .btn-icon-left-transp-two:focus span {
  border-right: 1px solid #c76604;
}

/* line 193, ../sass/components/_buttons.sass */
#btPaymentFailedRestore {
  margin-top: 4px;
}

/* line 198, ../sass/components/_buttons.sass */
.modal-footer .btn-transparent {
  border-width: 1px;
}

/* line 202, ../sass/components/_buttons.sass */
a.item_remove_icon,
span.item_remove_icon {
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #797979 !important;
  display: block;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-top: 0;
  opacity: 0.3;
  float: right;
  text-align: right;
}
/* line 217, ../sass/components/_buttons.sass */
a.item_remove_icon:hover,
span.item_remove_icon:hover {
  opacity: 1;
}
/* line 219, ../sass/components/_buttons.sass */
a.item_remove_icon::before,
span.item_remove_icon::before {
  content: "";
  position: relative;
  top: 4px;
}

/* line 224, ../sass/components/_buttons.sass */
span.icon-delete-row {
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #797979 !important;
  display: block;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-top: 15px;
  opacity: 1;
  float: right;
}
/* line 237, ../sass/components/_buttons.sass */
span.icon-delete-row span {
  color: #e07305;
}
/* line 239, ../sass/components/_buttons.sass */
span.icon-delete-row:hover {
  opacity: 1;
}
/* line 241, ../sass/components/_buttons.sass */
span.icon-delete-row::before {
  content: "";
  position: relative;
  top: 0px;
  right: 4px;
  font-size: 15px;
}
/* line 247, ../sass/components/_buttons.sass */
span.icon-delete-row .text-remove {
  display: none;
}

/* line 251, ../sass/components/_buttons.sass */
.next-button {
  margin-left: 15px;
}

/* line 255, ../sass/components/_buttons.sass */
#blockRezervation .btPrintETicket,
#blockRezervation #btPrintEBill,
#blockRezervation .btSendCoolTicket {
  padding: 3px 9px 3px 41px;
  border: 1px solid #e07305;
  margin-bottom: 0;
}
/* line 261, ../sass/components/_buttons.sass */
#blockRezervation .btPrintETicket span,
#blockRezervation #btPrintEBill span,
#blockRezervation .btSendCoolTicket span {
  display: block;
  padding: 0;
  height: 100%;
}
/* line 265, ../sass/components/_buttons.sass */
#blockRezervation .btPrintETicket span i,
#blockRezervation #btPrintEBill span i,
#blockRezervation .btSendCoolTicket span i {
  vertical-align: middle;
  width: 100%;
}
/* line 268, ../sass/components/_buttons.sass */
#blockRezervation .btPrintETicket:hover, #blockRezervation .btPrintETicket:focus,
#blockRezervation #btPrintEBill:hover,
#blockRezervation #btPrintEBill:focus,
#blockRezervation .btSendCoolTicket:hover,
#blockRezervation .btSendCoolTicket:focus {
  background: #e07305;
  border: 1px solid #e07305;
}

@media (max-width: 991px) {
  /* line 274, ../sass/components/_buttons.sass */
  .addTickets {
    clear: both;
    margin: 10px 0;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 282, ../sass/components/_buttons.sass */
  .icon-delete-row {
    width: auto !important;
  }
  /* line 284, ../sass/components/_buttons.sass */
  .icon-delete-row .text-remove {
    display: block !important;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    padding-right: 10px;
  }

  /* line 290, ../sass/components/_buttons.sass */
  #CartItems .item_remove_icon {
    top: 10px !important;
  }

  /* line 294, ../sass/components/_buttons.sass */
  .backToSection {
    margin-left: 0;
    margin-top: 7px;
  }

  /* line 298, ../sass/components/_buttons.sass */
  .btn-transparent {
    border-width: 1px;
  }

  /* line 301, ../sass/components/_buttons.sass */
  .btn-icon-left-transp {
    padding: 8px 10px 8px 37px;
  }
  /* line 303, ../sass/components/_buttons.sass */
  .btn-icon-left-transp span {
    width: 25px;
  }

  /* line 307, ../sass/components/_buttons.sass */
  .btn-icon-right {
    padding: 8px 37px 8px 10px;
  }
  /* line 309, ../sass/components/_buttons.sass */
  .btn-icon-right span {
    width: 25px;
  }

  /* line 313, ../sass/components/_buttons.sass */
  .btn-input {
    padding: 7px 13px !important;
  }
}
/* XS Portrait */
/* line 2, ../sass/components/_steps.sass */
.progress-steps {
  display: table;
  width: 100%;
  margin: 15px 0;
  position: relative;
}
/* line 7, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row {
  display: table-row;
}
/* line 9, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row:before {
  top: 22px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #F1F1F1;
  z-order: 0;
}
/* line 18, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row .step {
  display: table-cell;
  text-align: center;
  position: relative;
  vertical-align: top;
  width: 25%;
}
/* line 24, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row .step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
/* line 27, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row .step .btn {
  background-color: #F1F1F1;
  outline: 10px solid #ffffff;
}
/* line 30, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row .step .btn:focus {
  outline: 10px solid #FFF !important;
  outline-offset: 0 !important;
}
/* line 34, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row .step .btn-circle {
  display: inline-block;
  cursor: auto;
  width: 45px;
  height: 45px;
  padding: 5px 12px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.33;
  border-radius: 50%;
}
/* line 43, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row .step .btn-circle span {
  color: #FFF;
}
/* line 45, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row .step p {
  margin-top: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 49, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row .step-active .btn {
  border: 0;
  background-color: #e07305;
}
/* line 52, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row .step-active .btn span {
  font-weight: 400;
  color: #FFF;
}
/* line 55, ../sass/components/_steps.sass */
.progress-steps .progress-steps-row .step-active p {
  color: #e07305;
  font-weight: 400;
}

/* line 63, ../sass/components/_steps.sass */
.shortNavigation .progress-steps-row .step {
  width: 33%;
}
/* line 65, ../sass/components/_steps.sass */
.shortNavigation .progress-steps-row p {
  margin-top: 5px;
}

/* sm */
@media (max-width: 991px) {
  /* line 72, ../sass/components/_steps.sass */
  .progress-steps .progress-steps-row:before {
    top: 23px;
  }
  /* line 75, ../sass/components/_steps.sass */
  .progress-steps .progress-steps-row .step .btn-circle {
    width: 46px;
    height: 46px;
    padding: 4px 9px;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 82, ../sass/components/_steps.sass */
  .col-time {
    width: 30%;
  }

  /* line 86, ../sass/components/_steps.sass */
  .progress-steps .smallDeviceDontDisplay {
    display: none !important;
  }
  /* line 89, ../sass/components/_steps.sass */
  .progress-steps .progress-steps-row:before {
    top: 18px;
  }
  /* line 91, ../sass/components/_steps.sass */
  .progress-steps .progress-steps-row .step {
    width: 50%;
  }
  /* line 93, ../sass/components/_steps.sass */
  .progress-steps .progress-steps-row .step .btn-circle {
    width: 36px;
    height: 36px;
    padding: 2px 9px;
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 98, ../sass/components/_steps.sass */
  .progress-steps .progress-steps-row .step .btn {
    outline: 5px solid #ffffff;
  }
}
/* line 103, ../sass/components/_steps.sass */
.steps-vertical-row .custom-icon span {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  position: relative;
}

/* line 1, ../sass/components/_select.sass */
.selectpicker,
._selectpicker {
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #cccccc;
  background-image: url("../images/websale_images/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: calc(100% - 10px) calc(0em + 50%), calc(100% - 13px) calc(1em + 2px), 100% center;
}

/* line 11, ../sass/components/_select.sass */
.form-control {
  padding: 7px 25px 7px 7px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 18, ../sass/components/_select.sass */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below */
}
/* line 22, ../sass/components/_select.sass */
.bootstrap-select > .dropdown-toggle {
  background: #ffffff;
  width: 100%;
  padding-right: 30px;
  z-index: 1;
}
/* line 27, ../sass/components/_select.sass */
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
/* line 37, ../sass/components/_select.sass */
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

/* line 44, ../sass/components/_select.sass */
.btn-default {
  padding: 5px 15px;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: #3e6790;
  border: 1px solid #cbd3da;
  background-color: #e07305;
}
/* line 51, ../sass/components/_select.sass */
.btn-default:focus {
  border-color: #797979;
}
/* line 54, ../sass/components/_select.sass */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus {
  color: #3e6790;
  background-color: #F1F1F1;
  border-color: #797979;
}
/* line 58, ../sass/components/_select.sass */
.btn-default:focus, .btn-default.focus, .btn-default:hover, .btn-default:active, .btn-default.active {
  color: #3e6790;
  background-color: #F1F1F1;
  border-color: #797979;
}

/* line 64, ../sass/components/_select.sass */
.open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #3e6790;
  background-color: #F1F1F1;
  border-color: #797979;
}

/* line 70, ../sass/components/_select.sass */
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

/* line 74, ../sass/components/_select.sass */
.bootstrap-select.fit-width {
  width: auto !important;
}
/* line 76, ../sass/components/_select.sass */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
/* line 78, ../sass/components/_select.sass */
.bootstrap-select .dropdown-toggle:focus {
  outline: none;
  outline-offset: -2px;
}
/* line 81, ../sass/components/_select.sass */
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
/* line 85, ../sass/components/_select.sass */
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
/* line 87, ../sass/components/_select.sass */
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
/* line 90, ../sass/components/_select.sass */
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
/* line 94, ../sass/components/_select.sass */
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

/* line 97, ../sass/components/_select.sass */
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

/* line 100, ../sass/components/_select.sass */
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

/* line 103, ../sass/components/_select.sass */
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

/* line 106, ../sass/components/_select.sass */
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

/* line 111, ../sass/components/_select.sass */
.bootstrap-select.btn-group.disabled {
  cursor: not-allowed;
}
/* line 113, ../sass/components/_select.sass */
.bootstrap-select.btn-group.disabled:focus {
  outline: none !important;
}
/* line 115, ../sass/components/_select.sass */
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
/* line 117, ../sass/components/_select.sass */
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
/* line 119, ../sass/components/_select.sass */
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
/* line 121, ../sass/components/_select.sass */
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
/* line 124, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #3e6790;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
/* line 130, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-toggle .caret {
  color: transparent;
}
/* line 132, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-toggle .caret:before {
  font-family: "FontAwesome";
  content: "";
  font-size: 23px;
  font-size: 1.4375rem;
  position: absolute;
  top: 0px;
  right: 13px;
  color: #797979;
}
/* line 141, ../sass/components/_select.sass */
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
/* line 143, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu {
  border-radius: 0;
  margin: 2px 0 0;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 150, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 159, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
/* line 161, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
/* line 163, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
/* line 165, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu li a {
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 172, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
/* line 176, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
/* line 178, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
/* line 180, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
/* line 182, ../sass/components/_select.sass */
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 198, ../sass/components/_select.sass */
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
/* line 204, ../sass/components/_select.sass */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
/* line 206, ../sass/components/_select.sass */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
/* line 211, ../sass/components/_select.sass */
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
/* line 216, ../sass/components/_select.sass */
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
  font-size: 16px;
  font-size: 1rem;
}
/* line 220, ../sass/components/_select.sass */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
/* line 223, ../sass/components/_select.sass */
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
/* line 232, ../sass/components/_select.sass */
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
/* line 242, ../sass/components/_select.sass */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
/* line 247, ../sass/components/_select.sass */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
/* line 253, ../sass/components/_select.sass */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
/* line 256, ../sass/components/_select.sass */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
/* line 260, ../sass/components/_select.sass */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
/* line 262, ../sass/components/_select.sass */
.bootstrap-select .inner {
  margin: 0;
}
/* line 264, ../sass/components/_select.sass */
.bootstrap-select .open > .btn-default.dropdown-toggle:hover {
  color: #3e6790;
  background-color: #F1F1F1;
  border-color: #e9e9e9;
}

/* line 269, ../sass/components/_select.sass */
.bs-searchbox, .bs-actionsbox, .bs-donebutton {
  padding: 4px 8px;
}

/* line 272, ../sass/components/_select.sass */
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 277, ../sass/components/_select.sass */
.bs-actionsbox .btn-group button {
  width: 50%;
}

/* line 280, ../sass/components/_select.sass */
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 286, ../sass/components/_select.sass */
.bs-donebutton .btn-group button {
  width: 100%;
}

/* line 290, ../sass/components/_select.sass */
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
/* line 292, ../sass/components/_select.sass */
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* line 297, ../sass/components/_select.sass */
.select-wrap {
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #cccccc;
  background-image: url("../images/websale_images/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: calc(100% - 10px) calc(0em + 50%), calc(100% - 13px) calc(1em + 2px), 100% center;
  background-color: #fff;
}
/* line 307, ../sass/components/_select.sass */
.select-wrap .form-control {
  padding: 7px 25px 7px 7px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* sm */
@media (max-width: 991px) {
  /* line 324, ../sass/components/_select.sass */
  .checkbox label:before {
    top: 3px !important;
  }
}
/* xs */
/* line 3, ../sass/components/_helpers.sass */
.row-margin {
  margin-bottom: 20px;
}

/* line 6, ../sass/components/_helpers.sass */
.no-left-padding {
  padding-left: 0;
}

/* line 9, ../sass/components/_helpers.sass */
.no-right-padding {
  padding-right: 0;
}

/* line 12, ../sass/components/_helpers.sass */
.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/* line 16, ../sass/components/_helpers.sass */
.no-margin {
  margin-right: 0;
  margin-left: 0;
}

/* line 20, ../sass/components/_helpers.sass */
.p-b {
  padding-bottom: 15px;
}

/* line 23, ../sass/components/_helpers.sass */
.p-t {
  padding-top: 15px;
}

/* line 26, ../sass/components/_helpers.sass */
.m-t {
  margin-top: 10px;
}

/* line 29, ../sass/components/_helpers.sass */
.m-b-t {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 33, ../sass/components/_helpers.sass */
.no-bg {
  background-color: transparent !important;
}

/* line 36, ../sass/components/_helpers.sass */
.margin-back-button {
  margin-bottom: 25px;
}

/* line 41, ../sass/components/_helpers.sass */
.z70, .z71, .z72, .z73, .z74, .z75, .z76, .z77, .z78, .z79 {
  font-size: 11px;
  font-size: 0.6875rem;
}

/* line 45, ../sass/components/_helpers.sass */
.z80, .z81, .z82, .z83, .z84, .z85, .z86, .z87, .z88, .z89 {
  font-size: 13px;
  font-size: 0.8125rem;
}

/* line 48, ../sass/components/_helpers.sass */
.z90, .z91, .z92, .z93, .z94, .z95, .z96, .z97, .z98, .z99, .z100 {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 52, ../sass/components/_helpers.sass */
.z150, .z151, .z152, .z153, .z154, .z155, .z156, .z157, .z158, .z159, .z160, .z161, .z162, .z163, .z164, .z165, .z166, .z167, .z168, .z169, .z170, .z171, .z172, .z173, .z174, .z175, .z176, .z177, .z178, .z179 {
  font-size: 19px;
  font-size: 1.1875rem;
}

/* line 55, ../sass/components/_helpers.sass */
.z180, .z181, .z182, .z183, .z184, .z185, .z186, .z187, .z188, .z189, .z190, .z191, .z192, .z193, .z194, .z195, .z196, .z197, .z198, .z199, .z200, .z201, .z202, .z203, .z204, .z205, .z206, .z207, .z208, .z209 {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 58, ../sass/components/_helpers.sass */
.z210, .z211, .z212, .z213, .z214, .z215, .z216, .z217, .z218, .z219, .z220, .z221, .z222, .z223, .z224, .z225, .z226, .z227, .z228, .z229, .z230, .z231, .z232, .z233, .z234, .z235, .z236, .z237, .z238, .z239, .z240 {
  font-size: 22px;
  font-size: 1.375rem;
}

/* line 63, ../sass/components/_helpers.sass */
#messageEmailNotVerified {
  color: #b9595d;
  font-weight: 400;
}

/* line 70, ../sass/components/_helpers.sass */
.btn-icon-left-transp .fa {
  line-height: 0.75em;
  vertical-align: -10%;
}

/* line 2, ../sass/components/_checkbox.sass */
.checkbox {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 6, ../sass/components/_checkbox.sass */
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
  font-weight: 300;
}
/* line 12, ../sass/components/_checkbox.sass */
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  top: 4px;
  margin-left: -20px;
  border: 1px solid #cbd3da;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
/* line 27, ../sass/components/_checkbox.sass */
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 13px;
  color: #797979;
}
/* line 40, ../sass/components/_checkbox.sass */
.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
/* line 43, ../sass/components/_checkbox.sass */
.checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 47, ../sass/components/_checkbox.sass */
.checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "";
}
/* line 50, ../sass/components/_checkbox.sass */
.checkbox input[type="checkbox"]:indeterminate + label::after, .checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #cbd3da;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
/* line 59, ../sass/components/_checkbox.sass */
.checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
/* line 61, ../sass/components/_checkbox.sass */
.checkbox input[type="checkbox"]:disabled + label::before, .checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
/* line 64, ../sass/components/_checkbox.sass */
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
/* line 66, ../sass/components/_checkbox.sass */
.checkbox.checkbox-inline {
  margin-top: 0;
}

/* line 71, ../sass/components/_checkbox.sass */
.radio {
  padding-left: 20px;
}
/* line 73, ../sass/components/_checkbox.sass */
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
  font-weight: 300;
}
/* line 79, ../sass/components/_checkbox.sass */
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 4px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #C6CBD0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out;
  -o-transition-transition: border 0.15s ease-in-out;
  -ms-transform: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
/* line 92, ../sass/components/_checkbox.sass */
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 7px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #e07305;
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
/* line 105, ../sass/components/_checkbox.sass */
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
/* line 108, ../sass/components/_checkbox.sass */
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 112, ../sass/components/_checkbox.sass */
.radio input[type="radio"]:checked + label::after {
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* line 114, ../sass/components/_checkbox.sass */
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
/* line 116, ../sass/components/_checkbox.sass */
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
/* line 118, ../sass/components/_checkbox.sass */
.radio.radio-inline {
  margin-top: 0;
}

/* line 122, ../sass/components/_checkbox.sass */
input[type="checkbox"].styled:checked + label:after, input[type="radio"].styled:checked + label:after {
  font-family: "FontAwesome";
  content: "";
}
/* line 125, ../sass/components/_checkbox.sass */
input[type="checkbox"] .styled:checked + label::before, input[type="radio"] .styled:checked + label::before, input[type="checkbox"] .styled:checked + label::after, input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

/* sm */
@media (max-width: 991px) {
  /* line 133, ../sass/components/_checkbox.sass */
  .radio label::before {
    top: 2px;
  }
  /* line 135, ../sass/components/_checkbox.sass */
  .radio label::after {
    top: 5px;
  }

  /* line 138, ../sass/components/_checkbox.sass */
  .checkbox label::before {
    top: 1px;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 145, ../sass/components/_checkbox.sass */
  .checkbox label:before {
    top: 4px !important;
    left: 0px;
  }
  /* line 148, ../sass/components/_checkbox.sass */
  .checkbox label:after {
    top: 0px !important;
    margin-left: -22px;
  }
}
/* line 1, ../sass/components/_alerts.sass */
.alert {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 4, ../sass/components/_alerts.sass */
.alert .icon {
  position: absolute;
  left: 25px;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0;
}
/* line 13, ../sass/components/_alerts.sass */
.alert p {
  padding-left: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 16, ../sass/components/_alerts.sass */
.alert .close {
  font-weight: 300;
  font-size: 28px;
  font-size: 1.75rem;
  top: -3px;
}

/* line 22, ../sass/components/_alerts.sass */
.danger-alert {
  background-color: #fcdede;
  padding-left: 50px;
}
/* line 25, ../sass/components/_alerts.sass */
.danger-alert .icon {
  background-image: url("../images/websale_images/danger.svg");
}
/* line 27, ../sass/components/_alerts.sass */
.danger-alert p, .danger-alert .close {
  color: #b9595d;
}

/* line 30, ../sass/components/_alerts.sass */
.info-alert {
  background-color: #eef9fb;
  padding-left: 50px;
}
/* line 33, ../sass/components/_alerts.sass */
.info-alert .icon {
  background-image: url("../images/websale_images/info.svg");
}
/* line 35, ../sass/components/_alerts.sass */
.info-alert p, .info-alert .close {
  color: #429eb7;
}

/* line 38, ../sass/components/_alerts.sass */
.success-alert {
  background-color: #f2fee6;
  padding-left: 50px;
}
/* line 41, ../sass/components/_alerts.sass */
.success-alert .icon {
  background-image: url("../images/websale_images/success.svg");
}
/* line 43, ../sass/components/_alerts.sass */
.success-alert p, .success-alert .close {
  color: #609672;
}

/* line 46, ../sass/components/_alerts.sass */
.warning-alert {
  background-color: #fdf8e4;
  padding-left: 50px;
}
/* line 49, ../sass/components/_alerts.sass */
.warning-alert .icon {
  background-image: url("../images/websale_images/warning.svg");
}
/* line 51, ../sass/components/_alerts.sass */
.warning-alert p, .warning-alert .close {
  color: #bc9643;
}

/* line 54, ../sass/components/_alerts.sass */
.error-table {
  border: 1px solid #f2f2f2;
}
/* line 56, ../sass/components/_alerts.sass */
.error-table .header {
  padding: 15px;
  background: #F1F1F1;
}
/* line 59, ../sass/components/_alerts.sass */
.error-table .block {
  padding: 10px 0;
}
/* line 61, ../sass/components/_alerts.sass */
.error-table h3 {
  margin-bottom: 0px;
}

/* line 65, ../sass/components/_alerts.sass */
.field-validation-error {
  font-size: 14px;
  font-size: 0.875rem;
  color: #b9595d;
}

/* line 1, ../sass/components/_panels.sass */
#accordion.registration-data {
  margin-bottom: 15px;
}

/* line 4, ../sass/components/_panels.sass */
.panel-ws {
  box-shadow: none !important;
}

/* line 6, ../sass/components/_panels.sass */
.panel-title {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}
/* line 9, ../sass/components/_panels.sass */
.panel-title i,
.panel-title .glyphicon {
  color: #e07305;
}

/* line 12, ../sass/components/_panels.sass */
.panel-group {
  margin-bottom: 0;
}
/* line 16, ../sass/components/_panels.sass */
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0;
}
/* line 18, ../sass/components/_panels.sass */
.panel-group .panel-heading + .panel-collapse > .panel-body {
  background-color: #F1F1F1;
  border-top: 0;
}

/* line 23, ../sass/components/_panels.sass */
.panel .form-group .required-field {
  position: relative;
}
/* line 25, ../sass/components/_panels.sass */
.panel .form-group .required-field:after {
  position: absolute;
  content: "*";
  color: #b9595d;
  right: -15px;
  top: 0;
}

/* line 2, ../sass/components/_calendar.sass */
.daterangepicker {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
/* line 4, ../sass/components/_calendar.sass */
.daterangepicker table {
  color: #000;
}
/* line 6, ../sass/components/_calendar.sass */
.daterangepicker table td, .daterangepicker table th {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
/* line 8, ../sass/components/_calendar.sass */
.daterangepicker table td.end-date,
.daterangepicker table td.start-date.end-date {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
/* line 11, ../sass/components/_calendar.sass */
.daterangepicker table .active {
  background: #e07305;
}
/* line 13, ../sass/components/_calendar.sass */
.daterangepicker table .active:hover {
  background: #e07305;
}

/* sm */
/* xs */
/* lg */
@media (min-width: 1200px) {
  /* line 3, ../sass/_responsive.sass */
  .container {
    width: 1170px;
  }

  /* line 5, ../sass/_responsive.sass */
  html {
    font-size: 17px;
  }
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 11, ../sass/_responsive.sass */
  html {
    font-size: 16px;
  }
}
/* sm */
@media (max-width: 991px) {
  /* line 17, ../sass/_responsive.sass */
  html {
    font-size: 16px;
  }

  /* line 22, ../sass/_responsive.sass */
  .bottom .footer-logo {
    width: 100%;
    padding: 20px !important;
  }
  /* line 25, ../sass/_responsive.sass */
  .bottom .footer-logo img {
    max-width: 170px !important;
  }

  /* line 27, ../sass/_responsive.sass */
  .section.bottom {
    padding: 5px 0 20px !important;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 34, ../sass/_responsive.sass */
  html {
    font-size: 16px;
  }

  /* line 37, ../sass/_responsive.sass */
  .bottom .widget.border-line {
    border: none;
  }
  /* line 39, ../sass/_responsive.sass */
  .bottom .border-line {
    min-height: 50px !important;
  }
}
/* XS Portrait */
@media (max-width: 468px) {
  /* line 44, ../sass/_responsive.sass */
  .terms-conditions-agreement {
    margin-top: 20px;
  }

  /* line 46, ../sass/_responsive.sass */
  .pull-right {
    display: block;
    float: none !important;
    text-align: right;
  }

  /* line 52, ../sass/_responsive.sass */
  #btMHallAddTickets .button-forward > form {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  /* line 56, ../sass/_responsive.sass */
  #btMHallAddTickets #btMHallAddTickets {
    display: inline-block;
  }
}
/* line 5, ../sass/system-subpages/_list.sass */
#titles .input-group {
  width: 100%;
}

/* line 10, ../sass/system-subpages/_list.sass */
#listBlock .list_title .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 13, ../sass/system-subpages/_list.sass */
#listBlock .list_title .genrename {
  color: #797979;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 18, ../sass/system-subpages/_list.sass */
#listBlock .list_date .date span {
  font-weight: 400;
}
/* line 20, ../sass/system-subpages/_list.sass */
#listBlock .list_venue {
  text-align: right;
}

/* line 28, ../sass/system-subpages/_list.sass */
#eventsBlock .eventlist_name .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 31, ../sass/system-subpages/_list.sass */
#eventsBlock .eventlist_name .venueTitle {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #797979;
}
/* line 34, ../sass/system-subpages/_list.sass */
#eventsBlock .eventlist_vacancies {
  text-align: right;
}
/* line 36, ../sass/system-subpages/_list.sass */
#eventsBlock .eventlist_vacancies .vacancies {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #797979;
}

/* line 44, ../sass/system-subpages/_list.sass */
#packagesBlock .packagelist_name .name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 48, ../sass/system-subpages/_list.sass */
#packagesBlock .packagelist_note .note {
  font-size: 14px;
  font-size: 0.875rem;
  color: #797979;
}
/* line 52, ../sass/system-subpages/_list.sass */
#packagesBlock .packagelist_titles .title {
  font-weight: 400;
}
/* line 54, ../sass/system-subpages/_list.sass */
#packagesBlock .packagelist_buttons {
  text-align: right;
}

/* line 61, ../sass/system-subpages/_list.sass */
#subscriptionBlock .subscriptionName {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 64, ../sass/system-subpages/_list.sass */
#subscriptionBlock .subscriptionNote {
  font-size: 14px;
  font-size: 0.875rem;
  color: #797979;
}
/* line 68, ../sass/system-subpages/_list.sass */
#subscriptionBlock .subscriptionButtons .btSubscriptionBuy {
  display: inline-block;
}

/* line 76, ../sass/system-subpages/_list.sass */
.modal-dialog .modal-body .eventlist_date span, .modal-dialog .modal-body .eventlist_time span {
  font-weight: 400;
  color: #797979;
}
/* line 79, ../sass/system-subpages/_list.sass */
.modal-dialog .modal-body .eventlist_name {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
}
/* line 82, ../sass/system-subpages/_list.sass */
.modal-dialog .modal-body .subscriptionVenueHeading {
  padding-top: 15px;
}
/* line 84, ../sass/system-subpages/_list.sass */
.modal-dialog .modal-body .subscriptionVenueHeading.active {
  font-weight: bold;
}
/* line 86, ../sass/system-subpages/_list.sass */
.modal-dialog .modal-body .subscriptionVenueHeading:first-child {
  padding-top: 0;
}

/* line 92, ../sass/system-subpages/_list.sass */
.sectionList .row > div {
  margin-bottom: 10px;
}

/* line 97, ../sass/system-subpages/_list.sass */
.voucher-currency {
  background-color: #F1F1F1;
}
/* line 99, ../sass/system-subpages/_list.sass */
.voucher-currency .voucher-currency-in {
  padding: 10px 0;
}
/* line 101, ../sass/system-subpages/_list.sass */
.voucher-currency .voucher-currency-in .voucherText, .voucher-currency .voucher-currency-in .priceFilter, .voucher-currency .voucher-currency-in .currencyFilter {
  display: inline-block;
}

/* line 105, ../sass/system-subpages/_list.sass */
#vouchersBlock .voucherSaleItemCaption {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 108, ../sass/system-subpages/_list.sass */
#vouchersBlock .voucherSaleItemNote {
  color: #797979;
}
/* line 110, ../sass/system-subpages/_list.sass */
#vouchersBlock .voucher_pr {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 5px;
}
/* line 114, ../sass/system-subpages/_list.sass */
#vouchersBlock .voucher_price, #vouchersBlock .btn-vouchers {
  text-align: right;
}

/* lg */
/* md */
/* sm */
@media (max-width: 991px) {
  /* line 131, ../sass/system-subpages/_list.sass */
  #vouchersBlock .voucher_price {
    text-align: right;
    padding-right: 0;
  }
  /* line 134, ../sass/system-subpages/_list.sass */
  #vouchersBlock .td-vouchers-quantity, #vouchersBlock .voucher_price, #vouchersBlock .btn-vouchers {
    margin-top: 10px;
  }

  /* line 140, ../sass/system-subpages/_list.sass */
  #listBlock .moreEvents a {
    color: #797979;
  }

  /* line 147, ../sass/system-subpages/_list.sass */
  #packagesBlock .packagelist_venue .venueTitle {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  /* line 149, ../sass/system-subpages/_list.sass */
  #packagesBlock .packagelist_buttons {
    text-align: left;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 157, ../sass/system-subpages/_list.sass */
  #listBlock .row {
    border-top: 1px solid #e9e9e9;
  }
  /* line 160, ../sass/system-subpages/_list.sass */
  #listBlock .title a {
    font-weight: 400;
  }
  /* line 162, ../sass/system-subpages/_list.sass */
  #listBlock .genrename {
    display: none;
  }
  /* line 166, ../sass/system-subpages/_list.sass */
  #listBlock .list_img .block_img img {
    max-width: 50px;
  }
  /* line 168, ../sass/system-subpages/_list.sass */
  #listBlock .list_date {
    margin-top: 10px;
  }
  /* line 170, ../sass/system-subpages/_list.sass */
  #listBlock .list_date .date {
    float: left;
  }
  /* line 172, ../sass/system-subpages/_list.sass */
  #listBlock .list_date .moreEvents {
    float: right;
  }
  /* line 174, ../sass/system-subpages/_list.sass */
  #listBlock .list_venue {
    margin-top: 10px;
  }
  /* line 176, ../sass/system-subpages/_list.sass */
  #listBlock .list_venue {
    text-align: left;
  }

  /* line 180, ../sass/system-subpages/_list.sass */
  #titles-collapse .input-group {
    width: 100%;
  }

  /* line 187, ../sass/system-subpages/_list.sass */
  #events-collapse .filterBox:first-child {
    margin-bottom: 7px;
  }

  /* line 191, ../sass/system-subpages/_list.sass */
  #eventsBlock .eventlist_date {
    margin-bottom: 10px;
  }
  /* line 193, ../sass/system-subpages/_list.sass */
  #eventsBlock .eventlist_date .date {
    float: left;
  }
  /* line 195, ../sass/system-subpages/_list.sass */
  #eventsBlock .eventlist_date .time {
    float: right;
  }
  /* line 197, ../sass/system-subpages/_list.sass */
  #eventsBlock .eventlist_vacancies {
    margin-top: 10px;
  }
  /* line 199, ../sass/system-subpages/_list.sass */
  #eventsBlock .eventlist_vacancies .city {
    float: left;
  }
  /* line 201, ../sass/system-subpages/_list.sass */
  #eventsBlock .eventlist_vacancies .vacancies {
    float: right;
  }

  /* line 207, ../sass/system-subpages/_list.sass */
  #packagesBlock .packagelist_titles, #packagesBlock .packagelist_venue, #packagesBlock .packagelist_buttons {
    margin-top: 10px;
  }

  /* line 212, ../sass/system-subpages/_list.sass */
  #subscriptionBlock .subscriptionButtons {
    margin-top: 10px;
    text-align: right;
  }
  /* line 215, ../sass/system-subpages/_list.sass */
  #subscriptionBlock .subscriptionButtons .btSubscriptionDetail {
    float: none;
  }
  /* line 217, ../sass/system-subpages/_list.sass */
  #subscriptionBlock .subscriptionOrganization, #subscriptionBlock .subscriptionEventsCount {
    margin-top: 10px;
  }

  /* line 224, ../sass/system-subpages/_list.sass */
  #subscription-collapse .modal-body .eventlist_date span, #subscription-collapse .modal-body .eventlist_time span {
    font-weight: 400;
  }
  /* line 226, ../sass/system-subpages/_list.sass */
  #subscription-collapse .modal-body .eventlist_name {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 400;
  }
  /* line 229, ../sass/system-subpages/_list.sass */
  #subscription-collapse .modal-body .eventlist_time {
    text-align: right;
  }
  /* line 231, ../sass/system-subpages/_list.sass */
  #subscription-collapse .modal-body .eventlist_name {
    margin-top: 10px;
  }

  /* line 236, ../sass/system-subpages/_list.sass */
  #vouchersBlock .voucher_price {
    padding-right: 15px;
  }
  /* line 238, ../sass/system-subpages/_list.sass */
  #vouchersBlock .btn-vouchers {
    text-align: right;
    margin-top: 7px;
  }
}
/* XS Portrait */
/* line 3, ../sass/system-subpages/_sign-in.sass */
#cartRegisteredLoginPart .registerForgottenPassword {
  padding: 15px;
  margin-top: 15px;
  background-color: #F1F1F1;
}
/* line 7, ../sass/system-subpages/_sign-in.sass */
#cartRegisteredLoginPart .registerForgottenPassword .forgottenPasswordText, #cartRegisteredLoginPart .registerForgottenPassword #inputEmailForgotten, #cartRegisteredLoginPart .registerForgottenPassword .registerCaptcha, #cartRegisteredLoginPart .registerForgottenPassword .btn {
  margin-top: 12px;
}
/* line 9, ../sass/system-subpages/_sign-in.sass */
#cartRegisteredLoginPart .registerForgottenPassword .forgottenPassword {
  position: relative;
}
/* line 11, ../sass/system-subpages/_sign-in.sass */
#cartRegisteredLoginPart .registerForgottenPassword .forgottenPassword a {
  display: block;
}
/* line 13, ../sass/system-subpages/_sign-in.sass */
#cartRegisteredLoginPart .registerForgottenPassword .forgottenPassword .indicator {
  position: absolute;
  top: 4px;
  right: 5px;
}
/* line 17, ../sass/system-subpages/_sign-in.sass */
#cartRegisteredLoginPart .form-group:last-child span {
  float: right;
  padding: 9px 0 0;
}

/* line 22, ../sass/system-subpages/_sign-in.sass */
.without-sign-up #cartPersonalDataPart {
  float: right;
}

/* line 26, ../sass/system-subpages/_sign-in.sass */
.not-account span {
  padding: 8px 0;
  float: right;
}

/* lg */
/* md */
/* sm */
/* xs */
@media (max-width: 767px) {
  /* line 43, ../sass/system-subpages/_sign-in.sass */
  .without-sign-up {
    padding-top: 15px;
    background-color: #F1F1F1;
  }
}
/* XS Portrait */
@media (max-width: 320px) {
  /* line 51, ../sass/system-subpages/_sign-in.sass */
  #cartRegisteredLoginPart .form-group.not-account span {
    display: block;
    margin: 10px 0;
    float: none;
  }
}
/* line 1, ../sass/system-subpages/_hall.sass */
.restricted {
  cursor: not-allowed !important;
}

/* line 4, ../sass/system-subpages/_hall.sass */
#CartCountdown {
  padding-top: 25px;
}
/* line 6, ../sass/system-subpages/_hall.sass */
#CartCountdown .fa {
  color: #e07305;
}

/* line 9, ../sass/system-subpages/_hall.sass */
#legendTrigger {
  background: transparent;
  border: none;
  display: block;
  padding: 0;
  margin-right: 10px;
  font-size: 15px;
  padding: 6px 2px;
  line-height: 1;
}
/* line 18, ../sass/system-subpages/_hall.sass */
#legendTrigger i {
  color: #e07305;
  margin-right: 5px;
  position: relative;
  left: 1px;
  top: -1px;
}
/* line 24, ../sass/system-subpages/_hall.sass */
#legendTrigger:hover, #legendTrigger:focus {
  background: transparent !important;
  color: #e07305 !important;
}
/* line 28, ../sass/system-subpages/_hall.sass */
#legendTrigger:hover i, #legendTrigger:focus i {
  color: #e07305 !important;
}

/* line 31, ../sass/system-subpages/_hall.sass */
.blockCategoryLegend {
  padding: 5px 0;
  font-size: 0.9375rem;
}
/* line 34, ../sass/system-subpages/_hall.sass */
.blockCategoryLegend .blockLegendTrigger {
  display: table-cell;
  min-width: 150px;
  vertical-align: top;
}
/* line 38, ../sass/system-subpages/_hall.sass */
.blockCategoryLegend .blockPriceCategoryIn {
  display: table-cell;
  vertical-align: top;
}

/* line 42, ../sass/system-subpages/_hall.sass */
#btMHallAddTickets {
  background: transparent;
  color: #e07305;
  font-weight: bold;
}
/* line 46, ../sass/system-subpages/_hall.sass */
#btMHallAddTickets span {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

/* line 52, ../sass/system-subpages/_hall.sass */
.titleHall {
  padding: 5px 0;
}
/* line 54, ../sass/system-subpages/_hall.sass */
.titleHall h2 {
  margin-right: 15px;
  margin-bottom: 0;
}

/* line 59, ../sass/system-subpages/_hall.sass */
.hall-time {
  color: #797979;
}
/* line 61, ../sass/system-subpages/_hall.sass */
.hall-time i {
  color: #e07305;
}

/* line 65, ../sass/system-subpages/_hall.sass */
#divEventNote {
  display: block;
  padding: 0 0 15px;
}

/* line 70, ../sass/system-subpages/_hall.sass */
#SessionCountdown i {
  color: #e07305;
  font-size: 19px;
  font-size: 1.1875rem;
}
/* line 73, ../sass/system-subpages/_hall.sass */
#SessionCountdown .time-text {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 75, ../sass/system-subpages/_hall.sass */
#SessionCountdown #SessionExpirationTime {
  font-weight: 400;
}

/* line 78, ../sass/system-subpages/_hall.sass */
#divZoomChange {
  text-align: right;
}
/* line 80, ../sass/system-subpages/_hall.sass */
#divZoomChange i {
  color: #0370ab;
}
/* line 82, ../sass/system-subpages/_hall.sass */
#divZoomChange #btZoomMinus, #divZoomChange #btZoomPlus {
  padding: 5px 10px;
}

/* line 86, ../sass/system-subpages/_hall.sass */
.priceBox .priceCategoryText {
  color: #3e6790;
  font-weight: 300;
}
/* line 89, ../sass/system-subpages/_hall.sass */
.priceBox i {
  color: #e07305;
  position: relative;
  top: 3px;
  right: -7px;
  font-size: 23px;
}
/* line 95, ../sass/system-subpages/_hall.sass */
.priceBox .accordion-toggle {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 98, ../sass/system-subpages/_hall.sass */
.hallPrice {
  margin-right: 0px;
  font-weight: bold;
}
/* line 101, ../sass/system-subpages/_hall.sass */
.hallPrice .priceText, .hallPrice .priceValue, .hallPrice .priceFilter {
  display: inline-block;
  vertical-align: middle;
}
/* line 104, ../sass/system-subpages/_hall.sass */
.hallPrice .priceText {
  margin-right: 0px;
}
/* line 106, ../sass/system-subpages/_hall.sass */
.hallPrice .priceValue {
  margin-right: 0;
}
/* line 109, ../sass/system-subpages/_hall.sass */
.hallPrice .priceValue .priceValue {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 112, ../sass/system-subpages/_hall.sass */
.NonNumbered_price {
  background: rgba(255, 255, 255, 0);
  text-align: right;
  padding: 20px 0;
}

/* line 119, ../sass/system-subpages/_hall.sass */
.tooltip {
  font-weight: 300;
}
/* line 121, ../sass/system-subpages/_hall.sass */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #FFF;
  border-width: 5px 5px 0;
}
/* line 127, ../sass/system-subpages/_hall.sass */
.tooltip.in {
  opacity: 1;
}
/* line 129, ../sass/system-subpages/_hall.sass */
.tooltip .tooltip-inner {
  color: #3e6790;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  padding: 7px 12px;
}
/* line 135, ../sass/system-subpages/_hall.sass */
.tooltip .tooltip-inner p {
  padding: 7px 14px;
}
/* line 138, ../sass/system-subpages/_hall.sass */
.tooltip .tooltip-inner div {
  padding: 7px 14px;
  background-color: #F1F1F1;
  border-top: 1px solid #cdcdcd;
}
/* line 142, ../sass/system-subpages/_hall.sass */
.tooltip .tooltip-inner div span {
  font-weight: 400;
}

/* line 146, ../sass/system-subpages/_hall.sass */
#SessionCountdown {
  margin: 15px 0;
}

/* line 152, ../sass/system-subpages/_hall.sass */
#hallLegend .priceCategory {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 15px;
}
/* line 155, ../sass/system-subpages/_hall.sass */
#hallLegend .priceCategory .priceCategoryIn {
  float: left;
  width: 15%;
}
/* line 158, ../sass/system-subpages/_hall.sass */
#hallLegend .priceCategory .priceCategorySelected, #hallLegend .priceCategory .priceCategoryOccupied {
  width: 20%;
}
/* line 160, ../sass/system-subpages/_hall.sass */
#hallLegend .priceCategory .PriceCategoryLabel {
  font-size: 14px;
  font-size: 0.875rem;
  color: #797979;
  vertical-align: middle;
  padding-left: 3px;
}

/* line 166, ../sass/system-subpages/_hall.sass */
.isLegenda {
  height: 17px;
  width: 17px;
  display: inline-block;
  vertical-align: middle;
}

/* line 174, ../sass/system-subpages/_hall.sass */
#HallSeatsStart {
  margin-bottom: 20px;
  position: relative;
  margin-top: 40px;
  overflow: auto;
  min-height: 300px;
  width: 100%;
}
/* line 181, ../sass/system-subpages/_hall.sass */
#HallSeatsStart .hallSeatsContent {
  padding: 20px 0;
}

/* line 183, ../sass/system-subpages/_hall.sass */
.descr {
  line-height: 1;
}

/* line 185, ../sass/system-subpages/_hall.sass */
.absp {
  position: absolute !important;
}

/* line 188, ../sass/system-subpages/_hall.sass */
.cktIdx_0 {
  background-color: #03346d;
}

/* line 191, ../sass/system-subpages/_hall.sass */
.cktIdx_1 {
  background-color: #5c83ae;
}

/* line 194, ../sass/system-subpages/_hall.sass */
.cktIdx_2 {
  background-color: #34b3a0;
}

/* line 197, ../sass/system-subpages/_hall.sass */
.cktIdx_3 {
  background-color: #94b0b3;
}

/* line 200, ../sass/system-subpages/_hall.sass */
.cktIdx_4 {
  background-color: #965DAB;
}

/* line 203, ../sass/system-subpages/_hall.sass */
.cktIdx_5 {
  background-color: #fcc173;
}

/* line 206, ../sass/system-subpages/_hall.sass */
.cktIdx_6 {
  background-color: #3498db;
}

/* line 209, ../sass/system-subpages/_hall.sass */
.cktIdx_7 {
  background-color: #d5c295;
}

/* line 212, ../sass/system-subpages/_hall.sass */
.cktIdx_8 {
  background-color: #81c069;
}

/* line 215, ../sass/system-subpages/_hall.sass */
.cktIdx_9 {
  background-color: #a38671;
}

/* line 218, ../sass/system-subpages/_hall.sass */
.cktIdx_10 {
  background-color: #e74c3c;
}

/* line 221, ../sass/system-subpages/_hall.sass */
.cktIdx_11 {
  background-color: #ffbcbc;
}

/* line 224, ../sass/system-subpages/_hall.sass */
.cktIdx_12 {
  background-color: #e07d28;
}

/* line 227, ../sass/system-subpages/_hall.sass */
.cktIdx_13 {
  background-color: #525e6a;
}

/* line 230, ../sass/system-subpages/_hall.sass */
.cktIdx_14 {
  background-color: #ddc2f4;
}

/* line 233, ../sass/system-subpages/_hall.sass */
.cktIdx_15 {
  background-color: #aa0f22;
}

/* line 236, ../sass/system-subpages/_hall.sass */
.cktIdx_16 {
  background-color: #9f3975;
}

/* line 239, ../sass/system-subpages/_hall.sass */
.cktIdx_17 {
  background-color: #ffd839;
}

/* line 242, ../sass/system-subpages/_hall.sass */
.cktIdx_18 {
  background-color: #92985c;
}

/* line 245, ../sass/system-subpages/_hall.sass */
.cktIdx_19 {
  background-color: #008a24;
}

/* line 248, ../sass/system-subpages/_hall.sass */
.occupied, #seatOccupied {
  background-image: url("../images/hall_images/occupied.svg") !important;
  background-size: 100% 100% !important;
  width: 17px;
  height: 17px;
}

/* line 254, ../sass/system-subpages/_hall.sass */
.selectedSeat, #seatSelected {
  background-image: url("../images/hall_images/selectedSeat.svg") !important;
  background-size: 100% 100% !important;
  width: 17px;
  height: 17px;
}

/* line 260, ../sass/system-subpages/_hall.sass */
.locked, #seatLocked {
  background-color: #fff;
  background-image: url("../images/hall_images/locked.svg") !important;
  background-size: 100% 100% !important;
  width: 17px;
  height: 17px;
}

/* line 267, ../sass/system-subpages/_hall.sass */
.hall_object {
  stroke: #3e6790;
  stroke-width: 2px;
  fill: none;
  fill-opacity: 0.1;
  stroke-opacity: 0.9;
}

/* line 274, ../sass/system-subpages/_hall.sass */
#seatOccupied, #seatSelected, #seatLocked {
  vertical-align: middle;
  display: inline-block;
}

/* line 281, ../sass/system-subpages/_hall.sass */
.unnumbered-hall-instruction {
  font-size: 14px;
  font-size: 0.875rem;
  color: #797979;
  margin-top: 10px;
}

/* line 285, ../sass/system-subpages/_hall.sass */
.unnumbered-hall-price-instruction {
  margin-top: 15px;
}

/* line 289, ../sass/system-subpages/_hall.sass */
#hallUnnumbered .unnumbered_hall_unit_price {
  text-align: right;
}
/* line 291, ../sass/system-subpages/_hall.sass */
#hallUnnumbered .unnumbered_hall_dis {
  max-width: 55%;
}
/* line 293, ../sass/system-subpages/_hall.sass */
#hallUnnumbered .unnumbered_hall_am {
  max-width: 33%;
}
/* line 295, ../sass/system-subpages/_hall.sass */
#hallUnnumbered .unnumbered_hall_cat, #hallUnnumbered .unnumbered_hall_pr {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
}

/* line 299, ../sass/system-subpages/_hall.sass */
.titleNonNumbered {
  color: #797979;
}

/* line 303, ../sass/system-subpages/_hall.sass */
#NonNumberedGeneratedData .hall_nonnumbered_ums {
  margin: 10px 0;
}

/* line 308, ../sass/system-subpages/_hall.sass */
.hall-buttons #btCartSubmit {
  margin-bottom: 0px;
  margin-left: 10px;
}
/* line 311, ../sass/system-subpages/_hall.sass */
.hall-buttons .priceFilter {
  margin-left: 0;
}
/* line 313, ../sass/system-subpages/_hall.sass */
.hall-buttons .priceFilter #selCurrency {
  margin-left: 10px;
  margin-right: 0;
  width: auto;
}

/* lg */
/* md */
/* sm */
@media (max-width: 991px) {
  /* line 333, ../sass/system-subpages/_hall.sass */
  #hallLegend .priceCategory .priceCategoryIn {
    width: 16%;
  }
  /* line 335, ../sass/system-subpages/_hall.sass */
  #hallLegend .priceCategory .priceCategorySelected, #hallLegend .priceCategory .priceCategoryOccupied {
    width: 22%;
  }

  /* line 337, ../sass/system-subpages/_hall.sass */
  #divZoomChange {
    text-align: center;
  }

  /* line 339, ../sass/system-subpages/_hall.sass */
  #legendTrigger {
    padding: 6px 2px 0px !important;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 344, ../sass/system-subpages/_hall.sass */
  #HallSeatsStart {
    margin-top: 10px !important;
  }

  /* line 346, ../sass/system-subpages/_hall.sass */
  #PaymentCountdown {
    position: absolute;
    right: 15px;
  }
  /* line 349, ../sass/system-subpages/_hall.sass */
  #PaymentCountdown .time-text {
    display: none;
  }

  /* line 353, ../sass/system-subpages/_hall.sass */
  #hallLegend .priceCategory .priceCategoryIn, #hallLegend .priceCategory .priceCategorySelected, #hallLegend .priceCategory .priceCategoryOccupied {
    width: 50%;
  }
  /* line 355, ../sass/system-subpages/_hall.sass */
  #hallLegend .priceCategory .priceCategoryIn {
    padding-bottom: 2px;
  }

  /* line 358, ../sass/system-subpages/_hall.sass */
  .priceBox .hallPrice {
    text-align: right;
  }
  /* line 360, ../sass/system-subpages/_hall.sass */
  .priceBox .hallPrice .priceText {
    display: none;
  }

  /* line 363, ../sass/system-subpages/_hall.sass */
  #SessionCountdown .time-text {
    display: none;
  }

  /* line 366, ../sass/system-subpages/_hall.sass */
  #divZoomChange #btZoomMinus,
  #divZoomChange #btZoomPlus {
    font-size: 25px;
    font-size: 1.5625rem;
  }

  /* line 369, ../sass/system-subpages/_hall.sass */
  .priceCategoryIn {
    margin-left: 0px;
    float: left !important;
    width: 50%;
  }

  /* line 373, ../sass/system-subpages/_hall.sass */
  .PriceCategoryLabel {
    position: relative;
    top: 2px;
  }

  /* line 377, ../sass/system-subpages/_hall.sass */
  .blockCategoryLegend .blockLegendTrigger {
    width: 100%;
  }
  /* line 379, ../sass/system-subpages/_hall.sass */
  .blockCategoryLegend .blockPriceCategoryIn {
    display: block;
  }

  /* line 382, ../sass/system-subpages/_hall.sass */
  .cartTable .hallPrice {
    display: block !important;
    margin-bottom: 0px !important;
  }
}
@media (min-width: 992px) {
  /* line 388, ../sass/system-subpages/_hall.sass */
  .hall-buttons {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 900;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  /* line 399, ../sass/system-subpages/_hall.sass */
  .priceCategoryIn {
    padding: 0px 10px 0px 0px;
    min-width: 120px;
  }
  /* line 402, ../sass/system-subpages/_hall.sass */
  .priceCategoryIn .PriceCategoryLabel {
    display: inline-block;
    margin-left: 7px;
    position: relative;
    top: 1px;
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  /* line 410, ../sass/system-subpages/_hall.sass */
  #PackageHallTitles {
    padding: 10px 0;
  }
}
/* line 2, ../sass/system-subpages/_error-page.sass */
.error-page .content-in {
  display: table;
  height: 100%;
}
/* line 5, ../sass/system-subpages/_error-page.sass */
.error-page #main-error-page {
  display: table-cell;
  vertical-align: middle;
}

/* line 8, ../sass/system-subpages/_error-page.sass */
.errorPage {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
}
/* line 14, ../sass/system-subpages/_error-page.sass */
.errorPage .errorMessage {
  padding-top: 15px;
}
/* line 16, ../sass/system-subpages/_error-page.sass */
.errorPage .button-error {
  padding-top: 25px;
}
/* line 18, ../sass/system-subpages/_error-page.sass */
.errorPage .errorIcon {
  margin: 0 0 20px;
}
/* line 20, ../sass/system-subpages/_error-page.sass */
.errorPage .errorIcon i {
  font-size: 120px;
  font-size: 7.5rem;
  color: #D8142C;
}
/* line 24, ../sass/system-subpages/_error-page.sass */
.errorPage .errorMessage p {
  font-size: 22px;
  font-size: 1.375rem;
}
/* line 26, ../sass/system-subpages/_error-page.sass */
.errorPage .pageExpired {
  margin: 20px 0;
}
/* line 28, ../sass/system-subpages/_error-page.sass */
.errorPage .pageExpired > div {
  margin-bottom: 20px;
}
/* line 31, ../sass/system-subpages/_error-page.sass */
.errorPage .pageExpired > div #divMessage p {
  color: #D8142C;
  font-weight: bold;
}

@media (max-width: 991px) {
  /* line 38, ../sass/system-subpages/_error-page.sass */
  .pageExpired > div {
    text-align: center;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 43, ../sass/system-subpages/_error-page.sass */
  .errorPage {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* line 3, ../sass/system-subpages/_account.sass */
.registration-data .registerHeadingName, .personal-data .registerHeadingName {
  padding: 0;
  background-color: #F1F1F1;
}
/* line 6, ../sass/system-subpages/_account.sass */
.registration-data .registerHeadingName i, .personal-data .registerHeadingName i {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 19px;
}
/* line 11, ../sass/system-subpages/_account.sass */
.registration-data .registerHeadingName a, .personal-data .registerHeadingName a {
  display: block;
  padding: 15px 15px;
}
/* line 14, ../sass/system-subpages/_account.sass */
.registration-data .panel-body, .personal-data .panel-body {
  background-color: transparent !important;
}
/* line 16, ../sass/system-subpages/_account.sass */
.registration-data .panel-body .registrationISIC, .personal-data .panel-body .registrationISIC {
  display: normal;
}
/* line 18, ../sass/system-subpages/_account.sass */
.registration-data .registrationSphere, .personal-data .registrationSphere {
  display: normal;
}

/* line 24, ../sass/system-subpages/_account.sass */
.my-purchases .status {
  padding-top: 0;
}
/* line 26, ../sass/system-subpages/_account.sass */
.my-purchases .status .rzv {
  border-radius: 50%;
  width: 17px;
  height: 17px;
}
/* line 30, ../sass/system-subpages/_account.sass */
.my-purchases .status .bought_rzv {
  background: #609672;
}
/* line 32, ../sass/system-subpages/_account.sass */
.my-purchases .status .active_rzv {
  background: linear-gradient(90deg, #609672 50%, #FFFFFF 50%);
  border: 1px solid #609672;
}
/* line 35, ../sass/system-subpages/_account.sass */
.my-purchases .status .cancelled_rzv {
  background-color: #d8142c;
}
/* line 38, ../sass/system-subpages/_account.sass */
.my-purchases .status-rzv .status-in {
  padding: 10px 15px;
}
/* line 40, ../sass/system-subpages/_account.sass */
.my-purchases .status-rzv .status-in .status {
  float: left;
  margin-right: 25px;
}
/* line 43, ../sass/system-subpages/_account.sass */
.my-purchases .status-rzv .status-in .status .rzv {
  display: inline-block;
  vertical-align: middle;
}
/* line 46, ../sass/system-subpages/_account.sass */
.my-purchases .status-rzv .status-in .status span {
  vertical-align: middle;
  margin-left: 7px;
}
/* line 51, ../sass/system-subpages/_account.sass */
.my-purchases #blockRezervation .reservation_event .reservationEvent {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
}
/* line 54, ../sass/system-subpages/_account.sass */
.my-purchases #blockRezervation .reservation_event .organizationName {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #797979;
}
/* line 58, ../sass/system-subpages/_account.sass */
.my-purchases #blockRezervation .created .rzv-date {
  font-weight: 400;
}
/* line 60, ../sass/system-subpages/_account.sass */
.my-purchases #blockRezervation .created .rzv-time {
  color: #90a0af;
}
/* line 64, ../sass/system-subpages/_account.sass */
.my-purchases .reservation_buttons {
  text-align: right;
}
/* line 66, ../sass/system-subpages/_account.sass */
.my-purchases .reservation_buttons form {
  display: inline-block;
  margin-bottom: 0;
}
/* line 70, ../sass/system-subpages/_account.sass */
.my-purchases #filterDate label {
  font-weight: 300;
  margin-right: 5px;
  margin-top: -10px;
}
/* line 74, ../sass/system-subpages/_account.sass */
.my-purchases .form-group {
  margin-bottom: 0;
}
/* line 78, ../sass/system-subpages/_account.sass */
.my-purchases .btn-detail {
  margin-bottom: 3px;
}

/* line 84, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation label {
  font-weight: 400;
}
/* line 86, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation #CreditProgramCardInformationContent {
  margin-bottom: 20px;
}
/* line 88, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation .bottom-creditcard-part {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
/* line 91, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation .bottom-creditcard-part .panel-group {
  padding-left: 0;
  padding-right: 0;
}
/* line 94, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation .bottom-creditcard-part .panel-group .panel-heading {
  padding: 15px 0;
}
/* line 96, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation .bottom-creditcard-part .panel-group .panel-heading .fa-stack {
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 98, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation .bottom-creditcard-part .panel-group .panel-heading .fa-stack i {
  color: #5b6d7e !important;
}
/* line 101, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation .bottom-creditcard-part .panel-group .panel-heading .fa-stack .fa-tag:before {
  color: #FFF;
}
/* line 104, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation .bottom-creditcard-part .panel-group #CreditVoucher .panel-body {
  margin-bottom: 10px;
}
/* line 106, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation .bottom-creditcard-part #CreditStateHistory {
  padding: 15px 0;
}
/* line 108, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation .bottom-creditcard-part #CreditStateHistory i {
  margin-right: 5px;
  color: #5b6d7e;
}
/* line 113, ../sass/system-subpages/_account.sass */
#CreditProgramCardInformation #CreditProgramCardInformationHeader h3:before {
  width: 35px;
  height: 35px;
  content: "";
  background-image: url("../images/websale_images/credit-card.svg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background-repeat: no-repeat;
}

/* line 123, ../sass/system-subpages/_account.sass */
#CreditProgramBalanceInformation #CreditProgramBalanceInformationContent {
  padding: 20px;
  border: 1px solid #e9e9e9;
  background-color: #F1F1F1;
  text-align: center;
}
/* line 128, ../sass/system-subpages/_account.sass */
#CreditProgramBalanceInformation #CreditProgramBalanceInformationContent:before {
  width: 36px;
  height: 42px;
  content: "";
  background: url("../images/websale_images/credit.svg");
  display: inline-block;
  background-repeat: no-repeat;
}
/* line 135, ../sass/system-subpages/_account.sass */
#CreditProgramBalanceInformation #CreditProgramBalanceInformationContent #CreditStateAmount {
  display: inline-block;
}
/* line 138, ../sass/system-subpages/_account.sass */
#CreditProgramBalanceInformation #CreditProgramBalanceInformationContent #CreditStateAmount .credit-title span {
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
}
/* line 142, ../sass/system-subpages/_account.sass */
#CreditProgramBalanceInformation #CreditProgramBalanceInformationContent #CreditStateAmount .credit-title .credit-title-content {
  margin-bottom: 7px;
  color: #797979;
}

/* line 148, ../sass/system-subpages/_account.sass */
.credit-toolbar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #F1F1F1;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
/* line 154, ../sass/system-subpages/_account.sass */
.credit-toolbar .input-group {
  width: 100%;
}

/* line 158, ../sass/system-subpages/_account.sass */
#creditBlock .purchase .change-credit-value {
  color: #609672;
}
/* line 160, ../sass/system-subpages/_account.sass */
#creditBlock .purchase .change-credit-value:after {
  font-family: "FontAwesome";
  font-size: 16px;
  content: "";
  margin-left: 5px;
}
/* line 166, ../sass/system-subpages/_account.sass */
#creditBlock .use .change-credit-value {
  color: #b9595d;
}
/* line 168, ../sass/system-subpages/_account.sass */
#creditBlock .use .change-credit-value:after {
  font-family: "FontAwesome";
  font-size: 16px;
  content: "";
  margin-left: 5px;
}
/* line 174, ../sass/system-subpages/_account.sass */
#creditBlock .credit_operation_name .operation-name {
  font-weight: 400;
}
/* line 176, ../sass/system-subpages/_account.sass */
#creditBlock .credit_change {
  text-align: right;
}

/* line 180, ../sass/system-subpages/_account.sass */
#btnVoucher.btn-sm {
  padding: 6px 12px !important;
}

/* line 183, ../sass/system-subpages/_account.sass */
#blockCredit .priceValue, #blockCredit .priceFilter {
  display: inline-block;
  vertical-align: middle;
  min-width: 80px;
}
/* line 187, ../sass/system-subpages/_account.sass */
#blockCredit .credit_buttons, #blockCredit .credit_price {
  text-align: right;
}
/* line 189, ../sass/system-subpages/_account.sass */
#blockCredit #btnVoucher {
  padding: 6px 13px;
}
/* line 191, ../sass/system-subpages/_account.sass */
#blockCredit .creditName, #blockCredit .priceValue {
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
}
/* line 195, ../sass/system-subpages/_account.sass */
#blockCredit .credit_buttons #btBuyCreditPackage {
  float: none;
}

/* line 198, ../sass/system-subpages/_account.sass */
#CreditVoucher .panel-body {
  background-color: #F1F1F1 !important;
}

/* line 202, ../sass/system-subpages/_account.sass */
.registration-data .panel .registerHeadingName {
  background-color: #F1F1F1;
}

/* line 205, ../sass/system-subpages/_account.sass */
#btCancelAccount {
  margin-left: 5px;
}

/* lg */
/* md */
/* sm */
@media (max-width: 991px) {
  /* line 225, ../sass/system-subpages/_account.sass */
  #CreditProgramCardInformation #CreditProgramCardInformationHeader h3:before {
    width: 30px;
    height: 30px;
  }

  /* line 231, ../sass/system-subpages/_account.sass */
  #CreditProgramBalanceInformation #CreditProgramBalanceInformationContent:before {
    width: 30px;
    height: 33px;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 241, ../sass/system-subpages/_account.sass */
  #filterDate .panel-body {
    padding-top: 0;
    padding-bottom: 5px;
  }

  /* line 246, ../sass/system-subpages/_account.sass */
  .my-purchases .status-rzv .status-in {
    float: left !important;
  }
  /* line 248, ../sass/system-subpages/_account.sass */
  .my-purchases .status-rzv .status-in .status {
    margin-right: 10px;
  }
  /* line 250, ../sass/system-subpages/_account.sass */
  .my-purchases .status-rzv .status-in .status:last-child {
    margin-right: 0;
  }
  /* line 252, ../sass/system-subpages/_account.sass */
  .my-purchases .created_rzv, .my-purchases .created_rzv_number, .my-purchases .reservation_buttons {
    text-align: right;
    padding-top: 0px;
  }
  /* line 255, ../sass/system-subpages/_account.sass */
  .my-purchases .created_rzv #btnDetail, .my-purchases .created_rzv_number #btnDetail, .my-purchases .reservation_buttons #btnDetail {
    float: left;
    margin-bottom: 0;
  }
  /* line 258, ../sass/system-subpages/_account.sass */
  .my-purchases .created_rzv #btnPrint, .my-purchases .created_rzv_number #btnPrint, .my-purchases .reservation_buttons #btnPrint {
    float: right;
  }
  /* line 260, ../sass/system-subpages/_account.sass */
  .my-purchases .reservation_buttons {
    padding-top: 5px;
  }

  /* line 267, ../sass/system-subpages/_account.sass */
  #filterDate .panel-body .form-group {
    padding: 15px;
    background-color: #F1F1F1;
  }

  /* line 271, ../sass/system-subpages/_account.sass */
  #blockRezervation .reservation_event, #blockRezervation .created_rzv, #blockRezervation .created {
    text-align: right;
  }

  /* line 278, ../sass/system-subpages/_account.sass */
  #CreditProgramCardInformation .bottom-creditcard-part {
    margin-bottom: 15px;
  }
  /* line 280, ../sass/system-subpages/_account.sass */
  #CreditProgramCardInformation .bottom-creditcard-part #CreditStateHistory {
    padding: 0 0 15px 0;
  }

  /* line 285, ../sass/system-subpages/_account.sass */
  #blockCredit .credit_buttons {
    margin-top: 15px;
  }
  /* line 287, ../sass/system-subpages/_account.sass */
  #blockCredit .credit_credits {
    margin-bottom: 15px;
  }
  /* line 289, ../sass/system-subpages/_account.sass */
  #blockCredit .credit_credits .creditCredits {
    text-align: right;
  }

  /* line 294, ../sass/system-subpages/_account.sass */
  .credit-toolbar {
    padding-right: 0px;
  }
  /* line 296, ../sass/system-subpages/_account.sass */
  .credit-toolbar .input-group {
    margin-bottom: 10px;
  }

  /* line 299, ../sass/system-subpages/_account.sass */
  #creditBlock .credit_change {
    position: absolute;
    right: 15px;
  }
  /* line 304, ../sass/system-subpages/_account.sass */
  #creditBlock .credit_operation_name .operation-name {
    margin-top: 10px;
  }
}
/* line 308, ../sass/system-subpages/_account.sass */
.gdprDocument .fa {
  padding-top: 5px;
}

/* line 311, ../sass/system-subpages/_account.sass */
.bgBlockMain {
  max-width: 100%;
  position: relative;
}

/* line 316, ../sass/system-subpages/_account.sass */
.bgBlockMain .input_row,
.bgBlockMain .input_seat,
.bgBlockMain .input_section,
.bgBlockMain .input_ticketNumber {
  background: rgba(224, 115, 5, 0.5);
  opacity: 0;
  position: absolute;
}

/* line 326, ../sass/system-subpages/_account.sass */
#divControlSeats .sectionListIcon::after {
  content: "";
  left: 10px;
  font-family: "Glyphicons Halflings";
  position: absolute;
  top: 6px;
  color: #797979;
}

/* line 3, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row label {
  width: 100%;
}
/* line 5, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row label .delivery_type_fee_label {
  float: right;
  font-weight: bold;
}

/* line 11, ../sass/system-subpages/_delivery.sass */
.paymentContent .payment-row label {
  width: 100%;
}
/* line 13, ../sass/system-subpages/_delivery.sass */
.paymentContent .payment-row label .delivery_type_fee_label {
  float: right;
  font-weight: bold;
}

/* line 18, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row, .deliveryContent .payment-row, .paymentContent .delivery-row, .paymentContent .payment-row {
  padding: 1px 10px;
}
/* line 20, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row:nth-child(2n+1), .deliveryContent .payment-row:nth-child(2n+1), .paymentContent .delivery-row:nth-child(2n+1), .paymentContent .payment-row:nth-child(2n+1) {
  background-color: #F1F1F1;
}
/* line 22, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row label, .deliveryContent .payment-row label, .paymentContent .delivery-row label, .paymentContent .payment-row label {
  font-weight: 300;
}
/* line 24, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .del-title[class*="icon-"]::before, .deliveryContent .delivery-row .del-title[data-count]::before, .deliveryContent .delivery-row .pay-title[class*="icon-"]::before, .deliveryContent .delivery-row .pay-title[data-count]::before, .deliveryContent .payment-row .del-title[class*="icon-"]::before, .deliveryContent .payment-row .del-title[data-count]::before, .deliveryContent .payment-row .pay-title[class*="icon-"]::before, .deliveryContent .payment-row .pay-title[data-count]::before, .paymentContent .delivery-row .del-title[class*="icon-"]::before, .paymentContent .delivery-row .del-title[data-count]::before, .paymentContent .delivery-row .pay-title[class*="icon-"]::before, .paymentContent .delivery-row .pay-title[data-count]::before, .paymentContent .payment-row .del-title[class*="icon-"]::before, .paymentContent .payment-row .del-title[data-count]::before, .paymentContent .payment-row .pay-title[class*="icon-"]::before, .paymentContent .payment-row .pay-title[data-count]::before {
  background-color: transparent;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 56px;
  height: 30px;
  vertical-align: middle;
}
/* line 35, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .del-title.icon-del-5::before, .deliveryContent .payment-row .del-title.icon-del-5::before, .paymentContent .delivery-row .del-title.icon-del-5::before, .paymentContent .payment-row .del-title.icon-del-5::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left 0px;
}
/* line 39, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .del-title.icon-del-1::before, .deliveryContent .payment-row .del-title.icon-del-1::before, .paymentContent .delivery-row .del-title.icon-del-1::before, .paymentContent .payment-row .del-title.icon-del-1::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -34px;
}
/* line 43, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .del-title.icon-del-9::before, .deliveryContent .payment-row .del-title.icon-del-9::before, .paymentContent .delivery-row .del-title.icon-del-9::before, .paymentContent .payment-row .del-title.icon-del-9::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -63px;
}
/* line 47, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .del-title.icon-del-3::before, .deliveryContent .payment-row .del-title.icon-del-3::before, .paymentContent .delivery-row .del-title.icon-del-3::before, .paymentContent .payment-row .del-title.icon-del-3::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -95px;
}
/* line 51, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .del-title.icon-del-8::before, .deliveryContent .payment-row .del-title.icon-del-8::before, .paymentContent .delivery-row .del-title.icon-del-8::before, .paymentContent .payment-row .del-title.icon-del-8::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -425px;
}
/* line 55, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .del-title.icon-del-7::before, .deliveryContent .payment-row .del-title.icon-del-7::before, .paymentContent .delivery-row .del-title.icon-del-7::before, .paymentContent .payment-row .del-title.icon-del-7::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -582px;
}
/* line 59, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .del-title.icon-del-4::before, .deliveryContent .payment-row .del-title.icon-del-4::before, .paymentContent .delivery-row .del-title.icon-del-4::before, .paymentContent .payment-row .del-title.icon-del-4::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -462px;
}
/* line 63, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .del-title.icon-del-6::before, .deliveryContent .payment-row .del-title.icon-del-6::before, .paymentContent .delivery-row .del-title.icon-del-6::before, .paymentContent .payment-row .del-title.icon-del-6::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -505px;
}
/* line 66, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .del-title.icon-del-10::before, .deliveryContent .payment-row .del-title.icon-del-10::before, .paymentContent .delivery-row .del-title.icon-del-10::before, .paymentContent .payment-row .del-title.icon-del-10::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -842px;
}
/* line 73, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-1::before, .deliveryContent .payment-row .pay-title.icon-pay-1::before, .paymentContent .delivery-row .pay-title.icon-pay-1::before, .paymentContent .payment-row .pay-title.icon-pay-1::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -396px;
}
/* line 77, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-2::before, .deliveryContent .payment-row .pay-title.icon-pay-2::before, .paymentContent .delivery-row .pay-title.icon-pay-2::before, .paymentContent .payment-row .pay-title.icon-pay-2::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -133px;
}
/* line 81, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-7::before, .deliveryContent .payment-row .pay-title.icon-pay-7::before, .paymentContent .delivery-row .pay-title.icon-pay-7::before, .paymentContent .payment-row .pay-title.icon-pay-7::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -166px;
}
/* line 84, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-8::before, .deliveryContent .payment-row .pay-title.icon-pay-8::before, .paymentContent .delivery-row .pay-title.icon-pay-8::before, .paymentContent .payment-row .pay-title.icon-pay-8::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -164px;
}
/* line 88, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-10::before, .deliveryContent .payment-row .pay-title.icon-pay-10::before, .paymentContent .delivery-row .pay-title.icon-pay-10::before, .paymentContent .payment-row .pay-title.icon-pay-10::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -200px;
}
/* line 92, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-9::before, .deliveryContent .payment-row .pay-title.icon-pay-9::before, .paymentContent .delivery-row .pay-title.icon-pay-9::before, .paymentContent .payment-row .pay-title.icon-pay-9::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -230px;
}
/* line 96, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-18::before, .deliveryContent .payment-row .pay-title.icon-pay-18::before, .paymentContent .delivery-row .pay-title.icon-pay-18::before, .paymentContent .payment-row .pay-title.icon-pay-18::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -266px;
}
/* line 100, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-22::before, .deliveryContent .payment-row .pay-title.icon-pay-22::before, .paymentContent .delivery-row .pay-title.icon-pay-22::before, .paymentContent .payment-row .pay-title.icon-pay-22::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -296px;
}
/* line 104, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-21::before, .deliveryContent .payment-row .pay-title.icon-pay-21::before, .paymentContent .delivery-row .pay-title.icon-pay-21::before, .paymentContent .payment-row .pay-title.icon-pay-21::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -329px;
}
/* line 108, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-23::before, .deliveryContent .payment-row .pay-title.icon-pay-23::before, .paymentContent .delivery-row .pay-title.icon-pay-23::before, .paymentContent .payment-row .pay-title.icon-pay-23::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -363px;
}
/* line 112, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-3::before, .deliveryContent .payment-row .pay-title.icon-pay-3::before, .paymentContent .delivery-row .pay-title.icon-pay-3::before, .paymentContent .payment-row .pay-title.icon-pay-3::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -542px;
}
/* line 116, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-14::before, .deliveryContent .payment-row .pay-title.icon-pay-14::before, .paymentContent .delivery-row .pay-title.icon-pay-14::before, .paymentContent .payment-row .pay-title.icon-pay-14::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -697px;
}
/* line 120, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-16::before, .deliveryContent .payment-row .pay-title.icon-pay-16::before, .paymentContent .delivery-row .pay-title.icon-pay-16::before, .paymentContent .payment-row .pay-title.icon-pay-16::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -618px;
}
/* line 124, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-17::before, .deliveryContent .payment-row .pay-title.icon-pay-17::before, .paymentContent .delivery-row .pay-title.icon-pay-17::before, .paymentContent .payment-row .pay-title.icon-pay-17::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -655px;
}
/* line 128, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-19::before, .deliveryContent .payment-row .pay-title.icon-pay-19::before, .paymentContent .delivery-row .pay-title.icon-pay-19::before, .paymentContent .payment-row .pay-title.icon-pay-19::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -733px;
}
/* line 132, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-20::before, .deliveryContent .payment-row .pay-title.icon-pay-20::before, .paymentContent .delivery-row .pay-title.icon-pay-20::before, .paymentContent .payment-row .pay-title.icon-pay-20::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -777px;
}
/* line 136, ../sass/system-subpages/_delivery.sass */
.deliveryContent .delivery-row .pay-title.icon-pay-15::before, .deliveryContent .payment-row .pay-title.icon-pay-15::before, .paymentContent .delivery-row .pay-title.icon-pay-15::before, .paymentContent .payment-row .pay-title.icon-pay-15::before {
  background-image: url("../images/websale_images/del-and-pay-icons.png");
  background-position: left -814px;
}

/* line 141, ../sass/system-subpages/_delivery.sass */
.cartServiceItem {
  float: left;
  width: 40%;
  margin-top: 8px;
  margin-right: 10px;
}
/* line 146, ../sass/system-subpages/_delivery.sass */
.cartServiceItem p {
  margin-top: 8px;
}
/* line 148, ../sass/system-subpages/_delivery.sass */
.cartServiceItem select {
  width: 120px;
  float: left;
}

/* sm */
/* xs */
@media (max-width: 767px) {
  /* line 159, ../sass/system-subpages/_delivery.sass */
  .cartPaymentType {
    margin-top: 20px;
  }
}
/* XS Portrait */
/* line 1, ../sass/system-subpages/_discount.sass */
.delivery_type_fee_price {
  font-weight: bold;
}

/* line 5, ../sass/system-subpages/_discount.sass */
#blockDiscount .discount_t, #blockDiscount .discount_p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 8, ../sass/system-subpages/_discount.sass */
#blockDiscount .discount_place, #blockDiscount .discount_price_customer {
  color: #797979;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 12, ../sass/system-subpages/_discount.sass */
#blockDiscount .discount_date span {
  font-weight: 400;
}
/* line 14, ../sass/system-subpages/_discount.sass */
#blockDiscount .discount_location {
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 16, ../sass/system-subpages/_discount.sass */
#blockDiscount .discount_location span {
  font-weight: 400;
}
/* line 18, ../sass/system-subpages/_discount.sass */
#blockDiscount .discount_remove {
  position: absolute;
  right: 15px;
}
/* line 22, ../sass/system-subpages/_discount.sass */
#blockDiscount .discount_price .discount_cust_category {
  font-size: 14px;
  font-size: 0.875rem;
  color: #797979;
}

/* line 27, ../sass/system-subpages/_discount.sass */
.delivery_type_fee {
  text-align: right;
}
/* line 29, ../sass/system-subpages/_discount.sass */
.delivery_type_fee .delivery_type_fee_label {
  font-size: 14px;
  font-size: 0.875rem;
  color: #797979;
}
/* line 33, ../sass/system-subpages/_discount.sass */
.delivery_type_fee .delivery_type_fee_price span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

/* line 39, ../sass/system-subpages/_discount.sass */
.scroll_select .formCustomersCategory {
  overflow: auto;
}
/* line 41, ../sass/system-subpages/_discount.sass */
.scroll_select .smallCustomers {
  height: 233px;
}

/* line 43, ../sass/system-subpages/_discount.sass */
.formCustomersCategory {
  position: absolute;
  z-index: 1060;
  display: none;
  min-width: 270px;
  padding: 1px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 0;
  line-break: auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
/* line 65, ../sass/system-subpages/_discount.sass */
.formCustomersCategory .voucher_wrapper {
  padding: 10px 25px;
}
/* line 67, ../sass/system-subpages/_discount.sass */
.formCustomersCategory .voucher_wrapper .form-control::-moz-placeholder {
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 69, ../sass/system-subpages/_discount.sass */
.formCustomersCategory .voucher_wrapper .form-control::-webkit-input-placeholder {
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 71, ../sass/system-subpages/_discount.sass */
.formCustomersCategory .voucher_wrapper .form-control:-ms-input-placeholder {
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 73, ../sass/system-subpages/_discount.sass */
.formCustomersCategory .voucher_wrapper .form-control {
  padding: 7px;
}
/* line 75, ../sass/system-subpages/_discount.sass */
.formCustomersCategory .voucher_wrapper .btn-input {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 8px 12px;
}
/* line 80, ../sass/system-subpages/_discount.sass */
.formCustomersCategory #popForm .number_voucher_id {
  float: left;
  width: 78%;
}
/* line 83, ../sass/system-subpages/_discount.sass */
.formCustomersCategory .dropdown_select li {
  list-style: none;
}
/* line 85, ../sass/system-subpages/_discount.sass */
.formCustomersCategory .dropdown_select li a {
  display: block;
  padding: 10px 25px;
  text-align: left;
  color: #797979;
}
/* line 90, ../sass/system-subpages/_discount.sass */
.formCustomersCategory .dropdown_select li a:hover, .formCustomersCategory .dropdown_select li a.active {
  background: #e9e9e9;
  text-decoration: none;
}

/* line 96, ../sass/system-subpages/_discount.sass */
.orderButtonChange {
  background: #e07305;
  color: #fff;
  border: #e07305;
}

/* line 101, ../sass/system-subpages/_discount.sass */
.hide_popUp {
  display: none;
}

/* line 104, ../sass/system-subpages/_discount.sass */
.show_popUp {
  display: block;
}

/* line 107, ../sass/system-subpages/_discount.sass */
.terms-conditions-agreement {
  display: inline-block;
  margin-left: 15px;
}
/* line 110, ../sass/system-subpages/_discount.sass */
.terms-conditions-agreement .terms-conditions-agreement-in {
  display: inline-block;
}

/* line 116, ../sass/system-subpages/_discount.sass */
#blockDiscountVoucher .goods_name {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 121, ../sass/system-subpages/_discount.sass */
.cartExpiredIcon {
  font-size: 100px;
  margin: 0px 0px 20px 0px;
  color: #D21727;
}

/* line 126, ../sass/system-subpages/_discount.sass */
.cartExpiredText {
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  font-size: 24px;
}

/* line 132, ../sass/system-subpages/_discount.sass */
.cartExpiredRowMargin {
  margin-top: 30px;
}

/* line 139, ../sass/system-subpages/_discount.sass */
#CartItems .notValidItem div {
  text-decoration: line-through;
}
/* line 141, ../sass/system-subpages/_discount.sass */
#CartItems .notValidItem div .customer_category {
  display: none;
}
/* line 144, ../sass/system-subpages/_discount.sass */
#CartItems .goods_amount .goods_amount_select {
  width: 55%;
}
/* line 146, ../sass/system-subpages/_discount.sass */
#CartItems .goods_name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 150, ../sass/system-subpages/_discount.sass */
#CartItems .credit_name .credit_n {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 154, ../sass/system-subpages/_discount.sass */
#CartItems .credit_price .credit_p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: right;
}
/* line 159, ../sass/system-subpages/_discount.sass */
#CartItems .credit_amount .credit_amount_change {
  width: 55%;
}
/* line 162, ../sass/system-subpages/_discount.sass */
#CartItems .voucher_name .voucher_n {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 166, ../sass/system-subpages/_discount.sass */
#CartItems .voucher_quantity .voucher-q {
  width: 55%;
}
/* line 169, ../sass/system-subpages/_discount.sass */
#CartItems .voucher_price .voucher_p {
  text-align: right;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 173, ../sass/system-subpages/_discount.sass */
#CartItems .discount_t, #CartItems .discount_p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 176, ../sass/system-subpages/_discount.sass */
#CartItems .discount_place, #CartItems .discount_price_customer {
  color: #797979;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 179, ../sass/system-subpages/_discount.sass */
#CartItems .discount_date {
  font-weight: 600;
  position: relative;
  padding-left: 34px !important;
}
/* line 183, ../sass/system-subpages/_discount.sass */
#CartItems .discount_date::before {
  display: inline-block;
  color: #e07305;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: "";
  left: 10px;
  top: 0px;
  position: absolute;
}
/* line 193, ../sass/system-subpages/_discount.sass */
#CartItems .discount_date span {
  font-weight: 400;
}
/* line 195, ../sass/system-subpages/_discount.sass */
#CartItems .discount_location {
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 197, ../sass/system-subpages/_discount.sass */
#CartItems .discount_location span {
  font-weight: 600;
}
/* line 200, ../sass/system-subpages/_discount.sass */
#CartItems .discount_price .discount_cust_category {
  font-size: 14px;
  font-size: 0.875rem;
  color: #797979;
}
/* line 203, ../sass/system-subpages/_discount.sass */
#CartItems .discount_remove {
  position: absolute;
  right: 15px;
}

/* line 207, ../sass/system-subpages/_discount.sass */
.cartTable {
  display: table;
  width: 100%;
  vertical-align: bottom;
}
/* line 211, ../sass/system-subpages/_discount.sass */
.cartTable > div {
  display: flex;
  align-items: center;
}
/* line 214, ../sass/system-subpages/_discount.sass */
.cartTable > div #btCartIndexPost,
.cartTable > div #btCartDeliveryPayment {
  margin-left: 10px;
}
/* line 217, ../sass/system-subpages/_discount.sass */
.cartTable > div button {
  margin-top: 10px;
}
/* line 219, ../sass/system-subpages/_discount.sass */
.cartTable .hallPrice {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 0;
}
/* line 223, ../sass/system-subpages/_discount.sass */
.cartTable #frmHallBack {
  display: inline-block;
}
/* line 225, ../sass/system-subpages/_discount.sass */
.cartTable #btHallBack {
  margin-right: 10px;
}
/* line 227, ../sass/system-subpages/_discount.sass */
.cartTable > .pull-left,
.cartTable .button-back {
  position: absolute;
  bottom: 0;
  display: inline-block;
}
/* line 233, ../sass/system-subpages/_discount.sass */
.cartTable #button-forward button {
  margin-top: 0 !important;
}

/* lg */
/* md */
/* sm */
@media (max-width: 991px) {
  /* line 251, ../sass/system-subpages/_discount.sass */
  .button-back .backToSection {
    position: relative;
    left: 0;
    display: block;
  }

  /* line 255, ../sass/system-subpages/_discount.sass */
  .cartTable > div {
    display: block;
  }

  /* line 261, ../sass/system-subpages/_discount.sass */
  #blockDiscount .block_img img {
    max-width: 100px;
  }
  /* line 263, ../sass/system-subpages/_discount.sass */
  #blockDiscount .discount_img {
    height: 100px;
  }
  /* line 265, ../sass/system-subpages/_discount.sass */
  #blockDiscount .discount_title, #blockDiscount .discount_date {
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    border-bottom: 1px solid #cdcdcd;
  }
  /* line 270, ../sass/system-subpages/_discount.sass */
  #blockDiscount .discount_location {
    padding-left: 0;
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 273, ../sass/system-subpages/_discount.sass */
  #blockDiscount .discount_discount, #blockDiscount .discount_price {
    text-align: right;
  }
  /* line 275, ../sass/system-subpages/_discount.sass */
  #blockDiscount .discount_discount {
    margin-bottom: 10px;
  }

  /* line 280, ../sass/system-subpages/_discount.sass */
  #formCustomersVoucher .dropdown_select li a {
    padding: 12px 15px;
  }
  /* line 282, ../sass/system-subpages/_discount.sass */
  #formCustomersVoucher .voucher_wrapper {
    padding: 7px 15px;
  }

  /* line 286, ../sass/system-subpages/_discount.sass */
  #DiscountVoucher .voucher-q {
    max-width: 100%;
  }

  /* line 294, ../sass/system-subpages/_discount.sass */
  #CartItems .goods_amount .goods_amount_select {
    width: 100%;
  }
  /* line 297, ../sass/system-subpages/_discount.sass */
  #CartItems .credit_amount .credit_amount_change {
    width: 100%;
  }
  /* line 300, ../sass/system-subpages/_discount.sass */
  #CartItems .voucher_quantity .voucher-q {
    width: 100%;
  }
  /* line 303, ../sass/system-subpages/_discount.sass */
  #CartItems .block_img img {
    max-width: 100px;
  }
  /* line 305, ../sass/system-subpages/_discount.sass */
  #CartItems .discount_img {
    height: 100px;
  }
  /* line 307, ../sass/system-subpages/_discount.sass */
  #CartItems .discount_title, #CartItems .discount_date {
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    border-bottom: 1px solid #cdcdcd;
  }
  /* line 312, ../sass/system-subpages/_discount.sass */
  #CartItems .discount_location {
    padding-left: 0;
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 315, ../sass/system-subpages/_discount.sass */
  #CartItems .discount_discount, #CartItems .discount_price {
    text-align: right;
  }
  /* line 317, ../sass/system-subpages/_discount.sass */
  #CartItems .discount_discount {
    margin-bottom: 0px;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 326, ../sass/system-subpages/_discount.sass */
  .discount_discount {
    position: inherit;
  }

  /* line 329, ../sass/system-subpages/_discount.sass */
  .scroll_select .formCustomersCategory {
    width: calc(100% - 50px);
    max-width: 100%;
  }

  /* line 333, ../sass/system-subpages/_discount.sass */
  #blockDiscount .item_remove_icon {
    position: absolute;
    top: 0px;
    right: 15px;
  }
  /* line 337, ../sass/system-subpages/_discount.sass */
  #blockDiscount .discount_title, #blockDiscount .discount_date {
    border-bottom: 0;
    margin-bottom: 0;
    padding-left: 15px;
  }
  /* line 341, ../sass/system-subpages/_discount.sass */
  #blockDiscount .discount_location {
    text-align: right;
  }
  /* line 343, ../sass/system-subpages/_discount.sass */
  #blockDiscount .discount_discount {
    text-align: left;
  }
  /* line 345, ../sass/system-subpages/_discount.sass */
  #blockDiscount .discount_price, #blockDiscount .discount_discount {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e9e9e9;
  }

  /* line 349, ../sass/system-subpages/_discount.sass */
  .voucher-input {
    margin-bottom: 15px;
  }

  /* line 352, ../sass/system-subpages/_discount.sass */
  .formCustomersCategory {
    min-width: 250px;
  }

  /* line 359, ../sass/system-subpages/_discount.sass */
  #blockDiscountVoucher .goods_amount, #blockDiscountVoucher .voucher_price {
    margin-top: 15px;
  }

  /* line 364, ../sass/system-subpages/_discount.sass */
  #CartItems .credit_subname {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  /* line 368, ../sass/system-subpages/_discount.sass */
  #CartItems .credit_price .credit_p {
    text-align: right;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  /* line 372, ../sass/system-subpages/_discount.sass */
  #CartItems .voucher_price {
    padding-top: 15px;
  }
  /* line 374, ../sass/system-subpages/_discount.sass */
  #CartItems .goods_amount {
    padding-top: 15px;
  }
  /* line 376, ../sass/system-subpages/_discount.sass */
  #CartItems .voucher_quantity {
    padding-top: 15px;
  }
  /* line 378, ../sass/system-subpages/_discount.sass */
  #CartItems .voucher_p {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: right;
  }
  /* line 382, ../sass/system-subpages/_discount.sass */
  #CartItems .discount_title, #CartItems .discount_date {
    border-bottom: 0;
    margin-bottom: 0;
    padding-left: 10px;
  }
  /* line 386, ../sass/system-subpages/_discount.sass */
  #CartItems .discount_location {
    text-align: right;
  }
  /* line 388, ../sass/system-subpages/_discount.sass */
  #CartItems .discount_discount {
    text-align: left;
  }
  /* line 390, ../sass/system-subpages/_discount.sass */
  #CartItems .discount_price, #CartItems .discount_discount {
    padding-top: 10px;
    border-top: 1px solid #e9e9e9;
  }
}
/* XS Portrait */
/* line 9, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_l4 span,
#blockConfirmation .confirmation_l5 span,
#blockConfirmation .confirmation_l1 span,
#blockConfirmation .confirmation_l2 span,
#blockConfirmation .confirmation_l3 span {
  font-weight: bold !important;
}
/* line 11, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_date {
  font-weight: bold !important;
}

/* line 15, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_t, #blockConfirmation .confirmation_p, #blockConfirmation .confirmation_credit_name, #blockConfirmation .confirmation_credit_price, #blockConfirmation .confirmation_card_name, #blockPaymentFailed .confirmation_t, #blockPaymentFailed .confirmation_p, #blockPaymentFailed .confirmation_credit_name, #blockPaymentFailed .confirmation_credit_price, #blockPaymentFailed .confirmation_card_name {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 18, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_place, #blockConfirmation .confirmation_price_customer, #blockPaymentFailed .confirmation_place, #blockPaymentFailed .confirmation_price_customer {
  color: #797979;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 22, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_date span, #blockPaymentFailed .confirmation_date span {
  font-weight: 400;
}
/* line 24, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_location, #blockPaymentFailed .confirmation_location {
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 26, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_location span, #blockPaymentFailed .confirmation_location span {
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 29, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_qr_code, #blockPaymentFailed .confirmation_qr_code {
  max-width: 80px;
}
/* line 31, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .payment_failed, #blockPaymentFailed .payment_failed {
  text-align: right;
}
/* line 33, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_price, #blockConfirmation .confirmation_credit_price, #blockConfirmation .confirmation_credit_amount, #blockConfirmation .confirmation_voucher_card_price, #blockPaymentFailed .confirmation_price, #blockPaymentFailed .confirmation_credit_price, #blockPaymentFailed .confirmation_credit_amount, #blockPaymentFailed .confirmation_voucher_card_price {
  text-align: right;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 37, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .lp_bonuses_name, #blockPaymentFailed .lp_bonuses_name {
  font-weight: 400;
}
/* line 40, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .lp_bonuses_number span, #blockConfirmation .lp_bonuses_validity span, #blockPaymentFailed .lp_bonuses_number span, #blockPaymentFailed .lp_bonuses_validity span {
  color: #797979;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
}

/* line 45, ../sass/system-subpages/_confirmation.sass */
.button-print, .button-print2 {
  float: right;
}
/* line 47, ../sass/system-subpages/_confirmation.sass */
.button-print i, .button-print2 i {
  margin-right: 3px;
}

/* line 49, ../sass/system-subpages/_confirmation.sass */
.button-print {
  margin-left: 7px;
  margin-bottom: 7px;
}

/* line 56, ../sass/system-subpages/_confirmation.sass */
.steps-vertical {
  display: block;
  position: relative;
}
/* line 59, ../sass/system-subpages/_confirmation.sass */
.steps-vertical h3 {
  margin: 0 0 0 10px;
  display: inline-block;
  color: #3e6790;
  vertical-align: middle;
}
/* line 65, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row:before {
  left: 20px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  height: 100%;
  background-color: #e07305;
  z-order: 0;
}
/* line 75, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step {
  display: block;
  position: relative;
}
/* line 78, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .booking-data, .steps-vertical .steps-vertical-row .steps-vertical-step .payment-failed {
  margin-left: 55px;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 81, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .booking-data .booking-data-in, .steps-vertical .steps-vertical-row .steps-vertical-step .booking-data .payment-failed-in, .steps-vertical .steps-vertical-row .steps-vertical-step .payment-failed .booking-data-in, .steps-vertical .steps-vertical-row .steps-vertical-step .payment-failed .payment-failed-in {
  padding: 5px 0 15px;
}
/* line 83, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .booking-data .booking-data-in span, .steps-vertical .steps-vertical-row .steps-vertical-step .booking-data .payment-failed-in span, .steps-vertical .steps-vertical-row .steps-vertical-step .payment-failed .booking-data-in span, .steps-vertical .steps-vertical-row .steps-vertical-step .payment-failed .payment-failed-in span {
  font-weight: 400;
}
/* line 85, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .delivery-message {
  margin-left: 55px;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 88, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .delivery-message .delivery-message-in {
  padding: 5px 0 15px;
}
/* line 90, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .delivery-qrcode {
  float: left;
  margin-right: 10px;
}
/* line 93, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .delivery-qrcode .confirmation_text {
  font-weight: 400;
}
/* line 95, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .delivery-qrcode .delivery-message-title {
  font-weight: 400;
  margin-bottom: 10px;
}
/* line 98, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .delivery-qrcode .sell_points {
  list-style: outside none disc;
  padding-left: 15px;
  margin-left: 15px;
}
/* line 102, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .icon-wrapper {
  vertical-align: middle;
  display: inline-block;
}
/* line 105, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .icon-wrapper .custom-icon {
  font-size: 22px;
  font-size: 1.375rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #e07305;
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: #e07305;
}
/* line 116, ../sass/system-subpages/_confirmation.sass */
.steps-vertical .steps-vertical-row .steps-vertical-step .icon-wrapper .fix-editor {
  display: none;
}

/* line 122, ../sass/system-subpages/_confirmation.sass */
.button-forward form {
  display: inline;
}
/* line 124, ../sass/system-subpages/_confirmation.sass */
.button-forward form:last-child {
  margin-right: 0;
}
/* line 127, ../sass/system-subpages/_confirmation.sass */
.button-forward #btCancelReservation i, .button-forward #btOrderPaymentChange i, .button-forward #btOrderPay i {
  margin-right: 3px;
}

/* line 134, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_goods_name, #blockConfirmation .confirmation_voucher_sale_name {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 137, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_goods_price, #blockConfirmation .confirmation_voucher_sale_price {
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: right;
}
/* line 141, ../sass/system-subpages/_confirmation.sass */
#blockConfirmation .confirmation_goods_amount, #blockConfirmation .confirmation_voucher_sale_amount {
  text-align: right;
}

/* line 148, ../sass/system-subpages/_confirmation.sass */
.payment-failed .payment-failed-in {
  padding: 15px;
}
/* line 150, ../sass/system-subpages/_confirmation.sass */
.payment-failed label {
  font-weight: 300;
}

/* line 153, ../sass/system-subpages/_confirmation.sass */
#divOrderButtons button {
  margin-left: 5px;
  margin-bottom: 5px;
}

/* sm */
@media (max-width: 991px) {
  /* line 159, ../sass/system-subpages/_confirmation.sass */
  .confirmation_wallet {
    padding-right: 10px;
    padding-left: 0;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 168, ../sass/system-subpages/_confirmation.sass */
  #blockPaymentFailed .full_price {
    font-size: 17px;
    font-size: 1.0625rem;
    float: left;
  }
  /* line 171, ../sass/system-subpages/_confirmation.sass */
  #blockPaymentFailed .confirmation_price {
    border-top: 1px solid #e9e9e9;
    margin-top: 10px;
    padding-top: 10px;
  }

  /* line 179, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_date .confirmation_d, #blockConfirmation .confirmation_date .confirmation_time, #blockPaymentFailed .confirmation_date .confirmation_d, #blockPaymentFailed .confirmation_date .confirmation_time {
    display: block;
  }
  /* line 181, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_date, #blockPaymentFailed .confirmation_date {
    margin-top: 7px;
  }
  /* line 183, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_location, #blockPaymentFailed .confirmation_location {
    text-align: right;
  }
  /* line 185, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_location, #blockConfirmation .confirmation_date, #blockPaymentFailed .confirmation_location, #blockPaymentFailed .confirmation_date {
    margin-top: 10px;
  }
  /* line 187, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_price, #blockPaymentFailed .confirmation_price {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e9e9e9;
  }
  /* line 191, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .full_price, #blockPaymentFailed .full_price {
    font-size: 17px;
    font-size: 1.0625rem;
    float: left;
  }

  /* line 194, ../sass/system-subpages/_confirmation.sass */
  .button-print {
    margin-bottom: 7px;
  }

  /* line 198, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_credit_package_amount {
    text-align: right;
  }
  /* line 200, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_credit_amount {
    text-align: left;
    margin-top: 7px;
  }
  /* line 203, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_credit_price {
    margin-top: 7px;
  }
  /* line 206, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_price .price_table {
    display: table;
    width: 100%;
  }
  /* line 209, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_price .price_table .confirmation_p {
    display: table-cell;
    float: right;
  }
  /* line 212, ../sass/system-subpages/_confirmation.sass */
  #blockConfirmation .confirmation_price .price_table .confirmation_price_customer {
    display: table-cell;
    float: left;
  }

  /* line 221, ../sass/system-subpages/_confirmation.sass */
  .steps-vertical .steps-vertical-row .steps-vertical-step .delivery-message .delivery-message-in {
    padding: 0;
  }
  /* line 223, ../sass/system-subpages/_confirmation.sass */
  .steps-vertical .steps-vertical-row .steps-vertical-step .delivery-message .delivery-message-in .sell_points {
    padding-left: 0;
  }

  /* line 230, ../sass/system-subpages/_confirmation.sass */
  .steps-vertical-step .icon-wrapper .custom-icon {
    width: 35px;
    height: 35px;
  }

  /* line 233, ../sass/system-subpages/_confirmation.sass */
  .steps-vertical .steps-vertical-row .steps-vertical-step .booking-data .booking-data-in, .steps-vertical .steps-vertical-row .steps-vertical-step .booking-data .payment-failed-in, .steps-vertical .steps-vertical-row .steps-vertical-step .payment-failed .booking-data-in, .steps-vertical .steps-vertical-row .steps-vertical-step .payment-failed .payment-failed-in {
    padding: 0px 0 15px;
  }

  /* line 238, ../sass/system-subpages/_confirmation.sass */
  .button-forward {
    text-align: right;
  }
  /* line 241, ../sass/system-subpages/_confirmation.sass */
  .button-forward .print-btn:first-child {
    margin-top: 0;
  }
  /* line 243, ../sass/system-subpages/_confirmation.sass */
  .button-forward .print-btn:first-child {
    margin-top: 0 !important;
  }
  /* line 245, ../sass/system-subpages/_confirmation.sass */
  .button-forward #frmCancel {
    margin-top: 0;
  }
  /* line 248, ../sass/system-subpages/_confirmation.sass */
  .button-forward #btPrintEBill {
    margin-top: 0px;
  }
  /* line 251, ../sass/system-subpages/_confirmation.sass */
  .button-forward #btOrderPay {
    margin-top: 7px;
  }
}
/* XS Portrait */
@media (max-width: 550px) {
  /* line 257, ../sass/system-subpages/_confirmation.sass */
  #divOrderButtons button {
    min-width: 160px;
  }
}
/* line 3, ../sass/system-subpages/_subscription.sass */
#subscription .subscription_buttons {
  text-align: right;
}

/* line 8, ../sass/system-subpages/_subscription.sass */
#subscriptionModalHall .subsc_title {
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
}
/* line 12, ../sass/system-subpages/_subscription.sass */
#subscriptionModalHall .subsc_date span, #subscriptionModalHall .subsc_time span {
  font-weight: 400;
}

/* line 16, ../sass/system-subpages/_subscription.sass */
.btn-hall-subscription #subsriptionDetail {
  padding: 4px 12px;
}

/* line 22, ../sass/system-subpages/_subscription.sass */
#blockSubscription .subscription_title .subscription_t {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 25, ../sass/system-subpages/_subscription.sass */
#blockSubscription .discount_price {
  text-align: right;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 29, ../sass/system-subpages/_subscription.sass */
#blockSubscription .discount_price .discount_cust_category {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #797979;
}

/* line 36, ../sass/system-subpages/_subscription.sass */
.subscription-btns .button-forward form {
  display: inline-block;
}
/* line 38, ../sass/system-subpages/_subscription.sass */
.subscription-btns .button-forward form #btMCartAddSubscription {
  padding: 8px 15px;
  margin-right: 10px;
}
/* line 41, ../sass/system-subpages/_subscription.sass */
.subscription-btns .button-forward form #btMCartAddSubscription i {
  margin-right: 5px;
}

/* line 47, ../sass/system-subpages/_subscription.sass */
.modal-subscription .modal-body .block {
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 49, ../sass/system-subpages/_subscription.sass */
.modal-subscription .modal-body .block > .row {
  padding-top: 7px;
  padding-bottom: 7px;
}
/* line 53, ../sass/system-subpages/_subscription.sass */
.modal-subscription .modal-body .block .event-description .eventName {
  font-weight: 400;
}
/* line 55, ../sass/system-subpages/_subscription.sass */
.modal-subscription .modal-body .block .event-description .venue {
  color: #797979;
}
/* line 58, ../sass/system-subpages/_subscription.sass */
.modal-subscription .modal-body .block .event-location .location {
  text-align: right;
  color: #797979;
}
/* line 61, ../sass/system-subpages/_subscription.sass */
.modal-subscription .modal-body .block .event-location .place-description {
  text-align: right;
}
/* line 63, ../sass/system-subpages/_subscription.sass */
.modal-subscription .modal-body .block .event-location .place-row-value, .modal-subscription .modal-body .block .event-location .place-seat-value {
  font-weight: 400;
}
/* line 65, ../sass/system-subpages/_subscription.sass */
.modal-subscription .modal-body .block .event-date, .modal-subscription .modal-body .block .event-description {
  padding-right: 0;
}

/* sm */
@media (max-width: 991px) {
  /* line 74, ../sass/system-subpages/_subscription.sass */
  .subscription-btns .button-forward form {
    display: block;
  }
  /* line 76, ../sass/system-subpages/_subscription.sass */
  .subscription-btns .button-forward form #btMCartAddSubscription {
    float: right;
    margin-right: 0;
    margin-bottom: 5px;
  }

  /* line 82, ../sass/system-subpages/_subscription.sass */
  #blockSubscription .discount_discount, #blockSubscription .discount_price {
    text-align: right;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 92, ../sass/system-subpages/_subscription.sass */
  .btn-hall-subscription #subsriptionDetail {
    float: none;
  }

  /* line 95, ../sass/system-subpages/_subscription.sass */
  #subscriptionModalHall .subsc_title {
    margin-top: 10px;
  }
  /* line 97, ../sass/system-subpages/_subscription.sass */
  #subscriptionModalHall .subsc_time {
    text-align: right;
  }

  /* line 102, ../sass/system-subpages/_subscription.sass */
  #blockSubscription .discount_remove {
    position: absolute;
    right: 15px;
  }
  /* line 105, ../sass/system-subpages/_subscription.sass */
  #blockSubscription .discount_discount {
    border-top: 1px solid #e9e9e9;
    text-align: left;
    margin-top: 10px;
  }
  /* line 109, ../sass/system-subpages/_subscription.sass */
  #blockSubscription .subscription_detail {
    margin-top: 10px;
  }
  /* line 111, ../sass/system-subpages/_subscription.sass */
  #blockSubscription .discount_price {
    margin-top: 10px;
  }

  /* line 115, ../sass/system-subpages/_subscription.sass */
  .subscription-btns .button-forward form {
    text-align: right;
  }
  /* line 117, ../sass/system-subpages/_subscription.sass */
  .subscription-btns .button-forward form .terms_conditions_agreement {
    text-align: left !important;
  }

  /* line 124, ../sass/system-subpages/_subscription.sass */
  .modal-subscription .modal-body .block {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  /* line 126, ../sass/system-subpages/_subscription.sass */
  .modal-subscription .modal-body .block .event-description, .modal-subscription .modal-body .block .event-location {
    padding-right: 15px;
  }
  /* line 129, ../sass/system-subpages/_subscription.sass */
  .modal-subscription .modal-body .block .event-location .location, .modal-subscription .modal-body .block .event-location .place-description {
    text-align: left;
  }
  /* line 131, ../sass/system-subpages/_subscription.sass */
  .modal-subscription .modal-body .block .event-date {
    margin-bottom: 5px;
  }
  /* line 133, ../sass/system-subpages/_subscription.sass */
  .modal-subscription .modal-body .block .event-date .date {
    display: inline-block;
  }
  /* line 135, ../sass/system-subpages/_subscription.sass */
  .modal-subscription .modal-body .block .event-date .time {
    display: inline-block;
    margin-left: 5px;
  }
  /* line 139, ../sass/system-subpages/_subscription.sass */
  .modal-subscription .modal-body .block .event-description .eventName {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 3, ../sass/system-subpages/_vouchers.sass */
#DiscountVoucher .voucher_n, #DiscountVoucher .voucher_p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 6, ../sass/system-subpages/_vouchers.sass */
#DiscountVoucher .voucher_p {
  text-align: right;
}
/* line 8, ../sass/system-subpages/_vouchers.sass */
#DiscountVoucher .voucher-q {
  max-width: 55%;
}

/* line 14, ../sass/system-subpages/_vouchers.sass */
#blockDiscountVoucher .voucher_n {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 17, ../sass/system-subpages/_vouchers.sass */
#blockDiscountVoucher .voucher_num {
  text-align: left;
  color: #797979;
}
/* line 20, ../sass/system-subpages/_vouchers.sass */
#blockDiscountVoucher .voucher_p {
  text-align: right;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}

/* xs */
@media (max-width: 767px) {
  /* line 30, ../sass/system-subpages/_vouchers.sass */
  #DiscountVoucher .voucher_quantity, #DiscountVoucher .voucher_price {
    margin-top: 15px;
  }
  /* line 32, ../sass/system-subpages/_vouchers.sass */
  #DiscountVoucher .voucher_p {
    text-align: right;
  }
}
/* line 3, ../sass/system-subpages/_goods.sass */
.breadcrumb {
  margin-bottom: 15px;
}

/* line 6, ../sass/system-subpages/_goods.sass */
.block-goods {
  margin: 20px 15px;
}
/* line 8, ../sass/system-subpages/_goods.sass */
.block-goods .row {
  border-top: 1px solid #e9e9e9;
  padding: 15px;
}
/* line 11, ../sass/system-subpages/_goods.sass */
.block-goods .row:nth-child(2n+1) {
  background-color: #F1F1F1;
}
/* line 13, ../sass/system-subpages/_goods.sass */
.block-goods .row > div:first-child {
  padding-left: 0;
}
/* line 15, ../sass/system-subpages/_goods.sass */
.block-goods .cart-btns {
  text-align: right;
}
/* line 18, ../sass/system-subpages/_goods.sass */
.block-goods .cart-info .cart-price {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 21, ../sass/system-subpages/_goods.sass */
.block-goods a {
  font-weight: 400 !important;
}
/* line 23, ../sass/system-subpages/_goods.sass */
.block-goods .product-description {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 26, ../sass/system-subpages/_goods.sass */
.block-goods span.cart_info {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 30, ../sass/system-subpages/_goods.sass */
.block-goods form label {
  font-weight: 300;
}

/* line 32, ../sass/system-subpages/_goods.sass */
.block-category {
  margin: 15px 0;
}
/* line 34, ../sass/system-subpages/_goods.sass */
.block-category li {
  display: inline-block;
  margin-right: 5px;
}
/* line 37, ../sass/system-subpages/_goods.sass */
.block-category li a {
  border: 2px solid #797979;
  display: block;
  color: #797979;
  padding: 12px;
  text-decoration: none;
}
/* line 43, ../sass/system-subpages/_goods.sass */
.block-category li a:hover {
  background-color: #797979;
  color: #ffffff;
}

/* line 46, ../sass/system-subpages/_goods.sass */
.block-detail-price {
  background: #F1F1F1;
  border: 1px solid #fbfbfb;
  padding: 25px;
  text-align: center;
  width: 300px;
}
/* line 52, ../sass/system-subpages/_goods.sass */
.block-detail-price .block-price {
  font-weight: 400;
  font-size: 25px;
  font-size: 1.5625rem;
  padding: 10px 0;
  display: block;
}
/* line 57, ../sass/system-subpages/_goods.sass */
.block-detail-price form {
  display: block;
  padding: 10px 0;
}
/* line 60, ../sass/system-subpages/_goods.sass */
.block-detail-price form label {
  font-weight: 300;
}
/* line 62, ../sass/system-subpages/_goods.sass */
.block-detail-price form .goods-quantity {
  max-width: 70%;
  display: inline-block;
}

/* line 66, ../sass/system-subpages/_goods.sass */
label .qty {
  border: 1px solid #cbd3da;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-align: center;
  padding: 5px;
  font-weight: 300;
  width: 35px;
}

/* line 73, ../sass/system-subpages/_goods.sass */
.block_breadcrumb {
  background: rgba(255, 255, 255, 0);
  padding: 0;
}
/* line 76, ../sass/system-subpages/_goods.sass */
.block_breadcrumb a:hover {
  text-decoration: underline;
}
/* line 78, ../sass/system-subpages/_goods.sass */
.block_breadcrumb.breadcrumb > .active {
  color: #797979;
}

/* line 81, ../sass/system-subpages/_goods.sass */
.good-toolbar {
  background-color: #F1F1F1;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-top: 20px;
}
/* line 86, ../sass/system-subpages/_goods.sass */
.good-toolbar .currencyGoods {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 90, ../sass/system-subpages/_goods.sass */
.good-toolbar .select-goods .fa-caret-up:before, .good-toolbar .select-goods .fa-caret-down:before, .good-toolbar .select-goods .fa-sort-alpha-asc:before {
  font-family: "FontAwesome";
  font-size: 18px;
  font-size: 1.125rem;
  color: #797979;
}
/* line 94, ../sass/system-subpages/_goods.sass */
.good-toolbar .select-goods .fa-caret-up:before {
  content: "";
}
/* line 96, ../sass/system-subpages/_goods.sass */
.good-toolbar .select-goods .fa-caret-down:before {
  content: "";
}
/* line 98, ../sass/system-subpages/_goods.sass */
.good-toolbar .select-goods .fa-sort-alpha-asc:before {
  content: "";
}
/* line 100, ../sass/system-subpages/_goods.sass */
.good-toolbar .select-goods .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 10px;
}
/* line 102, ../sass/system-subpages/_goods.sass */
.good-toolbar .select-goods label {
  font-weight: 300;
}
/* line 104, ../sass/system-subpages/_goods.sass */
.good-toolbar .price-filter-label, .good-toolbar .priceFilter {
  display: inline-block;
}
/* line 106, ../sass/system-subpages/_goods.sass */
.good-toolbar .price-filter-label .text, .good-toolbar .priceFilter .text {
  font-size: 16px;
  font-size: 1rem;
}
/* line 108, ../sass/system-subpages/_goods.sass */
.good-toolbar .search-results-sort-label, .good-toolbar .select-goods-in {
  display: inline-block;
}
/* line 110, ../sass/system-subpages/_goods.sass */
.good-toolbar .search-results-sort-label .text, .good-toolbar .select-goods-in .text {
  font-size: 16px;
  font-size: 1rem;
}
/* line 112, ../sass/system-subpages/_goods.sass */
.good-toolbar .checkbox-wrap {
  padding-top: 16px;
  padding-bottom: 23px;
}
/* line 115, ../sass/system-subpages/_goods.sass */
.good-toolbar .checkbox-wrap .checkbox {
  margin: 0;
}
/* line 117, ../sass/system-subpages/_goods.sass */
.good-toolbar .select-goods {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: right;
}
/* line 123, ../sass/system-subpages/_goods.sass */
.good-toolbar .navbar-form input, .good-toolbar .form-inline input {
  width: auto;
}
/* line 125, ../sass/system-subpages/_goods.sass */
.good-toolbar .nav > li > a:first-child {
  border: 0;
}
/* line 127, ../sass/system-subpages/_goods.sass */
.good-toolbar .nav > li > a:first-child:hover, .good-toolbar .nav > li > a:first-child:focus, .good-toolbar .nav > li > a:first-child:active {
  color: #0370ab;
  background-color: #F1F1F1;
}
/* line 130, ../sass/system-subpages/_goods.sass */
.good-toolbar .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 25px;
}
/* line 133, ../sass/system-subpages/_goods.sass */
.good-toolbar .nav .open > a, .good-toolbar .nav .open > a:hover, .good-toolbar .nav .open > a:focus {
  background-color: #F1F1F1;
}
/* line 136, ../sass/system-subpages/_goods.sass */
.good-toolbar .dropdown .dropdown-menu {
  min-width: 300px;
  padding: 12px;
}

/* lg */
/* md */
/* sm */
@media (max-width: 991px) {
  /* line 154, ../sass/system-subpages/_goods.sass */
  .block-detail-price {
    overflow: auto;
    margin: 15px 0;
    width: 100%;
  }
  /* line 158, ../sass/system-subpages/_goods.sass */
  .block-detail-price form {
    float: right;
  }

  /* line 160, ../sass/system-subpages/_goods.sass */
  .cart-info {
    text-align: right;
  }
  /* line 162, ../sass/system-subpages/_goods.sass */
  .cart-info .cart-price {
    font-size: 22px;
    font-size: 1.375rem;
  }

  /* line 165, ../sass/system-subpages/_goods.sass */
  .block-goods label {
    margin-bottom: 5px;
  }

  /* line 170, ../sass/system-subpages/_goods.sass */
  .good-toolbar .navbar-nav > li > a {
    padding-top: 24px;
    padding-bottom: 21px;
  }
  /* line 173, ../sass/system-subpages/_goods.sass */
  .good-toolbar .select-goods {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  /* line 176, ../sass/system-subpages/_goods.sass */
  .good-toolbar .checkbox-wrap {
    padding-top: 20px;
    padding-bottom: 23px;
  }
  /* line 179, ../sass/system-subpages/_goods.sass */
  .good-toolbar .currencyGoods {
    padding-top: 17px;
    padding-bottom: 15px;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 185, ../sass/system-subpages/_goods.sass */
  .block-detail-info {
    float: none;
    text-align: center;
  }

  /* line 188, ../sass/system-subpages/_goods.sass */
  .block-detail-price {
    padding: 15px;
  }
  /* line 190, ../sass/system-subpages/_goods.sass */
  .block-detail-price form {
    float: none;
  }
  /* line 192, ../sass/system-subpages/_goods.sass */
  .block-detail-price .block-price {
    padding: 5px 0;
  }

  /* line 194, ../sass/system-subpages/_goods.sass */
  .product-description {
    padding: 10px 0;
  }

  /* line 197, ../sass/system-subpages/_goods.sass */
  .block-goods .cart-info {
    padding-left: 0;
    text-align: left;
  }
  /* line 200, ../sass/system-subpages/_goods.sass */
  .block-goods .cart-quantity, .block-goods .cart-btns {
    text-align: right;
    padding-right: 0;
  }

  /* line 204, ../sass/system-subpages/_goods.sass */
  .good-toolbar .price-filter-label, .good-toolbar .priceFilter {
    display: inline-block;
  }
  /* line 206, ../sass/system-subpages/_goods.sass */
  .good-toolbar .search-results-sort-label, .good-toolbar .select-goods-in {
    display: block;
  }
  /* line 208, ../sass/system-subpages/_goods.sass */
  .good-toolbar .select-goods {
    text-align: left;
  }
  /* line 210, ../sass/system-subpages/_goods.sass */
  .good-toolbar .price-filter-label, .good-toolbar .search-results-sort-label {
    padding-bottom: 5px;
  }
  /* line 212, ../sass/system-subpages/_goods.sass */
  .good-toolbar .select-goods {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  /* line 215, ../sass/system-subpages/_goods.sass */
  .good-toolbar .checkbox-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 218, ../sass/system-subpages/_goods.sass */
  .good-toolbar .currencyGoods {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 221, ../sass/system-subpages/_goods.sass */
  .good-toolbar .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 225, ../sass/system-subpages/_goods.sass */
  .good-toolbar .dropdown .dropdown-menu {
    min-width: 100%;
    padding: 7px 15px;
  }
  /* line 228, ../sass/system-subpages/_goods.sass */
  .good-toolbar .checkbox-xs {
    position: absolute;
    right: 0;
    top: 2px;
  }
  /* line 232, ../sass/system-subpages/_goods.sass */
  .good-toolbar .navbar-nav {
    margin: 0 -15px;
  }
}
/* XS Portrait */
/* line 2, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram h2 {
  display: inline-block;
  margin-bottom: 25px;
}
/* line 5, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram .sub-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
  color: #797979;
}
/* line 9, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram i {
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 12, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram .loyaltyContent .loyalty-row, #loyaltyProgram .loyaltyContent .loyalty-row {
  padding: 1px 10px;
}
/* line 14, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram .loyaltyContent .loyalty-row label, #loyaltyProgram .loyaltyContent .loyalty-row label {
  font-weight: 300;
}
/* line 16, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram .loyaltyContent .loyalty-registration-title {
  padding: 10px 15px;
  font-weight: 400;
  background-color: #F1F1F1;
}
/* line 20, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram .loyaltyContent .loyalty-registration-title i {
  color: #797979;
}
/* line 22, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram .loyaltyContent .radio {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 25, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram .input-group {
  margin-top: 20px;
}

/* line 30, ../sass/system-subpages/_loyalty.sass */
.loyalty-card h3:before {
  width: 35px;
  height: 35px;
  content: "";
  background-image: url("../images/websale_images/credit-card.svg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background-repeat: no-repeat;
}
/* line 40, ../sass/system-subpages/_loyalty.sass */
.loyalty-card p label {
  font-weight: 400;
}

/* line 44, ../sass/system-subpages/_loyalty.sass */
.loyalty-cycle .loyalty-cycle-in {
  padding: 20px;
  background-color: #F1F1F1;
  border: 1px solid #e9e9e9;
  text-align: center;
}
/* line 49, ../sass/system-subpages/_loyalty.sass */
.loyalty-cycle .loyalty-cycle-in:before {
  width: 30px;
  height: 30px;
  content: "";
  background-image: url("../images/websale_images/loyalty-state.svg");
  display: inline-block;
  margin-right: 7px;
  background-repeat: no-repeat;
}
/* line 58, ../sass/system-subpages/_loyalty.sass */
.loyalty-cycle .loyalty-cycle-in .loyalty-cycle-title {
  display: inline-block;
  text-align: left;
}
/* line 61, ../sass/system-subpages/_loyalty.sass */
.loyalty-cycle .loyalty-cycle-in .loyalty-cycle-title .loyalty-cycle-title-content {
  color: #797979;
}
/* line 63, ../sass/system-subpages/_loyalty.sass */
.loyalty-cycle .loyalty-cycle-in .loyalty-cycle-title p {
  font-weight: 400;
}
/* line 65, ../sass/system-subpages/_loyalty.sass */
.loyalty-cycle .loyalty-cycle-in .loyalty-cycle-title p span {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 68, ../sass/system-subpages/_loyalty.sass */
.loyaltyProgramLicenceAgreementBlock {
  margin: 25px 20px 0 6px;
}

/* line 72, ../sass/system-subpages/_loyalty.sass */
#myloyaltyprogram .bonus {
  font-weight: 400;
}

/* line 77, ../sass/system-subpages/_loyalty.sass */
#registerLP p {
  margin-bottom: 10px;
}

/* line 81, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram .bonusTitle {
  margin-top: 20px;
  margin-left: -15px;
}
/* line 84, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram .lp_bonuses_name {
  font-weight: 400;
}
/* line 87, ../sass/system-subpages/_loyalty.sass */
#loyaltyProgram .lp_bonuses_number span, #loyaltyProgram .lp_bonuses_validity span {
  color: #797979;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
}

/* sm */
@media (max-width: 991px) {
  /* line 99, ../sass/system-subpages/_loyalty.sass */
  .loyalty-card h3:before {
    width: 30px;
    height: 30px;
  }

  /* line 105, ../sass/system-subpages/_loyalty.sass */
  .loyalty-cycle .loyalty-cycle-in:before {
    width: 25px;
    height: 25px;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 113, ../sass/system-subpages/_loyalty.sass */
  .cartPaymentType {
    margin-top: 20px;
  }

  /* line 115, ../sass/system-subpages/_loyalty.sass */
  .loyalty-card {
    margin-bottom: 15px;
  }

  /* line 118, ../sass/system-subpages/_loyalty.sass */
  #myloyaltyprogram .step, #myloyaltyprogram .discount {
    margin-bottom: 7px;
  }

  /* line 122, ../sass/system-subpages/_loyalty.sass */
  #loyaltyProgram-collapse .bonusTitle {
    margin-bottom: 0;
  }
  /* line 124, ../sass/system-subpages/_loyalty.sass */
  #loyaltyProgram-collapse .lp_bonuses_name {
    font-weight: 400;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  /* line 129, ../sass/system-subpages/_loyalty.sass */
  #loyaltyProgram-collapse .lp_bonuses_number span, #loyaltyProgram-collapse .lp_bonuses_validity span {
    color: #797979;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 300;
  }
}
/* XS Portrait */
/* line 3, ../sass/system-subpages/_packages.sass */
.package-item {
  border: 1px solid #cdcdcd;
}
/* line 5, ../sass/system-subpages/_packages.sass */
.package-item .package-header {
  padding: 15px;
  background: #F1F1F1;
}
/* line 8, ../sass/system-subpages/_packages.sass */
.package-item .package-header .package-name {
  display: inline-block;
}
/* line 10, ../sass/system-subpages/_packages.sass */
.package-item .package-header .package-remove {
  display: inline-block;
  float: right;
}
/* line 13, ../sass/system-subpages/_packages.sass */
.package-item .package-header h2 {
  margin-bottom: 0;
}
/* line 16, ../sass/system-subpages/_packages.sass */
.package-item #blockPackage.block > .row:nth-child(2n+1) {
  border-bottom: 1px solid #cdcdcd;
}
/* line 18, ../sass/system-subpages/_packages.sass */
.package-item #blockPackage .package_t {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 21, ../sass/system-subpages/_packages.sass */
.package-item #blockPackage .discount_place {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #797979;
}
/* line 24, ../sass/system-subpages/_packages.sass */
.package-item #blockPackage .package_location {
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 27, ../sass/system-subpages/_packages.sass */
.package-item #blockPackage .package_location .package_l1 span, .package-item #blockPackage .package_location .package_l2 span, .package-item #blockPackage .package_location .package_l3 span, .package-item #blockPackage .package_location .package_l4 span {
  font-weight: 400;
}
/* line 29, ../sass/system-subpages/_packages.sass */
.package-item #blockPackage .package_p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
/* line 32, ../sass/system-subpages/_packages.sass */
.package-item #blockPackage .discount_price_customer {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #797979;
}
/* line 36, ../sass/system-subpages/_packages.sass */
.package-item #blockPackage .package_date span {
  font-weight: 400;
}

/* line 40, ../sass/system-subpages/_packages.sass */
.btn-hall-subscription {
  margin-left: 20px;
}

/* line 42, ../sass/system-subpages/_packages.sass */
.package-title {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 45, ../sass/system-subpages/_packages.sass */
.HallVenueCounter {
  text-align: right;
  padding: 3px 0;
}
/* line 48, ../sass/system-subpages/_packages.sass */
.HallVenueCounter .HallVenueNumber {
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 25px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  background-color: #e9e9e9;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 57, ../sass/system-subpages/_packages.sass */
.HallVenueCounter .HallVenueNumber.active {
  background-color: #e07305;
  color: #FFF;
}
/* line 60, ../sass/system-subpages/_packages.sass */
.HallVenueCounter .HallVenueName {
  margin: 0 5px;
}

/* line 64, ../sass/system-subpages/_packages.sass */
#PackageHallTitles {
  text-align: right;
  margin: 0 10px 0px 0px;
}
/* line 67, ../sass/system-subpages/_packages.sass */
#PackageHallTitles .divPackageHallTitleNumber {
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 25px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  background-color: #e9e9e9;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 5px;
}
/* line 77, ../sass/system-subpages/_packages.sass */
#PackageHallTitles .divPackageHallTitleNumber.active {
  background-color: #e07305;
  color: #FFF;
}

/* lg */
@media (min-width: 1200px) {
  /* line 89, ../sass/system-subpages/_packages.sass */
  .col-sm-5.hall_nonnumbered_ums {
    width: 46.667%;
  }

  /* line 92, ../sass/system-subpages/_packages.sass */
  .col-sm-1.hall_delete_row {
    width: 5.33333%;
  }

  /* line 95, ../sass/system-subpages/_packages.sass */
  .col-sm-4.hall_nonnumbered_ums {
    width: 31.3333%;
  }
}
/* md */
/* sm */
@media (max-width: 991px) {
  /* line 106, ../sass/system-subpages/_packages.sass */
  #blockPackage .package_title, #blockPackage .package_date {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
  }
  /* line 110, ../sass/system-subpages/_packages.sass */
  #blockPackage .package_date {
    text-align: right;
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 113, ../sass/system-subpages/_packages.sass */
  #blockPackage .item_remove_icon {
    position: absolute;
    top: 0px;
    right: 15px;
  }
  /* line 117, ../sass/system-subpages/_packages.sass */
  #blockPackage .package_discount, #blockPackage .package_price {
    text-align: right;
  }
  /* line 119, ../sass/system-subpages/_packages.sass */
  #blockPackage .package_discount {
    margin-bottom: 10px;
  }
  /* line 121, ../sass/system-subpages/_packages.sass */
  #blockPackage .package-dropdown {
    right: 15px;
  }
}
/* xs */
@media (max-width: 767px) {
  /* line 128, ../sass/system-subpages/_packages.sass */
  #blockPackage .item_remove_icon {
    position: absolute;
    top: 0px;
    right: 15px;
  }
  /* line 132, ../sass/system-subpages/_packages.sass */
  #blockPackage .package_title, #blockPackage .package_date {
    border-bottom: 0;
    margin-bottom: 0;
    padding-left: 15px;
  }
  /* line 136, ../sass/system-subpages/_packages.sass */
  #blockPackage .package_date {
    text-align: left;
  }
  /* line 138, ../sass/system-subpages/_packages.sass */
  #blockPackage .package_location {
    text-align: right;
  }
  /* line 140, ../sass/system-subpages/_packages.sass */
  #blockPackage .package_discount {
    text-align: left;
  }
  /* line 142, ../sass/system-subpages/_packages.sass */
  #blockPackage .package_price, #blockPackage .package_discount {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e9e9e9;
  }
  /* line 146, ../sass/system-subpages/_packages.sass */
  #blockPackage .package-dropdown {
    left: 15px;
  }

  /* line 149, ../sass/system-subpages/_packages.sass */
  .priceBox .event-package {
    padding-top: 10px;
  }

  /* line 151, ../sass/system-subpages/_packages.sass */
  .btn-hall-subscription {
    margin-left: 0;
  }
}
