@charset "utf-8";
@import url("bootstrap.css");
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
@import url("style.css");
@import url("banner.css");
@import url("jquery.mmenu.all.css");
@import url("jquery.mmenu.toggles.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.3/animate.min.css");

/*Capetown_Signature_Slant_OTF.otf*/
@font-face 
{
    font-family: "Capetown Signature";
    src: url("fonts/Capetown_Signature_Slant_OTF.otf") format("open type");
}
/*DFLiSongMedium-B5.ttf*/
@font-face 
{
    font-family: "DFLiSongMedium-B5";
    src: url("fonts/DFLiSongMedium-B5.ttf") format("true type");
}

/* CSS Document */
body {
    background-color: #fff;
    padding-right: 0px !important;
}

header .top {
    background-image: url(../image/top.png);
    width: 100%;
    min-height: 34px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2px 10px;
}
header .top .buttons {
    padding: 4px 8px;
}
header .top .buttons > button {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    width: 22px;
    height: 22px;
    font-size: 0.75em;
    padding: 0px;
    text-align: center;
    margin: 0 2px;
}
header .top .buttons > button:hover,
header .top .buttons > button:focus {
    color: #4d7b86;
    background-color: #fff;
}
header .top .buttons > a {
    color: #fff;
    text-decoration: underline;
    margin: 0 4px;
}
header .top .buttons > a.accesskey {
    text-decoration: none;
    padding: 5px;
}
header #header {
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}
header #header > nav {
    margin: 0 auto !important;
}
header #header > nav .navbar-collapse {
    max-width: 1400px;
}
header #header > nav .navbar-collapse > ul {
    /*border-right: 1px solid rgba(112,112,112,0.24);*/
}
header #header > nav .navbar-collapse > ul > li {
    border-left: 1px solid rgba(112,112,112,0.24);
}
header #header > nav .navbar-collapse > ul > li:last-child {
    border-right: 1px solid rgba(112,112,112,0.24);
}
header #header > nav .navbar-collapse > ul > li > a {
    text-align: center;
    font-size: 1.0625em;
    color: #1c1c1c;
}
header #header > nav .navbar-collapse > ul > li > a > img {
    height: 20px;
    transform: translateY(-1px);
}
@media screen and (max-width: 991px) {
    header #header > nav .container-fluid {
        justify-content: left;
    }
    header #header > nav .container-fluid .navbar-toggler {
        float: right;
        position: absolute;
        right: 0;
        top: 13px;
    }
    header #header > nav .navbar-collapse > ul {
        border-right: none;
        margin: 0;
    }
    header #header > nav .navbar-collapse > ul > li {
        width: 100%;
        border-left: none;
    }
}
.accesskey {
    padding: 2px 4px;
}

footer {
    background-color: #fff;
    padding: 10px 10px;
}

#content .carousel .carousel-indicators .active {
    width: 30px;
    height: 3px;
}
#content .carousel .carousel-control-next:focus,
#content .carousel .carousel-control-next:hover,
#content .carousel .carousel-control-prev:focus,
#content .carousel .carousel-control-prev:hover {
    background-color: rgba(0,0,0,.1);
}

#home_accesskey {
    text-align: center;
    display: block;
    margin: 10px auto;
    font-size: 1em;
    color: #fff;
    width: fit-content;
    padding: 2px 5px;
}

