﻿:root {
    --sacplus: #023590;
    --sacplus-secondary: #273d65;
    --sacplus-font: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html,
body  {
    font-family: var(--sacplus-font) !important;
    font-size: 16px;
    font-weight: lighter;
}

.bg-sacplus {
    background-color: var(--sacplus);
}

.text-petite-caps {
    font-variant-caps: all-petite-caps;
}

.bg-gradient-01 {
    background-image: radial-gradient(circle at 17% 77%, rgba(17, 17, 17,0.04) 0%, rgba(17, 17, 17,0.04) 50%,rgba(197, 197, 197,0.04) 50%, rgba(197, 197, 197,0.04) 100%),radial-gradient(circle at 26% 17%, rgba(64, 64, 64,0.04) 0%, rgba(64, 64, 64,0.04) 50%,rgba(244, 244, 244,0.04) 50%, rgba(244, 244, 244,0.04) 100%),radial-gradient(circle at 44% 60%, rgba(177, 177, 177,0.04) 0%, rgba(177, 177, 177,0.04) 50%,rgba(187, 187, 187,0.04) 50%, rgba(187, 187, 187,0.04) 100%),linear-gradient(19deg, rgb(28, 117, 250),rgb(34, 2, 159))
}

.aspNetDisabled,
.btn-primary.aspNetDisabled {
    background-color: darkgrey !important;
    color: #d8d8d8 !important;
    pointer-events: none !important;
    border-color: #efefef !important;
}

.ajx-AutoCompleteExtender {
    background-color: white;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    transform: scaleX(1) scaleY(1);
    padding: 0;
    z-index: 9999999 !important;
}

    .ajx-AutoCompleteExtender li {
        color: #26a69a;
        cursor: pointer;
        display: block;
        line-height: 1.5rem;
        list-style-type: none;
        min-height: 50px;
        padding: 14px 0.75rem !important;
        transition-duration: 0.3s;
    }

    .ajx-AutoCompleteExtender li:last-child {
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

* {
  scrollbar-width: thin;
  scrollbar-color: #9c9c9c #d2cec7;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: #d2cec7;
  border-radius: 0px;
}

*::-webkit-scrollbar-thumb {
  background-color: #9c9c9c;
  border-radius: 0px;
  border: 0px solid #d2cec7;
}

.async-upload input[type="file"] {
    display: block;
    min-height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100% !important;
    background-color: #eaeaea63;
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid rgba(0,0,0, 0.25);
    transition-duration: 0.3s;
    outline: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--sacplus);
}

.pac-container { 
    z-index: 10000 !important; 
}

#map_canvas {
    min-height: 360px !important;
}

#search_input {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    height: 29px;
    margin-left: 17px;
    margin-top: 10px;
    outline: none;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

li.step.aspNetDisabled {
    opacity: 0.6;
}

form div.loader {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    flex-direction: column;
    justify-content: center;
    left: 0;
    height: 100%;
    position: fixed;
    transition-duration: 0.3s;
    top: 0;
    width: 100%;
    z-index: 99;
}

form div.loader.active {
    display: flex;
}

form div.loader .emp {
    display: inline-block;
    position: relative;
    color: white;
    font-size: 5rem;
    animation: loader-anim 4s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    /*animation: loader-anim 4s linear infinite;*/
}

form div.loader span {
    color: white;
    font-weight: 400;
}

@keyframes loader-anim {
    100% {
        transform: rotateY(360deg);
    }
}

.chart {
    width: 100%;
    min-height: 250px;
    overflow: hidden;
}