﻿
.loadding {
    background-image: url("../images/loadding.gif");
    background-size: 100%;
    width: 45px;
    height: 45px;
    display: inline-block;
}

.grid th {
    background: #d2ecf4;
    text-align: center;
}
.grid td {
    text-align: center;
}

.box_printbtn01 {
    width: 92px;
    height: 23px;
    float: left;
    text-align: center;
    vertical-align: top;
    background-image: url(../images/btn_printBox01.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.box_printbtn01:hover{
    background-image: url(../images/btn_printBox01_h.gif);

}
.box_printbtn02 {
    width: 92px;
    height: 23px;
    float: left;
    text-align: center;
    vertical-align: top;
    background-image: url(../images/btn_printBox02.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.box_printbtn02:hover{
    background-image: url(../images/btn_printBox02_h.gif);

}
.box_printbtn03 {
    width: 92px;
    height: 23px;
    float: left;
    text-align: center;
    vertical-align: top;
    background-image: url(../images/btn_printBox03.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.box_printbtn03:hover{
    background-image: url(../images/btn_printBox03_h.gif);

}
.box_printbtn04 {
    width: 92px;
    height: 23px;
    float: left;
    text-align: center;
    vertical-align: top;
    background-image: url(../images/btn_printBox04.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.box_printbtn04:hover{
    background-image: url(../images/btn_printBox04_h.png);
}

.make_g span::before {
    content: url(../images/date_05.png) " ";
}
.make_g span::after {
    content: "：";
}

#csrcInfoArea td {
    padding-top: 5px;
    padding-bottom: 5px;
}
#csrcInfoArea .masterTable td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
}
#csrcInfoArea .table-head {
    border-bottom-color: #000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
}

@media (min-width: 1280px) {
    .banner {
        background: url(../images/banner.jpg);
        background-repeat: no-repeat;
        background-size: 1920px 63px;
        position: relative;
    }
}

[aria-expanded="false"] .text {
    display: inline !important;
}
[aria-expanded="true"] .text {
    display: none !important;
}
[aria-expanded="false"] .text-active {
    display: none !important;
}
[aria-expanded="true"] .text-active {
    display: inline !important;
}

.column-text::before {
    content: " ";
}
.column-required::before {
    content: "*";
    color:red;
}
.column-text::after {
    content: "：";
}

.form-group {
    border-bottom: 1px #E0E0E0 solid;
    padding: 5px 1px 5px 1px;
    margin-bottom: 5px;
}
.chkbox-inline {
    display: inline-block;
}