/* Load core in favor of the old load color-scheme */ /* The core will from now on really be the core. If anything gets changed here it will change in all themes */ @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700'); /* Color Schemes */ /* Edit this only! */ @primary-color: #fff; @secondary-color: #212121; @thirth-color: #f89a35; @fourth-color: #212121; @fifth-color: #dbe3ee; @btn-color-hover: #404040; @btn-color-focus: @btn-color-hover; @second-btn-color-hover: @primary-color; @darkgray-color: #404040; // WARNING: This property will be deleted in future versions @light-color: #9f9f9f; @light-gray-color: #ededed; @medium-gray-color: #ccc; @dark-gray-color: #404040; @medium-dark-grey:#6f6f6f; @gradient-start-color: #1d9cd8; @gradient-end-color: #0460aa; @gray-primary-color: #a6a6a6; @heading-color: #1e1e1e; @font-color: #1e1e1e; @border-radius: 3px; @error-color: #8B0000; @font-size-base: 1rem; @btn-warning-color:#a6a6a6; @btn-alert-color:#FF4C4C; @btn-success-color:#5cb85c; @grid-gutter-width: 30px; @alert-successBtn-color:#3c763d; @alert-dangerBtn-color:#a94442; @hr-color: #eee; @odd-bg-color: #f0f0f0; /* Fonts */ @primary-font: 'Montserrat', sans-serif; @secondary-font: 'Open Sans', sans-serif; /* Header */ /* Primary header */ @primary-header-background-color: #fff; @primary-header-icon-color: @medium-gray-color; /* Secondary header */ @secondary-header-background-color: @thirth-color; @secondary-header-border-top: none; /* Top bar */ @top-bar-background-color: @fourth-color; @top-bar-font-size: 12px; @top-bar-text-color: #fff; @top-bar-link-color: #fff; @top-bar-link-hover-color: #ccc; @top-bar-icon-color: #4d4e4c; /* Hamburger menu */ @hamburger-menu-color: #fff; /* Navigation */ @navigation-link-background-color: transparent; @navigation-link-color: #fff; @navigation-link-border-radius: 0; @navigation-link-hover-color: @fourth-color; @navigation-link-hover-background-color: @primary-color; @navigation-link-hover-color: @secondary-color; @navigation-link-focus-background-color: @primary-color; @navigation-link-focus-color: @secondary-color; @navigation-link-active-background-color: @primary-color; @navigation-link-active-color: @secondary-color; /* Dropdown */ @navigation-dropdown-background-color: @primary-color; @navigation-dropdop-padding: 10px 0px 10px 10px; @navigation-dropdown-link-background-color: transparent; @navigation-dropdown-link-color: @secondary-color; @navigation-dropdown-link-border-radius: 3px 0 0 3px; @navigation-dropdown-link-hover-background-color: @secondary-color; @navigation-dropdown-link-hover-color: @thirth-color; @navigation-dropdown-html-content-border: 1px solid #ededed; /* Badge */ @badge-background-color: @secondary-color; @badge-text-color: @thirth-color; /* Label (component) */ @label-background-color: @thirth-color; @label-text-color: @primary-color; /* Tabs */ @tab-background-color: transparent; @tab-text-color: @secondary-color; @tab-border: 1px solid transparent; @tab-hover-background-color: #FDFDFD; @tab-hover-text-color: #000; @tab-hover-border: 1px solid #ddd; @tab-active-background-color: transparent; @tab-active-text-color: #000; @tab-active-border: 1px solid #ddd; /* Collapse (accordion) */ @panel-background-color: transparent; @panel-border: none; @panel-border-radius: 5px; @panel-box-shadow: none; @panel-heading-background-color: @secondary-color; @panel-heading-color: #fff; @panel-heading-border-color: transparent; @panel-heading-padding: 10px 15px; @panel-heading-hover-background-color: #ededed; @panel-heading-hover-color: #000; @panel-heading-hover-border-color: transparent; @panel-heading-active-background-color: #ededed; @panel-heading-active-color: #000; @panel-heading-active-border-color: transparent; @panel-border-radius: 0; /* Tooltip */ @tooltip-background-color: #333; @tooltip-border: 1px solid #333; @tooltip-box-shadow: 0 0 3px #ccc; @tooltip-color: #fff; @tooltip-font-size: 11px; @tooltip-font-weight: 500; @tooltip-arrow-color: #333; /* Breadcrumbs */ @breadcrumb-container-background-color: transparent; @breadcrumb-text-transform: uppercase; @breadcrumb-link-color: @fourth-color; @breadcrumb-link-hover-color: @thirth-color; @breadcrumb-seperator: "\f105"; // Font awesome unicodes only! @breadcrumb-seperator-color: #b7b7b7; @breadcrumb-last-link-color: #000; // The current page, has pointer-events: none; on it! /*Footer styling*/ @footer-background-color: #000; @footer-text-color: @primary-color; @footer-extra-content-row-color: #fff; @footer-social-row-background-color: #fff; @footer-social-row-text-color: #000; @footer-social-row-text-color-hover: @fourth-color; @footer-content-text-color: @primary-color; @footer-content-link-text-color: @fifth-color; @footer-content-link-text-color-hover: @thirth-color; @footer-copyright-background-color: @fourth-color; @footer-copyright-text-color: @primary-color; @footer-copyright-link-color: @medium-gray-color; /* Buttons */ /* Global button rules */ @btn-padding: 10px; @btn-basic-background-color: @thirth-color; @btn-basic-text-color: @secondary-color; @btn-basic-border: 1px solid @thirth-color; @btn-basic-border-radius: @border-radius; @btn-basic-hover-background-color: @thirth-color; @btn-basic-hover-text-color: @secondary-color; @btn-basic-hover-border: 1px solid @thirth-color; @btn-basic-focus-background-color: @thirth-color; @btn-basic-focus-text-color: @secondary-color; @btn-basic-focus-border: 1px solid @thirth-color; @btn-default-background-color: @thirth-color; @btn-default-text-color: @secondary-color; @btn-default-border: 1px solid @thirth-color; @btn-default-border-radius: @border-radius; @btn-default-hover-background-color: @thirth-color; @btn-default-hover-text-color: @secondary-color; @btn-default-hover-border: 1px solid @thirth-color; @btn-default-focus-background-color: @thirth-color; @btn-default-focus-text-color: @secondary-color; @btn-default-focus-border: 1px solid @thirth-color; @btn-primary-background-color: @thirth-color; @btn-primary-text-color: @secondary-color; @btn-primary-border: 1px solid @thirth-color; @btn-primary-border-radius: @border-radius; @btn-primary-hover-background-color: @thirth-color; @btn-primary-hover-text-color: @secondary-color; @btn-primary-hover-border: 1px solid @thirth-color; @btn-primary-focus-background-color: @thirth-color; @btn-primary-focus-text-color: @secondary-color; @btn-primary-focus-border: 1px solid @secondary-color; @btn-success-background-color: #86B400; @btn-success-text-color: @primary-color; @btn-success-border: 1px solid #86B400; @btn-success-border-radius: @border-radius; @btn-success-hover-background-color: #86af49; @btn-success-hover-text-color: @primary-color; @btn-success-hover-border: 1px solid #86af49; @btn-success-focus-background-color: #86af49; @btn-success-focus-text-color: @primary-color; @btn-success-focus-border: 1px solid #86af49; @btn-info-background-color: #034f84; @btn-info-text-color: @primary-color; @btn-info-border: 1px solid #0D47A1; @btn-info-border-radius: @border-radius; @btn-info-hover-background-color: #034f84; @btn-info-hover-text-color: @primary-color; @btn-info-hover-border: 1px solid #0D47A1; @btn-info-focus-background-color: #034f84; @btn-info-focus-text-color: @primary-color; @btn-info-focus-border: 1px solid #0D47A1; @btn-warning-background-color: #FF6F00; @btn-warning-text-color: #fff; @btn-warning-border: 1px solid #FF6F00; @btn-warning-border-radius: @border-radius; @btn-warning-hover-background-color: #FF6F00; @btn-warning-hover-text-color: #fff; @btn-warning-hover-border: 1px solid #FF6F00; @btn-warning-focus-background-color: #FF6F00; @btn-warning-focus-text-color: #fff; @btn-warning-focus-border: 1px solid #FFA000; @btn-danger-background-color: #E53935; @btn-danger-text-color: @primary-color; @btn-danger-border: 1px solid #B71C1C; @btn-danger-border-radius: @border-radius; @btn-danger-hover-background-color: #E53935; @btn-danger-hover-text-color: @primary-color; @btn-danger-hover-border: 1px solid #B71C1C; @btn-danger-focus-background-color: #E53935; @btn-danger-focus-text-color: @primary-color; @btn-danger-focus-border: 1px solid #B71C1C; @btn-link-background-color: #fff; @btn-link-text-color: @secondary-color; @btn-link-border: 1px solid @thirth-color; @btn-link-border-radius: @border-radius; @btn-link-hover-background-color: #fff; @btn-link-hover-text-color: @secondary-color; @btn-link-hover-border: 1px solid @thirth-color; @btn-link-focus-background-color: #fff; @btn-link-focus-text-color: @secondary-color; @btn-link-focus-border: 1px solid @medium-gray-color; /* Button icons */ @btn-basic-icon-color: #3c475c; @btn-default-icon-color: #3c475c; @btn-primary-icon-color: @secondary-color; @btn-success-icon-color: #fff; @btn-info-icon-color: #fff; @btn-warning-icon-color: #fff; @btn-danger-icon-color: #fff; @btn-link-icon-color: #000; @danger-btn-color: #darkred; @danger-btn-radius: 0; /* Form control (bootstraps class form input fields) */ @form-control-family: @secondary-font; @form-control-font-weight: 300; @form-control-padding: 10px; @form-control-height: auto; @form-control-border: 1px solid #ccc; @form-control-border-radius: 0; @form-control-input-group-height: 42px; @form-control-input-group-padding: 0 5px; @form-control-input-group-border: 1px solid @thirth-color; @form-control-input-group-hover-border: 1px solid @thirth-color; @form-control-input-group-focus-border: 1px solid @thirth-color; @form-control-hover-border: @thirth-color; @form-control-focus-border: @thirth-color; @form-control-error-border: 1px solid darkred; /* Active */ @input-active-background: @primary-color; @input-active-border: 1px solid @input-active-background; @modal-header-background-color: #fff; @modal-body-background-color: #fff; @success-color: #6AC259; @warning-color: @secondary-color; @error-color: #B91D1B; @info-color: #fff8c9; /* Animations */ @spin-duration: 1s; html { height: 100%; } body { background-color: #fdfdfd; min-height: 100%; display: flex; flex-direction: column; } html, body, * { font-family: @primary-font; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* Make footer stick at the bottom */ main { flex: 1 0 auto; } @import "/content/Default/LESS/animate.min.less"; @import "/content/Default/LESS/classes.less"; /* Solvisoft components stylesheets BETA @author Richard Mauritz @since 21-08-2018 */ @import "/content/Default/LESS/components.less"; // IGNORE PLEASE!!! // Components can also be initialized with a class // IGNORE PLEASE!!! div[class*="component"] { display: block; } /* Active filters component */ active-filters-component { display: block; margin-bottom: 15px; span { margin-right: 5px; color: #737373; } } item-slider-component { display: block; } item-slider-lightbox-component { display: none; background-color: rgba(255, 255, 255, 1); position: fixed; top: 0;left: 0; height: 100%; width: 100%; z-index: 9999; .slider-control { background-color: transparent; position: absolute; border: none; color: #000; font-size: 44px; top: 50%; transform: translateY(-50%); &:focus { outline: none; } } .next-slider-item { right: 20px; } .previous-slider-item { left: 20px; } .close-slider { top: 40px; right: 20px; } .lighbox-component-content { position: absolute; top: 50%;left: 50%; transform: translate(-50%, -50%); } } /* Defaults */ @import "/content/Default/LESS/core.less"; @import "/content/Default/LESS/custom.input.fields.less"; /* @package Solvisoft @author Jan Konert */ ol, ul { margin: 20px 0; } small { font-size: 11px; font-weight: bold; color: @dark-gray-color; span { font-weight: normal; } } loading { display: block; padding: 15px; } /* Dialog polyfill stylesheet @package Solvisoft @author Google Inc. @link https://github.com/GoogleChrome/dialog-polyfill/blob/master/dialog-polyfill.css */ @import "/content/Default/LESS/dialog.less"; /* Global stylesheet for form elements @package Solvisoft @author Richard Mauritz @since 31-10-2017 */ @import "/content/Default/LESS/forms.less"; /* Google maps stylesheet. Give the google map a custom layout here Layout is also used for the [google-maps] directive @package Solvisoft @author Richard Mauritz @since 12-12-2017 */ @import "/content/Default/LESS/google.maps.less"; /* Hover css stylesheet Overwrite all hover classes, defined inside hover.css, from Daneden. @package Solvisoft @author Richard Mauritz @since 04-10-2017 */ @import "/content/Default/LESS/hover.css.less"; /* Default HTML and HTML5 elements, eg.