@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&display=swap');
body {
    margin: 0px;
    overflow: hidden;
    background-color: #ccc !important;
    font-family: 'Roboto', sans-serif !important;
}

#v3d-container {
    width: 100%;
    height: 535px;
    position: absolute;
    left: 0;
    top: 65px;
    visibility: hidden;
}
.v3d-canvas {
    z-index: 0 !important; 
}
.fullscreen-button {
   display: none;
}

.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }\\



#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
    border: 1px solid orange;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    height: 65px;
    padding: 0px 10px;
    text-overflow: ellipsis;
    width: 329px;
    left: 0px;
    top: 0px !important;
    border: none;
    z-index: 100 !important;
    border-right: 1px solid #bad80a;
}

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

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}
/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#heading {
    height: 65px;
    position: absolute;
    width: calc(100% - 350px);
    background: #f7f6f6;
    z-index: 100;
    right: 0;
}
#configurator {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

#map {
    height: 100%;
    width: 100%;
    position: absolute !important;
    display: block !important;
}
#process-steps {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    position: relative;
    height: 90px;
    color: #e3eaed;
    font-weight: 400;
    background: white;
}
#process-steps .step {
    position: relative;
    padding: 20px 50px;
}
#location, #select {
    cursor: pointer;
}
#process-steps .step:before {
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border: 3px solid #e3eaed;
    background: #fff;
    border-radius: 4px;
}
#process-steps .step:first-child, #process-steps.select .step:last-child {
    color:#002b7f;
}
#process-steps .step:first-child::before, #process-steps.select .step:last-child::before {
    border-color: #002b7f;
}

#process-steps .step span:nth-child(1) {
    position: relative;
    z-index: 1;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    font-size: 13px;
}
#process-steps.select:after {
    width: calc(100% - 50px);
}
#process-steps .step span:nth-child(2) {
    position: absolute;
    z-index: 2;
    width: 120px;
    margin-top: 13px;
    left: 6px;
    font-size: 13px;
    text-align: center;
    display: block;
}
#process-steps:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 35px;
    width: 100%;
    height: 3px;
    background: #dae2e6;
}
#process-steps:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 35px;
    width: 50px;
    height: 3px;
    background: #bad80a;
}
#layerSwitch {
    position: absolute;
    z-index: 100;
    left: 10px;
    top: 10px;
    width: 134px;
    height: 130px;
    color: rgb(86, 86, 86);
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
}
#layerSwitch:hover {
    background-color: #eee;
    color: rgb(0, 0, 0);
}
#layerSwitch:hover span {
    font-weight: 500;
}
#layerSwitch i {
    padding-top: 33px;
    font-size: 54px;
}
#layerSwitch span {
    display: block;
    height: 20px;
    margin-top: 10px;
    color: black;
    font-size: 12px;
}
.gmnoprint button {
    top: 130px;
    font-size: 11px !important;
    padding: 10px 0px !important;
    text-align: center !important;
}
.gm-style-mtc {
    width: 67px !important;
}
.gm-style-mtc button {
    width: 100%;
    
}
#capture {
    display: block;
}
#renderData {
    position: absolute;
    z-index: 1000;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.8);
    display: none;
}
.renderView {
    width: 90%;
    margin: 5%;
}
.renderView img {
    width: 100%;
}
#renderedData {
    position: absolute;
    background: white;
    margin: 5px;
    padding: 10px;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #002b7f;
}
#renderedData span {
    float: right;
    color: #bad80a;
}
#widthDataRender, #lengthDataRender, #heightDataRender {
    display: inline-block !important;
}
#addressData {
    margin-bottom: 5px;
}
.renderImg {
    width: 180px !important;
}
#takeCapture {
    position: absolute;
    right: 10px;
    top: 80px;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: #002b7f;
    color: #bad80a;
    z-index: 100;
    font-size: 1.4em;
    cursor: pointer;
    display: none;
}

#goToShop {
    position: absolute;
    right: 10px;
    top: 130px;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: #002b7f;
    color: #bad80a;
    z-index: 100;
    font-size: 1.4em;
    cursor: pointer;
    display: none;
}
#refresh {
    display: none;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: #002b7f;
    color: #bad80a;
    font-size: 1.4em;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
}
#takeCapture i, #goToShop i, #refresh i {
    margin-top: 9px;
}
#closeRenderedData {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: #002b7f;
    color: #bad80a;
    z-index: 100;
    font-size: 1.4em;
    cursor: pointer;
}
#downloadRenderedData {
    position: absolute;
    right: 45px;
    top: 10px;
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: #002b7f;
    color: #bad80a;
    z-index: 100;
    font-size: 1em;
    cursor: pointer;
}
#downloadRenderedData i {
    margin-top: 6px;
}
#selectBoxes {
    display: inline-block;
    margin: 8px;
}
.block {
    display: none;
    width: auto;
    margin-right: 15px;
}
#height {
    font-size: 0.9em;
    padding: 5px;
    color: #002b7f;
}

select {
    display: inline-block;
    font-size: 13px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.1;
    padding: 0.5em 1.3em 0.4em 0.7em;
    width: 80px;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
      for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
      
    */
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    background-position: right .7em top 50%, 0 0;
    /* icon size, then gradient */
    background-size: .65em auto, 100%;
  }
/* Hide arrow icon in IE browsers */
select::-ms-expand {
    display: none;
}
/* Hover style */
select:hover {
    border-color: #888;
}
/* Focus style */
select:focus {
    border-color: #aaa;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}

/* Set options to normal weight */
select option {
    font-weight:normal;
}
.widthText, .lengthText, .heightText {
    width: auto;
    display: block;
    font-size: 0.8em;
    margin-bottom: 3px;
    color: #635c5c;
}
.renderDataRow {
    display: block;
    height: 20px;
    position: relative;
}


/* Disabled styles */
select:disabled, select[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
        linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

select:disabled:hover, select[aria-disabled=true] {
border-color: #aaa;
}
#zoomLevel {
    display: none;
}
#v3d-zoom {
    position: absolute;
    right: 10px;
    bottom: 24px;
    z-index: 10;
    user-select: none;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    border-radius: 2px;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    width: 40px;
    height: 81px;
}
#v3d-zoom #plus {
    padding: 11px;
}
#v3d-zoom #plus:after {
    display: block;
    content: '';
    background: rgb(230, 230, 230);
    height: 1px;
    margin-top: 7px;
    margin-left: -5px;
    width: 30px;
}
#v3d-zoom #minus {
    padding: 0px 11px 11px 11px;
}

@media only screen and (max-width: 600px) {
    #pac-input {
        width: 100% !important;
        display: block;
    }
    #heading {
        top: 65px;
        left: 0;
        right: 0;
        width: 100%;
        display: none;
    }
    #takeCapture {
        top: 140px;
    }
    #goToShop {
        top: 190px;
    }
}

