:root {
	--red: #fd0017 ;
	--blue: #0073fe ;
	--green: #9fe400 ;
	--white: #FFFFFF ;
	--color1: #f2f2f2;
	--color2: #000c40 ;
	--color3: #F0F2F0 ;
	--color4: #FFFDEC ;

	--bg_image_default: #4A4E44 url(../../images_/back-login.jpg) no-repeat center center fixed;
}


* {
	box-sizing: border-box;
}
.row::after {
	content: "";
	clear: both;
	display: block;
}
[class*="col-"] {
	padding-top: 10px;
}


/* For mobile phones: */
[class*="col-"] {
  width: 100%;
  height:100%;
  margin: 50px auto;
}
[class*="dinamis-img"] {
  padding:15px;max-width:200px;position:inherit;
}


@media only screen and (min-width : 320px) and (max-width : 480px) {
	/* For desktop: */
	.col-slide {width: 60%;padding:15px;}
	.dinamis-img {padding:15px;width:auto;max-height:460px;max-width:500px;}
/*
	.col-aside {padding:15px;	width: 50%;	height: 70%;	margin: 50px auto;}
*/
	.col-aside {position:fixed;top:40%;left:50%;padding:15px;	 width:800px; height:400px;margin-top: -200px; margin-left:-400px;}
}

html {
	background: var(--bg_image_default);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
/*
	background: var(--bg_image_default);
	background-repeat: no-repeat;
	background-size: cover,cover;
	font-family: "Arial", sans-serif;
	background-position: 100% bottom;
	background-attachment: fixed;
	*/
}
.header {
	background-color: var(--green);
	color: #ffffff;
	padding: 15px;
}

.col-slide {
	color: var(--green);
}

.aside {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	background-color: var(--color4);
	padding: 10px;
	color: var(--black);
	text-align: center;
	font-size: 14px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.aside:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.footer {
	background-color: var(--red);
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	padding: 15px;
}

form { /*tambahan*/
	padding:0 0 0 0;
	margin:0 0 0 0;
	border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
table { /*tambahan*/
	width:100%;
	background-color:#ffffff;
	border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
td {/*tambahan*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0 2px 0 2px;
}

.button_user_index {
	height: 35px;
	background: #FFFFFF;
	border: 1px solid #ccc;
	padding: 14px 14px 14px 19px;
	border-radius: 5px 5px 5px 25px;
	cursor: pointer;
	font-size:14px;
	-webkit-box-shadow: inset 5px 0px 0px #000000;
	-moz-box-shadow: inset 5px 0px 0px #000000;
	box-shadow: inset 5px 0px 0px #000000;
}

.button_user_index:hover {
	background: #A2D1FF;
	border: 1px solid #ccc;
	padding: 14px 14px 14px 19px;
	border-radius: 5px 5px 5px 25px;
	cursor: pointer;
	font-size:14px;
	-webkit-box-shadow: inset 5px 0px 0px #000000;
	-moz-box-shadow: inset 5px 0px 0px #000000;
	box-shadow: inset 5px 0px 0px #000000;
}

#label_menu_index{ display: none;}

@media only screen and (min-width: 768px) {
	#label_menu_index{ display: inline-block;}
}
