@charset "UTF-8";

/**
----------------------------------
FONTS
----------------------------------
*/

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src:
    local("Ubuntu Light"),
    local("Ubuntu-Light"),
    url(../webfonts/ubuntu-light.woff) format("woff");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src:
    local("Ubuntu"),
    url(../webfonts/ubuntu.woff) format("woff");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src:
    local("Ubuntu Medium"),
    local("Ubuntu-Medium"),
    url(../webfonts/ubuntu-medium.woff) format("woff");
}

/**
----------------------------------
GENERAL STYLES
----------------------------------
*/
body {
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.lead,
strong,
b {
  font-family: Ubuntu, sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 24px !important;
}

h3 {
  font-size: 18px !important;
}

h1,
h2,
h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Ubuntu;
  font-weight: 500;
}

a,
a:hover,
a:focus {
  color: #d42824;
}

label {
  font-weight: normal;
}
label.label-inline {
  font-weight: normal;
  display: inline;
}

ol.breadcrumb {
  background-color: transparent !important;
  padding: 1em 0 0 0;
  margin: 0;
}

/* Slectize.js max height before displaying scrollbar. */
.selectize-dropdown-content {
  max-height: 2000px;
}

.bold {
  font-weight: bold;
}

.cleaner {
  clear: both;
  float: none;
  height: 1px;
  margin-top: -1px;
  font-size: 0;
}

.errors,
.order-errors {
  margin-bottom: 10px;
  margin-top: 6px;
}

.errors span.alert-sign {
  font-size: 130%;
}

.warnings {
  border-radius: 5px;
  border: 2px solid #fbb03b;
  background: #f2f2f2;
  color: #fbb03b;
  font-weight: bold;
  padding: 5px;
  list-style: none;
  line-height: 1;
  margin-top: 1px;
}

.note {
  border-radius: 5px;
  border: 2px solid #3fa9f5;
  background: white;
  color: #3fa9f5;
  font-weight: bold;
  padding: 5px;
  list-style: none;
  line-height: 1;
  margin-top: 1px;
}

.notice {
  color: black;
  font-weight: bold;
}

/* PopUp forms */
#overlayDiv {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  filter: alpha(opacity=80); /* internet explorer */
  -moz-opacity: 0.8; /* mozilla, netscape */
  opacity: 0.8; /* fx, safari, opera */
  z-index: 1000;
}
#overlayDiv img {
  position: absolute;
  display: block;
  top: 40%;
  left: 49%;
}

.popup-form {
  display: none;
  position: absolute;
  top: -25% !important;
  left: 20% !important;
  z-index: 1030; /*over bootstrap's fixed toolbar*/

  width: 800px;
  padding: 20px;
  border: 2px solid #aaa;
  background-color: white;
  box-shadow: 0 0 10px #aaa;
  -moz-box-shadow: 0 0 10px #aaa;
  -webkit-box-shadow: 0 0 10px #aaa;
  overflow: auto;
}
.popup-form-small {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 500px;
  padding: 20px 20px;
  border: 2px solid #aaa;
  background-color: white;
  box-shadow: 0 0 10px #aaa;
  -moz-box-shadow: 0 0 10px #aaa;
  -webkit-box-shadow: 0 0 10px #aaa;
}
.popup-form h3 {
  margin-bottom: 1em;
  margin-top: 0;
  float: left;
}
.popup-close {
  background: url(/resource/images/icons1.png) -30px -95px no-repeat;
  margin: 0px;
  width: 25px;
  height: 25px;
  float: right;
  cursor: pointer;
}

.popup-form .alert-danger,
#div-contacts-individually .alert-danger,
#div-contacts-collectively .alert-danger {
  position: absolute;
  top: 0;
  left: 40%;
  width: 60%;
  background-color: rgba(242, 222, 222, 0.9);
  z-index: 100;
}

.popup-form .alert-danger > button,
#div-contacts-individually .alert-danger > button,
#div-contacts-collectively .alert-danger > button {
  color: #c00000;
  opacity: 1;
}

.popup-form .alert {
  margin-bottom: 0.5em;
}

.alert {
  display: table;
  width: 100%;
  position: relative;
  padding: 6px 8px;
}

.alert button {
  position: absolute;
  right: 5px;
  top: 5px;
}

.alert .alert-sign {
  font-size: 250%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 0.4em;
  width: 60px;
  text-align: center;
}

.alert > p {
  margin-left: 50px;
  display: table-cell;
  vertical-align: middle;
}

.alert > ul {
  padding-left: 20px;
}

/**
-----------------------------
FORMS
-----------------------------
*/
dl.zend_form {
  clear: both;
}
dt,
dd,
.dt,
.dd {
  float: left;
  width: 16em;
  margin-bottom: 0.2em;
  line-height: 2;
  margin-left: 5px;
}

dd,
.dd {
  width: 32em;
}
.action-table-no-items {
  margin-top: 1em;
}
.action-table-hits {
  line-height: 2;
  margin-left: 5px;
  margin-top: 0.4em;
}
.zend_form dt {
  float: left;
  clear: left;
  line-height: 2em;
}

.zend_form dt > .label {
  margin-bottom: 0;
}

.zend_form dd {
  float: left;
  line-height: 2em;
  position: relative;
  /*width: 100%;*/
}

.popup-form .zend_form dt {
  padding-top: 2px;
}

.popup-form .zend_form dd {
  line-height: 1.5em;
}

form {
  clear: both;
}

.form-button-new {
  position: absolute;
  right: 1em;
}

fieldset {
  float: left;
}

fieldset dt,
fieldset dd,
.form-search dt,
.form-search dd,
fieldset .dt,
fieldset .dd,
.form-search .dt,
.form-search .dd {
  width: auto;
  margin-right: 0.2em;
}

.form-control::-webkit-input-placeholder {
  color: #999 !important;
}
.form-control::-moz-placeholder {
  color: #999;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control:-moz-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder:focus {
  color: #999 !important;
}
.form-control::-moz-placeholder:focus {
  color: #999;
}
.form-control:-ms-input-placeholder:focus {
  color: #999;
}
.form-control:-moz-placeholder:focus {
  color: #999;
}

.action-table-hits {
  float: left;
  margin-left: 10px;
}

textarea.form-control {
  height: 8em;
}

#knowledgebaseHelpFrm #attachment {
  height: auto;
}

.contactinfo-text {
  left: 730px;
}

.monthlyNotificationsNotes {
  float: left;
}

/**
-------------------------------------
BUTTONS
*/
.btn-xs {
  padding: 2px 6px;
  font-size: 10px;
}

.btn.btn-lg {
  border-radius: 2px;
}

.btn-min {
  padding: 9px 3px;
}

.btn-success,
.btn-info,
.btn-danger,
.btn-default,
.btn-primary,
.btn-warning,
.btn-black,
.b-S,
.b-L,
.b-M {
  border-radius: 2px;
}

.btn-black {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}

.btn-black:hover {
  background-color: #333333;
  color: #ffffff;
  border-color: #333333;
}

.btn {
  border-radius: 2px;
  transition: all 0.3s ease;
}

.btn-default,
.btn-default:focus {
  background-color: #c4c4c4;
  color: black;
}

.btn-default:hover {
  background-color: #000;
  color: white;
}

