﻿body {
    font-size: 14px;
    position: relative;
}
    body.home {
        background-color: #f9f9f9;
    }
h1, h2, h4 {
    color: #cc9900;
}
 h1 a:hover, h2 a:hover, h3 a:hover, h4 a :hover {
        color: #68210d !important;
    }
/*h1 a, h3 a, h4 a {
    color: #cc9900;
}*/
h2 a {
    color: #68210d;
}
.proAdContent ul {
    padding-left: 1rem;
}

.text-uppercase {
    word-wrap: break-word;
}
h3 {
    color: #68210d;
    text-transform: uppercase;
    font-size: 1.5em;
}

ul.planid {
    list-style: none;
}

ul.planid li {
    padding-bottom: 10px;
}

    .qm_activebutton:hover {
    background-color: #cc9900;
}

.qm_inactivebutton {
    background-color: #68210d;
}

.qm_activebutton {
    background-color: #cc9900;
}
#sec-menu a {
    text-decoration:underline;
}
.list-dashed {
    list-style: none;
    padding: 0;
    margin: 0;
}
    .list-dashed li:before {
        content: "-";
        padding-right: 5px;
    }
.underline a {
    text-decoration: underline;
}
.bullet-gold {
    list-style: none;
}
    .bullet-gold li::before {
        content: "\2022";
        color: #CC9900;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }
    .footer a {
        color: #fff !important;
    }

.mainForm a {
    text-decoration: underline;
}

.mainForm a.btn, .mainForm a.nav-link {
    text-decoration: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #68210d;
    border-color: #68210d;
}

.card-img.w-auto {
    width: auto !important;
}

.qmmt_main {
    width: 100%;
}

#scalingWatchListTable {
    font-size: 14px;
    margin-top: 20px;
}


.red {
    color: #cc0000;
}
.gold,.text-gold {
    color: #CC9900;
}

.bg-darker {
    background-color: rgba(0,0,0,0.3);
}

.navbar-light .navbar-toggler {
    border: none;
}

.bottomborder li {
    border-bottom-color: #CC9900;
}

ul.bottomborder li:last-child {
    border-bottom: none;
}

.card, .form-control, .form-control-sm {
    border-color: #CC9900;
}
.height-100{
    height:100%;
}
.input-group-append .btn {
    line-height: 1.2;
}
/*replace this with border border-gold*/
/*.border {
    border-color: #CC9900 !important;
}*/
.border-gold {
    border-color: #CC9900 !important;
}
.border-brown {
    border: 1px solid #68210d;
}

.border-bottom-3 {
    border-bottom: 3px solid;
}
.border-3{
    border:3px solid;
}

.bg-gold {
    background-color: #CC9900;
}
.bg-info {
    background-color: rgb(255, 251, 204) !important;
}
.btn-gold {
    background-color: #CC9900;
    border-color: #CC9900;
    color: #fff;
}

a.btn-gold:hover {
    color: #fff;
}

/*old name goldborder*/
.btn-outline-gold {
    color: #CC9900;
    background-color: transparent;
    background-image: none;
    border-color: #CC9900;
}

/*a {
    color: #CC9900;
}*/

a:hover {
    color: #68210d;
}

a.btn:hover {
    color: #CC9900;
}

.card-footer {
    background-color: unset;
    border-top: unset;
}

.btn,.cursor {
    cursor: pointer;
}

.bg-gray {
    background-color: #f5f5f5;
}
.bg-yellow {
    background-color: rgb(255, 255, 204);
}
.hilightedtext {
    background-color: rgb(255, 255, 204);
    border: 1px solid #CC9900;
    border-radius: 0.25rem !important;
    padding: 0.3rem !important;
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}
    .hilightedtext a {
        text-decoration: underline;
    }
    .bg-brown, .hover-brown:hover, .btn-gold:hover {
        background-color: #68210d;
        color: #fff !important;
    }
.bg-brown-outline {
    background-color: #fff;
    color: #68210d !important;
    border: 3px solid #68210d;
}
.bg-beige {
    background-color: #e7e7b4;
}

.table th, .table td, #scalingWatchListTable td, #scalingWatchListTable th {
    padding: 0.75rem 0.73rem;
    vertical-align: top;
    border-top: 1px solid #CC9900;
}

.table thead th, #scalingWatchListTable thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #CC9900;
}

hr {
    border-top-color: #CC9900 !important;
    border-top: 2px solid rgba(0, 0, 0, 0);
}
.text-brown {
    color: #68210d;
}
.top-2{
    top: 37px;
}
.top-50{
    top:50%;
}
.top-40 {
    top: 40%;
}
.index-2{
    z-index: 2;
}
.index-1 {
    z-index: 1;
}
.text-light-gold {
    color: #ffc90e;
    text-decoration-line: underline;
}

.bg-gray h6{
    color: #000000;
}

.bg-yellow,.table-striped tbody tr:nth-of-type(odd).bg-yellow {
    background-color: rgb(255, 255, 204);
}

