html {
    font-size: 62.5%;
    line-height: 1.2;
    background-color: white;
}

body {
    font-size: 1.2rem;
    height: auto !important;
    background-color: rgb(250, 250, 250) !important;
}

.md-autocomplete-suggestions li {
    font-size: 12px;
    line-height: 44px;
    height: 44px;
}

md-option {
    height: 38px;
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
    min-width: 350px !important;
    z-index: 9999 !important
}

.md-headline {
    font-size: 20px;
    line-height: 28px;
}

.md-autocomplete-suggestions.md-contact-chips-suggestions li {
    font-size: 14px !important;
    line-height: 48px !important;
    height: 56px !important;
}

.asset-inactive-container > div {
    opacity: 0.7;
}

#provider-filter-checkboxes, #assettype-filter-checkboxes, #fleet-filter-checkboxes, #assetstatus-filter-checkboxes,
#provider-filter-checkboxes_merge-assets, #assettype-filter-checkboxes_merge-assets, #fleet-filter-checkboxes_merge-assets,
#provider-filter-checkboxes_mqtt-assets, #assettype-filter-checkboxes_mqtt-assets, #assetstatus-filter-checkboxes_mqtt-assets,
#provider-filter-checkboxes_asset-container, #assettype-filter-checkboxes_asset-container, #fleet-filter-checkboxes_asset-container {
    display: none;
    width: 250px;
    max-height: 300px;
    min-height: 100px;
    height: max-content;
    overflow-y: auto;
    background-color: rgb(82,82,82);
    position: absolute;
    bottom: auto;
    left: 0;
    color: white;
    font-size: 1.2rem;
    z-index: 2001;
    padding: .8rem;
    box-shadow: 1px 1px 5px black;
    flex-direction: column;
    transition: opacity 1s;
    animation: appear ease-in .2s;
}

.widget .role-filter-multiselect {
    width: 200px;
    font-weight: normal;
    display: inline-block;
}

.widget .role-filter-selectBox {
    position: relative;
}

    .widget .role-filter-selectBox select {
        width: 100%;
        font-weight: normal;
    }

.widget .role-filter-overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#role-filter-checkboxes {
    display: none;
    border: 1px #dadada solid;
    position: absolute;
    top: 5rem;
    left: 0;
    max-height: 350px;
    min-width: 350px;
    overflow-y: auto;
    background-color: white;
    z-index: 1000;
    border: 1px solid black;
    color: black !important;
}

#role-filter-checkboxes label {
display: block;
}

#role-filter-checkboxes label:hover {
    background-color: #1e90ff;
}

#asset-filter-table {
    min-height: 200px;
}

.select-filter-label {
    margin: 1rem 0;
}

.filter-custom-span-title {
    font-size: 1.3rem;
    font-family: robotolight;
    color: white;
    cursor: pointer;
    min-width: 100px;
    margin: 1rem;
}

select #client-filter-select {
    background-color: rgb(82,82,82) !important;
    font-size: 1.3rem !important;
}

.pending-btn {
    background-color: orange;
    text-align: center;
    padding: 0 10px;
}

    .pending-btn:disabled {
        background-color: orange;
        text-align: center;
        color: white;
        padding: 0 10px;
    }

.company-user-wrapper {
    margin-top: 20px;
    background-color: rgb(252,252,252);
    padding: 8px;
    border-radius: 4px;
}

.company-user-container {
    border-bottom: 2px solid rgb(240, 240, 240);
    margin-top: 10px;
    padding: 4px;
}

    .company-user-container:last-child {
        border-bottom: none;
    }

.company-user-header {
    height: 50px;
}

.company-user-roles {
}

.company-user-title {
    font-size: 16px;
}


.image-viewer {
    padding: 5px;
    cursor: pointer;
}

    .image-viewer > img {
        width: 200px;
        height: 100px;
    }

.company-user-remove-button {
    cursor: pointer;
    height: 25px;
    width: 70px;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: rgb(255, 0, 53);
    color: white;
}

    .company-user-remove-button:hover {
        background-color: rgba(255, 0, 53, 0.8);
    }

.iframe-wrapper {
    position: absolute;
    top: 78px;
    bottom: 0px;
    width: 100%;
}

@media (max-width: 1400px) {
    .iframe-wrapper {
        top: 65px;
    }
}

.iframe-root {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
}

.modal-section-header {
    color: rgb(96, 98, 95);
    font-size: 16px;
    font-weight: 600;
}

.modal-section-content {
}

.content-center {
    text-align: center;
}

.md-button.md-raised.tick {
    background-color: rgb(0, 128, 0);
    color: rgb(250, 250, 250);
}

.popover-base {
    position: relative;
    display: inline;
}

.popover-wrapper {
    position: absolute;
    background: #FFF;
    border: 1px solid #AAA;
    border-radius: 5px;
    padding: 7px;
    width: auto;
    display: inline-block;
    z-index: 101;
    transform: translate(-50%, -100%);
}

.md-button.md-raised.tick:not([disabled]):hover {
    background-color: rgba(0, 128, 0, 0.8);
}

.md-button.md-raised.cross {
    background-color: rgb(232, 58, 52);
    color: rgb(250, 250, 250);
}

    .md-button.md-raised.cross:not([disabled]):hover {
        background-color: rgba(232, 58, 52, 0.8);
    }

.md-button.md-icon-button.small-icon-button {
    margin: 0px 6px;
    height: 30px;
    min-height: 30px;
    min-width: 0;
    line-height: 18px;
    padding: 6px;
    border-radius: 50%;
    width: 30px;
    min-width: 30px;
}

.md-button.md-icon-button.tiny-icon-button {
    margin: 0;
    height: 20px;
    min-height: 20px;
    min-width: 0;
    line-height: 18px;
    padding: 0;
    border-radius: 50%;
    width: 20px;
    min-width: 20px;
}

.md-button.xs-btn {
    line-height: 21px;
    min-height: 100%;
    font-size: 9px;
    margin: 0;
}

.file-load-fail-message-box {
    padding: 12px;
    font-size: 20px;
}

.ellipsis {
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden;
}

.multimedia-container {
    width: 300px;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    padding: 16px;
    margin: 12px;
}

.pointer {
    cursor: pointer;
}

.multimedia-container-name {
    font-size: 20px;
    padding-bottom: 8px;
}

.multimedia-container-type {
    text-transform: capitalize;
    font-size: 15px;
    padding-top: 4px;
}

.multimedia-container-media {
}

.home-page-title {
    font-size: 60px;
    font-weight: bold;
    color: #54CA93;
}

.home-page-subtitle {
    font-size: 20px;
    font-weight: 300;
    color: rgb(232, 58, 52);
}

.signature-box > div {
    margin: 12px;
    height: 60px;
    width: calc(100% - 24px);
    border: 1px solid #e83a34;
    border-radius: 2px;
    color: red;
    cursor: pointer;
}

    .signature-box > div.signed {
        border-color: green;
        background-color: rgba(50,200,50,0.5);
        color: #54CA93;
    }

    .signature-box > div > span {
        padding: 6px;
    }