.btn-primary,
.btn-primary:focus {
  background-color: #d42824;
  border-color: #d42824;
  color: white;
}

.btn-primary:hover {
  background-color: #dd3935;
  border-color: #dd3935;
  color: white;
}

/**
------------------------------
FORM CONTROLS
------------------------------
*/

.form-control {
  border-radius: 2px;
}
input.form-control:read-only {
  color: gray;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
}

.selectize-input {
  border-radius: 2px !important;
}

.submenu {
  margin-top: 1em;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.8);
  border: 0px solid rgba(0, 0, 0, 0.8);
  border-bottom-color: transparent;
}

.nav-tabs > li.active > a:hover {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.9);
  border: 0px solid rgba(0, 0, 0, 0.9);
  border-bottom-color: transparent;
}

.nav-tabs > li > a {
  background-color: rgba(180, 180, 180, 0.2);
  color: #000 !important;
  border-top: rgba(180, 180, 180, 0.4);
  border-left: rgba(180, 180, 180, 0.4);
  border-right: rgba(180, 180, 180, 0.4);
}

.nav-tabs > li > a:hover {
  background-color: rgba(180, 180, 180, 0.3);
}
.submenu.nav-tabs > li > a {
  color: #fff;
}
/**
-----------------------------
FRONT PAGE
-------------------------------
*/

.header-logo,
.header-logo-userpage {
  float: left;
  margin: 10px 0 0 3px;
  width: 250px;
  height: 45px;
  overflow: visible;
}

.header-logo h1 {
  display: none;
}

.header-logo > .header-logo-h1 {
  margin-top: 1em;
  color: #3f3d3f;
}

.header-logo > .header-logo-h1 a {
  margin-top: 1em;
  color: #3f3d3f;
}

.header-logo-userpage h1 {
  font-size: 14px !important;
  color: #000;
  position: relative;
  top: 50px;
  margin: 0;
  text-align: right;
  margin-right: 30px;
}
.header-logo img {
  max-width: 100%;
}

#header-callus-block {
  margin-top: 4px;
  position: relative;
  height: 100%;
  /*width: 240px;*/
  display: inline-block;
  text-align: left;
  margin-left: 70px;
}

#link-back {
  display: inline-block;
  position: relative;
  top: 30px;
  right: -140px;
}

#header-callus-block > .header-callus-logo {
  margin-top: 13px;
}

#header-callus-block > .header-callus > .header-callus-text {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-top: 5px;
}

.header-callus-logo {
  float: left;
  height: fit-content;
  width: fit-content;
  margin-top: 4px !important;
}

.header-callus-logo span {
  font-size: 25px;
  line-height: 36px;
}

.header-callus {
  float: left;
  height: 80px;
  margin-left: 10px;
  margin-right: 20px;
}

#header-writeus-block {
  margin-top: 4px;
  position: relative;
  height: 100%;
  /*width: 240px;*/
  display: inline-block;
  text-align: left;
  margin-left: 20px;
}

#header-writeus-block > .header-writeus-logo {
  margin-top: 15px;
}

#header-writeus-block > .header-writeus > .header-writeus-text {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-top: 5px;
}

.header-writeus {
  float: left;
  height: 59px;
  margin-left: 10px;
  overflow: visible;
}

.header-writeus-logo {
  float: left;
  height: fit-content;
  width: fit-content;
  margin-top: 4px !important;
}
.header-writeus-logo span {
  font-size: 25px;
  line-height: 36px;
}

.header-callus-title {
  margin-top: 10px;
  *margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
  color: #cc0909;
  display: block;
}

.header-callus-text {
  font-size: 14px;
  line-height: 130%;
}
.header-working-time-text {
  font-size: 12px;
  color: hsl(0, 0%, 100%);
  font-weight: bold;
}

#header-info {
  /*width: 62%;*/
  margin: 0px auto;
  position: relative;
  display: inline-block;
}

.header-login {
  float: right;
  height: 59px;
  min-width: 140px;
  padding: 10px 0;
  margin-left: 30px;
  overflow: visible;
  text-align: right;
}
.header-login-title {
  margin-top: 10px;
  *margin-top: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #cc0909;
  display: block;
}
.header-loggedin-title {
  margin-top: 10px;
  *margin-top: 20px;
  font-size: 12px;
  font-weight: normal;
  display: block;
  text-align: right;
}

#header-text {
  margin-top: 20px;
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  margin-bottom: 5px;
}

.black-link {
  color: black;
}
.header-topright {
  float: right;
}

.nav.location > li.active > a {
  color: #cc0909;
  background: transparent;
}

.nav.location > li.active > a:hover {
  color: #f20a0a;
  background: transparent;
}

li.active #shoppingCartBadge.badge {
  background-color: #cc0909;
}

.page-topline {
  border-bottom: 1px solid #b6b6b6 !important;
}

.page-content {
  min-height: 500px !important;
  padding-bottom: 2em;
}

.row-content {
}

.page-footer {
  padding: 15px 0 5px 0;
  color: #fff;
  font-size: 14px;
  font-family: Ubuntu, sans-serif;
  width: 100%;
  background-color: #3f3d3f;
  background-size: auto 100%;
}

.contactinfo-text a .mailto {
  margin-right: 5px;
}

.footer-additional {
  /*height: 0px;*/
  background: hsl(0, 0%, 100%);
  border-radius: 0 0 15px 15px;
  margin: -30px -70px 20px -70px;
  padding: 30px 50px 40px 50px;
  color: black;
  box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.16);
}
.footer-additional svg {
  width: 80px;
}

.footer-menu {
  /*height: 300px;*/
}

.footer-menu h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 1em;
  margin-top: 1em;
}

#concatInfoUserpage {
  color: white;
  font-weight: bold;
}

#concatInfoUserpage .glyphicon {
  margin-right: 6px;
  font-size: 1.4em;
  color: #d42824;
}

.page-copyright {
  clear: left;
  text-align: center;
  margin-top: 40px;
  color: #808080;
}

.page-vat-reminder {
  color: #000;
  text-align: center;
  margin-top: 10px;
}

.page-logos {
  color: gray;
  clear: left;
  text-align: center;
  margin-top: 10px;
  width: 980px;
  margin: 0px auto;
}

.page-topline > .container {
  padding: 20px;
}
.dropdown-toggle {
  margin-top: 5px;
}
.guarantee {
  margin-top: 40px;
}
.certification-iso-9001 {
  margin-top: 60px;
}
.disabled {
  color: gray;
}

.dijitTooltip {
  max-width: 500px;
  font-size: 15px;
}

.alert .alert-text {
  text-align: justify;
}

.selectize-control.single .selectize-input.disabled:after {
  display: none;
}

@media (max-width: 768px) {
  .header-writeus,
  .header-callus,
  .header-writeus-logo,
  .header-callus-logo {
    display: none;
  }

  .header-logo h1,
  .header-logo-userpage h1 {
    display: none;
  }
  /*
    .header-logo, .header-logo-userpage {
        width:146px;
        height: 32px;
        background-size: 146px 32px;
    }
*/
  .location {
    display: none;
  }

  .modal-lg {
    width: 100%;
  }
}
.move-up {
  margin-top: -25px;
  margin-bottom: -25px;
}

