@charset "utf-8";

/* Product */
.edit_bottom {
    margin: 2px auto;
}

.box {
    margin-bottom: 10px;
}

.content {
    padding-bottom: 5px;
}

.search-form {
    border: 2px solid #cccccc;
}

.form_field {
    float: left;
}

.alert_notice {
    padding: 8px;
    margin: 8px auto;
}

.pagination {
    margin: 0;
}

.pagination_left {
    height: 30px;
    line-height: 30px;
}

.main-footer {
    padding: 10px 15px;
}

.thumbnail_img {
    width: 200px;
    height: 100px;
}

.checkbox-style {
    float: left;
    padding-right: 20px;
}

.form-group label {
    height: 30px;
    line-height: 30px;
}

.input_after {
    float: left;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    margin-left: -5px;
    margin-right: 20px;
}

/* Timeline */
.timeline-body span {
    display: block;
    margin: 5px auto;
}

.search_submit {
    margin-left: 10px;
}

/* order select */
.search_style {
    width: auto;
}

.search_style label {
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
    padding-right: 4px;
}

.search_style input {
    float: left;
    display: inline;
    width: 10%;
    /*height: 28px;*/
    /*line-height: 28px;*/
    margin-right: 5px;
}

.select_style {
    float: left;
    display: inline;
    width: 10% !important;
}

.date_style {
    padding-left: 15px !important;
}

/* user manager */
.box-header .box-tools {
    position: absolute;
    right: 10px;
    top: 15px;
}

.red{
    color:red;

}

.reset{
    margin-left:20px;
}

.list_header{
    height: 50px;
}

.form-group span {
    height: 30px;
    line-height: 30px;
}


.map{
    height: 600px;
}