/* konten */

.bottom{
    width: 100%;
    padding: 0px;
}

.left-side{
    border:none;
    width:70%;
    float:left;
    padding:0px;
	margin:16px 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
   
}

.right-side{
	width:26%;
    padding:0;
    float:left;
	margin:16px 0 16px 8px;
    font-family:"Poppins", Georgia, "Times New Roman", Times, serif;
}


.right-side .panel-heading{
	padding:8px 10px 6px 10px;
	color:#222;
	background-color:#fffded;
	font-weight:normal;
    font-size:18px;
    margin:0px;
    border-radius:4px 4px 0 0;
	background-image:url(../img/down.gif); 
	background-repeat:no-repeat;
	background-position: 98% 50%;
    
}

.right-side .right-head{
    text-decoration:none;
    color:#222;
	display:block;
}

.right-side .list-group-item{
	font-weight:normal;
    font-size:14px;
    margin-bottom: 8px;
    padding:6px 4px;
    margin:0px;
    text-decoration:none;
    color:#222;
	background-color:#fffded;
	
}

.right-side .panel-footer{
    border-radius:0 0 4px 4px;
    margin:0px 0px 8px 0px;
    border:none;
	background-color:#fffded;
	min-height:5px;
}

.right-side	.list-group { 
    padding:0px; 
    line-height:1.3em; 
    font-size:14px;
    border-radius:0;
}


.right-side .sub-head{
    display:block;
    border-bottom:none;
	background-image:url(../img/down.gif); 
	background-repeat:no-repeat;
	background-position: 98% 50%;
}

.right-side .sub-list{
    border:none;
    border-bottom:none; 
}

.right-side .list-group-item{
    display:block;  
    margin-bottom: 0; 
    padding: 8px 10px; 
    border-bottom:1px dotted #ccc; 
    z-index:1000;
}

.right-side  .list-group-item li{
    border-bottom:none; 
}    

.right-side .list-group-item a{
    color:#222;
}   
.right-side .list-group-item a:hover{
    text-decoration:none;
    color:#418689;
} 

.right-side  .list-group-item .sub-item{
    padding:8px 14px;
} 


.breadcrumb{
    color:#3B3B3B;
    padding:14px;
    margin-bottom:10px;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 14px;
}
.breadcrumb a{
    color:#3B3B3B;
}
.content{
	padding:20px 24px;
    color:#3B3B3B;
    font-size: 14px;
    font-weight: normal;
	border:1px solid #A5A6CC;
	border-radius:6px;
    border-radius:6px;
    letter-spacing:.025em;
    line-height:1.58;
    font-family: Arial, Helvatica, Sans-serif;
    background:#fffded;
    margin-bottom:10px;
    width:100%;
}

.content-list{
    width:48%;
    padding:16px 12px;
}

.widecontent{
    width:95%;
    margin-top:20px;
}

.content:hover{
	box-shadow: 0 0 8px #c4c0c0; 
}

.content .title{
    font-weight:normal;
    font-size:28px;
    margin-bottom: 6px;
    color:#222;
}

.event-title{
    font-weight:normal;
    font-size:24px;
    margin-bottom: 6px;
    color:#222;
    line-height:1.2em;
}
 .time{
    font-weight:normal;
    font-size:12px;
    color:#4d1f1c;
    font-weight:600;
}

.content  a.linklog {
    padding:8px 10px;
    font-weight:bold;
    color:#fff;
    margin-top:30px;
    margin-bottom:10px;
    font-size:1.3em;
    background-color:#c9281a;
    width:auto;
    display:block;
    text-align:center;
    border-radius:3px;
}

.content table.statistic{
    margin:8px auto;
    width:auto;
    border-top:1px solid #bab4b3;
    border-left:1px solid #bab4b3;
    width:auto;
}

.content table.statistic thead td{
    font-weight:bold;
}

.content table.statistic td{
    text-align:center;
    padding:4px;
    border-right:1px solid #bab4b3;
    border-bottom:1px solid #bab4b3;
}

.content .logresult{
    width:100%;
    margin: 10px ;
}

.logresult table{
    border:none;
    width:100%;
}

.content ul{
list-style-type: circle;
}

.content ul li{
margin-left:20px;
margin-bottom:5px;
}

ul.pagination li{
    margin:0 2px;
}

.content ul.none-style{
    width:auto;
    margin-top:20px;
}

.content ul.none-style li{
    padding:12px 8px;
}

.content .title-meta{
    font-weight:bold;
}

.content .meta-details{
    font-size:1.2em;
}

.content ul.data-list{
    list-style-type:none;
    margin-bottom:18px;
}

.content ul.data-list li{
    border-bottom:1px dotted #8f8989;
    width:95%;
    font-weight:bold;
    margin:10px 5px;
    font-size:10px;
}

.content ul.data-list li a{
    color:#96181c;
    display:block;
    font-size:14px;
}

.content .paiduser{
    display:inline-block;
    padding: 4px 8px;
    color:#FFF;
    background-color:#158;
    border:1px solid #500;
    text-decoration:none;
    border-radius:4px;
}

