* {
    font-size: 14px;
    line-height: 1.3;
}

#container {
    width: 900px;
    margin: auto;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    color: #333 !important;
}

.table>thead>tr>th {
    text-align: center;
}

.wrapper {
    position: relative;
    width: 400px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 200px;
    background-color: white;
}

.m-signature-pad {
    font-size: 10px;
    width: 400px;
    height: 150px;
    border: 1px solid #e8e8e8;
    /*  /background-color: #fff;*/
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
}

.m-signature-pad--body canvas {
    width: 400px;
    height: 150px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.bg-dark {
    background-color: #1A237E !important;
}

.btn {
    white-space: normal;
}

.list-benefits ol li {
    line-height: 1.5;
}


.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    min-width: 80px;
}

.row-section {
    background-color: #e8e8e8;
}

.txtReplacement {
    color: red;
    font-style: italic;
}

input:invalid {
    outline: 2px solid red;
}

input:focus:invalid {
    color: red;
}

input:not(:focus):invalid {
    outline: 2px solid red;
}

input:focus:invalid {
    outline: 2px solid blue;
}

input[type="date"] {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 2.5em !important;
}

#btnBottom {
    /* cursor: pointer; */
    position: fixed;
    background-color: lightgray;
    /* padding: 5px 15px; */
    /* color: rgb(255, 255, 255); */
    display: flex;
    /* align-items: center; */
    /* max-height: 30px; */
    z-index: 200;
    bottom: 0px;
    left: 0px;
    /* border-top-left-radius: 3px;
    border-top-right-radius: 3px; */
}

@media screen and (max-width: 767px) {

    input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="password"] {
        font-size: 16px;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.big-checkbox {width: 30px; height: 30px;}
