﻿body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    width: 100%;
    color: #354350;
}

a {
    text-decoration: none;
    color: #354350;
}

.__cf{
    clear: both;
    overflow: auto;
}

.__center {
    text-align: center;
}

.__bold {
    font-weight: bold;
}
.errorstate {
    border: solid 1px red;
}


#__furniture-top {
    width: 100%;
    border-bottom: solid 1px #354350;
    height: 200px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

#__furniture-top img {
    height: 199px;
    max-width: 75%;
    max-height: 100%;
}

#__furniture-top-left
{
    float: left;
}

#__furniture-top-left img {
    height: 99px;
    max-width: 75%;
}

#__furniture-top-right {
    float: right;
    padding-top: 72px;
    padding-right: 20px;
}

#__furniture-footer {
    width: 100%;
    background-color: #354350;
    color: #ffffff;
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}


@media only screen and (max-width: 500px) {
    #__furniture-top-left {
        float: none;
        text-align:center;
        width: 95%;
    }
    #__furniture-top-right {
        float: none;
        text-align: right;
        width: 95%;
        padding-top: 0;
    }

    #__furniture-top
    {
        height: 130px;
    }
}


    #__furniture-footer-copyright {
        text-align: center;
        font-size: 0.8em;
    }

    #__furniture-footer-powered-by {
        font-size: 0.7em;
        text-align: center;
    }

        #__furniture-footer-powered-by a {
            font-weight: 600;
            color: white;
        }


    #__furniture-full-width {
        width: 100%;
    }



    #__furniture-top-menu-list, #__furniture-bottom-menu-list, #__furniture-top-menu-list-mobile, #__furniture-top-menu-list-mobile-children {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

#__furniture-top-menu-list {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

        #__furniture-top-menu-list li, #__furniture-bottom-menu-list li, #__furniture-top-menu-list-mobile li {
            display: inline;
        }

            #__furniture-top-menu-list li {
                margin-right: 15px;
                padding-right: 10px;
                border-right: 1px solid #354350;
            }

        #__furniture-top-menu-list-mobile-children li {
            display: block;
        }

    #__furniture-bottom-menu-list {
        text-align: center;
        margin-bottom: 40px;
    }

    .__furniture-bottom-menu-list-item {
        margin-left: 0;
        padding-left: 10px;
        margin-right: 10px;
        border-left: solid 1px #ffffff;
    }

        .__furniture-bottom-menu-list-item a {
            color: #ffffff;
            font-size: 0.8em;
        }

    .__furniture-bottom-menu-list-item-first {
        border-left: none;
    }

    #__furniture-bottom-menu-list li, #__furniture-bottom-menu-list a {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
    }



    .__furniture-top-menu-list-item {
        margin-left: 10px;
    }

        .__furniture-top-menu-list-item a {
            color: #354350;
        }

    .__furniture-top-menu-list-item-selected a {
        font-weight: 600;
    }


    #__furniture-footer-response-variables {
        padding: 20px;
        font-size: 0.7em;
        height: 300px;
        overflow-y: scroll;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        border: solid 1px #354350;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    #__furniture-top-menu-list-mobile {
        text-align: right;
        margin-right: 2vw;
    }

    .__furniture-top-menu-list-item-mobile-parent {
        cursor: pointer;
    }



    #__furniture-top-menu-list-mobile-children {
        background-color: #ffffff;
        min-width: 200px;
        text-align: left;
        border: solid 1px #354350;
        border-bottom: none;
        display: none;
    }

    #__furniture-top-menu-list-mobile li:hover ul {
        display: block;
        position: absolute;
        left: calc(100vw - 230px) !important;
    }

    .__furniture-top-menu-list-item-mobile-child {
        border-bottom: solid 1px #354350;
        padding: 5px;
    }

    #__furniture-top-menu-list-mobile-children li:hover {
        background-color: #354350;
    }


        #__furniture-top-menu-list-mobile-children li:hover a {
            color: #ffffff;
        }

    .__furniture-top-menu-list-item-mobile-child-last {
        border-bottom: none;
    }

    .__furniture-top-menu-list-item-mobile-parent {
        padding-left: 150px;
    }

    .__furniture-mobile {
        display: none;
    }

    .__furniture-desktop {
        display: block;
    }

    @media only screen and (max-width: 700px) {
        .__furniture-mobile {
            display: block;
        }

        .__furniture-desktop {
            display: none;
        }
    }




    #__disclaimer-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.9);
        z-index: 2000;
    }

    #__disclaimer-content-inner {
        width: 70%;
        max-height: 80%;
        overflow-y: auto;
        padding: 30px;
        margin-top: 5%;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
        background-color: #ffffff;
        font-size: 0.85em;
        border-radius: 10px;
        color: #354350;
    }

    #__disclaimer-content-h1 {
        color: #354350;
    }

    #__disclaimer-content-inner p {
        color: #354350;
    }

    #__disclaimer-buttons-inner {
        text-align: center;
        cursor: pointer;
        font-size: 1.2em;
    }

    #__disclaimer-buttons-decline {
        margin-right: 20px;
    }

    #__disclaimer-buttons-inner a {
        color: #354350;
        text-decoration: none;
    }




    #__logon-wrapper {
        width: 400px;
        max-width: 94vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
    }

    .__logon-input {
        border: none;
        background-color: #ffffff;
        border: solid 1px #354350;
        color: #354350;
        font-size: 1.1em;
        margin-bottom: 5px;
        padding: 5px;
        width: CALC(100% - 12px);
        outline: none;
    }