table.table tbody tr:hover {
    background-color: lightyellow;
}
#pro_trades li {
    margin-left:-1rem;
}
h6 {
    color: #68210d;
    font-family: Oswald;
}

h6 a {
    color: inherit;
    text-decoration: none;
}

h6.bg-gray {
    text-transform: uppercase;
}
.btn-facebook {
    background-color: #4169e1;
    border-color: #2a4cb1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 26px;
}
    .footer .btn-facebook {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
    .footer .btn-facebook:hover {
        background-color: #4169e1;
        border-color: #2a4cb1;
    }
.btn-twitter {
    background-color: #00bfff;
    border-color: #00a0d6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 26px;
}
.footer .btn-twitter {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
    .footer .btn-twitter:hover {
        background-color: #00bfff;
        border-color: #00a0d6;
    }
    .footer .btn-twitter > span, .footer .btn-facebook > span, .btn-facebook > span, .btn-twitter > span {
        line-height: 26px;
    }
.footer .facebook span, .footer .twitter span {
    min-width: 14px;
}

.card-img-top {
    width: auto;
    height: 110px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}.img-top {
    width: auto;
    height: 220px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}





.nav-bar-secondary {
    font-size: 14px;
    background-color:#ffffff;
}

.shadow-hover:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.navbar {
    padding: 0;
}

.featureImage {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.nav-bar {
    background-color: #68210d;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:active {
    color: #fff;
}

#topMenu .nav-item {
    border-top: 2px solid #68210d;
    border-bottom: 2px solid #68210d;
}

#topMenu .nav-item:hover {
    border-top-color: #CC9900;
    border-bottom-color: #CC9900;
}

.oswald {
    font-family: Oswald;
}

#navbarNavAltMarkup a.nav-link:hover {
    color: #CC9900 !important;
}

.nav-link {
    color: #fff;
    font-family: 'Oswald';
    font-size: 14px;
}

.nav-pills .nav-link.active {
    background-color: #CC9900;
}

.fixed-top .nav-link {
    font-size: 12px;
}

.form-control:focus {
    border-color: #CC9900;
    box-shadow: 0px 0px 0px 0.2rem rgba(204,153,0,0.25);
}

.dotted-border {
    border-bottom: 2px dotted #c7c7c7;
}

h3.dotted-border {
    padding-bottom: 5px;
    font-family: Oswald;
}


