.navbar-default .container-fluid .navbar-nav>li>a {
    color: #f1f2ff;
}

.toolbar-links a {
    color: #31708f;
}

.toolbar-linka a:hover {
    color: #31708f;
}

.paging_simple_numbers {
    margin-left: -30px !important;
}

.nav-menu {
    background: #5D8CAE;
    border-color: #4D8FAC;
}

@media screen and (max-width: 767px) {
  .panel-body {
        overflow-x: auto;
    }
    .nav-menu .btn-collapse {
      background: rgba(0,0,0,0);
      border: 0px;
      font-size: 21px;
      padding: 11px 12px;
      display: block !important;
    }
    .nav-menu .container-fluid {
      padding: 0px;
    }
    .nav-menu .navbar-collapse {
      border-top-color: rgba(255, 255, 255, 0.3);
    }
    .nav-menu li {
      text-align: center;
      float: none !important;
    }
    .nav-menu .navbar-nav > li > a:focus, .nav-menu .navbar-nav > li > a:hover {
      background-color: #4a708b;
    }
    .nav-menu ul {
      margin: 7.5px 0px;
    }
    .nav-menu .navbar-collapse {
      padding-right: 0px;
    }
    .nav-menu .navbar {
      height: auto;
      min-height: auto;
    }
}

@media screen and (max-width: 768px) {
    .docs-header .nav>li {
        display: inline-block !important;
    }
    .docs-header .navbar-header {
        display: inline-block !important;
    }
    .docs-header .navbar-right {
        display: inline-block !important;
        float: right;
    }
}

.docs-header a:focus,
.docs-header a:active {
    border-bottom-width: 0px !important;
}
/*
@media (max-width:768px) {
    .overflow-x {
        overflow-x: scroll;
    }
}
*/
#currencySelect .currency-selected {
    color: #fff;
}

.payment-method {
    background: #fff;
    padding: 4px;
    border: 1px solid #aab2bd;
    display: inline-block;
}

.nav-h1 h1,
.content-h1 h1 {
    display: block;
    text-align: center;
    font-size: 18px;
}

.dropdown-menu label {
  color: #fff;
}







.popover, .tooltip-inner {
  color: #555555;
  line-height: 1.5em;
  background: #FFFFFF;
  z-index: 99999;
  border: none;
  border-radius: 3px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.popover {
  padding: 0;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.popover.left > .arrow, .popover.right > .arrow, .popover.top > .arrow, .popover.bottom > .arrow {
  border: none;
}

.popover-title {
  background-color: #FFFFFF;
  border: none;
  padding: 15px 15px 5px;
  font-size: 1.3em;
}

.popover-content {
  padding: 10px 15px 15px;
  line-height: 1.4;
}

.tooltip.in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.tooltip {
  opacity: 0;
  transition: opacity, transform .2s ease;
  -webkit-transform: translate3d(0, 5px, 0);
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.tooltip.left .tooltip-arrow {
  border-left-color: #FFFFFF;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #FFFFFF;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #FFFFFF;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #FFFFFF;
}

.tooltip-inner {
  padding: 10px 15px;
  min-width: 130px;
}
.list-group-item.active {
  z-index: 0;
}

#currencySelect {
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  #currencySelect {
    margin-top: 0px !important;
  }
  #ipserver-tel {
    margin-top: 9px !important;
  }
  @supports ((-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em))) {
    #headerMenu {
      position: fixed !important;
      top: 0px !important;
      right: 0px;
      left: 0px;
      top: 0px;
      z-index: 9999;
      margin-top: -55px !important;
    }
    #navbar-header-menu {
      padding-top: 35px;
    }
    #headerMenu .navbar-nav {
      margin-top: 70px;
    }
    .docs-header {
      margin-top: 52px;
    }
    #headerMenu .btn-collapse {
      background-color: rgba(93, 140, 174, .7);
      -webkit-backdrop-filter: blur(3px);
      position: fixed !important;
      top: 0px !important;
      right: 0px;
      left: 0px;
      top: 0px;
      z-index: 9999;
      border-radius: 0px;
    }
  }
}

