@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/*@color_textdark :#97999B;*/
/*#region COMMON*/

html {
  background-color: transparent !important;
}
body,
td,
th,
tr,
div,
input,
textarea {
  color: #636363;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  vertical-align: top;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: 'Lato', sans-serif;
  color: #636363;
  font-size: 15px;
  text-align: left;
  background-color: #f6f4f1;
}
a img {
  border: 0;
}
textarea {
  resize: none;
  overflow: hidden;
}
textarea,
input,
select {
  outline: none;
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 5px;
}
a {
  border: none;
  outline: none;
}
input::-webkit-calendar-picker-indicator {
  display: none;
}
input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}
@media screen and (max-width: 1099px) {
  .marg-top-10-responsive {
    margin-top: 10px;
  }
}
/*input::-webkit-input-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input::-moz-placeholder { 
    color:#fffdfa;
    color:red;
}*/

::-webkit-input-placeholder {
  color: #dbdad8;
}
::-moz-placeholder {
  color: #dbdad8;
}
/* firefox 19+ */

:-ms-input-placeholder {
  color: #dbdad8;
}
/* ie */

input:-moz-placeholder {
  color: #dbdad8;
}
.noscroll {
  overflow: hidden;
}
.noTextTrasform {
  text-decoration: none;
  text-transform: none;
}
/*#endregion*/

/*#region CONTAINERS*/

