a.ico {
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    opacity: 1;
}

a.ico:hover {
    opacity: 1;
}

.fl {
    float: left;
    display: block;
}

.fr {
    float: right;
    display: block;
}

.fc {
    clear: both;
    display: block;
}

.cl::before,
.cl::after {
    display: table;
    content: "";
}

.cl::after {
    clear: both;
}

.pd {
    padding: 10px;
}

.small {
    font-size: 95%;
}

.info {
    font-style: oblique;
}

.gray {
    color: #666666;

}

div.ajx_loading {
    width: 65px;
    height: 65px;
    background: url('/img/loading.gif') no-repeat;
    position: fixed;
    top: 30%;
    left: 46%;
    z-index: 1000000;
}

.Attach {
    display: inline-block;
    margin: 10px;
    margin-top: 10px;
    position: relative;
    text-align: center;
    width: 97px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}

.Attach img {
    eight: 56px;
    width: 56px;
    margin-top: 9px;
}

.Attach .ico.ico_remove {
    position: absolute;
    top: -8px;
    right: -8px;
}

.Attach .ico.ico_image-resize {
    position: absolute;
    bottom: 5px;
    left: 15%;
    display: none;
}

.Attach .ico.ico_crop {
    position: absolute;
    bottom: 2px;
    right: 2px;
    display: none;
}

.Attach .ico.ico_rename {
    position: absolute;
    bottom: 5px;
    left: 65%;
    display: none;
}

.Attach:hover>.ico.ico_crop {
    display: block;
}

.Attach:hover>.ico.ico_rename {
    display: block;
}

.Attach:hover>.ico.ico_image-resize {
    display: block;
}

.ajx_window {
    box-shadow: 0px 5px 10px #AFAEAE;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    position: absolute;
    min-width: 300px;
    min-height: 100px;
    padding: 10px;
}

.ajx_window .ico_close {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    top: -14px;
    right: -15px;
}

#ui-datepicker-div {
    display: none;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    background-color: white;
}