@charset "UTF-8";

.carousel-caption.d-md-block {
    display: flex !important;
    flex-direction: column;
    bottom: unset;
    top: 5%;
    right: unset;
    padding-top: 0;
    width: 60%;
    left: 3%;
}

/*.carousel-caption > h5 {*/
/*    display: inline-block;*/
/*    font-size: 32px;*/
/*}*/

.carousel-caption > p {
    display: inline-block;
    /*font-size: 22px;*/
    text-align: left;
    line-height: 1.2;
    font-weight: bold;
}

@media (min-width: 768px) {
    .carousel-caption > p {
        font-size: 36pt;
    }
}

@media (max-width: 768px) {
    .carousel-caption > p {
        font-size: 15pt;
    }

    .carousel-caption {
        left: 5%;
    }
}


#localeselector {

}

#localeselector a {
    display: inline-block;
}

#localeselector .locale-sep {
    display: none;
}

.link-no-decoration {
    text-decoration: none;
    color: unset;
}


.ftr-custom-form-layout .material-label {
    color: unset !important;
}

@media (max-width: 768px) {
    a.navbar-brand.navbar-link img {
        height: 80px;
        float: right;
    }
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f20daf;
    --bs-btn-border-color: #f20daf  ;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e807a6;
    --bs-btn-hover-border-color: #f20daf;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f20daf;
    --bs-btn-active-border-color: #f20daf;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f20daf;
    --bs-btn-disabled-border-color: #f20daf;
}

.red {
    color: #f20daf;
}

.green {
    color: #30d233;
}


.puzzlepiece {
    margin-left: -2em;
    width: 32px;
}

h1  {
    color: #0dcaf2;
}

h2  {
    color: #0dcaf2;
}

h3  {
    color: #0dcaf2;
}

h4  {
    color: #0dcaf2;
}

h5  {
    color: #0dcaf2;
}

.EeTableListHeader {
    font-weight: normal;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 27px;
    color: black !important;
}

#copyright {
    text-align: center;
}

#copyright > a {
    color: #0dcaf2;
}

.haihos {
    padding-left: 46px;
}

.haiho {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 18px;
    font-weight: bold;
}
.haiho:before {
    position: relative;
    left: -32px;
    width: 0px;
    display: inline-block;
    content: url("/crm/doc/lookandfeel/haiho-doc/images/logo_24.png");
}

