html, body, #fullheight {
    min-height: 100% !important;
    height: 100%;
    font-family: Poppins;
}


#top-page {
    position: absolute;
    width: 1870px;
    height: 69px;
    background: #FFFFFF;
}

#logo-sweven {
    position: absolute;
    width: 162px;
    height: 63px;
}

#blue-top {
    top: 60px;
    position: absolute;
    width: 1870px;
    height: 41px;
    background: #3688F8;
}


.maps {
    top: 100px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.btn:hover {
    color: #ebf5ff;
    text-decoration: none;
}

.btn-maps {
    color: #fff;
    background-color: #1668d3;
    border-color: #007bff;
    font-size: 13px;
    width: auto;
    height: 1px;
    font-weight: 600;
}

.row {
    background: #007bff00;
}

#header {
    left: 59%;
    top: 2px;
    bottom: 0;
    right: 0;
    height: 9%;
    width: 82%;
    position: absolute;
    background-color: rgba(22, 104, 211,0.3);
    z-index: 10;
    transform: translateX(-50%);
    border-radius: 5px;
}


#analytics-data {
    position: absolute; 
    top:18%; 
    bottom: 0; 
    left:0; 
    right:0;
}





/*

#header {
    left: 55%;
    top: 10px;
    bottom: 0;
    right: 10px;
    height: 10%;
    width: 80%;
    position: absolute;
    background-color: rgba(22, 104, 211,0.3);
    z-index: 10;
    transform: translateX(-50%);
    border-radius: 5px;
}


elemento {
    height: 50px;
    margin-left: 10px;
    justify-content: space-around;
    border: none;
    outline: none;
    background-color: red;
    color: #FFFF;
    position: absolute;
    right: 10px;
}

*/

.header-btn {
    width: 12%;
    color: #ffffff;
    font-family: Poppins;
    font-size: 20px;
    font-weight: bold;
    background: #000000;
    border-radius: 8px;
    height: 50px;
}

.header-btn-active {
    color: #0D51AB;
}

/* Left Card */
.card_left {
    background-color: #1668d3a8;
    position: absolute;
    top: 20%;
    height: 22rem;
    border: none;
    border-radius: 0 8px 8px 0;
    width: 21.6rem;
    padding: 18px;
    overflow: hidden;
}

