.has-danger input,
.has-danger select{
    border-color: #e74a3b;
}

.help-block {
    font-size: 0.8em;
}

.has-danger .help-block {
    color: #e74a3b;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border-color: #d1d3e2;
}

.select2-selection__rendered {
    /*line-height: 31px !important;*/
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}
#wineregion-form .card-footer{position: relative;}
.wineregion-backbtn{position: absolute;}
.card img {
    max-width: 100%;
    height: auto;
}
.has-error.has-danger .select2-selection.select2-selection--multiple {
    border-color: #e74a3b;
}

.navbar-nav-child .nav-link {
    padding: 0.5rem !important;
}
.sidebar-content {
    padding: 1rem 1.5rem 1rem 2.5rem;
    color: #fff;
}
.sidebar-content a {
    color: #ffffff;
}
.sidebar-content h5 {
    font-size: 0.95rem;
    font-weight: normal;
}
.sidebar-content p {
    font-size: 0.85rem;
}
.sidebar-content strong {
    font-size: 0.8rem;
    font-weight: bolder;
}
.wtc-content h5{
    font-size: 1rem;
}
.info-circle {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #999;
    color: #fff;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    font-family: 'Guardian Egyptian Semibold Web', Serif;
    cursor: default;
    margin-top: 2px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
    background: #fff;
    border: 1px solid #000;
    border-radius: 0px;
    box-shadow: none;
    max-width: 180px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content {
    color: #000;
    font-family: 'Gotham A','Gotham B', Arial, Sans-Serif;
    font-size: 11px;
    line-height: 1.2em;
    padding: 15px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #fff;
    top: -1px;
}
.margin-auto{
    margin: auto 0;
}
.wineregion-tree ul{padding-left: 15px; list-style-type: none;}
a.small-circle{
  display: inline-block;
  width: 20px;
  height: 21px;
  margin-left: 6px;
  text-align: center;
  text-decoration: none;
  background-repeat: no-repeat;
}
a.small-circle.inactive{
  opacity: .2;
  cursor: default;
}
a.small-circle.wineprice-update{
    background-image: url('../../Images/icon-wineprice-update.png');
}
a.small-circle.wineprice-create{
    background-image: url('../../Images/icon-wineprice-create.png');
}
a.small-circle.wineprice-delete{
    background-image: url('../../Images/icon-wineprice-delete.png');
}
a.event-preview-link {
    display: inline-block;
    width: 21px;
    height: 20px;
    background-image: url('../../Images/icon-event-preview.png');
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
}
.spacer {
    height: 2em;
}
.hidden {
    display: none !important;
}
.mfp-bg {
    background: #fff;
    opacity: 0.9;
}
.mfp-iframe-holder .mfp-content {
    max-width: 1180px;
}
.layout101 {
    float: none;
    width: autp;
    border: 1px solid #7f7f7f;
    padding: 25px 25px 10px 25px;
    margin: 0 0 25px 0;
    font-family: 'Gotham A','Gotham B', Arial, Sans-Serif;
    font-size: 14px;
    line-height: 1.5em;
}
.map-iframe, aside.event-aside .map-iframe {
    width: 100%;
    height: 360px;
}
#event-preview.white-popup-block {
    position: relative;
    max-width: 1170px;
    margin: auto;
}
#event-preview-ajax-response {
    padding: 15px;
    margin: -15px;
    background: #fff;
    border: 1px solid #000;
}
.align-right.table-price-eurchf .wineprice-new.form-control {
    width: 70%;
    float: left;
    clear: left;
}
.align-right.table-price-eurchf span{
    padding: 5px 0 10px 5px;
    display: inline-block;
}
/*wtc style*/

ul.typo3-messages {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.typo3-messages p {
    margin: 0;
}
.degustationnotes-popups-content {
    max-width: 991px;
    background: #fff;
    margin: auto;
  }
.degustationnotes-popups-content {
    position: relative;
    margin: 45px auto;
}
.box {
    border: 1px solid rgb(0,0,0);
    margin-bottom: 30px;
}
.degustationnotes-popups-content .boxContent {
    padding: 30px;
}
.boxContent {
    border-top: 44px solid rgb(195,212,215);
      border-top-color: rgb(195, 212, 215);
  }
.vinumDarkGreen .boxContent {
    border-color: rgb(153, 177, 153);
}

@media (min-width: 768px) {
    .navbar-nav.navbar-nav-child {
        padding-left: 0.5rem;
    }
}
.show-rest-of-fields {display: none;}
.show-more-field:focus {box-shadow: unset;}