﻿/* 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;
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: proxima_novabold,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.footer {
    flex-shrink: 0;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 20px; /* Vertically center the text there */
    background-color: #000000;
}


/***************************
		 List Mark
***************************/

/*list-style*/
.list-style-1 li i {
    padding-right: 10px;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

/* List right */
ul.list-mark li {
    list-style-type: none;
    padding-left: 25px;
    position: relative;
}

    ul.list-mark li:after {
        content: "\f00c";
        font-family: 'FontAwesome';
        position: absolute;
        left: 0;
        top: 0;
        color: #2046f2;
    }

/* List checkbox */
ul.list-style-right li {
    list-style-type: none;
    position: relative;
    font-weight: bold;
    color: #353535;
    font-size: 16px;
}

    ul.list-style-right li i {
        color: #2046f2;
        padding-right: 15px;
    }

/*list-style-icon*/
ul.list-style-icon li span {
    color: #2046f2;
    padding-right: 15px;
}

.bg-black {
    background-color: #000000 !important;
}

/*
    Wizard Styles
*/
* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}


#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

    #msform fieldset .form-card {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        padding: 20px 40px 30px 40px;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3% 20px 3%;
        position: relative
    }
    /**/
    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

        #msform fieldset:not(:first-of-type) {
            display: none
        }

        #msform fieldset .form-card {
            text-align: left;
            color: #9E9E9E
        }

    /*#msform input,
    #msform textarea {
        padding: 0px 8px 4px 8px;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        margin-bottom: 2px;
        margin-top: 2px;
        width: 100%;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        font-size: 16px;
        letter-spacing: 1px
    }

        #msform input[type="radio"] {
            width: 2vw;
        }

        #msform input:focus,
        #msform textarea:focus {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: none;
            font-weight: bold;
            border-bottom: 2px solid skyblue;
            outline-width: 0
        }*/

    #msform .action-button {
        width: 100px;
        background: #00667D;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px
    }

        #msform .action-button:hover,
        #msform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
        }

    #msform .action-button-previous {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px
    }

        #msform .action-button-previous:hover,
        #msform .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
        }

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

    select.list-dt:focus {
        border-bottom: 2px solid skyblue
    }

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

    #progressbar .active {
        color: #000000
    }

    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 25%;
        float: left;
        position: relative
    }

    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f023"
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f007"
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f09d"
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c"
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 18px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: skyblue
    }

.fit-image {
    width: 100%;
    object-fit: cover
}

label.error {
    float: right;
    padding-left: 10px;
    color: red;
}

/*Radio Buttons*/
/* parent container <fieldset> */
.r-pill {
    border: 0;
    padding: 0;
    margin: 0;
}

    /* radio groups need a legend */
    .r-pill legend {
        display: block;
        font-size: inherit;
        font-weight: bold;
        margin-bottom: .5em;
        padding: 0;
        width: 100%;
    }

/*
	Optional inner wrapper (<div>) to provide additional styling.
*/
.r-pill__group {
    background: #fafafa;
    border: 1px solid #083851;
    border-radius: 2em;
    display: inline-block;
    padding: .25em;
}

.r-pill__item {
    display: inline-block;
    position: relative;
}

.r-pill input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 2px solid;
    height: 100%;
    left: 0;
    opacity: .00001;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.r-pill__item label {
    border-radius: 2em;
    border: 2px solid transparent;
    color: #083851;
    display: block;
    padding: .25em .75em;
    margin-bottom: 0;
}

    .r-pill__item input:hover ~ label,
    .r-pill__item label:hover {
        background: #E2F1FD;
        border-color: #00667D;
    }

.r-pill[disabled] .r-pill__item input:checked + label:hover,
.r-pill__item input:checked + label {
    background: #00667D;
    color: #fff;
}


.r-pill__item input:focus ~ label:after {
    border-color: #00667D;
    bottom: -.25em;
    left: -.25em;
    right: -.25em;
    top: -.25em;
}


/**
 * Disabled
 */
.r-pill[disabled],
.r-pill__item input[disabled] + label {
    opacity: .5;
}

    .r-pill__item input[disabled] ~ label,
    .r-pill__item input[disabled] ~ label:hover,
    .r-pill[disabled] label:hover {
        background: transparent;
        border-color: transparent;
        cursor: not-allowed;
    }


/**
 * Undo styling that makes these pills appear as
 * if they are all checked in high contrast mode.
 */
@media screen and (-ms-high-contrast: active) {
    .r-pill__item label {
        border: 0;
        margin: 2px;
    }

    .r-pill__item input:checked + label {
        border: 2px solid;
        margin: 0;
    }

    .r-pill__item input:hover ~ label,
    .r-pill__item label:hover {
        text-decoration: underline;
    }

    .r-pill[disabled] .r-pill__item label:hover,
    .r-pill[disabled] .r-pill__item input:hover ~ label {
        text-decoration: none
    }
}

.progress {
    padding: 0;
}


.imageDiv {
    position: relative;
}

    .imageDiv .img {
        display: block;
    }

    .imageDiv .priority {
        position: absolute;
        bottom: 5px;
        left: 5px;
    }

    .imageDiv .percentage {
        position: absolute;
        top: 5px;
        right: 5px;
        border-radius: 50%;
    }

.progress-bar {
    background-color: #00667D !important;
}

.toast {
    background-color: rgba(255,255,255,1) !important;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle.btn-lg {
    width: 40px;
    height: 40px;
    padding: 8px 0px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1.4;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
