﻿body {
    color: #73879C !important
}

.modal-content .card {
    margin-top: 0px !important;
}

.myti-treecare {
    color: #ff00c8
}

.myti-removal {
    color: #fff700
}

.myti-trimmings {
    color: #97bcff
}

.popover {
    max-width: 500px !important;
}

.dropdown-toggle.myti-dropdown-toggle::after {
    content: none;
}

.pac-container {
    z-index: 2000 !important;
} /*Fix for viewing Google address Suggestions in Bootstrap Modal*/


.nav-item {
    cursor:pointer;
} /* 8.1.19 - Added so we don't need to keep adding style for bootstrap nav pills */

.myti-list-group-item-selectable {
    cursor:pointer !important;
    padding:1px;
}
    .myti-list-group-item-selectable:hover {
        cursor: pointer !important;
        background-color: #0d4053;
        color:white;
    }

.myti-list-group-item-selected {
    background-color: #28a745 !important;
    color:white;
}

.myti-list-group-selection-header {
    background-color: #a1c4e6;
    padding: 3px;
    color: #323232fc;
    font-weight: 500;
    font-size: large;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 5px;
}

.myti-customer-sub-header {
    color: #ffffff;
    background-color: #73a7d9;
    border-color: #022444;
    font-weight: 500;
    font-size: x-large;
    text-align: center;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 4;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 5;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 6;
    }
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #000000;
    border: 2px solid white !important;
    height:40px !important;
}

.carousel-indicators li {
    opacity:1 !important;
    border: 2px solid black;
}

    .carousel-indicators .active {
        background-color: #17a2b8 !important;
    }

.carousel-caption {
    background-color: #1c141496 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.nav-tabs {
    padding-top: 5px !important;
    border-bottom: 1px solid #9fa4a9 !important;
    display:block;
}

    .nav-tabs .nav-link {
        border: 1px solid #9fa4a9 !important;
        margin-left: 5px;
        cursor: pointer;
        display: inline-block;
    }
        .nav-tabs .nav-link:hover {
            background-color: #99e1af !important;
            color:black !important;
        }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background-color: #42ab62 !important;
        color: white !important;
    }



.myti-card-list-item {
    display:flex;
    justify-content:space-between;
    border-bottom: 1px dashed gray;
    margin: 10px;
}

.myti-scroll-section {
    overflow-y: auto;
    height: 100%;
}



.myti-page-header {
    font-size: 1.5rem;
    background-color: #013f34;
    padding: .5rem;
    display: flex;
    justify-content: space-between;
    user-select: none;
}

.myti-page-header-left-section {
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .myti-page-header-left-section {
        text-align: center;
    }
}

.myti-page-header-btn-selected {
    background-color: white !important;
    color: #013f34 !important;
}


.myti-page-header-btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: inline-table;
    text-align: center;
    color: #ffffff;
    background-color: transparent;
    /*border: 1px solid #ffffff;*/
    border-radius: .25rem;
    transition: color .5s ease-in-out,background-color .5s ease-in-out,border-color .5s ease-in-out,box-shadow .5s ease-in-out;
}

    .myti-page-header-btn:hover {
        background-color: #24a991;
        color: #013f34;
    }

.myti-page-header-search-btn {
    background-color: #507a73;
}

    .myti-page-header-search-btn:hover {
        background-color: #507a73;
    }

.myti-page-header-cards-btn {
}

    .myti-page-header-cards-btn:hover {
    }

.myti-page-header-table-btn {
}

    .myti-page-header-table-btn:hover {
    }

.myti-page-header-map-btn {
}

    .myti-page-header-map-btn:hover {
    }

.myti-page-header-stats-btn {
}

    .myti-page-header-stats-btn:hover {
    }

.myti-page-header-middle-section {
    text-align: center;
    color: #ffffff;
}

.myti-page-header-middle-title {
}

.myti-page-header-middle-loading-icon {
}

