﻿
body {
    font-family: 'Merriweather',sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather', serif;
}
label {
    font-family: 'Merriweather', serif;
}
.container-fluid, .m-content {
    padding: 0px !important;
}

.m-content {
    /*max-width:1920px;*/
    margin: auto;
}

fieldset {
    page-break-inside: avoid !important;
}

#header.m-portlet__head {
    height: 180px;
    background: #1e3c72; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #03396c, #283655); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #03396c, #283655); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding-top: 40px;
    border: none;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.form-group.has-danger .form-control:not(:focus) {
    background-color: rgba(255,0,42,0.2);
}


.application-form-header {
    text-align: left;
    width: 100%;
}

    .application-form-header > p {
        font-size: 1.2334em;
    }

.application-form-header-question {
    color: white;
    text-align: left;
}

.header-name {
    color: #ff0000;
}

.m-wizard {
    margin: auto;
    max-width: 1280px;
}

.m-wizard__form-step fieldset {
    background: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    border: none;
}

.m-portlet {
    background: #E7EFF6;
    margin-bottom: 0px !important;
}

.m-grid__item.m-grid__item--fluid.m-wrapper {
    margin: 0px !important;
}

.m-form .m-form__actions {
    padding-top: 0px;
}

.m-form__actions .btn.m-btn--custom {
    width: 100%;
    font-family: sans-serif !important;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    background: #074d90; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #03396c, #283655); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #03396c, #283655); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: none;
    color: rgb(231, 239, 246) !important;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s ease 0s;
    outline: none;
}

    .m-form__actions .btn.m-btn--custom.extra-large-btn {
        padding: 40px;
        font-size: 50px;
    }

@media screen and (max-width: 767px) {
    .m-form__actions .btn.m-btn--custom.extra-large-btn {
        font-size: 6vw;
    }
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .m-form__actions .btn.m-btn--custom.extra-large-btn {
        font-size: 3vw;
    }
}


.m-btn--icon.extra-large-btn > span {
    margin: auto;
}

    .m-btn--icon.extra-large-btn > span > i {
        font-size: 5rem !important;
        color: #FFF;
    }

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    background: #074d90; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #03396c, #283655); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #03396c, #283655); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.m-form__actions .btn.m-btn--custom:hover {
    color: rgb(231, 239, 246) !important;
    box-shadow: 0px 15px 20px rgba(7, 77, 144, 0.4) !important;
    transform: translateY(-5px);
}

.m-wizard__form-step h3 {
    color: #333;
    font-size: 18px;
    padding-top: 20px;
}

.m-wizard__form-step h5 {
    font-size: 16px;
    color: #666;
    padding-bottom: 20px;
}

.form-control::placeholder {
    border: #FFF;
    height: 40px;
    font-size: 16px !important;
    font-weight: 300;
    font-style: italic;
    font-family: sans-serif;
    transition: all 0.3s ease-in-out 0s;
}

.form-control-search::placeholder {
    border: #FFF;
    height: 40px;
    font-size: 16px !important;
    font-weight: 300;
    font-style: italic;
    font-family: sans-serif;
    transition: all 0.3s ease-in-out 0s;
}

.form-control-search[readonly], .form-control-search {
    background-color: #f1f1f1;
}

.form-control-search {
    border: #FFF;
    background-color: #f1f1f1;
    min-height: 40px;
    font-size: 16px !important;
    font-weight: 400;
    font-family: sans-serif;
    transition: all 0.3s ease-in-out 0s;
    caret-color: rgba(0,0,0,0.4);
}

    .form-control-search:focus {
        background: #2295ff;
        color: #FFF;
        box-shadow: 0px 8px 15px rgba(0,0,0,0.2);
        outline: none;
    }

        .form-control-search:focus::placeholder {
            color: rgba(255,255,255,0.3);
            font-style: italic;
        }

.form-group.has-danger .form-control-search:not(:focus) {
    background-color: rgba(255,0,42,0.2);
}

.form-control[readonly], .form-control {
    background-color: #f1f1f1;
}

.form-control {
    border: #FFF;
    background-color: #f1f1f1;
    min-height: 40px;
    font-size: 16px !important;
    font-weight: 400;
    font-family: sans-serif;
    transition: all 0.3s ease-in-out 0s;
    caret-color: rgba(0,0,0,0.4);
}

