body, html, .wrapper{
height    : auto;
min-height: 100%;
}

#customer_customerFlags > .checkbox {
    margin-right: 5px;
}

.copy-clipboard:hover {
    cursor: pointer;
}

.selected-clipboard {
    color: #00e765;
}

.pointer {
    cursor: pointer;
}

.warning-color {
    color: #f39c12;
}

.large-modal {
    width: 80%;
}

.active-button {
    color: red;
}

.tooltip-inner {
    max-width: 350px;
    text-align: left;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
}

@media (max-width: 1000px) {
    .phone-call-customer {
        display: none !important;
    }
    .contact-today{
        display: none !important;
    }

    .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
        display: block;
    }
}

.fc-license-message {
    display: none !important;
}

.toast {
    opacity: 1 !important;
}

.blob {
    background: black;
    border-radius: 50%;


    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse-blob 2s infinite;
}

@keyframes pulse-blob {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.blob-color {
    background: black;
    border-radius: 50%;


    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    stroke: black;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        stroke: #000000;
        fill: #000000;
    }

    70% {
        stroke: #ff3333;
        fill: #ff3333;
    }

    100% {
        stroke: #ffcccc;
        fill: #ffcccc;
    }
}

.blob-color-border {
    animation: pulse-border 2s infinite;
    opacity: 0.4;
}

@keyframes pulse-border {
    0%{
        fill-opacity: 0.2;
    }
    75%{
        fill-opacity: 0.5;
    }
    75%{
        fill-opacity: 1;
    }
}

.tooltip-white {
    min-width: 350px;
    padding:6px 7px;
    color: #0b0b0b;
    text-align:center;
    font-weight:900;
    background: -webkit-gradient(linear, left top, left 25, from(#FFEEE6), color-stop(4%, #FFEEE6), to(#FFEEE6));
    background: -moz-linear-gradient(top, #F4F4F4, #B4C8D6 1px, #F4F4F4 25px);
    border: 1px solid #912F00;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    border-radius:4px;
}

.select2-container--open{
    z-index: 999999;
}

.fc .fc-timeline-bg {
    z-index: auto !important;
}

.fc .fc-timeline-events {
    z-index: auto !important;
}

.text-dark .fc-event-main {
    color: black !important;
}

.text-white .fc-event-main {
    color: white !important;
}

.dropdown-menu.open {
    z-index: 9999;
}
.open>.dropdown-menu {
    display: grid;
}

.fc-event{
    width: 90% !important;
}

.hide {
    display: none !important;
}

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

.simple-table table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.simple-table td, .simple-table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.simple-table tr:nth-child(even) {
    background-color: #dddddd;
}

.soft-removed{
    opacity: 0.5;
    background: #ffb3b3 !important;
}

.tool-tip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tool-tip .tooltiptext {
    visibility: hidden;
    width: 293px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 999;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
    font-size: smaller;
}

.tool-tip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tool-tip:hover .tooltiptext {
    visibility: visible;
}

.m-2 {
    margin: 0.5rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.flex-inputs {
    display: flex;
}

.flex-inputs > .form-group{
    margin: 0 0.25rem;
}

.dropdown-menu.inner .selected {
    background-color: beige;
}

.custom-tooltip, .leaflet-popup {
    white-space: normal !important;
    word-wrap: break-word !important;
}

.leaflet-tooltip, .leaflet-popup {
    width: 400px !important;
}

.map-icon {
    font-size: 19px;
    background: white;
}
