﻿* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

#msform, strong {
    font-family: 'Roboto';
    color: white;
    margin-bottom: 10px;
}


/*#grad1::after {
    content: '';
    z-index: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
}*/

#grad1 {
    background-image: url("../img/cotize-bg.jpg");
    width: 100%;
    /*height: 120vh;*/
    background-attachment: scroll;
    background-size: auto;
    background-size: cover;
    position: relative;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

    #msform fieldset .form-card {
        /*background: white;*/
        /*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, textarea, select,
    #msform textarea {
        box-shadow: none;
        font-family: 'Roboto';
        font-size: 14px;
    }

    #msform .action-button {
        /*width: 300px;*/
        width: 50%;
        background: #00b2e2;
        font-family: 'Roboto';
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 5px !important;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px
    }

    #msform .send-button {
        /*width: 300px;*/
        width: 50%;
        background: #00b2e2;
        font-family: 'Roboto';
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 5px;
        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 #00b2e2;
    }

    #msform .send-button:hover,
    #msform .send-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #00b2e2;
    }

    #msform .action-button-previous {
        /*width: 300px;*/
        width: 50%;
        background: #616161;
        font-family: 'Roboto';
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 5px !important;
        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 #00b2e2;
    }

.card {
    border: none;
    border-radius: 0.5rem;
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.65);
}

    .card .card-header {
        margin: 0 3% 0px 3% !important;
    }

        .card .card-header h2 {
            color: white !important;
            font-weight: bold;
        }

        .card .card-header strong {
            color: #00b2e2 !important;
            font-weight: 100;
        }

.fs-title {
    font-family: 'Roboto';
    font-size: 25px;
    color: white;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

    #progressbar .active {
        color: #00b2e2
    }

    #progressbar li {
        list-style-type: none;
        font-family: 'Roboto';
        font-size: 12px;
        width: 33.3%;
        float: left;
        position: relative
    }

    #progressbar #car:before {
        font-family: FontAwesome;
        content: "\f1b9"
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f007"
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c"
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-family: 'Roboto';
        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: #00b2e2;
    }

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

    .radio:hover {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
    }

    .radio.selected {
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
    }

.fit-image {
    width: 100%;
    object-fit: cover
}
