/*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);
}

.text-no-wrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/*Advanced “Marquee” with CSS3 Animation*/

.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%);
    }
}

.md-toolbar-tools, .md-toolbar {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
}

/**
    OVERRIDE PERFECT-SCROLL CSS
 */

.always-visible.ps-container > .ps-scrollbar-y-rail {
    background: rgba(0, 0, 0, 0.1) !important;
}

.ps-container > .ps-scrollbar-y-rail {
    width: 6px;
}

    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        width: inherit;
        background-color: #607d8b;
    }

.ps-container > .ps-scrollbar-x-rail {
    height: 8px;
}

    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        height: inherit;
        background-color: #080d26;
    }

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-subheader .md-subheader-inner {
    display: block;
    padding: 9px 16px;
    width: 100%;
}

.md-subheader.padding-vertical-0 .md-subheader-inner {
    display: block;
    padding: 0px 16px !important;
}


/***
  select
 */

.md-select-value,
md-input-container .md-input {
    /* border: 1px solid #D4D9E2;
     border-radius: 3px;*/
    font-size: 14px;
    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: #899da7;
}

._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-autocomplete-suggestions li {
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    font-size: 12px;
}

    .md-autocomplete-suggestions li .badge {
        padding: 0 2px;
        margin-right: 5px;
        font-size: 11px;
        font-weight: 500;
        line-height: 1;
        background-color: rgba(27, 111, 160, 0.15);
        height: 20px;
        min-width: 80px;
        color: rgb(3, 51, 80);
        border-radius: 3px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

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 .user-menu {
    padding: 0;
}

    md-toolbar .user-menu .avatar {
        width: 30px;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 8px 0 0;
        border-radius: 50%;
        font-size: 17px;
        font-weight: 500;
        text-align: center;
        color: #FFF;
    }



    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: 30px !important;
    font-size: 22px;
}

.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;
}

.md-button.md-fab.md-fab-bottom-right.r40,
.md-button.md-fab.md-fab-top-right.r40 {
    right: 40px !important;
}

.margin-bottom-125, .mb-125 {
    margin-bottom: 125px;
}

.margin-bottom-150, .mb-150 {
    margin-bottom: 150px;
}

.margin-bottom-170, .mb-170 {
    margin-bottom: 170px;
}

.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 md-select {
            margin: 20px 0 26px 50px;
            font-size: 14px;
        }

        .list .list-header md-icon {
            color: #d5d5d5;
        }

    .list .list-body {
      
    }

    .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: 60px;
    }

    .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;
    }

    .list .list-item .secondary {
        font-size: 11px;
        color: #828ea6;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.list-item small,
.view-form small {
    font-weight: 300 !important;
    text-transform: uppercase;
    font-size: 11px;
    color: #a2a2a2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    
    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;
}

.list-item.expanded h3,
.view-form h3 {
    color: #283593;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

.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 5px;
    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;
    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 - 132px) !important;
    overflow: hidden;
    position: relative;
}

    .page-content.full {
        height: calc(100vh - 98px) !important;
    }

    .page-content.quotes {
        height: calc(100vh - 162px) !important;
    }

@media (max-width: 959px) and (min-width: 600px) {
    .page-content {
        height: calc(100vh - 133px) !important;
    }
}

@media (max-width: 599px) {
    .page-content {
        height: calc(100vh - 185px) !important;
    }
}

.home-content.not-active {
}

    .home-content.not-active img {
        margin-top: 50px;
        height: 300px;
    }

    .home-content.not-active h1 {
        font-weight: 100;
        font-size: 30px;
        color: #a0aabc;
        margin: 46px 0 21px 0;
        line-height: 35px;
    }

    .home-content.not-active p {
        font-size: 15px;
        color: #7c8891;
        -webkit-animation-delay: .1s;
        animation-delay: .1s;
    }

/**

        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 {
    min-width: 450px;
    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;
    }

    md-dialog .md-dialog-content .md-prompt-input-container input {
        border: solid 1px #eeeff3;
    }

        md-dialog .md-dialog-content .md-prompt-input-container input:focus {
            border-color: #2196f3;
        }


/**

  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 {
    }


.btn {
    padding: 0 !important;
    min-width: 26px;
    min-height: 26px;
    line-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .25s ease-in-out;
    margin: 0 0 0 5px;
}

    .btn.square {
        border-radius: 0;
        padding: 0 5px !important;
    }


    .btn md-icon {
        width: 18px;
        min-width: 18px;
        height: 18px;
        min-height: 18px;
        font-size: 18px;
        color: inherit;
        margin: 0;
    }

    .btn:hover {
        color: #fff !important;
    }

    .btn.green {
        background: rgb(9 183 46 / 15%);
        color: #09b72e;
    }

        .btn.green:hover {
            background: #09b72e;
        }

    .btn.red {
        background: #f391792e;
        color: #ff5a31;
    }

        .btn.red:hover {
            background: #ff5a31;
        }

    .btn.blue {
        background: #d2d6ff94;
        color: #867eff;
    }

        .btn.blue:hover {
            background: #867eff;
        }

    .btn.orange {
        background: #ff980045;
        color: #ff9800;
    }

        .btn.orange:hover {
            background: #ff9800;
        }


.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 {
    font-size: 12px;
    height: 28px;
    min-height: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 15px 0 5px;
    transition: all 0.25s ease-in-out;
    border-radius: 3px;
    text-transform: none;
}

.header-btn {
    font-weight: 500;
}

    .header-btn svg {
        opacity: .35;
    }

    .header-btn:hover svg {
        opacity: 1;
    }


md-menu-item > .md-button md-icon {
    margin: auto 5px auto 0;
    height: 26px;
    width: 26px;
    min-height: 26px;
    min-width: 26px;
    font-size: 16px;
    padding: 5px 0 0 5px;
    background: rgb(39 100 176 / 10%);
    border-radius: 4px;
}

md-menu-item > .md-button {
    color: #4d5f76;
    display: inherit;
}


.btn-hover {
    transition: all 0.25s ease-in-out;
}

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;
}