.home-page-link {
    /*border: 1px solid #3d4145;*/
    background-color: white;
    height: 150px;
    font-weight: bold;
    font-size: 20px;
    color: #54CA93;
    cursor: pointer;
}

    .home-page-link > i {
        font-size: 50px;
    }

.search-bar {
    width: 100%;
    height: 47px;
    background-color: #54CA93;
    padding-left: 16px;
}

.node-tree {
    padding-left: 8px;
    color: white;
    background-color: #54CA93;
}

    .node-tree > div > div {
        height: 35px;
        cursor: pointer;
    }

        .node-tree > div > div > div {
            height: 35px;
            cursor: pointer;
        }

.highlight {
    border-bottom: 2px solid rgb(232, 58, 52);
}

.quick-search {
    border: none;
    background-color: rgba(255,255,255,0.1) !important;
    padding-left: 10px;
    height: 33px;
    width: 240px;
    margin: 7px 0 !important;
    color: white;
}

.fa-quick-search {
    border: none;
    background-color: rgba(255,255,255,0.1) !important;
    padding-left: 10px;
    height: 33px;
    width: 240px;
    margin: 7px 0 !important;
    color: white;
    font-family: Arial, FontAwesome;
    margin-right: 4px;
}

.job-progress-shell {
    height: 47px;
    background-color: #aaaaaa;
}

.job-progress-complete {
    height: 47px;
    background-color: green;
}

.details-progress {
    height: 47px;
    background-color: darkgreen;
}

.content-scrollable {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
    padding-right: 20px;
}