#content #homesearch {
    display: inline-block;
    width: 100%;
    padding: 3em 1em 6em;
    background-image: url('../image/homesearch/bg01.jpg');
    background-size: cover;
}
#content #homesearch .box {
    display: block;
    margin: auto;
    width: fit-content;
}
#content #homesearch .box .blockTitle {
    text-align: center;
    font-size: 1.25em;
    color: #fff;
    font-weight: bold;
}
#content #homesearch .box .keyTable {
    width: 90%;
    max-width: 500px;
    background-color: #F6F6F6;
    padding: 2em;
    border-radius: 5px;
    margin: auto;
}
#content #homesearch .box .keyTable > input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px;
    margin: 2px 0 15px;
}
#content #homesearch .box .keyTable .verifyokay {
    width: fit-content;
    position: absolute;
    display: none;
    padding: 10px;
    margin: 0 auto;
    transform: translateX(-35px);
    color: #0ad3ba;
}
#content #homesearch .box .keyTable .verifybox #truecaptcha {
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 3px;
    float: left;
    margin-right: 5px;
    padding: 1px 6px;
    font-family: monospace;
}
#content #homesearch .box .keyTable .verifybox button {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px 2px;
    font-size: 0.75em;
    border: 1px solid #09B9D3;
    color: #09B9D3;
    margin-right: 5px;
}
#content #homesearch .box .keyTable .verifybox button:hover {
    background-color: #09B9D3;
    color: #fff;
}
#content #homesearch .box .keyTable .forgetBtn {
    line-height: 24px;
    float: right;
    border: none;
    background-color: transparent;
    font-weight: bold;
}
#content #homesearch .box .queryBtn {
    width: 100%;
    padding: 12px;
    border: none;
    background-color: #474747;
    color: #fff;
    margin-top: 10px;
}
#homepie {
    display: inline-block;
    width: 100%;
    padding-top: 3em;
    background-image: url('../image/homebottombg.jpg');
    background-size: cover;
}
#homepie .blockTitle {
    text-align: center;
    font-size: 1.25em;
    color: #0a0a0a;
    font-weight: bold;
}
#homepie .blockTitle:before {
    content: "";
    width: calc(45% - 230px);
    height: 2px;
    background-color: #D2713E;
    position: absolute;
    left: 10%;
    transform: translateY(12px);
}
#homepie .blockTitle:after {
    content: "";
    width: calc(45% - 230px);
    height: 2px;
    background-color: #D2713E;
    position: absolute;
    right: 10%;
    transform: translateY(12px);
}

#homepie #chartdiv {

}
@media screen and (min-width: 1200px) {
    #homepie #chartdiv {
        height: 400px;
    }
}
@media screen and (min-width: 768px) {
    #homepie #chartdiv {
        height: 400px;
    }
}
@media screen and (max-width: 767px) {
    #homepie #chartdiv {
        height: 300px;
    }
}
#homepie .caseDiv {
    
}
#homepie .caseDiv .block > .divTitle {
    background-color: #B2B2B2;
    color: #fff;
    padding: 8px;
    font-size: 0.9375em;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
#homepie .caseDiv .block {
    width: 100%;
}
#homepie .caseDiv .block > ul {
    list-style: none;
}
#homepie .caseDiv .block > ul > li {
    color: #313131;
    font-size: 0.875em;
    line-height: 20px;
    margin-bottom: 10px;
}
.colorBlock {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    border-radius: 4px;
}

@media screen and (min-width: 992px) {

    #homepie .sameheightRow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    #homepie #chartdiv {
        display: flex;
        flex-direction: column;
    }
    #homepie .caseDiv .block {
        position: absolute;
        top: 0;
        bottom: 0;
        display: inline-block;
        margin: auto;
        height: fit-content;
    }
}

@media screen and (max-width: 991px) {
    #homepie .caseDiv {
        margin-top: 5em;
    }
}
    

.bgGrass {
    background-image: url('../image/homebottombg2.png');
    height: 150px;
    width: 100%;
    background-position: bottom;
}

footer > .sameheightRow {

}
footer .block1 {

}
footer .block2 {
    text-align: center;
    font-size: 0.875em;
    display: flex;
    flex-direction: column;
}
footer .block2 > a.accesskey {
    padding: 2px 5px;
    font-size: 1em;
    display: block;
    width: fit-content;
    margin: auto;
}
footer .block2 > p {
    text-align: center;
}
footer .block2 > ul {
    list-style: none;
    width: fit-content;
    margin: 5px auto;
}
footer .block2 > ul > li {
    float: left;
    padding: 0px 10px;
    border-right: 1px solid #898989;
}
footer .block2 > ul > li:last-child {
    border: none;
}
footer .block2 > ul > li > a {
    color: #313131;
}
footer .block2 > .imgbox {
    width: fit-content;
    display: inline-block;
    margin: 5px auto 15px;
}
footer .block2 > .imgbox .footerlogo,
footer .block2 > .imgbox .footeraccessibility {
    margin: auto;
    width: auto;
    height: 50px;
    float: left;
}
footer .block3 {

}
@media screen and (min-width: 992px) {
    footer > .sameheightRow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    footer .block1 > .footerlogo,
    footer .block3 > .footeraccessibility {
        position: absolute;
        margin: auto;
        height: fit-content;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: fit-content;
    }
    footer .block2 > p {
        width: fit-content;
        display: inline-block;
        margin: 4px auto;
        padding: 0px 10px;
        text-align: center;
    }
}
@media screen and (max-width: 568px) {
    footer .block2 > .imgbox .footerlogo,
    footer .block2 > .imgbox .footeraccessibility {
        float: inherit;
        margin: 0 auto 15px;
    }
}

