﻿body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 0px;
    padding-bottom: 0px;
}

/*select {
    font-family: 'Font Awesome 5 Free', 'Open Sans', sans-serif;
}*/
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.text-strikethrough {
    text-decoration: line-through !important;
}

.control-disabled {
    background-color: #E9ECEF !important;
}

.signupForm {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 83.3%;
    max-width: 83.3%;
    margin-left: auto;
    margin-right: auto;
    min-height: 500px;
}

.signupFormHeaderMessage {
    width: 83.3%;
    max-width: 83.3%;
    margin-left: auto;
    margin-right: auto;
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 767.98px) {
    .signupForm {
        /*min-height: 100vh;*/
        width: 100%;
        min-height: 500px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .signupFormWide {
        /*min-height: 100vh;*/
        width: 100%;
        min-height: 500px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .signupFormHeaderMessage {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

/*Medium and Larger*/
@media screen and (min-width: 992px) {

    .signupForm {
        /*height: auto;*/
        /*max-height: 80vh;*/
        min-height: 500px;
        width: 83.3%;
        max-width: 83.3%;
        margin-left: auto;
        margin-right: auto;
    }

    .signupFormWide {
        /*height: auto;*/
        /*max-height: 80vh;*/
        min-height: 500px;
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .signupFormHeaderMessage {
        width: 83.3%;
        max-width: 83.3%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Style the form */
#regForm {
    background-color: #ffffff;
    margin: 100px auto;
    padding: 40px;
    width: 100%;
    min-width: 300px;
}

/* Style the input fields */
/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    position: relative;
    display: none;
    width: 100%;
    /*min-height: 100%;*/
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    /* Mark the active step: */
    .step.active {
        opacity: 1 !important;
    }

    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: #4CAF50;
        cursor: pointer;
    }

    .step.invalidstep {
        background-color: #dc3545 !important;
    }

    .step.latest {
        cursor: pointer;
        opacity: 0.7;
    }


.margin-bottom {
    margin-bottom: 1rem;
}

.extra-padding {
    padding-left: 5px;
    padding-right: 5px;
}
/* ----------------------------------------- 
 Bootstrap Overrides
 ----------------------------------------- */

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.7s ease;
}

.form-row {
    /*margin-bottom:2.1rem;*/
    margin-left: 0px;
}

.form-control {
    border-width: 0px 0px 2px 0px !important;
    border-radius: 3px 3px 0px 0px !important;
}

.form-control-sm {
    border-width: 0px 0px 2px 0px !important;
    border-radius: 3px 3px 0px 0px !important;
    border-color: #CED4DA;
}


.has-float-label > span {
    /*top:-1.2em !important;*/
}

.has-float-label .form-control:placeholder-shown:not(:focus) {
    top: -1.2em !important;
}

.form-control:focus {
    box-shadow: none !important;
    /*border-color: #CED4DA !important;*/
}

.input-group {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.input-group-prepend {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

input:disabled ~ .input-group {
    color: #EFF0F1 !important;
}

.input-group-disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

    .input-group-disabled > .input-group-prepend > .has-float-label > input {
        cursor: not-allowed;
    }


.form-control {
    border-bottom-style: solid !important;
    color: #000 !important;
}

.form-control-sm {
    border-bottom-style: solid !important;
}

    .form-control-sm:focus {
        box-shadow: none !important;
        /*border-color: #CED4DA !important;*/
    }

.form-group-reducedmargin {
    margin-bottom: 0px;
}

.input-group-text {
    border-width: 0px 0px 2px 0px !important;
    border-radius: 0 0 0 0;
    background-color: #FFFFFF;
    font-size: 1.5em;
}

.prepend-fixed {
    border-radius: 0 0 0 0;
    width: 50px;
    min-width: 50px;
    text-align: center;
    background-color: #DEE9EF;
    border-top-left-radius: 3px;
}

    .prepend-fixed > .fa {
        margin-left: auto;
        margin-right: auto;
    }

.validation-error {
    font-size: 1em;
    font-style: italic;
    opacity: 0.85;
    /*margin-bottom: -1.8rem;*/
    line-height: 1;
}

.hidden-item {
    width: 0px !important;
    height: 0px !important;
    visibility: hidden;
}

.radiobutton {
    width: 100%;
    /*line-height: 90px;*/
    padding: 0px 0px 0px 0px !important;
}

/*DatePicker Hide*/

/*------------------------------------------
    Step CSS
--------------------------------------------*/
/*General*/
.stepFooterText {
    font-size: 0.7em;
}

.longcontrol {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

.form-textarea {
    border-width: 0px 0px 1px 0px !important;
    border-radius: 3px 3px 0px 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    resize: none;
}

    .form-textarea:focus {
        box-shadow: none !important;
    }

.backfillRowLeft {
    border-radius: 3px 0px 0px 0px !important;
}

.backfillRowRight {
    border-radius: 0px 3px 0px 0px !important;
}

/*Step 1*/
.step1HeaderImage {
    height: 20%;
}

/*Step 2*/
.dummyEntityTypeBox {
    margin: 10px;
}


.entityTypeBox {
    margin: 10px;
    border-bottom: 1px solid #E8E8E8;
    cursor: pointer;
}

.selectedEntity {
    border-bottom-color: #348EBF;
    color: #348EBF;
}

.entityLogo {
    margin: 10px auto 10px auto;
    width: 80%;
    text-align: center;
    align-content: center;
}

.entityTypeName {
    text-align: center;
    font-size: 0.8em;
    align-content: center;
    margin-bottom: 10px;
}

.entityTimeNameText {
    vertical-align: central;
    cursor: pointer;
}

/*Step 6*/
/*Application Contacts*/

#divContactList {
    width: 100%;
    /*height:100%;*/
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 5px 0px 5px;
    /*max-height:100%;*/
}

.credit-reference {
    border: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #99C7DF;
}

.application-contact {
    padding: 10px 5px 0px 5px;
    border: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #99C7DF;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
}

.application-contact-row {
    margin-left: auto;
    margin-right: auto;
}

.application-contact-checkbox-label {
    font-size: 0.8em;
    white-space: nowrap;
    height: 24px;
    padding-top: 3px;
}

/*Step Eight - Card Ordering*/
/*Grid Header*/
.cardValidationSummary {
    color: #DC3545;
}

    .cardValidationSummary ul {
        list-style-type: none;
        padding-left: 0px;
    }

.card-checkbox-error::before {
    border-color: #DC3545 !important;
}

#cardsTBody .input-validation-error {
    border-bottom-color: #DC3545;
}

    #cardsTBody .input-validation-error.valid {
        border-bottom-color: #E3E3E3;
    }

/*Application Cards*/

#divCardList {
    width: 100%;
    /*height:100%;*/
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 5px 0px 5px;
    /*max-height:100%;*/
}


.application-card {
    padding: 10px 5px 0px 5px;
    border: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
}

.application-card-row {
    margin-left: auto;
    margin-right: auto;
}

.application-card-checkbox-label {
    font-size: 0.8em;
    white-space: nowrap;
    height: 24px;
    padding-top: 3px;
}

/*Step 10*/

.signingBox {
    border: solid 1px #E5E5E5;
    padding: 10px;
    border-radius: 10px;
}

.signingBoxHeader {
    font-style: italic;
    font-weight: bold;
}

.signingBoxItems {
    font-size: 0.8rem;
    padding-left: 2em;
}
/*------------------------------------------
    Lookup/Suggestion CSS
--------------------------------------------*/
.autocomplete-suggestions {
    border: 1px solid #CED4DA;
    background: #FFF;
    overflow: auto;
    margin-left: -50px;
    padding-left: 50px;
    margin-right: -50px;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.autocomplete-selected {
    background: #99C7DF;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #348EBF;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }

.bp-input.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007F00;
    background-color: #007F00;
}

.mobil-input.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0066B3;
    background-color: #0066B3;
}

.z-input.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #F26522;
    background-color: #F26522;
}

.suplierH4 {
    font-weight: 600 !important;
    margin-bottom: 0.1rem !important;
}

.BPColor {
    color: #007f00;
}

.MobilColor {
    color: #0066b3
}

.ZColor {
    color: #f26522
}

.tippy-tooltip {
    background: none;
    color: #000000;
}


.dealpopup {
    background-color: #FFF;
}

td > .form-control-sm.input-validation-error {
    border-color: #dc3545 !important;
}