﻿
html {
    height: 100%;
}
body {
    padding-top: 50px;
    padding-bottom: 20px;
    min-height: 100%;
    position: relative;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 500px;
}

.widerText {
    max-width: 700px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Was going to use this for the engineer summary screen, but Edge browser wont support it yet. */
.gridWrapperEightCol {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-auto-rows: 0.2fr;
    grid-gap: 10px;
    max-width: 1100px;
}

#footer {
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 40px;
    background-color: #222;
    color: #9d9d9d;
}

.footer-navlist li {
    display: inline;
    list-style: none;
    padding-right: 15px;
    color: #9d9d9d;
}
.footer-navlist > li > a {
    color: #9d9d9d;
}

.footer-navlist > li > a:hover,
.footer-navlist > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.custom-ddl {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    width: 100%;
    text-align: left;
}
.custom-ddl:hover,
.custom-ddl:active,
.custom-ddl:focus,
.custom-ddl.focus {
    background-color: #fff;
    border-color: #66afe9;
}

.refreshCaptcha {
    margin-left: 20px;
    font-size: 30px;
}
.refreshCaptcha:hover {
    cursor: pointer;
}

.backgroundSplash {
    background: url(../images/ShedSafeLogo_200x176.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    position: absolute;
    top: 10%;
    bottom: 10%;
    width: 60%;
}

.fullscreen {
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    height: 98%;
    min-height: 98%;
    border: 0;
    position: absolute;
    overflow: hidden;
}
.no-border-text {
    border: 0;
    background-color: #ffffff
}

.static-text {
    padding-top: 6px;
}

.placeholder-control {
    resize: none;
    overflow: hidden;
    min-height: 40px;
    padding: 5px;
    box-sizing: border-box;
}

.flex-container-site-map {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.flex-item-site-map {
    width: 62%;
    height: 800px;
    min-width: 300px;
    margin-right: 10px;
}
.flex-item-entry {
    width: 35%;
    min-width: 300px;
}

.flex-item-site-map-sales {
    width: 52%;
    height: 800px;
    min-width: 300px;
    margin-right: 10px;
}

.flex-item-entry-sales {
    width: 45%;
    min-width: 200px;
}


.map-legend {
    border: solid black 2px;
    margin: 4px;
    padding: 4px;
    background-color: white;
}

.map-legend h3 {
    font-size: 17px;
    margin-top: 0;
}

.map-legend .line {
    width: 44px;
    height: 3px;
    overflow: hidden;
    display: inline-block;
    margin-right: 5px;
}
.hideform {
    display: none;
}

.rs-control .rs-tooltip-text {
    font-size: 20px;
    font-weight: bold;
}
.rs-control .rs-range-color {
    background-color: #ffffff;
}
.rs-control .rs-path-color {
    background-color: #939393
}
.rs-control .rs-handle {
    background-color: #337ab7;
}
.rs-control .rs-bg-color {
    background-color: #fff;
}

.help-icon {
    color: #337ab7;
    font-size: 18px;
}
.help-icon:hover {
    color: #255b89;
    
}

.LoadingInner {
    background: none repeat scroll 0 0 #000000;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    left: 40%;
    opacity: 0.7;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    z-index: 9999;
}


.menu-tick {
    color: #6ad820;
}

/*.tooltip > .tooltip-inner {
    max-width: 500px;
    background-color: #f9f9f4;
    color: #383833;
    border-color: #383833;
}

.tooltip > .tooltip-arrow {
    border-bottom-color: #f9f9f4;
    border-top-color: #f9f9f4;
}*/

.tooltip-wide + .tooltip .tooltip-inner {
    max-width: 800px;
    width: 800px;
}
.tooltip-medium + .tooltip .tooltip-inner {
    max-width: 500px;
    width: 500px;
}
.tooltip-small + .tooltip .tooltip-inner {
    max-width: 300px;
    width: 300px;
}

.tooltip .tooltip-inner {
    color: #255770;
    background-color: #b5d4e5;
    border-color: #bce8f1;
    background-image: -webkit-linear-gradient(top, #deeff7 0%, #b5d4e5 100%);
    background-image: linear-gradient(to bottom, #deeff7 0%, #b5d4e5 100%);
    background-repeat: repeat-x;
    border-color: #9acfea;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdeeff7', endColorstr='#ffb5d4e5', GradientType=0);
    text-align: left;
}
    .tooltip .tooltip-inner .tooltip-heading {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
    }


.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #bce8f1;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #bce8f1;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #bce8f1;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #bce8f1;
}
.tooltip.in {
    opacity: 1;
    filter:alpha(opacity=100);
}

.img-wrap {
    position: relative;
    display: inline-block;
    font-size: 0;
}

.img-wrap .close {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    background-color: #FFF;
    padding: 5px 2px 2px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    opacity: .2;
    text-align: center;
    font-size: 22px;
    line-height: 10px;
    border-radius: 50%;
}

.img-wrap:hover .close {
    opacity: 1;
}


/* Hide the google maps tilt icon*/
.gm-tilt {  
    display: none;
}
.containerWide {
}

@media (min-width: 1200px) {
    .containerWide {
        width: 1450px;
    }
}

@media (min-width: 1700px) {
    .containerWide {
        width: 1800px;
    }
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
.alert-warning{
    color: red;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 30px;
    font-weight: bold;
}
.leezone-distance {
    width: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: normal;
    }
}

.meters-label {
    vertical-align: middle;
    padding-top: 7px;
}