/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    color: #333;
    background: #F5F5F5;
}

a {
    color: #125FCA;
}

a:hover {
    text-decoration: none;
}

.container {
    max-width: 1260px;
}

.theme {
    color: #f36e01;
}
.text-theme {
    color: #f36e01;
}
.text-attention {
    color: #125FCA;
}

.bg-theme {
    background-color: #f36e01;
    color: #FFFFFF;
}

.btn-theme {
    color: #fff;
    background-color: #f36e01;
    border-color: #f36e01;
}

.btn-theme:hover {
    color: #fff;
    background-color: #fa770a;
    border-color: #dc6604;
}

.btn-theme:focus, .btn-theme.focus {
    color: #fff;
    background-color: #fa770a;
    border-color: #dc6604;
    box-shadow: 0 0 0 0.2rem rgba(243, 148, 105, 0.5);
}

.btn-theme.disabled, .btn-theme:disabled {
    color: #fff;
    background-color: #f36e01;
    border-color: #f36e01;
}

.btn-theme:not(:disabled):not(.disabled):active, .btn-theme:not(:disabled):not(.disabled).active,
.show > .btn-theme.dropdown-toggle {
    color: #fff;
    background-color: #fa770a;
    border-color: #dc6604;
}

.btn-theme:not(:disabled):not(.disabled):active:focus, .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .btn-theme.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(243, 148, 105, 0.5);
}

.btn-primary {
    background-color: #125fca;
    border-color: #0a58c4;
}

.swal2-actions button {
    padding-left: 3rem;
    padding-right: 3rem;
}
.swal2-styled.swal2-confirm {
    background-color: #f36e01 !important;
}

.hidden {
    display: none;
}

.border-radius-50 {
    border-radius: 50rem;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.navbar-brand {
    font-weight: bold;
    font-family: Ubuntu, Arial, sans-serif;
    max-width: 75%;
    overflow: hidden;
}


/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 420px;
    background-size: cover;
    background-position: center;
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing h2 {
    font-weight: 400;
}
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.page-section {
    padding: 6em 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 0.25rem;
}

.img-circle {
    border-radius: 50%;
}

.italic {
    font-style: italic;
}

.btn-scroll-top {
    border-color: #666;
    background-color: #666;
    color: #ffffff;
    position: fixed;
    display: none;
    right: 10px;
    bottom: 20px;
    z-index: 1601;
    line-height: 1em;
    padding: 10px;
    border-radius: 50%;
    outline: none !important;
    box-shadow: none !important;
}

.page-center {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem 0;
    border-radius: 0.3rem;
}

.page-section-4 {
    padding: 4rem 0;
}

.flex-row-space {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.attention-icon {
    padding: 2rem;
    text-align: center;
}
.attention-icon i {
    font-size: 3rem;
    background-color: #f5f5f5;
    border-radius: 50%;
    padding: 1rem;
}

.list-group .empty {
    padding-left: 1rem;
}




.field-payment-method label {
    display: block;
    margin-bottom: 1rem;
}

.checkout-view p, .pay-summary p {
    border-bottom: 1px dashed #dee2e6;
    margin-bottom: .3rem;
    padding-bottom: .3rem;
    font-style: italic;
    font-size: .9rem;
}

.checkout-view p:last-child {
    border-bottom: none;
    margin-bottom: 0.5rem;
    padding-bottom: .5rem;
}

.payment-note {
    font-size: .9rem;
}

.info-box {
    border: 1px solid #ededed;
    box-shadow: inset 0 0 0 #999;
    border-radius: .25rem;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: .5rem;
    position: relative;
    width: 100%;
}

.info-box .info-box-icon {
    border-radius: .25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 60px;
}

.info-box .info-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 120%;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
}

.info-box .info-box-text, .info-box .progress-description {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-box .info-box-number {
    display: block;
    margin-top: .25rem;
    font-weight: 700;
}

.friend-link {
    margin-bottom: 0;
}
.friend-link a {
    margin-left: 1rem;
    display: inline-block;
}

.user-pagination {
    margin: 1rem 0;
}

.text-bold {
    font-weight: bold;
}

.checkout-coupon {
    display: inline-block;
    width: 100%;
    position: relative;
}
#coupon-code {
    height: 48px;
    width: 100%;
    border: 1px solid #666;
    border-radius: 50px;
    padding-left: 30px;
    padding-right: 115px;
    font-size: 14px;
    color: #444444;
}

.coupon-apply {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 50px;
    background-color: #f36e01;
    max-width: 30%;
    width: 30%;
    min-width: 100px;
    position: absolute;
    right: 4px;
    top: 4px;
    padding: 11px 0;
    text-align: center;
    line-height: normal;
}

.opening-tab label {
    padding: 0 18px 18px 18px;
    margin:0;
}
.opening-tab span {
    padding: 0 16px 16px 16px;
}
.opening-tab span.active {
    border-bottom: 4px solid #f36805;
    border-radius: 2px;
    font-weight: bold;
}
.opening-content p {
    font-size: .95rem;
}
.opening-content p.active {
    font-weight: bold;
    color: #017a39;
}

.p120 {
    font-size: 1.2rem;
}
.p110 {
    font-size: 1.1rem;
}
.p105 {
    font-size: 1.05rem;
}
.p100 {
    font-size: 1rem;
}
.p95 {
    font-size: .9rem;
}
.p90 {
    font-size: .9rem;
}
.p875 {
    font-size: .875rem;
}
.p85 {
    font-size: .85rem;
}
.p80 {
    font-size: .8rem;
}
