﻿@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ma+Shan+Zheng&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zhi+Mang+Xing&display=swap');

body, p, h1, h2, h3, h4, textarea, input, button, .buttonmain, buttonmain2, select, option, a, th, td, div, span {
    font-family: 'Noto Sans SC', 'Noto Sans TC', Arial, serif;
    /*font-family: Arial, Helvetica, sans-serif, '微软雅黑', 'Microsoft YaHei','Microsoft YaHei UI','Microsoft YaHei New', 'Heiti SC','STHeiti', 'Droid Sans', 'Droid Sans Fallback', 'HeiTi', SimHei;*/
    font-size: 10pt;
}

body {
    color: #373737;
    padding: 0;
    margin: 0;
}

h1 {
    color: #0b1100;
    /*font-family: 'Segoe UI Light', 'Segoe UI', Arial;*/
    font-size: 20pt;
    font-weight: 100;
    font-stretch: condensed;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 10px;
    box-shadow: 3px 3px 5px #9a9696;
    border-top: 1px solid #00148e;
    border-bottom: 1px solid #00148e;
    background: #bfd255; /* Old browsers */
    background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
}

h2 {
    font-size: 16pt;
    font-weight: bold;
    margin: 10px 0 10px 0;
    padding: 0;
    color: #83b000;
    /*border-bottom: 2px solid #94c700;*/
}

h3{
    color: #ff8500;
    font-size: 14pt;
    font-weight: bold;
    margin: 10px 0 5px 0;
    padding: 0;
}

hr{
    margin-top: 0;
    margin-bottom: 10px;
}

pre {
    font-family: 'Courier New', Courier, monospace;
    font-size: 11pt;
}

.condesdedfont {
    font-family: 'Arial Narrow', Arial;
    font-stretch: condensed;
}

.mainmenu {
    
}

.mainmenu ul.level1 > li{
    border-bottom: 1px solid #3d3d3d;
}

    .mainmenu ul.level2 > li {
        border-bottom: 1px solid #3d3d3d;
    }

.mainmenu a.level1{
    background-color: #191919;
    color: #aeaeae;
    padding: 10px 10px 10px 10px;
    outline: none;
    width: 170px;
}

.mainmenu a.level1:hover{
    color: white;
     background-color: #626262;
}

.mainmenu a.level1:active{
    color: white;
    background-color: #c6c6c6;
    outline: none;
}

.mainmenu a.level2{
    background-color: #515151;
    color: #e6e6e6;
    padding: 10px 20px 10px 10px;
    outline: none;
    border-right: 1px solid #353535;
}

.mainmenu a.level2:hover{
    color: white;
    background-color: #6d6d6d;
}

.mainmenu a.level2:active{
    color: black;
    background-color: #a8a8a8;
    outline: none;
}

 /*Level 3*/

    .mainmenu a.level3 {
        background-color: #515151;
        color: #e6e6e6;
        padding: 10px 20px 10px 10px;
        outline: none;
        border-bottom: 1px solid #353535;
    }

        .mainmenu a.level3:hover {
            color: white;
            background-color: #6d6d6d;
        }

        .mainmenu a.level3:active {
            color: black;
            background-color: #a8a8a8;
            outline: none;
        }

/*Level 3*/
a.linkLogout {
    color: black;
    text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 5px 10px;
    background: #b9b9b9;
    border-radius: 7px;
}
a.linkLogout:hover{
    color: white;
    background: #797979;
    text-decoration: none;
    outline: none;
}

input[type=submit],
input[type=button],
button,
.buttonmain {
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color: #007dc1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 5px;
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #e1f1ff;
    padding: 6px 24px;
    text-decoration: none;
    margin: 2px;
}
    input[type=submit]:hover, input[type=button]:hover, button:hover, .buttonmain:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }
    input[type=submit]:active, input[type=button]:active, button:active, .buttonmain:active {
        position: relative;
        top: 1px;
    }

.buttonmain2 {
    background: #c1ee57;
    color: black;
    display: inline-block;
    padding: 7px 20px;
    text-decoration: none;
    margin: 0;
    border: 1px solid #8eb92a;
    cursor: pointer;
}

    .buttonmain2:hover {
        background: #5d8b00;
        color: white;
        text-decoration: none;
    }

