*{margin:0px auto;}
	body{background:#28609021; font-family:calibri, verdana, sans-serif; line-height:1.5em;  height: 100%;}
	/* body{
		background-image: url("../images/bg_body.jpg");
		background-repeat: repeat;
		background-position: center center;
		position: relative;
	} */
	/*Main*/
	#main{
		position: relative;
		min-height: 100%;
	}
	/*layout*/
	header{background:#ffffff ; min-height: 90px; }
	header h1{line-height:80px; margin:auto; color: #fff;}

	/*Top Menu*/
	#top-menu{
		/* background:transparent url("../images/header-bg1.png") repeat-x scroll 0% 0%;  */
		background-color: rgb(80, 73, 146) !important;
		min-height: 20px;
		border-bottom: 3px solid #2E2D29;  
		margin-bottom: 15px; 
		width: 100%; box-shadow:0px 0px 8px rgba(0, 0, 0, 0.2); }
	#top-menu span{
		background: #fff;
		color: #2D2929;
		max-width: 100px;
		margin-left: 5px;
		text-align: center;
		font-weight: 600;
		height: 48px;
		display: block;
		line-height: 48px;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		margin-top: -5px;
		font-size: 14px;
		background: #FFA900 url("../images/nav_active.png") repeat-x scroll 0px 0px;
	}

	/*Content*/
	#content{margin:5px auto 0px; padding-bottom: 30px ; }
	.box{
	border-radius: 4px;
	color: #000;
	background-color: #fff;
	margin-bottom: 10px;
    padding: 10px;
	min-height: 300px;
	/*border: 1px solid #E4E4E4;*/
	border: 1px solid #BEC2C8;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	}
	.box span{ background:none; color: black; font-size: 20px; }
	.box p{	margin:10px 0px;}

	/*Box login*/
	.box-login{
	border-radius: 4px;
	padding: 0 0px;
	color: #000;
	border:1px solid #E4E4E4;
	background:#fff;
	margin-bottom: 10px;

	border: 1px solid #BEC2C8;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	}
	.box-login span{
		display: block;
		text-align: center;
		padding:10px 0;
		font-size: 14px;
		color: white;
		font-weight: normal;
		background-color: #286090;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
	}
	.box-login .form-login{ margin:16px; }
	.box-login input{
	border:none;
	border:1px solid #C8C8C8;
	border-left: none;
	padding: 0 10px ;
  	line-height: 41px;
	background:none;
	color: #656565;
  	border-radius: 0px 3px 3px 0px;
	margin:10px 0;
 	height: 40px;
 	width: 85%;
	}
	.box-login .fa{
	border:1px solid #C8C8C8;
	background-color: rgb(63, 63, 148);
  	border-radius: 3px 0px 0px 3px;
  	color: #FBFBFB;
	border:none;
	margin:10px 0;
  	float: left;
  	height: 40px;
  	line-height: 40px;
  	text-align: center;
  	width: 15%;
	}
	.box-login input:focus{ background:rgba(6, 150, 0, 0.1) none repeat scroll 0% 0%; }
	.box-login input[type="submit"]{
	border:none;
	color: #fff;
	margin:10px 0;
	height: 45px;
	width: 100%;
	border-radius: 4px;
	background: #ffa900  ;
	}
	.box-login input[type="submit"]:hover{background-color: #B71E1E;}

	/*Box menu*/
	.box-menu{
		border-radius: 4px;
		padding: 0 0px;
		color: #777;
		background:#fff;
		margin-bottom: 10px;
	}
	.box-menu span{
		display: block;
		text-align: center;
		padding:10px 0;
		font-size: 14px;
		color: white;
		font-weight: normal;
		background-color: #286090;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
	}
	.box-menu .menupadd{padding:5px 10px; }
	.box-menu .foto{ text-align: center; padding: 15px;}
	.box-menu .foto img{
    width: 100px;
    max-height: 135px;
    border-radius: 150px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	}
	.box-menu p{ margin-bottom: 5px; padding:0 5px;}
	/*Footer*/
	footer{background-color: #ed1c24; ;min-height: 25px; width: 100%; position: absolute; bottom: 0;}
	footer span{
	float: left;
	background: transparent linear-gradient(to bottom, #FFF300 0%, #FFA900 100%) repeat scroll 0% 0%;
	color: #2D2929;
	min-height: 35px;
	display: block;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	margin-top: -10px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
}

	/*Ubah Bootstrap*/
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12,
	.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5,
	.col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
	.col-md-1, .col-md-10, .col-md-11, .col-md-12,
	.col-md-2, .col-md-3, .col-md-4, .col-md-5,
	.col-md-6, .col-md-7, .col-md-8, .col-md-9,
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
	.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5,
	.col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
	.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12,
	.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5,
	.col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
		padding: 0 5px;
	}
	.breadcrumb { margin-bottom: 5px; background-color: #286090;  border: 1px solid #BEC2C8; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);}
	.form-control { width: 50%; }
	.nav > li > a:focus, .nav > li > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {    background-color: rgb(237, 28, 36);  color: #242729;}
	.nav-pills > li.active > a { background-color: #FFA900; }
	.nav-pills > li > a{ color: #777; padding: 5px 15px;}
	.nav-stacked > li { border-bottom: 1px solid #D8D8D8; }
	table { font-size: 14px; color: #777; }

	/* Latihan Soal */
	.question { background-color: white; padding: 10px; }
    .questions { font-weight: 600; }
    .error { color: #B94A48; }
    .form-horizontal { margin-bottom: 0px; }
    .hide{display: none;}
    .ket_waktu{ border-bottom:2px solid #f4f4f4; }
    .ket_waktu p{ font-size: 14px; padding: 2px 0 ; margin-left: 3px; }
    #promo{ background: none; display: inline; color: red; }

    .modal-dialog {
    margin: 180px auto 0px;
}

.btn-warning{background-color:#ffa900;}
.btn-danger {background-color: #ed1c24 !important;} 
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #286090;
}