.progress-bar-text {
    color: white;
    width: 100%;
    text-align: center;
    font-weight: bold;
    position: relative;
    font-size: 15px;
    top: -35px;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-flex {
    flex: auto;
    justify-content: space-between;
}

.justify-left {
    justify-self: start;
}

.justify-right {
    justify-self: end;
}

.no-focus:focus {
    outline: none;
    border: none;
}

.no-focus-with-border:focus {
    border: 1px solid #e83a34;
    outline: none;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e1e1e1;
    position: relative;
    top: -8px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #e1e1e1;
    position: relative;
    top: -55px;
}

.task-header {
    font-weight: bold;
}

.upload-drag-area {
    min-height: 120px;
    border: 2px dashed black;
    cursor: pointer;
}

.file-dragover {
    color: green;
    border-color: green;
}

job-task-header {
    font-weight: bold !important;
}

.bold {
    font-weight: bold;
}

table.job-table {
    border-collapse: collapse;
}

    table.job-table > thead > tr > td {
        border-top: 0px !important;
    }

    table.job-table td, table.job-tabl th {
        border: 1px solid #cccccc;
    }

    table.job-table tr:first-child th {
        border-top: 0;
    }

    table.job-table tr:last-child td {
        border-bottom: 0;
    }

    table.job-table tr td:first-child,
    table.job-table tr th:first-child {
        border-left: 0;
    }

    table.job-table tr td:last-child,
    table.job-table tr th:last-child {
        border-right: 0;
        border-left: 0;
        border-top: 0;
    }

    table.job-table tr td:nth-last-child(2),
    table.job-table tr th:nth-last-child(2) {
        border-right: 0;
    }

    table.job-table tr td {
        padding: 10px 10px;
    }

.thumbnail {
    width: 130px;
    margin: 10px;
    cursor: pointer;
}

.table-heading {
    color: #54CA93;
    font-weight: bold;
}

.edited {
    color: white !important;
    background-color: green !important;
}

.list-key-value {
    font-weight: 600;
}

.custom-label {
    border: 1px solid;
    border-radius: 6px;
    color: white;
    padding: 1px 6px;
    display: inline-block;
}

.custom-label-danger {
    background-color: #e83a34;
    border-color: #e83a34;
}

.custom-label-success {
    background-color: green;
    border-color: green;
}

.job-data-pairs > div > span:nth-child(odd) {
    text-align: right;
    padding-right: 5px;
    color: #777777;
    width: 55%;
}

.job-data-pairs > div > span:nth-child(even) {
    text-align: left;
    color: #54CA93;
    width: 45%;
}

@media (min-width: 1280px) {
    .job-data-pairs > div.flex-gt-md-25 > span:nth-child(odd) {
        text-align: left;
        padding-right: 5px;
        color: #777777;
        width: auto;
    }

    .job-data-pairs > div.flex-gt-md-25 > span:nth-child(even) {
        text-align: left;
        color: #54CA93;
        width: auto;
    }
}

.data-pairs > div > span:nth-child(odd) {
    text-align: right;
    padding-right: 5px;
    color: #777777;
}

.data-pairs > div > span:nth-child(even) {
    text-align: left;
    color: #54CA93;
}

div.current > .nav-button,
div.current > .md-menu > .nav-button {
    background-color: #FF0035;
    color: white !important;
}

md-slider[md-discrete] .md-sign,
md-slider[md-discrete] .md-sign:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

md-autocomplete[md-floating-label] .md-show-clear-button button {
    top: 7px !important;
}

/*Allows floating label look and feel while having no text in label*/
md-autocomplete.no-label > md-autocomplete-wrap > md-input-container > label {
    display: none;
}

md-input-container.md-input-focused label:not(.md-no-float),
md-input-container.md-input-has-placeholder label:not(.md-no-float),
md-input-container.md-input-has-value label:not(.md-no-float) {
    -webkit-transform: translate3d(0,6px,0) scale(.95);
    transform: translate3d(0,6px,0) scale(.95);
    color: #969696 !important;
}

label.label-float-above {
    -webkit-transform: translate3d(0,6px,0) scale(.95) !important;
    transform: translate3d(0,6px,0) scale(.95) !important;
    color: #969696 !important;
}

.extra-top-space {
    margin-top: 12px;
}

.max-allowable {
    text-align: right;
    display: inline-block;
    float: right;
    font-size: 13px !important;
    font-weight: 500 !important;
}

md-input-container.md-input-focused > label,
md-input-container.md-input-focused label:not(.md-no-float),
md-input-container.md-input-has-placeholder label:not(.md-no-float),
md-input-container.md-input-has-value label:not(.md-no-float) {
    color: #969696 !important;
    transform: translate3d(0, 6px, 0) scale(0.95) !important;
    -webkit-transform: translate3d(0, 6px, 0) scale(0.95) !important;
}

md-input-container.md-input-focused md-select .md-select-value.md-select-placeholder > span {
    color: #4a5070 !important;
    font-size: 15px !important;
}

.md-button.md-small {
    width: 20px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.vehicle-image {
    max-width: 100%;
}

.calculation-header {
    margin-top: 20px;
    margin-left: 8px;
}

    .calculation-header > md-autocomplete {
        background-color: white;
    }

.no-error-spacer md-input-container .md-errors-spacer {
    min-height: 0;
}

.red {
    color: red;
}

.yellow {
    color: yellow;
}

.green {
    color: green;
}

.expired-row {
    color: #696969;
}

i.fa-1-3x {
    font-size: 1.3em;
}

.font-sm {
    font-size: 0.8em;
}

md-input-container.actionbar-dropdown {
    width: 300px;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.870588);
}

    md-input-container.actionbar-dropdown > md-select {
        color: rgba(0, 0, 0, 0.870588) !important;
    }

    md-input-container.actionbar-dropdown > md-select {
        margin-bottom: 0px;
    }

        md-input-container.actionbar-dropdown > md-select:not([disabled]):focus md-select-value {
            border-bottom-color: rgba(0,0,0,0.870588);
            border-bottom-width: 1px;
        }

md-input-container.small-input {
    width: 60px;
}

    md-input-container.small-input .md-input {
        width: 60px;
    }

md-input-container .md-input.no-line {
    padding-bottom: 2px;
    border-bottom: 0px;
}

.no-padding-table > tbody > tr > td {
    vertical-align: top;
}

.row-invalid > td {
    background-color: rgba(255,0,0,0.1) !important;
}

.comment-content {
    padding-left: 20px;
    padding-bottom: 10px;
    white-space: pre-line;
}

.comment-wrap-100 {
    width: 100em;
    word-wrap: hyphenate;
}

.comment-wrap {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.comment-header-unimportant {
    opacity: 0.7;
}

.record-failed {
    background-color: red;
}

.record-complete {
    background-color: green;
}

.record-pending {
    background-color: yellow;
}

.record-retry {
    background-color: orange;
}

.queue-status-colour {
    width: 10px;
    height: 100%;
    display: table-cell;
}

/* Unauthorised page*/
.unauthorised {
    padding-top: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 50px;
    font-weight: bolder;
    color: black;
}

/* Exclude from hamburger @ 1024 px*/
@media screen and (max-width: 1024px) {
    /* Custom Widget Action Toolbar */
    .find-text-box {
        font-size: 10px !important;
    }

    .home-grid2x2 > div {
        display: flex;
        flex-basis: 100% !important;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
    }
}


/*upload care nooying so very precise styling*/
.uploadcare-widget-button.uploadcare-widget-button-open {
    background-color: #01a7e1 !important;
}

    /*upload care nooying so very precise styling*/
    .uploadcare-widget-button.uploadcare-widget-button-open:hover {
        background-color: #188D8B !important;
    }

.upload-panel {
    min-height: 200px;
}

.panel-primary {
    border: 1px solid rgb(139,195,74);
    border-radius: 4px;
}

    .panel-primary > .panel-heading {
        border-color: rgb(139,195,74);
        background-color: rgb(139,195,74);
    }

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: rgb(139,195,74);
        border-color: rgb(139,195,74);
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-success {
    border-color: green;
}

    .panel-success > .panel-heading {
        border-color: green;
        background-color: green;
        color: white;
    }

.upload-data-section {
    padding-bottom: 20px;
}

.panel-body {
    padding: 15px;
}


.ng-cloak {
    display: none !important;
}

small {
    font-size: 11px;
}

.text-subtle {
    color: #b7b7b7;
}

.page-title-subtle {
    color: #121212;
}

h2 span.page-title-subtle {
    color: #121212;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
}

.page-title {
    color: #08405e;
    font-weight: 600;
    font-size: 22px;
    margin-right: 12px;
}

.page-title-subtlenew {
    color: #08405e;
    font-weight: 600;
    font-size: 16px;
    margin-right: 12px;
    margin-left: 5px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.main-content-wrapper {
    margin: 0 20px;
}

.md-dialog-container .main-content-wrapper {
    margin: 0;
}

.md-dialog-container {
    z-index: 100 !important;
}

.widget-content .padd:hover {
    cursor: pointer;
    color: white;
    background-color: #52b9e9;
}

    .widget-content .padd:hover * {
        color: white;
    }

div.modal-content-wrapper md-card {
    box-shadow: none;
}

    div.modal-content-wrapper md-card md-card-header {
        /*display:none;*/
    }

.modal-form-width {
    width: 1000px;
}

div.modal-content-wrapper md-card.show-card {
    box-shadow: 1px 2px 2px 1px #888888;
}

    div.modal-content-wrapper md-card.show-card md-card-header {
        display: inline;
    }




div.modal-content-wrapper > md-tabs.hide-tabs-in-modal md-tabs-wrapper {
    display: none;
}


.md-tooltip {
    font-size: 10px;
    height: 35px;
    line-height: 15px;
    padding-right: 8px;
    padding-left: 8px;
}

/* Custom Widget Action Toolbar */
.widget-actionbar-wrapper {
    display: flex;
    display: -webkit-flex;
}

.widget {
    background: none !important;
}

    .widget .widget-head {
        border: none !important;
        background-color: none !important;
    }

    .widget .widget-actionbar {
    }

        .widget .widget-actionbar .date-range-picker {
            width: auto;
            line-height: 0px;
            padding: 8px;
            margin-right: -8px;
        }

        .widget .widget-actionbar .md-toolbar-tools {
            height: 42px;
            max-height: 42px;
            margin-top: 4px;
            margin: auto;
        }

        .widget .widget-actionbar select {
            background-position: right center;
            background-color: rgba(0,0,0,0.1) !important;
            /*background-image: url("../content/images/white-updown-arrows.png") !important;*/
            border: none !important;
            width: auto;
            display: inline-block;
            font-family: robotolight;
            font-size: initial !important;
            padding: 5px 15px !important;
        }

            .widget .widget-actionbar select.datasetdrop {
                background-color: white !important;
            }

            .widget .widget-actionbar select#client-filter-select {
                background-color: rgb(82,82,82) !important;
                font-size: 1.3rem !important;
                color: white;
                max-width: 200px;
            }

.filter-client-label-option {
    text-align: center;
    max-width: 150px;
    font-size: 1.3rem;
    font-family: robotolight;
    background-color: rgb(82,82,82);
    color: white;
}

.refresh-btn-container {
    width: 4%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    height: auto; /*47px;*/
    display: flex;
    display: -webkit-flex;
}

    .refresh-btn-container .spinner-right {
        position: absolute;
        right: 0;
        left: 0;
        top: -8px;
        vertical-align: middle;
        margin: auto;
        padding: 0;
    }

.filter-picker-wrapper {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
}

.filter-dropdown {
    margin: 7px 0;
}

input.quick-search::-webkit-input-placeholder {
    color: white !important;
    font-family: robotolight;
}

input.quick-search:-moz-placeholder { /* Firefox 18- */
    color: white !important;
    font-family: robotolight;
}

input.quick-search::-moz-placeholder { /* Firefox 19+ */
    color: white !important;
    font-family: robotolight;
}

input.quick-search:-ms-input-placeholder {
    color: white !important;
    font-family: robotolight;
}

.quick-search {
    margin-right: 4px;
}

    .quick-search::-webkit-input-placeholder::before {
        font-family: fontAwesome;
        content: '\f002';
        color: #69f;
    }

    .quick-search::-moz-placeholder::before {
        font-family: fontAwesome;
        content: '\f002';
        color: #69f;
    }

:-ms-input-placeholder.quick-search::before {
    font-family: fontAwesome;
    content: '\f002';
    color: #69f;
}

input:-moz-placeholder.quick-search::before {
    font-family: fontAwesome;
    content: '\f002';
    color: #69f;
}

.search-query {
    margin: 2px auto 8px auto !important;
}

.empty-list-message {
    color: #515151;
}

.form-search {
    min-height: 2em;
}

.auto-margin {
    margin: auto;
}

.user .user-pic {
    display: block;
    margin: auto;
}

.user .user-details {
    margin-left: 100px;
    margin-right: 10px;
}

.date-range-picker {
    font-family: "Proxima Nova Regular", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
    /*padding: 8px;*/
    cursor: pointer;
    /*max-width: 360px;*/
}

    .date-range-picker span {
        padding-left: 6px;
    }

    .date-range-picker .caret {
        margin-top: 8px;
        margin-left: 6px;
    }

    .date-range-picker .well {
        margin-bottom: 0;
    }

.daterangepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.daterangepicker .table-condensed > tbody > tr > td {
    padding: 5px 5px 2px 5px;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    min-width: 19px !important;
}

.daterangepicker.opensright:after, .daterangepicker.opensright:before {
    display: none !important;
}

.report-filters .nav.nav-pills {
    padding-top: 8px;
}

.report-filters .nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.report-filters .nav-pills > li:not(.active) a {
    background-color: #0055a5;
    color: white;
}

.report-filters .nav-pills > li.active > a {
    font-weight: bold;
}

.report-filters .nav-pills > li:not(.active) a:hover {
    background-color: #e1e1e1;
}

.report-box-item .alert {
    font-size: 22px;
}

.report-box-item span {
    font-size: 15px;
}

.widget-content {
    padding: 0;
}

thead > tr > th.action-col {
    width: 60px;
    max-width: 60px;
}

tbody > tr > td > a.md-button {
    width: 60px;
    min-width: 60px;
}

/* This is based on Material Angular Dialog Action Bar */
.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 0;
    padding-right: 8px;
    padding-left: 16px;
    min-height: 52px;
    overflow: hidden;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.12);
}

