﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.hero {
    width: 100%;
 }

.high1{
    font-weight: bold;
}

.v{
    color: red;
    padding: 0px;
    margin-left: 0px;
    float: right;
}

.app-title {
    color: #9d9d9d;
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    margin-left: -5px;
}

select option:disabled {
    color: rgb(220,220,220);
}

.version {
    font-size: 6pt !important;
}

.t-b-spacer-10{
    margin:10px 0px;
}

.b-spacer-10 {
    margin-bottom: 10px;
}

.t-spacer-10 {
    margin-top: 10px;
}

.t-spacer-20 {
    margin-top: 20px;
}

w-50 {
    width: 50px;
}

w-75 {
    width: 75px;
}

.w-130{
    width:130px !important;
}

.w-150 {
    width: 150px;
}

.w-200{
    width: 200px;
}

.h-20{
    height:20px;
}

#tour-container {
    width: 100%;
    min-height: 500px;
    border-left: 2px solid rgb(200,200,200);
    border-right: 2px solid rgb(200,200,200);
    border-bottom: 2px solid rgb(200,200,200);
    margin-left: 3px;
    border-radius: 15px;
}

    #tour-container .tour-tab {
        float: left;
        width: 33.3%;
        height: 130px;
        border-bottom: 2px solid rgb(200,200,200);
        border-right: 2px solid rgb(200,200,200);
        border-top: 2px solid rgb(200,200,200);
        border-radius: 15px 15px 0px 0px;
        font-size: 3vw !important;
        /*font-weight: bold;*/
        text-align: center;
        padding: 10px;
        background-color: rgb(230,230,230);
        cursor: pointer !important;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

    #tour-container .tour-tab-2 {
        width: 50%;
    }

    #tour-container #tour-tab-avail-map {
        border-right: 2px solid rgb(220,220,220);
    }

    #tour-container .highlight {
        background-color: white;
        font-weight:bold;
    }

    #tour-container .tour-panel {
        width: 100%;
        padding: 10px !important;
    }

    #tour-container #tour-panel-avail-embedded-map {
        width:100%;
        float: left;
        clear:both;
    }

    #tour-container #tour-panel-property img {
        width: 100%;
    }

    #tour-container #tour-panel-avail-map img {
        width: 100%;
    }

    #tour-container #tour-panel-property .map-legend {
    }

        #tour-container #tour-panel-property .map-legend div {
            margin: 0 auto;
        }

    #tour-container .map-legend {
        width: 100%;
        text-align: center;
    }

.standardt{
    width:100%;
    border: solid 1px rgb(220,220,220) !important;
}

.standardt .head td {
    background-color: rgb(220,220,220) !important;
    font-weight: bold;
}

    .standardt td {
        padding: 5px 10px;
    }

#tour-container .map-legend img {
    width: 15px !important;
}

#tour-container .map-legend table {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

#tour-container .map-legend td {
    padding: 0px 5px 0px 5px;
    text-align: left;
}

.disclaimer{
    font-style: italic;
    font-size: 9pt;
    padding: 15px 0px !important;
    /*margin: 7px 0px 15px 0px !important;*/
}

@media (max-width: 768px) {
    #tour-container .tour-tab {
        /*font-size: 3vw !important;*/
        font-size: 3vw !important;
        height: 45px;
    }
}

.tour-scan-for-locks {
    margin: 5px 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: 3vw !important;
    color: white !important;
    background-color: #003366 !important;
}


.map-marker {
    z-index: 11;
    position: absolute;
    /*width: 20px !important;*/
    cursor: pointer;
}

.unit-marker {
    z-index: 11;
    position: absolute;
    border: solid 1px rgb(220,220,220);
}

    .unit-marker td {
        white-space: nowrap;
        background-color: rgb(255,255,255);
        opacity: .7;
        vertical-align: middle;
        padding: 0% 5% !important;
    }

.unit-marker-label {
    z-index: 11;
    position: absolute;
    background-color: rgb(255,255,255);
    opacity: .8;
}

footer {
    margin-top: 10px;
    padding-top: 15px;
    border-top: solid 1px rgb(200,200,200) !important;
}

footer p{
    text-align:center;
    margin: 0 auto;
}

.login-tb{
    width:300px !important;
}

.login-container {
    border: solid 1px rgb(220,220,220);
    border-radius: 15px;
    max-width: 550px;
    padding: 30px 20px;
    margin: 0 auto !important;
    margin-top: 20px !important;
}

.sect-h{
    margin-bottom: 10px;
    font-size:18pt;
}


.sect-c {
    margin-bottom: 15px;
}

.sect-i{
    width:100%;
    margin-bottom: 15px;
}

.sect-d {
    width: 100% !important;
    max-width: 2000px;
    margin-bottom: 15px !important;
    /*max-width: 700px;
    margin: 0 auto;*/
}

.blink {
    /*-moz-animation: blink normal 2s infinite ease-in-out;
    -webkit-animation: blink normal 2s infinite ease-in-out;
    -ms-animation: blink normal 2s infinite ease-in-out;
    animation: blink normal 2s infinite ease-in-out;*/
    border: solid 3px red;
}


.blink2 {
    /*-moz-animation: blink normal 2s infinite ease-in-out;
    -webkit-animation: blink normal 2s infinite ease-in-out;
    -ms-animation: blink normal 2s infinite ease-in-out;
    animation: blink normal 2s infinite ease-in-out;*/
    border: solid 3px red;
    padding: 3px;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 20000s;
    animation-name: fade;
    animation-duration: 20000s;
}

@-webkit-keyframes fade {
    from {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

/*.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 4s;
    animation-name: fade;
    animation-duration: 4s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}*/

.lnk-highlight {
    color: white !important;
}

.lock-table td{
    padding: 4px 15px 5px 0px;
}

.unlock-container{
    padding-top:25px;
    margin: 0 auto !important;
}

    .unlock-container .info {
        color: gray;
    }

    .unlock-container .complete {
        color: black;
    }

#userpos {
    position: absolute;
    visibility: hidden;
    z-index: 5;
    left: 100px;
    top: 100px;
    width: 25px;
}

.selected-unit {
    width: 25px;
}

#tour-detail{
    margin-top:35px;
}

#identity-disclaimer {
    background-color: RGB(233,236,243);
    padding: 20px;
    border-bottom: solid 1px rgb(150,150,150);
    color: rgb(150,150,150);
}

.ui-slider .ui-slider-handle {
    height: 2.0em !important;
}

#slider-container {
    margin: 25px 0px 10px 5px;
    float: right !important;
}

#slider-zoom {
    width: 120px;
    height: 20px;
    margin-left: 10px !important;
    background-image: url(Images/SliderBar.png);
    background-size: cover;
}

#zoom-tooltip{
    color: gray !important;
    font-size:9pt;
}

#map-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
    /*border: solid 2px rgb(100,100,100);*/
}

.tour-button-options{
    width:100%;
}

.tour-button-options td{
    text-align:center;
    padding-bottom:10px;
}

    .tour-button-options td div {
        margin: 10px 0px 20px 0px !important;
        color: #337AB7;
    }

    .tour-button-options .high1 {
        padding-bottom: 20px !important;
    }

#iframe-unavailable{
    padding-top: 100px;
    text-align: center;
}

.tour-header-instructions {
    margin: 10px 0px 10px 0px !important;
    color: #337AB7;
    font-size: 2.5vw !important;
    text-align:center;
}

.lock-label {
    background-color: white;
    padding: 0px 3px !important;
    border: solid 2px rgb(100,100,100);
    color: rgb(100,100,100);
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
