html,body{
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	vertical-align:baseline;
}

body{
	/* background: url('../../images/furley_bg.png') fixed; */
	font-family: "Open Sans",sans-serif;
}

h1, h2, h3, h4, h5, h6{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #555;
}

hr{
	border: 0.5px solid #CCC;
}

.content-profil h1,
.content-profil h2,
.content-profil h3,
.content-profil h4,
.content-profil h5,
.content-profil h6{
	border-bottom: 1px solid #F2F2F2;
}

/**
 * Navbar
 */

.drawer-nav .header-nav{
	height: 200px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: url('../../images/flat-exam.jpg') 100px 0;
	box-shadow: inset 0 -10px 20px -10px #000;
	position: relative;
}

.drawer-nav .header-nav .background{
	height: 200px;
	width: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.drawer-nav .header-nav .picture{
	height: 140px;
	width: 140px;
	border-radius: 50%;
	border: 5px solid #888;
	background: #FFF;
	box-sizing: border-box;
	text-align: center;
	padding: 5px;
	margin: 0 auto;
	z-index: 100;
	position: relative;
}

.drawer-nav .header-nav .picture img{
	height: 120px;
	width: 120px;
	overflow: hidden;
	border-radius: 50%;
}

.drawer-nav .header-nav .label{
	text-align: center;
	z-index: 100;
	position: relative;
	color: #FFF;
	margin-top: 10px;
}

.drawer-nav .body-nav{
	border-top: 1px solid #CCC;
	min-height: 50px;
	width: 100%;
	box-sizing: border-box;
}

.drawer-nav .body-nav .drawer-menu li a{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
	color: #666 !important;
	font-size: 13px;
}

.drawer-nav .body-nav .drawer-menu li a:hover{
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	background: #F9F9F9;
	color: #444 !important;
}

.drawer-nav .footer-nav{
	/*border: 1px solid red;*/
	min-height: 50px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}



/**
 * Style untuk content-all
 */

#content-all{
}

#content-all .content-profil{
	width: 1100px;
	min-height: 450px;
	margin: 0 auto;
	position: relative;
	display: table;
	margin-bottom: 100px;
	box-sizing: border-box;
}

#content-all .content-profil .bio{
	width: 49%;
	min-height: 450px;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 3px;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

#content-all .content-profil .bio .foto{
	border: 1px solid #CCC;
	text-align: center;
	box-sizing: border-box;
	width: 150px;
	padding: 10px;
	float: left;
	box-shadow: 0 0 3px #CCC;
	border-radius: 1px;
}

#content-all .content-profil .bio .foto img{
	width: 120px;
	height: 120px;
}

#content-all .content-profil .bio .detail-profil{
	border: 1px solid #CCC;
	box-sizing: border-box;
	width: 350px;
	padding: 10px;
	float: right;
	box-shadow: 0 0 3px #CCC;
	border-radius: 1px;
	min-height: 430px;
}

.form-group{
	float: left;
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin-bottom: 5px;
}

.form-group > label{
	font-size: 12px;
	color: #555;
	font-weight: bold !important;
	display: block;
}

.form-group .input-group{
	display: inline-block;
	position: relative;
	float: left;
	width: 100%;
}

.form-group .input-group i{
	position: absolute;
	top: 12px;
	right: 10px;
}

.form-group .form-control{
	font-size: 12px;
	padding: 8px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	box-sizing: border-box;
	outline: none;
	border: 1px solid #CCC;
	color: #555;
}

select{
	background: #FFF !important;
	color: #555 !important;
}

.form-group .form-control:read-only{
	background: #F2F2F2;
	color: #CCC;
}

.form-group textarea.form-control{
	height: 100px;
}

.form-group .form-control:focus{
	border: 1px solid #007eff;
}

#content-all .content-profil .history-login{
	width: 49%;
	height: 580px;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 3px;
	float: right;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	overflow: auto;
}

.table{
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	color: #FFF;
	font-size: 13px;
	border: 1px solid #00b964;
}

.table tr th{
	background: #00b964;
	border: 1px solid #00b964;
	padding: 6px;
	text-align: left;
}

.table tr td{
	padding: 6px;
	color: #555;
	font-size: 12px;
}

.table tr:hover td{
	background: #F2F2F2;
}