#__logon-wrapper-submit-button {
    width: 100%;
    height: 33px;
    border-radius: 5px;
    background-color: #354350;
    color: #ffffff;
    border: 0;
    padding: 5px;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 15px;
}




#__logon-wrapper-submit-button:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
}

#__logon-forgotten-wrapper-submit {
    text-align: right;
}

#__logon-request-password-reset {
    float: right;
    width: 190px;
    height: 33px;
    border-radius: 5px;
    background-color: #354350;
    color: #ffffff;
    border: 0;
    padding: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

    #__logon-request-password-reset:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0e0";
    }

#__logon_forgotten_password_wrapper {
    font-size: 0.7em;
    cursor: pointer;
}



#__my-user-content, #__events-content {
    /*        width: 95%;
        margin-left: auto;
        margin-right: auto;
        max-width: 800px;
        margin-top: 30px;*/
    min-height: 500px;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-bottom: 40px;
}

   

    .__site-button-center
    {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }




#__tfatext-wrapper-error {
    margin-bottom: 15px;
}





#main-content-inner {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}


    .__menuitem-text-input-hidden {
        display: none;
    }





/*.__slot-generic-editable:hover {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    background-color: #ffffff;
}*/




#__content-wrapper {
    min-height: 500px;
    width: 90vw;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}



#__firearm-content-wrapper {
    max-width: 650px;
}

#__firearms-user-override {
    border: solid 1px #354350;
    padding: 10px;
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-weight: bold;
}

#__firearms-table, #__shoots-table, #__firearms-usage-table {
    width: 500px;
    max-width: 100%;
    margin-top: 20px;
}

#__shoots-table, #__firearms-usage-table, #__FirearmsUsageWrapper {
    width: 800px;
    max-width: 100%;
}



    #__firearms-table th, #__shoots-table th, #__firearms-usage-table th {
        color: #ffffff;
        font-size: 13px;
        padding: 5px;
        text-align: left;
        position: relative;
        background-color: #354350;
    }

    #__firearms-table td, #__shoots-table td, #__firearms-usage-table td {
        font-size: 0.8em;
        padding: 5px;
        text-align: left;
        border-bottom: solid 1px #354350;
    }




        tr.__firearm-table-alt-row {
            background-color: rgba(53, 67, 80, 0.1);
        }




a.__firearm-cta-link {
    font-weight: bold;
}

a.__firearm-cta-link:hover {
    text-decoration: underline;
}

#__firearm-table-showall {
    text-align: right;
    max-width: 500px;
}

#__firearm-table-showall a {
    font-size: 0.8rem;
    font-weight: bold;

}

