@charset "utf-8";

/*
.dataTables_wrapper.form-inline .form-control2 {
    display: inline-block;
    width:100%;
    vertical-align: middle;
}
*/
.required {
    font-weight:bold;
    color:#f00;
}

form span.required:before {
    content: " ※ ";
    color:#f00;
}

.panel-white {
    background:white;
}

.table-white {
    background:white;
}

.table-white th {
    background:aliceblue !important;
}

label {
    margin-bottom:0px;
}

.form-group {
    margin-bottom:5px;
}
.form-cyan {
    background:lightcyan;
}
.big {
    font-size:150%;
}
#post_progress {
    display:none;
}

label.radio_inline_header {
    margin-right:1rem;
}
