/* Minification failed. Returning unminified contents.
(1904,23): run-time error CSS1039: Token not allowed after unary operator: '-bs-body-font-weight'
 */
.dropdown {
	position: absolute;
	z-index: 9999999;
	display: none;
}

.dropdown .dropdown-menu,
.dropdown .dropdown-panel {
	min-width: 160px;
	max-width: 360px;
	list-style: none;
	background: #FFF;
	border: solid 1px #DDD;
	border: solid 1px rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	overflow: visible;
	padding: 4px 0;
	margin: 0;
}

.dropdown .dropdown-panel {
	padding: 10px;
}

.dropdown.dropdown-tip {
	margin-top: 8px;
}

.dropdown.dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.dropdown.dropdown-tip.dropdown-anchor-right:before {
	left: auto;
	right: 9px;
}

.dropdown.dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  display: inline-block;
}

.dropdown.dropdown-tip.dropdown-anchor-right:after {
	left: auto;
	right: 10px;
}


.dropdown.dropdown-scroll .dropdown-menu,
.dropdown.dropdown-scroll .dropdown-panel {
	max-height: 358px;
	overflow: auto;
}

.dropdown .dropdown-menu LI {
	list-style: none;
	padding: 0 0;
	margin: 0;
	line-height: 18px;
}

.dropdown .dropdown-menu LI > A,
.dropdown .dropdown-menu LABEL {
	display: block;
	color: #555;
	text-decoration: none;
	line-height: 18px;
	padding: 3px 15px;
	margin: 0;
	white-space: nowrap;
}

.dropdown .dropdown-menu LI > A:hover,
.dropdown .dropdown-menu LABEL:hover {
	background-color: #08C;
	color: #FFF;
	cursor: pointer;
}

.dropdown .dropdown-menu .dropdown-divider {
	font-size: 1px;
	border-top: solid 1px #E5E5E5;
	padding: 0;
	margin: 5px 0;
}

/* Icon Examples - icons courtesy of http://p.yusukekamiyamane.com/ */
.dropdown.has-icons LI > A {
	padding-left: 30px;
	background-position: 8px center;
	background-repeat: no-repeat;
}

.dropdown .undo A { background-image: url(icons/arrow-curve-180-left.png); }
.dropdown .redo A { background-image: url(icons/arrow-curve.png); }
.dropdown .cut A { background-image: url(icons/scissors.png); }
.dropdown .copy A { background-image: url(icons/document-copy.png); }
.dropdown .paste A { background-image: url(icons/clipboard.png); }
.dropdown .delete A { background-image: url(icons/cross-script.png); }

/* #region Make custom elements display:block */

sticky {
    display: block;
}

/* #endregion */

/* #region Improve strong font weigt */

strong, b {
    font-weight: 600;
}

/* #endregion */

/* #region New h2 format */

h2.new {
    font-size: 18px;
    font-weight: 600;
    color: #3c4451;
    margin: 10px 0;
}

h2.large {
    color: #3c4451;
    margin: 10px 0;
    font-size: 30px;
    font-weight: 100;
}

/*#region Fix Template*/

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/*#endregion*/

/*#region Fix Template: Container*/

.container {
    -webkit-transition: height 1s ease-in-out;
    -moz-transition: height 1s ease-in-out;
    -o-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
}

/*#endregion*/

/*#region Fix Template: Divider image*/

.item-box {
    background: url(/fix/content/images/divider.png) bottom left repeat-x;
}

.item-box-2 {
    background: url(/fix/content/images/divider.png) bottom left repeat-x rgba(230,237,242,0.4);
}

    .item-box-2:hover {
        background: url(/fix/content/images/divider.png) bottom left repeat-x rgba(230,237,242,1);
    }

.service {
    background: url(/fix/content/images/divider.png) bottom left repeat-x;
}

.divider {
    background: url(/fix/content/images/divider.png) top left repeat-x;
}

/*#endregion*/