/* Center a Component */
.center {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.card-button {
    height: 6.35rem;
    border: none;
    border-radius: 8px; /* flex-direction: row; */
    align-items: center; /* justify-content: center; */
    transition: transform 1.0s;
    transform-style: preserve-3d;
    background-color: #1668d3;
    
}

.card-button.flipped-up {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

.button-col {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border: none;
}

.page_btn {
    height: auto;
    width: 20px;
    border: none;
}

.nav-arrow {
    width: 20%;
    align-items: center;
}

/* Search container */
.search-container {
    display: flex;
    border: none;
    padding: 7px;
    background: rgb(0 0 0 / 14%);
    height: 50px;
    border-radius: 5px;
    width: 19%;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
}

.select-container {
    display: flex;
    border: none;
    padding: 6px;
    background: rgb(46 117 213);
    height: 50px;
    border-radius: 5px;
    width: 10%;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.selectLive{
    width: 85%;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    height: 35px;
    padding-left: 10px;
}

.selectLive.marginBot{
    margin-bottom: 10px;
}

.search-icon {
    width: 15%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-icon.pointer {
    cursor: pointer;
}

.search-icon img {
    width: auto;
    height: 20px;
    filter: saturate(0) brightness(100);
}

.search-icon:hover {
    /* background-color:green; */
    border-radius: 5px;
}


/* Search Input */
.search-input {
    width: 85%;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    height: 35px;
    padding-left: 10px;
}

.modalSearch{
    position: fixed;
    background-color: rgb(46 117 213);
    top: 9%;
    height: 11rem;
    border: none;
    border-radius: 8px;
    width: 21.6rem;
    padding: 18px;
    overflow: hidden;
    left: calc(50% - 2rem);
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.modalSearch .modalSearchClose{
    position: absolute;
    top: 0;
    right: 10px;
    color: #ffffff;
    cursor: pointer;
}

.searchDetailBtn{
    height: 50px;
    margin-left: 10px;
    border: none;
    outline: none;
    background-color: red;
    color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
}

/* Button Contents */
.btn-icon {
    margin-top: 10px;
    height: 1.5rem;
    width: auto;
}

.btn-text {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.btn-title {
    font-size: 12px;
    text-align: center;
    font-weight: 900;
    color: #ffffff;   
}

.search-input.null-value {
    border: 1px solid red;
    background: #ff3300;
}


/* Emergency Container */
#emergency-container {
    height: auto;
    background: linear-gradient(to right, rgba(243, 247, 0, 0.7), #ff3300 50%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: linear-gradient(to right, rgba(243, 247, 0, 0.5), #ff0000c9 50%); position: absolute; bottom: 0; left: 0; right: 0; */
    /* top:0; */
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    align-content: center;
    grid-gap: 10px;
    background-color: transparent;
    padding: 10px;
}

.grid-container > div {
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
    color: #ffffff;
}

/* info window */
.iw_table_row {
    height: 18px;
}

.iw_attribute_name {
    font-weight: bold;
    text-align: left;
}

.iw_table_icon {
    text-align: right;
}

.center-items {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: center;
    align-items: center;
}

.emergency-text {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    font-family: 'Poppins';
    letter-spacing: 1px;
}

/* HISTORICAL PAGE */
#history-header {
    display: none;
    border: none;;
    background: #ffff;
    position: absolute;
    top: 5%;
    left: 73px;
    right: 8%; /* height: auto; */
    border-radius: 8px;
    height: 65px;
    width: 89%;
}

.header-btn-text {
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: capitalize;
}

.header-btn-icon {
    height: 17px;
    width: auto;
}

.history-input {
    width: 200px;
    min-width: 100px;
}

#table-container {
    border: none;
    background: transparent;
    position: absolute;
    top: 19%;
    left: 1%;
    right: 8%;
    border-radius: 8px;
    height: 80%;
    overflow: hidden;
    width:98%;
}

.table-text {
    text-align: center;
    color: #ffffff;
}

tbody > tr {
    border-bottom: 1px solid #ffffff;
}

.mdc-data-table__cell {
    width: 30.3%;
    height: 20%;
}

.mdc-data-sitename__cell {
    width: 14.3%;
    height: 20%;
}

.mdc-data-table__header-cell {
    background-color: #1668d3;
    
}

/* drop down menu */
.dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


/* SELECT DROP DOWN */
/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
    margin: 0 5px 0 5px;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: #ffffff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 0px;
}

/*style the items (options), including the selected item:*/
.select-items div {
    color: #000000;
    padding: 5px;
    border-bottom: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

/* filter btn */
#filter-btn {
    background-color: #000000;
    border: none;
    color: #ffffff;
    width: 17%;
    margin: 0 5px 0 5px;
    border-radius: 15px;
    outline: none;
}

/*
.mdc-button {
    background: #000000;
    outline-style: none;
    border: 1px solid red;
}
*/
.mdc-button {
    background: #fff !important;
    color: #3688F8 !important;
}

.mdc-button .mdc-button__icon {
    margin-left: 0;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    color: #3688F8 !important;
}


.download-icons {
  color: #3688F8 !important;
}

/*
.header-btn :hover {
    color: #0d51ab;
}

*/
/* date picker */
#datepicker {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

#datepicker:focus {
    width: 108%;
    border-radius: 0;
}


.block {
    margin: 0 auto;
    max-width: 900px;
    padding: 50px 30px;
}

.input-res {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: 15px/1 'Open Sans', sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    max-width: 500px;
    background-color: #ffffff;
    border: none;
    padding: 10px 11px 11px 11px;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    margin: 0;
    box-sizing: border-box;
}


#search-text {
    box-shadow: none;
    outline: none;
    border: 0 0 0 1px;
    box-shadow: none;
    border-radius: 0;
    color: #000000;
    will-change: auto;
    border-radius: 5px;
    border: 2px solid #3688f8;
}

#search-text:focus {
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-left-color: grey;
    border: 2px solid #3688f8;
}