#content > ul.path {
    margin: 10px 15px;
    list-style: none;
}
#content > ul.path > li {
    float: left;
    padding: 5px;
    color: #7E7E7E;
    cursor: context-menu;
}
#content > ul.path > li > a {
    color: #7E7E7E;
}
#content > ul.path > li:not(:first-child):after {
    content: ">";
    margin-left: 8px;
    /*color: #7E7E7E;*/
}
#content > ul.path > li:last-child:after {
    content: "";
}
#content div.pageTitle {
    width: 100%;
    margin: 2em auto 15px;
}
#content div.pageTitle > p {
    width: fit-content;
    margin: auto;
    border-bottom: 8px solid #7D7D7D;
    font-size: 1.5em;
    font-weight: bold;
    transform: translateY(4px);
    color: #000000;
}
#content div.pageTitle:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #7D7D7D;
    display: block;
}
table.attentionTable {
    background-color: #F9F9F9;
    border-radius: 8px;
    width: 100%;
}
table.attentionTable tr {

}
table.attentionTable tr td {
    padding: 15px 0px;
}
table.attentionTable tr td:first-child {
    background-color: #FFDADA;
    border-radius: 8px;
    text-align: center;
    color: #BF6060;
    font-weight: bold;
    font-size: 0.9375em;
    width: 10%;
    min-width: 80px;
}
table.attentionTable tr td:last-child {
    padding-right: 15px;
}
table.attentionTable tr td:last-child > ol {
    padding-left: 30px;
    font-size: 0.875em;
}
table.attentionTable tr td:last-child > ol > li {
}

table.styleTable_01 {
    width: 100%;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 4px 4px 8px #e1e1e1;
}
table.styleTable_01 tr {
    border-radius: 8px;
}
table.styleTable_01 tr td {
    
}
table.styleTable_01 tr td:first-child {
    background-color: #F2F2F2;
    width: 20%;
    min-width: 100px;
    text-align: center;
    padding: 10px 0px;
    color: #727272;
    letter-spacing: 2px;
}
table.styleTable_01 tr td:first-child .important:before {
    content: "*";
    color: #f00;
}
table.styleTable_01 tr td:last-child {
    padding: 10px;
}
table.styleTable_01 tr td:last-child > .form-control {
    border-radius: 0px;
    border: 1px solid #f2f2f2;
    box-shadow: none;
}
table.styleTable_01 tr td:last-child > .form-control#contactinfo {
    resize: vertical;
    width: 100%;
    height: 150px;
}
form > .buttons {
    margin: 30px auto;
    width: fit-content;
    display: block;
}
.resetBtn {
    border: 1.5px solid #65A2CA;
    padding: 8px 15px;
    background-color: #fff;
    color: #1469A1;
    width: 120px;
    margin: 5px;
}
.submitBtn {
    border: 1.5px solid #65A2CA;
    padding: 8px 15px;
    background-color: #4C7984;
    color: #fff;
    width: 120px;
    margin: 5px;
}
.about p {
    font-size: 0.9375em;
    line-height: 30px;
    color: #7e7e7e;
}
.about img.secondImg {
    float: right;
    transform: translateY(50px);
    width: 280px;
}
@media screen and (max-width: 767px)
{
    .about img.secondImg {
        transform: translateY(20px);
    }
}
.about ul.history {
    list-style: none;
    color: #7E7E7E;
    line-height: 28px;
    font-size: 0.9375em;
}
.about .blockTitle {
    margin-bottom: 12px;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 20px;
    color: #646464;
}

#download #listTable {
    box-shadow: 2px 2px 5px #ccc;
    margin: 15px auto 10px;
    float: left;
    width: 100%;
}
#download #listTable thead {
    background-color: #4B7783;
    color: #fff;
    border: 1px solid #4B7783;
}
#download #listTable thead tr {
    display: revert !important;
}
#download #listTable thead tr th {
    border: 1px solid #fff;
    border-top: 1px solid #4b7783;
    text-align: center;
    padding: 10px 5px;
}
#download #listTable thead tr th:first-child {
    border-left: 1px solid #4b7783;
}
#download #listTable thead tr th:last-child {
    border-right: 1px solid #4b7783;
}
#download #listTable tbody {

}
#download #listTable tbody tr {

}
#download #listTable tbody td {
    padding: 8px;
    border: 1px solid #DBDBDB;
}
#download #listTable tbody td:nth-child(2) {
    color: #919191;
    font-size: 0.9375em;
}
#download #listTable tbody td img {
    margin: auto;
    display: block;
}
#download #listTable tbody td button {
    background-color: #5BAABF;
    color: #fff;
    border: none;
    padding: 5px 10px;
    margin: auto;
    width: fit-content;
    display: block;
    font-size: 0.8125em;
}
#download .pagination {
    margin: 15px auto;
    display: block;
    width: fit-content;
}
#download .pagination li {
    margin: 2px;
}
#download .pagination li a.page {
    width: 20px;
    display: inline-block;
    text-align: center;
    height: 20px;
    border-radius: 100%;
    font-size: 0.8125em;
    line-height: 20px;
    background-color: #e4f0f3;
    border-color: #e4f0f3;
}
#download .pagination li.active {
    
}
#download .pagination li.active a.page {
    background-color: #5baabf;
    border-color: #5baabf;    
}