/*#region Fix Template: Slider*/

.tp-banner-container {
    height: auto;
    position: relative;
}

.tp-banner {
    width: 100%;
}

.tp-bullets.simplebullets.square .bullet {
    background: #e6edf2;
    width: 18px;
    height: 18px;
    margin: 0 3px;
    border: solid 1px #bbb;
}

    .tp-bullets.simplebullets.square .bullet.selected {
        background-color: #0fa2d5;
    }

    .tp-bullets.simplebullets.square .bullet:hover {
        background-color: #ff4b64;
    }

.tparrows.default {
    background: rgba(0,0,0,0.3);
    color: white;
    line-height: 52px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    width: 60px;
    height: 60px;
}

    .tparrows.default:hover {
        background: #0fa2d5;
    }

.tp-leftarrow.default::before {
    content: "\000AB";
}


.tp-rightarrow.default::before {
    content: "\000BB";
}

/*#endregion*/

/*#region Fix Template: Slider Filte */

#portfolio-filter {
    padding: 0 15px;
}

    #portfolio-filter > ul {
        margin-bottom: 15px;
        padding: 0;
    }

    #portfolio-filter li {
        margin-bottom: 10px;
        line-height: 18px;
        margin-right: 2px;
        float: none;
        display: inline-block;
    }

        #portfolio-filter li.act a {
            color: #0fa2d5;
            border-bottom: 1px solid #0fa2d5;
        }

    #portfolio-filter a:active, #portfolio-filter a:focus {
        text-decoration: none !important;
    }

/*#endregion*/

/*#region Fix template: Tab/Nav*/

.tab-pane {
    padding: 0;
    line-height: 0;
}

.nav-tabs li a {
    color: #3c4451;
    background-color: #e6edf2;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background: #3c4451;
    background-color: rgb(60, 68, 81);
}

@media (max-width: 1200px) {
    .nav-tabs > li {
        width: 100%;
        border-right: none;
    }

    .nav-tabs li a {
        border-right: none;
    }
}

/*#endregion*/

/*#region General*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 700px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

form.full-width .form-control {
    max-width: none;
}

/*#endregion*/

