@charset "utf-8";
/* CSS Document */
#myweb{
	position:absolute;
	top:0;
	left: 0;
	width: 100%;
	height:100%;
	background-color:#f4830b;
}

.header-wrap{
	width: 100%;
	height:auto;
	margin:0 auto;
	z-index:999999;	
	position: relative;
}
.header{
	width:100%;
	height:200px;
	position: relative;
	float:left;
	background:url(../images/header.jpg) no-repeat top;
	background-size:contain;
	z-index:999999;
}
.logo{
	width:100%;
	height:205px;
	position: relative;
	float:left;
	z-index:999999;
}
.menu{
	width:100%;
	height:30px;
	position: relative;
	float:left;
	background-color:#003885;
	z-index:999999;
	color:#FFFFFF;
}

.containers{
	width: 100%;
	height:auto;
	position: relative;
	margin:0 auto;
	overflow:auto;
	background-color:#fff;
}

.content{
	padding:10px;
	overflow:auto;
}

.footer-wrap{
	position:relative;
   	bottom:0;
	width: 100%;
	height:auto;
	margin:0 auto;
	z-index:999999;
}
.footer{
	width:100%;
	height:auto;
	position:relative;
	float:left;
	background:url(../images/footer.jpg) no-repeat bottom center;
	background-size:100%;
	z-index:999999;
	border-top:1px solid #003885;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*--------------------------------------------------------------------------------------------------------------------*/

.bread{
	width:100%;
	height:20px;
	float:left;
	border-bottom:1px dotted #CCC;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#090;
	text-decoration:none;	
}
.entry-report{
	width:150px;
	height:150px;
	float:left;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-decoration:none;	
}
.style-ul a{
	color:#000;
	margin-left:3px;
	padding-left:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
.style-ul a:hover{
	color:#06F;
	margin-left:3px;
	padding-left:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
.table-title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
}
.table-text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
.table-text2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
.menuicon{
	width:100%;
	float:left;
	display:none;
}
.welcome{
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
}
.iconmenu{
	width:50%;
	float:left;
	height:150px;
	
}
.menu-left{
	width:20%;
	float:left;
}
.isi-menu{
	width:80%;
	overflow:auto;
}
 /* The Modal (background) */
.modal-login {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-login-content {
	background:url(../images/back-login.jpg);
	background-size:cover;
    background-color: #fefefe;
    margin: 25% auto; /* 25% from the top and centered */
    padding: 10px;
    border: 1px solid #888;
    width: 28%; /* Could be more or less, depending on screen size */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	box-shadow: 0px -1px 2px 0 #065881 inset,
              0px 1px 1px 1px #ccc,
              0 0 0 1px #fff,
              0 2px 9px 5px #ddd;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 18px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.div-form{
	width:50%;
	float:left;
	position:relative;
}
.sub-div-form{
	width:95%;
	float:left;
	position:relative;
	padding:10px;
	border:1px solid #999999;
}
@media screen and (max-width: 549px){
	.menu{
		width:100%;
		z-index:999;
	}
	.menu-left{
		display:none;
	}
	.menuicon{
		display:block;
	}
	.welcome{
		display:none;	
	}
	.isi-menu{
		width:100%;
	}
	.table-text2{
		font-size:10px;
	}
	.div-form{
		width:100%;
	}
}