.table tr:nth-child(even){
	background: #F2F2F2;
}

.table tr:nth-child(odd){
	background: #FFF;
}


/* Header */
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 150px;
	position: relative;
}

#wrap .nav {
	padding: 0;
	width: 100%;
	height: 80px;
	position: relative;
	border-bottom: 5px solid #1198e1;
	position: relative;
	background: #00c0ef;
	box-sizing: border-box;
	float: left;
}

#wrap .nav .logo{
	width: 100px;
	height: 100px;
	padding: 10px;
	float: left;
	box-sizing: border-box;
}

#wrap .nav .logo img{
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	border-radius: 50%;
}

#wrap .nav .profil{
	width: 100px;
	height: 95px;
	padding: 8px;
	float: right;
	box-sizing: border-box;
	cursor: pointer;
}

#wrap .nav .profil #btn-simpan{
	background: #ea757d;
	border: 3px solid #ea757d;
}

#wrap .nav .profil img{
	width: 80px;
	height: 80px;
	border: 3px solid #00b964;
	box-sizing: border-box;
	border-radius: 50%;
	background: #FFF;
}

#wrap .nav .info-user{
	width: 50%;
	float: left;
	color: #FFF;
	padding: 10px;
	box-sizing: border-box;
}

#wrap .nav .info-user table{
	font-size: 12px;
}

#wrap .nav .title{
	width: 50%;
	float: left;
	text-align: left;
}

#wrap .nav .title h2{
	margin: 0;
	text-align: left;
	color: #FFF;
	font-weight: normal;
	padding: 28px;
}

/*#wrap .nav .profil:hover{
	background: #FFF;
}*/

#wrap .nav .profil:hover .dropdown-content{
	display: block;
}

#wrap .nav .dropdown-content{
	position: absolute;
	top: 0;
	width: 200px;
	background: #FFF;
	z-index: 12;
	right: 0;
	border:1px solid #FFF;
	box-shadow: 0 0 3px #CCC;
	box-sizing: border-box;
    display: none;
}

#wrap .nav .dropdown-content a{
	position: relative;
	width: 200px;
	float: left;
	padding: 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
	color: #444;
}

#wrap .nav .dropdown-content a:hover{
	background: #00b964;
	color: #FFF;
	border-bottom: 1px solid #00b964;
}

.whiteboard{
	background-position: center;
	z-index: 10;
	width: 90%;
	height: 100px;
	margin-left: 5%;
	border: 1px solid #CCC;
	background: #FFF;
	box-shadow: 0 4px 5px -2px #CCC;
}

/**
 * Blok untuk setting header
 */

.nav-left{
	position: relative;
	float: left;
	width: 30%;
	padding: 27px 0 27px;
	box-sizing: border-box;
	margin-left: 50px;
}

.nav-left .text{
	float: left;
}

.nav-left .text h4{
	padding: 10px 0 10px;
	margin: 0px;
}

.nav-left .caption-no {
	border: 1px solid $a77679;
	float: left;
	padding: 10px;
	width: 30px;
	text-align: center;
	font-weight: bold;
	margin-left: 20px;
	background: #ea757d;
	color: #FFF;
}

.nav-center {
	float: left;
	position: relative;
	width: 35%;
	height: 100px;
	padding-top: 30px;
	box-sizing: border-box;
	text-align: right;
	text-align: center;
}

.nav-center button {
	padding: 10px;
	border-radius: 3px;
	background: #00BF96;
	display: inline-block;
	border: 3px solid #00BF96;
	border-bottom: 3px solid #08967d;
	color: #FFF;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
}

.nav-center label {
	background-color: #f39c12 !important; 
	display: inline; padding: .9em .6em .9em; 
	font-size: 75%; font-weight: 700; 
	line-height: 1; color: #fff; 
	text-align: center; white-space: nowrap; 
	vertical-align: baseline; border-radius: .25em; 
}

.nav-center #btn-simpan {
	padding: 10px;
	border-radius: 3px;
	background: #ea757d;
	display: inline-block;
	border: 3px solid #ea757d;
	border-bottom: 3px solid #08967d;
	color: #FFF;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
}

.nav-center button:disabled{
	background: #84d8c6;
	border: 3px solid #84d8c6;
	cursor: default;
}

