﻿.consumer_txtInputs {
    border: solid 0.5px #727272;
    border-radius: 5px !important;
    height: 36px !important;
    max-width: 368px !important;
    margin: 0 0 5px 0 !important;
    font-size: 14px !important;
    font-family: Arial !important;
    color: #1f2532 !important;  
    padding-left: 10px !important;
}

.consumer_txtInputs:focus {
    border-color: #1f2532;  
}

.consumer_cmbCardType {
    border: solid 0.5px #727272;
    border-radius: 5px !important;
    height: 36px !important;
    max-width: 380px !important;
    margin: 0 0 5px 0 !important;
    font-size: 14px !important;
    font-family: Arial !important;
    color: #1f2532 !important;  
    padding-left: 10px !important;
}

.consumer_font_body {
    color: #727272 !important;
}

.consumer_font_small{
    color: #727272 !important;
    font-size: 10px;
}

.consumer_smallLinkFont {
    font-size: 10px;
}

.consumer_lables {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px !important;
    color: #727272 !important;
    white-space: nowrap;
    font-family: 'Open Sans' !important;
    font-weight: normal !important;
}

.consumer_lables_small {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px !important;
    color: #727272 !important;
    white-space: nowrap;
    font-family: 'Open Sans' !important;
    font-weight: normal !important;
}

.consumer_termsAndConditionsLink {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 11px !important;
    font-family: 'Open Sans' !important;
    cursor: pointer;
}

.consumer_break_big {
    height: 142px;
}

.consumer_lables_bigAndBold {
    font-size: 16px;
    font-weight: bold;
    color: #727272 !important;
}

.consumer_inputs_Container{
    max-height: 90px;
}

.consumer_breadcrumbContainer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.consumer_errorTextContainer {
    height: 20px
}

.consumer_index_btnSubmitContainer {
     margin-top: 10px;
}

.consumer_confirmation_compNameContainer {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 15px;
    background-color: #727272;
    color: white;
}

.consumer_confirmation_outerPadding {
    padding-left: 21px !important;
    padding-right: 21px !important;
}

.consumer_confirmation_detailsContainer {
    background-color: #f1f1f1;
}

.consumer_options_container {
    height: 95px;
    border-bottom: solid 1px #BDBDBD;
    margin-bottom: 30px;
}

.consumer_thanksYouContainer {
    height: 60px;
}

.consumer_paymentColumnContainer {
    max-width: 350px;
}

.consumer_breadcrumbText {
    margin-top: 2px;
    margin-left: 10px;
    font-size: 18px;
    font-family: 'Open Sans' !important;
}

.consumer_breadcrumbTextActive {
    color: #3e89c8;
}

.consumer_breadcrumbTextInactive{
    color: #727272;
}

.consumer_header_regNumber {
    font-size: 12px;
    color: #1f2532;
    font-family: 'Open Sans';
}


.consumer_saveReportButtonLink {
    border: none;
    background-color: white;
    color: #039be5 !important;
}

.consumer_saveReportButtonLink:hover {
    border: none;
    background-color: white;
    color: #039be5 !important;
    z-index: 0 !important;
}


.consumer_breadcrumbBackColor {
    background-color: #f1f1f1;
}

.breadcrumb_step1_active {
    background-image: url("../../Images/Breadcrumbs/consumer_step1_active.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 45px;
}

.breadcrumb_step1_inactive {
    background-image: url("../../Images/Breadcrumbs/consumer_step1_inactive.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 45px;
}

.breadcrumb_step2_active {
    background-image: url("../../Images/Breadcrumbs/consumer_step2_active.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 45px;
}

.breadcrumb_step2_inactive {
    background-image: url("../../Images/Breadcrumbs/consumer_step2_inactive.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 45px;
}

.breadcrumb_step3_active {
    background-image: url("../../Images/Breadcrumbs/consumer_step3_active.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 45px;
}

.breadcrumb_step3_inactive {
    background-image: url("../../Images/Breadcrumbs/consumer_step3_inactive.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 45px;
}

.consumer_card_expiryInputsMonth {
    max-width: 190px !important;
    float: left;
}

.consumer_card_expiryInputsYear {
    max-width: 190px !important;
    float: left;
    margin-left: 24px;
}

.consumer_broughtByWindeedLogo{
    width: 160px;
    margin-top: -5px;
    margin-left: 10px;
}

#NoCreditCard li {
    margin-bottom: 10px;
}

button {
    outline: none;
}

input:focus {
    outline:none !important;
}

 select.input-validation-error {
      border-color: red !important;
 }

.generating_report_text {
    text-align: center;
    color: #727272;
    font-size: 20px;
    font-family: 'Open Sans' !important;
}

.spinner_container {
    text-align: center;
}
 
