@charset "utf-8";
/* CSS Document */

.order_status_0{
/*	background: #FCF;*/
	background: #ffb3b3;
	cursor: pointer;
}

.order_status_1{
/*	background: #CFC;*/
	background: #a7ffa6;
	cursor: pointer;
}

/*
 * ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: jQuery UI
 */

/* jQUery UI Overwrite */
#dialog_edit label {
    height: 32px;
    line-height: 2em;
    text-align: right;
    display: block;
    width: 100%;
}

/* jQUery UI Overwrite */
#dialog_edit input[type="text"],
#dialog_edit input[type="number"],
#dialog_edit input[type="date"],
#dialog_edit select{
    width: 90%;
}

/* jQUery UI Overwrite */
#dialog_edit textarea {
    height: 100px;
    width: 95%;
}

.xn-buban {
    width: calc(90% - 32px) !important;
    float: left;
}

.xn-buban-reset {
    width: 32px;
    height: 32px;
    float: left;
}