.navbar-avatar {
  width: 30px;
  position: absolute;
  margin-top: -5px;
  border-radius: 3px;
}
/* Chosen v1.6.2 | (c) 2011-2016 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(chosen/chosen-sprite.png) no-repeat 100% -20px;background:url(chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(chosen/chosen-sprite.png) no-repeat -30px -20px;background:url(chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}



.chosen-select {
  width: 100%; }

.chosen-select-deselect {
  width: 100%; }

.chosen-container {
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: middle; }
  .chosen-container .chosen-drop {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 1060; }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0; }
  .chosen-container .chosen-results {
    color: #555555;
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .chosen-container .chosen-results li {
      display: none;
      line-height: 1.42857;
      list-style: none;
      margin: 0;
      padding: 5px 6px; }
      .chosen-container .chosen-results li em {
        background: #feffde;
        font-style: normal; }
      .chosen-container .chosen-results li.group-result {
        display: list-item;
        cursor: default;
        color: #999;
        font-weight: bold; }
      .chosen-container .chosen-results li.group-option {
        padding-left: 15px; }
      .chosen-container .chosen-results li.active-result {
        cursor: pointer;
        display: list-item; }
      .chosen-container .chosen-results li.highlighted {
        background-color: #337ab7;
        background-image: none;
        color: white; }
        .chosen-container .chosen-results li.highlighted em {
          background: transparent; }
      .chosen-container .chosen-results li.disabled-result {
        display: list-item;
        color: #777777; }
    .chosen-container .chosen-results .no-results {
      background: #eeeeee;
      display: list-item; }
  .chosen-container .chosen-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1; }
    .chosen-container .chosen-results-scroll span {
      display: inline-block;
      height: 1.42857;
      text-indent: -5000px;
      width: 9px; }
  .chosen-container .chosen-results-scroll-down {
    bottom: 0; }
    .chosen-container .chosen-results-scroll-down span {
      background: url("chosen/chosen-sprite.png") no-repeat -4px -3px; }
  .chosen-container .chosen-results-scroll-up span {
    background: url("chosen/chosen-sprite.png") no-repeat -22px -3px; }

.chosen-container-single .chosen-single {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555555;
  display: block;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap; }
  .chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .chosen-container-single .chosen-single abbr {
    background: url("chosen/chosen-sprite.png") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 12px;
    width: 12px; }
    .chosen-container-single .chosen-single abbr:hover {
      background-position: right -11px; }
  .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px; }
  .chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px; }
    .chosen-container-single .chosen-single div b {
      background: url("chosen/chosen-sprite.png") no-repeat 0 7px;
      display: block;
      height: 100%;
      width: 100%; }
.chosen-container-single .chosen-default {
  color: #777777; }
.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1000; }
  .chosen-container-single .chosen-search input[type="text"] {
    background: url("chosen/chosen-sprite.png") no-repeat 100% -20px, #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%; }
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.chosen-container-single-nosearch .chosen-search input[type="text"] {
  position: absolute;
  left: -9000px; }

.chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none; }
  .chosen-container-multi .chosen-choices .search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices .search-field input[type="text"] {
      background: transparent !important;
      border: 0 !important;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #555555;
      height: 32px;
      margin: 0;
      padding: 4px;
      outline: 0; }
    .chosen-container-multi .chosen-choices .search-field .default {
      color: #999; }
  .chosen-container-multi .chosen-choices .search-choice {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 6px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative; }
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
      background: url("chosen/chosen-sprite.png") right top no-repeat;
      display: block;
      font-size: 1px;
      height: 10px;
      position: absolute;
      right: 4px;
      top: 5px;
      width: 12px;
      cursor: pointer; }
      .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
        background-position: right -11px; }
  .chosen-container-multi .chosen-choices .search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
      background-position: right -11px; }
.chosen-container-multi .chosen-results {
  margin: 0 0 0 0;
  padding: 0; }
.chosen-container-multi .chosen-drop .result-selected {
  display: none; }

.chosen-container-active .chosen-single {
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  .chosen-container-active.chosen-with-drop .chosen-single div {
    background: transparent;
    border-left: none; }
    .chosen-container-active.chosen-with-drop .chosen-single div b {
      background-position: -18px 7px; }
.chosen-container-active .chosen-choices {
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  .chosen-container-active .chosen-choices .search-field input[type="text"] {
    color: #111 !important; }
.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    padding: 0 8px 0 0;
    overflow: visible; }
    .chosen-rtl .chosen-single span {
      margin-left: 26px;
      margin-right: 0;
      direction: rtl; }
    .chosen-rtl .chosen-single div {
      left: 7px;
      right: auto; }
    .chosen-rtl .chosen-single abbr {
      left: 26px;
      right: auto; }
  .chosen-rtl .chosen-choices .search-field input[type="text"] {
    direction: rtl; }
  .chosen-rtl .chosen-choices li {
    float: right; }
  .chosen-rtl .chosen-choices .search-choice {
    margin: 6px 5px 3px 0;
    padding: 3px 5px 3px 19px; }
    .chosen-rtl .chosen-choices .search-choice .search-choice-close {
      background-position: right top;
      left: 4px;
      right: auto; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results .group-option {
    padding-left: 0;
    padding-right: 15px; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    background: url("chosen/chosen-sprite.png") no-repeat -28px -20px, #fff;
    direction: rtl;
    padding: 4px 5px 4px 20px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
background-repeat: no-repeat !important; } }.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}.toolbage {
	display: block;
    text-align: center;
    padding: 15px 5px;
    font-size: 14px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif!important;
    border-radius: 5px;
    line-height: 1.5pt;
    font-weight: 700;	
}

.mt-1{margin-top:1rem}
.mb-1{margin-bottom:1rem}
.pt-1{padding-top:1rem}
.pb-1{padding-bottom:1rem}


  tbody td, tbody tr { word-wrap: break-word; }
  td { vertical-align: middle !important; }
  .bootstrap-table .fixed-table-container { border-width: 0px; }
  .bootstrap-table { margin-top: -10px; }
  .bootstrap-table .fixed-table-body { margin-left: -11px; margin-right: -11px; }
  .th-inner span.th-title { display: none; }
  .th-only { display: none; }
  th .th-only { display: inline; }
  
    .price-list .bootstrap-table { margin-top: 0px; }
  .price-list .bootstrap-table .fixed-table-body {
      margin-left: 0px;
      margin-right: 0px;
      margin-top: 0px;
  }
  .price-list .fixed-table-toolbar {
    position: absolute;
    top: 0px;
    right: 10px;
  }
  .price-list .pull-right {
    margin: 1px 5px;
  }
  .card-view br {
    display: none;
  }
  td .price-coast, th .price-coast {
    width: 75px;
    text-align: center;
  }
  td .card-views .price-coast {
    width: auto;
    text-align: left;
    display: inline;
  }
  td .price-flags, th .price-flags {
    text-align: center;
  }
  td .card-views  .price-flags {
    text-align: left;
    display: inline;
  }

  .ajaxLoad {
    position: absolute;
    top: 0px;
    left: 50%;
    right: 50%;
    display: block;
    text-align: center;
    padding: 7px;
    padding-bottom: 0px;
    color: rgb(59, 175, 218);
  }

  .profile-menu-icon {
      width: 17px;
      margin-right: 4px;
      text-align: center;
  }

  #locker {
    background: #0000004d;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: -31px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: -1px;
    padding-bottom: 16px;
  }

  #lockerModal .status {
    z-index: 10;
    position: absolute;
    bottom: 10px;
    right: 15px;
  }

  #lockerModal .pointer {
    cursor: pointer;
  }

  .blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 1;
  }

  .locker-container {
    position: relative;
  }

  .locker-container .unlock {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    cursor: pointer;
  }

  .locker-container .protect {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 3;
    opacity: 0;
  }
  .chosen-drop {
      z-index: 999;
  }
  blockquote {
      font-size: 14px;
  }

  .list-group {
      margin-bottom: 10px;
  }

.modal-backdrop {
  z-index: 9;
}
/* From header menu since 29-05-2023 */
    @media (min-width:1700px) {
      .container {
        width: 1240px
      }
    }

    #headerMenu {
      border-radius: 0px;
      margin-top: -20px;
    }
    /*
    #headerMenu.static {
      position: relative;
    }

    #headerMenu.fixed {
      position: fixed;
      right: 0px;
      left: 0px;
      top: 0px;
      z-index: 99;
      margin: 0px;
    }
    */
    #headerMenu .container-fluid, #headerMenu .navbar-collapse {
      padding-left: 0px;
    }
	
	.chosen-container {
      min-width: 141px !important;
    }

    .price_list thead {
        background: #F5F6FA;
        color: #4E6066;
    }
    .price_list thead th {
        border-right: 1px solid rgba(0, 0, 0, 0);
    }