.items-in-cart #shoppingCartBadge {
  background-color: hsl(98, 84%, 61%);
  color: hsl(300, 2%, 24%);
}

@media (min-width: 768px) {
  .shoppingcart .container {
    width: 710px;
  }
  .modal-lg {
    width: 700px;
  }

  #sidebarcart .panel {
    width: 225px;
  }
}

@media (min-width: 992px) {
  .shoppingcart .container {
    width: 920px;
  }

  .modal-lg {
    width: 900px;
  }

  #sidebarcart .panel {
    width: 290px;
  }
}

@media (min-width: 1200px) {
  .shoppingcart .container {
    width: 1100px;
  }
  .shoppingcart #header-info {
    /*width: 55%*/
  }
  .shoppingcart #header-callus-block,
  .shoppingcart #header-writeus-block {
    margin-left: 20px;
  }

  .modal-lg {
    width: 1100px;
  }

  #sidebarcart .panel {
    width: 350px;
  }
}

@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}

#vpsControlPanel .modal-lg {
  width: 1150px;
}

#vpsControlPanel #time-period-select {
  margin-bottom: 10px;
}

#vpsControlPanel #time-period-select label {
  margin-right: 10px;
}

/**
--------------------------------------
COOKIES
*/
.cookieSpacer {
  height: 90px;
}
.cookieBar {
  text-align: left;
  color: black;
  min-height: 86px;
  width: 100%;
  background-color: white;
  border: 0px solid gray;
  border-width: 2px 0px 2px 0px;
  top: 0px;
  left: 0px;
  z-index: 100;
  opacity: 0.95;
  font-size: 12px;
  line-height: 150%;
  box-shadow: 1px 1px 4px #333;
  position: fixed;
}
.cookieBar a {
  color: #c1272d;
}
.cookieBar a:hover {
  color: red;
  text-decoration: none;
}
.cookieBarClose {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
}
.cookieBlock {
  position: relative;
  width: 960px;
  height: 100%;
  margin: 0px auto;
}
.cookieShortText,
.cookieMore,
.cookieButtons {
  margin: 5px;
}
.cookieShortText {
  margin-right: 200px;
}
.cookieMore {
  position: absolute;
  top: 5px;
  right: 6px;
}
.cookieButtons {
  margin: 5px;
}
.cookieAccept {
  color: black;
  font-size: 12px;
  border: 1px solid gray;
  background-color: white;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #333;
}
.cookieAccept:hover {
  background-color: #eee;
  box-shadow: 0px 0px 0px #000;
}
.cookieReject {
  font-size: 11px;
  margin: 5px;
  position: absolute;
  bottom: 2px;
  right: 6px;
}
.cookiePluginNotice {
  border: 1px solid black;
  padding: 4px;
}
/**
--------------------------------
STEP MENU
---------------------------------
*/
.container.page-stepmenu {
  padding-left: 0;
  padding-right: 0;
}

ul.stepmenu {
  margin: 0.5em auto 0 auto;
  width: 100%;
  cursor: default;
  padding: 0;
  display: table;
  table-layout: fixed;
  height: 100%;
}

.stepmenu-container {
  display: table-cell;
  list-style: none;
  height: 100%;
}

.stepmenu-item {
  color: white;
  background-color: #000;
  margin-right: 1px;
}

.stepmenu-item.selected {
  background-color: #d42824;
}

.stepmenu-item-last {
  margin-right: 0px;
}

.stepmenu-subitem {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -opera-border-radius: 5px;
  border-radius: 5px;
  background: #d5dce2;
  list-style: none;
  float: left;
  width: 80px;
  clear: left;
  margin-top: 0px;
  margin-bottom: 8px;
  margin-left: 435px;
  padding: 3px;
}

.stepmenu-item a:focus {
  outline: none;
}

.stepmenu-item a:hover {
  text-decoration: none;
}

.stepmenu-item-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 0;
  /*height: 100%;*/
}

.stepmenu-item-title-disabled {
  background-color: darkgray;
}

.stepmenu-subitem-title {
  font-size: 11px;
  color: black;
  display: block;
  text-align: center;
}

.stepmenu-subitem.selected {
  background: #d20019;
}

.stepmenu-subitem-title.selected,
.stepmenu-item-title.selected {
  color: white;
}

.stepmenu-item {
  border: none;
  color: #666666;
  height: 100%;
}

.stepmenu-item a:focus {
  outline: none;
}

.stepmenu-item a:hover {
  text-decoration: none;
}

.stepmenu-item-selected {
  background-color: #d20019 !important;
  border: none;
  color: black;
}

.stepmenu-item a:focus {
  outline: none;
}

.stepmenu-item a:hover {
  text-decoration: none;
}

/**
---------------------------
TOP MENU
---------------------------
*/
ul.topmenu {
  margin: 0 auto 0 auto;
  width: 100%;
  cursor: default;
  padding: 0;
  display: table;
  table-layout: fixed;
}

.topmenu-item {
  display: table-cell;
  list-style: none;
  background-color: #3f3d3f;
  color: #fff !important;
  margin-right: 1px;
  vertical-align: middle;
}

.topmenu-item:hover {
  text-decoration: none;
  background-color: rgb(77, 77, 77);
}

.topmenu-item.selected {
  color: #fff !important;
  background-color: #d42824;
}

.topmenu-item.selected a {
  color: #fff;
}

.topmenu-item.selected:hover {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.8);
}

.topmenu-item a {
  color: #fff;
}

.topmenu-item a:focus {
  outline: none;
}

.topmenu-item-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 10px 0;
}

.topmenu-item-title-disabled {
}

.topmenu-subitem-title {
  font-size: 11px;
  color: black;
  display: block;
  text-align: center;
}

.ticket-menu-item {
  width: 15%;
}

.topmenu-item-selected .topmenu-item-title {
  color: white;
}

.topmenu-item {
  border: none;
  color: #666666;
}

.topmenu-item a:focus {
  outline: none;
}

.topmenu-item a:hover {
  text-decoration: none;
}

/**
---------------------------------
SHOPPING CART
---------------------------------
*/
#sidebarcart .panel.affix {
  position: fixed;
  top: 80px;
  z-index: 100;
}

#sidebarcart {
  padding-right: 0;
}

#sidebarcart .panel {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.1);
}

#sidebarcart .panel-heading {
  background: #000;
  color: #fff;
}

#sidebarcart .panel h1 {
  margin: 0;
  padding: 0;
}

#sidebarcart .panel-heading img {
  clear: both;
  display: block;
  margin: 0 auto;
}

#sidebarcart .h5 {
  line-height: 1.5;
}

#sidebarcart .alert {
  padding: 5px 10px;
}

#sidebarcart .has-feedback .form-control-feedback {
  top: 0;
  z-index: 2;
}

#sidebarcart select {
  border: 1px solid #ccc;
  color: #444;
  font-size: 12px;
  min-width: 115px;
  height: 25px;
}

#sidebarcart .discount-code-disabled {
  text-align: center;
  font-weight: bold;
  color: #3c763d;
  text-transform: uppercase;
}

#sidebarcart .shoppingcart-upgrades {
  line-height: 1.5;
}

table.shoppingcart-sidebar {
  margin-bottom: 0.2em;
}

