@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #d4dbe0;
}
header {
	width: 100%;
	background: #b2c0c7;
	height: 120px;
}
#logo-header {
	padding: 10px 0px 0px 10px;
	height: 100px;
	float: left;
}
.container {
	width: calc(100%-20px);
	display:flex;
	justify-content:space-around;
	padding:10px;
	flex-wrap: wrap;
}
.container-center {
	width: calc(100%-20px);
	padding: 10px;
	display:flex;
	justify-content:center;
}
.container-bar {
	width: 100%;
	display:flex;
	justify-content:space-between;
	padding:10px;
}
.container-30 {
	width: calc(33% - 10px);
	padding: 5px;
}
.container-40 {
	width: calc(40% - 10px);
	padding: 5px;
}
.container-50 {
	width: calc(50% - 10px);
	padding: 5px;
}
.container-60 {
	width: calc(60% - 10px);
	padding: 10px;
}
.content {
	width: calc(100% - 10px);
	padding: 5px;
}
.box-content {
	width: calc(100% - 10px);
	padding: 5px;
	border-radius: 10px;
	margin:0 auto;
	background-color: #ebeff1;
}
.box-scroll {
	width: calc(100% - 10px);
	height: 400px;
	padding: 5px;
	border-radius: 10px;
	margin:0 auto;
	overflow:scroll;
	background-color: #ebeff1;
}
input{
    width:auto;
    color: #000000;
	background-color: #f0f4f8;
    border: 1px solid #2f2b70;
    border-radius: 5px;
    padding: 10px;
	margin: 5px;
}
input[type="file"] {
	border: none;
	background-color:#e3f2fb;
}
select{
    width:250px;
    padding: 10px;
	background-color: #f0f0f0;
    border: 1px solid #2f2b70;
    color: #000000;
	border-radius: 5px;
	margin: 5px;
}
.frame_picture {
	padding: 20px;
	width: 150px;
	height: 200px;
	overflow: hidden;
	border-radius: 10px;
}
.img-round {
	width: 50px;
	overflow: hidden;
	border-radius: 100%;
	height: 50px; 
	object-fit:cover;
}
.img-round-100 {
	width: 100px;
	overflow: hidden;
	border-radius: 100%;
	height: 100px; 
	object-fit:cover;
}
.img-box {
	width: 50px;
	overflow: hidden;
	height: 50px; 
	object-fit:cover;
}
.img-box-100 {
	width: 100px;
	overflow: hidden;
	height: 80px; 
	object-fit:cover;
}
.img-box-150v {
	width: 150px;
	overflow: hidden;
	height: 200px; 
	object-fit:cover;
}
.img-box-200 {
	width: 250px;
	overflow: hidden;
	height: 200px; 
	object-fit:cover;
}
.img-round-sm {
	width: 30px;
	overflow: hidden;
	border-radius: 100%;
	height: 30px; 
	object-fit:cover;
}
.img-sm {
	width: 30px;
	overflow: hidden;
	height: 30px; 
	object-fit:cover;
}
.frame_picture_100px {
	width: 100px;
	border-radius: 5px;
	border: 1px solid #2f2b70;
}
.tombol {
	width: 100px;
	height: 40px;
	line-height:40px;
	border-radius: 10px;
	font-size:14px;
	text-align:center;
	text-decoration:none;
    background-color:#ff4800;
    box-shadow: 5 5 10px rgba(255,255,255,.3);
	float:right;
	color: #000000;
	margin:10px;
}
footer {
	width:100%;
	height:100px;
	display:flex;
	justify-content:center;
	background-color:#b2c0c7;
}
.footer_box {
	text-align:center;
	color:#000000;
}
.bersih {
	clear:both;
}
th {
  background-color: #7A7A7A;
  color: white;
  font-size:16px;
  font-weight:bold;
}
td {
  font-size:14px;
  text-align: left;
}
th, td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
tr:nth-child(even) {
	background-color: #dfdddd;
}
tr:nth-child(odd) {
	background-color: #ECECEC;
}

@media (min-width: 481px) and (max-width: 1200px) {
.container-60 {
	width: calc(60% - 5px);
	padding:10px;
}
.container-50 {
	width: calc(50% - 5px);
	padding:10px;
}
.container-40 {
	width: calc(40% - 5px);
	padding:10px;
}
.container-30 {
	width: calc(30% - 5px);
	padding:10px;
}
.frame_picture {
	padding: 10px 10% 10 10%;
	margin:auto;
	width: 90%;
}
}
@media screen and (max-width: 480px) {
.box-content {
	height: auto;
}
.container {
	display: block;
}
.container_center {
	display:inline;
}
.container-60 {
	width: calc(100% - 5px);
	padding:10px;
	display:block;
}
.container-50 {
	width: calc(100% - 5px);
	padding:10px;
	display:block;
}
.container-40 {
	width: calc(100% - 5px);
	padding:10px;
	display:block;
}
.container-30 {
	width: calc(100% - 5px);
	padding:10px;
	display:block;
}
}