/*#region Newsletter Animation*/
.box {
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none;
    float: left;
    height: 28px;
    font-size: 13px;
    line-height: 28px;
    color: #666;
    background: #e6edf2;
    padding: 0px 12px;
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .box:hover {
        background-color: #0fa1d5;
        color: white;
        cursor: pointer;
    }

.ContainerApprovedBox {
    float: left;
    width: 45%;
    margin-right: 5%;
}

.ContainerApprovedCaption {
    float: left;
    width: 100%;
}

.ContainerUnapprovedBox {
    float: right;
    width: 45%;
    margin-left: 5%;
}

.customer-opening-timetable tr {
    vertical-align: top;
}

.AlignRight {
    text-align: right;
}

*.Slider li {
    visibility: hidden;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .ContainerUnapprovedBox {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .ContainerApprovedBox {
        width: 100%;
    }
}

.NoPadding {
    padding: 0px !important;
}

.NoPaddingLeft {
    padding-left: 0;
}

.NoMargin {
    margin: 0;
}

.CustomerOpeningTimesText {
    line-height: 18px;
}

/*#endregion*/

/* #region Prevents from printing links (href) on page*/
@media print {
    a[href]:after {
        content: " ("attr(href) ") ";
        font-size: 0;
    }
}

/*#endregion*/

/*#region Customer*/

.customer-logo-box {
    display: table;
    height: 100px;
    text-align: right;
    vertical-align: middle;
}

    .customer-logo-box > a {
        vertical-align: middle;
        display: table-cell;
        text-align: right;
    }

.customer-logo {
    display: inline-block;
    max-width: 300px;
    max-height: 100px;
    width: auto;
    height: auto;
}

.contact-data, .contact-data div table tr td {
    border: hidden !important;
    background: transparent;
    padding: 0px !important;
    line-height: 20px;
}

.tablefooter {
    padding: 5px !important;
}

.CustomerItem {
    background: #e6edf2;
}

#Portfolio-Filter {
    margin: 0;
}

.PricingButtons {
    color: #7c7e7e;
}

.flex {
    height: 350px;
}

.nodisplay {
    visibility: hidden;
}

/*#endregion*/

/*#region Google Map*/

.google-map {
    border: 0;
    width: 100%;
    height: 500px;
    border: none;
}

.scroll-off {
    pointer-events: none;
}

/*#endregion*/

/* #region Add blue vertical separator */

.blue-vertical-bar {
    border-left: solid 5px #0fa1d5;
    padding-left: 30px;
    margin-bottom: 20px;
}

/* #endregion */

/* #region Events */

.event-thumbnail {
    width: 100%;
    height: 180px;
    background-color: #e6edf2;
    color: #0fa1d5;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

    .event-thumbnail > * {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        text-align: center;
        vertical-align: middle;
    }

    .event-thumbnail > i {
        font-size: 100px;
        top: 33px;
    }

    .event-thumbnail > span {
        font-size: 40px;
        top: 85px;
    }

        .event-thumbnail > span.one-word {
            font-size: 22px;
            font-weight: bold;
        }

        .event-thumbnail > span.two-words {
            font-size: 18px;
            line-height: 20px;
            top: 77px;
        }

            .event-thumbnail > span.two-words > span:nth-child(1) {
                font-weight: bold;
                font-size: 26px;
            }

            .event-thumbnail > span.two-words > span:nth-child(3) {
                font-size: 12px;
            }

.event-description {
    white-space: pre-line;
}

.event-date-row > span {
    display: inline-block;
    min-width: 100px;
    margin-bottom: 10px;
}

/* #endregion */

/* #region Fix bootstrap button size within forms */

.form-group .btn, .form-group .btn:focus {
    padding: 6px 12px;
}

/* #endregion */

/* #region Fix bootstrap .btn-danger */

.btn-danger {
    color: #ffffff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

/* #region Fix modal z-index */

.modal-backdrop {
    z-index: 99999;
}

.modal {
    z-index: 100000;
}

/* #endregion */

/* #endregion */

/* #region Improve checkbox label position */
input[type="radio"], input[type="checkbox"] {
    margin-top: 5px;
}

/* #endregion */

/* #region Fix date input line height */
input[type='date'] {
    line-height: 20px;
}

/* #endregion */

/* #region Hide webshim input[type=date] calendar icon */
.ws-popover-opener, .step-controls {
    visibility: hidden;
}

/* #endregion */

/* #region Improve webshim datetime picker */

.input-picker .picker-list td > button:hover, .input-picker .picker-list td > button.checked-value {
    background-color: #0fa2d5;
}

/* #endregion */

/* #region Hide close icon on IE inputs */

input[type=text]::-ms-clear {
    display: none;
}

/* #endregion */

/* #region Mark valid/invalid form elements */

/*.has-error .form-control {
    border-color: #d7dfe4;
    border-left-color: #ff4b64;
    border-left-width: 2px;
}
*/
event-add .checkbox {
    padding-left: 10px;
    border-left: solid 1px transparent;
}

.checkbox.has-error {
    border-left-color: #ff4b64;
}

    .checkbox.has-error label {
        color: #666;
    }

input.no-validation {
    border-left-color: #cccccc !important;
}

    input.no-validation:focus {
        border-left-color: #66afe9 !important;
    }

input[type=checkbox]:focus {
    outline: none;
}

/* #endregion */

/* #region document items */

document-item .document-item, document-item .document-item-footer {
    background-color: #e6edf2;
    padding: 10px;
}

document-item .document-preview {
    height: 344px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}


    document-item .document-preview a {
        max-height: 344px;
        overflow: hidden;
        width: 100%;
    }

    document-item .document-preview img {
        display: block;
        width: 100%;
    }

@media (max-width: 991px) {
    document-item .document-preview {
        height: 460px;
    }

        document-item .document-preview a {
            max-height: 460px;
        }
}

@media (max-width: 767px) {
    document-item .document-preview {
        height: auto;
    }

        document-item .document-preview a {
            max-height: none;
        }
}

document-item .customer-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

document-item .document-title {
    display: flex;
    align-items: center;
    height: 78px;
    overflow: hidden;
    margin-bottom: 3px;
}

    document-item .document-title h2 {
        font-size: 18px;
        font-weight: 600;
        color: #3c4451;
        margin: 0;
        max-height: 72px;
    }

document-item .document-tags {
    height: 35px;
    overflow: hidden;
    line-height: 16px;
}

    document-item .document-tags a {
        white-space: nowrap;
    }

document-item .document-item-footer {
    border-top: solid 5px #0fa1d5;
    text-align: right;
    margin-bottom: 20px;
}

/* #endregion */

.customer-info {
    padding: 20px;
    background-color: #e6edf2;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

    .customer-info span {
        margin-left: 20px;
    }

/* #region Improve tags list */

.tags {
    margin-bottom: 30px;
}

    .tags a {
        cursor: pointer;
    }

    .tags .selected {
        color: #fff;
        background: #0fa1d5;
    }

    .tags a:hover {
        background: #ff4b64;
    }

/* #endregion */

/* #region Navbar */

.nav {
    width: 100%;
}

    .nav > li > ul > li > a {
        color: #ccc;
    }

    .nav > li.social-instagram:hover > a {
        background-color: #3c4451;
    }

    .nav > li.social-facebook:hover > a {
        background-color: #3b5a9b;
    }

    .nav > li.social-twitter:hover > a {
        background-color: #00aced;
    }

    .nav > li > a.nav-button-icon {
        width: 50px;
        color: transparent !important;
        overflow: hidden;
    }

        .nav > li > a.nav-button-icon > i {
            padding-left: 16px;
            padding-top: 2px;
            font-size: 19px;
            position: absolute;
            top: 10px;
            left: 0px;
            color: #566174;
            text-decoration: none;
        }

    .nav > li.social-facebook > a.nav-button-icon > i {
        padding-left: 20px;
    }

    .nav > li.selected > a > i {
        color: #fff;
    }

    .nav > li:hover > a > i {
        color: #fff;
    }

    .nav > li.pull-right > a {
        margin-left: 1px;
        margin-right: 0px;
    }

    .nav .nav-secondary a {
        background: none;
        color: #0fa1d5;
    }

/* #endregion */

/* #region Improve datetime picker */

.ui-datepicker th {
    background-color: #0fa1d5;
    border: none !important;
}

.ui-datepicker a {
    border: none !important;
    text-align: center !important;
}

.ui-datepicker .ui-state-highlight {
    background: #5ba1d5 !important;
    color: white !important;
}

.ui-datepicker .ui-state-active {
    background-color: #ddd !important;
    color: #454545 !important;
}

/* #endregion */

/* #region Disable h3 uppercase */

h3 {
    text-transform: none;
}

/* #endregion */

/* #region Workaround for Edge issue (https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4320439/) */

.item-box {
    transition-property: color;
}

/* #endregion */

/* #region Document view page */

#pdf-container .document {
    min-height: 1200px;
    width: 100%;
}

#pdf-container a {
    position: relative;
    display: block;
}

#pdf-container img {
    width: 100%;
    margin-bottom: 30px;
    display: block;
}

#pdf-container .download-info {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background-color: #f7fcff;
    border: solid 1px #20ade3;
    width: 300px;
    height: 100px;
    text-align: center;
    font-size: 15px;
    box-shadow: 0 0 100px rgba(0,0,0,0.3);
}