.nav-center button:hover:enabled{
	border-bottom: 3px solid #00816A;
}

.nav-center button:active:enabled{
	background: #00816A;
	border: 3px solid #00816A;
}

.nav-right{
	float: right;
	position: relative;
	width: 30%;
	height: 100px;
	padding: 12px;
	padding-right: 20px;
	box-sizing: border-box;
	text-align: right;
}

.nav-right #clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 15px;
}

.nav-right #clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	background: #00BF96;
	display: inline-block;
}

.nav-right #clockdiv div > span{
	padding: 10px;
	border-radius: 3px;
	background: #00816A;
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 14px;
}



/**
 * Blok untuk body
 */

.card-body{
	width: 90%;
	margin-left: 5%;
}


/**
 * Style untuk font
 */

.font-group{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 50px;
	border: 1px solid #CCC;
	background: #F9F9F9;
	margin-bottom: -5px;
}

.font-group .label{
	margin-left: 40px;
}

.font-group .label h3{
	color: #555;
	font-size: 15px;
	position: relative;
	display: inline-block;
	float: left;
	margin: 13px 10px;
}

.font-group .label ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	margin: 13px 10px;
}

.font-group .label ul li{
	float: left;
	display: inline-block;
}

.size-text-1{
	font-size: 13px;
}

.size-text-2{
	font-size: 16px;
}

.size-text-3{
	font-size: 19px;
}

.font-group .label ul li.font1{
	font-size: 13px;
	padding-top: 4px;
}

.font-group .label ul li.font2{
	font-size: 16px;
	padding-top: 2px;
}

.font-group .label ul li.font3{
	font-size: 19px;
}

.font-group .label ul li a{
	padding: 3px 10px;
	color: #e7101f;
	font-weight: bold;
	cursor: pointer;
}

.font-group .label ul li a:hover{
	text-decoration: underline;
}

/**
 * Style untuk soal & jawaban
 */

.question-group{
	min-height: 600px;
	position: relative;
	display: inline-block;
	text-align: justify;
	float: left;
	width: 100%;
	border: 1px solid #CCC;
	background: #FFF;
}

.question{
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	min-height: 100px;
	border-bottom: 1px solid #D2D2D2;
	margin-bottom: 20px;
}

.question p{
	/* padding: 20px; */
	margin: 20px;
	box-sizing: content-box;
}

.question p img{
	cursor: pointer;
}

.answer{
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	min-height: 100px;
	box-sizing: border-box;
}

/**
 * Style unutk jawaban
 */

.radio-group{
	position: relative;
	float: left;
	width: 100%;
	min-height: 200px;
	font-family: arial;
	padding: 10px 50px 10px;
	box-sizing: border-box;
}

.radio-group .radio-item{
	position: relative;
	float: left;
	padding: 10px;
	padding-right: 20px;
	margin-bottom: 5px;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	border: 1px solid #E2E2E2;
	background: #FEFEFE;
}

.radio-group .radio-item input[type=radio],
.radio-group .radio-item input[type=checkbox]{
    display:none;
}

.radio-group .radio-item p{
	margin: 0;
	padding: 0;
}

.radio-group .radio-item span{
	margin-left: 50px;
	float: left;
	text-align: justify;
	padding-top: 5px;
	/* padding-bottom: 5px; */
}

.radio-group .radio-item span p span{
	margin-left: 0px;
	float: left;
	/* padding-bottom: 5px; */
}

/**
 * Style untuk jawaban dari A - F
 */

.radio-group .radio-item input[type=radio] + span::before,
.radio-group .radio-item input[type=checkbox] + span::before{
    color: #34A8BF;
    text-align: center;
    padding-top: 4px;
    font-weight: bold;
    font-size: 15px !important;
    box-sizing: border-box;
    position:absolute; 
    left:5px;
    display:inline-block; 
    width:35px; 
    height:35px; 
    background:#fff;
    margin-top: -8px;
    margin-right:5px; 
    margin-left:5px; 
    border:3px solid #34A8BF; 
    border-radius:50%; -moz-border-radius:50%;
    transition:0.3s; -moz-transition:0.3s; -webkit-transition:0.3s; -khtml-transition:0.3s;
}

