progress {
    border-radius: 2px;
    width: 100%;
    height: 18px;
    margin-left: -11.5%;
}

    progress::-webkit-progress-bar {
        background-color: lightgreen;
        border-radius: 2px;
    }

    progress::-webkit-progress-value {
        border-radius: 2px;
    }

    progress::-moz-progress-bar {
        /* style rules */
    }

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    transition: width .6s ease;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

#progress p {
    display: block;
    width: 240px;
    padding: 2px 5px;
    margin: 2px 0;
    border: 1px inset #446;
    border-radius: 5px;
}

    #progress p.success {
        background: #0c0 none 0 0 no-repeat;
    }

    #progress p.failed {
        background: #c00 none 0 0 no-repeat;
    }
    /*-------------------------------------*/


.ui-autocomplete-input {
    border: none;
    font-size: 14px;
    /*width: 300px;
    height: 24px;*/
    /*padding-top: 0px !important;*/
    /*padding-top: 2px;*/
    margin-bottom: 5px;
    border: 1px solid #DDD ;/*!important;*/
    z-index: 99999 ;
    /*position: absolute;*/
}
#ui-id-1 {
    z-index: 99999 !important;
}

.ui-menu .ui-menu-item a {
    font-size: 12px;
}

.alert-notifyErr {
    background-color: #dc3545;
    color: white;
}
.alert-notifySucc {
    background-color:forestgreen;
    color: white;
}
button.close {
    float: left;
    left: 5px
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1051 !important;
    float: left;
    display: none;
    min-width: 160px;
    /*_width: 160px;*/
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

#modalIns {
    width: 500px;
}

#DIV_sub_list_u_in > .row:hover {
    cursor: pointer;
    background-color: whitesmoke;
}

#DIV_sub_list_u_in_d > .row:hover {
    cursor: pointer;
    background-color: whitesmoke;
}
.ui-autocomplete-input {
    font-family: "wYekan";
}
#reclet, #ownlet {
    font-family: 'wYekan'
}

.icon-envelope-open, .icon-envelope {
    cursor: pointer;
}