.main {
    margin: 15px;
    padding: 15px;
}

.leaflet-control-lasso {
    cursor: pointer;
}

.row {
    margin-right: 0px;
}

#map {
    width: 100%;
    height: 100%;
}

.selected {
    filter: hue-rotate(135deg);
}

#div_Toggle {
    pointer-events: none;
}

.toggle-off {
    background-color: crimson;
    color: whitesmoke;
}

.toggle btn btn-default off{
    width:145px;
    height:15px;
}
.toggle btn btn-primary {
    width: 145px;
    height: 15px;
}

.text-labels {
    font-size: 2em;
    font-weight: 700;
    color: white;
    /* Use color, background, set margins for offset, etc */
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
    transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
    /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
    -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
    -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
    -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
    transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
    background-color: rgba(181, 226, 140, 0.6);
}

    .marker-cluster-small div {
        background-color: rgba(110, 204, 57, 0.6);
    }

.marker-cluster-medium {
    background-color: rgba(241, 211, 87, 0.6);
}

    .marker-cluster-medium div {
        background-color: rgba(240, 194, 12, 0.6);
    }

.marker-cluster-large {
    background-color: rgba(253, 156, 115, 0.6);
}

    .marker-cluster-large div {
        background-color: rgba(241, 128, 23, 0.6);
    }
/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
    background-color: rgb(181, 226, 140);
}

    .leaflet-oldie .marker-cluster-small div {
        background-color: rgb(110, 204, 57);
    }

.leaflet-oldie .marker-cluster-medium {
    background-color: rgb(241, 211, 87);
}

    .leaflet-oldie .marker-cluster-medium div {
        background-color: rgb(240, 194, 12);
    }

.leaflet-oldie .marker-cluster-large {
    background-color: rgb(253, 156, 115);
}

    .leaflet-oldie .marker-cluster-large div {
        background-color: rgb(241, 128, 23);
    }

.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
}

    .marker-cluster div {
        width: 30px;
        height: 30px;
        margin-left: 5px;
        margin-top: 5px;
        text-align: center;
        border-radius: 15px;
        font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
    }

    .marker-cluster span {
        line-height: 30px;
    }

#progress {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 400px;
    top: 300px;
    width: 200px;
    height: 20px;
    margin-top: -20px;
    margin-left: -100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 2px;
}

#progress-bar {
    width: 0;
    height: 100%;
    background-color: #28a745;
    border-radius: 4px;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

html {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    overflow: auto;
}

body {
    padding: 1rem;
    overflow: auto;
}

.ag-scrolls {
    height: auto !important;
}

.ag-body {
    position: relative !important;
    top: auto !important;
    height: auto !important;
}

.ag-header {
    position: relative !important;
}

.ag-floating-top {
    position: relative !important;
    top: auto !important;
}

.ag-floating-bottom {
    position: relative !important;
    top: auto !important;
}

.ag-bl-normal-east, .ag-bl-normal, .ag-bl-normal-center, .ag-bl-normal-center-row, .ag-bl-full-height, .ag-bl-full-height-center, .ag-pinned-left-cols-viewport, .ag-pinned-right-cols-viewport, .ag-body-viewport-wrapper, .ag-body-viewport {
    height: auto !important;
}

.topnav {
    overflow: hidden;
    background-color: #0078c8;
}

    .topnav a {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

.topnav-right a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

.topnav-right {
    float: right;
}

.rotate {
    animation: rotation 8s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.container {
    width: 100%;
}

.container-fluid {
    width: 100%;
}

#spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

p {
    color: white;
    font: 250 3em/150% Impact;
    text-align: center;
}

#progress_bar {
    margin: 20px;
    width: 98%;
    height: 8px;
    position: relative;
}
/* loading dots */
.loading:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
    0%, 20% {
        color: rgba(0,0,0,0);
        text-shadow: .25em 0 0 rgba(0,0,0,0), .5em 0 0 rgba(0,0,0,0);
    }

    40% {
        color: white;
        text-shadow: .25em 0 0 rgba(0,0,0,0), .5em 0 0 rgba(0,0,0,0);
    }

    60% {
        text-shadow: .25em 0 0 white, .5em 0 0 rgba(0,0,0,0);
    }

    80%, 100% {
        text-shadow: .25em 0 0 white, .5em 0 0 white;
    }
}

.tour_item.active {
    z-index: 9998;
    position: relative;
}

#tour_mask {
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}