input[type=text],
input[type=number],
input[type=date],
textarea,
input[type=password] {
    padding: 5px;
    border: 1px solid #5facff;
    width: 300px;
}
    input[type=text]:focus,
    input[type=number]:focus,
    input[type=date]:focus,
    textarea:focus, input[type=password]:focus {
        border: 1px solid #012b42;
    }
    textarea{
        height: 100px;
    }
select, option{
    padding: 5px;
}
input[type=checkbox] {
    height: 22px;
    width: 22px;
}
input[type=text].datepicker{
    width: 80px;
}
.maintb{
    border-collapse: collapse;
}
.maintb table{
    border-collapse: collapse;
}
.maintb td{
    border: 1px solid darkgray;
    padding: 5px;
}
.maintb tr:nth-child(2n+1){
    background-color: #E3EAEB;
}
.maintb th{
    background-color: #1C5E55;
    color: white;
    padding: 5px;
    border: 1px solid darkgray;
    text-align: center;
}

.table2, .table2 table{
    border-collapse: collapse;
}
    .table2 th {
        border-right: 1px solid #516bc2;
        background-color: #344b97;
        color: #e4e4e4;
        font-weight: bold;
        padding: 10px 20px;
    }
    .table2 td {
        padding: 10px 20px;
        border: none;
    }

    .table2 td:nth-child(1){
        border-right: 1px solid #aed3e8;
    }
    .table2 tr:nth-child(odd) {
        background: #e9f4ff;
    }
    .table2 tr {
        border-bottom: 1px solid #aed3e8;
    }

.table3 table {
    border-collapse: collapse;
}

.table3 th, .table3 td {
    padding: 10px 15px;
}

.table3 th {
    background: #3a127d;
    color: #f5f1ff;
    text-align: left;
    border-right: 1px solid #634f86;
}

.table3 td {
    border-top: 1px solid #cbceff;
    border-bottom: 1px solid #cbceff;
}

.table3 tr:nth-child(2n+1) {
    background: #e7e8fc;
}

.table3 tr td:nth-child(1) {
    border-right: 1px solid #cbceff;
}

.table3 h2 {
    margin-top: 50px;
    font-size: 20pt;
    border: none;
    margin-bottom: 5px;
}

    .table3 h2:nth-child(1) {
        margin-top: 10px;
    }

.table4 table {
    border-collapse: collapse;
}
.table4 th {
    background: #393939;
    color: #bebebe;
    font-weight: bold;
    padding: 10px 25px;
    border-right: 1px solid #646464;
}
.table4 td {
    padding: 10px;
    color: #2e2e2e
}
.table4 tr td:nth-child(1) {
    border-right: 1px solid #c7c7c7;
}
.table4 tr:nth-child(odd) {
    background: #f1f1f1;
}
.table4 tr {
    border-bottom: 1px solid #c7c7c7;
}

.table5 table{
    border-collapse: collapse;
}
.table5 th, .table5 td {
    padding: 10px 15px;
}

.table5 th {
    text-align: left;
    color: #f2f7e7;
    background: #3c4d17;
    font-weight: normal;
    border-right: 1px solid #586d28;
}

.table5 td {
    border: 1px solid #d2e2ae;
}

.table5 tr:nth-child(even) {
    background: #f2ffd7;
}

.flexypager td {
    padding: 1px;
}

.flexypager a, .flexypager a:visited {
    text-decoration: none;
    font-weight: normal;
    color: black;
    display: block;
    padding: 5px 10px;
    /*border: 1px solid #153669;*/
    border: 1px solid #a2c7ff;
    background-color: #a2c7ff;
    border-radius: 15px;
}

    .flexypager .active a,
    .flexypager a:hover {
        border: 1px solid #153669;
        background-color: #153669;
        color: white;
    }

.notificationBox{
    font-size: 16pt;
    line-height: 180%;
}

.boxInfo {
    display: inline-block;
    padding: 10px 15px;
    background: #9ecb2d;
    border-radius: 6px;
    font-weight: bold;
    font-size: 14pt;
    color: white;
    margin: 5px;
    background: #8eb92a;
}

    .boxInfo span {
        display: block;
        font-size: 12pt;
        color: white;
        font-weight: normal;
    }