/*https://www.iconfinder.com/iconsets/flat-business-icons*/

#appOverLay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background-color: rgba(200, 200, 200, .3);
}

.marquee-wrapper {
    width: 80%;
    overflow: hidden;
}

.marquee.scroll-left {
    padding: 0 10px;
    margin: 0 10%;
    height: 40px;
    overflow: hidden;
    position: relative;
    color: orange;
    border: 1px solid orange;
    font-size: 12px;
    white-space: nowrap;
}

    .marquee.scroll-left p {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 40px;
        text-align: center;
        /* Starting position */
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        /* Apply animation to this element */
        -moz-animation: scroll-left 40s linear infinite;
        -webkit-animation: scroll-left 40s linear infinite;
        animation: scroll-left 40s linear infinite;
    }
/* Move it (define the animation) */

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        /* Browser bug fix */
        -webkit-transform: translateX(100%);
        /* Browser bug fix */
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        /* Browser bug fix */
        -webkit-transform: translateX(-100%);
        /* Browser bug fix */
        transform: translateX(-100%);
    }
}
/**
    OVERRIDE PERFECT-SCROLL CSS
 */

.always-visible.ps-container > .ps-scrollbar-y-rail {
    opacity: 0.6 !important;
    background: rgba(0, 0, 0, 0.1) !important;
}


md-input-container.md-default-theme.md-input-invalid .md-char-counter,
md-input-container.md-input-invalid .md-char-counter,
md-input-container.md-default-theme.md-input-invalid .md-input-message-animation,
md-input-container.md-input-invalid .md-input-message-animation,
md-input-container.md-default-theme.md-input-invalid label,
md-input-container.md-input-invalid label {
    color: #e86e4f;
}

md-input-container label:not(.md-no-float):not(.md-container-ignore),
md-input-container label:not(.md-no-float):not(.md-container-ignore),
md-input-container .md-placeholder {
    margin-left: 3px;
    margin-bottom: 2px;
    color: #939aa9;
    font-size: 11px;
    transform: translate3d(0,3px,0) scale(1);
    width: calc(100% - 6px);
}

.md-subheader .md-subheader-inner {
    display: block;
    padding: 2px 12px;
}

.md-subheader.py-0 .md-subheader-inner {
    display: block;
    padding: 0px 16px !important;
    width: 100%;
}
/***
  select
 */

.md-select-value,
md-input-container .md-input {
    font-size: 12px;
    color: #000;
    outline: 0;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

.md-whiteframe-1dp,
.md-whiteframe-2dp {
    background-color: #fff;
    border: solid 1px #fff;
}
/**
    OVERRIDE MATERIAL CSS
 */

md-select.md-default-theme .md-select-value.md-select-placeholder,
md-select .md-select-value.md-select-placeholder,
md-input-container.md-default-theme label,
md-input-container:not(.disabled) label,
md-input-container.md-default-theme .md-placeholder,
md-input-container .md-placeholder {
    color: #333;
}

._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
    left: 0;
}

md-input-container .hint {
    /* Copy styles from ng-messages */
    font-size: 12px;
    line-height: 14px;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    /* Set our own color */
    color: grey;
}

.input-radio-button {
    position: relative;
    margin-top: 20px;
}

    .input-radio-button small.label {
        font-size: 80%;
        position: absolute;
        top: -20px;
        left: 0;
        color: rgba(0, 0, 0, 0.54);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 95%;
    }

    .input-radio-button .md-block {
        padding: 7px 10px;
    }


md-checkbox {
    margin: 0;
}

.md-datepicker-button {
    display: none;
}

._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
    width: 100%;
}

md-pagination-wrapper {
    width: inherit !important;
}

.md-open-menu-container.md-active {
    box-shadow: 0 15px 24px 0 rgba(100, 100, 100, 0.3);
}
/**
    TOOLBAR
*/

md-toolbar._md-toolbar-transitions,
md-toolbar.md-default-theme:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar) {
    background-color: #081c32;
}
/*
 * TOOLBAR >  USER-MENU
 */

.md-toolbar-tools,
.md-toolbar {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    padding: 0;
}