#tour_dialog {
    background-color: #363636;
    border: 1px solid #000000;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px 2px #367ABB, 0 2px 0 0 rgba(255, 255, 255, 0.3) inset;
    color: #FFFFFF;
    display: none;
    line-height: 20px;
    padding: 15px;
    position: absolute !important;
    text-shadow: 0 1px 0 #000000;
    z-index: 9999;
    text-align: left;
    max-width: 380px;
    font-size: 14px
}

    #tour_dialog:hover a {
        opacity: 1;
        transition: opacity 1s;
        -moz-transition: opacity 1s;
        -webkit-transition: opacity 1s;
        -o-transition: opacity 1s;
    }

    #tour_dialog hr {
        background-color: rgba(255, 255, 255, 0.2);
        border: medium none;
        border-top: 1px solid #000;
        height: 2px;
        margin: 15px 0;
    }

    #tour_dialog .button {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border: 1px solid #000;
        background: #3f9abc;
        background: -moz-linear-gradient(top, #3f9abc 0%, #1f32b3 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f9abc), color-stop(100%, #1f32b3));
        background: -webkit-linear-gradient(top, #3f9abc 0%, #1f32b3 100%);
        background: -o-linear-gradient(top, #3f9abc 0%, #1f32b3 100%);
        background: -ms-linear-gradient(top, #3f9abc 0%, #1f32b3 100%);
        background: linear-gradient(top, #3f9abc 0%, #1f32b3 100%);
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='@start', endColorstr='@end', GradientType=0);
        -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px 0 0 #99DBF8 inset;
        -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px 0 0 #99DBF8 inset;
        box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px 0 0 #99DBF8 inset;
        color: #eee;
        display: inline-block;
        font-size: 14px;
        padding: 6px 14px;
        position: relative;
        text-decoration: none;
        vertical-align: top;
        text-shadow: 0 -1px 1px #000000;
        cursor: pointer;
        float: right;
    }

        #tour_dialog .button:hover {
            background: -moz-linear-gradient(top, #44a4c7 0%, #2136bf 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #44a4c7), color-stop(100%, #2136bf));
            background: -webkit-linear-gradient(top, #44a4c7 0%, #2136bf 100%);
            background: -o-linear-gradient(top, #44a4c7 0%, #2136bf 100%);
            background: -ms-linear-gradient(top, #44a4c7 0%, #2136bf 100%);
            background: linear-gradient(top, #44a4c7 0%, #2136bf 100%);
            filter: progid:dximagetransform.microsoft.gradient(startColorstr='44a4c7', endColorstr='2136bf', GradientType=0);
            color: #fff !important;
        }

    #tour_dialog .arrow {
        position: absolute;
        width: 0;
        height: 0;
    }

        #tour_dialog .arrow.top {
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #363636;
            bottom: -10px;
            left: 48%;
        }

        #tour_dialog .arrow.bottom {
            border-bottom: 10px solid #363636;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            left: 48%;
            top: -8px;
        }

        #tour_dialog .arrow.right {
            border-bottom: 10px solid transparent;
            border-right: 10px solid #363636;
            border-top: 10px solid transparent;
            left: -10px;
            top: 8px;
        }

        #tour_dialog .arrow.left {
            border-bottom: 10px solid transparent;
            border-left: 10px solid #363636;
            border-top: 10px solid transparent;
            right: -10px;
            top: 8px;
        }
/*Legend specific*/
.legend {
    padding: 6px 8px;
    font: 14px Arial, Helvetica, sans-serif;
    background: white;
    line-height: 24px;
    color: #555;
}

    .legend h4 {
        text-align: center;
        font-size: 16px;
        margin: 2px 12px 8px;
        color: #777;
    }

    .legend span {
        position: relative;
        bottom: 3px;
    }

    .legend i {
        width: 18px;
        height: 18px;
        float: left;
        margin: 0 8px 0 0;
        opacity: 0.7;
    }

.withDataWL {
    background-size: 18px;
    background-image: url('../img/well_log_icon.svg')
}

.withoutDataWL {
    background-size: 18px;
    background-image: url('../img/oil_well.svg')
}


.selectedGroup {
    background-size: 18px;
    background-image: url('../img/icon_well.svg')
}

#mapSection {
    resize: vertical;
    overflow: auto;
}

#myGrid {
    resize: vertical;
    overflow: auto;
}


#ingestJobTable td, #ingestJobTable th {
    border: 1px solid #ddd;
    padding: 8px;
}

#ingestJobTable tr:nth-child(even) {
    background-color: #f2f2f2;
}

#ingestJobTable tr:hover {
    background-color: #ddd;
}

#ingestJobTable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}

#LoginDetails {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  #LoginDetails td, #LoginDetails th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  #LoginDetails tr:nth-child(even){background-color: #f2f2f2;}
  
  #LoginDetails tr:hover {background-color: #ddd;}
  
  #LoginDetails th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #004b8d;
    color: white;
  }