.small-switch {
  position: absolute;
  left: 0;
  padding-top: 1rem;
}

.small-switch-label {
  margin-left: 5rem;
  margin-bottom: 0 !important;
}

.form-group.switch.switch-right-label:not(.switch-resid) {
  margin-left: 84px !important;
  padding-left: 0 !important;
}

.popover {
  max-width: 600px !important;
}

.declaration-popup li {
  font-size: 13px !important;
}

.info-messages {
  position: relative;
  left: 0;
  bottom: 0;
  max-width: 100%;
  padding: 0 0 0 1.4rem;
  text-align: left;
  margin: 0 0 12px 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
}

.info-messages-last {
  margin-top: -30px;
  padding-bottom: 20px;
}

.box-item .it-table .itt-body td.top-align {
  vertical-align: top !important;
}

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

.neutralSwitch.readonly {
  opacity: 0.3;
}

#shareRowInfo {
  display: none;
}

#addShareBtnWrapper {
  display: none;
}

#addShareBtnWrapper td {
  text-align: right !important;
}

.layout-form .form-intro .form-group input {
  color: #FFF !important;
}

.info-error {
  color: #858585 !important;
  position: relative;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: left;
  font-size: 0.9rem;
  letter-spacing: 0;
}

.switch-nopadding {
  margin-left: 80px;
}

.switch-nopadding .form-group.switch.switch-right-label {
  margin-left: 20px !important;
}

.neutralSwitch-small strong.labelLeft span, .neutralSwitch-small strong.labelRight span {
  word-break: keep-all !important;
}

.ns-hint {
  position: absolute;
  top: 15px;
  right: 2rem;
}

.ns-hint-label {
  margin-right: 60px;
  padding-right: 0;
}

.icon-btn-flat {
  line-height: 0 !important;
}

.form-group.switch strong {
  margin-top: 15px;
}

.zzsPremiumContainer {
  opacity: 0.6;
  padding: 0 20px;
}

.error-table td {
  color: red !important;
}

p.errorMsg {
  color: red !important;
}

p.successMsg {
  color: green !important;
}

ul.ui-widget {
  list-style-type: none;
}

.hint-float-text {
  font-size: 0.8rem !important;
}

@media (min-width: 768px) {
  .mobile-break {
    display: none;
  }
}

@media (max-width: 767px) {
  .desktop-break {
    display: none;
  }
}

