/*---------------------------------------------*\
    variables
\*---------------------------------------------*/
/*---------------------------------------------*\
    styles
\*---------------------------------------------*/
*,
*:before,
*:after {
    box-sizing: inherit;
}

html,
body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
}

html {
    font-size: 16px;
    box-sizing: border-box;
}

body {
    font-size: 1rem;
    line-height: 1.4;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #002c3c;
//background-color: #35dc9b;
}

small {
    font-size: .8rem;
}

h1 {
    display: inline-block;
    font-family: "Francois One", sans-serif;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 .8rem 0;
    border-bottom: 4px solid #31d47d;
}

p {
    margin: 0 0 2rem 0;
}

a {
    color: #31d47d;
    text-decoration: none;
}
a:focus, a:hover {
    color: #24ae64;
}

.text-muted, footer {
    color: #a9bec6;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: left;
}

.section-form {
    padding: 0 20px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #eee;
}

.form {
    display: block;
    max-width: 400px;
}

.form-group {
    margin-bottom: 20px;
    width: 300px;
}

.form-label,
.form-input {
    display: block;
    width: 100%;
}

.form-label {
    cursor: pointer;
    margin-bottom: 5px;
}

.form-label--required {
    position: relative;
}
.form-label--required:before {
    content: "*";
    position: absolute;
    left: -10px;
    color: #f42866;
}

.form-input {
    padding: 10px 0;
    background-color: transparent;
    border: 0;
}
.form-input:focus {
    outline: none;
    background-color: #fff;
}

.form-footer {
    text-align: center;
}

.form-error {
    color: #f42866;
    margin-top: 5px;
}

.button {
    color: white;
    white-space: nowrap;
    background-color: #31d47d;
    padding: 20px 60px;
    border: 0;
    border-radius: 2px;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}
.button:focus, .button:hover {
    background-color: #219d5b;
}

.form-addon {
    position: relative;
    display: table;
    width: 290px;
    border: 1px solid #bcdae5;
    background-color: #fff;
    border-radius: 2px;
    margin: 0 auto;
}
.form-addon .form-input,
.form-addon .form-addon__addon {
    display: table-cell;

}
.form-addon .form-input {
    width: 100%;
}
.form-addon .form-addon__addon {
    position: relative;
    width: 200px;
    text-align: center;
    vertical-align: middle;
}
.form-addon .form-addon__addon:before {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    height: calc(100% - 8px);
    border-right: 1px solid #bcdae5;
}

.form-addon__icon {
    position: absolute;
    color: #31d47d;
    font-size: .8rem;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.toaster {
    position: fixed;
    z-index: 1;
    top: 10px;
    right: 10px;
}

.toast {
    color: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transform: translateY(-10px) rotateY(40deg);
    transform: translateY(-10px) rotateY(40deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.toast.toast--show {
    -webkit-transform: translateY(0) rotateY(0);
    transform: translateY(0) rotateY(0);
    opacity: 1;
}

.toast--success {
    background-color: #31d47d;
}

.toast--error {
    background-color: #f42866;
}

footer {
    margin-top: 10px;
}

/*---------------------------------------------*\
    GentleForm related styles
\*---------------------------------------------*/
.form-addon .form-addon__icon {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    -webkit-transition: opacity 150ms ease, -webkit-transform 150ms ease;
    transition: opacity 150ms ease, -webkit-transform 150ms ease;
    transition: transform 150ms ease, opacity 150ms ease;
    transition: transform 150ms ease, opacity 150ms ease, -webkit-transform 150ms ease;
}
.form-addon.is-valid [class*="icon-valid"], .form-addon.is-invalid [class*="icon-invalid"] {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}
.form-addon.is-invalid {
    background-color: #fef4f7;
    border-color: #f989ab;
}
.form-addon.is-invalid .form-addon__icon {
    color: #f42866;
}
.form-addon.is-invalid .form-addon__addon:before {
    border-color: #f989ab;
}


#mm_H3_1 {
    color: rgb(0, 148, 218);
    text-align: center;
    text-decoration: none solid rgb(0, 148, 218);
    font: normal normal bold normal 23px / 32.2px "Titillium Web", sans-serif;
}/*#mm_H3_1*/

/* Dropdown */

.wrapper-dropdown-3 {
    /* Size and position */
    position: relative;
    width: 270px;
    margin: 0 auto;
    padding: 5px;

    /* Styles */
    background: #fff;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;

    /* Font settings */
    font-weight: bold;
    color: #8AA8BD;
}

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #8aa8bd transparent;
}

.wrapper-dropdown-3 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding:0;

    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    /*-webkit-transition: all 0.5s ease-in;*/
    /*-moz-transition: all 0.5s ease-in;*/
    /*-ms-transition: all 0.5s ease-in;*/
    /*-o-transition: all 0.5s ease-in;*/
    /*transition: all 0.5s ease-in;*/
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #8aa8bd;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #f3f8f8;
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}

.valuePadding {
    border: 0px inset #ccc;
    font-size: 12px;
}
.valuePadding input {
    border: none;
    outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

#Footer {
    color: white;
    background-color: #09254F;
    margin: 10px -20px 0 -20px;
    padding: 15px 0;
    border-radius: 0 0 10px 10px;
    border: 1px solid #000;
}