.copyright .payment-method img {
	height:22px;
}

/* Стили для Cats view */
    .unavailable {
        /* display: none; */
    }
    .unavailable-info td {
        text-align: center;
    }
	
    .group-title {
      margin-top: 10px;
      margin-bottom: 10px;
      font-weight: 700;
      font-size: 18px;
      text-shadow: 2px 2px 2px rgba(255,255,255,1);
    }

.table>tbody>tr>td { vertical-align: middle; }

/*\end Стили для Cats view */
	/* to replace <center> */
	.acent{text-align:center;width:100%}

/* Стили для view тарифа */

    .constructor {
        margin-bottom: 3rem;
    }

    .price-block {
        display: block;
        min-height: 150px;
        position: relative;
    }

    /** Запрет на заказ */
    .price-block.disabled .constructor {
        opacity: 0.6;
        filter: blur(3px);
    }
    .price-disabled {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 2rem;
        padding-top: 7rem;
        z-index: 3;
    }

    /** Промо */
    .price-promo {
        display: block;
        position: relative;
    }
    .price-promo img {
        width: 60px;
    }

    /** Форма выбора */
    .select-block {
        display: block;
        background: #fff;
        box-shadow: 0 0 41px 0 rgba(0,0,0,.075);
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 3px;
    }
    .select-element {
        padding: 0 0 0 20px;
        line-height: 40px;
        font-size: 13px;
        border-top: 1px solid #eef0f8;
        display: block;
        position: relative;
    }
    .select-name {
        display: inline-block;
        width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 600;
        margin-right: 15px;
        float: left;
    }
		
    .select-short .select-name {
        width: 110px;
    }
    .select-value {
        display: inline-block;
        width: calc(100% - 165px);
    }
    .select-input .select-value {
        width: calc(100% - 125px);
    }
	
	.price-UI{
		display:inline-block;
		border:1px lightgray solid;
		border-radius:4px;
		line-height:25px;
		font-size:13px;
		width:calc(100% - 178px);
		padding:4px 0 4px 10px;
		margin:4px;
	}
	
    @media only screen and (max-width: 600px) {
        .select-short .select-name,
        .select-input .select-value,
        .select-value, .select-name {
            width: 100%;
            display: block;
        }
        .select-input .select-value,
        .select-value {
            margin-left: -10px;
        }
        .select-name:after {
            content: ':';
        }
    }
    .select-value input {
        width: 100%;
        border-width: 0;
    }
    .select-value .bootstrap-select {
        width: 100% !important;
    }
    .select-value .btn-default,
    .select-value .btn-default:hover,
    .select-value .btn-default:focus,
    .select-value .btn-default:active,
    .select-value .open .dropdown-toggle.btn-default {
        background: rgba(0, 0, 0, 0);
        color: #000;
        border-width: 0;
        box-shadow: none;
    }
    .select-value .disabled {
        cursor: default !important;
        opacity: 1 !important;
    }
    .select-value .disabled .bs-caret {
        visibility: hidden;
    }
    .select-value .btn-default .select-full_info,
    .select-value .dropdown-menu .select-short_info {
        display: none;
    }
    .select-value .btn-default .select-short_info,
    .select-value .dropdown-menu .select-full_info {
        margin-left: 10px;
        margin-right: 10px;
        z-index: 2;
        background: #fff;
        position: absolute;
        right: 0;
    }
    /** Меню выбора */
    .select-value .fa-check {

        display: none;
    }
    .select-value .dropdown-menu {
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.15);
        color: #212529;
    }
    .select-value .dropdown-menu .dropdown-header {
        color: #000;
    }
    .select-value .bootstrap-select.btn-group .dropdown-menu li a.opt {
        padding: 5px 20px;
    }
    .select-value .dropdown-menu li a {
        color: #212529;
        position: relative;
    }
    .select-value a:focus, .select-value a:hover {
        color: #16181b !important;
        background-color: #f8f9fa !important;
    }
    .select-value li.selected .fa-check {
        display: inline-block;
        position: absolute;
        right: 7px;
        top: 8px;
    }
    .select-value .dropdown-toggle.disabled .filter-option.pull-left {
        white-space: normal;
    }

    /** Заголовки */
    .title {
        font-weight: 200;
    }
    .title .icon {
        display: inline-block;
        width: 35px;
        margin-right: 10px;
        vertical-align: middle;
        text-align: center;
    }
    .title .icon img {
        max-width: 100%;
        max-height: 35px;
        vertical-align: middle;
    }
    h1.title {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    h5.title {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    /** Период оплаты */
    .payment-period {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding: 1rem;
    }
    .payment-period h5 {
        margin-top: 0;
    }

    /** Текстовое поле */
    .select-block textarea {
        border-width: 0;
        width: 100%;
        resize: none;
    }

    /** Период оплаты */
    .select-block .radio label {
        display: block;
        margin-bottom: 15px;
    }
    .select-block .radio:last-child label {
        margin-bottom: 0;
    }
    .select-block .radio:first-child label {
        margin-top: 7px;
    }
    .period-title {
        margin-left: 7px;
        display: inline-block;
        font-weight: 600;
    }
    .period-monthly {
        color: #6c757d;
        font-style: oblique;
    }
    .period-info {
        margin-left: 30px;
    }

    /** Нотификации */
    .notifications .alert {
        margin-top: 3rem;
        box-shadow: 0 0 41px 0 rgba(0,0,0,.075);
        margin-bottom: 0;
    }

    /** Заказ */
    .rules-list {
        display: block;
        margin-top: 3rem;
        margin-bottom: 1rem;
    }

    /** Всего к оплате */
    #total .value {
        display: block;
        padding: 10px;
        text-align: center;
        font-weight: 200;
        font-size: 20px;
    }
    #total .value hr {
        margin: 7px 0;
    }
    #total .value .small {
        font-size: 14px;
    }
    #total .loading {
        display: block;
        text-align: center;
        padding: 1.5rem;
        color: #3bafda;
    }

    /** Информация о валюте */
    .currency-message {
        margin-top: 15px;
        margin-bottom: -15px;
    }

