/**************************************************************
 * Materialize Date Picker
 **************************************************************/

/* Modal */
.datepicker-modal {
    max-width: 325px;
    min-width: 300px;
    max-height: none;
}

.datepicker-container.modal-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}

.datepicker-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 280px;
    margin: 0 auto;
}

.datepicker-controls .selects-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.datepicker-controls .select-wrapper input {
    border-bottom: none;
    text-align: center;
    margin: 0;
}

.datepicker-controls .select-wrapper input:focus {
    border-bottom: none;
}

.datepicker-controls .select-wrapper .caret {
    display: none;
}

.datepicker-controls .select-year input {
    width: 50px;
}

.datepicker-controls .select-month input {
    width: 70px;
}

.month-prev, .month-next {
    margin-top: 4px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

/* Date Display */
.datepicker-date-display {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    background-color: #26a69a;
    color: #fff;
    padding: 20px 22px;
    font-weight: 500;
}

.datepicker-date-display .year-text {
    display: block;
    font-size: 1.5rem;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
}

.datepicker-date-display .date-text {
    display: block;
    font-size: 2.8rem;
    line-height: 47px;
    font-weight: 500;
}

/* Calendar */
.datepicker-calendar-container {
    -webkit-box-flex: 2.5;
    -webkit-flex: 2.5 auto;
    -ms-flex: 2.5 auto;
    flex: 2.5 auto;
}

.datepicker-table {
    width: 280px;
    font-size: 1rem;
    margin: 0 auto;
}

.datepicker-table thead {
    border-bottom: none;
}

.datepicker-table th {
    padding: 10px 5px;
    text-align: center;
}

.datepicker-table tr {
    border: none;
}

.datepicker-table abbr {
    text-decoration: none;
    color: #999;
}

.datepicker-table td {
    border-radius: 50%;
    padding: 0;
}

.datepicker-table td.is-today {
    color: #26a69a;
}

.datepicker-table td.is-selected {
    background-color: #26a69a;
    color: #fff;
}

.datepicker-table td.is-outside-current-month, .datepicker-table td.is-disabled {
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.datepicker-day-button {
    background-color: transparent;
    border: none;
    line-height: 38px;
    display: block;
    width: 100%;
    border-radius: 50%;
    padding: 0 5px;
    cursor: pointer;
    color: inherit;
}

.datepicker-day-button:focus {
    background-color: rgba(43, 161, 150, 0.25);
}

/* Footer */
.datepicker-footer {
    width: 280px;
    margin: 0 auto;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
    color: #26a69a;
    padding: 0 1rem;
}

.datepicker-clear {
    color: #F44336;
}

/* Media Queries */
@media only screen and (min-width: 601px) {
    .datepicker-modal {
        max-width: 625px;
    }
    .datepicker-container.modal-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .datepicker-date-display {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 270px;
        -ms-flex: 0 1 270px;
        flex: 0 1 270px;
    }
    .datepicker-controls,
    .datepicker-table,
    .datepicker-footer {
        width: 320px;
    }
    .datepicker-day-button {
        line-height: 44px;
    }
}
/**************************************************************
 * End Materialize Date Picker
 **************************************************************/

body {
    position: relative;
    color: #83868d;
    background-color: #f6f6f6;
    min-height: 100%;
    overflow-x:hidden;
}

body.dashboard {
    background-color: #fcfcfc;
}

body img {
    max-width: 100%;
}

body p, body li {
    font-size: 120%;
}

h1,h2,h3 { font-family:Prompt; }

#wrapper {
    min-height: 100%;
}

header nav {

    margin-top: 20px;
    position: relative;
}
header.dashboard i{
    height: 48px;
    line-height: 48px;
}
header.dashboard {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 2;
}

header.dashboard nav {
    margin-top: 0;
    height: 48px;
    z-index: 100;
}

header.dashboard .nav-wrapper {
    line-height: 48px;
}

header nav .brand-logo, #slide-out .brand-logo {
    font-weight: 300;
    background: -webkit-linear-gradient(left, #229dee, #2060c6);
    background: -moz-linear-gradient(left, #229dee, #2060c6);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #229dee;
}

#slide-out .brand-logo {
    font-size: 1.5rem;
}

#slide-out li a {
    color: #83868d;
}

header {
}

header.dashboard nav .brand-logo {
    margin-left: 40px;
    font-size: 1.5em;
}

header nav ul li a {
    font-weight: 300;
    font-size: 1.1em;
    color: #83868d;
    font-family:Prompt;
}

header.dashboard nav ul li a {
    font-size: 1em;
}

footer {
    margin:20px;
    text-align:center;
}

.button-collapse {
    width: 48px;
    height: 48px !important;
    color: #83868d;
}

.button-collapse i {
    height: 48px !important;
    line-height: 48px !important;
    font-size: 2.2em !important;
    text-align: center;
}

.hidden {
    display: none;
}

#main-container{
    overflow-x:hidden;
}
#slide-out-dashboard {
    width: 245px;
    top: 48px;
    z-index: 1;
    background-color: #f6f6f6;
    border-right: 1px solid #babfc6;
}

#slide-out-dashboard .logo {
    text-align: center;
    font-size: 1.25em;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #babfc6;
}

#slide-out-dashboard i {
    font-size: 1.5em;
    line-height: 48px;
}

#slide-out-dashboard li.active i {
    font-weight: 300;
    background: -webkit-linear-gradient(left, #229dee, #2060c6);
    background: -moz-linear-gradient(left, #229dee, #2060c6);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #229dee;
}

#slide-out-dashboard li a {
    color: #83868d;
}