.myti-page-header-middle-count {
    cursor: pointer;
}

.myti-page-header-right-section {
    text-align: right;
}

.myti-page-header-spinner {
    color: lightblue;
}

.myti-page-header-create-btn {
}

    .myti-page-header-create-btn:hover {
    }

.myti-page-filters {
    background-color: #013f34b0;
    color: #ffffff;
    user-select: none;
}

.myti-page-filters-row {
    display: flex;
    justify-content: space-around;
}

.myti-page-header-filter {
}

    .myti-page-header-filter:hover {
        cursor: no-drop;
    }

.myti-cards {
    overflow-y: auto;
    height: 100%;
}

.myti-table {
    overflow-y: auto;
    height:100%
}

.myti-table-table-responsive {
    user-select: none;
}

.myti-table-table {
}

.myti-table-thead {
}

.myti-table-thead-tr {
}

.myti-table-thead-th {
    text-align: center
}

.myti-table-tbody {
}

.myti-table-tbody-tr {
}

.myti-table-tbody-td {
    text-align: center
}

.myti-table-tbody-btn {
    cursor: pointer;
    margin: 5px;
}

.myti-map {
    overflow-y: auto;
}

.myti-stats {
    overflow-y: auto;
    margin-left: 15px;
    margin-right: 15px;
}

.myti-icon-btn {
    cursor: pointer;
    margin: 5px;
}

.myti-icon-edit-btn {
    cursor: pointer;
    z-index: 100;
    padding: 5px;
}

.myti-modal-create {
}

.myti-modal-dialog-create {
    max-width: 800px;
}

.myti-modal-content-create {
    user-select: none;
}

.myti-modal-header-create {
    background-color: #c8e8cf;
}