.oa {
  width: 100%;
  overflow: auto;
}
.div-centerer-clean {
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .div-centerer-clean {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
}
@media screen and (min-width: 1100px) {
  .div-centerer-clean {
    width: 1100px;
  }
}
.div-centerer-light {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e6e4e1;
  border-right: 1px solid #e6e4e1;
}
@media screen and (min-width: 1100px) {
  .div-centerer-light {
    width: 1100px;
  }
}
.div-centerer-dark {
  background-color: #2f3236;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .div-centerer-dark {
    width: 1100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .flex-justify-between {
    display: flex;
    justify-content: space-between;
  }
}
.flex-cnt-justify-between {
  display: flex;
  justify-content: space-between;
}
.flex-cnt-justify-center {
  display: flex;
  justify-content: center;
}
.flex-cnt-justify-left {
  display: flex;
  justify-content: flex-start;
}
.flex-align-centered {
  align-items: center;
}
.flex-align-left {
  align-items: flex-start;
}
.flex-align-baseline {
  align-items: baseline;
}
.footer {
  background-color: #2f3236;
  padding: 20px 0 20px 0;
  overflow: auto;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .footer {
    padding: 10px;
  }
}
.footer-title {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
.footer-text {
  color: #97989a;
  font-size: 14px;
  padding: 10px 0 10px 0;
  width: 100%;
  line-height: 20px;
}
a.lang-lnk {
  color: #97989a;
  font-size: 14px;
  padding: 10px 0 10px 0;
  width: 100%;
  line-height: 20px;
  text-decoration: none;
}
a.lang-lnk:hover {
  text-decoration: underline;
}
a.lnk-footer {
  color: #97989a;
  text-decoration: none;
  font-size: 14px;
}
a.lnk-footer:hover {
  text-decoration: underline;
}
.footer-l-1 {
  float: left;
  overflow: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-l-1 {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .footer-l-1 {
    width: 400px;
    padding-right: 250px;
  }
}
.footer-l-21 {
  float: left;
  overflow: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-l-21 {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .footer-l-21 {
    width: 290px;
    padding-left: 10px;
  }
}
.footer-l-2 {
  float: left;
  overflow: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-l-2 {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .footer-l-2 {
    width: 140px;
    padding-left: 10px;
  }
}
.footer-hr {
  background-color: #26292d;
  height: 1px;
}
.footer-social {
  width: 100%;
  overflow: auto;
  padding: 20px 0 0 0;
}
.footer-policy-cookies {
  float: left;
  color: #97989a;
  font-size: 14px;
}
.footer-copy {
  float: right;
  color: #97989a;
  font-size: 14px;
}
.footer-social-items {
  float: left;
  padding-right: 5px;
}
.div-title {
  font-size: 40px;
  font-weight: bold;
  padding: 40px 0 40px 10px;
}
.div-title-bkg {
  font-size: 30px;
  font-weight: bold;
  padding: 40px 20px 40px 40px;
  text-transform: uppercase;
  background-color: #fbf9f7;
  border-bottom: 1px solid #e6e4e1;
}
@media screen and (min-width: 320px) {
  .div-title-bkg {
    padding: 20px 10px;
    overflow: auto;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .div-title-bkg {
    padding: 20px;
    overflow: auto;
  }
}
.on-top {
  z-index: 1000;
}
/***************************************** ADDER *****************************************/

.top-rounded {
  border-radius: 10px 10px 0 0;
}
.bottom-rounded {
  border-radius: 0 0 10px 10px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-20 {
  padding-top: 30px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-70 {
  padding-top: 70px;
}
.padding-5 {
  overflow: auto;
  padding: 5px;
}
.p5050 {
  padding: 5px 0 5px 0;
}
.oa-pb-10 {
  width: 100%;
  overflow: auto;
  padding-bottom: 10px;
}
.oa-pb-20 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}
/***************************************** DUMMY *****************************************/

.paddingTop100 {
  padding-top: 100px;
}
.paddingTop80 {
  padding-top: 80px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.hidden {
  display: none;
}
.float-left-pr5 {
  float: left;
}
@media screen and (min-width: 320px) {
  .float-left-pr5 {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
  }
}
@media screen and (min-width: 1100px) {
  .float-left-pr5 {
    padding: 0 10px 0 0;
    width: auto;
  }
}
.float-right-pl5 {
  float: right;
  padding-left: 10px;
}
@media screen and (min-width: 320px) and (max-width: 1099px) {
  .float-right-pl5 {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.float-left-w50-p10 {
  float: left;
  width: calc(50% - 10px);
  padding: 5px;
}
.float-left-w50-p10-nb {
  float: left;
  width: calc(50% - 10px);
  padding: 5px 5px 0 5px;
}
.float-left-w50-pt20 {
  float: left;
  width: 50%;
  padding-top: 20px;
}
.toupper {
  text-transform: uppercase;
}
.center-display-block-200 {
  padding-left: 50%;
  margin-left: -100px;
}
.center-display-block-300 {
  width: 300px;
  /*height:100px;*/
  padding-left: calc(50% - 300px);
  /*padding-left:50%;
    margin-left:-150px;*/
  overflow: auto;
}
.hand {
  cursor: pointer;
}
/*#endregion*/

/*#region ITEMS*/

@media screen and (min-width: 320px) {
  .menu-items a {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .menu-items a {
    display: block;
  }
}
.img-logo {
  height: 60px;
  z-index: 9000;
}
@media screen and (min-width: 320px) {
  .img-logo {
    position: fixed;
    top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .img-logo {
    position: absolute;
  }
}
.title-big {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .title-big {
    padding: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .title-big {
    padding-bottom: 20px;
  }
}
.reg-input {
  width: calc(100% - 20px);
  padding: 10px;
  background-color: #f6f4f1;
  border-radius: 10px;
  border: 0;
  height: 20px;
}
.reg-input-culture {
  width: calc(97% - 20px);
  padding: 10px;
  background-color: #f6f4f1;
  border-radius: 10px;
  border: 0;
  height: 20px;
}
.reg-select {
  /*width:~"calc(100% - 20px)";*/
  width: 100%;
  padding: 10px;
  background-color: #f6f4f1;
  border-radius: 10px;
  border: 0;
  height: 40px;
  font-size: 15px;
  color: #636363;
}
.reg-check {
  height: 20px;
  display: block;
  width: 20px;
  float: left;
}
.reg-label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  word-break: break-word;
}
.reg-label a {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .reg-label {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .reg-label {
    padding: 10px;
  }
}
/*.reg-label:first-letter {
    text-transform: uppercase;
}*/

.reg-label-sub {
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 12px;
}
.reg-button {
  text-align: right;
  margin-top: 20px;
  /*overflow:auto;
    height:100%;*/

}
.reg-left-recover {
  padding-top: 20px;
}
.error-alert {
  font-weight: bold;
  /*width:100%;
    padding:10px 0 10px 0;
    background-color:#ff0000;
    min-height:20px;*/
  min-height: 20px;
  padding: 10px;
  color: #f46868;
}
.error-alert-pt30 {
  font-weight: bold;
  /*width:100%;
    padding:10px 0 10px 0;
    background-color:#ff0000;
    min-height:20px;*/
  min-height: 20px;
  padding: 10px;
  color: #f46868;
  padding: 30px 10px 10px 10px;
}
/*.ng-invalid*/

.error-input {
  width: calc(100% - 20px);
  padding: 10px;
  background-color: #f6f4f1;
  border-radius: 10px;
  border: 0;
  height: 20px;
  background-color: #f46868;
  color: white;
}
.error-select {
  border: 0;
  width: 100%;
  padding: 10px;
  background-color: #f46868;
  border-radius: 10px;
  color: white;
}
.error-check {
  color: #f46868;
  /*background-color:@color-alert;*/

  /*height:20px;
    display: block;
    width:20px;
    float:left;*/

}
.error-textarea {
  background-color: #f46868 !important;
  color: white !important;
}
.chk-input {
  width: 20px;
  height: 20px;
}
.error-input::-webkit-input-placeholder,
.error-input::-moz-placeholder,
.error-input:-ms-input-placeholder,
.error-input:-moz-placeholder {
  color: white;
}
.error-select::-webkit-input-placeholder {
  color: white;
}
.error-select::-moz-placeholder {
  color: white;
}
.error-select:-ms-input-placeholder {
  color: white;
}
.error-select:-moz-placeholder {
  color: white;
}
.error-check::-webkit-input-placeholder {
  color: white;
}
.error-check::-moz-placeholder {
  color: white;
}
.error-check:-ms-input-placeholder {
  color: white;
}
.error-check:-moz-placeholder {
  color: white;
}
/*#endregion*/

/*#region LOGGED MENU*/

.menu-logged-spacer {
  float: right;
  width: 161px;
}
.menu-logged {
  line-height: 60px;
  min-height: 60px;
  text-align: center;
  background-color: #2f3236;
  border-right: 1px solid #26292d;
  border-left: 1px solid #26292d;
  height: 60px;
  margin-top: -10px;
  z-index: 5;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 13px;
  width: 160px;
  position: absolute;
  margin-left: -51px;
}
@media screen and (min-width: 320px) and (max-width: 1099px) {
  .menu-logged {
    display: none;
  }
}
.menu-logged a {
  color: white;
  text-decoration: none;
}
.menu-logged:hover {
  /*height:200px;
    min-height:200px;*/
  overflow: auto;
  height: auto;
  background-color: #2f3236;
  border-radius: 0 0 10px 10px;
}
.menu-logged-home {
  background-color: rgba(0, 0, 0, 0.5);
}
.menu-logged-home:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.menu-logged-home a {
  color: white;
  text-decoration: none;
}
.user-name {
  float: left;
  width: 100px;
  color: white;
  text-align: center;
}
.user-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  /*border:10px solid @color-dark;*/

}
.user-icon-container {
  float: left;
  padding: 10px;
}
/*#endregion*/

/*#region LINKS*/

a.lnk-menu-logged {
  display: block;
  line-height: 40px;
  /*width:100%;*/
  padding: 0 20px 0 20px;
  text-transform: uppercase;
  font-size: 13px;
}
a.lnk-menu-logged:hover {
  background-color: #43474d;
}
a.top-menu-orange-bar {
  display: block;
  color: white;
  border-bottom: 3px solid #2f3236;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  width: 100px;
  text-align: center;
  line-height: 40px;
  height: 47px;
}
a.top-menu-orange-bar:hover {
  border-bottom: 3px solid #f4a321;
}
.ul-none {
  list-style: none;
  padding: 0;
}
/*#endregion*/

/*#region RANGE*/

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0 0 0 black, 0 0 0 #0d0d0d;
  background: #e6e4e1;
  border-radius: 25px;
  border: 0 solid #000101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 0 black, 0 0 0 #0d0d0d;
  border: 0 solid black;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #21a3f4;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #e6e4e1;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0 0 0 black, 0 0 0 #0d0d0d;
  background: #e6e4e1;
  border-radius: 25px;
  border: 0 solid #000101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 black, 0 0 0 #0d0d0d;
  border: 0 solid black;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #21a3f4;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #e6e4e1;
  border: 0 solid #000101;
  border-radius: 50px;
  box-shadow: 0 0 0 black, 0 0 0 #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #e6e4e1;
  border: 0 solid #000101;
  border-radius: 50px;
  box-shadow: 0 0 0 black, 0 0 0 #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0 0 0 black, 0 0 0 #0d0d0d;
  border: 0 solid black;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #21a3f4;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #009246;
}
input[type=range]:focus::-ms-fill-upper {
  background: #e6e4e1;
}
table {
  width: 100%;
  empty-cells: show;
  border-collapse: collapse;
}
/*#endregion*/

/*#region Zebra striping*/

tr:nth-of-type(odd) {
  background: #eeeeee;
}
th {
  background: #21a3f4;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
td,
th {
  padding: 6px;
  border: 1px solid #cccccc;
  text-align: left;
}
.align-center {
  text-align: center;
}
.privacycontainer {
  width: calc(100% - 20px);
  height: 100px;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.sub-date-l {
  float: left;
  overflow: auto;
  width: calc(50% - 5px);
  padding-right: 5px;
}
.sub-date-r {
  float: left;
  overflow: auto;
  width: calc(50% - 5px);
  padding-left: 5px;
}
.div-recover {
  float: right;
  padding-right: 20px;
  line-height: 40px;
}
.checkout-summary-label {
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 1px solid #aaaaaa;
}
.redButton {
  background-color: #ce2b37 !important;
}
.mailContent {
  margin-left: auto;
  margin-right: auto;
  width: 260px;
  padding-top: 20px;
}
.emailButton {
  width: 255px;
  height: 30px;
  border-radius: 15px;
  float: left;
  padding: 5px;
  background-color: #5b9a68;
}
.emailButton .logoDim {
  height: 32px;
  width: 32px;
  float: left;
}
.emailButton .textInfo {
  height: 30px;
  float: left;
  line-height: 30px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
.safari-mac {
  font-size: 13px;
}
.orderPriceAndRunners {
  width: 100%;
  padding-top: 5px;
  font-weight: bold;
}
.orderPriceAndRunners .singleRunner {
  padding-top: 10px;
  text-transform: uppercase;
}
.redBarPayStatus {
  border-top: 2px solid #ce2b37;
}
.grayBarPayStatus {
  border-top: 2px solid #f6f4f1;
}
.greenBarPayStatus {
  border-top: 2px solid #009246;
}
.marginTop10 {
  margin-top: 10px;
}
/*#endregion*/

/*#region Status documento visualizzabile all'utente */

.documentStatusContainer {
  width: 100%;
  padding-top: 5px;
}
.documentStatusContainer .titleBoxqw {
  font-weight: bold;
}
.documentStatusContainer .lineSepa {
  width: 99%;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f6f4f1;
}
.documentStatusContainer .infoBox {
  padding: 5px;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
}
.documentStatusContainer .infoBox .titleInfo {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #b65959;
}
.documentStatusContainer .infoBox .textInfo0 {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #b65959;
}
.documentStatusContainer .infoBox .textInfo1 {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #b65959;
}
.documentStatusContainer .infoBox .textInfo2 {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #b65959;
  color: #636363;
}
.documentStatusContainer .infoBox .textInfo3 {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #b65959;
  color: #7cb659;
}
.documentStatusContainer .ptias {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #b65959;
}
/*#endregion*/

/*#region Messaggi errore/notifica */

.messageModal-window {
  /*display:none;*/
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: rgba(33, 163, 244, 0.3);
}
.topbarWindow {
  height: 34px;
}
.topbarWindow .modal-title {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  text-transform: uppercase;
  /*font-weight: bold;*/
  color: #636363;
}
.main-containerWind {
  background-color: white;
  padding: 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  color: black;
}
.bottom-containerWind {
  background-color: white;
  padding: 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}
.bottom-containerWind .closeButtonBoxWind {
  float: right;
  width: 100px;
  padding-left: 10px;
}
.opensubscriptionnotice {
  width: auto;
  color: #ce2b37;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .opensubscriptionnotice {
    width: 100%;
  }
}
/*#endregion */

/*#region Bottoni pagamento bonifico */

a.NEWbtn-gen-orange-300 {
  display: block;
  width: 290px;
  background-color: #f4a321;
  border-radius: 20px;
  height: 40px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: white;
  overflow: hidden;
}
.newPay-form {
  margin-left: auto;
  margin-right: auto;
  width: 280px;
  padding-top: 15px;
}
/*#endregion*/

/*#region Cronologia documenti */

.containerSingleDoc {
  width: 100%;
  overflow-y: auto;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #e0e0e0;
}
.containerSingleDoc .gotoImageBox {
  float: left;
  width: 50px;
}
.containerSingleDoc .textBoxReason {
  float: left;
  width: calc(100% - 50px);
}
/*#endregion*/

/*#region textAngular */

.ta-toolbar {
  background-color: #f0f0f0;
  padding: 10px 10px 5px;
  margin-left: 0px;
  /* Override bootstrap */
  border: 1px solid #eeeeee;
}
.ta-toolbar .btn-group {
  margin-bottom: 5px;
}
.ta-editor,
.white-box {
  padding: 10px;
  background-color: white;
  border: 1px solid #eeeeee;
}
.ta-hidden-input {
  width: 1px;
  height: 1px;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -10000px;
  left: -10000px;
  opacity: 0;
  overflow: hidden;
}
/* add generic styling for the editor */

.ta-root.focussed > .ta-scroll-window.form-control {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ta-editor.ta-html,
.ta-scroll-window.form-control {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}
.ta-scroll-window.form-control {
  position: relative;
  padding: 0;
}
.ta-scroll-window > .ta-bind {
  height: auto;
  min-height: 300px;
  padding: 6px 12px;
}
.ta-editor:focus {
  user-select: text;
}
/* add the styling for the awesomness of the resizer */

.ta-resizer-handle-overlay {
  z-index: 100;
  position: absolute;
  display: none;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-info {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border: 1px solid black;
  background-color: white;
  padding: 0 4px;
  opacity: 0.7;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-background {
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
  top: 5px;
  border: 1px solid black;
  background-color: rgba(0, 0, 0, 0.2);
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
  width: 10px;
  height: 10px;
  position: absolute;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl {
  top: 0;
  left: 0;
  border-left: 1px solid black;
  border-top: 1px solid black;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr {
  top: 0;
  right: 0;
  border-right: 1px solid black;
  border-top: 1px solid black;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl {
  bottom: 0;
  left: 0;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br {
  bottom: 0;
  right: 0;
  border: 1px solid black;
  cursor: se-resize;
  background-color: white;
}
/* copy the popover code from bootstrap so this will work even without it */

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: white;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: white;
  border-bottom-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: white;
}
/*#endregion*/

/*#region WIDTH SPECIAL*/

@media screen and (min-width: 320px) and (max-width: 1099px) {
  .no-width-responsive {
    width: auto !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .w50perc-tablet-portrait {
    width: 50% !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 1099px) {
  .w100perc-responsive {
    width: 100% !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .w50perc-mobile-landscape {
    width: 50% !important;
  }
}
/*#endregion*/

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #cccccc;
  }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 50%;
  }
  td:before {
    content: attr(data-label);
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}
/*@color_textdark :#97999B;*/
/*#region COMMON*/

html {
  background-color: transparent !important;
}
body,
td,
th,
tr,
div,
input,
textarea {
  color: #636363;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  vertical-align: top;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: 'Lato', sans-serif;
  color: #636363;
  font-size: 15px;
  text-align: left;
  background-color: #f6f4f1;
}
a img {
  border: 0;
}
textarea {
  resize: none;
  overflow: hidden;
}
textarea,
input,
select {
  outline: none;
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 5px;
}
a {
  border: none;
  outline: none;
}
input::-webkit-calendar-picker-indicator {
  display: none;
}
input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}
@media screen and (max-width: 1099px) {
  .marg-top-10-responsive {
    margin-top: 10px;
  }
}
/*input::-webkit-input-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input::-moz-placeholder { 
    color:#fffdfa;
    color:red;
}*/

::-webkit-input-placeholder {
  color: #dbdad8;
}
::-moz-placeholder {
  color: #dbdad8;
}
/* firefox 19+ */

:-ms-input-placeholder {
  color: #dbdad8;
}
/* ie */

input:-moz-placeholder {
  color: #dbdad8;
}
.noscroll {
  overflow: hidden;
}
.noTextTrasform {
  text-decoration: none;
  text-transform: none;
}
/*#endregion*/

/*#region CONTAINERS*/

.oa {
  width: 100%;
  overflow: auto;
}
.div-centerer-clean {
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .div-centerer-clean {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
}
@media screen and (min-width: 1100px) {
  .div-centerer-clean {
    width: 1100px;
  }
}
.div-centerer-light {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e6e4e1;
  border-right: 1px solid #e6e4e1;
}
@media screen and (min-width: 1100px) {
  .div-centerer-light {
    width: 1100px;
  }
}
.div-centerer-dark {
  background-color: #2f3236;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .div-centerer-dark {
    width: 1100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .flex-justify-between {
    display: flex;
    justify-content: space-between;
  }
}
.flex-cnt-justify-between {
  display: flex;
  justify-content: space-between;
}
.flex-cnt-justify-center {
  display: flex;
  justify-content: center;
}
.flex-cnt-justify-left {
  display: flex;
  justify-content: flex-start;
}
.flex-align-centered {
  align-items: center;
}
.flex-align-left {
  align-items: flex-start;
}
.flex-align-baseline {
  align-items: baseline;
}
.footer {
  background-color: #2f3236;
  padding: 20px 0 20px 0;
  overflow: auto;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .footer {
    padding: 10px;
  }
}
.footer-title {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
.footer-text {
  color: #97989a;
  font-size: 14px;
  padding: 10px 0 10px 0;
  width: 100%;
  line-height: 20px;
}
a.lang-lnk {
  color: #97989a;
  font-size: 14px;
  padding: 10px 0 10px 0;
  width: 100%;
  line-height: 20px;
  text-decoration: none;
}
a.lang-lnk:hover {
  text-decoration: underline;
}
a.lnk-footer {
  color: #97989a;
  text-decoration: none;
  font-size: 14px;
}
a.lnk-footer:hover {
  text-decoration: underline;
}
.footer-l-1 {
  float: left;
  overflow: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-l-1 {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .footer-l-1 {
    width: 400px;
    padding-right: 250px;
  }
}
.footer-l-21 {
  float: left;
  overflow: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-l-21 {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .footer-l-21 {
    width: 290px;
    padding-left: 10px;
  }
}
.footer-l-2 {
  float: left;
  overflow: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-l-2 {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .footer-l-2 {
    width: 140px;
    padding-left: 10px;
  }
}
.footer-hr {
  background-color: #26292d;
  height: 1px;
}
.footer-social {
  width: 100%;
  overflow: auto;
  padding: 20px 0 0 0;
}
.footer-policy-cookies {
  float: left;
  color: #97989a;
  font-size: 14px;
}
.footer-copy {
  float: right;
  color: #97989a;
  font-size: 14px;
}
.footer-social-items {
  float: left;
  padding-right: 5px;
}
.div-title {
  font-size: 40px;
  font-weight: bold;
  padding: 40px 0 40px 10px;
}
.div-title-bkg {
  font-size: 30px;
  font-weight: bold;
  padding: 40px 20px 40px 40px;
  text-transform: uppercase;
  background-color: #fbf9f7;
  border-bottom: 1px solid #e6e4e1;
}
@media screen and (min-width: 320px) {
  .div-title-bkg {
    padding: 20px 10px;
    overflow: auto;
  }
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .div-title-bkg {
    padding: 20px;
    overflow: auto;
  }
}
.on-top {
  z-index: 1000;
}
/***************************************** ADDER *****************************************/

.top-rounded {
  border-radius: 10px 10px 0 0;
}
.bottom-rounded {
  border-radius: 0 0 10px 10px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-20 {
  padding-top: 30px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-70 {
  padding-top: 70px;
}
.padding-5 {
  overflow: auto;
  padding: 5px;
}
.p5050 {
  padding: 5px 0 5px 0;
}
.oa-pb-10 {
  width: 100%;
  overflow: auto;
  padding-bottom: 10px;
}
.oa-pb-20 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}
/***************************************** DUMMY *****************************************/

.paddingTop100 {
  padding-top: 100px;
}
.paddingTop80 {
  padding-top: 80px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.hidden {
  display: none;
}
.float-left-pr5 {
  float: left;
}
@media screen and (min-width: 320px) {
  .float-left-pr5 {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
  }
}
@media screen and (min-width: 1100px) {
  .float-left-pr5 {
    padding: 0 10px 0 0;
    width: auto;
  }
}
.float-right-pl5 {
  float: right;
  padding-left: 10px;
}
@media screen and (min-width: 320px) and (max-width: 1099px) {
  .float-right-pl5 {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.float-left-w50-p10 {
  float: left;
  width: calc(50% - 10px);
  padding: 5px;
}
.float-left-w50-p10-nb {
  float: left;
  width: calc(50% - 10px);
  padding: 5px 5px 0 5px;
}
.float-left-w50-pt20 {
  float: left;
  width: 50%;
  padding-top: 20px;
}
.toupper {
  text-transform: uppercase;
}
.center-display-block-200 {
  padding-left: 50%;
  margin-left: -100px;
}
.center-display-block-300 {
  width: 300px;
  /*height:100px;*/
  padding-left: calc(50% - 300px);
  /*padding-left:50%;
    margin-left:-150px;*/
  overflow: auto;
}
.hand {
  cursor: pointer;
}
/*#endregion*/

/*#region ITEMS*/

@media screen and (min-width: 320px) {
  .menu-items a {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .menu-items a {
    display: block;
  }
}
.img-logo {
  height: 60px;
  z-index: 9000;
}
@media screen and (min-width: 320px) {
  .img-logo {
    position: fixed;
    top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .img-logo {
    position: absolute;
  }
}
.title-big {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .title-big {
    padding: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .title-big {
    padding-bottom: 20px;
  }
}
.reg-input {
  width: calc(100% - 20px);
  padding: 10px;
  background-color: #f6f4f1;
  border-radius: 10px;
  border: 0;
  height: 20px;
}
.reg-input-culture {
  width: calc(97% - 20px);
  padding: 10px;
  background-color: #f6f4f1;
  border-radius: 10px;
  border: 0;
  height: 20px;
}
.reg-select {
  /*width:~"calc(100% - 20px)";*/
  width: 100%;
  padding: 10px;
  background-color: #f6f4f1;
  border-radius: 10px;
  border: 0;
  height: 40px;
  font-size: 15px;
  color: #636363;
}
.reg-check {
  height: 20px;
  display: block;
  width: 20px;
  float: left;
}
.reg-label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  word-break: break-word;
}
.reg-label a {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .reg-label {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .reg-label {
    padding: 10px;
  }
}
/*.reg-label:first-letter {
    text-transform: uppercase;
}*/

.reg-label-sub {
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 12px;
}
.reg-button {
  text-align: right;
  margin-top: 20px;
  /*overflow:auto;
    height:100%;*/

}
.reg-left-recover {
  padding-top: 20px;
}
.error-alert {
  font-weight: bold;
  /*width:100%;
    padding:10px 0 10px 0;
    background-color:#ff0000;
    min-height:20px;*/
  min-height: 20px;
  padding: 10px;
  color: #f46868;
}
.error-alert-pt30 {
  font-weight: bold;
  /*width:100%;
    padding:10px 0 10px 0;
    background-color:#ff0000;
    min-height:20px;*/
  min-height: 20px;
  padding: 10px;
  color: #f46868;
  padding: 30px 10px 10px 10px;
}
/*.ng-invalid*/

.error-input {
  width: calc(100% - 20px);
  padding: 10px;
  background-color: #f6f4f1;
  border-radius: 10px;
  border: 0;
  height: 20px;
  background-color: #f46868;
  color: white;
}
.error-select {
  border: 0;
  width: 100%;
  padding: 10px;
  background-color: #f46868;
  border-radius: 10px;
  color: white;
}
.error-check {
  color: #f46868;
  /*background-color:@color-alert;*/

  /*height:20px;
    display: block;
    width:20px;
    float:left;*/

}
.error-textarea {
  background-color: #f46868 !important;
  color: white !important;
}
.chk-input {
  width: 20px;
  height: 20px;
}
.error-input::-webkit-input-placeholder,
.error-input::-moz-placeholder,
.error-input:-ms-input-placeholder,
.error-input:-moz-placeholder {
  color: white;
}
.error-select::-webkit-input-placeholder {
  color: white;
}
.error-select::-moz-placeholder {
  color: white;
}
.error-select:-ms-input-placeholder {
  color: white;
}
.error-select:-moz-placeholder {
  color: white;
}
.error-check::-webkit-input-placeholder {
  color: white;
}
.error-check::-moz-placeholder {
  color: white;
}
.error-check:-ms-input-placeholder {
  color: white;
}
.error-check:-moz-placeholder {
  color: white;
}
/*#endregion*/

/*#region LOGGED MENU*/

.menu-logged-spacer {
  float: right;
  width: 161px;
}
.menu-logged {
  line-height: 60px;
  min-height: 60px;
  text-align: center;
  background-color: #2f3236;
  border-right: 1px solid #26292d;
  border-left: 1px solid #26292d;
  height: 60px;
  margin-top: -10px;
  z-index: 5;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 13px;
  width: 160px;
  position: absolute;
  margin-left: -51px;
}
@media screen and (min-width: 320px) and (max-width: 1099px) {
  .menu-logged {
    display: none;
  }
}
.menu-logged a {
  color: white;
  text-decoration: none;
}
.menu-logged:hover {
  /*height:200px;
    min-height:200px;*/
  overflow: auto;
  height: auto;
  background-color: #2f3236;
  border-radius: 0 0 10px 10px;
}
.menu-logged-home {
  background-color: rgba(0, 0, 0, 0.5);
}
.menu-logged-home:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.menu-logged-home a {
  color: white;
  text-decoration: none;
}
.user-name {
  float: left;
  width: 100px;
  color: white;
  text-align: center;
}
.user-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  /*border:10px solid @color-dark;*/

}
.user-icon-container {
  float: left;
  padding: 10px;
}
/*#endregion*/

/*#region LINKS*/

a.lnk-menu-logged {
  display: block;
  line-height: 40px;
  /*width:100%;*/
  padding: 0 20px 0 20px;
  text-transform: uppercase;
  font-size: 13px;
}
a.lnk-menu-logged:hover {
  background-color: #43474d;
}
a.top-menu-orange-bar {
  display: block;
  color: white;
  border-bottom: 3px solid #2f3236;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  width: 100px;
  text-align: center;
  line-height: 40px;
  height: 47px;
}
a.top-menu-orange-bar:hover {
  border-bottom: 3px solid #f4a321;
}
.ul-none {
  list-style: none;
  padding: 0;
}
/*#endregion*/

/*#region RANGE*/

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0 0 0 black, 0 0 0 #0d0d0d;
  background: #e6e4e1;
  border-radius: 25px;
  border: 0 solid #000101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 0 black, 0 0 0 #0d0d0d;
  border: 0 solid black;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #21a3f4;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #e6e4e1;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0 0 0 black, 0 0 0 #0d0d0d;
  background: #e6e4e1;
  border-radius: 25px;
  border: 0 solid #000101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 black, 0 0 0 #0d0d0d;
  border: 0 solid black;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #21a3f4;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #e6e4e1;
  border: 0 solid #000101;
  border-radius: 50px;
  box-shadow: 0 0 0 black, 0 0 0 #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #e6e4e1;
  border: 0 solid #000101;
  border-radius: 50px;
  box-shadow: 0 0 0 black, 0 0 0 #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0 0 0 black, 0 0 0 #0d0d0d;
  border: 0 solid black;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #21a3f4;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #009246;
}
input[type=range]:focus::-ms-fill-upper {
  background: #e6e4e1;
}
table {
  width: 100%;
  empty-cells: show;
  border-collapse: collapse;
}
/*#endregion*/

/*#region Zebra striping*/

tr:nth-of-type(odd) {
  background: #eeeeee;
}
th {
  background: #21a3f4;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
td,
th {
  padding: 6px;
  border: 1px solid #cccccc;
  text-align: left;
}
.align-center {
  text-align: center;
}
.privacycontainer {
  width: calc(100% - 20px);
  height: 100px;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.sub-date-l {
  float: left;
  overflow: auto;
  width: calc(50% - 5px);
  padding-right: 5px;
}
.sub-date-r {
  float: left;
  overflow: auto;
  width: calc(50% - 5px);
  padding-left: 5px;
}
.div-recover {
  float: right;
  padding-right: 20px;
  line-height: 40px;
}
.checkout-summary-label {
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 1px solid #aaaaaa;
}
.redButton {
  background-color: #ce2b37 !important;
}
.mailContent {
  margin-left: auto;
  margin-right: auto;
  width: 260px;
  padding-top: 20px;
}
.emailButton {
  width: 255px;
  height: 30px;
  border-radius: 15px;
  float: left;
  padding: 5px;
  background-color: #5b9a68;
}
.emailButton .logoDim {
  height: 32px;
  width: 32px;
  float: left;
}
.emailButton .textInfo {
  height: 30px;
  float: left;
  line-height: 30px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
.safari-mac {
  font-size: 13px;
}
.orderPriceAndRunners {
  width: 100%;
  padding-top: 5px;
  font-weight: bold;
}
.orderPriceAndRunners .singleRunner {
  padding-top: 10px;
  text-transform: uppercase;
}
.redBarPayStatus {
  border-top: 2px solid #ce2b37;
}
.grayBarPayStatus {
  border-top: 2px solid #f6f4f1;
}
.greenBarPayStatus {
  border-top: 2px solid #009246;
}
.marginTop10 {
  margin-top: 10px;
}
/*#endregion*/

/*#region Status documento visualizzabile all'utente */

.documentStatusContainer {
  width: 100%;
  padding-top: 5px;
}
.documentStatusContainer .titleBoxqw {
  font-weight: bold;
}
.documentStatusContainer .lineSepa {
  width: 99%;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f6f4f1;
}
.documentStatusContainer .infoBox {
  padding: 5px;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
}
.documentStatusContainer .infoBox .titleInfo {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #b65959;
}
.documentStatusContainer .infoBox .textInfo0 {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #b65959;
}
.documentStatusContainer .infoBox .textInfo1 {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #b65959;
}
.documentStatusContainer .infoBox .textInfo2 {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #b65959;
  color: #636363;
}
.documentStatusContainer .infoBox .textInfo3 {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #b65959;
  color: #7cb659;
}
.documentStatusContainer .ptias {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #b65959;
}
/*#endregion*/

/*#region Messaggi errore/notifica */

.messageModal-window {
  /*display:none;*/
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: rgba(33, 163, 244, 0.3);
}
.topbarWindow {
  height: 34px;
}
.topbarWindow .modal-title {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  text-transform: uppercase;
  /*font-weight: bold;*/
  color: #636363;
}
.main-containerWind {
  background-color: white;
  padding: 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  color: black;
}
.bottom-containerWind {
  background-color: white;
  padding: 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}
.bottom-containerWind .closeButtonBoxWind {
  float: right;
  width: 100px;
  padding-left: 10px;
}
.opensubscriptionnotice {
  width: auto;
  color: #ce2b37;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media screen and (min-width: 480px) and (max-width: 1099px) {
  .opensubscriptionnotice {
    width: 100%;
  }
}
/*#endregion */

/*#region Bottoni pagamento bonifico */

a.NEWbtn-gen-orange-300 {
  display: block;
  width: 290px;
  background-color: #f4a321;
  border-radius: 20px;
  height: 40px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: white;
  overflow: hidden;
}
.newPay-form {
  margin-left: auto;
  margin-right: auto;
  width: 280px;
  padding-top: 15px;
}
/*#endregion*/

/*#region Cronologia documenti */

.containerSingleDoc {
  width: 100%;
  overflow-y: auto;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #e0e0e0;
}
.containerSingleDoc .gotoImageBox {
  float: left;
  width: 50px;
}
.containerSingleDoc .textBoxReason {
  float: left;
  width: calc(100% - 50px);
}
/*#endregion*/

/*#region textAngular */

.ta-toolbar {
  background-color: #f0f0f0;
  padding: 10px 10px 5px;
  margin-left: 0px;
  /* Override bootstrap */
  border: 1px solid #eeeeee;
}
.ta-toolbar .btn-group {
  margin-bottom: 5px;
}
.ta-editor,
.white-box {
  padding: 10px;
  background-color: white;
  border: 1px solid #eeeeee;
}
.ta-hidden-input {
  width: 1px;
  height: 1px;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -10000px;
  left: -10000px;
  opacity: 0;
  overflow: hidden;
}
/* add generic styling for the editor */

.ta-root.focussed > .ta-scroll-window.form-control {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ta-editor.ta-html,
.ta-scroll-window.form-control {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}
.ta-scroll-window.form-control {
  position: relative;
  padding: 0;
}
.ta-scroll-window > .ta-bind {
  height: auto;
  min-height: 300px;
  padding: 6px 12px;
}
.ta-editor:focus {
  user-select: text;
}
/* add the styling for the awesomness of the resizer */

.ta-resizer-handle-overlay {
  z-index: 100;
  position: absolute;
  display: none;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-info {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border: 1px solid black;
  background-color: white;
  padding: 0 4px;
  opacity: 0.7;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-background {
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
  top: 5px;
  border: 1px solid black;
  background-color: rgba(0, 0, 0, 0.2);
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
  width: 10px;
  height: 10px;
  position: absolute;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl {
  top: 0;
  left: 0;
  border-left: 1px solid black;
  border-top: 1px solid black;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr {
  top: 0;
  right: 0;
  border-right: 1px solid black;
  border-top: 1px solid black;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl {
  bottom: 0;
  left: 0;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br {
  bottom: 0;
  right: 0;
  border: 1px solid black;
  cursor: se-resize;
  background-color: white;
}
/* copy the popover code from bootstrap so this will work even without it */

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: white;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: white;
  border-bottom-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: white;
}
/*#endregion*/

/*#region WIDTH SPECIAL*/

@media screen and (min-width: 320px) and (max-width: 1099px) {
  .no-width-responsive {
    width: auto !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .w50perc-tablet-portrait {
    width: 50% !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 1099px) {
  .w100perc-responsive {
    width: 100% !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .w50perc-mobile-landscape {
    width: 50% !important;
  }
}
/*#endregion*/

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #cccccc;
  }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 50%;
  }
  td:before {
    content: attr(data-label);
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}
.mobile-menu {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  background-color: rgba(47, 50, 54, 0.8);
  width: 100%;
  height: 60px;
  z-index: 8000;
}
.mobile-menu .bigger {
  display: none;
}
.mobile-menu.open {
  height: 100%;
}
.mobile-menu.open .bigger {
  display: block;
}
.mobile-menu.open li .oc:after {
  content: '\f00d';
}
.mobile-menu li {
  padding: 0 10px 20px 0;
  text-align: right;
}
.mobile-menu li.bigger {
  padding: 20px 10px;
}
.mobile-menu li .oc {
  text-decoration: none;
  color: white;
  font-size: 30px;
}
.mobile-menu li .oc:after {
  font-family: FontAwesome;
  content: '\f0c9';
}
.mobile-menu li .mn {
  height: 47px;
  text-decoration: none;
  background-color: #f4a321;
  color: white;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 20px;
}
@media screen and (max-width: 479px) {
  /*#region CONTAINERS */
  
  .top-bar-dark {
    width: 100%;
    background-color: #2f3236;
    height: 60px;
  }
  .div-centerer-top {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*overflow: auto;*/
    padding-bottom: 20px;
    /*height: 460px;*/
  
  }
  .top-section {
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
  }
  .render-after {
    display: none;
  }
  .top-section::after {
    background-image: url(../Images/home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
  }
  .wrapper {
    padding-top: 20px;
    color: white;
    overflow: auto;
  }
  .menu {
    color: white;
    height: 60px;
    overflow: hidden;
  }
  .menu-container {
    float: right;
    overflow: auto;
    padding-top: 12px;
  }
  .menu-items {
    /*float: right;
          width: 80px;
          padding: 0 10px 0 10px;*/
    display: none;
  }
  .payoff {
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0 20px 0;
    color: white;
    text-shadow: 2px 2px #444444;
  }
  .payoff-small {
    font-size: 20px;
    text-align: center;
    padding: 10px 0 20px 0;
    color: white;
    text-shadow: 2px 2px #444444;
  }
  .top-middle-left {
    float: left;
    width: 100%;
    /*padding: 10px 10px 10px 145px;*/
    padding: 10px 0;
  }
  .top-middle-center {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
  }
  .top-middle-right {
    float: left;
    width: 100%;
    /*padding: 10px 145px 10px 10px;*/
    padding: 10px 0;
  }
  .served-container-small {
    font-size: 20px;
    color: white;
    text-align: center;
    padding: 20px 0 10px 0;
    font-weight: bold;
    text-transform: uppercase;
  }
  .served-container {
    font-size: 50px;
    color: white;
    text-align: center;
    padding: 0 0 20px 0;
    font-weight: bold;
    text-transform: uppercase;
  }
  .div-centerer-home {
    /*width: 1100px;*/
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    border: 1px solid #e6e4e1;
  }
  .div-centerer-home-nr {
    /*width: 1100px;*/
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #e6e4e1;
    border-right: 1px solid #e6e4e1;
  }
  .in-c-home {
    /*width: -moz-calc(100% - 20px);
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px);*/
    padding: 10px;
    overflow: auto;
  }
  .in-c-page {
    overflow: auto;
    padding: 40px;
  }
  .div-centerer-dark-home {
    /*width: 1100px;*/
    background-color: #2f3236;
    margin-left: auto;
    margin-right: auto;
    border-radius: unset !important;
  }
  .home-race-container {
    float: left;
    padding: 10px;
    width: calc(100% - 20px);
  }
  .home-race-in {
    border-radius: 10px;
    border: 1px solid #e6e4e1;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
  }
  .home-race-in:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .home-race-img {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
  }
  .home-race-title {
    padding: 10px 10px 0 10px;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-transform: uppercase;
  }
  .home-race-text {
    padding: 0px 10px 20px 10px;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
  }
  .home-race-placedate {
    height: 30px;
    padding-top: 10px;
    overflow: auto;
  }
  .home-race-place {
    padding: 0 10px 0 10px;
    height: 30px;
    line-height: 20px;
    overflow: hidden;
    /*width: 200px;*/
    width: calc(100% - 110px);
    float: left;
    text-transform: uppercase;
  }
  .home-race-date {
    float: left;
    height: 30px;
    line-height: 20px;
    overflow: hidden;
    text-align: right;
  }
  .sign-left {
    float: left;
    width: calc(100% - 20px);
    padding: 10px;
    text-align: justify;
  }
  .sign-right {
    float: left;
    width: calc(100% - 20px);
    padding: 10px;
    border: none;
  }
  .sign-right .oa {
    padding-top: 10px !important;
  }
  .sign-right .oa .div-recover {
    width: calc(100% - 80px);
    text-align: left;
    float: left;
    padding-right: 0;
    line-height: unset;
  }
  .base-container {
    padding: 20px;
    overflow: auto;
  }
  .oa {
    padding-top: 0 !important;
  }
  /*#endregion*/
  
  /*#region LINKS*/
  
  a.top-menu-clean {
    display: block;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 80px;
    text-align: center;
    line-height: 40px;
    height: 40px;
  }
  a.top-menu-dark {
    display: block;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 80px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
  }
  a.top-menu-orange {
    display: block;
    color: white;
    background-color: #f4a321;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 80px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
  }
  a.top-menu-orange-disabled {
    display: block;
    color: white;
    opacity: 0.5;
    background-color: #f6b348;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 80px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
  }
  a.top-menu-blue-big {
    display: block;
    color: white;
    background-color: #21a3f4;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 200px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
  }
  a.top-menu-blue-big-disabled {
    display: block;
    color: white;
    background-color: #55a3f6;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 200px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
    opacity: 0.5;
  }
  a.top-menu-red-big {
    display: block;
    color: white;
    background-color: #ce2b37;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 200px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
  }
  /*a.top-menu-red-big-disabled {
      display:block;
      color:@color-light;
      background-color:@color-blue-hover;
      text-decoration:none;
      text-transform:uppercase;
      font-size:13px;
      width:200px;
      text-align:center;
      border-radius:20px;
      line-height:40px;
      height:40px;
      opacity: 0.5;
  }*/
  
  a.lnk-big-yellow {
    display: block;
    width: 250px;
    border-radius: 30px;
    height: 40px;
    font-size: 25px;
    background-color: #f4a321;
    color: white;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    padding: 10px 0 10px 0;
  }
  a.lnk-big-yellow:hover {
    background-color: #f6b348;
  }
  a.lnk-big-black-t {
    display: block;
    /*width: 250px;*/
    border-radius: 30px;
    height: 40px;
    font-size: 25px;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    padding: 10px 0 10px 0;
  }
  a.lnk-big-black-t:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  a.general-lnk-orange {
    text-decoration: none;
    color: #f4a321;
  }
  a.general-lnk-orange:hover {
    color: #f6b348;
  }
  a.general-lnk-blue {
    text-decoration: none;
    color: #21a3f4;
  }
  a.general-lnk-blue:hover {
    color: #55a3f6;
  }
  a.none-lnk {
    text-decoration: none;
  }
  .subtitle {
    text-transform: uppercase;
    padding: 20px 20px 0 20px;
    font-weight: bold;
    font-size: 18px;
  }
  .div-sub-for {
    float: left;
    width: 305px;
    padding: 10px 0 0 0;
    text-transform: uppercase;
  }
  .payoffsub {
    float: left;
    width: 500px;
    font-size: 12px;
    text-align: left;
  }
  /*#endregion*/
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /*#region CONTAINERS */
  
  .top-bar-dark {
    width: 100%;
    background-color: #2f3236;
    height: 60px;
  }
  .div-centerer-top {
    /*width: 1100px;*/
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    /*padding-bottom: 30px;
          height: 330px;*/
  
  }
  .top-section {
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .render-after {
    display: none;
  }
  .top-section::after {
    background-image: url(../Images/home.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    height: 380px;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }
  .wrapper {
    padding-top: 20px;
    color: white;
    overflow: auto;
  }
  .menu {
    color: white;
    height: 60px;
    overflow: hidden;
  }
  .menu-container {
    float: right;
    overflow: auto;
    padding-top: 10px;
  }
  .menu-items {
    /*float: right;
          width: 100px;
          padding: 0 10px 0 10px;*/
    display: none;
  }
  .payoff {
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    /*padding: 20px 0 20px 0;*/
    color: white;
    text-shadow: 2px 2px #444444;
  }
  .payoff-small {
    font-size: 20px;
    text-align: center;
    padding: 10px 0 10px 0;
    color: white;
    text-shadow: 2px 2px #444444;
  }
  .top-middle-left {
    float: left;
    padding: 5px;
    /*width: 250px;*/
  
    /*padding: 10px 10px 10px 145px;*/
  
  }
  .top-middle-center {
    float: left;
    /*width: 250px;*/
  
    /*padding: 10px;*/
  
  }
  .top-middle-right {
    float: right;
    padding: 5px;
    /*width: 250px;*/
  
    /*padding: 10px 145px 10px 10px;*/
  
  }
  .served-container-small {
    font-size: 20px;
    color: white;
    text-align: center;
    padding: 20px 0 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    /*height: 40px;*/
  
  }
  .served-container {
    font-size: 50px;
    color: white;
    text-align: center;
    padding: 0 0 20px 0;
    font-weight: bold;
    text-transform: uppercase;
    /*height: 50px;*/
  
  }
  .div-centerer-home {
    width: 100%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    /*border-radius: 10px;
          border: 1px solid @centerer-border;*/
  
  }
  .div-centerer-home-nr {
    width: 100%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    /*border-left: 1px solid @centerer-border;
          border-right: 1px solid @centerer-border;*/
  
  }
  .in-c-home {
    padding: 10px;
    overflow: auto;
  }
  .in-c-page {
    overflow: auto;
    padding: 40px;
  }
  .div-centerer-dark-home {
    /*width: 1100px;*/
    padding: 0 5px;
    width: calc(100% - 10px);
    background-color: #2f3236;
    margin-left: auto;
    margin-right: auto;
    /*height: 70px;*/
    border-radius: unset !important;
  }
  .home-race-container {
    float: left;
    width: calc(50% - 20px);
    padding: 10px;
  }
  .home-race-in {
    border-radius: 10px;
    border: 1px solid #e6e4e1;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
  }
  .home-race-in:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .home-race-img {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
  }
  .home-race-title {
    padding: 10px 10px 0 10px;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-transform: uppercase;
  }
  .home-race-text {
    padding: 0px 10px 20px 10px;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
  }
  .home-race-placedate {
    height: 30px;
    padding-top: 10px;
    overflow: auto;
  }
  .home-race-place {
    padding: 0 10px 0 10px;
    height: 30px;
    line-height: 20px;
    overflow: hidden;
    /*width: 200px;*/
    width: calc(100% - 120px);
    float: left;
    text-transform: uppercase;
  }
  .home-race-date {
    float: left;
    padding: 0 10px 0 10px;
    height: 30px;
    line-height: 20px;
    overflow: hidden;
    width: 80px;
    text-align: right;
  }
  .sign-left {
    float: left;
    width: calc(100% - 40px);
    padding: 20px;
    text-align: justify;
  }
  .sign-right {
    border-left: 1px solid #e6e4e1;
    float: left;
    width: calc(100% - 20px);
    padding: 10px;
    border: none;
  }
  .sign-right .oa {
    padding-top: 10px !important;
  }
  .sign-right .oa .div-recover {
    width: calc(100% - 120px);
  }
  .base-container {
    padding: 20px;
    overflow: auto;
  }
  /*#endregion*/
  
  /*#region LINKS*/
  
  a.top-menu-clean {
    display: block;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 100px;
    text-align: center;
    line-height: 40px;
    height: 40px;
  }
  a.top-menu-dark {
    display: block;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 100px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
  }
  a.top-menu-orange {
    display: block;
    color: white;
    background-color: #f4a321;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 100px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
  }
  a.top-menu-orange-disabled {
    display: block;
    color: white;
    opacity: 0.5;
    background-color: #f6b348;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 100px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
  }
  a.top-menu-blue-big {
    display: block;
    color: white;
    background-color: #21a3f4;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 200px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
  }
  a.top-menu-blue-big-disabled {
    display: block;
    color: white;
    background-color: #55a3f6;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 200px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
    opacity: 0.5;
  }
  a.top-menu-red-big {
    display: block;
    color: white;
    background-color: #ce2b37;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 200px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
  }
  /*a.top-menu-red-big-disabled {
      display:block;
      color:@color-light;
      background-color:@color-blue-hover;
      text-decoration:none;
      text-transform:uppercase;
      font-size:13px;
      width:200px;
      text-align:center;
      border-radius:20px;
      line-height:40px;
      height:40px;
      opacity: 0.5;
  }*/
  
  a.lnk-big-yellow {
    display: block;
    width: 230px;
    border-radius: 30px;
    height: 40px;
    font-size: 25px;
    background-color: #f4a321;
    color: white;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    padding: 10px 0 10px 0;
  }
  a.lnk-big-yellow:hover {
    background-color: #f6b348;
  }
  a.lnk-big-black-t {
    display: block;
    width: 230px;
    border-radius: 30px;
    height: 40px;
    font-size: 25px;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    padding: 10px 0 10px 0;
  }
  a.lnk-big-black-t:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  a.general-lnk-orange {
    text-decoration: none;
    color: #f4a321;
  }
  a.general-lnk-orange:hover {
    color: #f6b348;
  }
  a.general-lnk-blue {
    text-decoration: none;
    color: #21a3f4;
  }
  a.general-lnk-blue:hover {
    color: #55a3f6;
  }
  a.none-lnk {
    text-decoration: none;
  }
  .subtitle {
    text-transform: uppercase;
    padding: 20px 20px 0 20px;
    font-weight: bold;
    font-size: 18px;
  }
  .div-sub-for {
    float: left;
    width: 305px;
    padding: 10px 0 0 0;
    text-transform: uppercase;
  }
  .payoffsub {
    float: left;
    width: 500px;
    font-size: 12px;
    text-align: left;
  }
  /*#endregion*/
  
  .oa {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  /*#region CONTAINERS */
  
  .top-bar-dark {
    width: 100%;
    background-color: #2f3236;
    height: 60px;
  }
  .div-centerer-top {
    /*width: 1100px;*/
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    /*padding-bottom: 30px;
          height: 330px;*/
  
  }
  .top-section {
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .render-after {
    display: none;
  }
  .top-section::after {
    background-image: url(../Images/home.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    height: 380px;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }
  .wrapper {
    padding-top: 20px;
    color: white;
    overflow: auto;
  }
  .menu {
    color: white;
    height: 60px;
    overflow: hidden;
  }
  .menu-container {
    float: right;
    overflow: auto;
    padding-top: 10px;
  }
  .menu-items {
    /*float: right;
          width: 100px;
          padding: 0 10px 0 10px;*/
    display: none;
  }
  .payoff {
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    /*padding: 20px 0 20px 0;*/
    color: white;
    text-shadow: 2px 2px #444444;
  }
  .payoff-small {
    font-size: 20px;
    text-align: center;
    padding: 10px 0 10px 0;
    color: white;
    text-shadow: 2px 2px #444444;
  }
  .top-middle-left {
    float: left;
    padding: 5px;
    /*width: 250px;*/
  
    /*padding: 10px 10px 10px 145px;*/
  
  }
  .top-middle-center {
    float: left;
    /*width: 250px;*/
  
    /*padding: 10px;*/
  
  }
  .top-middle-right {
    float: right;
    padding: 5px;
    /*width: 250px;*/
  
    /*padding: 10px 145px 10px 10px;*/
  
  }
  .served-container-small {
    font-size: 20px;
    color: white;
    text-align: center;
    padding: 20px 0 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    /*height: 40px;*/
  
  }
  .served-container {
    font-size: 50px;
    color: white;
    text-align: center;
    padding: 0 0 20px 0;
    font-weight: bold;
    text-transform: uppercase;
    /*height: 50px;*/
  
  }
  .div-centerer-home {
    width: 100%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    /*border-radius: 10px;
          border: 1px solid @centerer-border;*/
  
  }
  .div-centerer-home-nr {
    width: 100%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    /*border-left: 1px solid @centerer-border;
          border-right: 1px solid @centerer-border;*/
  
  }
  .in-c-home {
    padding: 10px;
    overflow: auto;
  }
  .in-c-page {
    overflow: auto;
    padding: 40px;
  }
  .div-centerer-dark-home {
    /*width: 1100px;*/
    padding: 0 5px;
    width: calc(100% - 10px);
    background-color: #2f3236;
    margin-left: auto;
    margin-right: auto;
    /*height: 70px;*/
    border-radius: unset !important;
  }
  .home-race-container {
    float: left;
    width: calc(50% - 20px);
    max-width: 340px;
    padding: 10px;
  }
  .home-race-in {
    border-radius: 10px;
    border: 1px solid #e6e4e1;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
  }
  .home-race-in:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .home-race-img {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
  }
  .home-race-title {
    padding: 10px 10px 0 10px;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-transform: uppercase;
  }
  .home-race-text {
    padding: 0px 10px 20px 10px;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
  }
  .home-race-placedate {
    height: 30px;
    padding-top: 10px;
    overflow: auto;
  }
  .home-race-place {
    padding: 0 10px 0 10px;
    height: 30px;
    line-height: 20px;
    overflow: hidden;
    /*width: 200px;*/
    width: calc(100% - 120px);
    float: left;
    text-transform: uppercase;
  }
  .home-race-date {
    float: left;
    padding: 0 10px 0 10px;
    height: 30px;
    line-height: 20px;
    overflow: hidden;
    width: 80px;
    text-align: right;
  }
  .sign-left {
    float: left;
    width: calc(100% - 40px);
    padding: 20px;
  }
  .sign-right {
    border-left: 1px solid #e6e4e1;
    float: left;
    width: calc(100% - 40px);
    padding: 20px;
    border: none;
  }
  .sign-right .oa {
    padding-top: 10px !important;
  }
  .sign-right .oa .div-recover {
    width: calc(100% - 120px);
  }
  .base-container {
    padding: 20px;
    overflow: auto;
  }
  /*#endregion*/
  
  /*#region LINKS*/
  
  a.top-menu-clean {
    display: block;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 100px;
    text-align: center;
    line-height: 40px;
    height: 40px;
  }
  a.top-menu-dark {
    display: block;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 100px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
  }
  a.top-menu-orange {
    display: block;
    color: white;
    background-color: #f4a321;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 100px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
  }
  a.top-menu-orange-disabled {
    display: block;
    color: white;
    opacity: 0.5;
    background-color: #f6b348;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 100px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
  }
  a.top-menu-blue-big {
    display: block;
    color: white;
    background-color: #21a3f4;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 200px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
  }
  a.top-menu-blue-big-disabled {
    display: block;
    color: white;
    background-color: #55a3f6;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 200px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
    opacity: 0.5;
  }
  a.top-menu-red-big {
    display: block;
    color: white;
    background-color: #ce2b37;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 200px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
  }
  /*a.top-menu-red-big-disabled {
      display:block;
      color:@color-light;
      background-color:@color-blue-hover;
      text-decoration:none;
      text-transform:uppercase;
      font-size:13px;
      width:200px;
      text-align:center;
      border-radius:20px;
      line-height:40px;
      height:40px;
      opacity: 0.5;
  }*/
  
  a.lnk-big-yellow {
    display: block;
    width: 230px;
    border-radius: 30px;
    height: 40px;
    font-size: 25px;
    background-color: #f4a321;
    color: white;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    padding: 10px 0 10px 0;
  }
  a.lnk-big-yellow:hover {
    background-color: #f6b348;
  }
  a.lnk-big-black-t {
    display: block;
    width: 230px;
    border-radius: 30px;
    height: 40px;
    font-size: 25px;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    padding: 10px 0 10px 0;
  }
  a.lnk-big-black-t:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  a.general-lnk-orange {
    text-decoration: none;
    color: #f4a321;
  }
  a.general-lnk-orange:hover {
    color: #f6b348;
  }
  a.general-lnk-blue {
    text-decoration: none;
    color: #21a3f4;
  }
  a.general-lnk-blue:hover {
    color: #55a3f6;
  }
  a.none-lnk {
    text-decoration: none;
  }
  .subtitle {
    text-transform: uppercase;
    padding: 20px 20px 0 20px;
    font-weight: bold;
    font-size: 18px;
  }
  .div-sub-for {
    float: left;
    width: 305px;
    padding: 10px 0 0 0;
    text-transform: uppercase;
  }
  .payoffsub {
    float: left;
    width: 500px;
    font-size: 12px;
    text-align: left;
  }
  /*#endregion*/
  
  .oa {
    padding-top: 0 !important;
  }
  .flex-justify-around {
    display: flex;
    justify-content: space-around;
  }
}
@media screen and (min-width: 1100px) {
  /*#region CONTAINERS */
  
  .top-bar-dark {
    width: 100%;
    background-color: #2f3236;
    height: 60px;
  }
  .div-centerer-top {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    padding-bottom: 30px;
    height: 330px;
  }
  .top-section {
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .render-after {
    display: none;
  }
  .top-section::after {
    background-image: url(../Images/home.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    height: 430px;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }
  .wrapper {
    padding-top: 20px;
    color: white;
    overflow: auto;
  }
  .menu {
    color: white;
    height: 60px;
    overflow: hidden;
  }
  .menu-container {
    float: right;
    overflow: auto;
    padding-top: 10px;
  }
  .menu-items {
    float: right;
    display: normal;
    width: 100px;
    padding: 0 10px 0 10px;
  }
  .mobile-menu {
    display: none;
  }
  .payoff {
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0 20px 0;
    color: white;
    text-shadow: 2px 2px #444444;
  }
  .payoff-small {
    font-size: 20px;
    text-align: center;
    padding: 10px 0 20px 0;
    color: white;
    text-shadow: 2px 2px #444444;
  }
  .top-middle-left {
    float: left;
    width: 250px;
    padding: 10px 10px 10px 145px;
  }
  .top-middle-center {
    float: left;
    width: 250px;
    padding: 10px;
  }
  .top-middle-right {
    float: left;
    width: 250px;
    padding: 10px 145px 10px 10px;
  }
  .served-container-small {
    font-size: 20px;
    color: white;
    text-align: center;
    padding: 20px 0 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
  }
  .served-container {
    font-size: 50px;
    color: white;
    text-align: center;
    padding: 0 0 20px 0;
    font-weight: bold;
    text-transform: uppercase;
    height: 50px;
  }
  .div-centerer-home {
    width: 1100px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    border: 1px solid #e6e4e1;
  }
  .div-centerer-home-nr {
    width: 1100px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #e6e4e1;
    border-right: 1px solid #e6e4e1;
  }
  .in-c-home {
    /*width: -moz-calc(100% - 20px);
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px);*/
    padding: 10px;
    overflow: auto;
  }
  .in-c-page {
    overflow: auto;
    padding: 40px;
  }
  .div-centerer-dark-home {
    width: 1100px;
    background-color: #2f3236;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
  }
  .home-race-container {
    float: left;
    width: 340px;
    padding: 10px;
  }
  .home-race-in {
    border-radius: 10px;
    border: 1px solid #e6e4e1;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
  }
  .home-race-in:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .home-race-img {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
  }
  .home-race-title {
    padding: 10px 10px 0 10px;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-transform: uppercase;
  }
  .home-race-text {
    padding: 0px 10px 20px 10px;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
  }
  .home-race-placedate {
    height: 30px;
    padding-top: 10px;
    overflow: auto;
  }
  .home-race-place {
    padding: 0 10px 0 10px;
    height: 30px;
    line-height: 20px;
    overflow: hidden;
    width: 200px;
    float: left;
    text-transform: uppercase;
  }
  .home-race-date {
    float: left;
    padding: 0 10px 0 10px;
    height: 30px;
    line-height: 20px;
    overflow: hidden;
    width: calc(100% - 240px);
    text-align: right;
  }
  .sign-left {
    width: 359px;
    float: left;
    padding: 40px;
  }
  .sign-right {
    border-left: 1px solid #e6e4e1;
    width: 580px;
    float: left;
    padding: 40px;
  }
  .base-container {
    padding: 20px;
    overflow: auto;
  }
  /*#endregion*/
  
  /*#region LINKS*/
  
  a.top-menu-clean {
    display: block;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 100px;
    text-align: center;
    line-height: 40px;
    height: 40px;
  }
  a.top-menu-dark {
    display: block;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 100px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
  }
  a.top-menu-orange {
    display: block;
    color: white;
    background-color: #f4a321;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 100px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
  }
  a.top-menu-orange-disabled {
    display: block;
    color: white;
    opacity: 0.5;
    background-color: #f6b348;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 100px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
  }
  a.top-menu-blue-big {
    display: block;
    color: white;
    background-color: #21a3f4;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 200px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
  }
  a.top-menu-blue-big-disabled {
    display: block;
    color: white;
    background-color: #55a3f6;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 200px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
    opacity: 0.5;
  }
  a.top-menu-red-big {
    display: block;
    color: white;
    background-color: #ce2b37;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: 200px;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
  }
  /*a.top-menu-red-big-disabled {
      display:block;
      color:@color-light;
      background-color:@color-blue-hover;
      text-decoration:none;
      text-transform:uppercase;
      font-size:13px;
      width:200px;
      text-align:center;
      border-radius:20px;
      line-height:40px;
      height:40px;
      opacity: 0.5;
  }*/
  
  a.lnk-big-yellow {
    display: block;
    width: 250px;
    border-radius: 30px;
    height: 40px;
    font-size: 25px;
    background-color: #f4a321;
    color: white;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    padding: 10px 0 10px 0;
  }
  a.lnk-big-yellow:hover {
    background-color: #f6b348;
  }
  a.lnk-big-black-t {
    display: block;
    width: 250px;
    border-radius: 30px;
    height: 40px;
    font-size: 25px;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    padding: 10px 0 10px 0;
  }
  a.lnk-big-black-t:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  a.general-lnk-orange {
    text-decoration: none;
    color: #f4a321;
  }
  a.general-lnk-orange:hover {
    color: #f6b348;
  }
  a.general-lnk-blue {
    text-decoration: none;
    color: #21a3f4;
  }
  a.general-lnk-blue:hover {
    color: #55a3f6;
  }
  a.none-lnk {
    text-decoration: none;
  }
  .subtitle {
    text-transform: uppercase;
    padding: 20px 20px 0 20px;
    font-weight: bold;
    font-size: 18px;
  }
  .div-sub-for {
    float: left;
    width: 305px;
    padding: 10px 0 0 0;
    text-transform: uppercase;
  }
  .payoffsub {
    float: left;
    width: 500px;
    font-size: 12px;
    text-align: left;
  }
  /*#endregion*/
}
a.prc100-blue {
  display: block;
  color: white;
  background-color: #21a3f4;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  width: 100%;
  text-align: center;
  border-radius: 20px;
  line-height: 40px;
  height: 40px;
}
a.prc100-orange {
  display: block;
  color: white;
  background-color: #f4a321;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  width: 100%;
  text-align: center;
  border-radius: 20px;
  line-height: 40px;
  height: 40px;
}
.manager-container {
  width: calc(100% - 40px);
  padding: 20px;
  overflow: auto;
}
.manager-details {
  overflow: auto;
  padding: 0 0 30px 0;
}
.manager-sc {
  float: left;
  width: 340px;
  padding: 0 20px 20px 0;
}
.manager-sc:nth-child(3n+3) {
  padding: 0 0 20px 0;
}
.round-base {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
}
.round-green {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #009246;
}
.round-red {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #ce2b37;
}
.manager-status {
  float: left;
  width: 50px;
}
.manager-info {
  float: left;
  overflow: auto;
  width: calc(100% - 50px);
  line-height: 40px;
}
.mng-edit {
  background-color: #21a3f4;
  border-radius: 5px;
  display: block;
  color: white;
  text-decoration: none;
  width: 100px;
  text-align: center;
  text-transform: uppercase;
}
a.mng-round-icon {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #21a3f4;
}
a.mng-round-icon img {
  width: 20px;
}
a.mng-round-icon-active {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #21a3f4;
  line-height: 20px;
}
a.mng-round-icon-active img,
a.mng-round-icon-inactive img {
  width: 20px;
}
a.mng-round-icon-inactive {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #21a3f4;
  opacity: 0.4;
  cursor: default;
}
.mng-edit-c {
  padding-right: 10px;
  float: left;
}
.modal-container {
  display: none;
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modal-container-2 {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modal-bkg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: rgba(33, 163, 244, 0.3);
}
.modal-dialog {
  position: absolute;
  top: 50px;
  padding: 20px;
  background-color: white;
  z-index: 6000;
  border-radius: 5px;
}
@media screen and (min-width: 1100px) {
  .modal-dialog {
    left: 50%;
    margin-left: -300px;
    width: 700px;
  }
}
.modal-dialog:after {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  height: 50px;
  bottom: -50px;
}
.modal-title {
  font-size: 20px;
  text-transform: uppercase;
}
.modal-body {
  padding-top: 20px;
  overflow: auto;
  width: 100%;
}
.save-container {
  width: 100px;
  float: right;
  padding: 20px 0 0 20px;
}
.save-container-200 {
  width: 200px;
  float: right;
  padding: 20px 0 0 20px;
}
.split-del {
  float: left;
  width: 50px;
}
.split-name {
  float: left;
  width: 620px;
  line-height: 40px;
}
.split-container {
  width: calc(100% - 30px);
  overflow: auto;
  padding: 10px;
  border: 5px solid #f6f4f1;
  border-radius: 10px;
  background-color: white;
  opacity: 1;
}
.split-container-inactive {
  width: calc(100% - 30px);
  overflow: auto;
  padding: 10px;
  border: 5px solid #f6f4f1;
  border-radius: 10px;
  background-color: white;
  opacity: 1;
  /*width: ~"calc(100% - 30px)";
    overflow:auto;
    padding:10px;
    border:5px solid @color-light-green;
    border-radius:10px;
    background-color:@color-light;*/

}
.split-container-inactive div {
  opacity: 0.5;
}
.split-container-inactive > .rf-enable {
  opacity: 1;
}
.split-container-inactive > .rf-enable > label {
  opacity: 0.5;
}
.split-master {
  padding: 5px;
  overflow: auto;
  width: calc(100% - 10px);
}
.radio-container {
  line-height: 25px;
}
.sub-status {
  float: left;
  font-weight: bold;
  min-height: 20px;
  padding: 30px 10px 0 10px;
  text-transform: uppercase;
  font-size: 20px;
}
.dash-logo {
  width: 110px;
  border-radius: 10px;
}
.rf-enable {
  float: left;
  width: 115px;
  line-height: 25px;
  padding: 7px 0 7px 0;
}
.rf-name {
  float: left;
  width: 225px;
  padding: 5px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.rf-name div {
  font-size: 12px;
}
.rf-preview {
  float: left;
  padding: 0 5px 5px 5px;
  width: 310px;
  line-height: 30px;
}
.rf-preview-in {
  float: left;
  padding: 5px;
  width: 308px;
  line-height: 30px;
  border: 1px solid #f6f4f1;
  border-radius: 5px;
}
.rf-preview-inSmall {
  float: left;
  padding: 5px;
  width: 290px;
  line-height: 30px;
  border: 1px solid #f6f4f1;
  border-radius: 5px;
  margin: 2px;
}
.rf-sortable {
  float: left;
  width: 40px;
  cursor: s-resize;
  padding: 0 0 0 10px;
}
.rf-sortable a {
  cursor: s-resize;
}
.div-chk-c {
  float: left;
  width: 40px;
  padding-bottom: 10px;
}
.div-chk-t {
  float: left;
  line-height: 26px;
  padding-bottom: 10px;
  width: calc(100% - 190px);
}
.div-chk-n {
  float: left;
  line-height: 26px;
  padding-bottom: 10px;
  width: 150px;
  font-weight: bold;
  text-align: right;
  font-size: 20px;
}
.chk-range {
  width: 100%;
  padding: 0;
  margin: 0;
}
.txt-small {
  font-size: 12px;
  font-style: italic;
}
.mng-bib-small {
  float: left;
  width: 50px;
  min-width: 50px;
  overflow: hidden;
  height: 30px;
}
.mng-run-small {
  float: left;
  width: 350px;
  min-width: 350px;
}
.mng-run {
  float: left;
  width: 400px;
  min-width: 400px;
}
.mng-stat {
  float: left;
  width: 30px;
  min-width: 30px;
  padding-left: 10px;
}
.mng-club {
  float: left;
  width: 250px;
  min-width: 250px;
  padding-left: 10px;
}
.mng-club-big {
  float: left;
  width: 250px;
  min-width: 250px;
  padding-left: 10px;
  width: 330px;
  min-width: 330px;
}
.mng-bib {
  float: left;
  width: 250px;
  min-width: 250px;
  padding-left: 10px;
  width: 70px;
  min-width: 70px;
}
.small-sex {
  opacity: 0.5;
}
.small-sex img {
  width: 10px;
}
.mng-run-docs {
  background-color: white;
  padding: 10px;
  overflow: auto;
  border-radius: 0 0 10px 10px;
  border-left: 5px solid #f6f4f1;
  border-right: 5px solid #f6f4f1;
  border-bottom: 5px solid #f6f4f1;
}
.mng-d-s {
  float: left;
  width: 30px;
  padding-left: 10px;
  padding-top: 5px;
}
.mnd-d {
  width: 333px;
  padding: 5px;
  overflow: auto;
  float: left;
}
.mnd-d-in {
  overflow: auto;
  padding: 5px;
  border-radius: 10px;
  background-color: #f6f4f1;
}
.mnd-d-in-red {
  overflow: auto;
  padding: 5px;
  border-radius: 10px;
  background-color: #f6f4f1;
  background-color: #ce2b37;
}
.mnd-d-in-green {
  overflow: auto;
  padding: 5px;
  border-radius: 10px;
  background-color: #f6f4f1;
  background-color: #009246;
}
.mnd-d-in-red > .mnd-label,
.mnd-d-in-green > .mnd-label {
  color: white;
}
.mnd-d-set {
  float: left;
  padding-left: 5px;
  width: 233px;
}
.mnd-d-cs {
  width: 100%;
  line-height: 40px;
  background-color: white;
  overflow: auto;
  border-radius: 0 0 5px 5px;
}
.mnd-label {
  line-height: 30px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.mnd-d-reason {
  padding: 5px;
  background-color: white;
  overflow: auto;
  line-height: 30px;
}
.reasonSepaBox {
  border-radius: 0 0 5px 5px;
}
.redBorderSepaBox {
  border-top: 2px solid #ce2b37;
}
.grayBorderSepaBox {
  border-top: 2px solid #f6f4f1;
}
.opacity01 {
  opacity: 0.1;
}
.mnd-t-btn {
  float: left;
  padding: 5px;
  width: 100px;
}
.mnd-t-input {
  float: left;
  padding: 5px;
  width: 100px;
  width: 200px;
}
.pay-form-manager {
  text-align: center;
  width: 450px;
  padding: 10px 100px 10px 100px;
}
.mng-run-all {
  border-bottom: 5px solid #f6f4f1;
  border-radius: 0 0 5px 5px;
  overflow: auto;
}
.mng-run-det {
  border: 5px solid #f6f4f1;
  border-bottom: 0;
  overflow: auto;
  padding: 10px;
}
.mng-run-c {
  width: 100%;
  border-radius: 10px 10px 0 0;
  background-color: #f6f4f1;
  height: 50px;
}
.mng-run-c .ins-c div,
.mng-run-c .ins-s div {
  padding: 5px 5px 0 5px;
  height: 20px;
  float: left;
  overflow: hidden;
}
.mng-run-c .ins-c {
  float: left;
  overflow: auto;
  height: 50px;
  width: 345px;
}
.mng-run-c .ins-c .itit {
  width: 120px;
}
.mng-run-c .ins-c .ival {
  font-weight: bold;
  width: 205px;
  text-transform: uppercase;
}
.mng-run-c .ins-s {
  float: left;
  overflow: auto;
  height: 50px;
  width: 235px;
}
.mng-run-c .ins-s .itit {
  width: 120px;
}
.mng-run-c .ins-s .ival {
  font-weight: bold;
  width: 95px;
}
.mng-run-c .istat {
  float: left;
  height: 50px;
  width: 45px;
  display: block;
}
.mng-run-c .istat .rc {
  padding: 10px 5px 10px 5px;
  float: left;
}
.mng-run-c .istat .rc div {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}
.mng-run-c .istat .rc .red img,
.mng-run-c .istat .rc .yellow img,
.mng-run-c .istat .rc .green img {
  padding-top: 5px;
}
.mng-run-c .istat .rc .red {
  background-color: #b65959;
}
.mng-run-c .istat .rc .yellow {
  background-color: #aaaaaa;
}
.mng-run-c .istat .rc .green {
  background-color: #009246;
}
.mng-pay-c {
  padding: 0 0 10px 0;
}
.mng-pay-c .mng-pay-in {
  border: 5px solid #f6f4f1;
  border-radius: 10px;
}
.mng-pay-c .mng-pay-in .pay-label {
  line-height: 30px;
  text-transform: uppercase;
}
.mng-pay-c .mng-pay-in .set-pay {
  float: right;
}
.mng-pay-c .mng-pay-in .set-pay div {
  padding-left: 5px;
  float: right;
}
.mng-pay-c .mng-pay-in .mng-det {
  overflow: auto;
  padding: 5px;
}
.mng-pay-c .red {
  border: 5px solid #ce2b37;
}
.mng-pay-c .red .mnd-label {
  background-color: #ce2b37;
  color: white;
}
.mng-pay-c .grey {
  border: 5px solid #f6f4f1;
}
.mng-pay-c .grey .mnd-label {
  background-color: #f6f4f1;
}
.mng-pay-c .green {
  border: 5px solid #009246;
}
.mng-pay-c .green .mnd-label {
  background-color: #009246;
  color: white;
}
.mng-gen-c {
  padding: 0 0 10px 0;
}
.mng-gen-c .mng-gen-in {
  border: 5px solid #f6f4f1;
  border-radius: 10px;
}
.mng-gen-c .mng-gen-in .mnd-label {
  background-color: #f6f4f1;
}
.mng-gen-c .mng-gen-in .gen-label {
  line-height: 30px;
  text-transform: uppercase;
  background-color: #f6f4f1;
}
.mng-gen-c .mng-gen-in .mng-det {
  overflow: auto;
  padding: 5px;
}
.checkout-summary-total {
  text-align: right;
  font-weight: 500;
  font-size: 25px;
}
/*!
 * angular-loading-bar v0.6.0
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2014 Wes Cruver
 * License: MIT
 */

.loading-bar-modal {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 106, 137, 0.2);
}
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}
#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #f4a321;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: 0.45;
  -moz-box-shadow: #f4a321 1px 0 6px 1px;
  -ms-box-shadow: #f4a321 1px 0 6px 1px;
  -webkit-box-shadow: #f4a321 1px 0 6px 1px;
  box-shadow: #f4a321 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  left: 50%;
  top: 50%;
  margin-top: -27px;
  margin-left: -27px;
}
#loading-bar-spinner .spinner-icon {
  width: 42px;
  height: 42px;
  border: solid 6px transparent;
  border-top-color: #f4a321;
  border-left-color: #f4a321;
  border-radius: 30px;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}
@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 1100px) {
  
}
@media screen and (min-width: 480px) {
  
}
@media screen and (min-width: 320px) {
  
}
@media screen and (min-width: 768px) {
  
}
/*#region ITEMS*/

.search-input {
  padding: 10px 10px 10px 40px;
  width: calc(100% - 50px);
  border-radius: 10px;
  border: 0;
  height: 20px;
  background: url(../Images/Icons/search-input.png) no-repeat 10px 10px;
  background-color: #f6f4f1;
}
.location-input {
  padding: 10px 0 10px 40px;
  width: calc(100% - 40px);
  border-radius: 10px;
  border: 0;
  height: 20px;
  background: url(../Images/Icons/location-input.png) no-repeat 10px 10px;
  background-color: #f6f4f1;
}
.date-input {
  padding: 10px 0 10px 40px;
  width: calc(100% - 40px);
  border-radius: 10px;
  border: 0;
  height: 20px;
  background: url(../Images/Icons/date-input.png) no-repeat 10px 10px;
  background-color: #f6f4f1;
}
.type-input {
  padding: 10px 0 10px 40px;
  width: calc(100% - 40px);
  border-radius: 10px;
  border: 0;
  height: 20px;
  background: url(../Images/Icons/type-input.png) no-repeat 10px 10px;
  background-color: #f6f4f1;
}
.div-noreseults {
  font-size: 30px;
  font-weight: bold;
  padding: 20px;
}
.div-geodist {
  font-size: 10px;
}
.race-details-logo {
  width: 100%;
  border-radius: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .race-details-logo {
    max-width: 400px;
  }
}
.runner-row {
  overflow: auto;
  border-bottom: 1px solid #f6f4f1;
}
@media screen and (min-width: 320px) {
  .runner-row {
    min-width: 1100px;
  }
}
@media screen and (min-width: 1100px) {
  .runner-row {
    min-width: unset;
  }
}
.runner-row-mr {
  overflow: auto;
  border-bottom: 1px solid #f6f4f1;
  width: 100%;
}
.runner-bibnumber {
  float: left;
  width: 100px;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  text-align: left;
  text-transform: uppercase;
}
.runner-name {
  float: left;
  width: 200px;
  height: 30px;
  line-height: 30px;
  padding: 5px;
}
.runner-sportsclub {
  float: left;
  width: 210px;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  overflow: hidden;
}
.runner-ss {
  float: left;
  width: 40px;
  height: 30px;
  line-height: 30px;
  padding: 5px 5px 5px 5px;
  overflow: hidden;
}
.runner-L {
  float: left;
  width: 650px;
  height: 30px;
  line-height: 30px;
  padding: 5px;
}
.runner-XL {
  float: left;
  width: 850px;
  height: 30px;
  line-height: 30px;
  padding: 5px;
}
.runner-state-subscr-icon {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f6f4f1;
  cursor: pointer;
}
.runner-state-subscr-icon img {
  width: 16px;
  padding: 7px;
}
.runner-sex-icon {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f6f4f1;
  cursor: default;
}
.runner-sex-icon img {
  width: 16px;
  padding: 7px;
}
.runner-status-base {
  cursor: default;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.runner-status-base img {
  padding: 5px;
}
.runner-status-red {
  cursor: default;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #b65959;
}
.runner-status-red img {
  padding: 5px;
}
.runner-status-yellow {
  cursor: default;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e6e4e1;
}
.runner-status-yellow img {
  padding: 5px;
}
.runner-status-green {
  cursor: default;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #7cb659;
}
.runner-status-green img {
  padding: 5px;
}
.status-ok {
  cursor: default;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #7cb659;
  cursor: pointer;
}
.status-ok img {
  padding: 5px;
}
.status-ko {
  cursor: default;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #b65959;
  cursor: pointer;
}
.status-ko img {
  padding: 5px;
}
.status-boh {
  cursor: default;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #2f3236;
  opacity: 0.5;
}
.status-boh img {
  padding: 5px;
}
.runner-head {
  overflow: auto;
  border-bottom: 1px solid #2f3236;
}
@media screen and (min-width: 320px) {
  .runner-head {
    min-width: 1100px;
  }
}
@media screen and (min-width: 1100px) {
  .runner-head {
    min-width: unset;
  }
}
.runner-head-mr {
  overflow: auto;
  border-bottom: 1px solid #2f3236;
  width: 100%;
}
.runner-head-mr > div {
  text-transform: uppercase;
}
.runner-head div {
  font-weight: bold;
  text-transform: uppercase;
  opacity: 1;
}
.runner-pager {
  width: 100%;
  font-size: 20px;
  padding: 20px 0 20px 0;
  text-align: center;
  overflow: auto;
  font-weight: bold;
}
.runner-page {
  float: right;
  width: 100px;
  line-height: 40px;
  font-weight: bold;
  padding: 0 5px 0 5px;
}
.settings-title {
  font-size: 20px;
  padding: 10px 0 20px 0;
  text-transform: uppercase;
}
.settings-title-2 {
  font-size: 20px;
  padding: 10px 0 20px 0;
  text-transform: uppercase;
  padding: 40px 0 20px 0;
}
.avatar-left {
  float: left;
  width: 220px;
}
.avatar-right {
  float: left;
}
@media screen and (min-width: 1100px) {
  .avatar-right {
    width: 540px;
  }
}
.avatar-big {
  width: 150px;
  border-radius: 50%;
}
.underline-title {
  font-weight: bold;
  border-bottom: 1px solid #f6f4f1;
  padding-bottom: 5px;
}
/*#endregion*/

/*#region DIVS*/

.search-form {
  overflow: auto;
  width: calc(100% - 40px);
}
@media screen and (min-width: 320px) {
  .search-form {
    padding: 10px 20px 0 20px;
  }
}
@media screen and (min-width: 1100px) {
  .search-form {
    padding: 20px 20px 10px 20px;
  }
}
.search-form-bottom {
  width: calc(100% - 40px);
  padding: 10px 20px 0 20px;
  overflow: auto;
}
.div-search-input-1 {
  float: left;
  width: calc(100% - 55px);
}
.div-search-input {
  float: left;
}
@media screen and (max-width: 479px) {
  .div-search-input {
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .div-search-input {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .div-search-input {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .div-search-input {
    width: calc(100% - 110px);
  }
}
.div-search-input-3 {
  float: left;
}
@media screen and (max-width: 479px) {
  
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .div-search-input-3 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .div-search-input-3 {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .div-search-input-3 {
    width: calc(100% - 160px);
  }
}
.div-search-input-4 {
  float: left;
}
@media screen and (min-width: 320px) {
  .div-search-input-4 {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .div-search-input-4 {
    width: calc(100% - 210px);
    height: 81px;
  }
}
.div-search-textEdit-4 {
  float: left;
  width: calc(100% - 210px);
  line-height: 40px;
}
.div-search-input-6 {
  float: left;
  width: calc(100% - 310px);
}
.div-search-input-7 {
  float: left;
}
@media screen and (min-width: 320px) {
  .div-search-input-7 {
    width: 100%;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1100px) {
  .div-search-input-7 {
    width: calc(100% - 360px);
  }
}
.in-div-search-l {
  float: left;
  padding-right: 10px;
  width: calc(50% - 10px);
}
.in-div-search-r {
  float: left;
  padding-left: 10px;
  width: calc(50% - 10px);
}
.div-search-icon-1 {
  float: left;
  padding-left: 10px;
  width: 45px;
  overflow: auto;
}
.div-search-icon {
  width: 100px;
  overflow: auto;
}
@media screen and (max-width: 479px) {
  .div-search-icon {
    float: right;
    padding-top: 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .div-search-icon {
    float: right;
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .div-search-icon {
    float: right;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .div-search-icon {
    float: left;
    padding-left: 10px;
  }
}
.div-search-icon-3 {
  overflow: auto;
}
@media screen and (max-width: 479px) {
  .div-search-icon-3 {
    float: right;
    padding-top: 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .div-search-icon-3 {
    float: right;
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .div-search-icon-3 {
    float: right;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .div-search-icon-3 {
    float: left;
    padding-left: 10px;
    width: 150px;
  }
}
.div-search-icon-4 {
  overflow: auto;
}
@media screen and (min-width: 320px) {
  .div-search-icon-4 {
    float: right;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .div-search-icon-4 {
    float: left;
    padding-left: 10px;
    width: 200px;
  }
}
.div-search-icon-6 {
  float: left;
  padding-left: 10px;
  width: 300px;
  overflow: auto;
}
.div-search-icon-7 {
  float: left;
  padding-left: 10px;
  width: 350px;
  overflow: auto;
}
.div-search-icon-container {
  float: left;
  width: 40px;
  padding: 0 5px 0 5px;
}
.div-search-icon-container-fr {
  float: right;
  width: 40px;
  min-width: 40px;
  padding: 0 5px 0 5px;
}
.div-search-www-left {
  float: left;
}
@media screen and (max-width: 479px) {
  .div-search-www-left {
    padding-top: 10px;
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .div-search-www-left {
    padding-top: 10px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .div-search-www-left {
    padding-top: 10px;
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .div-search-www-left {
    padding: 0 10px 20px 0;
    width: calc(33% - 10px);
  }
}
.div-search-www-right {
  float: left;
}
@media screen and (max-width: 479px) {
  .div-search-www-right {
    padding-top: 10px;
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .div-search-www-right {
    padding-top: 10px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .div-search-www-right {
    padding-top: 10px;
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .div-search-www-right {
    padding: 0 0 20px 10px;
    width: calc(33% - 10px);
  }
}
.div-search-www-34 {
  float: left;
}
@media screen and (max-width: 479px) {
  .div-search-www-34 {
    padding-top: 10px;
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .div-search-www-34 {
    padding-top: 10px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .div-search-www-34 {
    padding-top: 10px;
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .div-search-www-34 {
    padding: 0 10px 20px 10px;
    width: calc(34% - 20px);
  }
}
.in-c-search {
  /*width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);*/
  padding: 0 10px 10px 10px;
  overflow: auto;
}
.search-race-container {
  float: left;
  width: calc(100% - 20px);
  padding: 10px;
  overflow: auto;
}
.search-race-in {
  border-radius: 10px;
  border: 1px solid #e6e4e1;
  overflow: auto;
}
.search-race-img {
  width: 50px;
  height: 50px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px 0 0 0px;
}
.search-race-unpaid-img {
  width: 20px;
  height: 20px;
  float: right;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 10px 10px 0 0;
  /*border-radius: 10px 0 0 10px;*/

}
@media screen and (max-width: 479px) {
  .search-race-unpaid-img {
    border-radius: 10px 0 0 0;
  }
}
.search-race-title {
  padding: 0 10px 0 10px;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  /*float: left;*/
  /*line-height: 50px;*/
  overflow: hidden;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 479px) {
  
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .search-race-title {
    width: calc(100% - 70px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .search-race-title {
    width: calc(100% - 70px);
  }
}
@media screen and (min-width: 1100px) {
  .search-race-title {
    width: 250px;
  }
}
.search-race-title-large {
  padding: 0 10px 0 10px;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  /*float: left;*/
  /*line-height: 50px;*/
  overflow: hidden;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 479px) {
  
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .search-race-title-large {
    width: calc(100% - 70px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .search-race-title-large {
    width: calc(100% - 70px);
  }
}
@media screen and (min-width: 1100px) {
  .search-race-title-large {
    width: 250px;
  }
}
@media screen and (min-width: 480px) {
  .search-race-title-large {
    width: calc(50% - 70px);
  }
}
@media screen and (min-width: 1100px) {
  .search-race-title-large {
    width: 330px;
  }
}
.search-race-text {
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .search-race-text {
    width: calc(100% - 20px);
    padding: 10px 0 10px 10px;
    height: 45px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .search-race-text {
    width: calc(100% - 20px);
    padding: 10px 0 10px 10px;
    height: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .search-race-text {
    width: calc(100% - 20px);
    padding: 10px 0 10px 10px;
    height: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .search-race-text {
    padding: 0 10px 0 10px;
    height: 50px;
    line-height: 50px;
    width: 380px;
  }
}
.search-race-place {
  float: left;
  overflow: hidden;
  text-transform: uppercase;
}
@media screen and (max-width: 479px) {
  .search-race-place {
    width: calc(100% - 20px);
    padding: 10px 0 10px 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .search-race-place {
    width: calc(100% - 20px);
    padding: 10px 0 10px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .search-race-place {
    /*width: ~"calc(100% - 20px)";
          padding: 10px 0 10px 10px;*/
    padding: 0 10px 0 10px;
    height: 50px;
    line-height: 50px;
    width: 150px;
  }
}
@media screen and (min-width: 1100px) {
  .search-race-place {
    padding: 0 10px 0 10px;
    height: 50px;
    line-height: 50px;
    width: 150px;
  }
}
.search-race-date {
  overflow: hidden;
  float: left;
}
@media screen and (max-width: 479px) {
  .search-race-date {
    width: calc(100% - 20px);
    padding: 0 10px 10px 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .search-race-date {
    width: calc(100% - 20px);
    padding: 0 10px 10px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .search-race-date {
    /*width: ~"calc(100% - 20px)";
          padding: 0 10px 10px 10px;*/
    padding: 0 10px 0 10px;
    height: 50px;
    line-height: 50px;
    width: 98px;
  }
}
@media screen and (min-width: 1100px) {
  .search-race-date {
    padding: 0 10px 0 10px;
    height: 50px;
    line-height: 50px;
    width: 98px;
  }
}
.race-details-left {
  float: left;
  overflow: auto;
}
@media screen and (min-width: 320px) {
  .race-details-left {
    width: calc(100% - 20px);
    padding: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .race-details-left {
    width: 620px;
    padding: 20px 20px 20px 20px;
  }
}
.race-details-left-full {
  float: left;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  /*@media screen and (min-width: 1100px) {
        width: 1060px;
        padding: 20px 20px 20px 20px;
    }*/

}
.race-details-right {
  float: left;
  overflow: auto;
}
@media screen and (min-width: 320px) {
  .race-details-right {
    width: calc(100% - 20px);
    padding: 10px;
  }
}
@media screen and (min-width: 480px) {
  .race-details-right {
    text-align: center;
  }
  .race-details-right .oa {
    text-align: left;
  }
}
@media screen and (min-width: 1100px) {
  .race-details-right {
    width: 400px;
    padding: 20px 20px 20px 20px;
  }
}
.race-details-info {
  float: left;
  text-transform: uppercase;
  padding: 10px 10px 0 0;
  font-size: 15px;
  text-align: right;
  line-height: 27px;
}
@media screen and (min-width: 320px) {
  .race-details-info {
    width: calc(45% - 10px);
  }
}
@media screen and (min-width: 1100px) {
  .race-details-info {
    width: 150px;
  }
}
.race-details-info-text {
  float: left;
  padding: 10px 10px 0 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) {
  .race-details-info-text {
    width: calc(55% - 10px);
  }
}
@media screen and (min-width: 1100px) {
  .race-details-info-text {
    width: 230px;
  }
}
.race-details-description {
  line-height: 25px;
}
.subscribe-successfull {
  font-size: 40px;
  width: 100%;
  text-align: center;
}
.subscribe-box {
  width: 100%;
  /*overflow: auto;*/
  height: auto;
}
@media screen and (min-width: 1100px) {
  .subscribe-box {
    height: 40px;
  }
}
.div-title-mid {
  font-size: 25px;
  padding: 40px 0 20px 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e4e1;
}
.div-title-mid-npt {
  font-size: 25px;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e4e1;
  overflow: auto;
}
.div-mid-npt {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e4e1;
  overflow: auto;
}
.div-mid {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  overflow: auto;
}
.title-mid {
  font-size: 25px;
  text-transform: uppercase;
}
.title-mid-15 {
  font-size: 15px;
  text-transform: uppercase;
}
.title-mid-20 {
  font-size: 20px;
  text-transform: uppercase;
}
.div-title-clmn-doc {
  float: left;
  padding-left: 5px;
}
@media screen and (min-width: 320px) {
  .div-title-clmn-doc {
    width: calc(100% - 105px);
  }
}
@media screen and (min-width: 1100px) {
  .div-title-clmn-doc {
    width: 475px;
  }
}
.div-title-clmn-pay {
  float: left;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .div-title-clmn-pay {
    width: 100px;
  }
}
@media screen and (min-width: 1100px) {
  .div-title-clmn-pay {
    width: 125px;
  }
}
.div-title-mid-20p {
  font-size: 25px;
  padding: 0 0 20px 0;
  text-transform: uppercase;
}
.div-title-mid-20t {
  font-size: 25px;
  padding: 20px 0 0 0;
  text-transform: uppercase;
}
.runner-list {
  overflow: auto;
  width: 100%;
  padding-top: 20px;
}
.runner-list > div {
  text-transform: uppercase;
}
.left-me {
  float: left;
}
@media screen and (min-width: 1100px) {
  .left-me {
    float: left;
    width: 760px;
    padding: 20px;
  }
}
.right-me {
  float: left;
  padding: 20px;
  border-left: 1px solid #f6f4f1;
}
@media screen and (min-width: 320px) {
  .right-me {
    width: calc(100% - 41px);
  }
}
@media screen and (min-width: 768px) {
  .right-me {
    width: 259px;
  }
}
.settings-container {
  background-color: #f6f4f1;
  width: 100%;
  overflow: auto;
}
.left-settings {
  float: left;
}
@media screen and (min-width: 320px) {
  .left-settings {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .left-settings {
    width: 300px;
  }
}
.right-settings {
  float: left;
  min-height: 450px;
  background-color: white;
}
@media screen and (min-width: 320px) {
  .right-settings {
    padding: 10px;
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 1100px) {
  .right-settings {
    width: 760px;
    padding: 10px 20px 30px 20px;
  }
}
.doc-container {
  overflow: auto;
  width: 100%;
  padding: 5px 0 5px 0;
}
.doc-del {
  float: left;
  width: 40px;
}
.doc-filename {
  float: left;
  width: 460px;
  padding: 10px;
}
.doc-filedate {
  float: left;
  padding: 10px;
  width: 180px;
  text-align: right;
}
.summary-documents {
  padding: 10px 0 10px 0;
  overflow: auto;
}
.summary-race-spacer {
  padding-bottom: 10px;
  overflow: auto;
  width: 100%;
}
.doc-racename {
  float: left;
  width: 210px;
  line-height: 40px;
  overflow: hidden;
}
.documents-all {
  overflow: auto;
  padding: 0 0 20px 0;
}
.updoc-oneline {
  float: left;
}
@media screen and (min-width: 1100px) {
  .updoc-oneline {
    padding: 0 10px 20px 0;
    width: calc(100% - 110px);
  }
}
.updoc-left {
  float: left;
  padding: 0 10px 20px 0;
  width: calc(50% - 35px);
}
.updoc-right {
  float: left;
  padding: 0 0 20px 10px;
  width: calc(50% - 35px);
}
.updoc-status {
  float: left;
  width: 40px;
  padding: 18px 0 20px 0;
}
.updoc-status-2 {
  float: left;
  width: 100px;
  padding: 18px 0 20px 0;
}
.updoc-status-3 {
  width: 100px;
}
@media screen and (min-width: 320px) {
  .updoc-status-3 {
    float: right;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .updoc-status-3 {
    float: left;
    padding: 57px 0 0 0;
  }
}
.updoc-status-3-new {
  width: 100px;
}
@media screen and (min-width: 320px) {
  .updoc-status-3-new {
    float: right;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .updoc-status-3-new {
    float: left;
    padding: 0px 0 0 0;
  }
}
.current-doc-container {
  width: calc(100% - 110px);
  float: left;
  padding: 20px 20px 10px 10px;
}
.current-doc-container-big {
  width: calc(100% - 60px);
  float: left;
  padding: 20px 20px 10px 0;
}
.current-doc {
  font-weight: bold;
  border-radius: 10px;
  width: calc(100% - 10px);
  padding: 10px 10px 10px 10px;
  background-color: #f6f4f1;
}
.doc-error {
  color: #f46868;
}
.doc-setted {
  overflow: hidden;
}
.doc-response {
  padding: 0 20px 20px 20px;
}
.checkout-container {
  padding: 5px;
  border-radius: 10px;
  background-color: #f6f4f1;
  float: left;
}
@media screen and (min-width: 320px) {
  .checkout-container {
    width: calc(100% - 110px);
  }
}
@media screen and (min-width: 1100px) {
  .checkout-container {
    width: calc(100% - 140px);
  }
}
.checkout-container-big {
  border-radius: 10px;
  background-color: #f6f4f1;
  width: 100%;
}
.checkout-ticket {
  float: left;
  width: 70px;
  padding-top: 17px;
  height: 40px;
  line-height: 25px;
  text-align: right;
}
.payment-status-ok {
  float: left;
  height: 30px;
}
@media screen and (min-width: 320px) {
  .payment-status-ok {
    padding: 10px 35px 15px 35px;
  }
}
@media screen and (min-width: 480px) {
  .payment-status-ok {
    padding: 15px 35px 15px 35px;
  }
}
@media screen and (min-width: 1100px) {
  .payment-status-ok {
    padding: 15px 50px 15px 50px;
  }
}
.payment-status-cancel-doc {
  float: left;
  height: 90px;
  width: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.payment-status-cancel-doc a.btn-cancel {
  display: block;
  width: 80px;
  background-color: #f4a321;
  border-radius: 20px;
  height: 25px;
  text-transform: uppercase;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  color: white;
  margin-top: 10px;
  font-size: 13px;
}
.payment-status-cancel {
  float: left;
  height: 60px;
  width: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.payment-status-cancel a.btn-cancel {
  display: block;
  width: 80px;
  background-color: #f4a321;
  border-radius: 20px;
  height: 25px;
  text-transform: uppercase;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  color: white;
  margin-top: 5px;
  font-size: 13px;
}
.checkout-chk {
  float: left;
  width: 30px;
  padding-top: 17px;
  height: 40px;
  text-align: center;
}
.chekout-user {
  text-transform: uppercase;
  border-radius: 10px;
  background-color: #f6f4f1;
  min-height: 30px;
  line-height: 30px;
  overflow: auto;
}
@media screen and (min-width: 320px) {
  .chekout-user {
    width: calc(100% - 10px);
    padding: 5px;
  }
}
@media screen and (min-width: 480px) {
  .chekout-user {
    width: calc(100% - 20px);
    padding: 10px;
  }
}
.chekout-status {
  float: right;
  width: 30px;
}
.click-detail {
  float: right;
  padding-right: 10px;
  font-size: 15px;
  text-transform: lowercase;
  text-decoration: underline;
}
@media screen and (max-width: 479px) {
  .click-detail {
    width: calc(100% - 10px);
  }
}
.checkout-docs {
  background-color: white;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 320px) {
  .checkout-docs {
    padding: 5px;
  }
}
@media screen and (min-width: 1100px) {
  .checkout-docs {
    padding: 10px;
  }
}
.checkout-sum {
  border-top: 1px solid #f6f4f1;
  font-size: 40px;
  height: 50px;
  text-align: right;
  padding: 10px 0 10px 0;
}
@media screen and (min-width: 320px) {
  .checkout-sum {
    float: right;
  }
}
@media screen and (min-width: 1100px) {
  .checkout-sum {
    float: left;
    width: 200px;
  }
}
.checkout-sum-big {
  border-top: 1px solid #f6f4f1;
  font-size: 40px;
  height: 50px;
  text-align: right;
  padding: 10px 0 10px 0;
  /*width: 300px;*/

}
@media screen and (min-width: 320px) {
  .checkout-sum-big {
    float: right;
  }
}
@media screen and (min-width: 1100px) {
  .checkout-sum-big {
    float: left;
    width: 200px;
  }
}
.checkout-slider {
  border-top: 1px solid #f6f4f1;
  font-size: 40px;
  height: 50px;
  text-align: right;
  padding: 10px 0 10px 0;
  float: left;
  width: calc(100% - 300px);
  font-size: 20px;
}
.checkout-txt {
  border-top: 1px solid #f6f4f1;
  height: 50px;
  padding: 10px 0 10px 0;
  float: left;
  text-align: left;
}
@media screen and (min-width: 1100px) {
  .checkout-txt {
    width: 420px;
  }
}
.pay-left {
  float: left;
  text-transform: uppercase;
  padding: 10px 10px 0 0;
  font-size: 15px;
  width: calc(40% - 10px);
  text-align: right;
  line-height: 27px;
  height: 30px;
}
.pay-right {
  float: left;
  text-transform: uppercase;
  padding: 10px 0 0 10px;
  font-size: 20px;
  width: calc(60% - 10px);
  text-align: left;
  min-height: 30px;
  line-height: 25px;
  word-wrap: break-word;
}
.pay-form {
  text-align: center;
  width: 400px;
  padding: 10px 100px 10px 100px;
}
.race-summary-description {
  overflow: auto;
  width: calc(100% - 100px);
  float: left;
  /*@media screen and (min-width: 768px) and (max-width: 1099px) {
        display: table;
    }

    @media screen and (min-width: 1100px) {
        display: table;
    }*/

}
@media screen and (min-width: 480px) {
  .race-summary-description {
    display: table;
  }
}
.race-status {
  overflow: auto;
  float: left;
}
/*#endregion*/

/*#region LINKS*/

a.round-icon {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #f4a321;
  opacity: 0.5;
}
a.round-icon img {
  width: 20px;
}
a.round-icon-active {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #f4a321;
}
a.round-icon-active img,
a.round-icon-grey img,
a.round-icon-grey-dis img {
  width: 20px;
}
a.round-icon-r-active {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #ce2b37;
}
a.round-icon-r {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #ce2b37;
  opacity: 0.5;
}
a.round-icon-g-active {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #009246;
}
a.round-icon-g {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #009246;
  opacity: 0.5;
}
a.round-icon-gr-active {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #2f3236;
  opacity: 0.5;
}
a.round-icon-gr {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #2f3236;
  opacity: 0.2;
}
a.round-icon-grey {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #2f3236;
  opacity: 0.5;
}
a.round-icon-grey:active {
  opacity: 0.6;
}
a.round-icon-grey-dis {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #2f3236;
  opacity: 0.2;
}
.round-status-base {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  cursor: default;
}
a.round-status-red img {
  width: 20px;
}
a.round-status-red {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  cursor: default;
  background-color: #b65959;
}
a.round-status-green {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  cursor: default;
  background-color: #7cb659;
}
a.round-status-green img {
  width: 20px;
}
a.round-status-grey {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  cursor: default;
  background-color: #e6e4e1;
}
a.round-status-grey img {
  width: 20px;
}
a.round-status-red-h {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  cursor: default;
  background-color: #b65959;
  cursor: pointer;
}
div.round-status-red-h {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  cursor: default;
  background-color: #b65959;
  cursor: pointer;
  margin-top: 5px;
  float: right;
}
div.round-status-green {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  cursor: default;
  float: right;
  margin-top: 5px;
  cursor: pointer;
  background-color: #7cb659;
}
div.round-status-green img {
  width: 20px;
}
div.round-status-grey {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  cursor: default;
  float: right;
  margin-top: 5px;
  cursor: pointer;
  background-color: #e6e4e1;
}
div.round-status-grey img {
  width: 20px;
}
.social-icon {
  width: 30px;
  height: 30px;
  float: left;
  padding: 5px;
}
.social-icon img {
  width: 30px;
}
.social-icon img:active {
  opacity: 0.7;
}
a.btn-gen-orange-100 {
  display: block;
  width: 100px;
  background-color: #f4a321;
  border-radius: 20px;
  height: 40px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: white;
}
a.btn-gen-orange-200 {
  display: block;
  /*width: 200px;*/
  background-color: #f4a321;
  border-radius: 20px;
  height: 40px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: white;
}
@media screen and (min-width: 1100px) {
  a.btn-gen-orange-200 {
    width: 200px;
  }
}
a.btn-gen-orange-300 {
  display: block;
  /*width: 300px;*/
  background-color: #f4a321;
  border-radius: 20px;
  height: 40px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: white;
  overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  a.btn-gen-orange-300 a.btn-gen-orange-300 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1100px) {
  a.btn-gen-orange-300 {
    width: 300px;
  }
}
/* NUOVI PULSANTI AZIONE GARA (DESCRIZIONE/ELENCO ISCRITTI/ ISCRIVITI ALLA GARA */

a.btn-subscribe-race {
  display: block;
  float: right;
  background-color: #f4a321;
  border-radius: 20px;
  height: 40px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  /*text-decoration: none;*/
  text-decoration: underline;
  color: white;
}
@media screen and (min-width: 320px) {
  a.btn-subscribe-race {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  a.btn-subscribe-race {
    width: 200px;
  }
}
a.btn-subscribe500-race {
  display: block;
  float: right;
  /*width: 500px;*/
  background-color: #f4a321;
  border-radius: 20px;
  /*height: 40px;*/
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: white;
}
@media screen and (min-width: 1100px) {
  a.btn-subscribe500-race {
    width: 500px;
  }
}
a.btn-subscribe-inactive-race {
  display: block;
  float: right;
  /*background-color: #f6b348;*/
  background-color: #f4a321;
  border-radius: 20px;
  height: 40px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: white;
  /*opacity: 0.5;*/
  opacity: 1;
}
@media screen and (min-width: 320px) {
  a.btn-subscribe-inactive-race {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  a.btn-subscribe-inactive-race {
    width: 200px;
  }
}
/*******************************************************************************/

/***********ALTRI PULSANTI******************************************************/

a.btn-subscribe {
  display: block;
  float: right;
  background-color: #f4a321;
  border-radius: 20px;
  height: 40px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  /*text-decoration: underline;*/
  color: white;
}
@media screen and (min-width: 320px) {
  a.btn-subscribe {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  a.btn-subscribe {
    width: 200px;
  }
}
a.btn-subscribe500 {
  display: block;
  float: right;
  /*width: 500px;*/
  background-color: #f4a321;
  border-radius: 20px;
  /*height: 40px;*/
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: white;
  width: calc(100% - 100px);
}
@media screen and (min-width: 1100px) {
  a.btn-subscribe500 {
    width: 500px;
  }
}
a.btn-subscribe-inactive {
  display: block;
  float: right;
  background-color: #f6b348;
  /*background-color: #f4a321;*/
  border-radius: 20px;
  height: 40px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: white;
  opacity: 0.5;
  /*opacity: 1;*/

}
@media screen and (min-width: 320px) {
  a.btn-subscribe-inactive {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  a.btn-subscribe-inactive {
    width: 200px;
  }
}
/***************************************************************************/

a.btn-grey {
  display: block;
  float: right;
  background-color: #aaaaaa;
  border-radius: 20px;
  height: 40px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: white;
}
@media screen and (min-width: 320px) {
  a.btn-grey {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  a.btn-grey {
    width: 200px;
  }
}
.settings-lnk {
  display: block;
  text-decoration: none;
  color: #2f3236;
  text-transform: uppercase;
  background-color: #f6f4f1;
}
.settings-lnk.active {
  background-color: white;
}
.settings-lnk.inactive {
  color: #c6c6c6;
}
@media screen and (min-width: 320px) {
  .settings-lnk {
    width: 120px;
    padding: 20px 10px;
    float: left;
  }
}
@media screen and (min-width: 480px) {
  
}
@media screen and (min-width: 768px) {
  
}
@media screen and (min-width: 1100px) {
  .settings-lnk {
    width: 280px;
    padding: 30px 10px 30px 10px;
  }
}
.progress-container {
  width: 100%;
  padding: 0 0 10px 0;
  /*overflow:auto;*/
  height: 70px;
  overflow: hidden;
}
.progress-bar {
  border-bottom: 5px solid #7cb659;
  width: 100%;
  height: 5px;
  padding-top: 7px;
  margin-left: -5px;
}
.progress-item-123 {
  float: left;
}
@media screen and (min-width: 320px) {
  .progress-item-123 {
    width: calc(33.33% - 10px);
  }
}
@media screen and (min-width: 1100px) {
  .progress-item-123 {
    width: 196px;
  }
}
.progress-item-4 {
  float: left;
  width: 30px;
  overflow: auto;
}
.progress-item-12 {
  float: left;
  width: 295px;
  /*overflow:auto;*/

}
.progress-item-3 {
  float: left;
  width: 30px;
  overflow: auto;
}
.progress-num-base {
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: white;
  text-align: center;
  line-height: 30px;
  float: left;
}
.progress-num-ko {
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: white;
  text-align: center;
  line-height: 30px;
  float: left;
  background-color: #aaaaaa;
}
.progress-num-ok {
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: white;
  text-align: center;
  line-height: 30px;
  float: left;
  background-color: #7cb659;
}
.progress-grey {
  border-bottom: 5px solid #aaaaaa;
  height: 5px;
  float: left;
  padding-top: 7px;
}
@media screen and (min-width: 320px) {
  .progress-grey {
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 1100px) {
  .progress-grey {
    width: 166px;
  }
}
.progress-grey-b {
  border-bottom: 5px solid #aaaaaa;
  height: 5px;
  float: left;
  padding-top: 7px;
  width: 264px;
}
@media screen and (min-width: 320px) {
  .progress-grey-b {
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 1100px) {
  .progress-grey-b {
    width: 166px;
  }
}
.progress-text-spacer {
  float: left;
  width: 50px;
  height: 5px;
}
@media screen and (min-width: 320px) {
  .progress-text-spacer {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .progress-text-spacer {
    display: block;
  }
}
.progress-text-spacer-b {
  float: left;
  width: 50px;
  height: 5px;
  width: 95px;
}
@media screen and (min-width: 320px) {
  .progress-text-spacer-b {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .progress-text-spacer-b {
    display: block;
  }
}
.progress-text-l {
  float: left;
  text-align: left;
}
@media screen and (min-width: 320px) {
  .progress-text-l {
    width: 25%;
  }
}
@media screen and (min-width: 1100px) {
  .progress-text-l {
    width: 135px;
  }
}
.progress-text-l-b {
  float: left;
  text-align: left;
  width: 240px;
}
@media screen and (min-width: 320px) {
  .progress-text-l-b {
    width: 25%;
  }
}
@media screen and (min-width: 1100px) {
  .progress-text-l-b {
    width: 135px;
  }
}
.progress-text-c1 {
  float: left;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .progress-text-c1 {
    width: 25%;
  }
}
@media screen and (min-width: 1100px) {
  .progress-text-c1 {
    width: 145px;
  }
}
.progress-text-c2 {
  float: left;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .progress-text-c2 {
    width: 25%;
  }
}
@media screen and (min-width: 1100px) {
  .progress-text-c2 {
    width: 150px;
  }
}
.progress-text-r {
  float: left;
  text-align: right;
}
@media screen and (min-width: 320px) {
  .progress-text-r {
    width: 25%;
  }
}
@media screen and (min-width: 1100px) {
  .progress-text-r {
    width: 140px;
  }
}
.div-raceurl {
  height: 20px;
  line-height: 20px;
  padding: 0 0 0 10px;
  overflow: hidden;
}
.table-cursor thead th {
  cursor: pointer;
}
.in-doc-container {
  padding: 5px;
  border: 3px solid #f6f4f1;
  border-radius: 5px;
}
.order-h-25prc {
  float: left;
  font-weight: bold;
  box-sizing: border-box;
  /*@media screen and (min-width: 1024px) {
        width: 1024px;
    }

    @media screen and (min-width: 1200px) {
        width: 1200px;
    }*/

}
@media screen and (min-width: 320px) {
  .order-h-25prc {
    width: 100%;
    padding: 5px 10px;
  }
}
@media screen and (min-width: 768px) {
  .order-h-25prc {
    width: 25%;
    padding: 10px;
  }
}
.order-25prc {
  float: left;
  /*width: ~"calc(25% - 20px)";
    padding: 10px;*/
  box-sizing: border-box;
}
@media screen and (min-width: 320px) {
  .order-25prc {
    width: 100%;
    padding: 5px 10px;
  }
}
@media screen and (min-width: 768px) {
  .order-25prc {
    width: 25%;
    padding: 10px;
  }
}
.cp {
  cursor: pointer;
}
@media screen and (max-width: 1099px) {
  .w100perc-responsive {
    width: 100%;
  }
}
/*modifica William 13/06/2016*/

.leftBox {
  float: left;
  width: calc(50% - 5px);
  padding: 5px 5px 0 0;
}
.rightBox {
  float: left;
  width: calc(50% - 5px);
  padding: 5px 0 0 5px;
}
/*#endregion*/

