﻿* {
    margin: 0;
}

@font-face {
    font-family: 'VolvoNovumRegular';
    src: url("../fonts/Volvo-Novum-Regular.otf");
}

@font-face {
    font-family: 'ZeekrText';
    src: url("../fonts/ZeekrText-Regular.ttf");
}

high html, body {
    height: 100%;
    font-family: var(--font) !important;
    background: var(--background-color);
    width: 100%;
    height: 100%;
}

#divSubmitForm{
    padding-top: 100px;
    padding-bottom: 100px;
}

.site-header {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.site-footer {
    background-color: #4d4d4d;
    height: 60px;
    line-height: 60px;
    color: white;
    text-align: center;
}

.logo {
    vertical-align: middle;
    height: 85px;
    background-color: #ec0000;
    padding-left: 90px;
    padding-top: 10px;
    width: 280px;
}


.qoute {
    border-left: 5px solid var(--primary);
    height: 100%;
}

.box {
    border: 3px solid #cfc8c8;
    margin-right: 23px;
    overflow: hidden;
}

.highlight {
    background: #387711;
    line-height: 40px;
    color: white;
}

.single-line {
    border: 0px;
    height: 3px;
    background-color: #cfc8c8;
    color: #ccc;
    margin-bottom: 15px;
}


.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.standingButton {
    background-image: url("");
}

.standingButton:focus, .standingButton:hover {
        background-image: url("");
        background-color: rgb(56, 119, 17);
        color: #fff;
}

.SignIconPlus {
    background-image: url("Images/plus-sign.png");
}

.SignIconPlus--secondary {
    background-image: url("Images/plus-sign.png");
}

    .SignIconPlus--secondary:focus, .SignIconPlus--secondary:hover {
        background-image: url("Images/plus-sign.png");
    }

.SignIconPlus--muted {
    background-image: url("Images/plus-sign.png");
}

    .SignIconPlus--muted:focus, .SignIconPlus--muted:hover {
        background-image: url("Images/plus-sign.png");
    }

.SignIconMinus {
    background-image: url("Images/minus-sign.png");
}


P.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 6em;
}


.TopBar {
    background-color: #ffffff;
    color: #303030;
}

.WizardBar {
    border-bottom: 1px solid #ccc;
    background-color: #e9ebe5;
}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #b3b3b3;
}


.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.space_top {
    margin-top: 23px;
}

.space_top_small {
    margin-top: 5px;
}

.space_top_medium {
    margin-top: 10px;
}

.space_top_large {
    margin-top: 15px;
}

.space_top_xlarge {
    margin-top: 20px;
}

/*Santander CSS*/
.SantanderConfirmButtonColor {
    margin-left: 2px;
    /*color: #fff;
    background-color: #387711;
    border-color: #4cae4c;
    text-align: center !important ;*/
}

.ButtonSize {
    width: 150px;
    padding-left: 15px;
    float: left;
    position: relative;
}

.SantanderButtonColor {
    color: #fff;
    background-color: #387711;
    background-color: #b3b3b3;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
    float: left;
}

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}


/*Bootstrap overrides*/
.btn, .input-group-addon {
    text-align: left;
}

.glyphicon {
    color: #FFFFFF;
}

.BasicInfo-section {
    height: 100%;
}

.Calculator-section {
    height: 100%;
    padding-top: 100px;
}

.SectionColor {
    padding-top: 25px;
    background-color: #ffffff;
}

.FinancialInfo-section {
    height: 100%;
    padding-top: 100px;
}


.Additional-section {
    height: 100%;
    padding-top: 100px;
}

.Aprove-section {
    height: 100%;
    padding-top: 100px;
}

.UnderlinedText {
    text-decoration: underline;
}

.DutyTextValues {
    display: none;
}

.DutyTextInfo {
    display: inline-block;
    font-size: 14px;
    line-height: 1.0 !important;
}

/* overriding standard modal style in style guide.
   -----------------------------------------------
   note: to get left floating text inside the modal,
   make a div with class text-left around your content,
   nested inside the div with modal-body */
.modal-body {
    width: 50%;
    padding-left: 51px;
    padding-right: 51px;
}
.modal-footer {
    margin-top: 20px;
}
.SubmitErrorMessage {
    color: #ec0000;
    margin-top: -20px;
}
.autowidth {
    width: auto;
}
.coDebtorFinancialInfoGroup {
    padding-top: 25px;
}

.submitGroup {
    padding-top: 25px;
}

.required:after {
    content: " *";
    font-weight: bold;
    color: #ec0000;
}

.container {
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .12);
}

/*Brand specific CSS*/
.header {
    position: relative;
    background-color: var(--header);
    height: 60px;
}

.header-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 15px;
}

.header-logo {
    height: 60px;
    max-width: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: unset;
}

.header-logo img {
    height: var(--logo-height);
    max-height: 100%;
    max-width: 100%;
}

.header-back {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-back div a{
    color: var(--header-text);
    border-bottom: unset;
}

.header-back-icon{
    width: 20px;
    height: 20px;
    fill: var(--header-text);
}

.header-back-container {
    display: flex;
    align-items: center;
}

.btn, .btn:focus {
    background-color: var(--btn-primary, var(--primary));
    border-radius: 32px;
    border: unset;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 2px 6px rgba(0, 0, 0, .23);
}

.btn:hover {
    color: #fff;
    background-color: var(--btn-hover);
    opacity: var(--btn-hover-opacity);
}

.has-feedback.qoute a{
    color: var(--primary);
}

.has-feedback.qoute p{
    line-height:1.5;
    font-size: 24px;
}

.red-dots-list li:before {
    background: var(--primary);
}

input, .calcInput {
    border-radius: 32px;
    border-width: 1px;
    outline: none;
}

input:focus {
    background-color: rgba(246, 244, 242, 0.3);
    border-color: rgb(218, 218, 218);
    transition: background-color 0.15s cubic-bezier(0.3, 3, 0.6, 3);
}

.input-title {
    padding-left: 20px;
}