body {
    margin: 0;
    font-size: 13px;
}

a {
    cursor: pointer;
}

input[type=checkbox]:focus{outline:0 none;}
input[type=radio]:focus{outline:0 none;}
.pointer {
    cursor: pointer;
}

.data-table {
    border-collapse: collapse;
    font-size: 14px;
}
.data-table tr td {
    border: 1px #aaa solid;
}
.data-table td {
    padding: 4px 8px;
}

.main-container {
    height: 100%;
    width: 100%;
    border: double #C1D7EF;
    background-color: #DFE8F7;
    overflow-y: auto;
}

.main-body {
    overflow:auto;
    height:100%;
    border: double #C1D7EF;
    background-color: #DFE8F7;
}

.main-body-no-scroll {
    overflow:hidden;
    height:100%;
    border: double #C1D7EF;
    background-color: #DFE8F7;
}

.main-white-body {
    overflow:auto;
    height:100%;
}

.comm-color-div {
    background-color: #DFE8F7;
}

.separator-div {
    padding: 0px 8px;
    font-size: 10pt;
    height: 28px;
    line-height: 28px;
    border-bottom: 1px #BAD0EE solid;
    border-top: 1px #BAD0EE solid;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(1, #D7E7FA), to(#D7E7FA));
}

.th-tr {
    height: 28px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), color-stop(1, #E2E2E2), to(#F7F7F7));
}

.list-div {
    min-height: 100px;
    height: 1000px;
    overflow:auto;
    background-color: white;
}

.list-div-full {
    height: 100%;
    min-height: 100px;
    overflow:auto;
    background-color: white;
}


.condition {
    padding: 10px;
}

input[type="radio"] {
    margin-right: 4px !important;
}

legend {
    margin:0 !important;
    padding:0 !important;
    width:auto !important;
}

fieldset {
    border: 1px white groove !important;;
    width: auto !important;;
    height: auto !important;;
    padding:0 0 20px 12px !important;
}

.padding-10 {
    padding: 10px;
}

.margin-10 {
    margin: 10px;
}

.margin-r-10 {
    margin-right: 10px;
}

.margin-20 {
    margin: 10px;
}

.margin-15 {
    margin: 15px;
}

.mini-navi-div {
    color: #003399;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 0px 8px;
}

.float-left {
    float: left;
}

.display-block {
    display: inline-block;
}

.page-info-div img {
    cursor: pointer;
}

.hidden {
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6) !important;
    filter:alpha(opacity=60);
}
.common-modal {
    position: fixed;
    top: 50%;
    width: 300px;
    margin-top: -50px;
    left: 50%;
    background: #fff;
    border-radius: 7px;
    z-index: 10000;
    transform: translateX(-50%) translateY(-50%);
}
.common-modal-body {
    padding: 14px;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
}
.common-modal-action {
    cursor: pointer;
    color: #62b816;
    line-height: 1.5;
    padding: 8px;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #d0d0d0;
}
.common-modal-sure {
    cursor: pointer;
    color: #62b816;
    line-height: 1.5;
    padding: 8px;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #d0d0d0;
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
}
.common-modal-cancel {
    cursor: pointer;
    color: #999;
    line-height: 1.5;
    padding: 8px;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #d0d0d0;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #dcdcdc;
    float: left;
}

.toast {
    position: fixed;
    bottom: calc(50% - 20px);
    width: 100%;
    text-align: center;
    z-index: 55555;
}

.toast > div{
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 1.0em;
    margin: 0 20px;
    padding: 6px 12px;
    border-radius: 4px;
    word-break: break-all;
    display: inline-block;
}


.section-title
{
    padding: 10px !important;
    font: 16px;
    font-weight: bold;
    color: coral;
}

.news-item-detail a {
    float: right;
    font-size: 14px;
}

.news-item-detail  span {
    color: coral;
    float: left;
    font-size: 14px;
}