﻿body {
    font-family: Arial;
}

/* Style the tab */
.tab {
    overflow: hidden;
    margin: 10px 6px 0 5px;  
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 8px 12px;
        transition: 0.3s;
        font-size: 17px;
        color: darkgreen;
        /*border-bottom: 1px solid black;*/
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #e0edf6;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            /*background-color: rgba(0, 100, 0, 0.15);*/
            /*border: 1px solid black;*/
            border-bottom: 6px solid black;
            color: blue;
            /*border-radius: 5px 5px 0 0;*/
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 1px;
    overflow: auto;
    height: 100%;
}

    .tabcontent p {
        /*text-align: left;*/
    }
    .tabcontent .tab1-buttons {
        text-align: center;
    }

    .tabcontent h3 {
        /*text-align: center;*/
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-top: 2px;
        padding: 3px;
        padding-top: 8px;
    }
.tabcontent-head {
        /*background: linear-gradient( #032e03, #b7ec01,#032e03);*/
        background-color: black;
        color: white;
        border-radius: 5px;
}
    .tabcontent-head h3 {
        font-weight: bold;
        text-shadow: 1px 1px 3px #003500;
        font-variant: small-caps;
        font-size: 30px;
    }
.tabhead {
    border-bottom: 5px double darkgreen;
    margin:0;
    background-color: white;
    padding: 5px;
}
.tabbody, .tabfoot{
    padding: 0 8px;
    background-color: white;
    margin: 0;
}
 
.tab-title {
    text-align: left;
    margin: 2px;
    font-size: 18px;
}
.tab-tagline {
    font-weight: bold;
    text-align: center;
    margin: 20px auto;
}
.tab-overview {
    min-height: 155px;
}
.tab-body {
    padding: 10px;
    border: 1px solid silver;
    border-radius: 6px;
}
.tab-body-panel{
    height: 650px;
    border: 1px solid #ccc;
    display: block;
}
#myProgress {
    width: 80%;
    background-color: #f149a0;
    position: relative;
    margin: 5px auto;
    border-radius: 5px;
    border: 1px solid lightgreen;
    box-shadow: rgba(3, 46, 3, 0.63) 1px 1px 5px;
}

.mybar {
    width: 1%;
    height: 30px;
    background-color: #c649f1;
}

.mybar-caption {
    position: absolute;
    text-align: center;
    font-weight: bold;
    color: snow;
    font-size: 15px;
    left: 147px;
    top: 5px;
}

.chart-box {
    position: relative;
    text-align: center;
}
    .chart-box h4 {
        position: absolute;
        top: 160px;
        font-size: 18px;
    }
.tab1-image {
    display: inline-block;
    width: 29%;
    vertical-align: top; 
}
.tab1-image img {
    max-width: 100%;
}
.tab1-text {
    display: inline-block;
    width: 70%;
    vertical-align: top;
}
    .tab1-text h2 {
        text-align: center;
    }
.tab1-price {
    font-family: Britannic;
    font-weight: bold;
    font-size: 50px;
    margin: 25px auto;
    margin-bottom: 20px;
    color: darkgreen;
}
#pricekush {
    font-size: 45px;
    margin: 15px auto;
}

.tab1-price-gen {
    font-family: Britannic;
    font-weight: bold;
    font-size: 49px; 
    margin: 8px auto;
    color: darkgreen;
}
.tab1-buttons { 
    text-align: center;
    padding: 10px;
    margin: 5px;
    border-bottom: 5px double darkgreen;
}
.tab-subtext {
    margin: 2px;
    margin-bottom: 5px;
}
.tab-subtitle {
    margin-bottom: 5px;
    font-weight: bold;
}
.danger{
    color: red;
    font-weight:bold;
}
.success {
    color: darkgreen;
    font-weight: bold;
}
.price-counter {
    padding-left: 2px;
    margin: 4px auto;
}

    .price-counter li {
        display: inline-block;
        text-align: center;
        padding: 2px;
        min-height: 35px;
        min-width: 35px;
        color: white;
        margin: auto 2px;
    }
        .price-counter li a {
            color: white;
            border-radius: 100%;
            background-color: deepskyblue;
            border: 4px double yellow;
        }

        .price-counter li a:link {
            color: white;
        }

        .price-counter li a:hover {
            color: white;
        }
.price-num {
}
.price-counter .price-num a {
    color: black;
    min-width: 60px;
    background-color: white;
    font-weight: bold;
    border-radius: 6px;
    border: 2px inset blue;
}
.term-options {
    margin: 3px;
    padding: 2px 4px;
    display: block;
    width: 100%;
}

.term-note {
    text-align: center;
    margin: 3px;
    color: navy;
    padding: 2px 4px;
}


@media only screen and (max-width: 1200px) {
    .price-counter li {
        border: 3px double yellow;
        padding: 0
    }

    .tabcontent {
        padding: 6px 6px;
        /*height: 400px;*/
    }

    .mybar-caption {
        left: 70px;
        top: 5px;
    }

    .tab1-price {
        font-size: 35px;
        margin: 20px auto;
    }

    .tab1-buttons {
        padding: 8px;
        margin: 4px;
    }

    .tab1-price-gen {
        font-family: Britannic;
        font-weight: bold;
        font-size: 35px;
        margin: 8px auto;
        color: darkgreen;
    }

    .tab-title {
        margin: 2px auto;
        /*font-size: 22px;*/
    }
    .tabcontent p{
        margin:0;
    }
    #pricekush {
        font-size: 40px;
        margin: 10px auto;
    }
}

@media only screen and (max-width: 980px) {
    .tabcontent {
        padding: 6px 3px;
        min-height: 300px;
        height: unset;
    }

    .mybar-caption {
        left: 70px;
        top: 5px;
    }
    .tab1-price {
        font-size: 50px;
        margin: 30px auto;
    }
    #pricekush {
        font-size: 55px;
        margin: 30px auto;
    }
    .tab1-buttons {
        padding: 15px;
        margin: 4px;
    }
    .tab-body {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .tab1-price {
        font-size: 40px;
        margin: 25px auto;
    }

}

@media only screen and (max-width: 380px) {
    .tab button {
        padding: 8px 10px;
        font-size: 17px;
    }

    .tab-body {
        padding: 2px;
    }

    .tab1-price {
        font-size: 35px;
        margin: 20px auto;
    }
    .tab1-buttons {
        padding: 10px;
        margin: 1px;
    }

    .mybar-caption {
        font-size: 15px;
        left: 35px;
        top: 5px;
    }
}