/*\end Стили для view тарифа */

/* Стили для prices */

        .prices .btn-default:hover {
            background-color: #4fc1e9;
            border-color: #4fc1e9;
        }
        .prices .btn-default:hover .badge-primary,
        .prices .btn-default:active .badge-primary,
        .prices .btn-default:focus .badge-primary {
            background: white;
            color: black;
        }
        .prices .btn-default:active {
            background-color: #3bafda;
            border-color: #3bafda;
        }
        .prices .btn-default:focus {
            background-color: #4fc1e9;
            border-color: #4fc1e9;
        }


/*\end Стили для prices */


/* Стили для LiveChat*/
    /** Окно чата */
    #livechat {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 14px;
        position: fixed;
        z-index: 51;
        bottom: 0;
        right: 30px;
        width: 300px;
        background: #fff;
        border-top-left-radius: 3px;
        border-top-right-radius: 25px;
        overflow: hidden;
        transition: height 0.7s ease 0s;
        box-shadow: 0 10px 25px 8px rgba(0, 0, 0, 0.16);
    }
    
    body[data-livechat="active"] #livechat {
        height: 440px;
    }
    
    body[data-livechat="hidden"] #livechat {
        height: 38px;
    }
    
    /** Шапка */
    #livechat header {
        display: flex;
        background: #23283c;
        color: #f0f1f1;
        cursor: pointer;
        transition: all 0.7s ease 0s;
    }
    
    #livechat header .icon {
        padding: 0 5px;
        margin-top: -3px;
    }

    #livechat header .title {
        margin-left: 5px;
    }

    body[data-livechat="active"] #livechat header {
        height: 54px;
        padding: 16px 9px;
    }

    body[data-livechat="hidden"] #livechat header {
        height: 38px;
        padding: 9px;
    }

    #livechat header .close {
        display: none;
    }
    
    #livechat[data-step="chat"] .close {
        display: inline;
        color: #fff;
        margin-right: 11px;
    }
    
    /** Контент чата */
    #livechat .livechat-content {
        position: relative;
        height: calc(100% - 54px);
        width: 100%;
    }
    
    /** Заголовки */
    #livechat h4 {
        font-weight: lighter;
    }
    
    /** Загрузка */
    #livechat .loading {
        display: none;
        position: absolute;
        top: 0; left: 0;
        right: 0;
        text-align: center;
        padding: 90px 10px 0 10px;
    }

    #livechat[data-step="loading"] .loading,
    #livechat[data-step="loading_chat"] .loading {
        display: block;
    }
    
    #livechat .loading span {
        margin-top: 10px;
        display: block;
    }
    
    /** Выбор отдела */
    #livechat .department {
        display: none;
        padding: 10px 2rem;
    }

    #livechat[data-step="department"] .department {
        display: block;
    }
    
    #livechat .department .list-group {
        box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
    }

    #livechat[data-step="department"] [data-livechat-chose_department]:after {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f111";
        margin-top: 3px;
        float: right;
        color: #3c763d;
    }

    #livechat[data-step="department"] [data-livechat-chose_department].disabled:after {
        color: #a94442 !important;
    }
    
    /** Ошибка */
    #livechat .error {
        display: none;
        padding: 15px 2rem;
    }

    #livechat[data-step="error"] .error {
        display: block;
    }

    /** Чат */
    #livechat .chat {
        display: none;
        padding-top: 10px;
    }

    #livechat[data-step="chat"] .chat {
        display: block;
    }
    
    /** Сообщения */
    #livechat-messages {
        overflow-y: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 57px;
        padding-top: 10px;
    }
    #livechat .message-element.message-type-user,
    #livechat .message-element.message-type-support {
        position: relative;
        border-radius: 3px;
        overflow: hidden;
        margin: 0 10px 10px 10px;
    }
    
    #livechat .message-element.message-type-user .message-message,
    #livechat .message-element.message-type-support .message-message {
        background: #eeeeee;
        color: #23283c;
        padding: 15px;
        display: block;
        overflow-wrap: normal;
        word-wrap: normal;
        word-break: normal;
        line-break: auto;
        -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto;
    }
    #livechat .message-element.message-type-support .message-message {
        background: #e2e8fc;
        color: #6a9bfa;
    }
    #livechat .message-element .message-date {
        background: #dfe1e3;
        text-align: right;
        display: block;
        padding: 4px 8px;
    }
    #livechat .message-element.message-type-support .message-date {
        background: #d0e1fb;
        color: #6799f1;
    }
    #livechat .message-element.message-type-system {
        padding: 15px;
        font-style: italic;
        background: rgba(0, 0, 0, 0);
        margin-top: -10px;
    }
    #livechat .message-element.message-type-system .message-date {
        display: none;
    }

    body[data-livechat="active"] #livechat #livechat-form {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        background: #fff;
    }

    #livechat #livechat-form textarea {
        border-width: 0;
        border-radius: 0;
        padding: 8px;
        resize: none;
    }
    
/* END Стили для LiveChat*/

/* Cookie privacy */
#cookie_notification{
  z-index:2;
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  /* background-color: #f1f2f6; */
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}


@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}
/* END Cookie privacy*/

.capimg	{
	margin:5px 0;border: 1px solid #3bafda; border-radius:10px;
}
.captcha-input {width:200px;margin:10px 0}
.reCap {clear:both !important;width:200px !important;text-align:center !important}