﻿.addressfields {
    display: none;
}
.gatesDiv {
    /*background-image: linear-gradient(#f5f5f5,#dadada);*/
    
}

label {
    font-weight: normal;
    color: #5a6064;
    font-size:14px;
}

.footer {
    height: auto;
    border-top: 1px solid grey;
    margin-top: 20px;
    text-align: center;
}

.question {
    margin-right: 12px;
    color: #007bff;
}

.header {
    color: #5a6064;
    text-align: center;
    font-weight: 700;
}

.gatesForm {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .gatesForm .custom-control {
        margin-top: 12px;
    }

.fa-hand-o-right {
    margin-top: 20px;
}

.panel-heading.collapsed .fa-chevron-down,
.panel-heading .fa-chevron-right {
    display: none;
}

.panel-heading.collapsed .fa-chevron-right,
.panel-heading .fa-chevron-down {
    display: inline-block;
}

i.fa {
    cursor: pointer;
    margin-right: 5px;
}

.collapsed ~ .panel-body {
    padding: 0;
}




.panel-default > .panel-heading {
    color: #000;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .panel-default > .panel-heading a {
        display: block;
        padding: 10px 15px;
        font-family: sans-serif;
        font-size: 18px;
        text-decoration: none;
        color: #000;
    }

        .panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

        .panel-default > .panel-heading a[aria-expanded="true"] {
            background-color: #f5f5f5;
            color: #000;
        }

            .panel-default > .panel-heading a[aria-expanded="true"]:after {
                content: "\2212";
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .panel-default > .panel-heading a[aria-expanded="false"]:after {
            content: "\002b";
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

    .accordion-option .title {
        font-size: 20px;
        font-weight: bold;
        float: left;
        padding: 0;
        margin: 0;
    }

    .accordion-option .toggle-accordion {
        float: right;
        font-size: 16px;
        color: #6a6c6f;
    }

.mb-0 > a {
    display: block;
    position: relative;
}

    .mb-0 > a:after {
        content: "\f078"; /* fa-chevron-down */
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
    }

    .mb-0 > a[aria-expanded="true"]:after {
        content: "\f077"; /* fa-chevron-up */
    }

#accordion a {
    font-family: sans-serif;
    color: #777;
    text-decoration: none;
    font-size: 17px;
}

.qst {
    font-weight: 600;
    font-size:14px;
}

.qstHead {
    text-align: center;
    font-weight: 600;
    color: #5a6064;
}

.card-header {
    background: #fff;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.card {
    border: none;
}

.banner {
    background-image: url(https://s3-us-west-2.amazonaws.com/6storage/securityBanner2.png);
    background-size: cover;
    background-position: center center;
    height: 600px;
    margin-bottom: 60px;
}

#navbarTogglerDemo01 img {
    width: 160px;
}

.bg-light {
    background-color: #fff !important;
}

#navbarTogglerDemo01 {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.nav-item {
    margin-right: 25px;
}

#navBarItems {
    margin-left: 600px;
}

.securityNav {
    padding: 8px 20px;
    border: 1px solid lightgrey;
    border-radius: 25px;
    text-align: center;
}

    .securityNav:hover {
        background: grey;
        color: white !important;
    }

.gatesDiv {
    max-width:575px;
    margin:30px auto;
    padding:15px;
}


* {
    margin: 0;
    padding: 0;
}


.box-minmax {
    margin-top: 30px;
    width: 100%;
    display: none;
    justify-content: space-between;
    font-size: 20px;
    color: #FFFFFF;
    
}


.rs-range:focus {
    outline: none;
}

.rs-range {
    border-radius: 20px;
    height: 12px;
}

    .rs-range:hover {
        opacity: 1;
    }

    .rs-range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 18px;
        height: 18px;
        background: #007bff;
        cursor: pointer;
        border-radius: 50%
    }

    .rs-range::-moz-range-thumb {
        width: 18px;
        height: 18px;
        background: #007bff;
        cursor: pointer;
    }



.rs-range {
    width: 100%;
    -webkit-appearance: none;
}
.rs-range:focus
{
    outline: none;
}

    .rs-range&::-webkit-slider-runnable-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        box-shadow: none;
        background: #ffffff;
        border-radius: 0px;
        border: 0px solid #010101;
    }

    .rs-range&::-moz-range-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        box-shadow: none;
        background: #ffffff;
        border-radius: 0px;
        border: 0px solid #010101;
    }

    .rs-range&::-webkit-slider-thumb {
        box-shadow: none;
        border: 0px solid #ffffff;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
        height: 42px;
        width: 22px;
        border-radius: 22px;
        background: rgba(255,255,255,1);
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -20px;
    }

    .rs-range&::-moz-range-thumb {
        box-shadow: none;
        border: 0px solid #ffffff;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
        height: 42px;
        width: 22px;
        border-radius: 22px;
        background: rgba(255,255,255,1);
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -20px;
    }

    .rs-range&::-moz-focus-outer {
        border: 0;
    }



.rs-label {
    display: inline-block;
    margin-bottom: 8px;
    position: relative;
    transform-origin: center center;
    display: block;
    width: 45px;
    height: 38px;
    background: transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
    box-sizing: border-box;
    margin-left: -14px;
    left: attr(value);
    color: #007bff;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
}
.rs-label &::after
{
    content: "kg";
    display: block;
    font-size: 20px;
    letter-spacing: 0.07em;
}