.stacked {
    float: none !important;
    display: block;
    margin: auto;
}

.today-datas li {
    padding: 20px 14px;
}

.badge {
    font-size: 11px !important;
    font-weight: 300;
    text-align: center;
    background-color: #e02222;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
}

.badge-help {
    font-size: 11px !important;
    font-weight: 500;
    text-align: center;
    background-color: #428bca;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.helpBlue {
    font-size: 11px !important;
    font-weight: 500;
    text-align: center;
    background-color: #428bca;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.helpGreen {
    font-size: 11px !important;
    font-weight: 500;
    text-align: center;
    background-color: rgb(0, 128, 0);
    height: 18px;
    padding: 3px 6px 3px 6px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.helpOrange {
    font-size: 11px !important;
    font-weight: 500;
    text-align: center;
    background-color: orange;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-align: center;
    vertical-align: middle;
    color: white;
}
/*#region Splash */
#splash-page {
    z-index: 99999 !important;
}

    #splash-page .bar {
        width: 100%;
    }

.page-splash {
    z-index: 99999 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: .9;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.page-splash-message {
    height: 100%;
    /* This must be a base64 or svg encoded image */
    background: url('data:image/png;base64,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') no-repeat center;
}

    .page-splash-message.page-splash-message-subtle {
        margin: 30% auto 0 auto;
        font-size: 200%;
    }

.icon-asterisk.icon-asterisk-large {
    font-size: 180%;
    vertical-align: middle;
    color: #F58A00;
}

.icon-asterisk.icon-asterisk-alert {
    color: #F58A00;
}

.icon-asterisk-inline {
    padding: 0 4px 0 0;
}


/*.progress,*/

.spinner {
    margin: 10px auto 0 auto;
    left: auto;
    top: auto !important;
}

.spinner-mid-page {
    position: fixed;
    top: 40%;
    left: 50%;
}

/*#endregion*/
a {
    cursor: pointer;
}

    a.hyperlink {
        cursor: pointer;
        text-decoration: underline;
        color: blue;
    }

/* #endregion */

/*#region wrapper for angular ng-include and ng-view animations*/
.view-container {
    position: relative;
    overflow: hidden;
}
/*#endregion */

/*#region Angular ng-include, ng-view, ng-repeat shuffle animations*/

.shuffle-animation.ng-enter,
.shuffle-animation.ng-leave {
    position: relative;
}

.shuffle-animation.ng-enter {
    -moz-transition: ease-out all 0.1s 0.1s;
    -o-transition: ease-out all 0.1s 0.1s;
    -webkit-transition: ease-out all 0.1s 0.1s;
    transition: ease-out all 0.1s 0.1s;
    left: 2em;
    opacity: 0;
}

    .shuffle-animation.ng-enter.ng-enter-active {
        left: 0;
        opacity: 1;
    }

.shuffle-animation.ng-leave {
    -moz-transition: 0.1s ease-out all;
    -o-transition: 0.1s ease-out all;
    -webkit-transition: 0.1s ease-out all;
    transition: 0.1s ease-out all;
    left: 0;
    opacity: 1;
}

    .shuffle-animation.ng-leave.ng-leave-active {
        left: 2em;
        opacity: 0;
    }
/*#endregion*/

/*#region Angular ng-include, ng-view, ng-repeat fader animation */
.fader-animation.ng-enter,
.fader-animation.ng-leave,
.fader-animation.ng-move {
    /*position: relative;*/
}

.fader-animation.ng-enter,
.fader-animation.ng-leave {
    -webkit-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    -moz-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    -o-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    opacity: 1;
}

    .fader-animation.ng-enter,
    .fader-animation.ng-leave.ng-leave-active {
        opacity: 0;
    }

        .fader-animation.ng-enter.ng-enter-active {
            opacity: 1;
        }

.fader-animation.ng-move {
    opacity: 0.5;
}

    .fader-animation.ng-move.ng-move-active {
        opacity: 1;
    }

/*#endregion*/

/*#region Angular ng-show dissolve animation */
.dissolve-animation.ng-hide-remove {
    display: inline !important;
}

.dissolve-animation.ng-hide-remove,
.dissolve-animation.ng-hide-add {
    -webkit-transition: 0.8s linear all;
    -moz-transition: 0.8s linear all;
    -o-transition: 0.8s linear all;
    transition: 0.8s linear all;
}

    .dissolve-animation.ng-hide-remove.ng-hide-remove-active,
    .dissolve-animation.ng-hide-add {
        opacity: 1;
    }

        .dissolve-animation.ng-hide-add.ng-hide-add-active,
        .dissolve-animation.ng-hide-remove {
            opacity: 0;
        }
/*#endregion */

/*#region toastr */
#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    margin: 4px auto;
}
/*#endregion */

/*#region Responsive */

@media (max-width: 1270px) {

    .page-splash-message {
        font-size: 300%;
    }
}

@media (max-width: 767px) {

    /* CUSTOM - RSS*/

    .page-splash-message {
        font-size: 200%;
        margin: 40% auto 0 auto;
    }

        .page-splash-message.page-splash-message-subtle {
            font-size: 150%;
        }

    .hide-on-small-screen {
        display: none;
    }

    /* Custom Logsims Classes*/

    .widget .table {
        font-size: 14px;
    }

    .table-filters {
        display: none;
    }

    body {
        padding-top: 45px !important;
    }

    .modal-form-width {
        width: 100%;
    }
}