/*#__firearms-table td.__firearm-table-action {
    text-align: center;
}*/

.__content-page-base a {
    border-bottom:  dashed 1px #354350;
}

.__sticky-menu {
    position: fixed;
    top: 0;
    width: 100%;
}

#__site-top-menu {
    background-color: RGBA(255,255,255,0.9);
}


.__home-card {
    width: 240px;
    height: 200px;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background-size: cover;
}

.__home-card-inner {
    width: 240px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: RGBA(53,67,80,0.4);
}

.__home-card-content {
    width: 240px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 400;
}

.__home-card-content h2 {
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.__home-card-link {
    width: 190px;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    padding: 10px 20px 10px 0;
    background-color: #354350;
}

.__home-card-link a {
    color: #ffffff;
    text-decoration: none;
}

#__home-card-about-us {
    background-image: URL(../images/content/cards/card1.jpg);
}

#__home-card-venues {
    background-image: URL(../images/content/cards/card2.jpg);
}

#__home-card-membership {
    background-image: URL(../images/content/cards/card3.jpg);
}

#__home-card-shooting-calendar {
    background-image: URL(../images/content/cards/card4.jpg);
}

#__home-card-contact-us {
    background-image: URL(../images/content/cards/card5.jpg);
}

#__home-spacer {
    height: 20px;
}



@media only screen and (max-width: 550px) {
    .__home-card {
        float: unset;
        margin-right: auto;
        margin-left: auto;
    }
}



#__carousel-wrapper {
    height: 400px;
    width: 1024px;
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    /*border: solid 1px red;*/
}

.swiper-slide {
    width: 300px;
    text-align: center;
    /*border: solid 1px blue;*/
}

.swiper-slide img {
    max-width: 80%;
    height: 300px;
}

#__shooting-calendar-wrapper {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

#__shooting-calendar-table {
    width: 100%;
    margin-top: 20px;
    /*    margin-left: auto;
    margin-right: auto;*/

}

    #__shooting-calendar-table td, #__shooting-calendar-table th {
        border-bottom: solid 1px #354350;
        border-left: solid 1px #354350;
    }

    #__shooting-calendar-table td.__last, #__shooting-calendar-table th.__last {
        border-right: solid 1px #354350;
    }

    #__shooting-calendar-table th {
        background-color: #354350;
        color: #ffffff;
        padding-top: 5px;
        padding-bottom: 5px;
    }


.__shooting-calendar-cell {
    width: 14%;
    height: 100px;
    padding: 5px;
    color: #6f8ca7;
    vertical-align: top;
}


#__shooting-calendar-month, #__shooting-calendar-year {

    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    border: solid 1px #354350;
    text-align: center;
    padding: 5px;
}

#__shooting-calendar-month {
    width: 125px;
}

#__shooting-calendar-year {
    width: 75px;
}

.__shooting-calendar-cell-current-month {
    color: #354350;
}

.__shooting-calendar-cell-current-day {
    background-color: #dfeaf5;
}



.__shooting-calendar-cell-time-hidden {
    display: none;
}

.__shooting-calendar-cell-time {
    font-size: 0.7rem;
    border: solid 1px #354350;
    margin: 5px 3px 3px 3px;
    padding: 3px;
    width: 86px;
    text-align: center;
    cursor: pointer;
}

.__shooting-calendar-cell-popup-content {
    max-width: 1024px;
}
.__shooting-calendar-cell-popup-content h1 {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 1.5rem;
}

.__shooting-calendar-cell-popup-content h2 {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 1.2rem;
}

.__shooting-calendar-cell-popup-content h3 {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 1rem;
}

.__shooting-calendar-cell-popup-content p {
    font-size: 1rem;
}



#__useful-files-wrapper {
    clear: both;
}

.__useful-file {
    width: 150px;
    height: 150px;
    padding: 5px;
    border: solid 1px #354350;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.__useful-file-icon {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

#__firearmusage-export {
    float: right;
    font-size: 2rem;
}

#__FirearmsUsageWrapper{
    margin-bottom: 60px;
}


.__shooting-calendar-modal-add-shoot {
    display: none;
}