#stream {

}
#stream .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
#stream .box > .item {
    display: flex;
    flex-direction: column;
}
#stream .box > .item > .block {
    height: 100%;
    background-color: #F7F7F7;
    box-shadow: 3px 4px 8px rgb(0,0,0,.4);
    border-radius: 20px;
    padding: 2em;
    margin: 20px 0 30px;
}
#stream .box > .item > .block:hover,
#stream .box > .item > .block:focus {
    box-shadow: none;
    background-color: #ebebeb;
    text-decoration: none;
}
#stream .box > .item > .block img.typeImg {
    width: 90%;
    margin: 10px auto 30px;
    display: block;
    max-width: 150px;
}
#stream .box > .item > .block:hover img.typeImg,
#stream .box > .item > .block:focus img.typeImg {

}
#stream .box > .item > .block p.typeTitle {
    text-align: center;
    font-size: 1.0625em;
    color: #6C6C6C;
    line-height: 30px;
}
#stream .streamblock img {
    margin: 2em auto 4em;
    display: block;
    width: 750px;
    max-width: 90%;
}
#stream .streamFile {
    border-radius: 10px;
    border: 1px solid #B5B5B5;
}
#stream .streamFile table {
    width: 100%;
}
#stream .streamFile table thead {

}
#stream .streamFile table thead tr {
    
}
#stream .streamFile table thead tr th {
    background-color: #3B4B5C;
    border-radius: 8px 8px 0px 0px;
    padding: 5px;
    text-align: center;
    color: #fff;
}
#stream .streamFile table thead tr th img {
    margin: 6px auto;
    margin-right: 5px;
    width: 25px;
}
#stream .streamFile table tbody {
}
#stream .streamFile table tbody tr {
    
}
#stream .streamFile table tbody tr td {
    padding: 15px 5px 12px;
    text-align: center;
    font-size: 0.75em;
    border-bottom: 1px solid #B5B5B5;
}
#stream .streamFile table tbody tr:last-child td {
    border-bottom: none;
}
#stream .streamFile table tbody tr td img {
    width: 20px;
    margin: 0 10px;
}
#stream .streamFile table tbody tr td a {

}

#stream .fileblock{
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    border-radius: 10px 0;
    border-left: 1px solid #e5e5e5;
    margin-bottom: 1.8em;
}
#stream .fileblock .col {
    float: left;
    flex: auto;
    padding: 15px 10px 12px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}
