@font-face {
    font-family: 'gaiji';
    src:url('EUDC.woff2') format('woff2');
}
body {
    font-family: 'gaiji';
    height: 100%;
    width: 100%;
}

input {
    font-family: 'gaiji';
    padding:1px;
}
input.datepicker {
    width: 6rem;
}
input.hasDatepicker {
    width: 6rem;
}
/* container
---------------------------------------------------------------------- */
#container {
    width: 100%;
    background: url(../img/header_bg.jpg), url(../img/bg.jpg);
    background-color: transparent, #EBEBEB;
    background-repeat: no-repeat, repeat-x;
    background-position: top center, top center;
    height: 100%;
    }

#main .contents {
    margin-top: 15px;
    }


.sbcs {
    ime-mode: disabled;
}
.dbcs {
    ime-mode: active;
}
ul.nostyle {
    list-style-type: none;
}
label {
    display: block;
    margin: 2px;
}
label.horizontal {
    float: left;
}
label span {
    padding-right: 5px;
}

.actionButtons150 {
    width: 150px;
    height: 30px;
    font-size: small;
    vertical-align: middle;
}
.actionButtonsL {
    width: 120px;
    height: 30px;
    font-size: small;
    vertical-align: middle;
}

.actionButtonsM {
    width: 80px;
    height: 30px;
    font-size: small;
    vertical-align: middle;
}

.actionButtonsS {
    width: 48px;
    height: 30px;
    font-size: small;
    vertical-align: middle;
}

.actionButtonsC {
    width: 80px;
    height: 25px;
    font-size: small;
    vertical-align: middle;
    border: 2px solid #C5DED2;
    color: white;
    border-radius: 8px;
    display: block;
    background-color: #91bd63;
    margin-right:50px;
}

.actionButtonsC:hover {
    border-radius: 6px;
    background-color: #c3d97b;
}

table.dataTable {
    margin: 5px;
    border-collapse: collapse;
}

table.dataTable tr.odd {
    background-color: #EFFFEF;
}

table.dataTable tr.odd td.sorting_1 { 
    background-color: #EFFFEF;
}
table.dataTable tr.even td.sorting_1 {
    background-color: white;
}

table.dataTable th.sorting_asc, table.dataTable th.sorting_desc {
    font-weight: bold;
} 

table.dataTable thead th {
    padding: 3px 18px 3px 8px;
    border-bottom: 1px solid black;
    font-weight: normal;
    background-color: #E1F1CA;
    cursor: pointer;
}
table.dataTable thead th.title {
    background-color: #87BFAB;
    background-image: url(../img/table-header.png);
    background-position: top left;
    background-repeat: repeat-x;
    font-weight: bold;
    text-align: center;
    color: white;
}

table.dataTable th, table.dataTable td {
    border: 1px solid gray;
}

.dataTables_length {
    margin-left: 10px;
}


table.dataList {
    margin: 5px;
    width: 100%;
    border-collapse: collapse;
}

table.dataList tr.odd {
    background-color: #EFFFEF;
}

table.dataList tr.odd td.sorting_1 { 
    background-color: #EFFFEF;
}
table.dataList tr.even td.sorting_1 {
    background-color: white;
}

table.dataList th.sorting_asc, table.dataList th.sorting_desc {
    font-weight: bold;
} 

table.dataList thead th {
    padding: 5px;
    font-weight: normal;
    background-color: #E1F1CA;
}

table.dataList thead th.title {
    padding: 5px;
    background-color: #87BFAB;
    background-image: url(../img/table-header.png);
    background-position: top left;
    background-repeat: repeat-x;
    font-weight: bold;
    text-align: center;
    color: white;
}

table.dataList th, table.dataList td {
    border: 1px solid gray;
}

table.dataList td.noside {
    border-style: solid hidden solid hidden;
}

table.dataList th.noline, table.dataList td.noline {
    border-style: none;
}

table.dataList td {
    padding: 5px;
}
.panel {
    padding: 10px;
}

ul.err-msg {
    list-style-type: none;
}

ul.err-msg li {
    margin: 2px;
    color: red;
}

th.cell {
    width: 15em;
}


ul.tab {
    zoom: 1;
    background: #ededed;
    border-bottom: 3px solid #87BFAB;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
ul.tab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden;}
ul.tab li {
    float: left;
    text-align: center;
    font-size: 12px;
    border-left: solid 1px white;
}
ul.tab li:last-child {
    background: none;
}
ul.tab li a {
    display: block;
    width: 107px;
    padding: 8px 0;
    text-decoration: none;
    color: #222;
}
ul.tab li a:hover {
    background: #87BFAB;
    color: #fff;
}
ul.tab li.active,
ul.tab li.active a,
ul.tab li.active a:hover {
    background: #87BFAB url(../img/h2_bg.jpg) top left repeat-x;
    font-weight: bold;
    color: #fff;
}
div.tabcontent {
    clear: both;
    background: #f7f7f7;
    padding: 5px;
}

table.dataTable td.noside {
    border-style: solid hidden solid hidden;
}

.input-guide {
    color: blue;
    margin-left: 2px;
}

span.required {
    font-size: 10px;
    color: red;
}

.right {
    text-align: right;
}

.company {
    display: none;
}
.center {
    display: none;
}

table.dataTable th.noline, table.dataTable td.noline {
    border-style: none;
}

input[readonly]{
    color: #707070;
    border: 1px solid #707070;
    background-color:#EFEFEF;
}

table.resultTable {
    margin: 5px;
    border-collapse: collapse;
}

table.resultTable thead th {
    font-weight: normal;
    background-color: #E1F1CA;
}

table.resultTable thead th.title {
    background-color: #87BFAB;
    background-image: url(../img/table-header.png);
    background-position: top left;
    background-repeat: repeat-x;
    font-weight: bold;
    text-align: center;
    color: white;
}

table.resultTable th, table.resultTable td {
    padding: 3px 3px 3px 3px;
    border: 1px solid gray;
}