table.shoppingcart-sidebar tbody {
  font-size: 90%;
}

.shoppingcart-sidebar tr {
  background-color: rgba(255, 255, 255, 0.45);
}

.shoppingcart-sidebar td {
  overflow: hidden;
}

.shoppingcart-sidebar td.remove {
  width: 30px;
}

.shoppingcart-sidebar div.remove button {
  background: none;
  border: none;
  color: #bbb;
  font-size: 18px;
}

.shoppingcart-sidebar div.remove button:hover {
  color: #cc0909;
}

.shoppingcart-sidebar td.price {
  width: 60px;
}

.shoppingcart div.panel-body {
  background-color: white;
}

.shoppingcart div.shoppingcart-sidebar {
  background-color: white;
}

.shoppingcart-sidebar td.text {
  text-overflow: ellipsis;
  max-width: 150px;
}

.shoppingcart-sidebar td.text form {
  display: inline;
  clear: none;
}

.shoppingcart-continue-btn {
  font-weight: bolder;
  letter-spacing: 0.05em;
  width: 100%;
  margin-top: 1em;
}

.shoppingcart-continue-btn-header {
  float: right;
  margin-left: 15px;
}

.useDiscountCode {
  color: gray;
}

#discountCode {
  z-index: 0;
}

.add-hosting-to-shoppingcart {
  padding-left: 5px;
}

.crossout {
  position: relative;
}

.crossout:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: red;
  opacity: 0.6;

  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.shoppingcart .navigation > div {
  top: 300px;
  z-index: 1000;
  position: fixed;
}

.shoppingcart .navigation span {
  font-size: 42px;
}

.shoppingcart .navigation button {
  color: #cc0909;
  background: none;
  border: none;
  padding: 10px;
  margin: 0;
  border-radius: 2px;
  max-width: 100px;
}

.shoppingcart .navigation button:hover {
  color: #eee;
  background-color: #cc0909;
}

.shoppingcart .navigation button > div {
  font-size: 16px;
}

.shoppingcart .navigation.right {
  float: right;
  margin-right: -20px;
}
.shoppingcart .navigation.left {
  margin-left: -80px;
}

.shoppingcart-upgrades {
  display: inline-block;
  margin-bottom: 3px;
  margin-top: 3px;
}

/**
---------------------------------
VPS
*/

.vpsLayout .label {
  padding-right: 40px;
}

.vpsLayout .label label {
  width: 100px;
  display: inline-block;
  font-weight: bold;
  height: 1.5em;
}
.vpsLayout .label span {
  text-align: left;
  height: 1.5em;
}

.vpsLayout .icon-button {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  text-align: center;
}

.vpsLayout .icon-execute {
  background-image: url("/resource/images/execute_small.png");
}

.vpsLayout .icon-pause {
  background-image: url("/resource/images/pause_small.png");
}

.vpsLayout .icon-refresh {
  background-image: url("/resource/images/refresh_small.png");
}

.vpsLayout .icon-stop {
  background-image: url("/resource/images/stop_small.png");
}

.vpsLayout .icon-stop-player {
  background-image: url("/resource/images/stop_player_small.png");
}

.vpsLayout .icon-warning-always {
  width: 30px;
  background-position: center center;
  display: inline-block;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
}

.vpsLayout .icon-warning {
  background-image: url("/resource/images/warning_small.png");
}

.vpsLayout h3 {
  padding-bottom: 4px;
}

.vpsLayout #bottomPanel .dijitBorderContainer-child {
  border: none;
  text-align: right;
}

/**
-------------------------
FINANCE
-------------------------
*/

.pdf-icon,
.mail-icon {
  float: right;
}
.pdf-icon {
  margin-left: 40px;
}

/**
---------------------------
DOMAIN EDIT
--------------------------
*/
.new-dns-table .form-control {
  display: inline;
  width: auto;
}

#own-dns-table {
  width: 400px;
}

.own-dns-table td {
  padding-right: 6px;
}

.domain-task-status {
  color: #000000;
}

#new_dns_domain {
  width: 120px;
}

/**
----------------------------------
SPECIALIZED STYLES
----------------------------------
*/

/* Making selectized input transparent */
.selectize-input input {
  color: transparent !important;
}

/*Certificate, VPS periods */
.certificate-types {
  display: none;
}

.pricelist {
  display: none;
}

.website-addons {
  display: none;
}

.standard .period {
  float: left;
  width: 100px;
}

.standard .price {
  float: left;
  padding-right: 30px;
  color: red;
  text-align: right;
  width: 100px;
}

.action .period {
  float: left;
  width: 100px;
  /*margin-bottom: 20px;*/
}

.action .price {
  float: left;
  /*margin-left:60px;*/
  padding-right: 30px;
  color: red;
  text-align: right;
  width: 100px;
  /*margin-bottom: 20px;*/
}

.action .text_saving {
  color: red;
  margin-left: 60px;
  /*margin-bottom:20px;*/
}

.custom .period {
  float: left;
  margin-right: 60px;
}

.custom .price {
  float: left;
  margin-right: 60px;
}

.action .old_price {
  text-decoration: line-through;
  clear: left;
  float: left;
  margin-right: 120px;
  margin-bottom: 10px;
}

.action .percent_saving {
  color: red;
  margin-bottom: 10px;
}

.selectize-dropdown .active {
  background-color: #3f3d3f !important;
}

/*
----------------------------------------
DOMAIN SEARCH
----------------------------------------*/

.domain-placeholder,
.default-domain-placeholder,
.available-domain-placeholder,
.available-domain-discount-placeholder,
.available-domain-discount-placeholder-special,
.available-domain-discount-placeholder-special-eu,
.not-available-domain-placeholder,
.idn-not-supported-placeholder,
.domain-suffix-not-available-placeholder,
.ours-domain-placeholder,
.available-transfer-domain-placeholder,
.available-transfer-domain-discount-placeholder,
.cant-check-availability-placeholder,
.premium-placeholder,
.timeout-availability-placeholder,
.essential-placeholder,
.too-short-domain-placeholder {
  display: none;
}

.domain-placeholder .spinner {
  float: right;
}

