html {
    font-size: 14px;
}

body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #3E3F42;
    padding-top: 45px;
}

body.has-logo {
    padding-top: 60px;
}

.border-top{border-top: 1px solid #EAEDF3!important;}
.border-bottom{border-bottom: 1px solid #EAEDF3!important;}

.bg--muted {
    background-color: #FBFBFD !important;
}

#content {
    padding: 30px 0;
    min-height: calc(100vh - 110px);
    background: #eee;
}

.has-logo #content {
    min-height: calc(100vh - 125px);
}

a, a:focus {
    color: #1665D8;
}

.layout_header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #FFF;
    height: 45px;
}

.layout_header .logo {
    padding: 5px 0;
}

.layout_header .logo .project {
    font-size: 17px;
    font-weight: 500;
    padding-top: 5px;
    display: block;
}

.has-logo .layout_header {
    height: 60px;
}

.layout_header .lang {
    line-height: 45px;
    height: 45px;
    text-decoration: none;
    width: 60px;
    display: block;
    text-align: center;
}

.has-logo .layout_header .lang {
    line-height: 60px;
    height: 60px;
}

.layout_header .dropdown .dropdown-menu {
    position: absolute;
    transform: translate3d(0px, 45px, 0px);
    right: 1px;
    will-change: transform;
    min-width: 60px;
}

.has-logo .layout_header .dropdown .dropdown-menu {
    transform: translate3d(0px, 60px, 0px);
}

.layout_header a {
    color: #9EA0A5;
}

.layout_header a i {
    font-size: 20px;
}

.layout_header .dropdown-menu {
    top: -3px !important;
    margin-right: -1px;
    border-radius: 0 0 4px 4px;
    border-color: #E2E5ED;
    box-shadow: none;
}

.pane-headline .dropdown-menu .dropdown-item {
    color: #3E3F42 !important;
}

.align-middle {
    vertical-align: middle!important;
}

.btn-primary {
    color: #FFF;
    background-color: #007ef3;
    border-color: #3396F9;
}

.btn-primary:hover {
    background-color: #0070d8;
    border-color: #0070d8;
}

.footer {
    padding: 15px 0;
}
.footer .copyright {
    padding: 5px 0;
}

.parsley-errors-list {
    list-style-type: none;
    padding: 0;
    color: red;
    font-size: 12px;
}

#form-questions .col-form {
    margin-bottom: 15px;
}

@media screen and (max-width: 650px) {
    .footer .copyright, .footer .design {
        float: none !important;
        text-align: center;
    }
    #content {
        min-height: calc(100vh - 140px);
    }
    .has-logo #content {
        min-height: calc(100vh - 155px);
    }
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: 1rem;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05);
}
.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid rgba(0, 0, 0, .125);
    padding: 1.5rem 1.5rem 0.7rem 1.5rem;
}
.card-header:first-child {
    border-radius: 1rem 1rem 0 0;
}
.card .card-footer, .card .card-body {
    padding: 0.7rem 1.5rem 1.5rem 1.5rem;
}
