/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

body {
    font-family: 'Quicksand', sans-serif;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

nav {
    background: #fff;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.left-button {
    background-color: #ba3333;
    color: white;
    cursor: pointer;
    transition-duration: 0.2s;
    
}

.left-button:active {
    background: #da5353;
    transition: all 0.3s;
    
  }
  

.right-button {
    background-color: #3c8846;
    color: white;
    cursor: pointer;
    transition-duration: 0.2s;
}

.right-button:active {
    background: #5ca866;
    transition: all 0.3s;
    
  }
  

.right-button span, .left-button span {
    text-align: center;
    width: 100%;
    font-size: 200px;
    font-size: 30vw;
    margin-bottom: 5vw;
    font-weight: bold;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                supported by Chrome, Opera and Firefox */
}


.full-height {
    min-height: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
}


.full-height-nav {
    min-height: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100 - 156px);
}

@media (min-width: 992px) {
    .full-height-nav-lg {
        min-height: 100%;
        min-height: 100vh;
        min-height: calc(var(--vh, 1vh) * 100 - 156px);
    }
}


.pad-nav {
    padding-top: 92px;
}

.home-text {
    font-size: 7vw;
    text-align: center;
    font-size: min(7vw, 80px);
}

.code-submit {
    width: 100%;
    text-transform: uppercase;
    border-radius: 0px;
    background-color: #00A651;
    border-color: #00A651;
}

    .code-submit:hover, .code-submit:focus, .code-submit:active {
        background-color: #038c46;
        border-color: #038c46;
    }

#code {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    border: none;
    border-bottom: 0.5vw solid #00A651;
    color: #00A651;
}


.connection-message {
    width: 100%;
    font-size: 4vw;
    text-align: center;
    background-color: #ba7733;
    color: white;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1000;
}



.navbar-brand img {
    width: 50px;
}


.sign-in-btn {
    padding: 5px;
    color: #00AEEF !important;
    border: 2px solid #00AEEF;
    font-weight: bold;
    margin: 5px 5px;
    text-align: center;
    transition: background-color 0.05s linear;
}

    .sign-in-btn:hover, .sign-in-btn:active, .sign-in-btn:focus {
        color: #fff !important;
        background-color: #00AEEF;
    }

.sign-out-btn {
    padding: 5px;
    color: #FFF !important;
    border: 2px solid #93291B;
    font-weight: bold;
    margin: 5px 5px;
    text-align: center;
    transition: background-color 0.05s linear;
    background-color: #93291B;
    width: calc(100% - 10px);
}

    .sign-out-btn:hover, .sign-out-btn:active, .sign-out-btn:focus {
        color: #93291B !important;
        background-color: #fff;
    }


.buy-btn {
    padding: 5px;
    color: #F26522 !important;
    border: 2px solid #F26522;
    font-weight: bold;
    margin: 5px 5px;
    text-align: center;
    transition: background-color 0.05s linear;
}

    .buy-btn:hover, .buy-btn:active, .buy-btn:focus {
        color: #fff !important;
        background-color: #F26522;
    }


.about-btn {
    padding: 5px;
    color: #EA895C !important;
    border: 2px solid #EA895C;
    font-weight: bold;
    margin: 5px 5px;
    text-align: center;
    transition: background-color 0.05s linear;
}

    .about-btn:hover, .about-btn:active, .about-btn:focus {
        color: #fff !important;
        background-color: #EA895C;
    }




.footer-copyright {
    height: 80px;
    color: #B1B1B1 !important;
}

    .footer-copyright a {
        color: #B1B1B1 !important;
        text-decoration:underline;
    }

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #B1B1B1 !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #B1B1B1 !important;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #B1B1B1 !important;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B1B1B1 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #B1B1B1 !important;
}

::placeholder { /* Most modern browsers support this now. */
    color: #B1B1B1 !important;
}

