/*==================================================
CUSTOM - OVERWRITES THE SASS GENERATED STYLESHEET
==================================================*/
/* Please be generous with the comments. */
.preloader {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
}

.button-noborder {
    border: none;
}

.usereditor {
    margin-bottom: 2.5em;
}

    .usereditor .field__label {
        width: 120px;
    }

        .usereditor .field__label + .field__input {
            width: calc(100% - 120px);
        }

@media only screen and (max-width: 1279px) {
    html {
        font-size: 13px;
    }

    .rb {
        font-size: 16px
    }
}

@media only screen and (min-width: 1441px) {
    .hide-xl {
        display: none;
    }
}

.event.privatenote .event__title {
    background-color: lightgray;
}

.event.vacation .event__title {
    background-color: darkorchid;
}

.event.specialevent_pd .event__title {
    background-color: lightgray;
    color: #444444 !important;
}


.event.specialevent_finishing .event__title {
    background-color: lawngreen;
    color: #444444 !important;
}

.event.specialevent_measure .event__title {
    background-color: azure;
    color: #444444 !important;
}
.event.specialevent_manufacture .event__title {
    background-color: teal;
    color: whitesmoke !important;
}

.event.specialevent_transport .event__title {
    background-color: rosybrown;
    color: #444444 !important;
}

.event.specialevent_installation .event__title {
    background-color: deepskyblue;
    color: #444444 !important;
}

.event.specialevent_expinstallation .event__title {
    background-color: #BDEEFF;
    color: #444444 !important;
}

.c-lgray {
    border-color: lightgray;
    background-color: lightgray;
}

.button.c-lgray:hover {
    border-color: #3f3f40;
    background-color: #3f3f40;
    color: #fff;
}

.newcurrentday {
    background-color: #ffe7e7;
}

.calendar-kitchendesign {
    background-color: rgb(254, 255, 126);
    color: black !important;
}

    .calendar-kitchendesign:hover {
        opacity: 1 !important;
    }

.field--vertical {
    margin-top: 1.2em;
}

.transport-btn {
    margin: 0.3em;
}

.fixedtextbox {
    margin-bottom: 2.5em;
}

    .fixedtextbox .field__label {
        width: 70px;
    }

        .fixedtextbox .field__label + .field__input {
            width: calc(100% - 70px);
        }

tr.disabled {
    color: #dddddd;
}

.status__cell {
    float: left;
    height: 1em;
    width: 1em;
    background-color: #58585a;
    margin-right: 2px;
}

.status__cell--finish {
    margin-right: 0;
    background-color: #a6a6a6;
}

.status__cell.green {
    background-color: #8a9b0f;
}

td svg {
    height: 24px;
}

.c-red.accordion__head {
    background-color: #fbe0da;
}

.c-green.accordion__head {
    background-color: #dafbe0;
}

.button.c-green {
    background-color: #8a9b0f;
}

.button--outline.c-green svg {
    color: #8a9b0f;
}

.ui-tooltip, .arrow:after {
    background: #f5f5f5;
    border: 0px;
}

.ui-tooltip {
    padding: 10px 20px;
    width: 30%;
    color: black;
    border-radius: 7px;
    font: 15px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.ui-helper-hidden-accessible {
    display: none;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }

.studiokpilabel {
    margin-left: 0.5em;
    text-transform: uppercase;
}

.kpi__title.main {
    font-weight: 400;
}

.responsive-table.nomargin {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
    border-bottom: 1px solid #ddd;
}

.modal {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    transition-duration: 0.3s;
}

.modal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 37.5em;
    max-width: 90%;
    background-color: #fff;
    box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.12);
    padding: 1.875em 3.125em;
    text-align: center;
}

    .modal__inner .buttons {
        padding: 0;
        margin: 0;
    }

    .modal__inner .button {
        min-width: 10em;
    }

