* {
    margin: 0;
	padding: 0;
}
body {
	margin: 0;
  	padding: 0;
  	font-family: verdana, arial, helvetica;
  	background: #EEEEEE;
}
.header {
	background: #00519B; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#1071AB, #00519B) !important; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#1071AB, #00519B) !important; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#1071AB, #00519B) !important; /* For Firefox 3.6 to 15 */
	background: linear-gradient(#1071AB, #00519B) !important; /* Standard syntax (must be last) */

	height: 70px;
}
.ib-Header
{
	float: left;
	padding-left: 100px;
}
.header-right
{
	padding-right: 70px;
	padding-top: 10px;
}
.header-right h4, a
{
	text-decoration: none;
	font-size: 11px;
	color: #F1A37D; /* #ED7D46; */
	padding-top:5px;
}
.header-right a:hover
{
	color: #ED7D46;
}
.header-bottom {
	width: 100%;
	height: 4px;
	background-color: #F09500; /* Orange; */
}
.top-footer {
	margin-top: 10px;
	position: fixed;
	bottom: 25px;
	width: 100%;
	height: 4px;
	background-color: #3395E5;
}
.footer {
	background: #00519B;
    height:20px;
    color: #ffffff;
    text-align: left;
    font-size: 10px;
    padding-top: 5px;

    padding-left: 70px;

    position: fixed;
	bottom: 0px;
	width: 100%;
}
.footer-left {
	float: left;
}
.footer-right {
	padding-right: 100px;
	text-align: right;
}
.footer a {
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
}

.footer a:hover {
	color: #ED7D46;
}




.row {
	padding-left:5%;
	padding-top:20px;
}
.row::after {
    content: "";
    clear: both;
    display: block;
    margin-bottom: 30px;
}
/* For mobile phones: */
[class*="col-"] {
    float: left;
    padding: 10px;
    margin: 5px;
    width: 90%;
}

.loginform table tr td {
	padding-left: 15px;
	padding-right: 15px;
}

.loginform h5 {
	font-size: 10px;
	padding: 2px 0px 15px 0px;
}

.loginform input[type="text"], .loginform input[type="password"] {
	border:1px solid #CCC;
	margin: 1px 0px;
	box-shadow:0 1px 7px rgba(0, 0, 0, 0.1) inset;
}
.loginform input[type="text"]:focus, .loginform input[type="password"]:focus {
  outline: none;
  box-shadow: 0 0 1px 1px #00519B;
}
.loginform input[type="submit"], .loginform input[type="button"], .loginform input[type="text"], .loginform input[type="password"] {
	font-size:0.7em !important;
	padding:4px;
	width:100%;
	font-family: Verdana;
}
.btnBlue {
	background-color: #00519B !important;
	color: white;
}
.btnOrange {
	background-color: #FF6F21 !important;
	color: white;
}
.btnBlue:hover {
	background-color: #0055F0 !important;
}
.btnOrange:hover {
	background-color: #FF8A51 !important;
}


.info_tambahan {
	max-width: 640px;
}


.info_tambahan table tr td {
	padding-left: 5px;
	padding-right: 20px;

	color: #1080F0;
	font-size: 13px;
}






.logout_div {
	text-align: center;
	border: solid 1px #AFAFAF;
	padding: 10px;
	background-color: #FFF9A5;
	margin-left: 10%;
	margin-right: 10%;
	color: #3085FF;
}










.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color :#33b5e5;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
    background-color: #0099cc;
}
.aside {
    background-color: #33b5e5;
    padding: 15px;
    color: #ffffff;
    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);
}




@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 30%; max-width: 300px;}
    .col-2 {width: 60%;}
    .col-center {width: 90%; text-align: center;}
}

@media handheld, only screen and (max-width: 767px) {
	.col-m-1 {width: 90%;}
	.col-m-2 {display: none;}
	.col-m-center {width: 90%; text-align: center;}

	.block-display-on-mobile {display:none;}

	.header {width:100%; position: fixed;}
	.header-right {display: none;}
	.header-bottom {position: fixed; margin-top: 70px;}
	.ib-Header {position: absolute; float: none; left: 50%; right: 50%; margin-left: 10px; }
	.row {padding-top: 95px; margin-bottom: 10px}
	.top-footer {bottom: 35px;}
	.footer {height:30px;}
	.footer-left {float: none;}
	.footer-right {text-align: left;}

	.logout_div {margin-top: 50px;}
}

@media handheld, only screen and (max-height: 300px) {
	.top-footer {position: relative; bottom: 0px; width: 100%;}
	.footer {position: relative; bottom: 0px; width: calc(100% - 70px);}
}