
.radioBoxFavourite{
      height: 20px;
      line-height: 20px;
      padding: 3px 10px;
      border-radius: 4px;
      background: #3794E1;
      color: white;
      text-align: center;
      width: auto;
      position: absolute;
      font-size: 10pt;
      margin: -25px auto 0 auto;
      transform: translate(50%, 0);
}

.radioBoxSelected{
      border: 2px solid #C948F2 !important;
}

.registerDesc, .aresSearch .registerDesc{
      margin-bottom: 40px;
      text-align: center;
      width: 100% !important;
}

.wideLoginBox .registerDesc{
      width: calc(100% - 80px);
      margin-left: auto;
      margin-right: auto;
      font-size: 18px;
      line-height: 26px;
}

.radioBox:first-child{
      margin-left: 0;
}

.radioBox:last-child{
      margin-right: 0;
}


.radioBox{
      padding: 10px;
      border-radius: 8px;
      border: 1px solid var(--gray);
      min-height: 90px;
      width: calc(50% - 40px);
      margin: 10px;
      display: inline-block;
      cursor: default;
}

.radioBoxes{
      text-align: center;
      font-size: 0;
}

.radioBoxes4 .radioBox{
      width: calc(25% - 40px);
}

.radioBox:hover{
      box-shadow: 0px 0px 10px #999;
}

.radioBoxActive{
      border: 1px solid var(--red);
}
.radioBoxLabel{
      line-height: 25px;
      margin-top: 8px;
      margin-bottom: 14px;
      font-size: var(--fsize-normal);
      color: var(--red);

}

.radioBoxTitle{
      font-weight: bold;
      line-height: 20px;
      margin-bottom: 5px;
      margin-top: 10px;
      font-size: var(--fsize-h2);
}

.radioBoxLabel span{
      font-size: 10pt;
}

.radioBoxLimit{
      font-size: 10pt;
      margin-bottom: 10px;
      padding: 0 0 10px 0;

}

.checkBox{
      padding: 15px;
      border-radius: 10px;
      background: #eee;
      margin-bottom: 15px;
      font-weight: 500;
      font-size: 12pt;
      text-transform: uppercase;
      text-align: left;
}

.checkBox input[type="checkbox"] + label::before{
      font-size: 20pt;
      margin-top: -8px;
      margin-right: 12px;
}


.radioBox input[type="checkbox"] + label::before{
/*      float: none !important; */
}

.formColCenter{
      width: calc(100% - 20px);
      margin: 0 auto;
      max-width: 366px;
}

.formCol2:nth-child(n+2){
      margin-left: 40px;
}
.formCol2{
      width: calc(50% - 20px);
      float: left;
}

.formCol3:nth-child(n+2), .formCol3:nth-child(n+3){
      margin-left: 40px;
}

.formCol3{
      width: calc(33.3% - 27px);
      float: left;
}

.invoicing_hide{
      display: none;
}

#aresFail{
      padding-bottom: 25px;
      color: var(--error);
      display: none;
}

#aresFail a{
      color: var(--error);
}

#aresFail a:hover{
      color: var(--black);
}

#aresWait{
      background: url('/assets/images/registration-loader.gif') center top no-repeat;
      height: 12px;
      padding-bottom: 25px;
      display: none;
      width: 100%;
}

.disabled{
      pointer-events: none;
}

#invoicing{
      margin-top: 25px;
}

#invoicing .input{
/*      margin-bottom: 20px; */
}

#delivery_as_invocing{
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      padding: 25px 0;
      line-height: 28px;
      margin-bottom: 40px;
}

#delivery{
/*      margin-top: 55px; */
}

.inputLabels input{
      max-width: none;
}

.subLoginBox{
      margin-bottom: 40px;
}

.error{
      color: var(--red-15);
}

#wait{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1100;
      background: rgba(0,0,0,0.25);
      display: none;
}

#wait b{
      width: 200px;
      height: 200px;
      display: block;
      background: url('/assets/images/wait.svg') center top no-repeat;
      animation: spin 1s linear infinite;
      top: calc(50% - 100px);
      left: calc(50% - 100px);
      position: absolute;

}

@keyframes spin {
    100% {
        transform:rotate(360deg);
    }
}