.lp-tile-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.875em 1.875em;
}
.lp-tile {
    background-color: white;
    height: 15em;
    width: 15em;
    text-align: left;
    border-radius: 8px;
    border: 1px solid #dadce0;
    transition: all .25s ease;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

    .lp-tile:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

    .lp-tile:hover {
        -moz-box-shadow: 0 4px 16px #dadce0;
        -webkit-box-shadow: 0 4px 16px #dadce0;
        box-shadow: 0 4px 16px #dadce0;
        text-decoration: inherit;
        overflow: hidden;
        border: 1px solid #dadce0;
        border-radius: 8px;
        background: #fff !important;
    }

    

a.lp-link-hover {
    color: #000;
}

.lp-text-hover {
    color: white;
}

a.lp-text {
    color: #000;
}

a.lp-link {
    color: #000;
}

.dropdown-content {
    background-color: white;
    position: absolute;
    min-width: 120px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: -1;
    display: table;
    padding-top: 66px;
}

    .dropdown-content div {
        padding: 13px 20px;
        display: table-row;
    }

        .dropdown-content div a {
            color: black;
            padding: 13px 20px;
            text-decoration: none;
            display: table-cell;
        }

            .dropdown-content div a:hover {
                background-color: #ddd;
            }



.add-action {
    text-align: center;
}

.ml-2 {
    margin-left: 2em;
}

.mr-2 {
    margin-right: 2em;
}

.mt-2 {
    margin-top: 2em;
}

.divlink {
    text-align: right;
    font-size: .875em;
    padding: .7em 1.07143em;
    line-height: 1.5em;
}

.mini-table {
    width: 100%;
}

    .mini-table td {
        font-size: .875em;
        padding: .7em 1.07143em;
        line-height: 1.5em;
    }

    .mini-table tr {
        border-bottom: 1px #fff solid;
    }

        .mini-table tr:nth-child(odd) {
            background-color: #f5f5f5;
        }

    .mini-table tbody .clickable-row:hover td {
        background-color: #cfcfcf
    }

ul.tilelist li {
    margin-left: 10px;
}

    ul.tilelist li:before {
        content: '-';
        position: absolute;
        margin-left: -10px;
        color: white;
    }

div.accordion__head__m0 {
    margin: 0px 0px 5px 0px !important;
}

.route-scroll {
    height: 17em;
    overflow: auto;
}

.numberCircle {
    border-radius: 50%;
    display: inline-block;
    behavior: url(PIE.htc);
    font-size: 11px;
    width: 22px;
    height: 22px;
    margin: 0 0 0 6px;
    background-color: #f5f5f5;
    color: #000;
    border: 2px solid #f5f5f5;
    text-align: center;
}


/*from SYKORA*/
.page-header .large-text {
    line-height: 2.5em;
}

.page-header {
    padding: 0.7em 0;
    border-bottom: 1px solid #fff;
    background: #F5F5F5;
}

h4, .large-text, .profile-tile__title, .kpi__title {
    font-size: 1.10em;
}

h1, h2, h3 {
    font-weight: 500;
    text-transform: none;
}

h3 {
    font-size: 1.4em;
}

h2, .profile__title {
    font-size: 1.6em;
}

.responsive-table th {
    color: #333;
}


.responsive-table tr {
    border-bottom: 1px #fff solid;
}

.sticky-menu__nav a.active {
    color: #000000;
}

.sticky-menu__nav a {
    margin-left: 20px;
    margin-right: 20px;
    font-family: Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
}


.sticky-menu__nav li {
    margin-left: 3em;
}

.button--outline {
    border: 1px solid;
    background-color: white;
    color: #000;
    border-color: #eee !important;
}

.button {
    border: 1px solid;
    outline: none;
}

.container.tiles {
    background-color: #ffffff;
    padding-top: 4em;
    padding-bottom: 4em;
    border-top: solid 1px #dadce0;
}

.button--outline.transport-btn.button--small.c-gray:hover {
    background-color: transparent !important;
    color: #000;
}

.button--outline.transport-btn.button--small.c-gray {
    padding: 0px 12px;
    font-size: 1.7em;
    margin: 0;
    border: 0;
}

button.button.button--small.c-lgray {
    font-size: 1.7em;
    padding: 4px 10px;
    transform: rotate(45deg);
    background-color: transparent;
    border: 0;
}


html {
    font-size: 15px;
}
.footer {
    border-top: 1px solid #dadce0;
}
h3.lp-text {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

h3.lp-text-hover {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
}
button.button, a.button {
    font-family: Montserrat,Arial,Helvetica Neue,Helvetica,sans-serif;
}