.form-control:focus {
        background: #2295ff;
        color: #FFF;
        box-shadow: 0px 8px 15px rgba(0,0,0,0.2);
    }

        .form-control:focus::placeholder {
            color: rgba(255,255,255,0.3);
            font-style: italic;
        }

select.form-control {
    padding: 2px 10px;
}

/*select.form-control > option {
        background-color: #f1f1f1;
        color: #333;
    }*/

fieldset {
    position: relative;
    padding-top: 50px;
    padding-bottom: 10px;
}

    fieldset legend {
        font-family: sans-serif;
        font-size: 18px;
        position: absolute;
        top: 12px;
        left: 0px
    }

.btn-action-custom {
    padding: 8px 20px;
    font-size: 18px;
    text-align: center;
    background: #2295ff;
    font-family: sans-serif !important;
    color: rgb(231, 239, 246) !important;
    width: 100%;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s ease 0s;
}

    .btn-action-custom:hover {
        box-shadow: 0px 12px 18px rgba(34, 149, 255, 0.4) !important;
        transform: translateY(-2px);
    }

.m-btn--icon.m-btn--icon-only {
    width: 50px;
    height: 40px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s ease 0s;
}

    .m-btn--icon.m-btn--icon-only:hover {
        box-shadow: 0px 12px 18px rgba(242, 45, 78, 0.4) !important;
        transform: translateY(-2px);
    }

.btn-action-custom i.la-plus {
    margin-top: -4px;
}



#header a {
    margin: auto;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title {
    display: block;
}

.m-portlet .m-portlet__head .m-portlet__head-caption {
    display: block;
    width: unset !important;
}

.swal2-popup .btn {
    font-family: sans-serif;
    font-size: 14px !important;
}
/* Responsiveness */
@media (max-width: 992px) {
    .m-header--fixed-mobile .m-body {
        padding-top: 0px;
    }

    .m-content {
        min-width: unset !important;
    }

    #header.m-portlet__head {
        padding-top: 2%;
    }

    .m-btn--icon.m-btn--icon-only {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    #header a {
        margin: 20px auto;
    }
}

@media (max-width:1200px) {
    .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step {
        display: table-cell;
        width: auto;
        margin-bottom: 0px;
        padding: 0px 7px;
    }
}

@media (max-width:660px) {
    .thanks-page .icon-box .info-box {
        margin: 10px 20px
    }
}

@media (max-width:481px) {
    .m-wizard__head {
        display: none !important;
    }

    .m-wizard.m-wizard--2 {
        margin-top: 0px;
    }

    .m-form__actions .btn.m-btn--custom {
        margin-bottom: 10px;
    }

    .xs-double-padding-top {
        padding-top: 80px
    }

    .xs-tripple-padding-top {
        padding-top: 100px
    }
}

.settlement-form fieldset {
    background: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    border: none;
}

.settlement-form {
    max-width: 1280px;
    margin: auto;
}


.ui-datepicker-calendar {
    display: none;
}

.padding-top-10 {
    padding-top: 10px;
}

.btn-primary {
    background-color: #015083;
    border-color: #015083;
    color: #FFF;
    font-family: 'Merriweather', serif !important;
    font-weight: 300;
    font-size: 20px;
    width: 100%;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:not(:disabled):not(.disabled):active {
        background-color: #002a46;
        border-color: #002a46;
    }

.form-control-search {
    border: #FFF;
    background-color: #f1f1f1;
    min-height: 40px;
    font-size: 16px !important;
    font-weight: 400;
    font-family: sans-serif;
    transition: all 0.3s ease-in-out 0s;
    caret-color: rgba(0,0,0,0.4);
}

.form-control-search {
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    line-height: 1.25;
    background-clip: padding-box;
    border-radius: 0.25rem;
}
 
#order-place-container .tab-content, #order-place-container {
    background: inherit !important;
}
.form-control-feedback{
    color:red;
}
.form-control-search{
    padding:13px;
}

@media only screen and (min-width : 480px) {
   
}
@media (max-width: 320px) {
    #header-color h1 {
        font-size: 1.75rem;
    }

    .file-upload-panel {
        padding: 2rem !important;
    }
}

@media (min-width: 321px ) and (max-width: 375px) {
    #header-color h1 {
        font-size: 1.75rem;
    }

    .file-upload-panel {
        padding: 2rem !important;
    }
}