.fixed-top #menuLogo {
    display: inline-block;
}
.right .sponsored {
    right:10px;
}
.left .sponsored {
    left: 10px;
}
@media (min-width: 351px) {
    .form-inline .form-control {
        width: 80%;
    }
}
@media (max-width: 991px) {
    .fixed-top #menuLogo {
        display: inline-block;
    }    
}
@media (max-width: 480px) {
    .shadow-right,.shadow-left{
        overflow-y:hidden;
        position:relative;
        transition:all 0.4s ease-in-out;
    }
        .shadow-right .card, .shadow-left .card {
            margin-bottom: 0;
        }
        .shadow-right:before{
            content: "";
            -moz-box-shadow: inset -15px 0px 15px -15px rgba(0,0,0,0.8);
            -webkit-box-shadow: inset -15px 0px 15px -15px rgba(0,0,0,0.8);
            box-shadow: inset -15px 0px 15px -15px rgba(0,0,0,0.8);
            width: 15px;
            position: absolute;
            z-index: 1;
            right: 0;
            height: 100%;
        }
        .shadow-left:after {
            content: "";
            -moz-box-shadow: 2px -3px 15px 0px rgba(0,0,0,0.6);
            -webkit-box-shadow: 2px -3px 15px 0px rgba(0,0,0,0.6);
            box-shadow: 2px -3px 15px 0px rgba(0,0,0,0.6);
            width: 15px;
            position: absolute;
            z-index: 1;
            left: -15px;
            height: 100%;
            top: 0;
        }
}
    /* Medium devices (desktops, 992px and up) */
    @media (min-width: 992px) {
        #topMenu .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 0.4rem;
            padding-left: 0.4rem;
        }

        .sideFeatureImage {
            width: calc(50% - 10px);
            margin-left: 10px;
            margin-bottom: 10px;
        }

        .border-md-right {
            border-right: 1px solid;
        }

        .border-md-left {
            border-left: 1px solid;
        }

        .form-inline .form-control {
            display: inline-block;
            width: auto;
            vertical-align: middle;
        }

        ul.pipeline-md {
            padding: 0;
            margin: 0;
        }

            ul.pipeline-md > li {
                padding: 0;
                margin: 0;
                display: inline-block;
                margin-right: 10px;
            }

                ul.pipeline-md > li:after {
                    content: '|';
                    opacity: 0.5;
                    margin: 0 10px;
                }

                ul.pipeline-md > li:last-child:after {
                    content: none;
                    margin-right: 0px;
                }
    }




    .slidedown .opener {
        margin-bottom: 5px;
        margin-top: 10px;
        cursor: pointer;
    }

    .slidedown .slidertext {
        display: none;
    }

    .hide {
        display: none;
    }

    .border-orange {
        border: 1px solid #CC9900;
    }

    .orange, .text-orange {
        color: #cc9900;
    }



    .darkorange {
        color: #da7800;
    }

    .yellow {
        color: #CC9900;
    }

    .btn-primary {
        background-color: #68210d;
        border-color: #68210d;
        color: #fff !important;
    }

    .yellowtitles {
        font-size: 14px;
        color: #CC9900;
        font-weight: bold;
        font-family: Verdana;
    }

    .label {
        font-size: medium;
    }

    /*.qmmt_main th, .qmmt_main td {
    padding: 5px;
}

.qmmt_main th, .qmmt_main td {
    padding: 5px;
}*/

    #maintablecontainer td {
        vertical-align: top;
    }

    #middlecolumn {
        padding: 20px;
    }

    /*.qm_sortHeader {
    background-color: #68210d;
    color: #fff;
}*/

    /*.qmmt_main th, .qmmt_main td {
    padding: 5px;
   
}*/


    /*tr.qmmt_main {
    background-color: whitesmoke;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}*/

    #allpennyprolink {
        background-color: #905108;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: none;
    }

        .navbar-light .navbar-toggler-icon:before {
            content: "\f0c9";
            color: #cd9934;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            margin-top: 5px;
        }


    td.header {
        font-weight: bold;
    }

    table.nonmember .AccuracyColumn {
        background-color: rgb(255, 255, 204);
    }

    .bg-green {
        background-color: #549f3f;
    }

    .btn-outline-secondary:hover, .btn-outline-gold:hover {
        color: #fff !important;
        background-color: #cc9900;
        border-color: #68210d;
    }

    a.btn-outline-gold {
        color: #cc9900;
    }

        a.btn-outline-gold:hover {
            color: #fff;
        }

    .widget ul li a {
        color: white;
    }

    .customized-tabs .nav-link {
        border-bottom: 1px solid #CC9900;
        color: #000;
    }

        .customized-tabs .nav-link.active {
            background-color: inherit;
            color: #CC9900;
        }

        .customized-tabs .nav-link i, .accordion .card-header i {
            border: 1px solid #000;
            margin-right: 10px;
            padding: 2px 5px 2px 5px;
            border-radius: 3px;
        }

        .customized-tabs .nav-link.active i {
            border: 1px solid #CC9900;
            margin-right: 10px;
            padding: 2px 5px 2px 5px;
            border-radius: 3px;
        }

            .customized-tabs .nav-link.active i:before, .accordion button.active i:before {
                content: "\f068";
            }

    .accordion {
        width: 100%;
    }

        .accordion a {
            display: inline;
            float: right;
        }

        .accordion button {
            color: #000 !important;
            text-decoration: none;
        }

        .accordion .card-header {
            padding-left: 2px;
            border-bottom: 2px solid #CC9900;
            color: #000 !important;
        }

    .text-red {
        color: red !important;
    }

    .blue-facebook {
        color: #fff;
        background-color: #4169e1;
        border-color: #2a4cb1;
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }

        .blue-facebook > span {
            line-height: 26px;
        }

    .blue-twitter {
        color: #fff;
        background-color: #00bfff;
        border-color: #00a0d6;
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }

        .blue-twitter > span {
            line-height: 26px;
        }

    .fixed-height {
        height: 170px;
        overflow: hidden;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #68210d;
        border-color: #68210d;
    }

        .btn-primary:focus, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(104, 33, 13, 0.66);
        }

   
        .modal .nav-link:focus, .modal .nav-link {
            background-color: #68210d;
            border-bottom: 2px none;
        }

        div.scrollmenu {
            overflow: auto;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
        }

            div.scrollmenu a {
                display: inline-block;
                font-size: 16px;
            }

        .scrollmenu .nav-link:focus, .scrollmenu .nav-link {
            color: #cd9934;
            border-bottom: 2px none;
        }

        .scrolling-wrapper {
            overflow-x: scroll;
            overflow-y: hidden;
            white-space: nowrap;
            display: block;
        }

            .scrolling-wrapper > div.card {
                white-space: initial;
                display: inline-block;
                max-width: 350px;
            }

    /* Extra Small devices (landscape phones, 575px and smaller) */
    @media (max-width: 575px) {
       
    }
    /* Small devices (landscape phones, 576px and up) */
    @media (min-width: 991px) {
        .w-sm-50 {
            width: 49% !important;
        }
    }

    /* Medium devices (tablets, 768px and up) */
    @media (min-width: 768px) {
        .socialicons {
            position: absolute;
            left: 0;
            top: 0;
            width: 50px;
            transform: translateX(-100%);
            line-height: 24px;
        }

            .socialicons a {
                line-height: 24px;
            }
    }

    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) {
        .chart-con{flex:none;}        
    }
    /*Extra large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {

    }

    label[for*="rememail"] {
        padding-left: 5px;
        padding-top: 3px;
        padding-right: 4px;
    }

    label[for*="chk_remember"] {
        padding-left: 5px;
        padding-top: 3px;
        padding-right: 4px;
    }