main {
    padding-left: 245px;
    height: 100%;
    margin-top: 48px;
}

#about {
    padding: 20px;
}

#toolbar {
    line-height: 64px;
    height: 64px;
    border-bottom: 1px solid #babfc6;
}

#toolbar i {
    font-size: 1.25em;
    line-height: 64px;
    vertical-align: middle;
}

#toolbar .title {
    font-size: 1.25em;
    color: #686868;
    margin-left: 15px;
}

#add-location {
    cursor: pointer;
}

#add-location a {
    height: 64px;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-left: 20px;
}

.wrapper-center {
    top: 150px;
    position: absolute;
    left: 50%;
    width:750px;
    transform: translateX(-50%);
}

#main-landing {
    position: relative;
    min-height: 400px;
    height: calc(100% - 84px);
}

.main-landing-text {
    font-weight: 700;
    background: -webkit-linear-gradient(left, #229dee, #2060c6);
    background: -moz-linear-gradient(left, #229dee, #2060c6);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #229dee;
}

h5 i.material-icons {
    vertical-align: middle;
    line-height: 97%;
}

section .next-section-link {
    font-size: 0.9rem;
    color: #57595a;
    text-transform: uppercase;
    z-index: 998;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.next-section-link::after {
    content: '\2193';
    display: block;
    margin-top: -5px;
}

#particles-js {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 998;
}
#particles-js canvas {
    position: absolute;
    z-index:999;
}

ul { list-style-type:square; margin-left:5%; }
ul li {  list-style-type:square; }
nav .nav-wrapper #nav-mobile li{
    list-style-type: none;
}

.text-shadow { text-shadow:1px 0 8px #222; }
.side-nav li {list-style-type: none;}
.whitebox {
    background: rgba(255, 255, 255, .85);
    margin: 10px 0;
    padding: 30px;
}

table {
    font-size: 1em;
}

table tr td input[type=radio] ~ label {
    top: 0px !important;
}

#map {
    height: 100%;
    min-height: 300px;
    max-width: 100%;
}

.tabs {
    overflow-x: hidden;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px !important;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
    border: none !important;
    border-radius: 0px;
    height: 2em;
    margin-top: 11px;
    box-sizing: inherit;
}

#pac-input.active {
    border-bottom: none !important;
}

#pac-input.active:after {
    display: none;
}

.pac-container:empty {
    display: none !important;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    top: 196px !important;
    z-index: 1051 !important;
    font-family: Roboto;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

.card-padd {
    padding: 20px 40px;
}

.right-margin-10 {
    margin-right: 10px;
}

.no-top-margin {
    margin-top: 0;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.no-margin {
    margin: 0;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.mt-15 {
    margin-top: 15px;
}

footer {
    padding: 30px;
    text-align: center;
}

input.required.invalid,
.select-wrapper.required.invalid > input{
    border-bottom: 1px solid #F44336 !important;
    box-shadow: 0 1px 0 0 #F44336 !important;
}

.success {
    background-color: #4caf50;
}

.breadcrumb {
    color: rgba(34,157, 238, 0.5);
}
.breadcrumb:before {
    color: rgba(34,157, 238, 0.5);
}
.breadcrumb:last-child {
    color: rgba(34,157, 238, 1);
}

.tabs .tab a{
    color: rgba(34,157, 238, 1);
}
.tabs .tab a.active{
    color: rgba(34,157,238, 0.6);
}
.tabs .tab a:hover{
    color: rgba(34,157,238, 0.6);
}
.tabs .indicator{
    background-color: rgba(34,157, 238, 1);
}
[type="radio"]:not(:checked), [type="radio"]:checked {
    opacity: 1; /* This is hiding radio buttons */
    pointer-events: auto;
}

#modal-set-alert {
    min-height: 500px;
}

.spinner-container {
    margin: 50px auto;
    text-align: center;
}

.error {
    background-color: red;
}

.loading-container {
    height: 80%;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-container {
    position: relative;
    width: 125px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-container p {
    color: #2060c6;
}

.spinner:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
    height: 125px;
    border: 5px solid rgba(211, 211, 211, .85);
    border-radius: 50%;
}

.spinner:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border-top: 5px solid #2060c6;
    border-right: 5px solid transparent;
    animation: spinner .65s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

#location-stats-chart.fadeIn {
    animation: fadeIn .75s forwards;
}
#location-stats-table.fadeIn {
    animation: fadeIn .75s forwards;
}

#location-stats-chart.fadeOut {
    animation: fadeOut .75s forwards;
}
#location-stats-table.fadeOut {
    animation: fadeOut .75s forwards;
}

@keyframes fadeOut {
    to {
        opacity: 0;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

#location-stats-table {
    margin-top: 15px;
}

.block {
    display: block;
}

@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .wrapper-center{
        width: 90%;
    }
    main {
        padding-left: 0;
    }

    #slide-out-dashboard {
        z-index: 1000;
        top: 0px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 600px) {
    #about {
        padding: 20px 10px;
    }
    #toolbar {
        line-height: inherit;
        height: auto;
    }

    #toolbar span {
        display: block;
        text-align: center;
    }

    #toolbar .title {
        line-height: 64px;
    }

    #main-container {
        margin: 0px;
        width: 100%;
        padding: 15px;
        position:relative;
    }

    .wrapper-center {
        top: 100px;
    }

    header.dashboard nav .brand-logo {
        margin-left: 0;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 3rem;
    }

    .card-padd {
        padding: 20px 20px;
    }

    .wrapper-center {
        top: 0px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}