@media (min-width: 376px ) and (max-width: 425px) {
    #header-color h1 {
        font-size: 1.75rem;
    }

    .file-upload-panel {
        padding: 2rem !important;
    }
}

@media (min-width: 426px ) and (max-width: 768px) {
    #header-color h1 {
        font-size: 2rem;
    }

    .file-upload-panel {
        padding: 2rem !important;
    }
}

.form-group.has-danger .form-control:not(:focus) {
    background-color: rgba(255,0,42,0.2);
}
/* wizard */
.m-wizard__step-number > span {
    transition: all 0.3s ease 0s;
}

.m-wizard.m-wizard--2.m-wizard--success .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span {
    background-color: #1694ff;
}

.m-wizard.m-wizard--2.m-wizard--success .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current a.m-wizard__step-number:hover > span {
    background-color: #1694ff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2) !important;
}

.m-wizard__step-title {
    font-family: 'Stag', serif !important;
}

.m-wizard__step--current .m-wizard__step-title {
    color: #1694ff !important;
}
/* wizard - end*/
fieldset > .row {
    margin-bottom: 10px;
}

/*.col-form-label {
    font-size: 19px !important;
}*/

.m-form .m-form__group .form-control-label, .m-form .m-form__group label {
    font-family: sans-serif;
    padding-left: 5px;
    margin-bottom: 2px;
}

    .m-form .form-control-label, .m-form .m-form__group label.form-label-question {
        font-family: sans-serif;
    }

.m-form .m-form__group {
    padding-bottom: 0px;
}

.m-radio.m-radio--solid {
    font-family: 'Merriweather', Arial, Helvetica, sans-serif !important;
    background: #f1f1f1;
    border-radius: 4px;
    padding: 6px 15px 6px 40px !important;
    font-size: 16px !important;
    font-weight: 600;
    /*text-transform: uppercase;*/
    overflow: hidden;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .m-radio.m-radio--solid > span {
        height: 35px;
        width: 30px;
        border-radius: 0px !important;
    }

.m-radio > input:checked ~ span:after, .m-checkbox > input:checked ~ span:after {
    content: "\f17b";
    background: none;
    border: none;
    top: 10px;
    left: 9px;
    color: #FFF;
    font-size: 20px;
}

.m-radio.m-radio--solid > input:checked ~ span {
    background-color: #2295ff;
}

.hidden-table {
    padding: 0px 20px 10px;
    border-left: 4px solid rgba(0,0,0,0.2);
    border-right: 4px solid rgba(0,0,0,0.2);
}

.m-footer {
    margin: 0px !important;
    width: 100%;
    height: auto;
    min-height: 30px;
    padding: 5px 12px;
    text-align: center;
    background: #1e375b;
    color: #FFF;
}

    .m-footer a {
        color: #337ab7;
    }



/* Thanks page */
.thanks-page h2 {
    font-size: 40px;
    font-weight: 600;
}

.thanks-page .icon-box {
    max-width: 640px;
    margin: auto;
}

    .thanks-page .icon-box .info-box {
        background-color: #fff;
        border-radius: 8.15px;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1) !important;
        padding: 25px 20px;
        color: #FFF;
        transition: all 0.3s ease 0s;
        margin-top: 15px;
    }

        .thanks-page .icon-box .info-box:hover {
            transform: translateY(-5px);
            box-shadow: 0px 12px 18px rgba(0, 0, 0, 0.4) !important;
        }

    .thanks-page .icon-box a {
        text-decoration: none;
    }

    .thanks-page .icon-box .info-box h5 {
        font-size: 23px;
    }

.md-checkbox {
    position: relative
}

    .md-checkbox.md-checkbox-inline {
        display: inline-block
    }

.form-inline .md-checkbox.md-checkbox-inline {
    margin-right: 20px;
    top: 3px
}

.md-checkbox input[type=checkbox] {
    visibility: hidden;
    position: absolute
}

