body {
    overflow-x: hidden;
    overflow-y: auto;
}

.flashMessage {
    width: 30%;
    position: absolute;
    right: -30%;
    top: 20px;
    margin-top: 20px;
}


.picture_preview {
    text-align: center;
    border: 1px solid darkgray;
}

.picture_preview img {
    max-width: 90%;
    margin-top: 5%;
}

.picture_preview small {
    font-size: 0.7em;
    margin-bottom: 0;
}

.hiddenInFrontend {
    opacity: 0.4;
}

select[multiple] {
    min-width: 200px;
    min-height: 100px;
}

.subtitle {
    color: grey;
    font-size: 0.8em;
}




/**
    User frontend pages
 */


.send-button{
    background: #54C7C3;
    width:100%;
    font-weight: 600;
    color:#fff;
    padding: 8px 25px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.g-button{
    color: #fff !important;
    border: 1px solid #EA4335;
    background: #ea4335 !important;
    width:100%;
    font-weight: 600;
    color:#fff;
    padding: 8px 25px;
}
.my-input{
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: text;
    padding: 8px 10px;
    transition: border .1s linear;
}
.header-title{
    margin: 5rem 0;
}
h1{
    font-size: 31px;
    line-height: 40px;
    font-weight: 600;
    color:#4c5357;
}
h2{
    color: #5e8396;
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
}
.login-or {
    position: relative;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}
.hr-or {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.neos-fluid-widget-paginator {
    padding-left: 0px;
}

.neos-fluid-widget-paginator li {
    display: inline;
}

@media screen and (max-width:480px){
    h1{
        font-size: 26px;
    }
    h2{
        font-size: 20px;
    }
}
