*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
	background: #193e6b;
	font-family: 'Helvetica', arial, sans-serif;
	font-size: 14px;
    color: #bebebe;
	margin: 10px 2px 10px 2px;
}
::-moz-selection {
  background: #acdd33;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #acdd33;
  color: #fff;
  text-shadow: none;
}
a:link, a:active, a:visited { 
text-shadow:black 0.4mm 0.2mm 0.3mm;color:#1e90ff;
text-decoration : none; 
} 
a:hover, a:focus { 
text-shadow:black 0.4mm 0.2mm 0.3mm;color:#880000;border-bottom: solid 1px;
}
ul, ol {
  margin: 0.3em 0;
  padding: 0 10px 0 10px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-bottom: 1px solid #666;
  margin: 1em 0;
  padding: 0;
}
p{
	margin: 0.5rem;
	line-height: 1.4rem;
}

h1, h3, h4, h5, h6 {
  color: /*$headingc*/#f0e68c/*e*/;
}

h1 {
  font-size: 16px;
  text-align:center;
}

h2 {
  font-size: 15px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 13px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
}
.section-title{
	margin-bottom: 0px;
	border-bottom: 0px solid #aaa;
	background:#157385;
	color: #fff !important;
    text-shadow: 1px 1px 0px #222;
	font-family: "Tahoma", "Geneva", sans-serif;
	padding:8px;
	margin-right: 0px;
    margin-left:0px;
	border-top:0px solid #aaa;
	font-size:16px;
	margin-top: 0;
	font-weight: bold;
	width:auto;
}
.section-title a{
			text-shadow:black 0.4mm 0.2mm 0.3mm;color: #F6F0B9;
text-decoration : none;
		}		
table button, table input {
  *overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  height: 30px;
  vertical-align: middle;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: text-bottom;
  max-width:100%; max-height: 100%; margin: 2px auto; 
    
}
.txt { font-weight: bold;
  color: #f0e68c;
}

.wrapper{
	max-width: 900px;
	margin: 2px auto;
	background: #15213d;
	overflow: hidden;
	padding: 4px;
    border-radius:0px;
  	box-shadow: 1px 2px 10px #72a3de;
	
}

.header{
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: #15213d;
	box-shadow: 1px 2px 10px #2f73c5;
	border-radius:0px;
	margin-bottom: 10px;
}
.headertop {
    background:#15213d;border-bottom: 2px solid #2f73c5; padding: 5px;
}
.headertop2 {
    background:#15213d;border-bottom: 2px solid #2f73c5; padding: 5px;
}
.logo{
 padding: 0px;
} 
.logo img { max-width:100%; max-height: 100%; margin: 0; border: 1px solid #2f73c5;}
/* Main */
	.kiri{
		width: 63%;
		border: 2px solid #2f73c5;
		padding: 2px;
		float: left;
        box-shadow: 0 0 2px #72a3de;
		border-radius:0px;
		background:#15213d;
		margin-bottom: 6px;
	}
.kirib{
    background:#15213d;border-bottom: 2px solid #2f73c5; padding: 5px; 
}
.kiric{
    background:#15213d;border-top: 2px solid #2f73c5; margin-top: 20px; padding: 5px;
}
	
	        .kiri img{ max-width: 100%;
	                 margin-bottom: 2px;	
        }
	 		.kiri a{
			font-weight: bold;
		}
		
		 	.kiri ul{
		list-style-type: none; 
	}
	.kiri ul li{
		display: block;
	}
	.kiri ul li a{
		display: block;
		border-bottom: 1px solid #666;
		margin-bottom: 5px;
		padding: 5px 5px;
	}
	.kiri ul li a:hover{
		color: #880000;
	}
	
	.kanan{
		width: 32%;
		border: 2px solid #2f73c5;
		float: right;
		box-shadow: 0 0 2px #72a3de;
		border-radius:0px;
		background:#15213d;
		
	}
		

		.kanan a{
			font-weight: auto;
		}
		
		 	.kanan ul{
		list-style-type: none;
	}
	.kanan ul li{
		list-style-image: url();
  padding: 0 ;
	}
	.kanan ul li a{
		display: block;
		border-bottom: 1px solid #666;
		margin-top: 20px;
		padding: 2px 2px;
	}
	

.data-row {
  display: flex;
  width: 100%;
  border: 2px solid #800000;
  overflow: hidden;
  min-height: 40px;
  margin-top: 5px;
  box-sizing: border-box;
}
.data-cell:first-child {
  flex: 1;
  text-align: center;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-right: 2px solid #800000;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  word-break: break-word;
  padding: 5px;
  line-height: 20px;
}

.data-cell:last-child {
  flex: 1;
  text-align: center;
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  word-break: break-word;
  padding: 5px;
  line-height: 20px;
}
.data-row:nth-child(odd) .data-cell {
  background-color: #407CA5;
}

.data-row:nth-child(even) .data-cell {
  background-color: #0e4466;
}
.data-cell:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
  cursor: pointer;
}

