first commit

This commit is contained in:
Kevin Adametz 2021-01-08 17:48:20 +01:00
commit 0baac018a2
1011 changed files with 145854 additions and 0 deletions

View file

@ -0,0 +1,80 @@
.alert ul {
margin-bottom: 0;
}
.fa-caret-expand:before {
content: "\f0da";
}
a[aria-expanded='true'] > .fa-caret-expand:before {
content: "\f0d7";
}
.dropzone {
border: 2px dashed;
}
.card-body {
padding-bottom: 1rem;
}
.card hr {
border-color: #d6d6de;
}
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label.secondary::before,
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label.secondary::before {
border-color: #d7d700;
background-color: #d7d700;
}
.custom-control-label::before {
border: 1px solid rgba(182, 117, 16, 0.8);
}
.text-muted {
color: #868686 !important;
}
@media (min-width: 992px){
.modal-lg {
max-width: 55rem;
}
}
@media (min-width: 768px) {
.modal-xl {
width: 90%;
max-width:75rem;
}
}
.text-match{
color:#295B28;
}
.sidenav-vertical .sidenav-menu {
padding-top: 0.225rem;
padding-bottom: 0.225rem;
}
.sidenav-vertical .sidenav-menu .sidenav-link {
padding-top: 0.525rem;
padding-bottom: 0.525rem;
}
.form-control.has-error .form-control {
border: 1px solid #ea8e49;
}
.form-group.has-error .form-control {
border: 1px solid #ea8e49;
}
.has-error .help-block{
color: #a94442;
}
.no-line-break {
white-space: nowrap;
}

6
public/css/cookieconsent.min.css vendored Executable file
View file

@ -0,0 +1,6 @@
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

311
public/css/custom-forms-v2.css Executable file
View file

