
/*--- top-textbox  : Start---*/
.top-textbox {
    padding-top: 5px;
    position: relative;
    margin-bottom: 5px;
    min-height: 70px;
    direction: rtl;
}
.top-textbox input{
    line-height: 1.25;
    color: #232222;
    background-color: transparent;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #a9e3f9;
    border-radius: 3px;
    box-shadow: none!important;
    background: no-repeat center bottom, center calc(100% - 1px);
    background-size: 0 100%, 100% 100%;
    /* border: 1px; */
    -webkit-transition: all 0s ease-out;
    transition: all 0s ease-out;
    background-image: linear-gradient(to top, #007ad4 1px, rgba(13, 71, 161, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0) 1px, transparent 1px);
    padding-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    font-size: 1.3rem;
    font-weight: normal;
    height: 40px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 8px;
    background-color: #fff;
}

.top-textbox input:focus{
    border-bottom-color: #1d6ac7;
    outline: none;
    background-size: 100% 100%, 100% 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    /*color: #ff5b00;*/
    box-shadow: none;
}


.top-textbox input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
    font-weight: normal;

}
.top-textbox input::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
    font-weight: normal;
}
.top-textbox input:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
    font-weight: normal;
}
.top-textbox input:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
    font-weight: normal;
}
.top-textbox label{
    font-weight: bold;
    color: #007ad4;
    font-size: 0.8rem;
}
.top-textbox i{
    position: absolute;
    left: 7px;
    font-size: 20px;
    top: 42px;
    color: #c2dbe4;
    z-index: 1;
    pointer-events: none;
}
.top-textbox .ui-message-error{
    position: absolute;
    top: 27px;
    left: -22px;
    background: no-repeat;
    border: none;
    color: red;
}

.top-textbox .ui-message-error .ui-message-error-icon{
    font-family: FontAwesome;
    background: none;
    width: auto;
    font-size: 11px;
}
.top-textbox .ui-message-error .ui-message-error-icon:before{  
    content: "\f069";
}
.top-textbox .ui-message-error-detail{
    display: none;
}
/*--- top-textbox : End---*/
.ui-autocomplete-panel{
    background-color: #fff;
    max-height: 400px;
}
.ui-autocomplete-panel .ui-autocomplete-list-item{
    text-align: right!important;
    color:#000;
}
.ui-autocomplete-query{
    color:#ff5b00!important;
}
.ui-autocomplete{
    width: 100%!important;
}
.top-input-calendar{
    direction: ltr;
    text-align: right;
}

.top-time input{
    direction: ltr;
    text-align: right;
}
