﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

/* Header */

.picContainer {
    position: relative;
}

.pic2 {
    position: absolute;
    top: 0px;
    left: 0px;
    /*right: 0px;*/
}

@media screen and (max-width: 991px) {
    /* start of large tablet styles */
    .img-responsive {
        min-width: 30%;   
        /*height: 50%;*/
    }

    .img-percent {
        max-width: 50%;
    }
}

@media screen and (max-width: 768px) {
    /* start of medium tablet styles */
    /* Adding a fixed/percentage min-width could ensure that the image doesn't get too small */
    .img-responsive {
        min-width: 30%;
    }

    .img-percent {
        max-width: 60%;
    }
}

@media screen and (max-width: 479px) {
     /*start of phone styles 
     It's possible to hide the image if the screen becomes too small */
    .img-responsive {
        max-width: 80%;
        /*max-height: 50%;*/
    }

    .img-percent {
        max-width: 27%;
    }

    .img-percent-unl {
        max-width: 31.25%;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
    /* start of phone styles */
    /* It's possible to hide the image if the screen becomes too small */
    .img-responsive {
        max-width: 80%;
    /*max-height: 50%;*/
    }

    .img-percent {
        max-width: 27%;
    }

    .img-percent-unl {
        max-width: 31.25%;
    }
}

@media only screen and (min-device-width : 280px) and (max-device-width : 480px) {
    /* start of phone styles */
    /* It's possible to hide the image if the screen becomes too small */
    .img-responsive {
        max-width: 79%;
        /*max-height: 50%;*/
    }

    .img-percent {
        max-width: 27%;
    }

    .img-percent-unl {
        max-width: 31.25%;
    }
}

@media only screen and (min-device-width : 800px) and (max-device-width : 1200px) {
    /* start of phone styles */
    /* It's possible to hide the image if the screen becomes too small */

    .small-font {
        font-size: small;
    }
}

/* Body */
.verbs {
    font-size: x-large;
    width: 80%;
    white-space: pre-wrap;
}

    .img-choice {
        position: relative;
        top: -35px;
    }

    .img-choice-b {
        position: relative;
        top: -39px;
    }

    .btn-primary-cust {
        color: #000000;
        background-color: #ffffff; /*#1b6ec2;*/
        border: 1px solid #ced4da;
        /*border-color: #1861ac;*/
    }

        .btn-primary-cust:not(:disabled):not(.disabled):active, .btn-primary-cust:not(:disabled):not(.disabled).active,
        .show > .btn-primary-cust.dropdown-toggle {
            color: #fff;
            background-color: #0062cc;
            border-color: #005cbf;
        }

    .btn-toggle-cust {
        color: #000000;
        background-color: #ffffff; /*#1b6ec2;*/
        border: 1px solid #ced4da;
        /*border-color: #1861ac;*/
    }

        .btn-toggle-cust:hover {
            /*background: none;*/
            color: #1a1a1a;
            font-weight: 700 !important;
        }

        .btn-toggle-cust:not(:disabled):not(.disabled):active, .btn-toggle-cust:not(:disabled):not(.disabled).active,
        .show > .btn-toggle-cust.dropdown-toggle {
            color: #fff;
            background-color: #0f1f54;
            border-color: #005cbf;
        }

.btn-toggle-cust-pc {
    color: #000000;
    background-color: #ffffff; /*#1b6ec2;*/
    border: 1px solid #bf5900; /*#ced4da;*/
    /*border-color: #1861ac;*/
}
.btn-toggle-cust-pc:hover {
    /*background: none;*/
    color: #1a1a1a;
    font-weight: 700 !important;
}
    .btn-toggle-cust-pc:not(:disabled):not(.disabled):active, .btn-toggle-cust-pc:not(:disabled):not(.disabled).active,
    .show > .btn-toggle-cust-pc.dropdown-toggle {
        color: #fff;
        background-color: #f08989;
        border-color: #bf5900;
        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
    }



.btn-change-cust {
    background-color: white;
    color: #3061ff;
    border-color: blue;
    width: 234px !important;
}
.btn-continue-cust {
    width: 234px !important;
}

    .circle {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background-color: #2f61ff;
        border: 4px transparent;
        box-shadow: inset 0 0 0 5px white;
        top: -35px;
        position: absolute;
        left: 40%;
        display: flex; /* or inline-flex */
        align-items: center;
        justify-content: center;
    }

    .circle-unl {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background-color: #01ae99;
        border: 4px transparent;
        box-shadow: inset 0 0 0 5px white;
        top: -35px;
        position: absolute;
        left: 45%;
        display: flex; /* or inline-flex */
        align-items: center;
        justify-content: center;
    }

    .rider {
        font-size: xx-large;
        font: 700;
        font-weight: bold;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

    .custom-toggle-width {
        width: 210px !important;
        font-size: x-large !important;
    }

    .text-responsive {
        font-size: calc(100% + 1vw + 1vh);
    }

#main {
    position: absolute;
    width: 100%;
    height: 500px;
    border: 1px solid black;
    padding: 10px;
}

    #main > div {
        float: left;
        margin: 10px;
    }

    /* 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;
    }

    /* Sticky footer styles
-------------------------------------------------- */
    html {
        position: relative;
        min-height: 100%;
        /*font-size: 2vw;*/
    }

    .display-5 {
        font-size: 3.0rem;
        font-weight: 600;
        line-height: 1.2;
    }

    body {
        /* Margin bottom by footer height */
        margin-bottom: 60px;
    }

    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 60px; /* Vertically center the text there */
    }

    hr {
        background-color: white;
        height: 1px;
        border: 0;
    }

        hr.style1 {
            border-top: 2px solid #8c8b8b;
        }


    /*#region Layout*/

    * {
        box-sizing: border-box;
        font-family: 'Lato','Arial Unicode MS', 'Arial';
        padding: 0;
        margin: 0;
    }

    .row {
        background: #edeff1;
        padding: 5px;
        justify-content: center;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }

        .row::after {
            content: "";
            clear: both;
            display: table;
        }

    /*.form-row {
    background: #edeff1;
    padding: 5px;
    justify-content: center;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

    .form-row::after {
        content: "";
        clear: both;
        display: table;
    }*/

    .form-row {
        background: #edeff1;
        padding: 5px;
        justify-content: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
    }

        .form-row > .col,
        .form-row > [class*="col-"] {
            padding-right: 5px;
            padding-left: 5px;
        }

    .row-table {
        /*padding: 2%;
    display: flex;*/
        padding: 2%;
        justify-content: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
    }

        .row-table > .col,
        .row-table > [class*="col-"] {
            padding-right: 5px;
            padding-left: 5px;
        }

        .row-table::after {
            content: "";
            clear: both;
            display: table;
        }

    .row-buttom {
        padding: 2%;
        display: table;
        width: 100%;
        height: 180px;
    }

        .row-buttom::after {
            content: "";
            clear: both;
            display: table;
        }

    .row-bottom-btn {
        display: table-row;
    }

    .div-par {
        margin-top: 0;
        margin-bottom: 0;
    }


    ::-webkit-input-placeholder {
        color: #D3D3D3 !important;
    }

    :-ms-input-placeholder {
        color: #D3D3D3;
    }

    ::-moz-placeholder {
        color: #D3D3D3;
        opacity: 1;
    }

    :-moz-placeholder {
        color: #D3D3D3;
        opacity: 1;
    }

    [class*="col-"] {
        float: left;
        padding: 0px;
    }

    .col-1 {
        width: 8.33%;
        /*margin: 0.5%;*/
    }

    .col-1-5 {
        width: 12.5%;
        /*margin: 0.5%;*/
    }

    .col-2 {
        width: 16.66%;
        /*margin: 0.5%;*/
    }

    .col-2-5 {
        width: 16.66%;
    }

    .col-2-5-5 {
        width: 19%;
    }

    .col-2-6 {
        width: 22%;
    }

    .col-3 {
        width: 25%;
        /*margin: 0.5%;*/
    }

    .col-3-5 {
        width: 29.165%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-4-5 {
        width: 37.5% !important;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-5-5 {
        width: 45.83%;
    }

    .col-6 {
        width: 50%;
        /*margin: 0.5%;*/
    }

    .col-6-5 {
        width: 54.17%;
    }

    .col-6-6 {
        width: 56.33%;
        /*margin: 0.5%;*/
    }

    .col-7 {
        width: 58.33%;
        /*margin: 0.5%;*/
    }

    .col-7-5 {
        width: 62.5%;
        /*margin: 0.5%;*/
    }

    .col-8 {
        width: 66.66%;
        /*margin: 0.5%;*/
    }

    .col-8-5 {
        width: 70.83%;
    }

    .col-9 {
        width: 75%;
    }

    .col-9-5 {
        width: 79.165%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-10-5 {
        width: 87.5%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-11-5 {
        width: 95.83%;
    }

    .col-12 {
        width: 100%;
        margin: auto;
        padding-bottom: 0.5%;
        padding-top: 0.5%;
    }

    .col-12-5 {
        width: 100%;
        /*margin: 0.5%;*/
    }

    .col-13 {
        width: 4%;
        /*margin: 0.5%;*/
    }

    .parent {
        display: flex;
        justify-content: space-between;
    }

        .parent > div {
            display: inline-block;
        }
    /*#endregion*/
    /*#region Screen Widths*/
    @media only screen and (min-width: 960px) {

        .page {
            width: 960px !important;
            margin: 0 auto !important;
            position: relative !important;
        }
    }

    @media only screen and (max-width: 768px) {
        .nav {
            width: 100%;
        }

        .HomeIconContainer > div {
            width: 48%;
        }

        .AgentTraining {
            width: 90%;
            height: 150px;
        }

        .FormDropDowns {
            clear: both;
            width: 100%;
        }

        .UpdateCartButton {
            font-size: 2.22vw;
        }

        .FormDescription {
            font-size: medium;
        }

        .div {
            font-size: 30px;
        }

        html {
            font-size: 0.8em;
        }
    }

    @media only screen and (max-width: 500px) {

        .DivTable {
            font-size: x-small;
        }

        #hamburger {
            top: 15px;
        }

        .AgentTraining img {
            width: 60%;
        }

        html {
            font-size: 0.75em;
        }
    }
    /*#endregion*/
    .btnframe {
        /*background: white;*/
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100%;
        z-index: -1;
    }

    .rbtn1 {
        border: 1px solid #1a1a1a;
        border-right: 1px solid #1a1a1a;
        display: inline-block;
        padding: 10px;
        position: relative;
        text-align: center;
        transition: background 600ms ease, color 600ms ease;
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
    }

    .rbtn2 {
        border: 1px solid #1a1a1a;
        border-left: 1px solid #1a1a1a;
        display: inline-block;
        padding: 10px;
        position: relative;
        text-align: center;
        transition: background 600ms ease, color 600ms ease;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }

    input[type="radio"].toggle {
        display: none;
    }

        input[type="radio"].toggle + label {
            cursor: pointer !important;
            min-width: 210px;
            color: grey;
        }

            input[type="radio"].toggle + label:hover {
                background: none;
                color: #1a1a1a;
                font-weight: 700 !important;
            }

    .form-group.btn-group .ui-btn-active.one {
        background-color: red !important;
        border-color: crimson !important;
        color: #fff !important;
        text-shadow: none !important;
    }


    input[type="radio"].toggle + label:after {
        background: #0f1f54;
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        transition: left 300ms;
        /*transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);*/
        width: 100%;
        z-index: -1;
    }


    input[type="radio"].toggle.toggle-left + label {
        border-right: 0;
    }

        input[type="radio"].toggle.toggle-left + label:after {
            left: 100%
        }



    input[type="radio"].toggle.toggle-right + label {
        margin-left: -3px;
    }

        input[type="radio"].toggle.toggle-right + label:after {
            left: -100%;
        }



    input[type="radio"].toggle:checked + label {
        cursor: default;
        color: #fff;
        transition: color 500ms;
    }

        input[type="radio"].toggle:checked + label:after {
            left: 0;
        }

@media only screen and (min-width : 540px) and (max-width : 767px) {
    .col-md-5 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media only screen and (min-width : 1300px) and (max-width : 2000px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

    /*@media (min-width: 768px) {*/
@media only screen and (min-width : 768px) and (max-width : 1200px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-1-5 {
        -ms-flex: 0 0 11.333333%;
        flex: 0 0 11.333333%;
        max-width: 11.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-2-5 {
        -ms-flex: 0 0 20.333333%;
        flex: 0 0 20.333333%;
        max-width: 20.333333%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-3-cust {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}