﻿.upperEntry {
    text-transform: uppercase;
}

.select2-container {
    z-index: 100000;
}

#loadingContainer {
    background: #222222;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 1100;
}

#loadingIndicator {
    background-image: url('/Content/assets/images/zula_logo_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px 64px;
    width: 400px;
    height: 150px;
    top: 30%;
    left: 50%;
    margin-left: -200px;
    z-index: 1101;
    background-color: transparent !important;
    color: #ffffff;
    position: absolute;
    text-align: center;
    padding: 30px;
    border-radius: 7px;
}

.toggle-group label {
    font-size: 10px;
    font-weight: normal;
    margin-top: -2px;
}

tr.group,
tr.group:hover {
    font-weight: bold;
    background-color: #efefef !important;
}

.dt-center {
    text-align: center;
}

.pac-container {
    z-index: 10000 !important;
}

a {
    cursor: pointer !important;
}

.error {
    border-style: dashed;
    border-color: orangered;
}

label.error {
    display: none !important;
}

.tags-input {
    width: 100% !important;
}

.select2-selection--multiple {
    overflow: hidden !important;
    height: auto !important;
}

.menu-item {
    margin: 7px;
}

path.leaflet-interactive.animate {
    stroke-dasharray: 10;
    animation: dash 60s linear infinite reverse;
}

@keyframes pulse {
    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);
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 1000;
    }
}

.dataTables_filter
{
    float: right;
}

.dataTables_processing {
    text-align: center;
    padding: 30px;
    border: none;
    background-color: transparent;
}

.scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #fff;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.force-overflow {
    min-height: 450px;
}

.marker-pin {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #c30b82;
    position: absolute;
    opacity: 0.5;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
}

/* .marker-pin::after {
        content: '';
        width: 25px;
        height: 25px;
        margin: 5px 0 0 4px;
        background: #fff;
        position: absolute;
        border-radius: 50%;
    }
*/
.custom-div-icon i {
    position: absolute;
    font-style: normal;
    width: 42px;
    font-size: 14px;
    left: 0;
    right: 0;
    margin: 10px auto;
    text-align: center;
}

.custom-div-icon i {
    position: absolute;
    font-style: normal;
    width: 42px;
    font-size: 14px;
    left: 0;
    right: 0;
    margin: 10px auto;
    text-align: center;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #424242 transparent;
}

    /* Works on Chrome/Edge/Safari */
    *::-webkit-scrollbar {
        width: 7px !important;
        height: 7px !important;
    }

    *::-webkit-scrollbar-track {
        background: #F5F5F5 !important;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #424242 !important;
        border-radius: 10px !important;
        border: 3px solid transparent !important;
    }

    /* Time Line*/

.jqtl-event-node{
    height: 20px !important;
    margin-top: 7px;
    border: dashed 1px;
}

.jqtl-event-label
{
    font-size: 10px !important;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #f8f8f8;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-title {
    /*color: #ffffff !important;*/
    font-size: 14px !important;

}

.modal-footer {
    padding: 9px;
    background-color: #f8f8f8;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

th {
    font-weight: normal !important;
}

.e-grid * {
    font-size: 11px !important;
}

.e-grid .e-altrow {
    background-color: #fefefe;
}

.widget-background {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.blink {
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.leaflet-div-icon {
    background: none !important;
    border: none !important;
}