.md-checkbox label {
    cursor: pointer;
    padding-left: 30px !important
}

    .md-checkbox label > span {
        display: block;
        position: absolute;
        left: 0;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        transition-duration: .3s
    }

        .md-checkbox label > span.inc {
            background: #fff;
            left: -20px;
            top: -20px;
            height: 60px;
            width: 60px;
            opacity: 0;
            border-radius: 50% !important;
            -moz-border-radius: 50% !important;
            -webkit-border-radius: 50% !important;
            -webkit-animation: growCircle .3s ease;
            -moz-animation: growCircle .3s ease;
            animation: growCircle .3s ease
        }

    .md-checkbox label > .box {
        top: 0;
        border: 2px solid #666;
        height: 20px;
        width: 20px;
        z-index: 5;
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        transition-delay: .2s
    }

    .md-checkbox label > .check {
        top: -4px;
        left: 6px;
        width: 10px;
        height: 20px;
        border: 2px solid #36c6d3;
        border-top: none;
        border-left: none;
        opacity: 0;
        z-index: 5;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition-delay: .3s;
        -moz-transition-delay: .3s;
        transition-delay: .3s
    }

.md-checkbox input[type=checkbox]:checked ~ label > .box {
    opacity: 0;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg)
}

.md-checkbox input[type=checkbox]:checked ~ label > .check {
    opacity: 1;
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg)
}

.md-checkbox input[type=checkbox]:disabled:checked ~ label > .check, .md-checkbox input[type=checkbox]:disabled ~ label, .md-checkbox input[type=checkbox]:disabled ~ label > .box, .md-checkbox input[type=checkbox][disabled]:checked ~ label > .check, .md-checkbox input[type=checkbox][disabled] ~ label, .md-checkbox input[type=checkbox][disabled] ~ label > .box {
    cursor: not-allowed;
    opacity: .7;
    filter: alpha(opacity=70)
}

.has-error .md-checkbox label, .has-error.md-checkbox label {
    color: #e73d4a
}

    .has-error .md-checkbox label > .box, .has-error .md-checkbox label > .check, .has-error.md-checkbox label > .box, .has-error.md-checkbox label > .check {
        border-color: #e73d4a
    }

.has-success .md-checkbox label, .has-success.md-checkbox label {
    color: #27a4b0
}

    .has-success .md-checkbox label > .box, .has-success .md-checkbox label > .check, .has-success.md-checkbox label > .box, .has-success.md-checkbox label > .check {
        border-color: #27a4b0
    }

.form-md-checkboxes > label {
    font-size: 14px;
    color: #888;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-md-checkboxes.has-success label {
    color: #36c6d3
}

.md-checkbox-list {
    margin: 5px 0
}

.form-horizontal .md-checkbox-list {
    margin-top: 5px
}

.md-checkbox-list .md-checkbox {
    display: block;
    margin-bottom: 10px
}

    .md-checkbox-list .md-checkbox:last-child {
        margin-bottom: 0
    }

.md-checkbox-inline {
    margin: 5px 0
}

.form-horizontal .md-checkbox-inline {
    margin-top: 7px
}

.md-checkbox-inline .md-checkbox {
    display: inline-block;
    margin-right: 20px
}

    .md-checkbox-inline .md-checkbox:last-child {
        margin-right: 0
    }

.signatureFont {
    font-family: 'Italianno', serif !important;
    font-weight: 500;
    font-size: 40px !important;
    overflow-wrap: inherit;
    width: 100%;
    border-bottom: 2px solid black;
    height: 50px;
}

.textareafield {
    height: 150px !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

label {
    font-size: 16px !important;
}

/*
    Version 0.02
*/
.info{
    padding-top:30px;
}
@media only screen and (max-width: 767px) {
    .info {
        padding-top: 0;
    }
}
.info p {
    font-size: 14px;
    line-height: 1.25;
}.m-input-space{
     padding:13px;
 }
.m-input {
    display: block;
    width: 100%;
    border-radius: 0.25rem;
    border: #FFF;
    background-color: #f1f1f1;
    font-size: 16px !important;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.3s ease-in-out 0s;
    caret-color: rgba(0,0,0,0.4);
    padding: 8px 13px;
    min-height: 40px;
}
    .m-input::-webkit-input-placeholder {
        font-style: italic;
    }
    .m-input:focus {
        background: #2295ff;
        color: #FFF;
        box-shadow: 0px 8px 15px rgb(0 0 0 / 20%);
        outline: none;
    }
.m-input:focus::-webkit-input-placeholder {
    color: #fff;
}
.swal2-popup #swal2-content {
    font-family: 'Merriweather', serif !important;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}