#stream .fileblock .col a {
    margin: auto;
}
#stream .fileblock .col a > img {
    width: 20px;
    margin: 0 8px 0;
}
#stream .fileblock .blockTitle {
    width: 100%;
    text-align: center;
    background-color: #3b4b5c;
    color: #fff;
    padding: 12px 5px 10px;
    margin-bottom: 0px;
    border-radius: 8px 8px 0px 0px;
}
#stream .fileblock .blockTitle > img {
    width: 25px;
    margin: 0 8px 4px;
}
#stream .startblock {
    margin-bottom: 1.8em;
    border: 1px solid #e5e5e5;
    border-radius: 10px 10px 0 0;
}
#stream .startblock .blockTitle {
    width: 100%;
    text-align: center;
    background-color: #727272;
    color: #fff;
    padding: 12px 5px 10px;
    margin-bottom: 0px;
    border-radius: 8px 8px 0px 0px;
}
#stream .startblock .blockTitle > img {
    width: 25px;
    margin: 0 8px 4px;
}
#stream .startblock .ulBlock {
    margin: auto;
    width: fit-content;
}
#stream .startblock ul {
    padding: 10px;
    text-align: center;
    width: fit-content;
    margin: 5px 8px;
    max-width: 100%;
    display: inline-block;
}
#stream .startblock ul > li {
    float: left;
    list-style-type: "\25CF";
    list-style-position: inside;
    line-height: 28px;
    padding: 2px 10px;
}
.flexSearch {
    width: 150px;
    background-color: #EFEDEE;
    border-radius: 50px 0;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 40%);
    height: 200px;
    padding: 0px 15px;
    position: absolute;
    transform: translateX(-180px);
}
.flexSearch div > img {
    margin: 1em auto .5em !important;
    display: block;
    transform: translateY(-30px);
    width: 70px !important;
}
.flexSearch div > a {
    text-align: center;
    margin: auto;
    display: block;
    transform: translateY(-20px);
    color: #6D6D6D;
    text-decoration: underline;
}
.flexSearch div > p {
    transform: translateY(-10px);
    color: #929292;
}
@media screen and (max-width: 1559px)
{
    .flexSearch {
        position: relative;
        transform: translate(0px, -10px);
        width: 100%;
        height: 60px;
    }
    .flexSearch div > img {
        width: 40px !important;
        float: left;
        transform: translate(15px, -5px);
    }
    .flexSearch div > a {
        transform: translate(0px, 6px);
        text-align: left;
        width: 85%;
        margin-left: 4.5em;
    }
    .flexSearch div > p {
        transform: translate(0px, 6px);
        text-align: left;
        width: 85%;
        margin-left: 4.5em;
    }
}

#content .content img {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}
#content div.casediv {
    padding: 2em 0px;
}
#content div.casediv .caseNumber {
    line-height: 30px;
}

#content div.casediv .caseTable {
    width: 100%;
}
#content div.casediv .caseTable thead {
    
}
#content div.casediv .caseTable thead tr {
    
}
#content div.casediv .caseTable thead tr th {
    text-align: center;
    background-color: #4b7783;
    padding: 12px 10px;
    color: #fff;
}
#content div.casediv .caseTable tbody {
    
}
#content div.casediv .caseTable tbody tr {
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}
#content div.casediv .caseTable tbody tr td {
    padding: 12px 10px;
    text-align: center;
    background-color: #f5f5f5;
}
#content div.casediv button.expandbtn {
    color: #4b7783;
    background-color: #fff;
    border: 1.2px solid #4b7783;
    padding: 10px 20px;
    margin: 1.5em auto;
    display: block;
    box-shadow: 2px 2px 5px rgb(0,0,0,0.2);
}
#content div.casediv button.expandbtn:hover {
    color: #fff;
    background-color: #4b7783;
    box-shadow: none;
}
@media screen and (max-width: 768px)
{
    #content div.casediv .caseTable {
        width: 100%;
    }
    #content div.casediv .caseTable thead {
        display: none;
    }
    #content div.casediv .caseTable thead tr {
    }
    #content div.casediv .caseTable thead tr th {
    }
    #content div.casediv .caseTable tbody {
        width: 100%;
    }
    #content div.casediv .caseTable tbody tr {
    }
    #content div.casediv .caseTable tbody tr td:before {
        content: attr(data-title);
        float: left;
        width: 80px;
        background-color: #456f7a;
        color: #fff;
        position: absolute;
        padding: 12px;
        transform: translate(-100px,-12px);
        text-align: center;
    }
    #content div.casediv .caseTable tbody tr td {
        float: left;
        width: 100%;
        padding-left: 100px;
        text-align: left;
    }
    #content div.casediv button.expandbtn {
    }
    #content div.casediv button.expandbtn:hover {
    }
}
.modal.show {
    opacity: 1;
}

#mapBox {

}
#mapTable {
    width: 100%;
    margin: 2em auto 10px;
}
#mapTable thead {
    background-color: #4b7783;
}
#mapTable thead tr {
    
}
#mapTable thead tr th {
    padding: 10px;
    text-align: center;
    color: #fff;
}
#mapTable tbody {
    
}
#mapTable tbody tr {
    
}
#mapTable tbody tr td {
    text-align: center;
    padding: 12px 10px;
    border-bottom: 1px solid #ccc;
}
#mapTable tbody tr:nth-child(odd) td {
    background-color: #f5f5f5;
}
#mapTable tbody tr:nth-child(even) td {
    background-color: #fff;
}

#download label[for=filterSelected] {
    font-size: 0.9375em;
    font-weight: 500;
    color: #4b7783;
}
#download #filterSelected {
    width: 200px;
    padding: 5px 5px;
    border: 1px solid #4b7783;
    color: #4b7783;
}