﻿.e-ddl.e-input-group input.e-input::placeholder {
    color: #fff !important;
}

.e-ddl.e-input-group.e-control-wrapper .e-input {
    font-size: 1em !important;
    font-family: 'Roboto', sans-serif !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
}
.e-ddl.e-input-group .e-input-group-icon, .e-ddl.e-input-group.e-control-wrapper .e-input-group-icon:hover {
    color: #fff !important;
    font-size: 13px !important;
    
}
.e-ddl.e-input-group.e-control-wrapper.e-input-focus::before, .e-ddl.e-input-group.e-control-wrapper.e-input-focus::after {
    background: #c000ff !important;
}

.e-outline.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), .e-outline.e-input-group.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), .e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), .e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
    border-color: #fff !important;
    box-shadow: inset 1px 1px #b1bd15, inset -1px 0 #b1bd15, inset 0 -1px #b1bd15 !important;
}

.e-input-group.e-control-wrapper .e-input[disabled] {
    -webkit-text-fill-color: #0d9133 !important;
}
.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before, .e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before, .e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after, .e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after {
    background-color: #2319b8 !important;
}

.e-ddl.e-lib.e-input-group.e-control-wrapper.e-float-input.e-input-focus .e-float-text.e-label-top {
    color: #2319b8 !important;
}

.e-input-group, .e-input-group.e-control-wrapper,
.e-input-group.e-control-wrapper:not(.e-float-icon-left) {
    border-color: transparent !important;
}

.padding-top-sm{
    padding-top: 20px;
}

.search-form-group 
{
    padding-left:10px;
}

.white{
    color:#fff !important;
}

.quick{
    padding-left:10px !important;
    color: #fff !important;
}