/*Sidebar CSS*/
.card {
    background-color: white;
}

.card-body {
    padding: 10px;
}

.wrapper {
    display: flex;
    justify-content: space-between;
}

.main {
    width: 75%;
    /*height: 150vh;*/
}

.sidebar {
    width: 25%;
    /*height: 150vh;*/
}

/*Pricing Cards*/
section.pricing {
    /*background: #007bff;
            background: linear-gradient(to right, #0062E6, #33AEFF);*/
}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 2rem;
    margin: 0;
    padding: 10px;
}

    .pricing .card-price .period {
        font-size: 0.8rem;
    }

.pricing ul li {
    margin-bottom: 0.8rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}

.DisabledLabel {
    background-color: #e9ecef;
    opacity: 1;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

        .pricing .card:hover .btn {
            opacity: 1;
        }
}

#tab-sidebar .nav-link {
    margin: 5px;
    border: 1px solid lightgray;
    /* This is just to center text in pills */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    #tab-sidebar .nav-link.col-6 {
        /* 10px is just double the size of 5px margin set on .nav-link */
        max-width: calc(100% / 2 - 10px);
    }

    #tab-sidebar .nav-link.col-12 {
        max-width: calc(100% - 10px);
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #6c757d;
}

.sidebar {
    font-size: 14pt;
}

#dnn_ContentPane {
    background: url(https://www.libertypumps.com/Portals/0/Images/LEP/box_design.png) !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    left: 0 !important;
    right: 0 !important;
}

.addedtext {
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}

.p-2 {
    padding-right: 2px;
}

li:hover {
    cursor: pointer;
}

.btn-liberty-primary {
    border: 1px solid #b35414 !important;
    background: #b35414 !important;
    box-shadow: none;
    color: #fff !important;
    text-shadow: none;
    margin-bottom: 7px;
}

.list-group-item-liberty {
    color: #fff;
    background-color: #d2ae7e !important;
}

.Standard-Item {
    border: 2px solid #b35414 !important;
}

#contentWrapper > .container {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
}

#footer .container {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.breadcrumbContainer {
    display: none !important;
}

.breadcrumb {
    background-color: #d2ae7e !important;
}

.breadcrumb a {
    color: #fff !important;
}

input[type=text] {
    text-align: center;
}

.DisabledLabel {
    background-color: #e9ecef;
    opacity: 1;
} 