/* Space out content a bit */
body {
    font-family: "Noto Sans Display",Arial,"Helvetica Neue",Helvetica,sans-serif;
    background-color: #F9F8F5;
}

h2, h4 {
    margin: 0;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.content,
.footer {
    padding-right: 15px;
    padding-left: 15px;
}

/* Custom page header */
.header {
    position: relative;
    padding-bottom: 20px;
}

.header > img {
    min-height: 560px;
}

@media (max-width: 768px) {
    /* .header > img {
        min-height: 420px;
    } */
}

.welcome {
    position: absolute;
    top: 10px;
    left: 70px;
}

.logo {
    float: left;
    max-width: 380px;
}

@media (max-width: 1200px) {
    .logo-hp, .logo {
        max-width: 250px;
        padding-top: 20px;
    }
}

.welcome-text {
    margin-top: 20px;
    width: 640px;
    color: #fff;
    background-color:rgba(0, 70, 0, 0.5);
    padding: 15px 136px 30px 15px;
}

.btn-login {
    margin-top: 20px;
}

@media (max-width: 1200px) {
    .welcome-text {
        width: 515px;
        padding: 15px 30px 28px 15px;
    }

    .welcome-text h2 {
        font-size: 20px;
    }

    .welcome-text h4 {
        font-size: 15px;
        font-weight: bold;
        line-height: 1.3;
    }

    .btn-login {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .welcome {
        left: 30px;
    }

    .welcome-text {
        width: 100%;
        padding: 15px 10px 30px 15px;
        height: 200px;
    }

    .btn-login {
        margin-left: 50px;
    }
}

.navbar-header {
    margin-top: 30px;
}

.btn-syn {
    min-width: 100px;
    padding: 10px 35px;
    color: #fff;
    border-radius: 23px;
    background-color: #02905C;
}

.btn-syn:hover {
    color: #fff;
    background-color: #01AE6F;
}

.btn-syn-blue {
    background-color: #123F8D;
}

.btn-syn-blue:hover {
    background-color: #154CAA;
}

.profile-ico-hp {
    float: left;
    height: 25px;
    margin-right: 10px;
}

.profile-ico {
    float: left;
    height: 40px;
    margin-top: -15px;
}

.nav-tabs li > a,
.nav-tabs li > a:active,
.nav-tabs li > a:hover
{
    color: #000;
    background-color: #DEEDE4;
}

.nav-tabs li.active > a,
.nav-tabs li.active > a:active,
.nav-tabs li.active > a:hover
{
    color: #fff!important;
    background-color: #02905C!important;
}

.tab-content .row {
    padding: 10px;
}

.tab-content h4 {
    color: #02905C;
}

.login-box,
.register-box {
    position: relative;
    width: 300px;
    margin: 0 auto;
    margin-top: 20%;
}
@media (max-width: 768px) {
    .login-box,
    .register-box {
        width: 90%;
        margin-top: 20px;
    }
}
.login-box-body,
.register-box-body {
    position: relative;
    z-index: 100;
    height: 295px;
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #777;
}
.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.content {
    position: relative;
}

.content-body {
    position: relative;
    z-index: 100;
}

.content-header {
    padding: 20px 0;
}

header {
    background-color: #fff;
    height: 120px;
}

footer {
    margin-top: 20px;
    margin-bottom: 50px;
}

.navbar-toggle .icon-bar {
    background-color: #000;
}

.navigation {
    margin-top: 40px;
}

.nav > li > a.btn-syn {
    background-color: #02905C;
    padding: 10px 35px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.nav > li > a.btn-syn:hover {
    background-color: #01AE6F;
}

.nav > li > a.btn-syn-blue {
    background-color: #123F8D;
}

.nav > li > a.btn-syn-blue:hover {
    background-color: #154CAA;
}

.form-control {
    border-radius: 0;
}

.request-form .control-label {
    text-align: left;
}

.form-horizontal .checkbox {
    padding: 0;
}

#cookieNotice.display-right {
    right: 30px;
    bottom: 30px;
    max-width: 395px;
}
#cookieNotice.light {
    background-color: #fff;
    color: #393d4d;
}
#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    font-family: inherit;
    z-index: 999997;
}
#cookieNotice #closeIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #bfb9b9;
    overflow: hidden;
    opacity: .85;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/close-icon.svg) 0 0 / 20px 20px no-repeat;
}
#cookieNotice * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
#cookieNotice .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: url(../img/cookie-icon.svg) 0 0 / 40px 40px no-repeat;
    padding-left: 45px;
    height: 40px;
}
#cookieNotice .title-wrap svg {
    margin-right: 10px;
}
#cookieNotice h4 {
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
}
#cookieNotice.light p, #cookieNotice.light ul {
    color: #393d4d;
}
#cookieNotice .msg-wrap {
    text-align: justify;
    text-justify: inter-word;
}
#cookieNotice p, #cookieNotice ul {
    font-size: 14px;
    margin-bottom: 20px;
}
#cookieNotice .btn-wrap {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin: 0 -5px 0 -5px;
    flex-wrap: wrap;
}
#cookieNotice .btn-wrap button {
    flex-grow: 1;
    padding: 0 7px;
    margin: 0 5px 10px 5px;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 130px;
    line-height: 36px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    transition: box-shadow .3s;
}
#cookieNotice button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#cookieNotice .btn-wrap button:hover {
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    transform: translate3d(0,-1px,0);
}
.btn-primary{
    color:#ffffff;
    background:#115cfa;
    border: 1px solid #115cfa;
}

select {
    color: #000;
    font-weight: bold;
}
select option:disabled {
    color: #C0C0C0;
}