input::placeholder {
    font-size: 13px;
    font-style: oblique;
}

label {
    margin-bottom: 0 !important;
}

.i-amphtml-layout-container, .i-amphtml-layout-fixed-height, [layout=container], [layout=fixed-height][height] {
    display: flex;
}

#txt_destination {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #FFF !important;
}


.input-icon-wrapper {
    position: relative
}

.input-icon-wrapper svg {
    position: absolute;
    color: #454848;
    font-size: 20px;
    top: 10px;
    left: 10px;
}

.input-icon-wrapper input {
    padding-left: 35px;
}

.noformat {
    border: 0;
    width: 25px;
    background-color: #FFF;
    color: #495057;
    padding: 0 0 0 0;
    margin: 0 0 0 5px;
}