.radio-group .radio-item input[disabled] + span::before{
    color: #888;
    background:#F9F9F9;
    border:3px solid #DDD;
}

.radio-group .radio-item.inactive{
	background:#F9F9F9;
    color: #888;
	cursor: default;
}

.radio-group .radio-item input[type=radio]:checked + span::before,
.radio-group .radio-item input[type=checkbox]:checked + span::before{
    color: #FFF;
    text-align: center;
    padding-top: 4px;
    font-weight: bold;
    font-size: 15px !important;
    box-sizing: border-box;
    position:absolute; 
    left:5px;
    display:inline-block; 
    width:35px; 
    height:35px; 
    background:#34A8BF; 
    margin-right:5px; 
    border:3px solid #34A8BF; 
    border-radius:50%; -moz-border-radius:50%;

}

.radio-group .radio-item input[type=radio] + span.chooseA::before, 
.radio-group .radio-item input[type=radio]:checked + span.chooseA::before,
.radio-group .radio-item input[type=checkbox] + span.chooseA::before, 
.radio-group .radio-item input[type=checkbox]:checked + span.chooseA::before{
    content:"A";
}

.radio-group .radio-item input[type=radio] + span.chooseB::before, 
.radio-group .radio-item input[type=radio]:checked + span.chooseB::before,
.radio-group .radio-item input[type=checkbox] + span.chooseB::before, 
.radio-group .radio-item input[type=checkbox]:checked + span.chooseB::before{
    content:"B";
}

.radio-group .radio-item input[type=radio] + span.chooseC::before, 
.radio-group .radio-item input[type=radio]:checked + span.chooseC::before,
.radio-group .radio-item input[type=checkbox] + span.chooseC::before, 
.radio-group .radio-item input[type=checkbox]:checked + span.chooseC::before{
    content:"C";
}

.radio-group .radio-item input[type=radio] + span.chooseD::before, 
.radio-group .radio-item input[type=radio]:checked + span.chooseD::before,
.radio-group .radio-item input[type=checkbox] + span.chooseD::before, 
.radio-group .radio-item input[type=checkbox]:checked + span.chooseD::before{
    content:"D";
}

.radio-group .radio-item input[type=radio] + span.chooseE::before,
.radio-group .radio-item input[type=radio]:checked + span.chooseE::before,
.radio-group .radio-item input[type=checkbox] + span.chooseE::before,
.radio-group .radio-item input[type=checkbox]:checked + span.chooseE::before{
    content:"E";
}

.radio-group .radio-item input[type=radio] + span.chooseF::before,
.radio-group .radio-item input[type=radio]:checked + span.chooseF::before,
.radio-group .radio-item input[type=checkbox] + span.chooseF::before,
.radio-group .radio-item input[type=checkbox]:checked + span.chooseF::before{
    content:"F";
}

.radio-group .radio-item input[type=radio] + span.chooseG::before,
.radio-group .radio-item input[type=radio]:checked + span.chooseG::before,
.radio-group .radio-item input[type=checkbox] + span.chooseG::before,
.radio-group .radio-item input[type=checkbox]:checked + span.chooseG::before{
    content:"G";
}

/**
 * Style unutk jawaban Uraian
 */

.answer textarea{
	border: 1px solid #efefbd;
	width: 90%;
	height: 200px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-left: 5%;
	color: #444;
	padding: 20px;
	background: url('../../images/notebook-style.png');
	line-height: 25px;
	padding: 27px 10px 20px 20px;
	resize: none;
}

.answer textarea:focus{
	outline: none;
	border: 1px solid #dcdc91;
}


/**
 * Blok untuk map soal
 */


#map-menu{
	position:fixed;
	height:410px;
	width:500px;
	overflow:hidden;
	margin-bottom:2em;
	top: 150px;
	right: -400px;
}

.btn-map-menu{
	border:2px solid #237282;
	width: 100px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 150px;
	background: #319fb5;
	color: #FFF;
	box-sizing: content-box;
	padding: 0;
	cursor: pointer;
	z-index: 10;
}

.btn-map-menu.map-active{
	border:2px solid #237282;
	width: 100px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 150px;
	background: #237282;
	color: #FFF;
	box-sizing: content-box;
	padding: 0;
	cursor: pointer;
}

