.psj-file-upload-button {
cursor: pointer;
margin: 5px 0 5px 0;
padding: 10px;
border: 0;
background-color: #bbb;
color: white;
}
.psj-file-upload-button:hover {
background-color: #ddd;
color: #666;
}
.psj-file-upload-button input {
display: none;
}
.psj-select-file-input {
display: none;
}
.psj-attachment-line {
margin: 5px 0 5px 0;
padding: 0 10px 5px 10px;
border: 1px solid lightgray;
font-weight: bold;
background-color: #eee;
color: black;
}
.psj-remove-file-icon {
position: relative;
top: 6px;
left: 5px;
}
input[type="submit"]:disabled {
cursor: wait;
}
.psj-input-error {
border-left: 5px solid red !important;
}
.psj-highlight-text {
color: red;
}
.psj-message-container {
display: none;
}
.psj-message-line {
color: red;
}
.psj-error-message {
text-align: center;
}
.psj-filter-keywords-container {
margin: 10px;
}
.psj-profile-iframe {
border: none;
}
#psj-sending-spinner {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0) url(//pro-tec.de/wp-content/plugins/prosoft-jobboard/public/images/loading.svg) no-repeat center center;
z-index: 10000;
}