@ -0,0 +1,311 @@
/** CUSTOM FORM ELEMENTS [OPTIONAL]
This CSS file must be included after all other CSS's.
Nothing special - will only rewrite the form elements (input, textarea, select2, buttons)
to look more clean, professional.
**************************************************************** **/
/** CUSTOM : FORM ELEMENTS
*************************** **/
.btn:not(.btn-xs):not(.btn-sm):not(.btn-md):not(.btn-lg):not(.btn-xlg):not(.btn-reveal):not(.btn-3d):not(.btn-social):not(.btn-v1) {
height:auto;
padding: 14px 20px;
}
#footer .btn {
padding: 6px 12px;
}
#footer.footer-light input {
color: #121212 !important;
}
input.form-control,
select.form-control,
textarea.form-control {
height: auto;
color: #121212;
background-color: #fff;
border-color: #dee5ed;
width: 100%;
border-width:1px;
font-size: 15px;
line-height: 15px;
padding: 14px 20px;
border-radius: 3px;
margin-bottom: 15px;
outline: none;
-webkit-appearance: none;
-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}
form .row input.form-control,
form .row select.form-control,
form .row textarea.form-control {
margin-bottom: 0;
}
@media only screen and (max-width: 768px) { /* mobile fix */
input.form-control,
select.form-control,
textarea.form-control {
line-height: 22px;
}
}
/* label spacing fix */
form label {
margin-top:15px;
}
#topBar form label,
#header form label,
#footer form label,
form div.form-group label {
margin-top:0;
}
input.form-control:hover,
select.form-control:hover,
textarea.form-control:hover {
background-color: #fafafa !important;
}
section.dark input.form-control:hover,
section.dark select.form-control:hover,
section.dark textarea.form-control:hover {
background-color: #1c2125 !important;
}
section.dark .select2-container .select2-selection--single .select2-selection__rendered,
section.dark input.form-control,
section.dark select.form-control,
section.dark textarea.form-control {
color: #ffffff;
background-color: #272e33 ;
border-color: #272e33;
}
section.dark input::placeholder,
section.dark select::placeholder,
section.dark textarea::placeholder {
color: #a3a9b0 !important;
}
/* textarea */
textarea.form-control {
min-height:100px;
}
/* normal select */
select.form-control:not([size]):not([multiple]) {
height: 50px;
-webkit-appearance:none;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAMAAADNLv/0AAAANlBMVEUAAAD///+ZmZmfoqiaoKydo6ueo6ucpKqdo6qdoqqeoqqdo6qdoqqdo6qco6mdo6qcoqmdo6rJSltEAAAAEHRSTlMAAQVSU5Wmrbe+1NXf5f7+fUgvXAAAAC5JREFUeNodxkkCABAMBMEhiDX4/2fJ9KULLYHlhW5C3YIwvikgThOK3kcddPU9JQ4BFWtk/ScAAAAASUVORK5CYII=) no-repeat;
background-position: center right 20px;
background-color: #fff;
color:#a3a9b0;
}
section.dark select.form-control:not([size]):not([multiple]) {
background: #272e33 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAMAAADNLv/0AAAANlBMVEUAAAD///+ZmZmfoqiaoKydo6ueo6ucpKqdo6qdoqqeoqqdo6qdoqqdo6qco6mdo6qcoqmdo6rJSltEAAAAEHRSTlMAAQVSU5Wmrbe+1NXf5f7+fUgvXAAAAC5JREFUeNodxkkCABAMBMEhiDX4/2fJ9KULLYHlhW5C3YIwvikgThOK3kcddPU9JQ4BFWtk/ScAAAAASUVORK5CYII=) 15px center no-repeat;
background-position: center right 20px;
color:# c9c9c9;
}
/* SELECT2 CUSTOM */
.select2 {
position: relative;
}
.select2-container--default .select2-selection--single {
border: none;
background-color: #fff;
}
.select2-container {
width: 100% !important;
max-width: 100% !important;
font-size: 16px;
height: auto;
margin-bottom: 15px;
}
form .row .select2-container {
margin-bottom: 0;
}
@media (min-width: 64em) {
.select2-container.select2-container--open {
max-width: 393px !important;
}
}
.select2-container .select2-selection--single {
height: auto;
margin: 0;
outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
font-size: 16px;
max-width: 100%;
padding: 16px 20px;
border-radius: 3px;
border-style: solid;
border-width: 1px;
border-color: #dee5ed;
resize: none;
line-height: 1;
outline: none;
color: #a3a9b0;
text-align: left;
margin: 0;
height: 50px;
}
.select2-container .select2-selection--single .select2-selection__rendered:after {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAMAAADNLv/0AAAANlBMVEUAAAD///+ZmZmfoqiaoKydo6ueo6ucpKqdo6qdoqqeoqqdo6qdoqqdo6qco6mdo6qcoqmdo6rJSltEAAAAEHRSTlMAAQVSU5Wmrbe+1NXf5f7+fUgvXAAAAC5JREFUeNodxkkCABAMBMEhiDX4/2fJ9KULLYHlhW5C3YIwvikgThOK3kcddPU9JQ4BFWtk/ScAAAAASUVORK5CYII=) 0 center no-repeat;
width: 20px;
}
.select2-container .select2-results .select2-results__options {
width: 100%;
text-align: left;
font-size: 16px;
}
.select2-container .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected] {
background-color: #ccc;
}
section.dark .select2-container .select2-selection--single .select2-selection__rendered {
background-color: #272e33;
border-color: #272e33;
color: #a3a9b0;
}
section.dark .select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__rendered {
-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}
.select2-container .select2-selection--single .select2-selection__rendered:hover {
background-color: #fafafa;
}
section.dark .select2-container .select2-selection--single .select2-selection__rendered:hover {
background-color: #1c2125;
}
section.dark .select2-container .select2-selection--single .select2-selection__rendered:focus {
border-color: #c1d120;
}
section.dark .select2-container .select2-results .select2-results__options {
border-color: #a3a9b0;
}
section.dark .select2-container .select2-results .select2-results__options .select2-results__option {
background-color: #272e33;
color: #a3a9b0;
}
section.dark .select2-container .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected] {
background-color: #333a3f;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAMAAADNLv/0AAAANlBMVEUAAAD///+ZmZmfoqiaoKydo6ueo6ucpKqdo6qdoqqeoqqdo6qdoqqdo6qco6mdo6qcoqmdo6rJSltEAAAAEHRSTlMAAQVSU5Wmrbe+1NXf5f7+fUgvXAAAAC5JREFUeNodxkkCABAMBMEhiDX4/2fJ9KULLYHlhW5C3YIwvikgThOK3kcddPU9JQ4BFWtk/ScAAAAASUVORK5CYII=) 0 center no-repeat;
width: 20px;
height: 20px;
right: 12px;
top: 50%;
margin-top: -9px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
display: none;
}
.select2-results__option {
padding-left: 20px;
padding-right: 20px;
}
.select2-container.select2-container--open {
max-width: 100% !important;
}
section.dark .select2-dropdown {
border: 0;
}
.select2-dropdown {
border-color: #dee5ed;
border-width:1px;
}
.select2-container--focus {
outline: 1px solid transparent;
z-index: 102;
}
/* search field */
.select2-container--default .select2-search--dropdown .select2-search__field {
padding: 6px !important;
border-radius: 0;
-webkit-border-radius: 0;
}
/* optgroup */
.select2-container--default .select2-results__group {
font-size:14px;
border-top: #eaeaea 1px solid;
padding-left: 17px;
padding-right: 17px;
}
/* FANCY FORM */
.fancy-file-upload {
height: auto;
}
.fancy-file-upload>span.button {
height: 41px;
line-height: 41px;
}
.fancy-file-upload>i {
top: 4px;
}
/* MISC */
@media only screen and (max-width: 768px) {
form .row {
margin-bottom:0 !important;
}
form .row>div {
margin-bottom:15px !important;
display: block;
}
form .row>div>.row>div:last-child {
margin-bottom: 0 !important;
}
}
/** RTL
Add .rtl class to body
*************************** **/
/* forms */
body.rtl .select2-container .select2-results .select2-results__options,
body.rtl .select2-container .select2-selection--single .select2-selection__rendered {
text-align: right !important;
}
body.rtl .select2-container--default .select2-selection--single .select2-selection__arrow {
left:15px;
}
body.rtl .select2-results__option,
body.rtl .select2-container .select2-selection--single .select2-selection__rendered {
padding-left:20px;
padding-right: 20px;
}
body.rtl input, body.rtl select, body.rtl textarea {
text-align:right !important;
}
/* normal select */
body.rtl select.form-control:not([size]):not([multiple]) {
background-position: center left 15px;
}
body.rtl section.dark select.form-control:not([size]):not([multiple]) {
background-position: center left 15px;
}