#map-menu .menu{
	position:absolute;
	top:0;
	right: 0;
	height:400px;
	width:398px;
	background: #FFF;
	border: 3px solid #319fb5;
	overflow: auto;
	box-shadow: 0 0 10px #CCC;
	border-radius: 5px;
	padding: 10px 10px;
	box-sizing: border-box;
	z-index: 9;
}

#map-menu .menu > ul{
	list-style-type:none;
	padding:0 5px 0 5px;
}

#map-menu .menu > ul > li{
	cursor: pointer;
	margin: 5px 0;
}

#map-menu .menu > ul > li:hover{
	background-color:#ff0;
}

.item-map{
	position: relative;
	float: left;
	margin: 10px;
	width: 50px;
	height: 50px;
	border: 3px solid #00816A;
	box-sizing: border-box;
	cursor: pointer;
}

.item-map.inactive .map-nomor,
.item-map.inactive .map-jawaban{
	background: #F2F2F2 !important;
	color: #777 !important;
	cursor: default;
}

.item-map.actived .map-nomor{
	background: #ea757d;
	color: #FFF;
}

.item-map.answered .map-nomor{
	background: #00BF96;
	color: #FFF;
}

.item-map.ragu .map-nomor{
	/* background: #fff8c4; */
	background: #f39c12;
	color: #fff;
}

.item-map .map-nomor{
	position: absolute;
	width: 99%;
	height: 99%;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
	padding-top: 7px;
	text-align: center;
}

.item-map .map-jawaban{
	position: absolute;
	top: -10px;
	right: -10px;
	width: 20px;
	height: 20px;
	border: 3px solid #00816A;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	/* background: #00BF96; */
	background: #FFFFFF;
	/* color: #FFF; */
	color: #00BF96;
	font-weight:bolder;
}

/**
 * Style unutk halaman login
 */


#login{
	/* width: 500px; */
	height: 550px;
	margin: 50px auto;
	position: relative;
}

/*#login .header{
	width: 100%;
	text-align: center;
}

#login .header h3{
	font-weight: normal;
	font-size: 30px;
	padding: 10px;
	margin: 0;
}*/

#login .body{
	width: 400px;
	height: 500px;
	border: 1px solid #CCC;
	margin: 30px auto;
	position: relative;
	background: #FFF;
	border-radius: 3px;
	box-sizing: border-box;
	box-shadow: 0 0 3px #CCC;
}

#login .body .logo{
	width: 100%;
	height: 200px;
	background: #00c0ef;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

#login .body .logo img{
	width: 150px;
	height: 150px;
}

#login .body .logo h3{
	color: #FFF;
}

#login .body .form{
	width: 100%;
	height: 220px;
	margin-top: 20px;
	padding: 30px;
	box-sizing: border-box;
}

#login .body .form .btn{
	border: 1px solid #00c0ef;
	outline: none;
	background: #00c0ef;
	color: #FFF;
	width: 100%;
	padding: 20px;
	border-radius: 3px;
	cursor: pointer;
}

#login .body .form .btn:disabled{
	background: #78b197;
}

#login .body .form .btn:active{
	box-shadow: 0 0 10px #0d4c2f inset;
}


#login .alert{
	border: 1px solid #0a8049;
	width: 400px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0 0 3px #CCC;
	background: #0a8049;
	color: #FFF;
	position: relative;
}

#login .alert p{
	position: relative;
	width: 300px;
	margin: 0;
	padding: 0;
}

#login .alert a{
	position: absolute;
	color: #FFF;
	top: 18px;
	right: 20px;
	box-sizing: border-box;
}


/* form starting stylings ------------------------------- */
.form .group 			  { 
  position:relative; 
  margin-bottom:45px; 
}
.form .group.last{
  margin-bottom:30px; 
}
.form input 				{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #CCC;
  box-sizing: border-box;
  color: #222;
}
.form input:focus 		{ outline:none; }

/* LABEL ======================================= */
.form label 				 {
  color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
.form input:focus ~ label, input:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color:#0a8049;
}

/* BOTTOM BARS ================================= */
.form .bar 	{ position:relative; display:block; width:100%; }
.form .bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#0a8049; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.form .bar:before {
  left:50%;
}
.form .bar:after {
  right:50%; 
}

/* active state */
.form input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.form .highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.form input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}