.sharebutton{
    padding:6px 2px;
    width:auto;
}

.formtable{
    border:none;
    margin:6px;
    width:100%;
}

.formtable th{
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
    background-color:#dfede7;
}

.formtable td{
    vertical-align:top;
}

.formtable  td, .formtable  th{
    border:none;
    padding:6px 8px;
    border-bottom:1px solid #ccc;
    color:#252626;
    font-family:  Tahoma, Helvetica, Verdana;
    font-size:12px;
}

.formtable  td a{
    color:#24353d;
}

@media screen and (max-width: 800px) {

    body{
        padding:none;
        background:#4a220d;
    }
    .body{
        width: 99%;
         background:none;
         padding:0px;
         margin:0px;
         background:#4a220d;
        box-shadow:none;
        margin-top:50px;
    }
    
    .header{
         background:none;
        border-bottom:none;
        width:100%;
        
    }

    .navbar{
        font-size:14px;
        position:fixed;
        top:0px;
        background-color:#4a220d;
        width:100%;
        border-bottom:1px solid #333;
        z-index:10000;
    }
    
    .nav-link{
        border-bottom:1px dotted #e66b29;
    }
    
    .left-header{
        width:96px;
        height:96px;
        margin-left:10px;
    }
    
    .center-header{
    /*    display:none; */
    }
    

    .left-side{
        width: auto;
        min-width:96%;
    }
    
    .right-side  {
        width:96%;
    }

    .right-header form{
    	width:230px;
    }
    
    .right-header .searchform{
    	width:200px;
    	font-size:14px;
    }
    
    .topmenu{
        width:100%;
        height:0px;
    }
    .topmenu > a {
        display:block;
       color:#FFF;
       border:1px solid #fff; 
        padding:10px 8px;
        border-radius:6px;
        margin:6px;
    }
    
    .navbar-brand{
        display:inline;
        text-align:left;
    }
    
    .logresult td.logtime{
        display:none;
    }
    
    .logresult  td.odd{
        background-color: #c5d4ca;
    }

    .content-list{
        width:100%;
        padding:20px 24px;
    }    
    
    .content .title, .event-title{
        font-weight:bold;
        font-size:18px;
    }
    
    .content .desc{
        display:none;
    }
    .right-header{
        display:block;
        float:right;
	    margin-top:8px;
	    padding:0px 20px;
    }
    .right-header form{
    	margin-top:0;
    }
}


.logresult table thead td{
    font-weight:bold;
    border-bottom:1px solid #666;
    padding:6px 8px;
    text-align:center;
}
    
.logresult table  td{
    padding:6px 8px;
}

.logresult table  td a{
    padding:4px 8px;
    border-radius:6px;
    text-align:center;
    display:block;
    color:#FFF;
    background-color:#224a7a;
    margin:4px auto;
}

.logresult table td a.nobutton{
    text-decoration:none;
    display:inline;
    background:none;
    margin:0;
    color:#42160c;
    font-weight:bold;
}

.logresult td.odd{
    background-color: #e8e8e8;
}
.logresult td.even{
    background-color:none;
}

.content .index{
    font-weight:normal;
    font-size:20px;
    margin-bottom: 8px;
    color:#222;
    float: left;
    padding: 0px 6px 12px 2px;
    border-right:1px solid #ccc;
    margin: 2px 4px 6px 0;
}

.content .title a, .content .event-title a{
	color:#222;
	text-decoration:none;
}

.content .title a:hover{
	text-shadow:#DADADA 2px 2px;
}

.content .flabel{
    font-weight:bold;
    margin:10px 0 4px 2px;
}

.content .finput{
    width:auto;
}

.content .finput input{
    width:auto;
}

.content a{
    color:#395B9B;
	text-decoration:none;
}

.content .search-warpper{
    padding:8px; 
    display:flex; 
    position:relative; 
    flex-wrap: wrap;  
    justify-content: flex-start; 
    align-items: center;
}

.content  .logsearch{
    float:left;
    margin:8px;
    font-weight:bold;
    font-size:1.2em;
    height:60px;
}

.content  .logsearchform{
    font-weight:bold;
    font-size:1.2em;
    min-height:60px;
    width:auto;
    padding:2px 12px;
}

.thepage{
    color:#3B3B3B;
    font-size: 11px;
    text-align: left;
    font-weight: normal;
    font-family:  Tahoma, Verdana, Arial, Helvatica, Sans-serif;
    line-height: 1.3em;
    padding: 12px 10px;
    margin:4px 0;
    border: 1px solid #F0F0F0;
}

.cluster-button{
    display: block;
    text-decoration: none;
    background-color:#E2E0E0;
    padding: 4px 12px;
    text-align: center;
    border-radius:6px;
}

.content ul.list{
    list-style: circle;
    margin-left: 26px;
}

.content ul.list li{
    padding: 2px 0;
}
.content ul.list li h3{
    font-weight: bold;
    font-size: 14px;
}
.content ul.list ul{
    list-style: circle;
    margin-left: 12px;
}

.content ul.list a{
    color: #333;
}
.pagination-wrapper{
    width:90%;  
    margin:0 auto;
}