select[id*="year"] {
    min-width: 105px;
}

#ndq-content a:focus,
#ndq-content input:focus {
    outline: none !important;
    box-shadow: none !important;
}

#ndq-content select {
    width: 100%;
    display: inline-block;
    font-family: "Roboto",arial,helvetica, sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #4B4F58;
    padding: 0 12px;
    margin: 0;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
    background-color: #fff !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}

#ndq-content select[id*="timeframe"],
#ndq-content select[id*="date-month"] {
    min-width: 164px !important;
}


#ndq-content select[id*="investment-type"] {
    min-width: 150px !important;
}

#ndq-content input[type="number"],
#ndq-content input[type="text"],
#ndq-content input[type="search"],
#ndq-content input[type="tel"],
#ndq-content input[type="url"],
#ndq-content input[type="email"],
#ndq-content input[type="password"],
#ndq-content input[type="date"],
#ndq-content input[type="time"],
#ndq-content input[type="datalist"] {
    max-width: 500px !important;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #4B4F58 !important;
    border-radius: 5px;
    height: 50px;
    box-shadow: none;
    background-color: #fff !important;
    border: 1px solid #ccc;
    padding: 0 12px 0;
    outline: none;
}

#ndq-content select[multiple="multiple"] {
    min-height: 48px;
    height: auto;
    height: initial;
    padding: 0 12px 0 12px;
}

#ndq-content select[id*="sec-form-group-target-id"] {
    min-width: 270px;
}

#ndq-content textarea {
    max-width: 500px !important;
    height: initial;
    outline: 0;
    width: 100%;
    padding: 12px;
    border-radius: 0;
    border: 1px solid #ccc;
    box-shadow: none; 
    background-color: #fff !important;
} 

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
input:-internal-autofill-selected  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: #333333 !important;
}

#ndq-content .chosen-container {
/*    max-width: 500px;*/
    width: 100% !important;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
}

#ndq-content .chosen-container[id*="sec_form_group"] {
    min-width: 270px;
}

@media screen and (max-width:481px) {

    .chosen-container {
        width: auto !important;
        width: initial !important;
    }

}

.chosen-container[id*="month"],
.chosen-container[id*="investment_type"] {
    min-width: 168px;
}

#ndq-content .chosen-container-single .chosen-single {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    display: block;
    overflow: hidden;
    padding: 0 30px 0 12px;
    height: 48px;
    line-height: 46px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff !important;
    color: #4B4F58 !important;
    white-space: nowrap;
    box-shadow: none !important;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border-color,box-shadow;
}

.chosen-container-single .chosen-single span {

}

.chosen-container-single .chosen-single div {
    width: 15px;
}

.chosen-container-single .chosen-single div b {
    background-position: -2px 14px;
}

#ndq-content .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #ccc;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -16px 14px;
    position: relative;
    left: -4px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b::before {

}

#ndq-content .chosen-container-active.chosen-with-drop .chosen-single::after {
    border-bottom: 10px solid #ccc ;
    border-top: 0;
}

.chosen-container-multi {
    width: auto !important;
    width: initial !important;
}

#ndq-content .chosen-container-multi .chosen-choices {
    display: block;
    width: 100%;
    height: initial !important;
    min-height: 48px;
    white-space: nowrap;
    background: #fff !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 52px 0 12px;  
    box-shadow: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#ndq-content .chosen-container-multi .chosen-choices li.search-field {
    min-height: 46px;
}

#ndq-content .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    width: auto !important;
    width: initial !important; 
    height: 46px;  
    margin: 0;
    padding: 0 !important;
}

#ndq-content .chosen-container-multi .chosen-choices li.search-choice {
    margin: 0;
    line-height: 46px;
    padding: 0 16px 0 0;
    margin: 0 20px 0 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
}

#ndq-content .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 8px;
    right: 1px;
    height: 11px;
}

#ndq-content .chosen-container .chosen-drop {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 1px solid #ccc;
    box-shadow: none;
}

#ndq-content .chosen-container-single .chosen-drop {
    border-radius: 0;
}

#ndq-content .chosen-container .chosen-results {
    overflow-x: visible;
    color: #4B4F58;
    margin: 0;
    padding: 0;
}

#ndq-content .chosen-container-single .chosen-search input[type="text"] {
    height: 25px;
    border: 1px solid #ccc;
    padding: 3px 30px 0 12px;
}

#ndq-content .chosen-container-single .chosen-search input[type=text]:not([class*=uk-]):focus {
    border: 1px solid #ccc !important; 
}

#ndq-content .chosen-container-multi .chosen-choices li.search-choice,
#ndq-content .chosen-container .chosen-results li {
    word-wrap: normal;
/*    white-space: nowrap;*/
}

#ndq-content .chosen-container .chosen-results li {
/*    line-height: 1;*/
    padding: 8px 12px 8px;
}

.chosen-container .chosen-results li.no-results {
    color: #4B4F58;
    display: block;
    background: #fff;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

.chosen-container .chosen-results li.no-results span {
    line-height: 1.1;
}

.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #008ABF;
    background-image: none;
}