.form-container {
    margin-left: auto;
    margin-right: auto;
    max-width: min(70vw, 380px);
    width: 500px;
}

    .form-container .form-control {
        margin-left: auto;
        margin-right: auto;
        border-radius: 0;
        border: none;
        border-bottom: min(0.25vw, 2px) solid #F26522;
        color: #F26522;
        text-align: center;
        font-size: min(3.5vw, 22px);
        margin-top: 2.7vw;
        padding: 1.5vw;
        margin-bottom: min(8vw, 25px);
    }

        .form-container .form-control.first {
            margin-top: 0;
        }

    .form-container .form-group {
        margin-bottom: 0;
    }

    .form-container button {
        margin-top: min(8vw, 25px);
        text-transform: uppercase;
        background-color: #F26522;
        border: none;
        border-radius: 0;
        font-size: min(3.5vw, 30px);
        width: 80%;
        margin-bottom: 16px;
    }

        .form-container button:hover, .form-container button:active, .form-container button:focus {
            color: #fff !important;
            background-color: #F26522;
        }

    .form-container.blue .form-control {
        border-bottom: min(0.25vw, 2px) solid #00ADEF;
        color: #00ADEF;
    }

    /*.form-container.blue{
        margin-bottom:125px;
    }*/

    .form-container.blue button {
        background-color: #00ADEF;
    }

        .form-container.blue button:hover, .form-container.blue button:active, .form-container.blue button:focus {
            color: #fff !important;
            background-color: #00ADEF;
        }

    .form-container.blue h2 {
        color: #00ADEF;
    }


.field-validation-error {
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #B1B1B1;
}


.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    color: #F26522;
    line-height: 25px;
}

    .check-container:hover input ~ .checkmark {
        background-color: #fff;
        border: 1px solid
    }

    .check-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .check-container input:checked ~ .checkmark {
            background-color: #F26522;
        }

            .check-container input:checked ~ .checkmark:after {
                display: block;
            }

    .check-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #fff;
        border: 1px solid
    }

        .check-container .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        .check-container .checkmark:after {
            left: 9px;
            top: 5px;
            width: 5px;
            height: 13px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.validation-summary-errors ul {
    text-transform: uppercase;
    text-align: center;
    list-style: none;
    color: #93291B;
    padding-left: 0;
    font-size: min(3vw,0.9rem);
}

.buy-container {
    margin-left: auto;
    margin-right: auto;
    width: min(90vw, 500px);
}

    .buy-container .col-6 {
        padding: 0 min(2vw, 10px);
    }

.buy-opt {
    border-width: min(2vw, 4px);
    border-style: solid;
    margin: 0 min(2vw, 10px);
    font-size: min(4vw, 1rem);
}

    .buy-opt h2 {
        color: white;
        font-size: min(5vw, 33px);
        padding: min(3vw, 15px);
    }

    .buy-opt.light {
        border-color: #EA895C;
        color: #EA895C;
    }

        .buy-opt.light h2 {
            background-color: #EA895C;
        }

    .buy-opt.dark {
        border-color: #F37338;
        color: #F37338;
    }

        .buy-opt.dark h2 {
            background-color: #F37338;
        }

    .buy-opt .price {
        margin-top: min(4vw, 26px);
        font-size: min(5vw, 33px);
        line-height: min(4vw, 26px);
    }


    .buy-opt a {
        padding: min(1vw, 3px);
        color: #FFF !important;
        text-align: center;
        transition: background-color 0.05s linear;
        text-decoration: none !important;
        font-size: min(5vw, 33px);
        width: min(20vw, 150px);
        display: block;
        margin: min(4vw, 26px) auto;
    }

    .buy-opt.dark a {
        border: 2px solid #F37338;
        background-color: #F37338;
    }

        .buy-opt.dark a:hover, .buy-opt.dark a:active, .buy-opt.dark a:focus {
            color: #F37338 !important;
            background-color: #FFF;
        }

    .buy-opt.light a {
        border: 2px solid #EA895C;
        background-color: #EA895C;
    }

        .buy-opt.light a:hover, .buy-opt.light a:active, .buy-opt.light a:focus {
            color: #EA895C !important;
            background-color: #FFF;
        }

.manage-container {
    margin-left: auto;
    margin-right: auto;
    width: min(90vw, 1200px);
    font-size: min(3vw,1rem);
}



    .manage-container h2 {
        font-size: min(5vw,2rem);
    }

@media (min-width: 992px) {
    .manage-container .col-lg-6 {
        min-height: min(80vw, 450px);
        padding-bottom: 130px;
    }
}

@media (max-width: 991px) {
    .manage-container .col-lg-6 {
        padding-bottom: 101px;
    }
}


.manage-container button, .manage-container .btn {
    position: absolute;
    bottom: min(10vw, 30px);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.license-list {
    color: #F36523;
}

    .license-list .btn {
        margin-top: min(8vw, 25px);
        text-transform: uppercase;
        background-color: #F26522;
        border: none;
        border-radius: 0;
        font-size: min(3vw, 24px);
        width: 80%;
        margin-bottom: 16px;
    }

        .license-list .btn:hover, .license-list .btn:active, .license-list .btn:focus {
            color: #fff !important;
            background-color: #F26522;
        }



.status-message {
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 76px;
    color: white;
    background-color: #00ADEF;
    text-align: center;
    padding: 10px;
}

#payment-form {
    margin: 0 auto;
    text-align: center;
}

#card-errors {
    text-transform: uppercase;
}