/**
 * End of Style unutk halaman login
 */






/**
 * Style Pilih Materi
 */

#group-materi{
	width: 95%;
	min-height: 450px;
	margin: 0 auto;
	position: relative;
	display: table;
	margin-bottom: 100px;
}

#group-materi .header{
	width: 100%;
	box-sizing: border-box;
}

#group-materi .header h4{
	width: 100%;
	margin: 0;
	padding: 0;
	padding: 10px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	color: #c53131;
	text-decoration: underline;
}


#group-materi .body{
	width: 100%;
	min-height: 100px;
	/* float: left; */
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	text-align: center;
}


#group-materi .body .item-card{
	border:1px solid #CCC;
	width: 200px;
	min-height: 250px;
	/* float: left; */
	box-sizing: border-box;
	box-shadow: 0 0 3px #CCC;
	margin: 5px;
	background: #FFF;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	text-align: left;
}

.item-card .content-top{
	box-sizing: border-box;
	height: 210px;
	position: relative;
}

.item-card .content-top img{
	width: 100%;
	height: 210px;
	box-sizing: border-box;
}

.item-card .content-top .caption{
	position: absolute;
	color: #FFF;
	width: 100%;
	bottom: 0;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	text-align: center;
}

.item-card .content-bottom{
	box-sizing: border-box;
	height: 40px;
	position: relative;
}

.item-card .content-bottom button{
	color: #0a8049;
	font-weight: bold;
	text-decoration: none;
	padding: 12px;
	position: absolute;
	font-size: 14px;
	background: #FFF;
	border:none;
	cursor: pointer;
	width: 100%;
}

.item-card .content-bottom button:active{
	outline: none;
}


.item-card .content-bottom button:focus{
	outline: none;
}

.item-card .modal-token{
	position: absolute;
	width: 200px;
	height: 250px;
	background: #FFF;
	bottom: -400;
}

.hide-token{
	display: none;
}

.item-card .modal-token .info{
	position: relative;
}

.item-card .modal-token .info .materi h4{
	margin: 0;
	text-align: center;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #CCC;
	color: #555;
	font-size: 14px;
}

.item-card .modal-token .info .jumlah-soal{
	border-right: 1px solid #CCC;
}

.item-card .modal-token .info .jumlah-soal, .item-card .modal-token .info .jumlah-waktu{
	width: 100px;
	box-sizing: border-box;
	float: left;
	text-align: center;
	border-bottom: 1px solid #CCC;
}

.item-card .modal-token .info .jumlah-soal .qty, .item-card .modal-token .info .jumlah-waktu .qty{
	font-size: 17px;
	color: #444;
	padding-top: 5px;
	padding-bottom: 5px;
}

.item-card .modal-token .info .jumlah-soal .caption, .item-card .modal-token .info .jumlah-waktu .caption{
	font-size: 12px;
	color: #888;
	padding-bottom: 5px;
}

.item-card .modal-token .form{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	float: left;
	height: 80px;
	text-align: center;
}

.item-card .modal-token .form input[type]{
	border: 1px solid #CCC;
	width: 90%;
	padding: 10px;
	box-sizing: border-box;
	color: #888;
	margin: 0 auto;
	margin-top: 30px;
}

.item-card .modal-token .form input[type]:focus{
	border: 1px solid #08967d;
	outline: none;
}

.item-card .modal-token .group-button{
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	text-align: center;
}


/**
 * End of Style Pilih Materi
 */


/**
 * Button
 */


.btn{
	border: none;
	padding: 8px;
	border-radius: 2px;
	background: #F2F2F2;
	cursor: pointer;
	min-width: 80px;
	position: relative;
	margin-top: 3px;
}

.btn:active, .btn:focus{
	outline: none;
}

.btn.btn-primary{
	background: #319fb5;
	border: 1px solid #237282;
	color: #FFF;
	border-top: 3px solid #319fb5;
	border-bottom: 3px solid #237282;
	box-sizing: border-box;
}

.btn.btn-primary:disabled{
	background: #74c0d0;
	border: 1px solid #74c0d0;
	color: #FFF;
	border-top: 3px solid #74c0d0;
	border-bottom: 3px solid #74c0d0;
	box-sizing: border-box;
	cursor: default;
}