.fade-in {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.available-domain-placeholder,
.available-domain-discount-placeholder,
.available-domain-discount-placeholder-special,
.available-domain-discount-placeholder-special-eu,
.available-hr-domain-discount-placeholder,
.not-available-domain-placeholder,
.idn-not-supported-placeholder,
.domain-suffix-not-available-placeholder,
.ours-domain-placeholder,
.default-domain-placeholder,
.domain-placeholder,
.available-transfer-domain-placeholder,
.available-transfer-domain-discount-placeholder,
.cant-check-availability-placeholder,
.premium-placeholder,
.timeout-availability-placeholder,
.too-short-domain-placeholder {
  display: none;
  padding: 10px 0 5px 0;
  margin-top: 0.5em;
  border-radius: 2px;
}

.available-domain-placeholder .btn,
.available-domain-discount-placeholder .btn,
.available-domain-discount-placeholder-special .btn,
.available-domain-discount-placeholder-special-eu .btn,
.available-hr-domain-discount-placeholder .btn,
.not-available-domain-placeholder .btn,
.idn-not-supported-placeholder .btn,
.domain-suffix-not-available-placeholder .btn,
.ours-domain-placeholder .btn,
.default-domain-placeholder .btn,
.domain-placeholder .btn,
.available-transfer-domain-placeholder .btn,
.available-transfer-domain-discount-placeholder .btn,
.too-short-domain-placeholder .btn {
  width: 8em;
}

.available-domain-placeholder,
.available-domain-discount-placeholder,
.available-domain-discount-placeholder-special,
.available-domain-discount-placeholder-special-eu,
.available-hr-domain-discount-placeholder {
  background-color: rgba(0, 180, 0, 0.03);
  border: 1px solid rgba(0, 180, 0, 0.3);
}

.not-available-domain-placeholder,
.idn-not-supported-placeholder,
.domain-suffix-not-available-placeholder,
.ours-domain-placeholder,
.default-domain-placeholder,
.domain-placeholder,
.cant-check-availability-placeholder,
.premium-placeholder,
.timeout-availability-placeholder,
.too-short-domain-placeholder {
  background-color: rgba(186, 183, 183, 0.12);
  border: 1px solid rgba(186, 183, 183, 0.4);
}

.available-transfer-domain-placeholder,
.available-transfer-domain-discount-placeholder {
  background-color: rgba(69, 102, 255, 0.08);
  border: 1px solid rgba(69, 102, 255, 0.5);
}

.available-domain-placeholder .domain-data,
.available-domain-discount-placeholder .domain-data,
.available-transfer-domain-placeholder .domain-data,
.available-domain-discount-placeholder-special .domain-data,
.available-domain-discount-placeholder-special-eu .domain-data,
.available-transfer-domain-discount-placeholder .domain-data {
  position: absolute;
  bottom: 0px;
  left: 50%;
}

.available-domain-placeholder .text-right,
.available-domain-discount-placeholder .text-right,
.available-transfer-domain-placeholder .text-right,
.available-transfer-domain-discount-placeholder .text-right,
.available-transfer-domain-discount-placeholder-eu .text-right,
.available-domain-discount-placeholder-special .text-right {
  position: absolute;
  bottom: 0px;
  right: 5px;
}

.available-transfer-domain-discount-placeholder .domain-name {
  margin-bottom: 5px;
}

.available-transfer-domain-placeholder .domain-name {
  margin-bottom: 5px;
}

.remove-from-cart {
  display: none;
}

.cancel-transfer {
  display: none;
}

.loading,
.loading:focus,
.loading:hover {
  background: #c4c4c4;
  border: #b9b9b9;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.available-transfer-domain-placeholder .btn-success,
.available-transfer-domain-placeholder-discount .btn-success {
  background-color: rgb(46, 79, 231);
  border-color: rgb(32, 65, 217);
}

.available-transfer-domain-placeholder .btn-success:hover,
.available-transfer-domain-placeholder-discount .btn-success:hover {
  background-color: rgb(32, 65, 217);
}

.domain-name {
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 18em;
  overflow: hidden;
  word-wrap: break-word;
}

/*.domain-name-s {*/
/*font-size: 8px;*/
/*}*/

/*.domain-name-m {*/
/*font-size: 15px;*/
/*}*/

/*.domain-name-l {*/
/*font-size: 19px;*/
/*}*/

/*.domain-name-xl {*/
/*font-size: 25px;*/
/*}*/

.domain-tabs {
  margin-top: 1rem;
}

.tab-content.domains {
  margin-bottom: 1rem;
}

#load-more {
  margin-top: 5px;
  float: right;
  display: none;
}

#checkout-button {
  float: right;
}

/* VPS */
.vps-types {
  display: none;
}

.additional-options {
  display: none;
}

.vps-details-block .distribution,
.vps-details-block .hostname,
.vps-details-block .controlpanel,
.vps-details-block .backup,
.vps-details-block .diskspace,
.vps-details-block .cloudlinux,
.vps-details-block .backupdaily,
.vps-details-block .bandwidth,
.vps-details-block .uptimemonitor,
.vps-details-block .administrationhelp {
  display: none;
}

/* cloud */
.cloud-types {
  display: none;
}

/* Hosting */
.hosting-types {
  display: none;
}

.reseller-control-panel {
  display: none;
}

.shoppingcart-radio {
  display: table;
  padding-left: 0;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.optionsRadio {
  height: 121px;
  width: 221px;
  font-size: 16px;
  background-color: #000000;
  color: #fff;
  display: table-cell;
  padding: 0 0;
  border: 5px solid;
  box-sizing: content-box;
  vertical-align: middle;
}

#hosting-radio {
  background-image: url("/resource/images/domenca/btn-neizbran.png");
}

#website-radio {
  background-image: url("/resource/images/domenca/btn-neizbran.png");
}

#skip-radio {
  background-image: url("/resource/images/domenca/btn-neizbran.png");
}

#service-selection-title {
  font-size: 24px;
  font-weight: 500;
}

#main-block-title {
  font-size: 18px;
}

#update-shopping-cart {
  width: 160px;
  height: 50px;
  float: right;
  margin-top: 10px;
}

.optionsRadio:focus {
  outline: none;
}

.optionsRadio[selected="selected"] {
  background-image: url("/resource/images/domenca/btn-izbran.png") !important;
}

#shoppingcart-login {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

#shoppingcart-domain {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

.expand-logo {
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.cpanel-logo {
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.wordpress-logo {
  height: 70px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.plesk-logo {
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.directadmin-logo {
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.server-login-info {
  overflow: hidden;
  width: 300px;
  float: right;
}

.server-login-info-logo {
  width: 35%;
  float: left;
}

.server-login-info-buttons {
  width: 65%;
  float: right;
}

/*
----------------------------------------
MAIL ONLY
----------------------------------------*/
.mailonly-types {
  display: none;
}

/*
----------------------------------------
WIN HOSTING
----------------------------------------*/
.winhosting-types {
  display: none;
}

/*
----------------------------------------
HYPER HOSTING
----------------------------------------*/
.hyperhosting-types {
  display: none;
}

/*
----------------------------------------
MWP HOSTING
----------------------------------------*/
.mwphosting-types {
  display: none;
}

.passbolt-types {
  display: none;
}

/* hosting addons */

.eclipse {
  background: url(/resource/images/domenca/trikotnik.png) no-repeat;
  background-position-x: 50%;
  margin-top: -49px;
  height: 70px;
}

#wordpress-addon {
  margin-top: 5px;
}

#whois-addon {
  margin-bottom: 20px;
  margin-top: 5px;
}

#domainprotection-addon {
  margin-top: 5px;
}

#wordpress-addon-text,
#windows-addon-text,
#whois-addon-text,
#domainprotection-addon-text,
#hosting-addon-text {
  width: 100%;
  display: inline-block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}

#whois-addon-text,
#autorenewal-addon-text {
  margin-top: 10px;
}

.wordpress-addon-container,
.whois-addon-container,
.domainprotection-addon-container {
  display: inline-block;
  width: 100%;
  background-color: #ebebeb;
  padding-top: 5px;
}
.hosting-addons-container {
  display: inline-block;
  width: 100%;
  padding-top: 5px;
}

.wordpress-addon-block-title,
.windows-addon-block-title {
  font-size: 19px;
  width: 100%;
  display: inline-block;
  background-color: #e0e0e0;
  padding: 5px 15px;
  font-weight: 500;
}

