/* nunito-300  */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 300;
    src: url("../font/nunito/nunito-300.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../font/nunito/nunito-300.eot?#iefix") format("embedded-opentype"), url("../font/nunito/nunito-300.woff2") format("woff2"), url("../font/nunito/nunito-300.woff") format("woff"), url("../font/nunito/nunito-300.ttf") format("truetype"), url("../font/nunito/nunito-300.svg#Nunito") format("svg");
    /* Legacy iOS */ }

/* nunito-regular  */
@font-face {
    font-family: 'Nunito';
    font-style: normal; 
    font-weight: 400;
    src: url("../font/nunito/nunito-regular.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../font/nunito/nunito-regular.eot?#iefix") format("embedded-opentype"), url("../font/nunito/nunito-regular.woff2") format("woff2"), url("../font/nunito/nunito-regular.woff") format("woff"), url("../font/nunito/nunito-regular.ttf") format("truetype"), url("../font/nunito/nunito-regular.svg#Nunito") format("svg");
    /* Legacy iOS */ }

/* nunito-600  */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    src: url("../font/nunito/nunito-600.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../font/nunito/nunito-600.eot?#iefix") format("embedded-opentype"), url("../font/nunito/nunito-600.woff2") format("woff2"), url("../font/nunito/nunito-600.woff") format("woff"), url("../font/nunito/nunito-600.ttf") format("truetype"), url("../font/nunito/nunito-600.svg#Nunito") format("svg");
    /* Legacy iOS */ }

/* nunito-italic  */
@font-face {
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 400;
    src: url("../font/nunito/nunito-italic.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../font/nunito/nunito-italic.eot?#iefix") format("embedded-opentype"), url("../font/nunito/nunito-italic.woff2") format("woff2"), url("../font/nunito/nunito-italic.woff") format("woff"), url("../font/nunito/nunito-italic.ttf") format("truetype"), url("../font/nunito/nunito-italic.svg#Nunito") format("svg");
    /* Legacy iOS */ }

/* nunito-700  */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: url("../font/nunito/nunito-700.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../font/nunito/nunito-700.eot?#iefix") format("embedded-opentype"), url("../font/nunito/nunito-700.woff2") format("woff2"), url("../font/nunito/nunito-700.woff") format("woff"), url("../font/nunito/nunito-700.ttf") format("truetype"), url("../font/nunito/nunito-700.svg#Nunito") format("svg");
    /* Legacy iOS */ }

html {
    width: 100%;
    height: 100%;
    background: #f8f8f8;
}
body {
    min-height: calc(100% - 150px);
    position: relative;
    padding-bottom: 90px;
    font-family: Nunito,sans-serif;
    font-size: .8rem;
    font-weight: 400;
    color: #3a3a3a;
}

body {
    overflow-x: hidden !important;
}
body.show-spinner>main {
    overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner>* {
    opacity: 0;
}

/* Spinner */
body.show-spinner::after {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border-top-color: rgba(0, 0, 0, 0.3);
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    position: fixed;
    z-index: 1;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
body.background {
    height: 100%;
}
body.no-footer {
    padding-bottom: initial;
}
body.background main {
    margin: 0 !important;
    height: 100%;
}
body.background main .container {
    height: 100%;
}
.background .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
main.default-transition {
    transition: margin-left .3s;
}
.rounded {
    border-radius: 50px !important;
}
.rounded .card {
    border-radius: .75rem;
}
.fixed-background {
    background: rgb(0,54,90);
    background: linear-gradient(180deg, rgba(0,54,90,1) 0%, rgba(0,54,90,1) 35%, rgba(44,55,139,1) 100%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.card {
    border: initial;
    background: #fff;
    border-radius: .1rem;
    box-shadow: 0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);
}
.index-card .card-body {
    padding: 40px;
}
a {
    color: #3a3a3a;
    transition: color .2s;
    outline: initial !important;
}
a:active, a:hover {
    text-decoration: initial;
    color: #00365a;
}
.logo-single {
    width: 144px;
    height: 31px;
    background: url(../logos/logo_topbar.png) no-repeat;
    background-position: center center;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 15px !important;
}
.headline {
    float: left;
    width: 100%;
    font-size: 22px;
    text-align: left;
    font-weight: bold;
}
.step-text {
    float: left;
    width: 100%;
    text-align: left;
    font-weight: bold;
    color: #00365a;
    font-size: 12px;
}
.product-type-text {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
}
.product-type-text {
    text-align: left;
    font-size: 16px;
}

.mb-5, .my-5 {
    margin-bottom: 2rem !important;
}
p {
    font-size: .85rem;
    line-height: 1.3rem;
    font-family: Nunito,sans-serif;
}
.form-control.default-input {
    border-radius: 5px;
    font-size: 15px;
}
.form-control.default-input:hover {
    border: 1px solid #00365a;
    cursor: pointer;
}
.bootstrap-tagsinput.focus, .form-control:focus {
    border-color: rgba(0,54,90,.6);
}
.form-control:focus {
    background: #fff;
    color: #3a3a3a;
}
.bootstrap-tagsinput, .form-control {
    border-radius: .1rem;
    outline: initial !important;
    box-shadow: initial !important;
    font-size: .8rem;
    padding: .5rem .75rem;
    line-height: 1;
    border: 1px solid #d7d7d7;
    background: #fff;
    color: #3a3a3a;
    border-color: #d7d7d7;
    height: calc(2em + .8rem);
}
.form-group.form-check.form-check-flat.form-check-primary.col-12 {
    float: left !important;
    width: auto;
}
.custom-control-label, .form-check-label {
    line-height: 1.5rem;
    padding-top: 1px;
}
.text-muted {
    color: #909090 !important;
}

.btn {
    border-radius: 50px;
    outline: initial !important;
    /* box-shadow: none !important; */
    box-shadow: initial !important;
    font-size: .8rem;
    padding: .5rem 1.25rem .5rem 1.25rem;
    transition: background-color box-shadow .1s linear;
}
.btn-primary {
    background-color: #00365a;
    border-color: #00365a;
    color: #fff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #001e31;
    border-color: #001e31;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #00111d;
    border-color: #00111d;
    color: #fff; 
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #001e31;
	border-color: #001e31;
}

.card-footer {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.card-footer .btn {
    float: right;
    margin-top: 0px !important;
    border-radius: 5px;
    font-weight: bold;
}
.footer-text {
    float: left;
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    width: 100%;
}

.loader {
    display: none;
    background: #2a37895e;
    height: 100%;
    position: absolute;
    width: 100%;
}

/* Spinner */
.show-loader::after {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border-top-color: rgba(0, 0, 0, 0.3);
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    position: fixed;
    z-index: 1;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.error-message {
                position: absolute;
                width: 100%;
                text-align: center;
                font-weight: bold;
                padding: 5px;
                right: 10px;
                color: #802f2f;
            }