@media (max-width: 960px) {


    .dosage-card {
        min-width: 97% !important;
        width: 97% !important;
    }

    .monthly-card {
        min-width: 97% !important;
        width: 97% !important;
    }

    .modal-form-width {
        width: 100%;
    }
}

@media (max-width: 1270px) {

    /** Custom Navbar **/

    .settings-image, .settings-image:after {
        top: 3px !important;
    }

    .user-settings {
        height: 50px !important;
    }

    .login-area {
        height: 50px !important;
    }

    .nav-add-button {
        margin-top: 6px !important;
    }

    .custom-pixels {
        height: 50px !important;
    }
}

@media (max-width: 320px) {

    .user .user-details {
        margin-left: 7em;
        margin-right: .5em;
    }

    h3 {
        font-size: 1.5em !important;
        line-height: 1.2em !important;
    }
}

.button-fa-green {
    color: #77c76d;
    background: none;
    font-size: 26px !important;
}

    .button-fa-green:hover {
        color: #37c76d;
    }

.button-fa-red {
    color: red;
    background: none;
    font-size: 26px !important;
}

.button-fa-del {
    color: #e1e1e1;
    background: none;
    font-size: 26px !important;
}

.btn-green {
    background-color: green;
    color: white;
    font-weight: 600;
}

.btn-orange {
    background-color: #fed12f;
    color: white;
}

.extra-small-button {
    font-size: 14px !important;
}

.display-parent-hover {
    display: none !important;
}

.parent-hover:hover .display-parent-hover,
li:hover .display-parent-hover {
    display: inline-block !important;
}

.spacing-below {
    margin-bottom: 5px;
}

.spacing-above {
    margin-top: 5px;
}

.big-spacing-above {
    margin-top: 10px;
}

.reduced-panel-spacing {
    margin-bottom: 10px;
}

.spacing-left {
    margin-left: 5px;
}

.spacing-small-right {
    margin-right: 4px;
}