#payment-form .btn {
    padding: min(1vw, 3px);
    color: #FFF !important;
    text-align: center;
    transition: background-color 0.05s linear;
    text-decoration: none !important;
    font-size: min(4vw, 20px);
    width: min(80%, 300px);
    display: block;
    margin: min(4vw, 26px) auto;
}

#payment-form .btn {
    border: 2px solid #F37338;
    background-color: #F37338;
}

    #payment-form .btn:hover:not(:disabled), #payment-form .btn:active:not(:disabled), #payment-form .btn:focus:not(:disabled) {
        color: #F37338 !important;
        background-color: #FFF;
    }


input#Quantity {
    margin-top: 0;
}

.form-container label {
    text-transform: uppercase;
    color: #F37338;
    font-size: min(4vw, 20px);
}

.connection-code {
    color: #EA895C;
    margin-bottom: min(10vw, 70px);
    border: 2px solid;
    padding: min(3vw, 10px);
    margin-left: auto;
    margin-right: auto;
    max-width: min(90vw, 700px);
}

    .connection-code h1 {
        font-size: min(5vw,2rem);
    }

    .connection-code h2 {
        font-size: min(3vw,1.4rem);
    }

.cancel-form button {
    border: none;
    background: transparent;
    display: block;
    margin-left: auto;
    position: unset;
    color: black;
}


    .cancel-form button:hover, .cancel-form button:active, .cancel-form button:focus {
        text-decoration: underline;
    }


#client-download .btn {
    position: unset !important;
    border-radius: 0;
    background-color: #EA895C;
    border-color: #EA895C;
}

#top-level {
    margin-top: 76px;
}


#connected-num-cont {
    background-color: black;
    color: white;
    font-size: 40px;
    font-size: 6vw;
}



    #connected-num-cont #one {
        background-color: #111;
        cursor: pointer;
    }

    #connected-num-cont #two {
        background-color: #222;
        cursor: pointer;
    }

    #connected-num-cont #three {
        background-color: #333;
        cursor: pointer;
    }

    #connected-num-cont #four {
        background-color: #444;
        cursor: pointer;
    }

    #connected-num-cont #five {
        background-color: #555;
        cursor: pointer;
    }

    #connected-num-cont #six {
        background-color: #666;
        cursor: pointer;
    }

    #connected-num-cont #seven {
        background-color: #777;
        cursor: pointer;
    }

    #connected-num-cont #eight {
        background-color: #888;
        cursor: pointer;
    }

    #connected-num-cont #nine {
        background-color: #999;
        cursor: pointer;
    }
    #connected-num-cont #zero {
        background-color: #AAA;
        cursor: pointer;
    }