#pdf-container a:hover .download-info {
    color: #f7fcff;
    background-color: #20ade3;
}

/* #endregion */

/* #region full screen mode */

html.fullscreen, .fullscreen body {
    height: 100%;
    overflow: scroll;
}

#btn-fullscreen-off {
    display: none;
    /*position: absolute;*/
    /*top: 15px;*/
    /*right: 40px;*/
}

.fullscreen #btn-fullscreen-off {
    display: block;
}

.fullscreen #btn-fullscreen-on {
    display: none;
}

.fullscreen .logo > img {
    /*position: absolute;*/
    /*top: 10px;*/
    /*left: 40px;*/
    /*height: 49px;*/
}

.fullscreen .top-items, .fullscreen .navbar {
    display: none;
}

.fullscreen h1 {
    /*position: absolute;*/
    /*top: 12px;*/
    /*left: 230px;*/
}

.fullscreen .col-md-9 {
    width: 100%
}

.fullscreen #pdf-container {
    position: fixed;
    top: 180px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 999999999999;
}

    .fullscreen #pdf-container > object {
        /*min-height: 0;*/
        height: 100%;
        width: 100%;
    }

.fullscreen .right-column {
    display: none;
}

.fullscreen footer {
    display: none;
}

@media (max-width: 767px) {
    .fullscreen h1, .fullscreen .logo > img, .fullscreen #btn-fullscreen-on {
        display: none;
    }
}

