﻿
.my-custom-style-2 {
    /*    -moz-box-shadow: 3px 4px 0px 0px #63ad88;
    -webkit-box-shadow: 3px 4px 0px 0px #63ad88;*/
    box-shadow: 3px 4px 0px 0px #63ad88;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63ad88), color-stop(1, #2d724f));
    background: -moz-linear-gradient(top, #63ad88 5%, #2d8be4 100%);
    background: -webkit-linear-gradient(top, #63ad88 5%, #2d8be4 100%);
    background: -o-linear-gradient(top, #63ad88 5%, #2d8be4 100%);
    background: -ms-linear-gradient(top, #63ad88 5%, #2d8be4 100%);
    background: linear-gradient(to bottom, #63ad88 5%, #2d8be4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63ad88', endColorstr='#2d724f',GradientType=0);
    background-color: #2d8be4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #63ad88;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    padding: 12px 24px;
    text-decoration: none;
    /*    text-shadow: 0px 1px 0px #2d724f;*/
}
.my-custom-style-1 {
    -moz-box-shadow: 3px 4px 0px 0px #1564ad;
    -webkit-box-shadow: 3px 4px 0px 0px #1564ad;
    box-shadow: 3px 4px 0px 0px #1564ad;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
    background: -moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background: -webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background: -o-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background: -ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
    background-color: #79bbff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #337bc4;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
}
.form-card{
}
/*#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%;*/
/*stacking fieldsets above each other*/
/*position: relative;
    }*/
/*#msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;*/
/*stacking fieldsets above each other*/
/*position: relative;
    }*/
/*Hide all except first fieldset*/
/*        #msform fieldset:not(:first-of-type) {
            display: none;
        }*/
/*        #msform fieldset .form-card {
            text-align: left;
            color: #9E9E9E;
        }



        #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 #2d724f;
            outline-width: 0;
        }*/
/*Blue Buttons*/
#msform .action-button {
    width: 100px;
    background: #2d8be4;
    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 #2d8be4;
    }

    /*Previous Buttons*/
/*    #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;
        }*/

/*Dropdown List Exp Date*/
/*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 #2d724f;
    }
*/
/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
/*.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}*/

/*progressbar*/
#progressbar {
    /*margin-bottom: 0px;*/
    overflow: hidden;
    color: lightgrey;
    text-align : center;
}

    #progressbar .active {
        color: #000000;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 25%;
        float: left;
        position: relative;
    }

    /*Icons in the ProgressBar*/
    #progressbar .formstep:before {
        font-family: FontAwesome;
        content: "\f00c";
    }

    /*ProgressBar before any progress*/
    #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 connectors*/
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1;
    }

    /*Color number of the step and the connector before it*/
    #progressbar li.active:before, #progressbar li.active:after {
        background: #2d8be4;
    }

/*Imaged Radio Buttons*/
/*.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 in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}