#wordpress-addon-shoppingcart-text {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 5px;
}

.wordpress-addon-title,
.windows-addon-title {
  font-size: 16px;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: 500;
}

.wordpress-price-placeholder,
.domainprotection-price-placeholder,
.whois-price-placeholder,
.website-price-placeholder {
  color: red;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 19px;
}

.website-price-placeholder {
  margin-top: 0px;
  margin-bottom: 15px;
}

.addon-page-title {
  display: block;
  text-align: center;
  color: white;
  font-size: 20px;
  padding-top: 10px;
}

#website-addon {
  margin-top: 5px;
}

.website-addon-block-title,
.wordpress-addon-block-title,
.whois-addon-block-title,
.domainprotection-addon-block-title,
.domainmanagement-addon-block-title,
.hosting-addon-block-title {
  font-size: 19px;
  width: 100%;
  display: inline-block;
  background-color: #d4d4d4;
  padding: 5px 15px;
  font-weight: 700;
}

.website-addon-block-subtitle {
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

#website-addon-shoppingcart {
  background-color: #ebebeb;
  padding-top: 20px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  padding-right: 15px;
  padding-left: 15px;
}

.website-addon-item {
  /*width: 170px;*/
  /*float: left;*/
  border-radius: 10px;
  background-color: white;
  text-align: center;
  flex: 1;
  width: 0;
  margin: 10px;
}

.website-addon-item span {
  display: block;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.website-addon-item button {
  width: 80%;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.website-addon-item-text {
  max-height: 100px;
  word-wrap: break-word;
  font-size: 12px;
  min-height: 100px;
}

.website-addon-item-title {
  padding-top: 20px;
  font-weight: 600;
}

#domainprotection-addon-shoppingcart-text,
#whois-addon-shoppingcart-text,
#domainmanagement-addon-shoppingcart-text {
  font-size: 12px;
}

.add-whois,
.add-domainprotection {
  min-width: 200px !important;
}

#domainprotection-addon-shoppingcart,
#whois-addon-shoppingcart,
#wordpress-addon-shoppingcart,
#domainmanagement-addon-shoppingcart,
#hosting-addon-shoppingcart {
  width: 100%;
  float: left;
  display: inline-block;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}

#wordpress-addon-shoppingcart {
  width: 100%;
}

/**
----------------------------------
SELECTED STEPS
----------------------------------
*/

/**
CONTENT STEP
*/
.confirmation-table {
  margin-bottom: 2em;
}

table.confirmation-table tbody {
  font-size: 90%;
}

table.confirmation-table tfoot {
  font-weight: bold;
}

/**
PAYMENT STEP
*/
.creditcard-icons {
  display: inline-block;
  width: 120px;
  height: 50px;
  /*background: url(../images/credit-card-logos.png);*/
  background: url(../images/VisaMastercard2.png);
  background-position-x: -6px;
}

.paypal-icon {
  display: inline-block;
  width: 80px;
  height: 30px;
  background: url(../images/PayPal_logo.gif);
}

.apple-pay {
  display: inline-block;
  width: 80px;
  height: 30px;
  background: url(../images/PayPal_logo.gif);
}

.google-pay-icon {
  background: url(../images/google-pay-mark_800.svg);
  background-position-x: -5px;
  background-position-y: -10px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 42px;
  margin-left: -10px;
  width: 100px;
}

/**
-------------------------------------
LOGIN
-------------------------------------
*/
.screen-transition {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.screen-login {
  position: relative;
  left: 0;
  height: 25em;
  opacity: 1;
}

.screen-login-off {
  position: relative;
  left: -100%;
  height: 25em;
  opacity: 0;
}

.screen-register {
  position: relative;
  right: 0;
  opacity: 1;
}

.screen-register-off {
  position: relative;
  right: -100%;
  opacity: 0;
}

.screen-register > div,
.screen-register-off > div {
  margin-top: -27em;
}

/**
--------------------------------------
USER PAGES
*/

/* Just first 3 cols */
.action-table .td1 .btn-xs,
.action-table .td2 .btn-xs,
.action-table .td3 .btn-xs {
  margin-bottom: 5px;
  width: 100%;
}

td.action-table-cell.center {
  text-align: center;
}
td.action-table-cell.left {
  text-align: left;
}
td.action-table-cell.right {
  text-align: right;
}

.horizontal-line {
  width: 350px;
  height: 10px;
  border-bottom: 1px solid #bbb;
  clear: both;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

a.banner1-img {
  background-color: #efefef;
  height: 260px;
  width: 990px;
}

/**
CONFIRMATION STEP
*/
p.description {
  display: inline;
}

/*FreeDNS*/
.mydialog {
  width: 800px;
}

#shoppingcart-icon {
  display: none;
}

#mobileSc {
  display: none;
}

.btn-success {
  background-color: #4ab1e0;
  border: 1px solid #4ab1e0;
}
.btn-success:hover {
  background-color: #5ac1f0;
  border: 1px solid #5ac1f0;
}
.btn-success[disabled] {
  background-color: #5ac1f0;
  border: 1px solid #5ac1f0;
}

input.personType {
  margin-right: 4px !important;
}

/* Company specific */
.company-domenca .header-logo {
  margin-top: 14px;
  height: 41px;
}

.company-klaro .header-logo {
  margin: 0 7px 0 -4px;
}

.company-klaro .navbar-header {
  transform: translateY(-22px);
}

.alert-info {
  text-wrap: pretty;
}

.tooltip-inner {
  max-width: unset;
}

/* responsive cart */

@media all and (max-width: 993px) {
  .stepmenu-item {
    padding: 10px;
  }

  ul.stepmenu {
    font-size: 15px;
  }
}

@media all and (max-width: 767px) {
  .header-logo {
    margin-left: 30px;
  }

  .row-content {
    padding: 0;
  }

  .container.page-stepmenu {
    padding: 0px 14px;
    overflow: hidden;
  }

  .shoppingcart .navigation > div {
    position: relative;
    margin-top: -56px;
    top: auto;
    left: auto;
    height: 56px;
    width: 58px;
    padding: 0;
  }

  .shoppingcart .navigation.right > div {
    margin-top: -56px;
  }

  .shoppingcart .navigation button {
    height: 56px;
    width: 57px;
    border: 0;
    color: #fff;
    background-color: #000;
    border-radius: 0;
    padding-top: 13px;
  }

  .shoppingcart .navigation button:hover {
    color: #fff;
  }

  .shoppingcart .navigation button span {
    font-size: 10px;
  }

  .shoppingcart .navigation button div {
    font-size: 13px;
    line-height: 30px;
  }

  .shoppingcart .navigation.left {
    margin-left: 0;
  }

  .shoppingcart .navigation.right {
    margin-right: 0;
  }

  .stepmenu-item,
  ul .stepmenu-item-title {
    padding: 5px;
  }

  ul.stepmenu,
  ul .stepmenu-item-title {
    font-size: 13px;
  }

  .row-content {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
  }

  .shoppingcart-banner {
    display: none;
  }

  #sidebarcart {
    margin: 30px 15px 0;
    padding: 0;
    position: relative;
    height: auto;
    min-height: 0 !important;
    order: 3;
    width: 100%;
  }

  .footer-menu,
  .page-copyright {
    font-size: 12px;
  }

  .footer-menu h4 {
    font-size: 13px;
  }

  ul .stepmenu-item-title {
    height: 46px;
    display: block;
    text-align: center;
    padding: 5px 0;
  }
}