.btn.btn-primary:active{
	border-top: 3px solid #237282;
	border-bottom: 3px solid #319fb5;
}

.btn.btn-danger{
	background: #00b964;
	border: 1px solid #0a8049;
	color: #FFF;
	border-top: 3px solid #00b964;
	border-bottom: 3px solid #0a8049;
	box-sizing: border-box;
}

.btn.btn-danger:active{
	border-top: 3px solid #0a8049;
	border-bottom: 3px solid #00b964;
}

.btn.btn-warning{
	background: #ffbf2f;
	border: 1px solid #d0a23a;
	color: #000;
	border-top: 3px solid #ffbf2f;
	border-bottom: 3px solid #d0a23a;
	box-sizing: border-box;
}

.btn.btn-warning:active{
	border-top: 3px solid #d0a23a;
	border-bottom: 3px solid #ffbf2f;
}

.btn.btn-default{
	background: #F2F2F2;
	border: 1px solid #CCC;
	color: #000;
	border-top: 3px solid #F2F2F2;
	border-bottom: 3px solid #CCC;
	box-sizing: border-box;
}

.btn.btn-default:active{
	border-top: 3px solid #CCC;
	border-bottom: 3px solid #F2F2F2;
}

.btn.btn-success{
	background: #00BF96;
	border: 1px solid #08967d;
	color: #FFF;
	border-top: 3px solid #00BF96;
	border-bottom: 3px solid #08967d;
	box-sizing: border-box;
}

.btn.btn-success:active{
	border-top: 3px solid #08967d;
	border-bottom: 3px solid #00BF96;
}

.hide{
	display: none !important;
}



/**
 * Checkbox atau radio button
 */

input[type="radio"] {
    -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
    -moz-appearance: checkbox;    /* Firefox */
    -ms-appearance: checkbox;     /* not currently supported */
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
    margin-top: 2px !important;
}
.checkbox-parent{
  width:100%;
  margin-left: -2px !important;
  margin-top: 5px;
}

.checkbox-parent .checkbox-item{
  min-width:70px;
  margin:2px;
  margin-right: 20px;
  float:left;
  position: relative;
  display: inline-block;
}

.checkbox-parent .checkbox-item .checkbox-label{
  border:1px solid #CCC;
  width:100%;
  margin:0px;
  padding:5px;
  background:#F2F2F2;
  font-size: 11px;
  float: left;
}

.checkbox-parent .checkbox-item .checkbox-label font{
  margin:2px;
  margin-left:5px;
  float:left;
}

.checkbox-parent .checkbox-item .checkbox-label input[type=radio], .checkbox-parent .checkbox-item .checkbox-label input[type=checkbox]{
  float:left;
}

textarea{
	resize: none;
}


/**
 * Alert custom
 */

.alert-custom{
	position: absolute;
	width: 100%;
	height: 50px;
	z-index: 100;
	text-align: center;
	margin-top: -50px;
	display: none;
	font-size: 13px;
}

.alert-custom .alert{
	padding-top: -5px !important;
	background: #ffe97e;
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #dab915;
	position: relative;
}

/*--- Button Pulse ----*/
.pulse-button {
	position: relative;
	/* border: none; */
	box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
	/*border-radius: 50%;*/
	background-color: transparent;
	background-size:cover;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover {
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
/*--- End Button Pulse ----*/

/* Swal Button */
.swal-group{
	align-items: center;
	justify-content: center;
	margin: 1.25em auto 0;
}
.swal-konfirmasi{
	border: 0;
	border-radius: 0.25em;
	background: initial;
	background-color: initial;
	background-color: #3085d6;
	color: #fff;
	font-size: 1.0625em;
}
.swal-peringatan{
	border: 0;
	border-radius: 0.25em;
	background: initial;
	background-color: initial;
	background-color: #ff6600;
	color: #fff;
	font-size: 1.0625em;
}
.swal-batal{
	border: 0;
	border-radius: 0.25em;
	background: initial;
	background-color: initial;
	background-color: #aaa;
	color: #fff;
	font-size: 1.0625em;
}
.swal-style{
	margin: 0 .3125em;
	padding: .625em 2em;
	font-weight: 500;
	box-shadow: none;
	cursor: pointer;
}
/* End Swal Button */