/*common--------------------------------------*/
html{
}
.container{
    max-width: 100%;
    width: 1200px;
}
#wrap{
    margin-bottom: 50px;
}
.bread{
    margin: 32px 0 16px;
}
.bread ul{
    margin-bottom: 0;
}
p.center{
    text-align: center;
}
.right{
    text-align: right;
}
h2{
    font-size: 1.8em;
}
.alert{
    margin-bottom: 0;
}
ul.pagination{
    width: 100%;
    text-align: center;
}
ul.pagination li{
    display: inline-block;
}
.error-form{
    border: 2px solid #ec5840;
}
p.error-mes{
    margin:0;
    font-size: 12px;
    font-weight:bold;
    color: #ec5840;
}
.btn-inverse{
    color: white;
    background-color: gray;
}
.btn-inverse:hover{
    color: white;
    background-color: dimgray;
}
table{
}
.pointer{
}
.pointer:hover{
    background-color: NavajoWhite;
    cursor: pointer;
}

footer {
    overflow: hidden;
    margin-top: 42px;
}

footer p.copy{
    margin: 32px auto 16px;
    text-align: center;
    color: silver;
}
header{
    margin: 4px auto;
}
header img{
    margin: 8px auto;
    height: 56px;
    max-width: 78%;
}
.navbar{
    margin-bottom: 4px;
}
.navbar-default{
    border: none;
    background-color: transparent !important;
}
.navbar button{
    margin-top: 18px;
    margin-right: 8px;
}
.catch-img{
}
.catch-img img{
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    max-height: 580px;
}
.news-area{
    padding: 6px 12px;
}
.news-table{
    margin-top: 32px;
}
.news-table tr td{
    border-bottom: 1px solid #ddd;
    vertical-align: middle !important;
}
.news-table tr td.badgeTd{
    width: 3% !important;
    text-align: center;
}
.news-table tr td.badgeTd span{
    background-color: #AA0000;
}
.news-table tr td.messageTd{
    
}
.news-table tr td a{
    display: block;
    padding: 12px 8px;
    font-size: 12px;
    color: dimgray;
    text-decoration: none;
}
span.news-title{
    font-size: 16px;
}
span.news-date{
    line-height: 24px;
    color: silver;
}
p.all-news,p.all-message{
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
p.all-news a{
    width: 70%;
    padding-top: 12px;
    padding-bottom: 12px;
}
p.all-message a{
    width: 44%;
    margin: 0 4px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.main-menu{
    overflow: hidden;
}
.main-menu table{
    margin-bottom: 0 !important;
    background-color: silver;
}
.main-menu table td{
    padding: 0 !important;
    text-align: center;
}
.main-menu table td img{
    display: block;
    width: 25%;
    margin: 0 auto 24px;
}
.main-menu table td a{
    padding: 24px 0 12px;
    display: block;
}

.news-area p{
    margin: 24px 0;
    line-height: 24px;
}
ul.downloadUl li{
    padding-bottom: 6px;
}

.guide-area{
}
.guide-area table tr th{
    text-align: center;
    vertical-align: middle;
    color: white;
    background-color: steelblue;
}

.message-area{
    overflow: hidden;
}
.message-area .message-menu{
    padding: 24px 24px 24px 6px;
}
.message-area .message-menu table{
    margin-top:24px;
}
.message-area .message-menu table a{
    text-decoration: none;
}
.message-area .message-content{
    padding: 24px 0;
}
.message-area .message-content table{
    border-bottom: 1px solid #ddd;
}
.message-area .message-content table tbody.message-read-0{
    background-color: #EEEEEE;
}
.message-area .message-content table tbody.message-read-0:hover{
    background-color: navajowhite;
}
.message-area .message-content table tr td{
    padding: 12px 6px;
    vertical-align: middle;
}
.message-area .message-content table tr td.list-head{
    width: 40px;
    text-align: center;
}
.message-area .message-content table tr td.list-head span.badge{
    width: 70px;
}
.message-area .message-content table tr td.list-name{
    width: 180px;
}
.message-area .message-content table tr td.list-date{
    width: 80px;
    font-size: 12px;
    text-align: center;
}
.message-area .message-content table tr td.list-date span.label{
    font-size: 14px;
}
span.thread-status-0{
    color: black;
    background-color: white;
    border: 1px solid silver;
    font-size: 12px;
    width: 120px;
    display: inline-block;
}
span.thread-status-1{
    background-color: #449d44;
    font-size: 12px;
    width: 120px;
    display: inline-block;
}
span.thread-status-2{
    background-color: #777;
    font-size: 12px;
    width: 120px;
    display: inline-block;
}
span.thread-status-3{
    background-color: #ec971f;
    font-size: 12px;
    width: 120px;
    display: inline-block;
}
span.thread-status-4{
    background-color: #e74c3c;
    font-size: 12px;
    width: 120px;
    display: inline-block;
}
span.thread-status-5{
    background-color: #9b59b6;
    font-size: 12px;
    width: 120px;
    display: inline-block;
}
.message-box-area{
    overflow: hidden;
}
.message-area .message-box{
    overflow: hidden;
    width: 98.5%;
    margin-bottom: 8px;
    border: 1px solid silver;
    border-radius: 4px;
}
.message-area .message-from-1{
    float: right;
    border: 2px solid steelblue;
}
.message-area .message-from-0{
    border: 2px solid silver;
}
.message-area h2.message-title{
    margin-top: 0px;
    margin-left: 8px;
    margin-bottom: 24px;
    padding-left: 8px;
    font-size: 22px;
    border-left: 6px solid midnightblue;
}
.message-ini-view{
    padding: 12px;
}
.message-ini-view:hover{
    cursor: pointer;
    background-color: whitesmoke;
}
.message-ini-view p span{
    color: gray;
}
.message-ini-view span.message-ini-date{
    float: right;
}
.message-ini-view span.message-ini-comment{
    color: gray;
}
.message-ini-view p span.label,.message-open-view p.message-title span.label{
    margin-top: -3px;
    margin-right: 8px;
    color: white;
}
.message-open-view p.message-title{
    margin-bottom: 4px;
}
.message-open-view p.message-title span{
    color: gray;
    float: right;
}
.message-open-view p.message-to{
    margin-left: 4px;
    color: gray;
}
.close-dev{
    padding: 12px;
}
.message-open-view .close-dev:hover{
    cursor: pointer;
    background-color: whitesmoke;
}
.message-open-view p.message-comment{
    margin: 16px 8px;
}
.message-control{
    margin-top: 16px;
    text-align: center;
}
.message-control button, .message-control a{
    margin: 0 6px;
    padding: 10px 112px;
}
table.message-menu tr td{
    padding: 0;
}
table.message-menu tr td a{
    display: block;
    padding: 8px;
}
table.message-table th{
    background-color: steelblue;
    color: white;
    vertical-align: middle !important;
    text-align: center !important;
}

ul.nav-tabs{
    width: 99%;
    display: block;
    margin: 32px auto;
    border: none !important;
}
ul.nav-tabs li{
    width: 50%;
    text-align: center;
    border: 1px solid silver !important;
}
ul.nav-tabs li.active a{
    color: white;
    background-color: steelblue;
}
ul.nav-tabs li.active a:hover{
    color: white;
    background-color: steelblue;
}
ul.nav-tabs li a{
    margin: 0;
    border: none !important;
    border-radius: 0;
}
img.thanks{
    display: block;
    margin: 24px auto;
    max-width:50%; 

}

ul.navbar-nav li:hover a{
    color: white !important;
    background-color: steelblue !important;
}

a.dash-btn{
    width: 19.6%;
    height: 118px;
    min-width: 190px;
    margin-bottom: 8px;
}
a.dash-btn h4{
    margin-bottom: 16px;
    font-size: 18px;
}
a.dash-btn p{
    line-height: 22px;
    padding-top: 4px;
}
a.dash-btn p span.title {
    padding: 0 8px;
    font-size: 56px;
    font-weight: bold;
}

h2.area-title{
    margin: 32px 0 24px;
    padding: 12px 8px;
    border-left: 6px solid steelblue;
    background-color: whitesmoke;
    font-size: 28px;
}
th.center{
    text-align:center;
}
td.red{
    color: red;
}
table.common{
}
table.common tr.table-title{
    background-color: midnightblue;
    color: white;
}
table.common tr th{
    white-space: normal;
    vertical-align: middle;
}
table.common tr th.dash-title{
    width: 120px;
}
table.common tr td{
    white-space: normal;
    vertical-align: middle;
}

table.download-table{
}
table.download-table tr{
}
table.download-table tr th{
    border:1px solid #cccccc;
    font-size: 0.8em;
    background-color: #e5e5e5;
    padding: 6px;
    white-space: normal;
    vertical-align: middle;
}
table.download-table tr td{
    padding: 6px;
    white-space: normal;
    font-size: 0.8em;
    text-align:center;
    height: 53px;
    vertical-align: middle;
}
table.download-table tr td img{
    display:block;
    margin: auto;
    width: 40px;
}
#columnchart{
    width: 100%;
}

span.badge-warning{
    background-color: #ec971f;
}
span.badge-success{
    background-color: #449d44;
}
span.badge-primary{
    background-color: #3071a9;
}
span.badge-danger{
    background-color: #AA0000;
    color: white;
}
span.thread-status{
    font-size: 14px;
    margin-right: 8px;
}
ul.list-group li{
    padding: 0;
}
ul.list-group li a{
    display: block;
    width: 100%;
    padding: 8px;
    text-decoration: none;
}

@media screen and (max-width:768px) { 
    header img{
        max-width: 100%;
        margin-right: 32px;
    }
    .navbar-nav li a{
        padding: 24px 16px;
    }

    .wrap_scroll_table {
      width: 100%;
      overflow-x: scroll;
      margin: 0 auto;
    }

    .scroll_table {
      margin-top: 10px;
      width: 1200px;
      max-width: 800px;
      margin: 0 auto;
    }
    span.thread-status-0{
        display: block;
    }
    span.thread-status-1{
        display: block;
    }
    span.thread-status-2{
        display: block;
    }
    span.thread-status-3{
        display: block;
    }
    span.thread-status-4{
        display: block;
    }
    span.thread-status-5{
        display: block;
    }
    table.message-table tr th,table.message-table tr td{
        display: block;
        width: 100% !important;
    }
    table.message-table .input-group select{
        width: 220px !important;
    }
}
