/*this file is used on pricing quote, pricing contact us and downloads modal*/


.selectized.inputError +  .selectize-control .selectize-input {
    border-color: #f04124;
}

.selectize-dropdown .optgroup {
    border-top: none;
}

.optgroup-header {
    font-weight: 600;
}

.selectize-input,
.selectize-input input {
    font-size: 14px !important;
    /*line-height: 17px !important;*/
}

.selectize-input {
    height: 37px;
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
    border: 1px solid rgb(204, 204, 204);
}

.selectize-dropdown {
    font-size: 14px;
}

.selectize-dropdown [data-selectable] {
    padding: 2px 8px;
}

.selectize-input.dropdown-active::before {
    display: none;
}

.selectize-input input[type='text'] {
    transition: none;
    height: auto;
}

.selectize-input.not-full > input {
    width: 100% !important;
}

.selectize-input {
    padding-top: 9px;
}

.selectize-input input[type='text']::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-weight: normal;
    font-size: 16px;
    color: #9B9B9B;
}

.selectize-input input[type='text']::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: normal;
    font-size: 16px;
    color: #9B9B9B;
}

.selectize-input input[type='text']:-ms-input-placeholder {
    /* IE 10+ */
    font-weight: normal;
    font-size: 16px;
    color: #9B9B9B;
}

.selectize-input input[type='text']:-moz-placeholder {
    /* Firefox 18- */
    font-weight: normal;
    font-size: 16px;
    color: #9B9B9B;
}

.selectize-dropdown .optgroup-header {
    font-size: 14px;
}

.selectize-dropdown .optgroup-header {
    padding-bottom: 0;
}

.selectize-control.single .selectize-input {
    background-image: none;
    box-shadow: none;
    background-color: #ffffff;
    z-index: 99;
}

.selectize-control.single .selectize-input.focus.input-active {
   border: 1px solid #4A90AD;
}

.selectize-dropdown .active {
  background-color: #e6e6e6;
  color: #303030;
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -2px;
    border-width: 0 3px 3px 3px;
    right: 10px;
}

.selectize-control.single .selectize-input:after{
    margin-top: -2px;
    border-width: 3px 3px 0 3px;
    right: 10px;
}

.selectize-control.single {
    margin-bottom: 12px;
}


.dft1 .selectize-input input[type='text']::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-weight: 300;
    font-size: 14px;
    color: #8e8e8e;
}

.dft1  .selectize-input input[type='text']::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 300;
    font-size: 14px;
    color: #8e8e8e;
}

.dft1  .selectize-input input[type='text']:-ms-input-placeholder {
    /* IE 10+ */
    font-weight: 300;
    font-size: 14px;
    color: #8e8e8e;
}

.dft1  .selectize-input input[type='text']:-moz-placeholder {
    /* Firefox 18- */
    font-weight: 300;
    font-size: 14px;
    color: #8e8e8e;
}