/* #endregion */

/* #region Thinner hr for modals */

.modal hr {
    border: none;
    border-top: 1px solid #e5e5e5;
    background: none;
}

/* #endregion */

/* #region Fix bootstrap modal header with close button */
.modal-title {
    clear: none;
}

/* #endregion */

/* #region submenu */

ul.submenu {
    list-style: none;
    padding: 0 !important;
}

.submenu li {
    display: inline-block;
    margin: 0;
}

.submenu a {
    display: inline-block;
    font-family: 'Open Sans', serif;
    font-size: 14px;
    line-height: 40px;
    color: #3c4451;
    background: #e6edf2;
    padding: 0px 20px;
    margin: 0px;
}

    .submenu .active a, .submenu a:hover {
        background: #3c4451;
        color: white;
    }

/* #endregion */

/* #region Bootstrap fix: Don't underline focussed links */

a:focus {
    text-decoration: none;
}

/* #endregion */

/* #region Filter bar */

#filter-bar-sticky-wrapper {
    margin-bottom: 10px;
}

ul.filter-bar {
    background-color: #e6edf2;
    padding: 0;
    z-index: 1000;
}

@media (max-width: 767px) {
    ul.filter-bar {
        left: 15px;
        right: 15px;
    }
}

@media (min-width: 768px) {
    ul.filter-bar {
        width: 720px;
    }
}