@media (max-width: 767px) {
  .form-content hr {
    margin-top: 0px !important;
    margin-bottom: 40px !important;
  }
  .sm-ns-row {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .login-buttons {
    text-align: center !important;
  }
  .login-buttons button {
    margin-bottom: 0.5rem !important;
  }
  .form-actions .nextStep, .form-actions .prevStep {
    overflow: initial !important;
  }
}

@media (max-width: 575px) {
  .rightHint {
    display: block;
    margin-left: 0 !important;
  }
}

@media (min-width: 576px) {
  .rightHint {
    margin-left: 10px !important;
  }
}

/* ajax loader */
.loader {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.spinner-wrapper {
  position: fixed;
  left: calc(50% - 2.5rem);
  top: calc(50% - 2.5rem);
  z-index: 1000;
}

.spinner-wrapper {
  display: inline-block;
  position: relative;
}

.spinner-wrapper .spinner {
  height: 5rem;
  width: 5rem;
  position: relative;
}

.spinner-wrapper .spinner:before {
  border-radius: 100%;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(75, 75, 75, 0.2);
  border-top-color: #4B4B4B;
  border-right-color: #4B4B4B;
  border-bottom-color: #4B4B4B;
  -webkit-animation: spinner 1s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: spinner 1s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.spinner-wrapper .spinner.heavy:before {
  border-width: 4px;
}

.spinner-wrapper .spinner.heavier:before {
  border-width: 6px;
}

.spinner-wrapper.inverse .spinner:before {
  border: 1px solid #4B4B4B;
  border-top-color: #EA2227;
  border-right-color: #EA2227;
  border-bottom-color: #EA2227;
}

.spinner-wrapper.inverse .spinner.heavy:before {
  border-width: 4px;
}

.spinner-wrapper.inverse .spinner.heavier:before {
  border-width: 6px;
}

.spinner-wrapper.inverse .icon.icon-logo-sign {
  background-image: url("../images/logo-sign.svg");
}

.spinner-wrapper .icon.icon-logo-sign {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40%;
  height: 40%;
  display: block;
}

@-webkit-keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.icon.icon-logo-sign {
  background: url("../images/logo-sign.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}

.bigRadioGroupVertical .description {
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
}

@media (min-width: 991.99px) {
  .bigRadioGroupVertical .description {
    font-size: 16px !important;
    line-height: 30px !important;
  }
}

@media (max-width: 991.98px) {
  .bigRadioGroupVertical .description {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}

.dropzone-theme {
  /*@include transition(all 0.2s ease-in-out);*/
  border: 2px dashed rgba(0, 0, 0, 0.1);
  position: relative;
}

.dropzone-theme .dz-default {
  /*@include centerer(true, true, absolute);*/
  margin: 0;
}

.dropzone-theme:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.2);
}

.dropzone-theme .dz-preview .dz-image {
  /*@include rounded(5px);*/
}

.dropzone-progress {
  height: 2px;
}

.dropzone-progress .progress-success {
  background: #000099;
}

.singleLeftButton {
  float: left !important;
  position: relative !important;
}

.akcijaTitle {
  margin-top: -30px;
  margin-bottom: 20px;
}

.packet-loader {
  display: none;
  z-index: 1000;
  height: 200px;
  background: rgba(255, 255, 255, 0.8);
}

.packet-loader .spinner-wrapper {
  left: auto !important;
  z-index: 1000;
  display: inline-block;
  position: relative;
}

.small-switch-label div strong {
  padding-left: 0px !important;
}

.ui-autocomplete, .ui-menu {
  z-index: 999 !important;
}

.layout-404 .box-item {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #4c4c4ce0;
  margin: 1rem 1rem;
  clear: both;
  position: relative;
  border-radius: 20px;
}

.mobile .sidebar {
  display: none;
}

@media (max-width: 420px) {
  .form-footer .prevStep {
    margin-right: 0px !important;
  }
}

.form-footer .prevStep {
  position: relative !important;
  left: 0 !important;
  margin-right: 150px;
}

.tooltipNextToText {
  top: 15px !important;
  right: -35px !important;
}

.error-style-condensed .has-error .validation-messages {
  margin: 12px 0;
}

.form-content .neutralSwitch:not(.neutralSwitch-small) {
  margin: -4px;
}

.form-group.switch {
  margin-bottom: 0;
}

.switch-resid {
  padding-left: 0 !important;
}

@media (max-width: 767px) {
  .form-group.switch.switch-right-label:not(.switch-resid) {
    margin-left: 0 !important;
  }
}

.form-container {
  overflow: hidden !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.switch-center {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 100%;
}

.table-premija {
  -webkit-box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
}

.table-premija__header {
  background: #4C4C4C;
  border-radius: 23px 23px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.table-premija__header__title {
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 1px;
  font-weight: 300;
  color: white;
  text-align: center;
  margin: 22px 0 0 0;
}

.table-premija__header__title small {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.table-premija__header__sum {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 2.5px;
  font-weight: 600;
  color: white;
  margin: 0 0 13px 0;
  position: relative;
}

.table-premija__header__sum small {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 600;
}

.table-premija__header__sum .inputTooltip {
  position: absolute;
  right: -30px;
  bottom: 5px;
  top: auto;
}

.table-premija__header__sum .inputTooltip:after {
  border-color: white;
}

.table-premija__collapsible.b-top {
  border-top: 1px solid #f2f2f2;
}

.table-premija__collapsible__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  color: #4C4C4C;
  padding: 24px 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.table-premija__collapsible__title .custom-icons,
.table-premija__collapsible__title .icon {
  min-width: unset;
  min-height: unset;
  width: 16px;
  height: 10px;
  -webkit-transition: .2s;
  transition: .2s;
}

.table-premija__collapsible__title.opened .custom-icons,
.table-premija__collapsible__title.opened .icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.table-premija__collapsible__title:hover {
  opacity: .7;
}

.table-premija__collapsible__content {
  padding: 0 30px;
  display: none;
}

.table-premija__collapsible__content__item {
  padding: 25px 8px 15px 8px;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  color: #4C4C4C;
}

.table-premija__collapsible__content__item.highlight {
  background-color: #f2f2f2;
}

.table-premija__collapsible__content__item:not(.highlight) {
  font-weight: 400;
}

.table-premija__collapsible__content__item:not(.highlight) .table-premija__collapsible__content__item__parent,
.table-premija__collapsible__content__item:not(.highlight) .table-premija__collapsible__content__item__child {
  text-transform: unset;
}

.table-premija__collapsible__content__item.sum {
  font-size: 17px;
  font-weight: 800;
}

.table-premija__collapsible__content__item.sum .table-premija__collapsible__content__item__parent {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 800;
}

.table-premija__collapsible__content__item.sum .table-premija__collapsible__content__item__parent small {
  font-weight: 700;
  font-size: 13px;
}

.table-premija__collapsible__content__item__parent {
  text-transform: uppercase;
  padding-right: 15px;
}

.table-premija__collapsible__content__item__parent .inputTooltip {
  top: -1px;
}

.table-premija__collapsible__content__item__child {
  padding-left: 24px;
  padding-right: 15px;
}

.table-premija__collapsible__content__item > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .table-premija__header__title {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
  }
  .table-premija__header__title small {
    font-size: 13px;
    font-weight: 400;
  }
  .table-premija__header__sum {
    margin-top: 5px;
    font-size: 30px;
    line-height: 40px;
  }
  .table-premija__header__sum small {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }
}

@media (max-width: 575.98px) {
  .table-premija__collapsible__title {
    padding: 24px 28px 24px 15px;
  }
  .table-premija__collapsible__content {
    padding: 0;
  }
}

.table-premija .row {
  padding: 0 !important;
}

.table-premija__error {
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  color: #4C4C4C;
  padding: 24px 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (max-width: 575.98px) {
  .table-premija__error {
    padding: 24px 28px 24px 15px;
  }
}