.kolom {width:100%; background: #15213d; margin-top: 0px; overflow: hidden; padding: 5px; padding-top: 6px;}
.left { width:49.7%; background: #15213d; float: left;}
.right { width: 49.7%; background:#15213d; float: right;}
      


/************************************************************************************
S4DONLINE MEDIA SCREEN
*************************************************************************************/
/* untuk ukuran 1000px kebawah */
@media screen and (max-width: 900px)
   {

	.wrapper
	body {
		width: 100%;
	}
		
	.kiri {
		width: 63%;
        font-size:16px;
	}
	.kanan {
		width: 33%;
		float: right;

	}
	
    .kolom {width: auto; background: #15213d;}
	.left {width: 50%; background: #15213d; }
	.right {width: 50%; background: #15213d; float: right;}
	
}
	
.footer{
	clear: both;
	border: 2px solid #808080;
	padding: 0;
	margin: 4px;
	background:#07272d;
	text-align:center;
	box-shadow: 1px 2px 10px rgba(0,0,0,0.20);
	border-radius:0px;
	margin-top: 10px;
}
/* untuk ukuran layar 678px kebawah */
@media screen and (max-width: 678px)
      {

	.header, .footer {
		text-align: center;
	}
	.kiri {
		width: 100%;
		float: none;
        border: none;
	}

	.kanan {
		width: 100%;
		float: none;
	}
  
   .logo img{
    height: 100px; width: 100%;
}
   .headertop img {
    height: 70px;
}
   .headertop2 img {
    height: 120px;
}
    .kolom img, #atas img {
    height: 60px; margin-bottom: 4px;
}
  
  .kiric img, .lv img  {
    height: 50px; margin-bottom: 4px;
}
  .kirib img  {
    height: 100px; margin-bottom: 4px;
}	
 .kolom { width: 100%;}
	.left {width:100%; float:none;}
	.right {width:100%; float:none;}
 

}  


/* untuk ukuran layar 480px kebawah */  
@media screen and (max-width: 480px)
      {

	.header, .footer {
		text-align: center;
	}
	.kiri {
		width: 100%;
		float: none;
    border: none;
	}

	.kanan {
		width: 100%;
		float: none;
	}
  
   .logo img{
    height: 90px; width: 100%;
}
   .headertop img, #atas img {
    height: 60px;
}
   .headertop2 img {
    height: 80px;
}
    .kolom img {
    height: 50px; margin-bottom: 4px;
}
   .kiric img, .lv img  {
    height: 40px; margin-bottom: 4px;
}
.kirib img  {
    height: 70px; margin-bottom: 4px;
}

    .kolom { width: 100%;}
	.left {width:100%; float:none;}
	.right {width:100%; float:none;}

}  


/*Menu Navigasi*/ 
 #nav 
 { background:#4e537b; border-top:3px solid #193e6b;} 
 
 #nav ul 
 { margin:0; padding:0; text-align: left;} 
 
 #nav li 
 {     list-style:none;  display:-moz-inline-stack;     display:inline-block;     zoom:1;     *display:inline;  border-left: 0px solid #1e90ff; margin:5px; padding:0px 0px;} 
 
 #nav li a
 { display:block; text-decoration:none;     color:#fff; font-weight:bold; padding:11px;} 
 
 #nav li a:hover 
 { color:white; background:#1e90ff; }
 
  .show-menu { background: #157385; text-decoration: none; color: #fff; text-align: left;     padding: 10px 5px;  display: none; } 
  
  .show-menu b{ font-size:30px; } 
  
  .show-menu span
  { margin-right: 1em; float:right; } 
  
  #nav input[type=checkbox]
  { display: none; } 
  
  #nav input[type=checkbox]:checked ~ #menus { display: block; } 
  
  /*css-styles-responsive*/ 
@media screen and (max-width: 678px)
  
  { #nav ul 
  { position: static; display: inline; } 
  
     #nav li 
     { border-bottom:2px solid #333; border-top:0px solid #333; box-shadow: 1px 2px 10px rgba(0,0,0,0.0); margin:0px;} 
     
#nav ul li, #nav li a { width: 100%; } 
           
#nav li a{ display:block;       height:auto;line-height:normal; }    
         
 #nav li a { text-align:left; }  
           
 .show-menu { display:block!important;  line-height:20px;}     
              
.show-menu:hover { cursor:pointer;}     
              
label { margin:0!important; } } 


/* --------Info File List-------- */

.nama_img { background:azure; padding:7px 6px; font-size:18px; font-weight:bold; color:#1e90ff; border-bottom:2px solid #fff; border-top:2px solid #fff; border-left:4px solid blue; box-shadow: 1px 2px 10px rgba(0,0,0,0.20); 
}

.info_file {
    background: #15213d;
    color: #DADADA;
    padding: 6px 12px;
    border-left: 4px solid #2f73c5;
    border-radius: 6px;
    margin: 8px 0 16px 0;
    font-size: 0.9rem;
    line-height: 1.4;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    transition: background 0.3s ease, transform 0.2s ease;
}

.bline { padding:5px; border-left:4px solid #1e90ff; margin-bottom:6px;
}

/*----Atur File List ------*/

 .filelist_paging { padding : 10px; margin-top:5px; margin-bottom:5px; font-weight : bold; background-color :#dedede; border-bottom:4px solid #808080; text-align : center; } 

.filelist_paging a { color : #1e90ff; border :1px solid #666; padding : 5px 7px; margin : 1px; font-weight : bold; background-color : #fff; } 

.filelist_paging span { color : #000; border :1px solid #555; padding : 5px; margin : 1px; font-weight : bold; background-color : #1e90ff; }             
              
.container {
  background: #15213d;
  margin: 5px 5px 2px 5px;
  padding: 3px;
-moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -khtml-border-radius: 1px;
  border-radius: 1px;
  -moz-box-shadow: #3564b5 0px -1px 3px;
  -webkit-box-shadow: #3564b5 0px -1px 3px;
  -o-box-shadow: #3564b5 0px -1px 3px;
  box-shadow: #3564b5 0px -1px 3px;
  position: relative;
}

button { padding:4px 4px; background:whitesmoke; font-size:15px; font-weight:bold; margin-top:4px; margin-bottom:4px; 
	 }
	 button:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
span img {
    height: 10px;
    width: 20px;
    
}
.menu {
    background:#15213d; padding:5px; 
    margin: 5px 5px 2px 5px;
}
.menu img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.content {
background:#15213d; padding:5px; 
margin: 5px 5px 2px 0;
  font-family: verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
   color: #bebebe;
}
.tftable {max-width: 96%;font-size:12px;color:khaki;width:100%;border-width: 1px;border-color: #b3b3b3;border-collapse: collapse;}
.tftable th {font-size:10px;background-color:#16338D;border-width: 1px;padding: 2px;border-style: solid;border-color: #b3b3b3;text-align:center;}
.tftable tr {background-color:#15213d;}
.tftable td {width: 10%; height: 25px; font-size:14px; font-weight: bold; color:#bebebe; border-width: 1px;border-style: solid;border-color: #666666;text-align:center; }