.pull-down {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

.pull-text-bottom {
    vertical-align: text-bottom;
}

.row2-box {
    min-height: 115px;
}

.medium-icon {
    font-size: 25px;
    height: 25px;
    vertical-align: middle;
}

.small-icon {
    font-size: 15px;
    height: 15px;
    vertical-align: middle;
}

a.editable-click {
    border-bottom: none !important;
}

    a.editable-click:hover {
        color: #47a447;
    }

md-input-container {
    margin: 9px 0;
}

    md-input-container > md-select {
        margin: 0 0 26px 0;
    }

    md-input-container > md-radio-group {
        margin-bottom: 30px;
    }

    md-input-container.readonly-data span {
        padding-top: 0px;
        display: block;
        margin-bottom: 9px;
    }

    md-input-container.readonly-data label {
        transform: scale(0.75) !important;
    }

    md-input-container span.read-only-field-value {
        padding-top: 0px;
        display: block;
        margin-bottom: 9px;
    }

    md-input-container span.read-only-value {
        padding-top: 0px;
        display: block;
        margin-bottom: 0px;
        margin-top: 25px;
    }

md-dialog {
    min-width: 500px;
}

    md-dialog.wide-modal {
        width: 80%;
    }

    md-dialog.medium-modal {
        width: 60%;
    }

md-tabs-canvas {
    background-color: white;
}

md-pagination-wrapper md-ink-bar {
    color: #B70068;
    background-color: #B70068;
}

/* Responsive Table */
@media screen and (max-width: 768px) {

    /* Force table to not be like tables anymore */
    table.responsive,
    table.responsive thead,
    table.responsive tbody,
    table.responsive th,
    table.responsive td,
    table.responsive tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        table.responsive thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        table.responsive tr {
            border: 1px solid #ccc;
            margin-bottom: 12px;
        }

        table.responsive td {
            /* Behave  like a "row" */
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
            text-align: left !important;
        }

    .nat-mobile-minmax {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    /*table.responsive td:before {
			position: absolute;
			top: 6px;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}*/


    .home-grid2x2 > div {
        display: flex;
        flex-basis: 100% !important;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
    }
}

.table-grid td .input-field.as-cell {
    height: 22px;
    line-height: 20px;
}

md-select.as-cell {
    margin: 0;
}

.small-button {
    margin: 0px 6px;
    height: 30px;
    min-height: 30px;
    line-height: 18px;
    padding: 6px;
}

@media (max-width: 480px) {
    .widget .widget-actionbar .date-range-picker {
        font-size: 10.5px;
        line-height: normal !important;
    }

    .widget-actionbar .quick-search {
        width: 100% !important;
    }
}
/*#endregion */

.fontlarger {
    font-size: 18px;
    font-weight: bold;
}

.fontmedium {
    font-size: 15px;
}

.fontsmaller {
    font-size: 11px;
    line-height: 15px;
    word-break: break-all;
}

.border-row {
    border-bottom: 0px solid #fff;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.addbinbutton {
    margin-top: 30px;
}

.table-hover thead tr:hover > th.can-sort {
    cursor: pointer;
}

.st-sort-ascent:after {
    padding-left: 5px;
    content: '\25B2';
}

.st-sort-descent:after {
    padding-left: 5px;
    content: '\25BC';
}

.table-filters th select {
    height: 24px;
    font-size: 12px !important;
    line-height: 24px;
    /*font-weight: normal;*/
    padding: 0px !important;
    color: #000;
    font-weight: 700;
}

.table-filters th input {
    height: 24px;
    font-size: 12px !important;
    line-height: 24px;
    font-weight: normal;
    padding: 0px !important;
    color: #f1b622;
}

.search-choice-clear:after {
    padding-right: 20px;
    float: right;
    color: gray;
    font-family: fontAwesome;
    content: '\f057';
    cursor: pointer;
}

.button-fa-download {
    color: #e1e1e1;
    background: none;
    font-size: 26px !important;
}

.list-boolean-true:before {
    font-family: FontAwesome;
    color: green;
    content: "\f00c";
    padding: 20px;
}

.list-boolean-no:before {
    content: "NO";
    padding: 20px;
}

.list-boolean-attention:before {
    font-family: FontAwesome;
    color: red;
    content: "\f071";
    padding: 20px;
}

.error {
    color: #a94442 !important;
}

/** Custom md-chips error messages **/

.errors {
    color: rgb(221,44,0);
    font-size: 12px;
    padding-top: 5px;
}

.activity-type-title {
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.selected {
    /*background-color: steelblue !important;*/
    color: white;
    font-weight: bold;
}

    .selected label {
        color: white !important;
    }

.row-space {
    margin-top: 15px;
}

div.label {
    color: rgba(0,0,0,.68);
}

.label-bold {
    font-weight: bold;
}

.label-red {
    color: red;
}

.tab-has-errors,
.card-has-errors {
    color: red;
}

.label-green {
    color: limegreen;
}

.label-orange {
    color: orange;
}

.label-back-green {
    background: #77c76d !important;
    font-weight: normal !important;
}

.label-back-red {
    background: red !important;
    font-weight: normal !important;
}

.left-margin {
    margin-left: 10px;
}


.form-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .form-photos > div {
        width: 12%;
        padding: 0 10px 10px 0;
        box-sizing: border-box;
    }

        .form-photos > div > div > div > img {
            width: 100%;
        }

@media (max-width: 800px) {
    .form-photos > div {
        width: 25%;
        padding: 0 10px 10px 0;
        box-sizing: border-box;
    }
}
/* Data Report - Just big Wide List */
div.data-report {
    overflow-x: auto;
}

.data-report table {
    display: inline-block;
}

.data-report thead,
.data-report tbody {
    display: inline-block;
}

.data-report thead {
}

.data-report tr td {
}

.data-report tbody {
    overflow-y: scroll;
    max-height: 420px;
}

div.data-report table tr th,
div.data-report table tbody tr td {
    min-width: 150px;
    max-width: 150px;
}

.green-text {
    color: green;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.comment-icon::before {
    font-family: fontAwesome;
    content: '\f086';
}

.no-padding {
    padding: 0px !important;
}

.nopadding {
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

.full-height {
    height: 100%;
    min-height: 100%;
}

.panel-default > .panel-heading {
    border-radius: 0;
    padding: 0px 15px;
    color: #727171;
    background-color: #ffffff;
    border-color: #ececec;
}

.panel-data {
    background-color: #ededed;
    margin-bottom: 15px;
}

    .panel-data > .panel-heading {
        border-radius: 0;
        padding: 5px 15px;
        color: #9e9e9e;
        border-color: #01a7e1;
    }

div.event {
    color: #515151;
    font-size: 14px;
}

    div.event span {
        opacity: 0.5;
    }

.user-settings {
    width: 90px;
    height: 70px;
    background-color: #c9cdcf !important;
}

.user-settings-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

    .user-settings-image:after {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        top: 25%;
        text-align: center;
    }

.action-bar {
    right: 0px;
    left: 350px;
    top: 54px;
    z-index: 998;
    position: fixed;
    padding: 6px 4px 4px 4px;
    margin-bottom: 6px;
    border-bottom: 8px solid #ececec;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left,#fff,#f3f3f3);
    background-image: -moz-linear-gradient(left,#fff,#f3f3f3);
    background-image: -o-linear-gradient(left,#fff,#f3f3f3);
    background-image: linear-gradient(to right,#fff,#f3f3f3);
    -webkit-box-shadow: 0px 2px 4px #b1b1b1;
    -moz-box-shadow: 0px 2px 4px #b1b1b1;
    box-shadow: 0px 2px 4px #b1b1b1;
}

.action-desc {
    line-height: 10px;
    display: block;
    padding: 0 5px;
    font-size: 10px;
    color: #a5a5a5;
}

.action-bar-date-filter-wrapper {
    display: none;
    background-color: rgba(0,0,0,0.1) !important;
    margin-left: 10px;
    padding: 0 10px;
}

.action-bar-date-filter-label {
    font-size: small;
    opacity: 0.4;
    display: inline-block;
}

.action-bar-date-filter-wrapper .date-range-picker {
    /* display:inline-block;*/
}

.action-filters-mobile,
.action-buttons-mobile {
    display: flex;
}

.action-button-desktop.md-button {
    display: block;
}

@media screen and (max-width: 1400px) {
    .navbar-logo,
    .nav-image-div,
    .user-icon {
        display: none !important;
    }

    .navbar-fixed {
        font-size: 12px !important;
    }

    .nav-button {
        font-size: 12px !important;
        padding: 0;
    }

    .md-toolbar-tools .button-group .md-button {
        font-size: 12px;
        padding: 3px 5px;
    }

    .action-filters-mobile,
    .action-buttons-mobile {
        display: flex;
    }

    .action-filters-desktop,
    .action-button-desktop,
    .action-button-desktop .md-button,
    .action-button-desktop.md-button {
        display: none !important;
    }

    .md-button.is-active {
        font-weight: bold;
    }

    section.content.full-height {
        padding-top: 66px !important;
    }

    .top-nav-logo-container {
        line-height: 30px !important;
    }
}

.fa-caret-right-icon:before {
    content: "\f0da"; /* FontAwesome char code for caret right button (>) */
    font-family: FontAwesome;
    padding-right: 8px;
}

.fa-caret-down-icon:before {
    content: "\f0d7"; /* FontAwesome char code for caret down button (v) */
    font-family: FontAwesome;
    padding-right: 8px;
}

.btn-circle.btn-lg {
    width: 35px;
    height: 35px;
    padding: 2px 1px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}


.bg-warning {
    background-color: #f4b400 !important;
}

.bg-green {
    background-color: green;
}

.dropdown-menu.dropdown-notifications li {
    border-bottom: 1px solid #f3f3f3;
}

.label, .badge {
    display: inline-block;
    font-weight: 300;
    text-shadow: none !important;
}

.rd-display-created-modified {
    font-size: 12px;
    color: #b1b1b1;
}

.widget-pager {
    padding: 0 0 10px 10px;
    font-size: 14px;
    color: #616161;
}

/* UploadCare Overrides */
.upload-widget {
}

.uploadcare-widget-button-remove:before {
    font-family: FontAwesome;
    content: "\f00d";
}

.uploadcare-widget-button-remove {
    padding: .3em .4em;
}

.uploadcare-widget-button-open {
    margin-top: 3px;
}

.uploadcare-widget-dragndrop-area {
    margin-top: -15.3em !important;
    line-height: 15.6 !important;
    width: 150px !important;
}

.client-image-upload-container {
    padding: 30px 0px 20px 0px;
}

    .client-image-upload-container img {
        max-width: 100%;
    }

.image-upload-container {
    background-color: #efefef;
    position: relative;
}

.modal-progress-circular {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.67);
}

div.attachment {
    clear: left;
    position: relative;
}

    div.attachment img {
        display: inline-block;
    }

img.icon-small {
    width: 120px;
    height: 120px;
}

ul.attachments li {
    height: auto;
    margin: 3px;
    padding: 6px;
    border-bottom: 1px solid #f1f1f1;
}

    ul.attachments li:hover {
        background-color: #d1d1d1;
    }

span.att-noimage {
    font-size: 40px;
    padding: 10px 0;
    color: lightblue;
    vertical-align: middle;
    display: inline-block;
}

div.attachment span {
    word-wrap: break-word;
    padding-left: 10px;
    vertical-align: middle;
    display: inline-block;
}

div.attachment button.button-fa-del {
    position: absolute;
    top: -2px;
    right: 0px;
}

div.attachment button.button-fa-download {
    position: absolute;
    bottom: -2px;
    right: 0px;
}

.fr {
    float: right;
}

.margin-left-74 {
    margin-left: 74px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.primary-text {
    display: inline-block;
    font-weight: bold;
}

.push-down-10 {
    margin-bottom: 10px !important;
}

.no-margin {
    margin: 0 !important;
}

.bgyellow {
    font-weight: bold !important;
}

.full-height {
    height: 100%;
}

.hint {
    font-size: smaller;
}

.stamp-placed {
    background: url('../content/images/Rubber_Stamp-Green.png');
    width: 48px;
    height: 48px;
}

.stamp-not-placed {
    background: url('../content/images/Rubber_Stamp-Grey.png');
    width: 48px;
    height: 48px;
}

.compliance-achieved label,
.compliance-achieved md-select-value {
    color: green !important;
    font-weight: bold;
}


/* Query Builder and Summary */
div.query-summary,
div.query-summary span,
div.query-summary span span {
    font-family: sans-serif !important;
    font-size: 16px;
}

div.query-summary {
    padding: 12px 0 6px 5px;
}

div.query-sum-line {
    display: inline-block;
}

    div.query-sum-line:hover {
        text-decoration: line-through;
    }

span.query-val {
    font-weight: bold;
}

span.query-field {
    color: dodgerblue;
}

span.data-label span {
    opacity: 0.7;
}

/* Maps */
.clusterimg {
    height: 16px;
    width: 16px;
}

.clusterimg1 {
    height: 12px;
    width: 12px;
}

.markerimg {
    height: 8px;
    width: 8px;
}

.tabMapLegend label {
    text-align: center;
    font-family: 'Comic Sans MS';
    font-size: 10px;
    color: darkslategray;
    font-weight: 500;
}

.infoWindowContent {
    font-size: 14px !important;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

/* Label colors */

.label.label-success,
.badge.badge-success {
    background: #77c76d !important;
}

.label.label-warning,
.badge.badge-warning {
    background: #f1b622 !important;
}

.label.label-important,
.badge.badge-important {
    background: #fa3031 !important;
}

.label.label-info,
.badge.badge-info {
    background: #52b9e9 !important;
}

/* Notification Numbers */
.notification-circle {
    border-radius: 50%;
    border: 1px solid #60625f;
}

.notification-number {
    width: 20px;
    height: 20px;
    background-color: red;
    color: white;
    float: right;
    transform: translate(-10px, 0px);
    text-align: center;
    font-weight: 600;
}

/* ConnectSource-Admin Specific styles */
.nat-green {
    background-color: #54CA93;
}

.align-top {
    vertical-align: top !important;
}

.communication-email {
    background-color: white;
    border: 1px solid grey;
    border-radius: 10px;
}

.nat-select-product {
    font-size: 12px;
    line-height: 44px;
    height: 44px;
    min-width: 350px !important;
}

.nat-select-product {
    min-height: 44px;
    height: 44px;
    min-width: 350px !important;
}

.nat-product-top {
    margin-top: -8px !important;
}

.nat-product-bottom {
    margin-top: -16px !important;
    font-size: 10px;
}

.discount-total {
    color: #60625f;
    font-size: 1.2em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.nat-sup {
    font-size: 70%;
    position: relative;
    bottom: 0.3em;
}

.top-nav-common {
    background-color: #002249; /*F3F9E9*/
    color: white;
}

.top-nav-logo-container {
    background-color: #002249;
    color: #6CFFAB !important;
    line-height: 60px;
}

.top-nav-logo {
    color: #54ca93 !important;
    white-space: nowrap;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}

.top-nav-line {
    background: #FF0035;
    min-height: 6px;
    max-height: 6px;
    box-shadow: #FF0035 0 1px 2px;
}

.top-nav-green-line {
    background-color: #54CA93;
    min-height: 6px;
    max-height: 6px;
}

.patient-card {
    background-color: #54CA93;
}

.force-label-above-span {
    transform: translate3d(0, 6px, 0) scale(0.95) !important;
    -webkit-transform: translate3d(0, 6px, 0) scale(0.95) !important;
}

.force-label-padding {
    padding-bottom: 2em;
}

div.prescription-line:hover {
    background-color: #eeeeee;
}

.middle-td-checkbox {
    margin: 0 !important;
}

div.order-item:hover {
    background-color: #eeeeee;
}

.orange-product {
    background-color: #F9D49B;
}

.table-striped > tbody > tr:nth-child(odd).orange-product > td,
.table-striped > tbody > tr:nth-child(odd).orange-product > th {
    background-color: #F9D49B;
}

.event-td {
    padding-bottom: 0;
}

.event-sub-span {
    font-size: 12px;
    color: #666666;
}

.standalone-label {
    color: #969696;
}

.action-button-padding {
    padding-left: 12px;
    padding-right: 35px;
}

.home-toolbar-title {
    color: white !important;
}

.home-grid2x2 {
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

    .home-grid2x2 > div {
        display: flex;
        flex-basis: calc(50% - 40px);
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
    }

        .home-grid2x2 > div > div {
            display: flex;
            justify-content: center;
            flex-direction: row;
        }

.home-box {
    margin: 20px;
}

.home-card {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.home-card-content {
    overflow: auto;
}

.sidenav-button {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

.grey-mode > .table,
.grey-mode > .table > thead,
.grey-mode > .table > thead > tr,
.grey-mode > .table > thead > tr > th {
    background-color: #f6f6f6;
    border: 1px solid #E0E0E0;
    border-spacing: 0;
    border-collapse: collapse;
}

    .grey-mode > .table > tbody,
    .grey-mode > .table > tfoot,
    .grey-mode > .table > tbody > tr,
    .grey-mode > .table > tbody > tr > td {
        background-color: white;
        border: 1px solid #E0E0E0;
    }

        .grey-mode > .table > tfoot > tr,
        .grey-mode > .table > tfoot > tr > td {
            background-color: white;
        }

md-card-header {
    font-size: 16px;
    font-weight: 600;
    color: #60625f;
}

.widget-foot {
    margin-bottom: 2px;
}

.button-align-center {
    align-self: center;
}

.forecast-purchase-foot {
    padding: 0 !important;
}

.forecast-purchase-button {
    float: right;
}

md-input-container > label {
    color: #969696;
}

.dosage-card {
    min-width: 32%;
    width: 32%;
    min-height: 300px;
    max-height: 300px;
    padding: 0;
}

.dosage-card-container {
    overflow: auto;
}

.dosage-card-content {
    overflow: auto;
}

.dosage-spinner {
    color: #54CA93 !important;
}

.monthly-card {
    min-width: 32%;
    width: 32%;
    min-height: 300px;
    max-height: 300px;
    padding: 0;
}

.height-any {
    max-height: none;
}

.monthly-card-container {
    overflow: auto;
}

.monthly-card-content {
    overflow: auto;
}

.monthly-spinner {
    color: #54CA93 !important;
}
/* $mdDialog - fullscreen dialog styling for mobile */
@media screen and (max-width: 760px) {
    .md-dialog-fullscreen {
        height: 100%;
        width: 100%;
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0;
    }
}

/* Navigation Menu */
.navbar-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

section.content.full-height {
    padding-top: 100px;
    padding-bottom: 20px;
}

.lr-sticky-header {
    z-index: 3;
}

.md-button.nav-button {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 60px;
    color: white; /*717274*/
    border-radius: 0;
}

    .md-button.nav-button md-icon {
        color: #717171 !important;
    }

.nav-button.md-button.md-button.md-primary:not([disabled]) md-icon md-icon {
    color: #949494;
}

.nav-menu-section {
    padding: 0;
}

    .nav-menu-section > div {
        border-right: 0px solid #FF0039; /*717274*/
    }

        .nav-menu-section > div.no-right-border {
            border-right: none;
        }

.nav-image-div {
    height: 25px;
    margin-top: 10px;
}

.user-image {
    color: #FD0030;
}

.nav-text {
    height: auto;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.table > tbody > tr > td.text-center, .table > thead:first-child > tr:first-child > th.text-center {
    text-align: center;
}


/* Collasped Side Menu */
.md-sidenav-left .md-button.nav-button {
    color: #313131;
}

.md-sidenav-left .md-button.nav-button {
    margin: 0;
    width: 100%;
    border-radius: 0;
    text-align: left;
    padding-left: 5px;
}

md-menu-content.nav-menu-content {
    max-height: 600px;
    min-width: 250px;
}

.list-select {
    font-size: 10px;
    padding: 0;
    margin: 0;
    color: #67a3e8 !important;
}

/* Group Buttons*/
.button-group .md-button {
    font-size: 16px;
    margin: 20px 0;
    padding: 3px 15px 3px 15px;
    color: rgb(49, 46, 46);
    background-color: rgba(224, 224, 224, 0.96);
    text-transform: none;
    font-weight: 400;
    min-width: 50px;
}

.md-button.left {
    border-radius: 10px 0 0 10px;
}

.md-button.middle {
    border-radius: 0;
    border-left: 1px solid rgba(230, 230, 230, 0.96);
    border-right: 1px solid rgba(230, 230, 230, 0.96);
}

.md-button.right {
    border-radius: 0 10px 10px 0;
}

.md-button.md-small {
    min-width: 30px;
}

.md-button.md-thin {
    font-size: 10px;
    min-height: 20px;
    line-height: 0;
}

.md-button.md-raised.md-thin:not([disabled]) {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.26);
}

.button-group .md-button:not([disabled]):hover {
    background-color: rgba(193, 193, 193, 0.96);
    color: rgba(44, 65, 164, 0.96);
    transition: 0.3s;
}

.button-group .is-active {
    background-color: rgba(193, 193, 193, 0.96);
    color: rgba(44, 65, 164, 0.96);
    transition: 0.3s;
}

/* #region responsie table */
.shadow-z-1 {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
/* -- Material Design Table style -------------- */
.table {
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
}

    .table > thead > tr,
    .table > tbody > tr,
    .table > tfoot > tr {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .table > thead > tr > th,
        .table > tbody > tr > th,
        .table > tfoot > tr > th,
        .table > thead > tr > td,
        .table > tbody > tr > td,
        .table > tfoot > tr > td {
            text-align: left;
            padding: 1.6rem;
            vertical-align: top;
            border-top: 0;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        /*.table > tbody > tr > td {
    white-space: pre-wrap;
}*/

        .table > thead > tr > th {
            font-weight: 400;
            color: #757575;
            vertical-align: bottom;
            border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .table .table {
        background-color: #ffffff;
    }

    .table .no-border {
        border: 0;
    }

    .table > tbody > tr > td {
        vertical-align: middle;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 0.0rem 0.8rem;
}

.table-bordered {
    border: 0;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #eeeeee;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: rgba(0, 0, 0, 0.12);
}

.nat-reveal-only-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .table-responsive-vertical > .table {
        margin-bottom: 0;
        background-color: transparent;
    }

        .table-responsive-vertical > .table > thead,
        .table-responsive-vertical > .table > tfoot {
            display: none;
        }

    .nat-reveal-only-mobile {
        display: inline;
    }

    .table-responsive-vertical > .table > tbody {
        display: block;
    }

        .table-responsive-vertical > .table > tbody > tr {
            display: block;
            border: 1px solid #e0e0e0;
            border-radius: 2px;
            margin-bottom: 1.6rem;
        }

            .table-responsive-vertical > .table > tbody > tr > td {
                background-color: #ffffff;
                display: block;
                vertical-align: middle;
                text-align: right;
            }

                .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
                    content: attr(data-title);
                    float: left;
                    font-size: inherit;
                    font-weight: 400;
                    color: #757575;
                    margin-right: 4px;
                }

    .table-responsive-vertical.shadow-z-1 {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
            border: none;
            -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
            -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
        }

    .table-responsive-vertical > .table-bordered {
        border: 0;
    }

        .table-responsive-vertical > .table-bordered > tbody > tr > td {
            border: 0;
            border-bottom: 1px solid #e0e0e0;
        }

            .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
                border-bottom: 0;
            }

    .table-responsive-vertical > .table-striped > tbody > tr > td,
    .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
        background-color: #ffffff;
    }

        .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
            background-color: #f1f8e9;
        }

    .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
    .table-responsive-vertical > .table-hover > tbody > tr:hover {
        background-color: #ffffff;
    }

    .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
        background-color: rgba(0, 0, 0, 0.12);
    }
}

/* #endregion */


.sub-heading {
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}

.info-display {
    padding: 7px 0;
}

    .info-display > label {
        font-weight: bold;
    }

.login-form md-toolbar:not(.md-menu-toolbar) {
    background-color: #002249;
}

.repeating-group-table td {
    text-align: center;
}

.repeating-group-table {
    width: 100%;
}

.ud-row {
    align-items: center;
}

.ud-container {
    height: 300px;
}

.ud-inner-container {
    border: 1px solid #666;
    overflow-y: scroll;
}

.ud-search .md-errors-spacer {
    height: 0px;
    min-height: 0px;
}

.ud-search md-input-container {
    margin: 0px;
}

.ud-title {
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}

.ud-row .ud-title {
    padding: 5px 0px;
}

.ud-checkbox {
    cursor: pointer;
    margin: 4px !important;
    align-items: center;
}

    .ud-checkbox.readonly {
        cursor: default;
    }

md-checkbox.ud-checkbox {
    margin-bottom: 0px;
}

.ud-selected {
    background-color: #EFEFEF;
}

.hide-counters .md-char-counter {
    display: none;
}

md-card.reduced-card-spacing md-card-header {
    padding: 4px 16px 4px 16px;
}

/* Seeing Machine Health titles (sm-health) */
.stat-data-title {
    /* font-family: Raleway-SemiBold; */
    font-size: 18px;
}

.active .stat-data-title {
    font-size: 28px;
    transition: 1s;
}

.deactive .stat-data-title {
    font-size: 24px;
    transition: 1s;
}

.graph-row .layout-wrap.layout-align-center-end.layout-row.flex-100:hover {
    background-color: #e1e1e1;
    cursor: pointer;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.list-bar {
    flex: 1;
}

.asset-map-details {
    display: flex;
}

.map-div {
    flex: 4;
}

.map-content {
    height: 100%;
    width: auto;
}

.scrollable-content {
    height: 600px; /* Set your desired maximum height here */
    overflow-y: auto; /* Enable vertical scrolling */
    padding-top: 20px;
}

.tab-content {
    display: flex;
    flex-direction: column;
}

.search-box {
    position: relative;
    display: inline-block;
}

.input-box {
    padding-left: 30px; /* Adjust space for the icon inside the input box */
    padding-right: 10px;
    height: 30px; /* Adjust height as needed */
    border-radius: 8px;
    /* Optional for rounded corners */
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #aaa; /* Icon color */
    /* Add more styling if needed */
}

.select-all {
    padding-top: 8px;
    padding-bottom: 8px;
}

.map-div {
    display: flex;
    flex-direction: column;
}

.map-button-rows {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

@keyframes appear {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}