.emergency_tiles {
    justify-items: center;
    width: 25%;
    border-right: 1px solid #ffffff;
}

/**

slider
*/
* {
    box-sizing: border-box;
}

.slider {
    width: 50%;
    /* margin: 100px auto; */
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.csv{
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 40px;
    cursor: pointer;
}

.deviceIdEmergency{
    float: left;
    width: 100%;
    color: white;
}

.loader{
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: #1668d373;
    display: none;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #0d51ab;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0s;
}
@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%, 100% {
        top: 24px;
        height: 32px;
    }
}

.workOrder{
    position: fixed;
    width: 60%;
    height: 200px;
    background: #ffffff;
    box-shadow: 0px 0px 10px #4a4a4a;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 99;
    top: calc(50vh - 100px);
    left: 20%;
    display: none;
}

.legend{
    position: fixed;
    width: 300px;
    height: 200px;
    background: #ffffffb3;
    box-shadow: 0px 0px 10px #4a4a4a;
    border-radius: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 99;
    top: 160px;
    right: 20px;
}

.legend .icon{
    width: 100%;
    height: 50px;
    padding: 0 10px;
}

.legend .icon img{
    width: auto;
    height: 40px;
}

.closeBtn{
    position: absolute;
    background: rgb(46 117 213);;
    color: #ffffff;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.inputWork{
    margin-bottom: 15px !important;
}

/* RESPONSIVENESS */
@media only screen and (max-width: 640px) {
    /* Search container */
    

    .search-input {
        font-size: 12px;
        height: 30px;
        padding-left: 10px;
    }

    .search-icon {

    }

    .search-icon img {
        height: 70%;
    }

    .card_left {
        height: 15rem;
        width: 11.6rem;
        padding: 0;
    }

    .card-button {
        height: 3.35rem;
    }

    .btn-icon {
        height: 0.7rem;
    }

    .btn-title {
        font-size: 6px;
        font-weight: 500;
    }

    .btn-text {
        font-size: 6px;
    }

    .icon {
        width: 20%;
        height: 1rem;
        margin-left: 10px
    }

    .page_btn {
        height: auto;
        width: 10px;
        border: none;
    }

    .btn-icon {
        margin-top: 10px;
        height: 1rem;
        width: auto;
    }

    .header-btn {
        width: 150px;
    }

    .header-btn-icon {
        height: 15px;
        width: auto;
    }
}
.mdc-button-filter {
    background: #fb8b13 !important;
    color: #FFFF !important;
    font-weight: 700;
}

.mdc-button-home {
    background: #fb8b13 !important;
    color: #FFFF !important;
    left: 5px; 
    margin-right: 10px; 
    width: 120px; 
    border: none;
    outline:none; 
    justify-content: space-around; 
    border: none;
    outline:none;
    color: #f3f3f3;
}

.mdc-button-emergency {
    background: #ff3300 !important;
    color: #FFFF !important;
    border-radius: 10px;
    font-weight: 700;
}

.bselect-default-text {

  border: 1px solid #3688f8;

}


/* When the width is between 600px and 900px OR above 1100px - change the appearance of <div> */

/* mobile devices */
@media screen and (min-width: 480px) {


}

/* medium size screen  */
@media screen and (max-width: 900px) and (min-width: 640px) {

}

/* large screens */
@media screen and (min-width: 900px) {

}

#status {
  width: 20px;
  height: 20px;
}
img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/** autocomplete*/

* { box-sizing: border-box; }
body {
  font: 16px Arial;
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
input {
  border: 1px solid #3688f8;;
  background-color: #ffffff;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
}
input[type=text] {
  background-color: #ffffff;
  width: 100%;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  height: 35px;
  padding-left: 10px;
  border: 2px solid #3688f8;
}
input[type=submit] {
  background-color: DodgerBlue;
  color: #ffff;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #3688f8;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #3688f8;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}