.myti-modal-title-create {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.myti-modal-title-main-create {
}

.myti-modal-title-main-icon-create {
}

.myti-modal-title-main-text-create {
}

.myti-modal-title-secondary-create {
}

.myti-modal-title-secondary-text-create {
}

.myti-modal-title-secondary-calc-create {
}

.myti-modal-close-create {
}

.myti-modal-body-create {
}

    .myti-modal-body-create:hover {
    }


.myti-modal-body-row-create {
}

.myti-modal-body-col-create {
}

.myti-modal-body-form-group-create {
}

.myti-modal-body-label-create {
}

.myti-modal-body-input-create {
}

.myti-modal-footer-create {
    display: flex !important;
    justify-content: space-between !important;
}

.myti-modal-footer-clear-btn-create {
}

.myti-modal-footer-clear-btn-icon-create {
}

.myti-modal-footer-clear-btn-text-create {
}

.myti-modal-footer-save-btn-create {
}

    .myti-modal-footer-save-btn-create:disabled {
        cursor: no-drop;
    }

.myti-modal-footer-save-btn-icon-create {
}

.myti-modal-footer-save-btn-text-create {
}

.myti-modal-update {
}

.myti-modal-dialog-update {
    max-width: 800px;
}

.myti-modal-content-update {
    user-select: none;
}

.myti-modal-header-update {
    background-color: #f1d578;
}

.myti-modal-title-update {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.myti-modal-title-main-update {
}

.myti-modal-title-main-icon-update {
}

.myti-modal-title-main-text-update {
}

.myti-modal-title-secondary-update {
}

.myti-modal-title-secondary-text-update {
}

.myti-modal-title-secondary-calc-update {
}

.myti-modal-close-update {
}

.myti-modal-body-update {
}

.myti-modal-body-row-update {
}

.myti-modal-body-col-update {
}

.myti-modal-body-form-group-update {
}

.myti-modal-body-label-update {
}

.myti-modal-body-input-update {
}

.myti-modal-footer-update {
    display: flex !important;
    justify-content: space-between !important;
}

.myti-modal-footer-delete-btn-update {
}

.myti-modal-footer-delete-btn-icon-update {
}

.myti-modal-footer-delete-btn-text-update {
}

.myti-modal-footer-delete-confirmation-label-update {
    color: #dc3545;
}

.myti-modal-footer-delete-btn-group-update {
}

.myti-modal-footer-delete-confirm-btn-update {
}

.myti-modal-footer-delete-confirm-btn-icon-update {
}

.myti-modal-footer-delete-confirm-btn-text-update {
}

.myti-modal-footer-save-btn-update {
}

    .myti-modal-footer-save-btn-update:disabled {
        cursor: no-drop;
    }

.myti-modal-footer-save-btn-icon-update {
}

.myti-modal-footer-save-btn-text-update {
}

.myti-modal-search {
}

.myti-modal-dialog-search {
    max-width: 500px;
}

.myti-modal-content-search {
    user-select: none;
}

.myti-modal-header-search {
    background-color: #c2e1ff;
}

.myti-modal-title-search {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.myti-modal-title-main-search {
}

.myti-modal-title-main-icon-search {
}

.myti-modal-title-main-text-search {
}

.myti-modal-title-secondary-search {
}

.myti-modal-title-secondary-text-search {
}

.myti-modal-title-secondary-calc-search {
}

.myti-modal-close-search {
}

.myti-modal-body-search {
}

.myti-modal-body-row-search {
    display: flex;
    justify-content: space-around;
}

.myti-modal-body-col-search {
}

.myti-modal-body-form-group-search {
}

.myti-row-search {
    display: flex;
    justify-content: space-around;
}

.myti-col-search {
}

.myti-form-group-search {
}

.myti-label-search {
    width: 100%;
}

.myti-modal-body-col-12-search {
}

.myti-modal-body-label-search {
    width: 100%;
}

.myti-modal-body-label-search-text {
}

.myti-modal-body-label-search-icon1 {
}

.myti-modal-body-label-search-icon2 {
    position: absolute;
    top: 2px;
    right: 20px;
}

.myti-modal-body-label-search-icon2-selected {
    position: absolute;
    top: 2px;
    right: 20px;
    color: gold;
}

.myti-label-search-icon2 {
    position: absolute;
    top: 2px;
    right: 0px;
}

.myti-label-search-text {
}

.myti-label-search-icon1 {
}

.myti-label-search-icon2 {
    position: absolute;
    top: 2px;
    right: 0px;
}

.myti-label-search-icon2-selected {
    position: absolute;
    top: 2px;
    right: 0px;
    color: gold;
}

.myti-modal-body-input-search {
}

.myti-input-search {
}

.myti-modal-footer-search {
    display: flex !important;
    justify-content: space-between !important;
}

.myti-modal-footer-clear-btn-search {
}

.myti-modal-footer-clear-btn-icon-search {
}

.myti-modal-footer-clear-btn-text-search {
}

.myti-modal-footer-bookmark-btn-search {
}

.myti-modal-footer-bookmark-btn-icon-search {
}

.myti-modal-footer-bookmark-btn-text-search {
}

.myti-input-clear-btn {
    background-color: #ced4da;
    color: black;
    border: 1px #ced4da;
}

    .myti-input-clear-btn:hover {
        background-color: #61707f;
        color: white;
    }

.myti-input {
}

    .myti-input:focus {
        border: 2px solid #73879c;
        box-shadow: none !important;
    }

.myti-select {
}

    .myti-select:focus {
        border: 2px solid #73879c;
        box-shadow: none !important;
    }

.myti-page-records-card {
    margin-top: 10px;
    margin-left: 7px !important;
    margin-right: 7px !important;
    margin-bottom: 0px !important;
}

.myti-page-records-card-hover {
}

    .myti-page-records-card-hover:hover {
        box-shadow: 3px 3px 10px;
        cursor: pointer !important;
    }

.myti-card-selectable {

}

    .myti-card-selectable:hover {
        box-shadow: 3px 3px 10px;
        cursor: pointer !important;
    }

.myti-page-records-card-header {
}

.myti-page-records-card-body {
}

.myti-page-records-card-footer {

}

.myti-page-records-nav-btn {
}

.myti-card-deck {
    justify-content: center;
    margin: 0px;
    flex-flow: row wrap;
}

.myti-cards-no-records {
    margin-top: 5px;
    background-color: lightblue;
    color: #0b556d;
    text-align: center;
    font-weight: 700;
    font-size: large;
    padding: 5px;
}

.myti-cards-no-filtered-records {
    margin-top: 5px;
    background-color: lightblue;
    color: #0b556d;
    text-align: center;
    font-weight: 700;
    font-size: large;
    padding: 5px;
}

.myti-table-no-records {
    margin-top: 5px;
    background-color: lightblue;
    color: #0b556d;
    text-align: center;
    font-weight: 700;
    font-size: large;
    padding: 5px;
}

.myti-table-no-filtered-records {
    margin-top: 5px;
    background-color: lightblue;
    color: #0b556d;
    text-align: center;
    font-weight: 700;
    font-size: large;
    padding: 5px;
}

.myti-map-no-records-container {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 10px;
    display: flex;
    justify-content: space-around;
}

.myti-map-no-records {
    background-color: lightblue;
    color: #0b556d;
    text-align: center;
    font-weight: 700;
    font-size: large;
    width: 50%;
    max-width: 300px;
    padding: 5px 20px;
}


.myti-stats-no-records {
    margin-top: 5px;
    background-color: lightblue;
    color: #0b556d;
    text-align: center;
    font-weight: 700;
    font-size: large;
    padding: 5px;
}

.myti-stats-no-filtered-records {
    margin-top: 5px;
    background-color: lightblue;
    color: #0b556d;
    text-align: center;
    font-weight: 700;
    font-size: large;
    padding: 5px;
}

.myti-map-no-filtered-records-container {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 10px;
    display: flex;
    justify-content: space-around;
}

.myti-map-no-filtered-records {
    background-color: lightblue;
    color: #0b556d;
    text-align: center;
    font-weight: 700;
    font-size: large;
    width: 50%;
    max-width: 300px;
    padding: 5px 20px;
}

.myti-modal-body-address-create {
    font-size: small;
    border: 1px solid grey;
    margin: 10px;
    background-color: #c9e2ce;
    color: black;
    font-weight: 500;
    border-radius: 25px 0px 25px 0px;
}

.myti-lookup-address {
    background-color: #013f34;
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 25px 0px 25px 0px;
}



.myti-stats-row {
}

.myti-pie-chart-col {
    margin-top: 25px;
}

.myti-pie-chart-card {
    box-shadow: 1px 2px 5px black;
}

.myti-pie-chart-header {
    user-select: none;
    cursor: pointer;
    background-color: #007762;
    color: white;
    display: flex;
    justify-content: space-between;
}

.myti-pie-chart-header-title {
}

.myti-pie-chart-header-btns {
}

.myti-pie-chart-header-btn {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-table;
    text-align: center;
    color: #ffffff;
    background-color: transparent;
    /*border: 1px solid #ffffff;*/
    border-radius: .25rem;
    transition: color .5s ease-in-out,background-color .5s ease-in-out,border-color .5s ease-in-out,box-shadow .5s ease-in-out;
}

    .myti-pie-chart-header-btn:hover {
        background-color: #24a991;
        color: #013f34;
    }

.myti-pie-chart-body {
    background-color: #efefef;
    border: 2px solid #efefef;
}

.myti-pie-chart {
    height: 500px;
}

.myti-page-header-btn-locked {
    border: 2px solid gold !important;
}


textarea {
    resize: none;
    overflow: hidden;
    border:0px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: grey;
    opacity: 1; /* Firefox */
    font-weight: 500;
}