md-toolbar .user-menu {
    padding: 0;
}

    md-toolbar .user-menu .avatar-wrapper {
        display: flex
    }

    md-toolbar .user-menu .avatar {
        width: 30px;
        height: 30px;
    }


    md-toolbar .user-menu .user-button .username {
        margin: 0 12px 0 8px;
        font-weight: 400;
    }

    md-toolbar .user-menu .user-button md-icon {
        color: #9198a8;
    }


.toolbar-search {
    background: rgba(255, 255, 255, .2);
    padding: 0;
    margin: 0;
}

    .toolbar-search input,
    .toolbar-search md-icon {
        color: #fff !important;
        border: none !important;
    }

    .toolbar-search md-icon {
        cursor: pointer !important;
        outline: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

        .toolbar-search md-icon.icon-left {
            left: 5px !important;
        }

        .toolbar-search md-icon.icon-right {
            right: 5px !important;
        }

md-toolbar.application .md-toolbar-tools > .toolbar-link {
    line-height: 1.48;
    border-right: solid 1px rgba(158, 158, 158, 0.2);
    margin: 0;
    font-weight: 400;
}

    md-toolbar.application .md-toolbar-tools > .toolbar-link span {
        display: block;
        font-size: 11px;
        text-transform: uppercase;
        line-height: 15px;
    }

    md-toolbar.application .md-toolbar-tools > .toolbar-link.first {
        border-left: solid 1px rgba(158, 158, 158, 0.2);
    }
/***
   START Button
*/

.pulse-button {
    position: relative;
    border: none;
    box-shadow: 0 0 0 0 rgba(255, 160, 0, 0.7);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

    .pulse-button:hover,
    .pulse-button:disabled {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(255, 160, 0, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(255, 160, 0, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(255, 160, 0, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(255, 160, 0, 0);
    }
}

button.user-button,
.toolbar-link span {
    text-transform: capitalize;
    color: #9198a8;
}

button.right-arrow:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 3px solid #9198a8;
    top: 0;
    right: 0;
    margin: 17px 0 0;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

.card-action-button {
    padding: 0;
    margin: 0;
    min-width: 24px !important;
    font-size: 20px;
}

    .card-action-button md-icon {
        height: 20px;
        width: 20px;
        min-height: 20px;
        min-width: 20px;
        font-size: 20px;
    }

.toolbar-icon {
    margin: 0;
    padding: 0;
    min-width: 0;
    color: #fff;
}

card-action-button:hover {
    background: none;
}

md-menu-content .user-profile .user-avatar {
    z-index: 1;
    height: 75px;
    width: 75px;
    border-radius: 3px;
    position: relative;
    background-color: #CACFD3;
    cursor: pointer;
}
/* override md-fab buttons properties */

.md-button.md-fab.md-fab-bottom-right.r-20,
.md-button.md-fab.md-fab-top-right.r-20 {
    right: -20px !important;
}

.md-button.md-fab.md-fab-bottom-right.r30,
.md-button.md-fab.md-fab-top-right.r30 {
    right: 30px !important;
}

.btn-caption {
    color: #757575;
    font-size: 11px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80px;
    z-index: 1;
}
/**
 END
 */
/*

USER MENU
 */

md-menu-bar.user-profile,
md-menu-bar.user-profile button {
    height: 64px;
    padding: 0 15px;
}

md-menu-bar.md-default-theme md-menu.md-open > button,
md-menu-bar md-menu.md-open > button,
md-menu-bar.md-default-theme md-menu > button:focus,
md-menu-bar md-menu > button:focus {
    background: none;
}

md-menu-bar.user-profile button span {
    padding: 0 10px;
}

md-menu-bar.user-profile .user-img {
    height: 35px;
}

md-menu-bar.user-profile md-icon {
    color: #9198a8;
}

md-menu-content .user-avatar span {
    display: block;
    line-height: 75px;
    font-size: 25px;
}

    md-menu-content .user-avatar span.initials {
        color: #959BA1;
        font-weight: 600;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
    }

md-menu-content .user-info h3 {
    font-size: 16px;
    color: #4b5362;
    font-weight: 400;
    line-height: 19px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

md-menu-content .user-info p {
    color: #8799b6;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 8.5px;
    letter-spacing: 0.02em;
}

md-menu-content .user-info a {
    display: block;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
    background: #FFC107;
    border-radius: 2px;
    border: 1px solid #f1b828;
    width: 113px;
    text-align: center;
    padding: 5px 0;
    line-height: 17px;
    text-decoration: none;
}

md-menu-content .admin-actions ul {
    border-top: 1px solid #e8e9ea;
    float: left;
    clear: both;
    width: 100%;
    margin: 24px 0 0;
    padding: 12px 0 0;
    list-style: none;
}

    md-menu-content .admin-actions ul li {
        float: left;
        clear: both;
        width: 100%;
        margin: 0;
        padding: 10px 0;
    }

        md-menu-content .admin-actions ul li:last-child {
            padding-bottom: 0;
        }

        md-menu-content .admin-actions ul li a {
            font-size: 12px;
            color: #6f7685;
            font-weight: 400;
            letter-spacing: .8px;
            text-transform: uppercase;
            padding: 8px 0;
        }
/**
    CARDS
*/

md-card md-card-title {
    position: relative;
    padding: 12px 16px;
    border-bottom: solid 1px #e6e6e6;
}

    md-card md-card-title h3 {
        font-size: 14px;
        font-weight: 600;
        color: #909090;
        margin: 0;
        text-transform: uppercase;
    }

    md-card md-card-title .title_desc {
        position: absolute;
        top: 28px;
        font-style: italic;
        font-size: 12px;
        margin: 0;
        color: #c5c5c5;
    }

    md-card md-card-title + md-card-content {
        padding-top: 16px;
    }
/**
  GRID
 */

.layout-row > md-input-container {
    margin-bottom: 0;
    margin-left: 0 !important;
}

md-grid-tile figure [ng-include] {
    height: 96%;
    width: 96%;
    padding: 2%;
}

.md-errors-spacer {
    display: none;
}
/*
    LISTS
*/

.list {
}

    .list .list-header {
        /*margin: 50px 0;*/
    }

        .list .list-header md-select {
            margin: 20px 0 26px 50px;
            font-size: 14px;
        }

        .list .list-header md-icon {
            color: #d5d5d5;
        }

    .list .list-body {
        /*    margin: 25px 0 150px;*/
    }

    .list .list-item {
        background-color: #fff;
        position: relative;
    }

    .list .list-body .list-item-header {
        margin-bottom: 15px;
        padding: 0 15px;
        line-height: 30px;
    }

    .list .list-body .list-item .list-item-select {
        width: 70px;
        height: 55px;
    }

    .list .list-body .list-item.selected,
    .list-item:not(.expanded):hover {
        -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
        box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
    }

    .list .list-item p,
    .view-form p {
        margin: 0;
    }

    .list .list-item .primary {
        font-size: 13px;
        color: #47506e !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 5px;
    }

    .list .list-item .secondary {
        font-size: 11px;
        color: #828ea6;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.list-item small,
.view-form small,
.view-form .label {
    font-weight: 300 !important;
    text-transform: uppercase;
    font-size: 11px;
    color: #a2a2a2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /* display: block;*/
    padding-top: 5px;
}

.list-item.expanded {
    padding: 25px !important;
}

.touch .list-item.expanded {
    display: inline-block;
    width: 100%;
}

.list-item.expanded .value,
.view-form .value {
    border: solid 1px #bcbcbc;
    padding: 0 10px;
    background-color: #eee;
    height: 30px;
    line-height: 30px;
    color: #000;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.list-item.expanded h3,
.view-form h3 {
    color: #283593;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    margin: 0 0 5px 0;
}

.list .list-body .list-item > a .quote-counter {
    color: #828ea6;
    width: 70px;
    border-left: solid 1px;
    text-align: center;
    font-size: 25px;
}

.list .list-item .list-item-icon {
    margin: 0;
    font-size: 30px;
    width: 30px;
    min-width: 40px;
    height: 30px;
    color: #bfbfbf;
}

.list .list-item .list-item-actions,
.list-item.expanded .list-item-actions {
    position: relative;
}

.no-touch .list .list-item:not(.expanded) .list-item-actions,
.touch .list .list-item:not(.expanded) .list-item-actions {
    padding: 0 10px;
    height: 55px;
    right: 0;
}

.touch .list .list-item:not(.expanded) .list-item-actions {
    transition: right linear .2s;
}

.list .list-item.expanded .list-item-actions {
    right: 0;
}

.list .list-item:not(.expanded):hover .list-item-actions {
    right: 0;
}

md-list md-list-item.list-item-disabled {
    background: #eee;
}

    md-list md-list-item.list-item-disabled img,
    md-list md-list-item.list-item-disabled md-icon,
    md-list md-list-item.list-item-disabled .user-type,
    md-list md-list-item.list-item-disabled span.primary,
    md-list md-list-item.list-item-disabled span.secondary {
        opacity: .5;
    }

md-list.rounded-items md-list-item {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .14);
    position: relative;
    border: solid 1px #e6e7ef;
    color: #313131 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1) !important;
    border-radius: 5px;
    margin: 7px 0;
    transition: all .5s;
    overflow: hidden;
}

    md-list.rounded-items md-list-item:hover {
        background-color: #e7e7e7;
    }

.quotes-list .EmptyList {
    color: #DDD;
    text-align: center;
    padding-top: 100px;
    font-size: 50px;
}

.quotes-list .list-item {
    margin-bottom: 15px !important;
    border: solid 1px #e0dbdb;
    padding: 5px 0;
    background: #f5f5f5;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}
/**
   TABLES
 */

table {
    padding-left: 20px;
    overflow: hidden;
}

    table span.highlight,
    .table-help span.highlight {
        position: relative;
    }

        table span.highlight.red,
        .table-help span.highlight.red {
            color: #e47a7a;
        }

        table span.highlight.blue,
        .table-help span.highlight.blue {
            color: #7a90e4;
        }

        table span.highlight.green,
        .table-help span.highlight.green {
            color: #5cb85c;
        }

            table span.highlight.red:before,
            table span.highlight.blue:before,
            table span.highlight.green:before,
            .table-help span.highlight.red:before,
            .table-help span.highlight.blue:before,
            .table-help span.highlight.green:before {
                content: '';
                position: absolute;
                top: -5px;
                left: -5px;
                position: absolute;
                border: solid 5px #e47a7a;
                border-bottom-color: transparent;
                border-right-color: transparent;
            }

        table span.highlight.blue:before,
        .table-help span.highlight.blue:before {
            border: solid 5px #7a90e4;
            border-bottom-color: transparent;
            border-right-color: transparent;
        }

        table span.highlight.green:before,
        .table-help span.highlight.green:before {
            border: solid 5px #5cb85c;
            border-bottom-color: transparent;
            border-right-color: transparent;
        }

        .table-help span.highlight.red,
        .table-help span.highlight.blue,
        .table-help span.highlight.green {
            margin: 10px;
        }

        .table-help span.highlight + span {
            line-height: 35px;
        }

        .table-help span.highlight.red + span {
            color: #e47a7a;
        }

        .table-help span.highlight.blue + span {
            color: #7a90e4;
        }

        .table-help span.highlight.green + span {
            color: #5cb85c;
        }
/**
    HEADERS

 */

.search-header,
.dialog-header-bg {
    position: relative;
    background-image: url(../dist/imgs/header-bg.png);
    background-size: cover;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .5);
    z-index: 9;
}
    /**    CONTENTS */
    .search-header + .page-content {
        height: calc(100vh - 118px) !important;
        min-height: calc(100vh - 118px) !important;
        overflow: hidden;
        position: relative;
    }

@media (max-width: 960px) {
    .search-header + .page-content {
        height: calc(100vh - 118px) !important;
        min-height: calc(100vh - 118px) !important;
    }
}

.search-header md-autocomplete,
.search-header md-autocomplete md-autocomplete-wrap {
    height: 28px;
    background: transparent;
    box-shadow: none;
}

.search-header md-autocomplete {
    border-radius: 0;
    margin: 0px;
}

.search-header .md-input {
    line-height: 30px;
    height: 28px;
    color: #fff;
    width: 100%;
    font-size: 12px;
}

.search-header md-input-container,
.search-header .md-autocomplete-wrapper {
    box-shadow: none;
    background: rgba(255, 255, 255, .1);
    border: solid 1px rgba(255,255,255, .5);
}

.search-header md-autocomplete input {
    padding: 0px;
    line-height: 28px;
    height: 28px;
    color: #fff;
}

.search-header .md-autocomplete-wrapper {
    display: flex;
    align-items: center;
}

.search-header .clr-btn {
    background: rgba(255, 255, 255, .1);
    border: solid 1px rgba(255, 255, 255, .5);
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-header input::placeholder {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #c3cae7 !important;
}

.search-header .md-autocomplete-wrapper md-autocomplete {
    min-width: initial;
}

.search-header md-autocomplete .md-show-clear-button button md-icon path {
    fill: #f5fa65;
}

.users-list-custom-container {
    min-width: 270px !important;
    margin-left: -32px;
}

    .users-list-custom-container .md-autocomplete-suggestions .md-autocomplete-suggestion {
        line-height: initial;
        min-height: initial !important;
        height: inherit;
        padding: 0 5px 0 8px;
    }

.error-text {
    color: #e86e4f;
}
/*
    PAGES
*/

.page-content {
    height: calc(100vh - 118px) !important;
    overflow: hidden;
    position: relative;
}

    .page-content.full {
        height: calc(100vh - 118px) !important;
    }


.quote-form h1,
.order-form h1 {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}


    .quote-form h1 small,
    .order-form h1 small {
        font-size: 70%;
    }

.quotes-info {
    position: relative;
}

    .quotes-info .md-button.md-fab.md-fab-bottom-right {
        bottom: -42px;
        right: 0;
    }



.list .list-body .list-item > a .name {
    color: #47506e;
    font-size: 14px;
    text-transform: capitalize;
}

.list .list-body .list-item > a .date {
    color: #828ea6;
    font-size: 13px;
    white-space: nowrap;
}

    .list .list-body .list-item > a .date b {
        color: #1e2f42;
    }

.list .list-body .list-item > a .seller {
    height: 31px;
    margin: 23px;
    opacity: .3;
}

.list .list-body .list-item .status.status-for-approval,
.list .list-body .list-item .status.status-records,
.list .list-body .list-item .status.status-installation {
    background-color: #5cb85c;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 10px;
    color: #fff;
}

.list .list-body .list-item .status.status-records {
    background: #FF5252;
}

.list .list-body .list-item .status.status-installation {
    background: #FFA000;
}

.additional-multipliers-description button {
    position: absolute;
    top: -22px;
    right: 40px;
    line-height: 20px;
    min-width: 20px;
    padding: 0;
    margin: 0;
    min-height: 20px;
}

    .additional-multipliers-description button md-icon.invalid {
        color: #f34a3c !important;
    }

    .additional-multipliers-description button md-icon.valid {
        color: #00a251 !important;
    }

textarea.additional-multipliers-description {
    min-height: 100px !important;
    border: 1px solid rgb(221, 221, 221) !important;
}

@media (max-width: 959px) and (min-width: 600px) {
    .project-factories p.net-price {
        font-size: 1.2em;
    }

    .project-factories p.net-price-label {
        font-size: 1em;
    }
}

@media (max-width: 599px) and (min-width: 0px) {
    .project-factories p.net-price {
        font-size: 1em;
    }

    .project-factories p.net-price-label {
        font-size: .8em;
    }

    .project-factories p.value {
        font-size: .8em;
    }

    .project-factories p small,
    .project-factories md-switch,
    .project-factories md-input-container.md-input-has-value label {
        font-size: .75em;
    }
}
/*
  ORDER

 */

.order-content {
    background-color: #f0f0f0;
}
/**
ORDER LIST
 */

.orders md-list md-list-item .submitted:before,
.orders md-list md-list-item .accepted:before,
.orders md-list md-list-item .returned:before,
.orders md-list md-list-item .unknown:before {
    content: 'S';
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #009a2f;
    color: #fff;
    font-size: 12px;
    border-top-left-radius: 5px;
}

.orders md-list md-list-item .unknown:before {
    content: '?';
    background-color: #999;
}

.orders md-list md-list-item .accepted:before {
    content: 'A';
    background-color: #2196F3;
}

.orders md-list md-list-item .returned:before {
    content: 'R';
    background-color: #F44336;
}
/* ------------------------- Separate line ------------------------- */

.breadcrumbs-wrapper {
    background: #fff;
    z-index: 1;
    position: relative;
    box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 5%), 0px 8px 10px 1px rgb(0 0 0 / 5%), 0px 3px 14px 2px rgb(0 0 0 / 10%);
}

.breadcrumbs {
    list-style: none;
}

    .breadcrumbs > li {
        display: inline-block;
        font-size: 14px;
        color: #fff;
    }

    .breadcrumbs .active {
        font-weight: normal;
        font-weight: 400;
    }

    .breadcrumbs > li > a {
        color: #ffffffad;
        font-weight: 300;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
    }
/**

        table-help
    */

.custom-tooltip {
    padding: 10px;
    font-size: 12px;
    height: auto !important;
    background-color: #ffeb3b !important;
    color: #000000de !important;
    box-shadow: 0 15px 24px 0 rgba(100, 100, 100, 0.3);
    opacity: .95;
}

    .custom-tooltip.red-bg {
        background-color: #f44336 !important;
        color: #fff !important;
    }

    .custom-tooltip h2 {
        font-weight: 400;
        border-bottom: solid 1px #ffffffde;
    }

    .custom-tooltip p {
        margin: 0;
        padding: 0;
    }
/**

    TOAST


 */


md-toast .md-toast-content {
    background-color: #6e27b0;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
    color: #fff;
    padding: 8px 25px;
    transition: opacity 200ms, -webkit-transform 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    white-space: nowrap;
    z-index: 45;
    font-size: 12px;
}

md-toast.info-toast .md-toast-content {
    background-color: #6e27b0;
}

md-toast.success-toast .md-toast-content {
    background-color: #249724;
}

md-toast.warning-toast .md-toast-content {
    background-color: #d9534f;
}

md-toast .md-toast-content span {
    color: #fff !important;
    font-weight: 500;
    min-width: 100%;
}

md-toast .btn-toast {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0;
    margin: 0;
    min-width: 25px;
    min-height: 25px;
    line-height: 25px;
}

    md-toast .btn-toast md-icon {
        color: #fff;
    }
/**
    GENERICS
*/

.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.m8 {
    margin: 8px;
}

.pos-f {
    position: fixed !important;
}

.z99 {
    z-index: 99;
    position: absolute !important;
}

.mt80 {
    margin-top: 80px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb70 {
    margin-bottom: 70px;
}

md-dialog .md-dialog-content {
    display: inline-block;
    min-width: 30vw;
    padding: 10px;
}

    md-dialog .md-dialog-content .md-title {
        background: rgba(36, 57, 68, 0.05);
        color: #243944;
        font-size: 16px;
        font-weight: 500;
        padding: 5px 10px;
        border-radius: 15px;
    }

    md-dialog .md-dialog-content .md-dialog-content-body {
        width: 100%;
        color: #607d8b;
        font-size: 14px;
        padding: 0px 10px;
        min-height: 60px;
    }

/**

  BACKOFFICE PAGE

 */

.backOffice {
    min-height: calc(100vh - 108px);
}

    .backOffice .pageTitle {
        margin-left: 15px;
    }

    .backOffice .side-left md-card,
    .backOffice .side-right md-card {
        min-height: calc(100vh - 123px);
    }

    .backOffice .side-left {
    }
/**
    WIKI DESIGN
    */

.wiki-menu {
    height: 100%;
    background: linear-gradient(#0b1449, #000000) !important;
    border-bottom: 1px solid #267ED5 !important;
}

    .wiki-menu header {
        padding: 30px;
    }

        .wiki-menu header a img {
            width: 250px;
        }

        .wiki-menu header div {
            color: #f0eff3 !important;
            font-weight: 500;
            text-align: center;
            font-size: 13px;
            margin-top: 10px;
            letter-spacing: 3px;
            text-transform: uppercase;
        }

.wiki-menu-body {
    background: #070f3c !important;
    color: #fff !important;
}

.wiki-toolbar {
    background: #ccced6 !important;
    color: #aba7a7 !important;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 0px 2px 2px rgba(0, 0, 0, 0.098), 0px 0px 5px 1px rgba(0, 0, 0, 0.084);
    min-height: 40px;
}

    .wiki-toolbar .md-toolbar-tools {
        max-height: 40px;
    }

.wiki-popup {
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(250, 250, 250);
}

.wiki-close {
    color: #000 !important;
}

.wiki-menu-nested-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .wiki-menu-nested-list li .wiki-menu-list {
        display: none;
    }

    .wiki-menu-nested-list li button {
        width: 90%;
        text-align: left;
    }

        .wiki-menu-nested-list li button.active {
            background: rgba(255, 255, 255, .2);
        }

        .wiki-menu-nested-list li button md-icon {
            margin: 0;
            color: #fff;
        }

    .wiki-menu-nested-list li.visibleChild .wiki-menu-list {
        display: block;
    }

        .wiki-menu-nested-list li.visibleChild .wiki-menu-list button.active {
            border: solid 1px rgba(255, 255, 255, .2);
        }

.wiki-item-active {
    color: #000;
}

.wiki-blue {
    background: #fc4a1a;
    padding: 6px;
    font-weight: 300;
    font-size: 21px;
    color: #fff
}

#wiki-content {
    height: calc(100vh - 40px);
}

    #wiki-content img {
        max-width: 100%;
        vertical-align: top;
        border: none;
        box-shadow: 0 6px 16px rgba(0, 0, 0, .1);
        border: 1px solid #a5a5a5;
        max-width: 90%;
    }

.btn-hover {
    transition: all 0.25s ease-in-out;
}

    .btn-hover:hover {
        box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
    }

.form .action-btn {
    border: none;
    outline: none;
    color: #fff;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

    .form .action-btn:hover {
        background-color: rgba(255, 255, 255, 0.2) !important;
    }

form.revisions .section-header {
    border-bottom: solid 1px rgba(255, 255, 255, 0.7);
}

.header-btn {
    margin-right: 10px;
    font-size: 12px;
    height: 28px;
    min-height: 28px;
    background: rgb(0 150 136 / 15%);
    color: #009688;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 15px 0 5px;
    transition: all 0.25s ease-in-out;
    border: solid 1px #009688;
    border-radius: 3px;
    text-transform: none;
    margin: 0;
    outline: none;
}

    .header-btn.print {
        color: #673ab7;
        border-color: #673ab7;
        background: rgb(103 58 183 / 15%);
    }
    .header-btn.on-hold {
        color: #ff7800;
        border-color: #ff7800;
        background: rgb(255 152 0 / 15%);
    }
    .header-btn md-icon {
        margin-right: 5px;
        color: inherit;
        height: 20px;
        width: 20px;
        min-height: 20px;
        min-width: 20px;
        font-size: 20px;
    }

    .header-btn:hover {
        background: #009688;
        color: #fff;
        box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
    }

    .header-btn.print:hover {
        background: #673ab7;
    }
    .header-btn.on-hold:hover {
        background: #ff7800;
    }

md-menu-item > .md-button md-icon,
md-menu-item > .md-button svg {
    margin: auto 5px auto 0;
    height: 28px;
    width: 28px;
    min-height: 28px;
    min-width: 28px;
    font-size: 18px;
    padding: 4px;
    background: rgb(39 100 176 / 10%);
    border-radius: 4px
}

md-menu-item > .md-button {
    color: #4d5f76;
    display: inherit;
    font-size: 14px;
}

.alert-price-outdated {
    background: #fff0d1;
    border: solid #ffa66d 0.11rem;
    color: #5e473f;
    font-size: 12px;
    padding: 1px 3px;
    border-radius: 2px;
    line-height: 1;
}

    .alert-price-outdated.no-bg {
        background: transparent;
        padding: 0;
    }

    .alert-price-outdated button {
        border: none;
        outline: none;
        background: #ff5722;
        color: #ffffff;
        border-radius: 2px;
        padding: 4px;
        font-size: 12px;
        font-weight: 300;
        box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
    }

    .alert-price-outdated.no-bg button {
        width: calc(100% - 30px);
        margin: 0 15px;
    }

    .alert-price-outdated button:hover {
        background: #ad320b !important;
    }

.order-details form.generic-from md-checkbox .md-label {
    margin-top: 11px;
    margin-left: 26px;
}
