textarea::-webkit-input-placeholder {
    color: #a6a6a6;
}

.input-group > input:-webkit-autofill ~ label {
    -webkit-transform: translate(0,-60%);
    -ms-transform: translate(0,-60%);
    transform: translate(0,-60%);
    text-transform: uppercase;
    font-size: 14px !important;
}

.input-group .form-control:-webkit-autofill,
.input-group .form-control:-webkit-autofill:hover,
.input-group .form-control:-webkit-autofill:focus {
    -webkit-text-fill-color: white;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.input-group .form-control.card-form-control:-webkit-autofill,
.input-group .form-control.card-form-control:-webkit-autofill:hover,
.input-group .form-control.card-form-control:-webkit-autofill:focus {
    -webkit-text-fill-color: #49494a;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

select:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.option-control:-webkit-autofill {
    -webkit-text-fill-color: white !important;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.option-control.card-option-control:-webkit-autofill {
    -webkit-text-fill-color: #49494a !important;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.Info:after {
    content: url("../../../assets/img/info-white.svg");
    width: 24px;
    height: 24px;
}

.Info.change:after {
    content: url("../../../assets/img/info-white-filled.svg");
}

.calendar-white:after {
    content: url("../../../assets/img/calendar-white.svg");
    width: 24px;
    height: 24px;
}

.calendar-white.change:after {
    content: url("../../../assets/img/calendar-white-filled.svg");
}

.delete-bin-white:after {
    content: url("../../../assets/img/delete-white.svg");
    width: 24px;
    height: 24px;
}

.delete-bin-white.change:after {
    content: url("../../../assets/img/delete-white-filled.svg");
    width: 24px;
    height: 24px;
}

.delete-bin:after {
    background-image: url('../../../assets/img/delete.svg');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    margin-top: 5px;
}

.delete-bin.change:after {
    background-image: url('../../../assets/img/delete-filled.svg');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    margin-top: 5px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .calendar-card {
        margin-right: 8px;
    }
}

.calendar-card:after {
    content: url("../../../assets/img/calendar.svg");
    width: 24px;
    height: 24px;
}

.calendar-card.change:after {
    content: url("../../../assets/img/calendar-filled.svg");
    width: 24px;
    height: 24px;
}

.custom-tooltip {
    content: url("../../../assets/img/info.svg");
    width: 80%;
    height: 90%;
}

    .custom-tooltip:hover {
        content: url("../../../assets/img/info-filled.svg");
        width: 80%;
        height: 90%;
    }

.info-card:after {
    content: url("../../../assets/img/info.svg");
    width: 24px;
    height: 24px;
}

.info-card.change:after {
    content: url("../../../assets/img/info-filled.svg");
}

.card-card:after {
    content: url("../../../assets/img/time.svg");
    width: 24px;
    height: 24px;
}

.card-card.change:after {
    content: url("../../../assets/img/time-filled.svg");
    width: 24px;
    height: 24px;
}


textarea {
    resize: none;
}

    textarea:-moz-placeholder { /* Firefox 18- */
        color: #a6a6a6;
    }

    textarea::-moz-placeholder { /* Firefox 19+ */
        color: #a6a6a6;
    }

    textarea:-ms-input-placeholder {
        color: #a6a6a6;
    }

/*Material Input*/
.md-input {
    position: relative;
    margin-bottom: 3.5rem;
}

    .md-input .md-form-control {
        font-family: MuseoSans;
        font-size: 20px;
        display: block;
        border: none;
        border-bottom: 1px solid lightgrey;
        background: transparent;
        box-shadow: none;
        opacity: 1 !important;
        color: white;
        outline: none;
    }

        .md-input .md-form-control:-moz-read-only { /* For Firefox */
            border-bottom: none !important;
        }

        .md-input .md-form-control:read-only,
        .md-input .md-form-control:read-only:hover {
            border-bottom: none !important;
        }

            .md-input .md-form-control:read-only ~ .card-label-top {
                font-size: 14px;
                background-color: transparent;
                text-transform: uppercase;
                opacity: 0.5 !important;
            }

            .md-input .md-form-control:read-only:focus {
                border-bottom: none !important;
            }

    .md-input .label-top {
        font-family: MuseoSans;
        color: white;
        font-size: 16px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 0px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        opacity: 0.5 !important;
    }

    .md-input .label-bottom {
        font-family: MuseoSans;
        color: white;
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 0px;
        top: 30px;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        opacity: 0.5;
    }

    .md-input .label-bottom-error {
        color: #e23219;
        opacity: 1 !important;
    }

    .md-input .bar:before {
        left: 50%;
    }

    .md-input .bar:after {
        right: 50%;
    }

    .md-input .highlight {
        position: absolute;
        height: 60%;
        width: 100px;
        top: 25%;
        left: 0;
        pointer-events: none;
        opacity: 0.5 !important;
        color: white;
    }

    /* .label-top.label-top.lblreadonly,
.label-top.card-label-top.lblreadonly{
    top: -15px;
    font-size: 14px;
    background-color: transparent;
    text-transform: uppercase;
    opacity: 0.5 !important;
} */

    .md-input .md-form-control:focus ~ .label-top {
        font-size: 14px;
        color: white;
        background-color: transparent;
        text-transform: uppercase;
        opacity: 0.5 !important;
    }

    .md-input .bar:before,
    .md-input .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 0px;
        position: absolute;
        background: #03A9F4;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        background-color: transparent;
    }

    .md-input .md-form-control:focus ~ .bar:before,
    .md-input .md-form-control:focus ~ .bar:after {
        width: 50%;
        /*background-color: #fecc39;*/
    }

/* Input type with Button */
.input-group {
    position: relative;
    /*margin-bottom: 3.5rem;*/
    margin-bottom: 42px;
    /* border-bottom: 1px solid lightgrey;*/
}

    .input-group.input-group-not-empty {
        margin-bottom: 32px;
    }

.input-group-not-empty {
    margin-top: 0.5rem;
}

    .input-group-not-empty input {
        padding-right: 2rem !important;
    }

    .input-group-not-empty .option-label-top .custom {
        line-height: 1.5 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

.input-error {
    color: #e23219 !important;
    border-bottom: 1px solid #e23219 !important;
}

.input-error-bg-border {
    color: #fecc39 !important;
    border-bottom: 1px solid #fecc39 !important;
}

.input-error-bg {
    /* modify by Abdullah
    color: #fecc39 !important;*/
    color: #e23219 !important;
}

.input-group .form-control {
    font-family: MuseoSans;
    font-size: 20px;
    border-radius: 0px;
    line-height: 1.4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    border: none;
    background: transparent;
    box-shadow: none;
    opacity: 1 !important;
    color: white;
    outline: none;
    /*Bottom line of input should a border bottom, not the divs bottom*/
    border-bottom: 1px solid #a6a6a6;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 35px;
    text-overflow: ellipsis;
}

label.form-control {
    border-bottom: none !important;
}

label.card-form-control {
    border-bottom: none !important;
}

.input-group .form-control:-moz-read-only { /* For Firefox */
    border-bottom: none !important;
    pointer-events: none;
}

.input-group .form-control:read-only {
    border-bottom: none !important;
    pointer-events: none;
}

.input-group .form-control:disabled {
    border-bottom: none !important;
    pointer-events: none;
}

.input-group .form-control.disabled {
    border-bottom: none !important;
    pointer-events: none;
}

.input-group .form-control:-moz-read-only ~ .label-top {
    font-size: 14px;
    background-color: transparent;
    text-transform: uppercase;
}

.input-group .form-control:read-only ~ .label-top {
    font-size: 14px;
    background-color: transparent;
    text-transform: uppercase;
}

.form-control-label {
    border-bottom: none !important;
}

.view-label-top {
    font-size: 14px !important;
    background-color: transparent;
    text-transform: uppercase;
    opacity: 0.8 !important;
}

.input-group .form-control:disabled ~ .label-top {
    font-size: 14px;
    background-color: transparent;
    text-transform: uppercase;
}

.input-group .form-control:-moz-read-only:focus {
    border-bottom: none !important;
}

.input-group .form-control:read-only:focus {
    border-bottom: none !important;
}

.input-group .form-control:disabled:focus {
    border-bottom: none !important;
}

.input-group .btn {
    background: none;
}

.input-group-btn {
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    float: right;
    right: 0;
    top: -6px;
    z-index: 4;
}

.second-btn {
    margin-right: 25px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.input-group .btn {
    padding: 0px;
}

    .input-group .btn .fa {
        width: 24px;
        height: 24px;
        padding: 0px;
        margin: 0px;
        color: white;
    }

.label-top-not-empty {
    font-size: 14px !important;
    text-transform: uppercase !important;
    -webkit-transform: translate(0,-60%);
    -ms-transform: translate(0,-60%);
    transform: translate(0,-60%);
}

.label-top-not-empty2 {
    font-size: 16px !important;
    text-transform: uppercase !important;
    -webkit-transform: translate(0,-60%);
    -ms-transform: translate(0,-60%);
    transform: translate(0,-60%);
}

.input-group .label-top {
    font-family: MuseoSans;
    color: white;
    opacity: 0.6;
    font-size: 20px;
    line-height: 1.4;
    padding: 0px 0px 8px 0px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 0px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    text-transform: inherit;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.input-group .option-label-top .custom {
    line-height: 3;
    padding: 0;
    margin: 0;
}

.input-group .label-bottom, .option-group .label-bottom {
    font-family: MuseoSans;
    color: white;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 30px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.input-group.option-group .label-bottom, .option-group .label-bottom {
    top: 47px;
}

@media screen and (max-width: 425px) {
    .input-group .label-bottom, .option-group .label-bottom {
        font-family: MuseoSans;
        color: white;
        font-size: 10px;
        padding: 0px 0px 0px 0px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 0px;
        top: 30px;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
}




.input-group .label-bottom-error {
    color: #e23219;
    opacity: 1 !important;
}
/*
.input-group .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5 !important;
    color: white;
}
*/
.input-group .form-control:focus ~ .label-top {
    text-transform: uppercase;
    font-size: 14px !important;
}

.input-group .form-control:focus {
    border-bottom: 1px solid #fecc39;
}

.label-top-always {
    text-transform: uppercase;
}

/* Dropdown control */
.input-dropdown {
    background: transparent;
    border: none;
    border-bottom: 2px;
    border: white;
    margin-bottom: 3.5rem;
}

    .input-dropdown .btn {
        font-family: MuseoSans;
        font-size: 20px;
        padding: 3px 4px 0px 0px;
        display: block;
        border: none;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-bottom: 1px solid lightgrey;
        background: transparent;
        box-shadow: none;
        line-height: 1.25 !important;
        width: 100%;
        opacity: 1 !important;
        color: white;
        outline: none;
        text-align: left;
    }

        .input-dropdown .btn .caret {
            display: none !important;
        }

    .input-dropdown .dropdown-menu {
        width: 100%;
        padding: 5px 10px 5px 10px;
    }

        .input-dropdown .dropdown-menu li a {
            text-decoration: none;
        }

        .input-dropdown .dropdown-menu .dropdown-menu-item {
            line-height: 2;
            border-bottom: 1px solid #e4e4e4;
            cursor: pointer;
        }

        .input-dropdown .dropdown-menu .dropdown-last-menu-item {
            border-bottom: none !important;
        }

        .input-dropdown .dropdown-menu .dropdown-menu-item-title {
            font-family: MuseoSans;
            font-size: 16px;
            font-weight: 500;
            color: #a6a6a6;
        }

            .input-dropdown .dropdown-menu .dropdown-menu-item-title:hover {
                font-family: MuseoSans;
                font-size: 16px;
                font-weight: 900;
                color: #1c79ca;
                line-height: 1.4;
                background: transparent;
            }

    .input-dropdown .label-top {
        font-family: MuseoSans;
        font-size: 14px;
        color: white;
        text-transform: uppercase;
        display: none;
        position: absolute;
    }

    .input-dropdown .dropdown-toggle::after {
        display: none;
    }

    .input-dropdown .dropdown-label {
        margin-bottom: 0.1rem;
    }

/* Input text for card  */
.card-form-control {
    color: #49494a !important;
    border-bottom: 1px solid lightgrey !important;
    -webkit-text-fill-color: #49494a;
    -webkit-opacity: 1;
}

    .card-form-control::-moz-placeholder {
        color: #a6a6a6 !important;
        opacity: 1 !important;
    }

    .card-form-control:-ms-input-placeholder {
        color: #a6a6a6 !important;
        opacity: 1 !important;
    }

    .card-form-control::-webkit-input-placeholder {
        color: #a6a6a6 !important;
        opacity: 1 !important;
    }

.card-label-top {
    color: #a6a6a6 !important;
    opacity: 1 !important;
}

.card-label-bottom {
    color: #a6a6a6 !important;
    opacity: 1 !important;
}

.card-label-bottom-white {
    color: white !important;
    opacity: 1 !important;
}

    .card-label-bottom-white a, .card-label-bottom-white a:hover {
        color: #f3c43a;
    }


.card-label-bottom-error {
    color: #e23219 !important;
    opacity: 1 !important;
}

.card-label-bottom-error-select {
    color: #e23219 !important;
    opacity: 1 !important;
}

.card-option-group .card-label-bottom-error-select {
    font-family: MuseoSans;
    color: white;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 38px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}


.card-option-group .card-label-bottom-error {
    font-family: MuseoSans;
    color: white;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 30px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}



.card-fa {
    opacity: 1 !important;
}

.card-dropdown {
    color: #a6a6a6 !important;
}

.card-form-control:focus {
    border-bottom: 1px solid #1c79ca !important;
}


/* Date-picker */
.form-group {
    margin: 1px 4px 0px 0px;
}

/* Remove spinner for input type text */
input[type=number] {
    -moz-appearance: textfield !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Popover */
.popover-header {
    font-family: MuseoSans;
    padding: 8px 1px;
    margin: 2px 20px 2px 20px;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #1c79ca;
    background-color: white;
    border-bottom: 1px solid #e4e4e4;
    border-radius: 5px 5px 0 0;
}

.popover-body {
    font-family: MuseoSans;
    color: #49494a;
    padding: 8px 9px;
    margin: 0px 10px 0px 10px;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #49494a;
}

/* Number of records dropdown control */
.records-dropdown {
    background: transparent;
    border: none;
    border-bottom: 2px;
    border: white;
    margin-bottom: 10px;
    margin-top: 5px;
}

    .records-dropdown .btn {
        border: none !important;
        opacity: 1 !important;
        color: #49494a !important;
        background: transparent;
        width: 70px !important;
    }

        .records-dropdown .btn .caret {
            display: none !important;
        }

    .records-dropdown .dropdown-menu {
        width: 100%;
        padding: 5px 10px 5px 10px;
    }

        .records-dropdown .dropdown-menu li a {
            text-decoration: none;
        }

        .records-dropdown .dropdown-menu .dropdown-menu-item {
            line-height: 2;
            border-bottom: 1px solid #e4e4e4;
            cursor: pointer;
        }

        .records-dropdown .dropdown-menu .dropdown-last-menu-item {
            border-bottom: none !important;
        }

        .records-dropdown .dropdown-menu .dropdown-menu-item-title {
            font-family: MuseoSans;
            font-size: 16px;
            font-weight: 500;
            color: #a6a6a6;
        }

            .records-dropdown .dropdown-menu .dropdown-menu-item-title:hover {
                font-family: MuseoSans;
                font-size: 16px;
                font-weight: 900;
                color: #1c79ca;
                line-height: 1.4;
                background: transparent;
            }

    .records-dropdown .label-top {
        font-family: MuseoSans;
        font-size: 14px;
        color: white;
        opacity: 0.5 !important;
        text-transform: uppercase;
        display: none;
        position: absolute;
    }

    .records-dropdown .dropdown-toggle::after {
        display: none;
    }

    .records-dropdown .dropdown-label {
        margin-bottom: 0.1rem;
    }

    .records-dropdown .fa {
        font-size: 24px;
        color: #49494a;
    }

/* Sort Dropdown control */
.sort-dropdown {
    background: transparent;
    border: none;
    border-bottom: 2px;
    border: white;
}

    .sort-dropdown .btn {
        font-family: MuseoSans;
        font-size: 16px;
        padding: 3px 4px 0px 0px;
        display: block;
        border: none;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-bottom: 1px solid lightgrey;
        background: transparent;
        box-shadow: none;
        width: 100%;
        opacity: 1 !important;
        color: white;
        outline: none;
        text-align: left;
    }

        .sort-dropdown .btn .caret {
            display: none !important;
        }

    .sort-dropdown .dropdown-menu {
        width: 100%;
        padding: 5px 10px 5px 10px;
        float: left;
    }

        .sort-dropdown .dropdown-menu li a {
            text-decoration: none;
        }

        .sort-dropdown .dropdown-menu .dropdown-menu-item {
            line-height: 2;
            border-bottom: 1px solid #e4e4e4;
            cursor: pointer;
        }

    .sort-dropdown ul.dropdown-menu.dropdown-menu-right.show {
        width: 250px;
        /*Add this class and style separately with some smaller value for Mobile*/
    }

    .sort-dropdown > img, .sort-dropdown .dropdown-menu li a, .table-operations > i, .fa-angle-right, .fa-angle-left, .fa-angle-double-right, .fa-angle-double-left {
        cursor: pointer;
    }


    .sort-dropdown .dropdown-menu .dropdown-last-menu-item {
        border-bottom: none !important;
        cursor: pointer;
    }

    .sort-dropdown .dropdown-menu .dropdown-menu-item-title {
        font-family: MuseoSans;
        font-size: 16px;
        font-weight: 500;
        color: #a6a6a6;
    }

        .sort-dropdown .dropdown-menu .dropdown-menu-item-title:hover {
            font-family: MuseoSans;
            font-size: 16px;
            font-weight: 900;
            color: #1c79ca;
            line-height: 1.4;
            background: transparent;
        }

    .sort-dropdown .label-top {
        font-family: MuseoSans;
        font-size: 14px;
        color: white;
        opacity: 0.5 !important;
        text-transform: uppercase;
        display: none;
        position: absolute;
    }

    .sort-dropdown .dropdown-toggle::after {
        display: none;
    }

    .sort-dropdown .dropdown-label {
        margin-bottom: 0.1rem;
    }

/* Option group */
.option-group {
    position: relative;
    /*margin-bottom: 3.5rem;*/
    margin-bottom: 32px;
}

    .option-group .label-top {
        font-family: MuseoSans;
        color: white;
        font-size: 16px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 0px;
    }

.option-control {
    font-family: MuseoSans;
    font-size: 20px;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: white;
    border-bottom: 1px solid white;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../../assets/img/downwards-arrow-white.svg) no-repeat right transparent;
    padding: 0 2rem 0 0 !important;
}

.option-control-two-btn {
    background: url(../../../assets/img/arrow-white.svg) no-repeat 95% transparent;
}

.option-control:focus {
    color: white;
    border: none;
    outline: none;
    border-bottom: 1px solid white;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    box-shadow: 0 0 0 0.2rem transparent !important;
}

.option-control:disabled {
    border-bottom: none !important;
    pointer-events: none;
    background-color: transparent !important;
    color: white !important;
    background: none !important;
}

.option-customcontrol::-ms-value {
    color: white;
}

.option-control option {
    background: white;
    font-size: 20px;
    line-height: 2;
    border-bottom: 1px solid #e4e4e4;
    cursor: pointer;
    border: none;
    color: #a6a6a6;
    border-radius: none;
    cursor: pointer;
}

.option-group .input-group-btn {
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    float: right;
    right: 0;
    top: -4px;
    z-index: 4;
}

    .option-group .input-group-btn:last-child > .btn,
    .option-group .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.option-group .btn {
    padding: 0px;
    background: transparent;
}

    .option-group .btn .fa {
        width: 24px;
        height: 24px;
        padding: 0px;
        margin: 0px;
        color: white;
    }


/* card option control */
.card-option-group {
    position: relative;
    margin-bottom: 3.5rem;
}

    .card-option-group .card-label-top {
        font-family: MuseoSans;
        color: #a6a6a6;
        font-size: 16px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 0px;
    }

#ddlFilterAccountType.card-option-control {
    width: auto;
}

.card-option-control {
    font-family: MuseoSans;
    font-size: 20px;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    line-height: 1.4;
    color: #49494a;
    border-bottom: 1px solid lightgrey;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../../assets/img/arrow.svg) no-repeat right transparent;
    overflow-y: hidden;
    max-height: 1.9rem;
    padding: 0 !important;
    padding-right: 2.2rem !important;
    white-space: nowrap;
}

    .card-option-control:focus {
        outline: none !important;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 1px solid lightgrey !important;
        box-shadow: 0 0 0 0.2rem transparent !important;
    }

    .card-option-control:disabled {
        border-bottom: none !important;
        pointer-events: none;
        background-color: transparent !important;
        color: #49494a !important;
        background: none !important;
    }

    .card-option-control option {
        background: white;
        font-size: 20px;
        line-height: 2;
        border-bottom: 1px solid #a6a6a6;
        cursor: pointer;
        border: none;
        color: #49494a;
        border-radius: none;
        cursor: pointer;
    }

.card-option-control-two-btn {
    background: url(../../../assets/img/arrow.svg) no-repeat 93% transparent;
}

.card-option-group .input-group-btn {
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    float: right;
    right: 0;
    top: -2px;
    z-index: 4;
}

    .card-option-group .input-group-btn:last-child > .btn,
    .card-option-group .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.card-option-group .btn {
    padding: 0px;
    background: transparent;
}

    .card-option-group .btn .fa {
        width: 24px;
        height: 24px;
        padding: 0px;
        margin: 0px;
        color: #49494a;
    }

/* hide arrow for option - IE browser */
select::-ms-expand {
    display: none;
}

textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    align-content: left;
    overflow: auto;
}

    textarea::-webkit-input-placeholder {
        color: #666;
    }

    textarea:-moz-placeholder { /* Firefox 18- */
        color: #666666;
    }

    textarea::-moz-placeholder { /* Firefox 19+ */
        color: #666666;
    }

    textarea:-ms-input-placeholder {
        color: #666666;
    }

.rating-star {
    color: orange;
}

/* Time picker  */
.ui-timepicker-standard a {
    font-family: MuseoSans;
    font-size: 16px;
    text-align: left !important;
    color: #a6a6a6 !important;
}

.ui-timepicker-standard .ui-state-hover {
    background-color: #03A9F4 !important;
    border: none;
}

@media only screen and (min-width : 768px) and (max-width : 1280px) {
    .label-top-not-empty {
        font-size: 14px !important;
        text-transform: uppercase;
        -webkit-transform: translate(0,-80%);
        -ms-transform: translate(0,-80%);
        transform: translate(0,-80%);
    }
}

/** Mobile */
@media screen and (max-width: 425px) {
    .label-top-not-empty {
        font-size: 9px !important;
        text-transform: uppercase;
        -webkit-transform: translate(0,-60%);
        -ms-transform: translate(0,-60%);
        transform: translate(0,-60%);
    }

    .md-input .md-form-control {
        font-family: MuseoSans;
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        display: block;
        border: none;
        border-bottom: 1px solid lightgrey;
        background: transparent;
        box-shadow: none;
        width: 100%;
        opacity: 1 !important;
        color: white;
        outline: none;
    }

    .md-input .label-top {
        font-family: MuseoSans;
        color: white;
        font-size: 14px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 0px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .md-input .md-form-control:-moz-read-only { /* For Firefox */
        border-bottom: none !important;
    }

    .md-input .md-form-control:read-only,
    .md-input .md-form-control:read-only:hover {
        border-bottom: none !important;
    }

        .md-input .md-form-control:read-only ~ .card-label-top {
            font-size: 10px;
            background-color: transparent;
            text-transform: uppercase;
        }

        .md-input .md-form-control:read-only:focus {
            border-bottom: none !important;
        }

    .md-input .label-bottom {
        font-family: MuseoSans;
        color: white;
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 0px;
        top: 25px;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        opacity: 0.5;
    }

    .md-input .label-bottom-error {
        color: #e23219;
        opacity: 1 !important;
    }

    .md-input .bar:before {
        left: 50%;
    }

    .md-input .bar:after {
        right: 50%;
    }

    .md-input .highlight {
        position: absolute;
        height: 60%;
        width: 100px;
        top: 25%;
        left: 0;
        pointer-events: none;
        opacity: 0.5 !important;
        color: white;
    }

    .md-input .md-form-control:focus ~ .label-top {
        font-family: MuseoSans;
        font-size: 9px;
        color: white;
        background-color: transparent;
        text-transform: uppercase;
        opacity: 0.5 !important;
    }

    .md-input .bar:before,
    .md-input .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 0px;
        position: absolute;
        background: #03A9F4;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        background-color: transparent;
    }

    .md-input .md-form-control:focus ~ .bar:before,
    .md-input .md-form-control:focus ~ .bar:after {
        width: 50%;
        /*background-color: #fecc39;*/
    }

    /* Input type with Button */
    .input-group .form-control {
        font-family: MuseoSans;
        font-size: 14px;
        line-height: 1.4;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        padding: 0px 0px 0px 0px;
        display: block;
        border: none;
        background: transparent;
        box-shadow: none;
        opacity: 1 !important;
        color: white;
        outline: none;
        border-bottom: 1px solid lightgrey;
        z-index: 3;
    }

    .input-group .btn {
        background: none;
    }

    .input-group-btn {
        top: -9px;
    }

        .input-group-btn:last-child > .btn,
        .input-group-btn:last-child > .btn-group {
            z-index: 2;
            margin-left: -1px;
        }

    .input-group .btn {
        padding: 0px;
    }

    .second-btn {
        margin-right: 25px;
    }

    .input-group .btn .fa {
        width: 18px;
        height: 18px;
        padding: 0px;
        margin: 0px;
        color: white;
    }

    .input-group .label-top {
        font-size: 14px;
        left: 0px;
        top: 0px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        opacity: 0.8 !important;
    }

        .input-group .label-top:focus {
            font-size: 9px !important;
        }

    .input-group .form-control:-moz-read-only { /* For Firefox */
        border-bottom: none !important;
        pointer-events: none;
    }

    .input-group .form-control:read-only {
        border-bottom: none !important;
        pointer-events: none;
    }

    .input-group .form-control:disabled {
        border-bottom: none !important;
        pointer-events: none;
    }

    .input-group .form-control:read-only ~ .label-top, .view-label-top {
        font-size: 10px;
        background-color: transparent;
        text-transform: uppercase;
    }

    .input-group .form-control:read-only:focus {
        border-bottom: none !important;
    }

    .input-group .label-bottom {
        font-family: MuseoSans;
        color: white;
        font-size: 10px;
        padding: 0px 0px 0px 0px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 0px;
        /*top: 20px;*/ /* Don't on this, it will overlap input on mobile */
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        opacity: 0.5;
    }

    .input-group .label-bottom-error {
        color: #e23219;
        opacity: 1 !important;
    }

    .input-group .highlight {
        position: absolute;
        height: 60%;
        width: 100px;
        top: 25%;
        left: 0;
        pointer-events: none;
        opacity: 0.5 !important;
        color: white;
    }

    .input-group .form-control:focus ~ .label-top {
        font-size: 9px !important;
        color: white;
        background-color: transparent;
        text-transform: uppercase;
    }
    /* .input-group .form-control:focus{
            /*border-bottom: 1px solid #fecc39;
        } 
    
        /* Dropdown control */
    .input-dropdown {
        background: transparent;
        border: none;
        border-bottom: 2px;
        border: white;
        margin-bottom: 3.5rem;
    }

        .input-dropdown .btn {
            font-family: MuseoSans;
            font-size: 14px;
            padding: 2px 4px 0px 0px;
            display: block;
            border: none;
            border-radius: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-bottom: 1px solid lightgrey;
            background: transparent;
            box-shadow: none;
            width: 100%;
            opacity: 1 !important;
            color: white;
            outline: none;
            text-align: left;
        }

            .input-dropdown .btn .caret {
                display: none !important;
            }

        .input-dropdown .dropdown-menu {
            width: 100%;
            padding: 5px 10px 5px 10px;
        }

            .input-dropdown .dropdown-menu .dropdown-menu-item-title {
                font-family: MuseoSans;
                font-size: 12px;
                line-height: 1.1;
                text-decoration: none !important;
                color: #a6a6a6;
            }

                .input-dropdown .dropdown-menu .dropdown-menu-item-title:hover {
                    font-family: MuseoSans;
                    font-size: 12px;
                    color: #1c79ca;
                    line-height: 1.1;
                }

            .input-dropdown .dropdown-menu li a {
                cursor: pointer;
            }

        .input-dropdown .dropdown-toggle::after {
            display: none;
        }

        .input-dropdown .label-top {
            font-family: MuseoSans;
            font-size: 10px;
            color: white;
            opacity: 0.5 !important;
            text-transform: uppercase;
            display: none;
            position: absolute;
        }

        .input-dropdown .dropdown-toggle::after {
            display: none;
        }

        .input-dropdown .dropdown-label {
            margin-bottom: 0.1rem;
        }

    /* Input text for card  */
    .card-form-control {
        color: #49494a !important;
        border-bottom: 1px solid lightgrey !important;
    }

        .card-form-control::-moz-placeholder {
            color: #a6a6a6 !important;
            opacity: 1 !important;
        }

        .card-form-control:-ms-input-placeholder {
            color: #a6a6a6 !important;
            opacity: 1 !important;
        }

        .card-form-control::-webkit-input-placeholder {
            color: #a6a6a6 !important;
            opacity: 1 !important;
        }

    .card-label-top {
        color: #a6a6a6 !important;
        opacity: 1 !important;
        font-size: 10px;
    }

    .card-label-bottom {
        color: #a6a6a6 !important;
        opacity: 1 !important;
    }

    .card-label-bottom-error {
        color: #e23219 !important;
        opacity: 1 !important;
    }

    .card-fa {
        opacity: 1 !important;
    }

    .card-dropdown {
        color: #a6a6a6 !important;
    }

    .card-form-control:focus {
        border-bottom: 1px solid #1c79ca !important;
    }

    .input-group .card-form-control:focus ~ .input-group:before,
    .input-group .card-form-control:focus ~ .input-group:after {
        border-bottom: #84c0f5;
    }

    .input-group .card-form-control:focus {
        border-bottom: 1px solid #1c79ca;
    }

    /* Date-picker */
    .form-group {
        margin: 1px 4px 0px 0px;
    }

    /* Remove spinner for input type text */
    input[type='number'] {
        -moz-appearance: textfield;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    /* Popover */
    .popover-header {
        font-family: MuseoSans;
        font-weight: 900;
        color: #1c79ca;
        padding: 8px 1px;
        margin: 0px 10px 0px 10px;
        font-size: 14px;
        background-color: white;
        border-bottom: 1px solid #e4e4e4;
        border-radius: 5px 5px 0 0;
    }

    .popover-body {
        font-family: MuseoSans;
        color: #49494a;
        padding: 8px 9px;
        margin: 0px 5px 0px 4px;
        font-size: 14px;
    }

    /* Option group */
    .option-group {
        position: relative;
        /*margin-bottom: 2px;*/
    }

        .option-group .label-top {
            color: white;
            font-size: 12px;
            left: 0px;
        }

    .option-control {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 2.5;
    }

        .option-control option {
            font-size: 12px;
            line-height: 1;
        }

    .option-group .input-group-btn {
        margin-top: -4px;
    }

    .option-control-two-btn {
        background: url(../../../assets/img/arrow-white.svg) no-repeat 90% transparent;
    }
    /* card option control */
    .card-option-group {
        position: relative;
        margin-bottom: 3.5rem;
    }

        .card-option-group .card-label-top {
            font-size: 12px;
            left: 0px;
        }

    .card-option-control {
        font-size: 16px;
    }

    .card-option-group .input-group-btn {
        margin-top: -4px;
    }

    .card-option-control option {
        background: white;
        font-size: 12px;
        line-height: 1;
    }

    .card-option-control-two-btn {
        background: url(../../../assets/img/arrow.svg) no-repeat 90% transparent;
    }


    .ui-timepicker-standard a {
        font-size: 12px;
        text-align: left !important;
        color: #a6a6a6 !important;
    }
}


/* Remove background color for auto complete input field */
@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}

.input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.input-icon-gap {
    margin-left: 0.125rem;
}

.btn-secondary-no-outline {
    border: none !important;
}

    .btn-secondary-no-outline:hover {
        border: none !important;
    }

    .btn-secondary-no-outline.calendar-white:hover {
        color: white !important;
        background-color: none !important;
        border-color: none !important;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ie-form-control-disabled {
        border-bottom: none !important;
        pointer-events: none !important;
    }

    .input-group .form-control[readonly] {
        border-bottom: none !important;
        pointer-events: none;
    }
}

/* Field Validation Error */
.input-validation-error {
    margin-bottom: 30px !important;
    -webkit-transition: all .1s !important;
    -moz-transition: all .1s !important;
    -o-transition: all .1s !important;
    transition: all .1s !important;
}

    .input-validation-error ~ .input-icon-gap {
        margin-top: -30px !important;
    }

.option-control, .form-control {
    -webkit-transition: all .1s !important;
    -moz-transition: all .1s !important;
    -o-transition: all .1s !important;
    transition: all .1s !important;
}

/*Add by Abdullah*/
.option-control2 {
    font-family: MuseoSans;
    font-size: 20px;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: #49494a;
    border-bottom: 1px solid #a6a6a6;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../../assets/img/icons-action-dropdown.png) no-repeat right transparent;
    padding: 0 2rem 0 0 !important;
}

/*The "label.label-20-12-white" css class is made to be used for displaying text and not for editting text.*/
/*It is much more responsive and reduces the lines of html code, then going with the approach of using input-group followed by form-control and label-top.*/
/*The html structure for it will look like this: */
/*<div class="col-md">*/
/*<label class="label-20-12-white label-20-12-white-top">Premises Address</label>*/
/*<label class="label-20-12-white">1, Jalan Loke Yew, ...</label >*/
/*<label class="label-20-12-white label-20-12-white-top">Premises Type</label>*/
/*<label class="label-20-12-white">Domestic</label >*/
/*</div>*/
label.label-20-12-white {
    font-family: MuseoSans;
    font-size: 20px;
    line-height: 1.4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    border: none;
    background: transparent;
    box-shadow: none;
    opacity: 1 !important;
    color: white;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 35px;
    text-overflow: ellipsis;
}

    label.label-20-12-white.label-20-12-white-top {
        font-size: 14px;
        background-color: transparent;
        text-transform: uppercase;
        opacity: 0.8 !important;
        margin-bottom: 0 !important;
    }

        label.label-20-12-white.label-20-12-white-top + div.input-group {
            margin-bottom: unset !important;
        }

div.input-group > label.label-20-12-white {
    max-width: 80%;
    padding-right: 10px !important;
}

@media screen and (max-width: 425px) {
    label .label-20-12-white {
        font-family: MuseoSans;
        font-size: 14px;
        line-height: 1.4;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        padding: 0px 0px 0px 0px;
        display: block;
        border: none;
        background: transparent;
        box-shadow: none;
        opacity: 1 !important;
        color: white;
        outline: none;
    }

        label.label-20-12-white.label-20-12-white-top {
            font-size: 9px !important;
            color: white;
            background-color: transparent;
            text-transform: uppercase;
            opacity: 0.8 !important;
            margin-bottom: 0 !important;
        }
}