@media (min-width: 992px) {
    ul.filter-bar {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    ul.filter-bar {
        width: 1140px;
    }
}

.filter-bar li {
    display: inline-block;
}

    .filter-bar li.pull-right i.fa {
        margin: 0;
    }

.filter-bar .active > a {
    color: white;
    background-color: #0fa2d5;
}

    .filter-bar .active > a i:before {
        color: white;
    }

.filter-bar i {
    position: static;
    margin-right: 5px;
}

.filter-bar .filter-search {
    width: 200px;
    vertical-align: bottom;
}

    .filter-bar .filter-search > div > div {
        height: 34px;
        background: white;
        margin: 0;
    }

    .filter-bar .filter-search .form-control-feedback {
        top: 0;
    }

/* #endregion */

/* #region Fix bootstrap popover color */

.popover-title {
    color: #566174;
}

/* #endregion */

/* #region Make bootstrap popover scrollable */

.popover-tags .popover-content {
    max-height: 500px;
    overflow: auto;
}

/* #endregion */

/* #region Disable bootstrap link focus */

a:focus {
    color: #0fa1d5;
}

a:hover {
    color: #3c4451;
}

/* #endregion */

/* #region Change jumbotron background color */

.jumbotron {
    background-color: #e6edf2;
}

/* #endregion */
/* #endregion */

ul li {
    color: #7e848c;
}

.content-detail ul li {
    line-height: normal;
}

.opening-hours ul {
    padding-left: 20px;
}

    .opening-hours ul li {
        line-height: 23px;
    }

/* #region Bootstrap alert */

.alert {
    border-radius: 0;
}

/* #endregion */

/* #region Competition tag */

.competition-tag {
    background-color: #ff4b64;
    color: white;
}

.alert .competition-tag {
    display: inline-block;
    float: none;
    margin: 0;
    cursor: default;
}

    .alert .competition-tag:hover {
        background-color: #ff4b64;
    }


.competition2-tag {
    background-color: #ff4b64;
    color: white;
}

.alert .competition2-tag {
    display: inline-block;
    float: none;
    margin: 0;
    cursor: default;
}

    .alert .competition2-tag:hover {
        background-color: #ff4b64;
    }

/* #endregion */

/* #region Angular loading overlay */

.loading-overlay {
    background: rgba(255,255,255,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 3s;
    transition-timing-function: ease-in-out
}

    .loading-overlay[hidden] {
        display: flex;
        opacity: 0;
        pointer-events: none;
        transition: none;
    }

/* #endregion */

/* #region Fix bootstrap panel */

.panel-title > a {
    color: #0fa1d5;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: #fbfeff;
}

/* #endregion */

/* #region cropper */

/*!
 * Cropper.js v0.8.3
 * https://github.com/am-hs/cropperjs
 *
 * Copyright (c) 2015-2016 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2016-11-17T13:07:22.956Z
 */

.cropper-container {
    font-size: 0;
    line-height: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
}

    .cropper-container img {
        display: block;
        min-width: 0 !important;
        max-width: none !important;
        min-height: 0 !important;
        max-height: none !important;
        width: 100%;
        height: 100%;
        image-orientation: 0deg;
    }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cropper-wrap-box {
    overflow: hidden;
}

.cropper-drag-box {
    opacity: 0;
    background-color: #fff;
}

.cropper-modal {
    opacity: .5;
    background-color: #000;
}

.cropper-view-box {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    outline: 1px solid #39f;
    outline-color: rgba(51, 153, 255, 0.75);
}

.cropper-dashed {
    position: absolute;
    display: block;
    opacity: .5;
    border: 0 dashed #eee;
}

    .cropper-dashed.dashed-h {
        top: 33.33333333%;
        left: 0;
        width: 100%;
        height: 33.33333333%;
        border-top-width: 1px;
        border-bottom-width: 1px;
    }

    .cropper-dashed.dashed-v {
        top: 0;
        left: 33.33333333%;
        width: 33.33333333%;
        height: 100%;
        border-right-width: 1px;
        border-left-width: 1px;
    }

.cropper-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    opacity: .75;
}

    .cropper-center:before,
    .cropper-center:after {
        position: absolute;
        display: block;
        content: ' ';
        background-color: #eee;
    }

    .cropper-center:before {
        top: 0;
        left: -3px;
        width: 7px;
        height: 1px;
    }

    .cropper-center:after {
        top: -3px;
        left: 0;
        width: 1px;
        height: 7px;
    }

.cropper-face,
.cropper-line,
.cropper-point {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .1;
}

.cropper-face {
    top: 0;
    left: 0;
    background-color: #fff;
}

.cropper-line {
    background-color: #39f;
}

    .cropper-line.line-e {
        top: 0;
        right: -3px;
        width: 5px;
        cursor: e-resize;
    }

    .cropper-line.line-n {
        top: -3px;
        left: 0;
        height: 5px;
        cursor: n-resize;
    }

    .cropper-line.line-w {
        top: 0;
        left: -3px;
        width: 5px;
        cursor: w-resize;
    }

    .cropper-line.line-s {
        bottom: -3px;
        left: 0;
        height: 5px;
        cursor: s-resize;
    }

.cropper-point {
    width: 5px;
    height: 5px;
    opacity: .75;
    background-color: #39f;
    width: 20px;
    height: 20px;
    margin: -10px;
}

    .cropper-point.point-e {
        top: 50%;
        right: 0;
        cursor: e-resize;
    }

    .cropper-point.point-n {
        top: 0;
        left: 50%;
        cursor: n-resize;
    }

    .cropper-point.point-w {
        top: 50%;
        left: 0;
        cursor: w-resize;
    }

    .cropper-point.point-s {
        bottom: 0;
        left: 50%;
        cursor: s-resize;
    }

    .cropper-point.point-ne {
        top: 0;
        right: 0;
        cursor: ne-resize;
    }

    .cropper-point.point-nw {
        top: 0;
        left: 0;
        cursor: nw-resize;
    }

    .cropper-point.point-sw {
        bottom: 0;
        left: 0;
        cursor: sw-resize;
    }

    .cropper-point.point-se {
        right: 0;
        bottom: 0;
        cursor: se-resize;
    }

.cropper-invisible {
    opacity: 0;
}

.cropper-bg {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
}

.cropper-hidden {
    display: none !important;
}

.cropper-move {
    cursor: move;
}

.cropper-crop {
    cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
    cursor: not-allowed;
}


/* #endregion */

/* #region kendo combobox */

.k-dropdown-wrap {
    border: 1px solid #d7dfe4;
}

/* #endregion */

/* #region customers list */

.customer-list .customer-row-wrapper {
    margin-bottom: 10px;
    border-left: solid 6px #0fa1d5;
}

.customer-list .customer-row {
    margin-bottom: 10px;
    display: flex;
}

.customer-row .image-column {
    line-height: 0;
}

.customer-list .image-column {
    margin-right: 10px;
    flex: 0 0 180px;
    border: solid 2px #e6edf2;
    border-left: none;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: white;
}

    .customer-list .image-column:hover {
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .customer-list .image-column img {
        max-width: 160px;
        max-height: 185px;
    }

.customer-list .content-column {
    min-height: 180px;
    overflow: hidden;
    flex: 1;
}

.customer-list .content-header {
    display: block;
    background-color: #e6edf2;
    padding: 10px;
    min-height: 215px;
    color: #3c4451;
    position: relative;
}

.customer-row .content-header .info-columns i.fa {
    width: 14px !important;
}

.customer-list .map-image {
    width: 270px;
    height: 195px;
    border: solid 2px #ccc;
    position: absolute;
    right: 10px;
}

.customer-list ul.social-media {
    position: absolute;
    width: 76px;
    height: 185px;
    right: 290px;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
    flex-wrap: wrap-reverse;
    top: 21px;
}

    .customer-list ul.social-media > li {
        margin-top: 1px;
        margin-left: 1px;
        width: 35px;
        height: 35px;
    }

        .customer-list ul.social-media > li > a {
            color: white;
            font-size: 20px;
            background-color: #999;
            text-align: center;
            border-radius: 5px;
            display: block;
        }

            .customer-list ul.social-media > li > a:hover {
                background-color: #444;
            }

.customer-list h2 {
    font-size: 18px;
    font-weight: 600;
    color: #3c4451;
    margin: 10px 0;
    display: inline-block;
}

.customer-list .customer-row .info-columns {
    margin-right: 366px;
}

    .customer-list .customer-row .info-columns .row > div {
        min-height: 90px;
    }

.customer-list .buttons-row {
    padding: 10px 5px 0 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .customer-list .buttons-row > div {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .customer-list .buttons-row > div:nth-child(1) {
            flex: 0 0 28%;
        }

        .customer-list .buttons-row > div:nth-child(2) {
            text-align: center;
            flex: 0 0 38%;
        }

        .customer-list .buttons-row > div:nth-child(3) {
            text-align: right;
            flex: 0 0 28%;
        }

.customer-list .icon-container {
    float: left;
}

.customer-list .text-container {
    margin-left: 20px;
}

    .customer-list .text-container h3 {
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        font-weight: 600;
        clear: none;
        margin: 0;
    }

.customer-list .content-detail {
    padding: 10px 0 10px 10px;
}

    .customer-list .content-detail .customer-slogan, .customer-list .content-detail .info-container {
        border-bottom: solid 5px #e6edf2;
        padding: 0 0 20px 10px;
        margin-bottom: 20px;
    }

    .customer-list .content-detail .customer-slogan {
        font-size: 20px;
    }

    .customer-list .content-detail p {
        margin-bottom: 0;
    }

    .customer-list .content-detail ul {
        padding-left: 16px;
    }

    .customer-list .content-detail li {
        line-height: inherit;
        text-align: left;
    }

.customer-list .teaser-container {
    text-align: right;
}

    .customer-list .teaser-container img {
        max-width: 100%;
    }

@media (max-width: 991px) {
    .customer-list .row > div {
        margin-top: 10px;
    }

    .customer-list .map-image {
        display: none;
    }

    .customer-list .customer-row .info-columns {
        margin-right: 0px;
    }

    .customer-list .buttons-row {
        width: 100%;
        display: block;
        position: static;
    }

        .customer-list .buttons-row > div {
            margin-top: 10px;
        }

            .customer-list .buttons-row > div:nth-child(2), .customer-list .buttons-row > div:nth-child(3) {
                text-align: left;
            }
}

@media (max-width: 767px) {
    .customer-list .customer-row {
        display: block;
    }

    .customer-list .image-column {
        margin: 0;
        padding: 10px 0;
    }

    .customer-list .content-header {
        padding-bottom: 10px;
    }

    .customer-list .customer-row .info-columns .row > div {
        min-height: 0;
    }

    .customer-list .map-image {
        display: none;
    }

    .customer-list ul.social-media {
        position: static;
        flex-direction: row;
        width: 100%;
        height: auto;
    }

    .customer-list .content-block h3 {
        margin-top: 20px;
    }

    .customer-list .teaser-container {
        margin-top: 20px;
    }

        .customer-list .teaser-container img {
            width: 100%;
        }
}

/* #endregion */

/* #region list-info block on home-* pages */
.list-info {
    padding: 20px;
    background-color: #e6edf2;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

    .list-info > div {
        display: inline-block;
        margin-left: 20px;
    }

.contrast-color {
    color: #FFD509 !important;
}

.contrast-background {
    background-color: #FFD509 !important;
}

.contrast-border {
    border-color: #FFD509 !important;
}

.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
}

    .validation-summary-errors ul li {
        color: #ff4b64;
        line-height: 23px;
    }

/* #endregion */

.k-list .k-item {
    box-shadow: none !important;
}

.k-state-focused {
    background-color: #eee;
}

.k-input::-webkit-input-placeholder {
    color: #999 !important;
    opacity: 1;
}

.k-input::-moz-placeholder {
    color: #999 !important;
    opacity: 1;
}

.k-input::-ms-placeholder {
    color: #999 !important;
    opacity: 1;
}

.k-input::placeholder {
    color: #999 !important;
    opacity: 1;
}

.tinynav {
    background-color: #201e1e;
    color: white;
    font-weight: 800;
    height: 50px;
    padding: 0 20px;
}

/*FIX ASP.NET TOOLBAR */
.fix-toolbar {
    font-weight: var(--bs-body-font-weight);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    list-style: none;
    box-sizing: border-box;
    color: #7e848c;
    float: right !important;
    display: block;
}

.customer-list .content-detail td.joboffer-laendlejobsli p {
    margin-bottom: 10px;
}

.customer-list .content-detail td.joboffer-laendlejobsli ul {
    list-style-type: unset;
}