@media all and (max-width: 600px) {
  ul .stepmenu-item-title {
    line-height: 36px;
  }

  .footer-menu .guarantee {
    clear: left;
  }

  .available-domain-placeholder .domain-data,
  .available-domain-discount-placeholder .domain-data,
  .available-transfer-domain-placeholder .domain-data,
  .available-transfer-domain-discount-placeholder .domain-data,
  .available-domain-discount-placeholder-special .domain-data,
  .available-domain-discount-placeholder-special-eu .domain-data,
  .available-domain-placeholder .text-right,
  .available-domain-discount-placeholder .text-right,
  .available-transfer-domain-placeholder .text-right,
  .available-domain-discount-placeholder-special .text-right,
  .available-domain-discount-placeholder-special-eu .text-right,
  .available-transfer-domain-discount-placeholder .text-right {
    position: unset;
  }
}

.ot-evah-ew-esuaceb {
  padding-top: 20px;
}

#razum-racun {
  text-align: center;
  margin-left: 15px;
}

input.placeholder {
  color: #999;
}

input[type="file"]::file-selector-button {
  background-color: #4ab1e0;
  border: 1px solid #4ab1e0;
  color: white;
  border-radius: 2px !important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}

@media all and (max-width: 730px) {
  .col-xs-3 {
    width: 50%;
    margin-top: 10px;
  }
}

#user-control-mobile {
  display: none;
  list-style: none;
  width: 100%;
  padding-left: 0px;
}

.pagination-control {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.pagination-control-mobile {
  display: none;
}

.rbdinfo {
  display: inline-block;
}

.rbdinfo-mobile {
  display: none;
}

.mobile-shoppingcart {
  display: none;
}

.page-topline {
  background: #3f3d3f;
}
.page-footer {
  background-color: #3f3d3f;
}

.navbar-default .navbar-nav > li > a {
  color: hsl(0, 0%, 100%);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: hsl(0, 0%, 100%);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: hsl(300, 2%, 18%);
  color: white;
}

#shoppingCartBadge {
  background-color: #262526;
}

#footer-logo-mobile {
  display: none;
}

#footer-logo {
  display: initial;
}

#header-info,
.header-writeus-text > a {
  color: hsl(0, 0%, 100%);
}

.page-footer-nav,
.footer-mobile-nav {
  display: none;
}

@media all and (max-width: 1024px) {
  .page-footer-nav,
  .footer-mobile-nav {
    display: block;
  }

  dt,
  dd,
  .dt,
  .dd {
    margin-left: 0;
  }

  /*.row {
        margin-left: 0px;
        margin-right: 0px;
    }*/

  .row .col-md-6,
  .row .col-md-12,
  .row .col-md-8,
  .row .col-md-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .row .col-sm-8 {
    padding-bottom: 10px;
  }

  .row #sidebarcart {
    margin-top: 0px;
  }

  #navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  #footer-logo-mobile {
    display: initial;
  }

  #footer-logo {
    display: none;
  }

  .col-xs-3 {
    /*width: 100%;*/
    margin-top: 10px;
  }

  .page-footer {
    background-color: white;
    padding-bottom: 0px;
  }

  .page-footer .container {
    /*background: linear-gradient(90deg,#f7af5d,#d42824) !important;*/
    background-color: #3f3d3f;
    width: 100%;
  }

  .page-footer,
  .page-footer .page-copyright {
    color: white;
  }

  .footer-menu li {
    text-align: center;
    list-style-position: inside;
  }

  .footer-menu div {
    width: 100%;
  }

  .footer-menu div:nth-child(2),
  .footer-menu div:nth-child(3),
  .footer-menu div:nth-child(4),
  .footer-menu div:nth-child(5) {
    display: none;
  }

  #concatInfoUserpage,
  .footer-menu h4 {
    text-align: center;
  }

  #concatInfoUserpage {
    padding-left: 0px;
    padding-right: 0px;
  }

  button.edit-contact,
  button.add-new-contact {
    padding-left: 7px;
    padding-right: 7px;
  }

  #prestepContact {
    width: 100%;
    top: -5% !important;
    margin-left: 0px !important;
    left: 0px !important;
    height: 100%;
  }

  #termsAndConditionsModal > .modal-lg {
    width: auto !important;
  }

  .page-topmenu {
    display: none !important;
  }

  #user-control-mobile {
    display: inline-block;
    height: calc(100vh - 68.188px);
  }

  #user-control-mobile > li {
    display: inline-block;
    width: 100%;
  }

  #header-info {
    display: none;
  }

  .m-item-index,
  .ticket-menu-item {
    width: 100% !important;
  }

  .topmenu-item-title {
    color: black;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
  }

  .btn-light {
    width: 100%;
  }

  #user-control-mobile > .selected {
    background-color: #80808070;
  }

  .navbar > a {
    color: black;
  }

  .navbar-collapse {
    max-height: none;
  }

  .navbar > .container {
    width: auto;
  }

  body > .container {
    width: auto;
  }

  #header-container {
    width: 100%;
    background: hsl(300, 2%, 24%);
  }

  #mobileMenu {
    position: absolute;
    z-index: 1;
    background-color: lightgrey;
    /*max-height: 340px;*/
    overflow-x: hidden;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
    margin-right: -15px;
  }

  body.modal-open {
    overflow: hidden;
  }

  #mobileMenu.collapse {
    display: none !important;
    width: 100%;
  }

  #navbar-header {
    float: none;
    margin-right: -15px;
    margin-left: -15px;
  }

  #mobileMenu.collapse.in,
  #mobileMenu.collapsing {
    display: block !important;
    overflow-y: scroll !important;
    width: 100%;
  }

  .container > .navbar-collapse {
    margin-left: 0px !important;
  }

  .page-topline .user-control {
    max-width: 100%;
    padding-right: 0px;
    border-top: none;
  }

  .user-control > li:nth-child(2) {
    float: right;
    text-align: center;
  }

  .user-control > li:nth-child(1) {
    float: left;
    text-align: center;
    width: 50%;
  }

  .header-logo > .header-logo-h1 {
    display: none !important;
  }

  #mobileMenu > .user-control {
    display: none !important;
  }

  .user-control-mobile {
    display: inline-block;
  }

  .user-control-login {
    display: inline-block !important;
  }

  .user-control-login > span > a {
    color: black;
  }

  .pagination-control {
    display: none;
  }

  .pagination-control-mobile {
    display: inline-block;
  }

  .pagination-control-mobile-select {
    min-width: 50px;
  }

  .page-stepmenu {
    display: none !important;
  }

  .navigation.left,
  .navigation.right {
    display: none !important;
  }

  .rbdinfo {
    display: none;
  }

  .rbdinfo-mobile {
    display: inline-block;
  }

  .rbdinfo-mobile > div {
    border: 0px;
  }

  #cart-container {
    float: right;
    right: 90px;
    top: 17px;
    position: relative;
  }

  #itemCount {
    position: relative;
    display: none;
    top: -30px;
    left: -3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: hsl(98, 84%, 61%);
    color: hsl(300, 2%, 24%);
    text-align: center;
  }

  #shoppingcart-icon {
    display: inline-block;
  }

  .mobile-shoppingcart {
    display: inline-block;
  }

  #mobileNav {
    background-color: white;
    /*margin-right: 0px;*/
    width: 50px;
    height: 45px;
    display: inline-block;
  }

  #mobileNav > .icon-bar {
    width: 28px;
  }

  .header-logo {
    width: 50%;
    margin-left: 0px;
    padding-left: 15px;
    margin-top: 18px;
  }

  .navbar-button {
    display: inline-block;
    float: right;
  }

  #mobileSc {
    display: block;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 45px;
    margin-right: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    width: 50px;
    text-align: center;
  }

  #mobileSc > div {
    position: inherit;
  }

  .page-content {
    min-height: 250px !important;
    /*padding-left: 7px;*/
  }

  .mobile-renew:hover {
    background-color: #ebebeb;
  }

  .mobile-renew {
    display: inline-block;
    width: 100%;
  }

  .mobile-renew > a {
    color: black;
  }

  .navbar-default {
    position: fixed;
    z-index: 2;
    width: 100%;
    border: none;
  }

  .container > .row-content {
    margin-top: 68px;
    padding-left: 0px;
  }

  .horizontal-line {
    width: 100%;
  }

  .quicklinks {
    width: 100% !important;
  }

  .header-logo > a > img {
    width: 170px;
  }

  #user-control-mobile {
    margin-bottom: 0px;
  }

  #mobileLang > div > a {
    color: black;
  }

  #mobileLang {
    margin-bottom: 3px;
    margin-top: 3px;
  }

  #navbarButtons {
    margin-top: 0px;
  }

  .page-footer-nav {
    display: inline-block;
    /*background-color: #f5f2f2 !important;*/
    background-image: linear-gradient(#f5f2f2, #c7c7c7);
    z-index: 2000;
  }

  .page-content {
    order: 2;
    width: 100%;
  }

  #page-footer-nav {
    /*display: none;*/
    width: 100%;
    position: fixed;
    bottom: 0px;
    height: 50px;
  }

  #page-footer-nav-prev {
    display: inline-block;
    margin: 8px 8px;
    padding: 7px 7px;
    border-radius: 4px;
    width: calc(100% - 16px);
  }

  #page-footer-nav-next {
    display: inline-block;
    margin: 8px 8px;
    padding: 7px 7px;
    border-radius: 4px;
    width: calc(100% - 16px);
  }

  #cartBtm {
    display: inline-block;
    width: 40%;
    text-align: center;
    height: 50px;
  }

  #shoppingcart-icon-footer {
    font-size: 20px;
    line-height: 55px;
    vertical-align: middle;
  }

  .footer-mobile-nav {
    height: 60px;
  }

  @media (max-height: 400px) {
    #mobileMenu {
      max-height: 200px;
      overflow-y: scroll !important;
    }
  }

  .page-topline > .container {
    padding: 0;
  }
  .header-logo {
    width: auto;
  }

  .company-klaro .navbar-header {
    transform: none;
  }
}

