/*Basics*/
input, 
textarea,
select,
.PaperDateInput__input {
    border: 1px solid #BCBCBC !important;
    border-bottom: 3px solid #464646 !important;
    padding-top: 13px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
:focus {
    border: 2px solid #004E9A !important;
    padding: 2px;
}

:active {
    color:#004e9a;
}

label, .Address__input label {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400 !important;
}

/*Select Options*/
.Select-placeholder, 
.Select--single > .Select-control .Select-value {
    background-color: #ffffff;
    border-bottom: 3px solid;
}
.Select-placeholder:focus {
    border: 2px solid #004E9A !important;
    padding: 2px;
}

.Select-control {
    border-radius: 0;
}
.Select-input {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Roboto, sans-serif;
}
/*Select Dropdown Arrow*/
.Select-arrow, 
.Select-arrow-zone:hover > .Select-arrow {
    border-top-color: #004e9a;
    border-width: 8px;
}

/*Checkbox*/
.Choices {
    flex-wrap: nowrap;
}
.Choices__label {
    padding-right: 1px;
}
.Choices__choice {
    margin-right: 10px;
}
.Choices__choice.btn-raised {
    border-radius: 0px;
    box-shadow: none !important;
}
.btn-raised:hover, .btn-raised:focus,
.btn-raised:active, .btn-raised[disabled]{
    box-shadow: none !important;
}



/*Question Specific*/

.Address__input span,
.Address__input.Address__input--error span {
    color: red;
}
/*Alternative buttons*/
.BtnV2, .introjs-button {
    color: #ffffff !important;
    background-color: #004e9a;
}
/*Required*/
.LiveField--required .LiveField__header [data-block]:last-child > [data-offset-key]:last-child >:last-child [data-text]::after, 
.Field--required  .Field__headerlabel [data-block]:last-child > [data-offset-key]:last-child >:last-child [data-text]::after {
    color: red;
}
:first-child.Pagination__btn.btn-raised:last-child,
.Pagination__btn.btn-raised,
.BtnV2, .introjs-button {
    border-radius: 4px !important;
}


