html, body {
scroll-behavior: smooth;
}
.zrjb-file-upload-button {
cursor: pointer;
margin: 5px 0 5px 0;
padding: 10px;
border: 0;
background-color: #bbb;
color: white;
}
.zrjb-file-upload-button:hover {
background-color: #ddd;
color: #666;
}
.zrjb-file-upload-button input {
display: none;
}
.zrjb-select-file-input {
display: none;
}
.zrjb-attachment-line {
margin: 5px 0 5px 0;
padding: 0 10px 5px 10px;
border: 1px solid lightgray;
font-weight: bold;
background-color: #eee;
color: black;
}
.zrjb-remove-file-icon {
position: relative;
top: 6px;
left: 5px;
}
input[type="submit"]:disabled {
cursor: wait;
}
.zrjb-input-error {
border-left: 5px solid red !important;
}
.zrjb-highlight-text {
color: red;
}
.zrjb-message-container {
display: none;
}
.zrjb-message-line {
color: red;
}
.zrjb-error-message {
text-align: center;
}
.zrjb-filter-keywords-container {
margin: 10px;
}
.zrjb-profile-iframe {
border: none;
}
.zrjb-image {
width: 100%;
}
#zrjb-sending-spinner {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0) url(//www.heidrunjuergens.de/wp-content/plugins/zvoove-recruit-jobboard/public/images/loading.svg) no-repeat center center;
z-index: 10000;
}
#zrjb-job-share-container {
width:fit-content;
}
.zrjb-resp-sharing-button {
background: #5e7e95;
width: 35px;
height: 35px;
border-radius: 50%;
text-align: center;
vertical-align: middle;
padding: 0.5em 0.5em;
margin: 0.425rem 0;
transition: all .3s;
line-height: 1rem;
font-size: 16px;
}
.zrjb-job-share-row {
display: flex;
flex-wrap: wrap;
margin-top: 10px;
}
.zrjb-job-share-col {
flex: 0 0 25%;
max-width: 25%;
}
.zrjb-social-media-icon {
fill: white;
}