@media (max-width: 1300px) {
  #header-info {
    width: 55%;
  }
  #header-callus-block {
    margin-left: 70px;
  }

  #header-writeus-block {
    margin-left: 20px;
  }
}

@media (max-width: 1200px) {
  #header-container {
    width: 100%;
  }

  #header-info {
    width: 49%;
  }
  .shoppingcart #header-info {
    width: 38%;
  }

  .header-callus-logo,
  .header-writeus-logo {
    display: none;
  }

  #header-callus-block {
    width: 50%;
    float: left;
    text-align: center;
    margin-left: 0;
  }

  #header-callus-block > .header-callus {
    width: 100%;
  }

  #header-writeus-block {
    width: 50%;
    float: right;
    text-align: center;
    margin-left: 0;
  }

  #header-writeus-block > .header-writeus {
    width: 100%;
  }
}

@media all and (max-width: 320px) {
  .container > .row-content {
    margin-top: 118px;
  }
}

@media all and (max-width: 500px) {
  .footer-additional {
    display: none;
  }
}

b {
  font-weight: bold !important;
}

.content-addon {
  padding: 10px;
  border-top: 10px solid #000000;
  border-bottom: 10px solid #000000;
  border-left: 10px solid #000000;
  border-right: 10px solid #000000;
}

.package_stats.glyphicon-info-sign:before {
  cursor: pointer;
}

.card-header {
  background: #3f3d3f;
}
.card-header:hover {
  background: rgb(77, 77, 77);
}
.bigtext {
  font-weight: bold;
  font-size: 16px;
}
.medtext {
  font-weight: bold;
  font-size: 15px;
}
.smalltext {
  margin-left: 0px;
  margin-right: 0px;
  font-weight: normal;
  font-size: 14px;
}

button.show-confirm,
.btn-default.show-confirm:focus {
  background: #47a447;
  color: white;
}

button.show-remove {
  background: #ec1c24;
  color: white;
}

.buttonAddEmail,
.buttonRemoveEmail,
.buttonNotificationsEmail,
.buttonInvoicesEmail,
.buttonEInvoicesEmail {
  width: 34px;
}

.buttonRemoveEmail {
  width: 34px;
}

.buttonRemoveEmail:hover {
  background: #ec1c24;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.buttonRemoveEmail:hover {
  background: #ec1c24;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.buttonAddEmail:hover {
  background: #47a447;
  -webkit-transition: background-color 2ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.email-additional {
  width: 100%;
}

#email_additional-element {
  margin-bottom: 20px;
}

dd#email_mobile_legend-element {
  display: none;
}
dd#email_mobile_legend-element span.glyphicon {
  margin: 3px 3px 3px 0;
}

dd[id^="email_add_"][id$="-element"] {
  width: calc(32em - 36px);
  margin-bottom: 0;
}
.billing-email-advanced dd[id^="email_add_"][id$="-element"] {
  width: calc(32em - 148px);
  margin-bottom: 0;
}
.billing-email-advanced dd[id^="email_add_"][id$="-element"] .alert {
  width: calc(100% + 148px);
}

dt[id^="email_add_"][id$="-label"] {
  display: none;
}

dd[id^="email_remove"][id$="-element"],
dd[id^="email_notifications"][id$="-element"],
dd[id^="email_invoices"][id$="-element"],
dd[id^="email_einvoices"][id$="-element"] {
  display: none;
  margin-left: 3px;
  width: 34px;
}

@media all and (max-width: 1024px) {
  dt[id^="email_add_"][id$="-label"],
  #email_additional-label {
    display: none !important;
  }
  #email_additional-element {
    margin-bottom: 4px;
  }
  dd#email_mobile_legend-element {
    display: block;
  }

  dd[id^="email_add_"][id$="-element"] {
    width: calc(100% - 34px);
  }
  .billing-email-advanced dd[id^="email_add_"][id$="-element"] {
    width: calc(100% - 148px);
  }
  .billing-email-advanced dd[id^="email_add_"][id$="-element"] .alert {
    width: calc(100% + 148px);
  }
}
