/************************************************************************************
	RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'trado';
	src: url('/ckeditor/customfonts/trado.eot');
	src: local('☺'), url('/ckeditor/customfonts/trado.woff') format('woff'), url('/ckeditor/customfonts/trado.ttf') format('truetype'), url('/ckeditor/customfonts/trado.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'barcode font';
    font-style: normal;
    font-weight: normal;
    src: local('barcode font'), url('fonts/BarcodeFont.woff') format('woff');
    }

@font-face {
	font-family: 'SourceSansPro-Regular';
	src: url('fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/SourceSansPro-Regular.woff') format('woff'),
	url('fonts/SourceSansPro-Regular.ttf')  format('truetype'),
	url('fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'AllerRegular';
    src: url('fonts/aller_rg-webfont.eot');
    src: url('fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/aller_rg-webfont.woff') format('woff'),
	url('fonts/aller_rg-webfont.ttf') format('truetype'),
	url('fonts/aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'proximanovascosfbold';
	src: url('fonts/proximanovascosfbold.eot?#iefix') format('embedded-opentype'), 
	url('fonts/proximanovascosfbold.woff') format('woff'), 
	url('fonts/proximanovascosfbold.ttf')  format('truetype'),
	url('fonts/proximanovascosfbold.svg#proximanovascosfbold') format('svg');
}

@font-face {
	font-family: 'badabb';
	src: url('fonts/badabb.eot?#iefix') format('embedded-opentype'), 
	url('fonts/badabb.woff') format('woff'), 
	url('fonts/badabb.ttf')  format('truetype'),
	url('fonts/badabb.svg#badabb') format('svg');
}

@font-face {
	font-family: 'cherl';
	src: url('fonts/cherl.eot?#iefix') format('embedded-opentype'), 
	url('fonts/cherl.woff') format('woff'), 
	url('fonts/cherl.ttf')  format('truetype'),
	url('fonts/cherl.svg#cherl') format('svg');
}

@font-face {
	font-family: 'proxima-nova-reg';
	src: url('fonts/proxima-nova-reg-webfont.eot?#iefix') format('embedded-opentype'), 
	url('fonts/proxima-nova-reg-webfont.woff') format('woff'), 
	url('fonts/proxima-nova-reg-webfont.ttf')  format('truetype'),
	url('fonts/proxima-nova-reg-webfont.svg#proxima-nova-reg') format('svg');
}

@font-face {
	font-family: 'Conv_Chewy';
	src: url('fonts/Chewy.eot');
	src: local('☺'), url('fonts/Chewy.woff') format('woff'), url('fonts/Chewy.ttf') format('truetype'), url('fonts/Chewy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
	/* background:#FFFF33; */
	font-family: 'Poppins', sans-serif;
	font-size:14px;
}

.main{
	
	/* background:#FFFF33; */
	
	padding-bottom:20px;
}

.header{
	height: 160px;
	background: #1974CD;
}

.logo
{
	float:left;
	margin-left:60px;
	margin-top:20px;
} 

#menu {
	height:50px;
	background:  url('images/table1.jpg') no-repeat;
	display: block;
	float: left;
	width: 1080px;
	position: relative;
	z-index: 4;
}

.wood
{
	height:16px;
	width:1119px;
    background:  url('images/table.png') no-repeat;
	z-index:10;
	position:absolute;
	margin-left:-19px;
	margin-top:-17px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.wrapper{
	padding: 20px 0px;
}

.wrapper1{
    margin: 0px auto 0px auto;
	background:#ffdf0c;
	padding: 20px 15px;
	max-width:1140px;
	position: relative;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

[class*="col-"] {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:0px;
	padding-right:0px;
}

.soals1 img 
{ max-width: 100%; }

.soals img 
{ max-width: 100%; }

.pb10 {
	padding-bottom : 10px;	
}

.pb5 {
	padding-bottom : 5px;	
}

.pt5b10 {
	padding-top : 5px;
	padding-bottom : 10px;	
}

.bluebox{
	padding:10px 15px 0px;
	background:#1d91ff;
}

.bulk{
	color:#337ab7;
	font-size:14px;
}

.w10{
	width:10px;	
}

.w50{
	width:50px;	
}

.plr15{
	padding-left:5px;	
	padding-right:5px;	
}

.pr15{
	padding-right:15px;	
}

.p15{
	padding:15px;	
}

.h20{
	height:20px;	
}

.h10{
	height:10px;	
}

.sn td{
	padding:0px 5px 5px 5px;
	text-align:left;
}

.mr15{
	margin-right:15px;	
}

.form-control {
	font-size:14px;	
}

.container{
	width:100%;
}

.wrapperlogin{
    margin: 60px auto;
	width: 300px;
	height:auto;
	background: #f6f6f6 url('images/bgin.jpg');
	border-radius: 5px;
	padding:50px;
	border-top:2px solid #3C8DBC;	
	position: relative;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.wrapperloginadmin{
    margin: 60px auto;
	width: 300px;
	height:auto;
	background: #f6f6f6 url('images/bgin1.jpg');
	border-radius: 5px;
	padding:50px;
	border-top:2px solid #DE567A;	
	position: relative;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.s_wrapper{
    margin: 20px auto;
	width: 960px;
	height:auto;
	background: #fff;
	border-radius: 5px;
	padding:10px;
	border-top:2px solid #3C8DBC;	
	position: relative;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.bodycontainer{
    width: 990px; height: auto;overflow: hidden;
	padding-top:20px;
	padding-bottom:20px;
}

.contentcontainer{
    width: 990px; 
}

label{
    display: inline-block;
    margin-bottom: 5px;
	
	
}

.users{
	margin-left:50px;
}

.department{
	margin-left:50px;
}

.exams{
	margin-left:50px;
}

.tabel{
	margin-left:50px;
}

#frame2{
	display: none;
}

.user_input{
    width: 150px; 
}
.e_button{
    width: 120px; 
}
.question_dtl{
    width: 730px; 
}
a{
    text-decoration: none;
}

.table-new1 {
	border:1px solid #ccc;
	text-align: center; 
	background: #EEEEEE;
	width: 130px;
}

.table-new {
	border:1px solid #ccc;
	text-align: center; 
}

.table-new  tr:nth-child(odd) {
	background-color: #EEEEEE;
}

.table-new  tr:nth-child(even) {
	background-color: #FFFFFF;
}

.table-new tbody{
	border: 1px solid #ccc;
}

td {
	height:25px;
}

.line {
	border-right: 1px solid #ccc;
	padding: 3px;
	margin-right: 5px;
	border-top: 1px solid #ccc;
	color: #535353!important;
	padding:8px;
}

.line5 {
	border-right: 1px solid #ccc;
	padding-right: 2px;
	margin-right: 5px;
	color: #535353!important;
}

.line3 {
	padding: 5px;
	margin-right: 3px;
	border-top: 1px solid #ccc;
	color: #535353!important;
}

.line4 {
	padding:5px;
	color: #535353!important;
}

.line1{border-top: 1px solid #00688B;
	font-family: 'Poppins'; 
	font-size: 14px; 
	color: #535353!important;
}

.line2{
	font-family: 'Poppin', sans-serif;
	font-size: 12px; 
	color: #535353!important;
	text-transform: uppercase;
	padding:8px;
	font-weight:bold;
}

.line6 {
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-family: 'Poppins'; 
	font-size: 14px; 
			background: #CC3333; /* Old browsers */
			background: -moz-linear-gradient(top, #CC3333 0%, #CC3333 37%, #FF3333 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top, #CC3333 0%,#CC3333 37%,#FF3333 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, #CC3333 0%,#CC3333 37%,#FF3333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC3333', endColorstr='#FF3333',GradientType=0 ); /* IE6-9 */
			color:#fff;
			padding:8px;
}

.error-msg{
	overflow:hidden;
	width:900px; 
}
.error-msg h5{
	overflow:hidden;
	color:#F00;
	text-transform:uppercase;
	background: white;
}

.left_menu{
	width: 990px;
	margin-left:45px;
	margin-top: 5px;
	font-family:'Conv_Chewy';
	text-align:center;
	color:#666;
}

.left_menu_adm{
	width: 990px;
	margin-left:15px;
	margin-top: 5px;
	font-family:'Conv_Chewy';
	text-align:center;
	color:#666;
}


.menu-item-1 a{
	background:  url('images/menubar1.png') no-repeat;
	width:131px;
	height:50px;
	display:block;
	padding-top: 17px;
	color:#666;
}

.menu-item-1 a:hover {
	background:  url('images/menubar1h.png') no-repeat;
	width:131px;
	height:50px;
	display:block;
	color:#CD6438;
}

.menu-item-2 a{
	background:  url('images/menubar2.png') no-repeat;
	width:130px;
	height:48px;
	display:block;
	padding-top: 17px;
	color:#666;
}

.menu-item-2 a:hover {
	background:  url('images/menubar2h.png') no-repeat;
	width:130px;
	height:48px;
	display:block;
	color:#CD6438;
}

.menu-item-3 a{
	background:  url('images/menubar3.png') no-repeat;
	width:131px;
	height:48px;
	display:block;
	padding-top: 17px;
	color:#666;
}

.menu-item-3 a:hover {
	background:  url('images/menubar3h.png') no-repeat;
	width:131px;
	height:48px;
	display:block;
	color:#CD6438;
}

.menu-item-4 a{
	background:  url('images/menubar4.png') no-repeat;
	width:133px;
	height:57px;
	display:block;
	padding-top: 17px;
	color:#666;
}

.menu-item-4 a:hover {
	background:  url('images/menubar4h.png') no-repeat;
	width:133px;
	height:57px;
	display:block;
	color:#CD6438;
}

.menu-item-5 a{
	background:  url('images/menubar5.png') no-repeat;
	width:129px;
	height:52px;
	display:block;
	padding-top: 17px;
	color:#666;
}

.menu-item-5 a:hover {
	background:  url('images/menubar5h.png') no-repeat;
	width:129px;
	height:52px;
	display:block;
	color:#CD6438;
}

.tombol{
	width: 110px;
	font-size: 14px;
	border-radius: 2px;
	display:       inline-block;
	padding: 5px 0px 4px;
	background:    #847CC5;
	color:         #fff;
	text-align:    center;
	font-family: 'Poppins';
	cursor:pointer;
}

.tombolbackup{
	width: 110px;
	font-size: 14px;
	border-radius: 2px;
	display:       inline-block;
	padding: 5px 0px 4px;
	background:    #847CC5;
	color:         #fff;
	text-align:    center;
	font-family: 'Poppins';
	margin-bottom:5px;
	cursor:pointer;
}

.tombolhapus{
	width: 110px;
	font-size: 14px;
	border-radius: 2px;
	display:       inline-block;
	padding: 5px 0px 4px;
	background:    #DE567A;
	color:         #fff;
	text-align:    center;
	font-family: 'Poppins';
	margin-bottom:5px;
	cursor:pointer;
}

.tombolback{
	float:right;
	width: 110px;
	font-size: 14px;
	border-radius: 2px;
	display:       inline-block;
	padding: 5px 0px 4px;
	background:    #777F8A;
	color:         #fff;
	text-align:    center;
	font-family: 'Poppins';
	border:none;
	cursor:pointer;
}

.tomboltutup{
	float:right;
	width: 110px;
	font-size: 14px;
	border-radius: 2px;
	display:       inline-block;
	padding: 5px 0px 4px;
	background:    #777F8A;
	color:         #fff;
	text-align:    center;
	font-family: 'Poppins';
	border:none;
	cursor:pointer;
	margin-bottom:5px;
}

.tombolclose{
	width: 110px;
	margin-bottom: 10px;
	display:       inline-block;
	padding: 6px 30px;
	background:    #003398;
	border-radius: 5px;
	color:         #fff;
	text-align:    center;
	text-shadow:   1px 1px 0 #000;
	font-family: 'Poppins';
	cursor:pointer;
}

.tombolg{
	width: 110px;
	margin-bottom: 2px;
	display:       inline-block;
	padding: 5px 12px 4px;
	background:    #1EA825;
	border-radius: 5px;
	color:         #fff;
	text-align:    center;
	font-family: 'Poppins';
	cursor:pointer;
	border:none;
}

.tombol0{
	width: 110px;
	margin-bottom: 5px;
	display:       inline-block;
	padding:       2px 20px 0px 20px;
	background:    #EC4B24;
	border-radius: 5px;
	color:         #fff;
	text-align:    center;
	text-shadow:   1px 1px 0 #000;
	font-family: 'Poppins';
	cursor:pointer;
}

.tombol4{
	font-size: 14px;
	display:       inline-block;
	padding:       2px 10px 0px 10px;
	background:    #EC4B24;
	border-radius: 5px;
	color:         #fff;
	text-align:    center;
	text-shadow:   1px 1px 0 #000;
	font-family: 'Poppins';
	cursor:pointer;
}

.tombol4a{
	font-size: 14px;
	display:       inline-block;
	padding:       2px 10px 0px 10px;
	background:    red;
	border-radius: 5px;
	color:         #fff;
	text-align:    center;
	text-shadow:   1px 1px 0 #000;
	font-family: 'Poppins';
	cursor:pointer;
}

.tombol4bx{
	font-size: 14px;
	display:       inline-block;
	padding:       8px 15px;
	background:    #e6f7f1;
	border-radius: 2rem;
	color:         #1cb883;
	text-align:    center;
	font-family: 'Poppins';
	cursor:pointer;
	border: 1px #1cb883 solid;
	letter-spacing: 1px;
	
}


.tombol4bx:hover {
	background:    #1cb883;
    color: #fff;
}
.tombol4bx:active {
	background:    #1cb883;
	color:#fff;
}

.tombol4b{
	font-size: 14px;
	display:       inline-block;
	padding:       2px 8px 0px 8px;
	background:    #1cb883;
	border-radius: 5px;
	color:         #fff;
	text-align:    center;
	font-family: 'Poppins';
	cursor:pointer;
	border: 0;
	letter-spacing: 1px;
	border-radius:2rem;
}

.tombol4c{
	font-size: 14px;
	display:       inline-block;
	padding:       2px 8px 0px 8px;
	background:   #fb951a;
	border-radius: 5px;
	color:         #fff;
	text-align:    center;
	font-family: 'Poppins';
	cursor:pointer;
	border: 0;
	letter-spacing: 1px;
	border-radius:2rem;
}





.wrapperlogin button {
	width:250px;
	height:60px;
	font-size: 24px;
	border-radius: 2px;
	display:       inline-block;
	background:    #00A489;
	color:         #fff;
	text-align:    center;
	font-family: 'Poppins';
	border:none;
	cursor:pointer;
}



.tombol1{
	width: 110px;
	height:26px;
	font-size: 14px;
	border-radius: 2px;
	display:       inline-block;
	background:    #DE567A;
	color:         #fff;
	text-align:    center;
	font-family: 'Poppins';
	border:none;
	cursor:pointer;
}

.tombol1c{
	width: 110px;
	font-size: 14px;
	display:       inline-block;
	padding: 6px 12px;
	background:    #003398;
	border-radius: 5px;
	color:         #fff;
	text-align:    center;
	text-shadow:   1px 1px 0 #000;
	font-family: 'Poppins';
	float: right;
	margin-bottom:15px;
	cursor:pointer;
}

.tombol1cc{
	width: 110px;
	font-size: 14px;
	display:       inline-block;
	padding: 6px 12px;
	background:    #DE567A;
	border-radius: 5px;
	color:         #fff;
	text-align:    center;
	text-shadow:   1px 1px 0 #000;
	font-family: 'Poppins';
	float: right;
	margin-bottom:15px;
	cursor:pointer;
}

.tombol1a{
	width: 110px;
	font-size: 14px;
	display:       inline-block;
	padding: 4px 12px;
	background:    #003398;
	color:         #fff;
	text-align:    center;
	text-shadow:   1px 1px 0 #000;
	font-family: 'Poppins';
	border:none;
	cursor:pointer;
}

.tombol9{
	width: 110px;
	font-size: 14px;
	border-radius: 2px;
	display:       inline-block;
	padding: 4px 12px 3px;
	background:    #00A489;
	color:         #fff;
	text-align:    center;
	font-family: 'Poppins';
	border:none;
	cursor:pointer;
}

.tombol2{
	font-size: 14px;
	display:       inline-block;
	padding:       2px 8px 0px 8px;
	background:    #AA0001;
	border-radius: 5px;
	color:         #fff;
	text-align:    center;
	font-family: 'Poppins';
	cursor:pointer;
	border: 0;
	letter-spacing: 1px;
}

.tombol2x{
	font-size: 14px;
	display:       inline-block;
	padding:       8px 15px;
	background:    #f0edfb;
	border-radius: 2rem;
	color:         #7f65db;
	text-align:    center;
	font-family: 'Poppins';
	cursor:pointer;
	border: 1px #7f65db solid;
	letter-spacing: 1px;	
}

.tombol2x:hover {
	background:    #7f65db;
    color: #fff;
}
.tombol2x:active {
	background:    #7f65db;
	color:#fff;
}

.tombol2a{
	font-size: 14px;
	border-radius: 5px;
	display:       inline-block;
	padding:       2px 15px 0px 15px;
	background:    #088A29;
	color:         #fff;
	text-align:    center;
	font-family: 'Poppins';
	cursor:pointer;
}

.tombol2b{
	font-size: 14px;
	display:       inline-block;
	padding:       2px 8px 0px 8px;
	background:    #1A73CD;
	border-radius: 5px;
	color:         #fff;
	text-align:    center;
	font-family: 'Poppins';
	cursor:pointer;
		border: 0;
	letter-spacing: 1px;
}

.tombol2bx{
	font-size: 14px;
	display:       inline-block;
	padding:       8px 15px;
	background:    #fff3e5;
	border-radius: 2rem;
	color:         #fb951a;
	text-align:    center;
	font-family: 'Poppins';
	cursor:pointer;
	border: 1px #fb951a solid;
	letter-spacing: 1px;
	
}


.tombol2bx:hover {
	background:    #fb951a;
    color: #fff;
}
.tombol2bx:active {
	background:    #fb951a;
	color:#fff;
}

.tombol2c{
	font-size: 14px;
	display:       inline-block;
	padding:       2px 13px 0px 13px;
	background:    #666666;
	border-radius: 5px;
	color:         #cccccc;
	text-align:    center;
	text-shadow:   1px 1px 0 #000;
	font-family: 'Poppins';
	cursor:pointer;
}


.tombolnext{
	width: 110px;
	font-size: 16px;
	display:       inline-block;
	padding:       5px 0px 5px 0px;
	width:250px;
	letter-spacing:2px;
	background:    #3C8DBC;
	color:         #fff;
	text-align:    center;
	font-family: 'Poppins';
	cursor:pointer;
}



.tombol3{
	width: 110px;
	font-size: 14px;
	border-radius: 2px;
	display:       inline-block;
	padding: 3px 0px 2px;
	background:    #036906;
	color:         #fff;
	text-align:    center;
	font-family: 'Poppins';
	border:1px solid #F27B53;
	cursor:pointer;
}

.atas {
	padding-top:20px;
	padding-bottom:10px;
}

.time{
	font-family: 'Poppins';
	font-size: 16px;
	float: right;
	padding:10px;
	margin-top:10px;
	margin-right:10px;
	background-color: #FFF;
}

.xx{
	padding:20px;
	line-height:25px;
}

.navigasi{
	padding-bottom:10px;
}

.login{
	float:left;
	font-family: 'AllerRegular', arial;
	font-size:14px;
}

.subjudul
{
	margin: 10px auto 0px auto;
}

.subkanan
{
	float: right;
	font-size: 14px;
	padding-top:30px;
	padding-right:50px;
	
}

.input-form {
    width: 500px;
    height: 24px;
    padding:0px 10px;
    font-size: 14px;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #7F9DB9;
    border-radius: 2px;
}

.textarea-form {
    width: 500px;
    padding:0px 10px;
    font-size: 14px;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #7F9DB9;
    border-radius: 2px;
}

.dd-form {
    width: 250px;
    height: 26px;
    padding:0px 6px;
    font-size: 14px;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #7F9DB9;
    border-radius: 2px;
	
}

.dd-form1  {
    border-radius: 0px !important;
    box-shadow: none;
}
.dd-form1 {
	
    width: 150px;
    height: 28px;
    padding-left:5px;
    font-size: 12px;
    line-height: 14px;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.garis{
	margin-top:20px;
	border-top: 1px solid #ccc;
	padding:20px 0px 0px 400px;
}

.garis1{
	border-top: 1px solid #3C8DBC;
}

.soal{
	line-height: 24px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	width: 580px;
}

.soal1{
	border:1px solid #3C8DBC;
	line-height: 24px;
	text-align: left;
	float:right;
	width: 780px;
}

.soal2{
	line-height: 16px;
	text-align: left;
	padding-left: 10px;
	width: 700px;
}

.kunci{
	font-weight: bold;
	color: #E74C3C;
}

.areajawaban  {
    border-radius: 0px !important;
    box-shadow: none;
}
.areajawaban {
    text-align:justify;
    display: block;
    width: 740px;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	float:left;
}

.input-form1 {
    display: block;
    width: 30px;
	margin-right:690px;
    height: 20px;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.input-form1a {
    display: block;
    width: 270px;
	margin-right:690px;
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	margin-bottom: 15px;
}

.input-form2 {
    width: 10px;
    height: 20px;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	margin-bottom:3px;
	float:left;
}

.input-form200 {
    width: 95px;
    height: 20px;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	margin-bottom:3px;
	text-align:center;
	
}

.input-form3 {
    width: 278px;
    height: 18px;
    padding: 4px 12px 3px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	margin-right:10px;
	margin-left:10px;
	float:left;
	
}

.input-form4 {
    width: 400px;
    height: 18px;
    padding: 4px 12px 3px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	margin-left:10px;
	float:left;
	
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.cari{
	margin-bottom:15px;
	width:100%;
}

.box{
	text-align: center;
	width:500px;
	margin-left: auto;
	margin-right: auto;
}

.switch-wrapper {
    display: inline-block;
    position: relative;
    top: 3px;
}


.tombolslide {
	width: 42px;
	height: 20px;
	background: #212529;
	margin: 0px auto;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	cursor:pointer;
}

.tombolslide input[type=checkbox] {
	visibility: hidden;
}

.tombolslide:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 6px;
	height: 2px;
	width: 30px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #111;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	
}



.tombolslide label {
	display: block;
	width: 14px;
	height: 14px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	z-index: 1;
	left: 4px;
	
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;
	
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.tombolslide label:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #ff0000;
	left: 2px;
	top: 2px;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
}

.tombolslide input[type=checkbox]:checked + label {
	left: 24px;
}

.tombolslide input[type=checkbox]:checked + label:after {
	background: #00bf00;
}

.tombolslide1 {
	width: 42px;
	height: 20px;
	background: #212529;
	margin: 10px auto;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	cursor:pointer;
}

.tombolslide1 input[type=checkbox] {
	visibility: hidden;
}

.tombolslide1:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 6px;
	height: 2px;
	width: 30px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #111;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	
}

.tombolslide1 label {
	display: block;
	width: 14px;
	height: 14px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	z-index: 1;
	left: 4px;
	
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;
	
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.tombolslide1 label:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #ff0000;
	left: 2px;
	top: 2px;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
}

.tombolslide1 input[type=checkbox]:checked + label {
	left: 24px;
}

.tombolslide1 input[type=checkbox]:checked + label:after {
	background: #00bf00;
}

.tombolslide6 {
	width: 42px;
	height: 20px;
	background: #212529;
	margin: 10px auto;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	cursor:pointer;
}

.tombolslide6 input[type=checkbox] {
	visibility: hidden;
}

.tombolslide6:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 6px;
	height: 2px;
	width: 30px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #111;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	
}

.tombolslide6 label {
	display: block;
	width: 14px;
	height: 14px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	z-index: 1;
	left: 4px;
	
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;
	
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.tombolslide6 label:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #ff0000;
	left: 2px;
	top: 2px;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
}

.tombolslide6 input[type=checkbox]:checked + label {
	left: 24px;
}

.tombolslide6 input[type=checkbox]:checked + label:after {
	background: #00bf00;
}


.tombolslide2 {
	width: 42px;
	height: 20px;
	background: #212529;
	margin: 10px auto;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	cursor:pointer;
}

.tombolslide2 input[type=checkbox] {
	visibility: hidden;
}

.tombolslide2:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 6px;
	height: 2px;
	width: 30px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #111;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	
}

.tombolslide2 label {
	display: block;
	width: 14px;
	height: 14px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	z-index: 1;
	left: 4px;
	
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;
	
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.tombolslide2 label:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #ff0000;
	left: 2px;
	top: 2px;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
}

.tombolslide2 input[type=checkbox]:checked + label {
	left: 24px;
}

.tombolslide2 input[type=checkbox]:checked + label:after {
	background: #00bf00;
}


.tombolslide3 {
	width: 42px;
	height: 20px;
	background: #212529;
	margin: 10px auto;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	cursor:pointer;
}

.tombolslide3 input[type=checkbox] {
	visibility: hidden;
}

.tombolslide3:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 6px;
	height: 2px;
	width: 30px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #111;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	
}

.tombolslide3 label {
	display: block;
	width: 14px;
	height: 14px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	z-index: 1;
	left: 4px;
	
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;
	
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.tombolslide3 label:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #ff0000;
	left: 2px;
	top: 2px;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
}

.tombolslide3 input[type=checkbox]:checked + label {
	left: 24px;
}

.tombolslide3 input[type=checkbox]:checked + label:after {
	background: #00bf00;
}

.tombolslide4 {
	width: 42px;
	height: 20px;
	background: #212529;
	margin: 10px auto;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	cursor:pointer;
}

.tombolslide4 input[type=checkbox] {
	visibility: hidden;
}

.tombolslide4:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 6px;
	height: 2px;
	width: 30px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #111;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	
}

.tombolslide4 label {
	display: block;
	width: 14px;
	height: 14px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	z-index: 1;
	left: 4px;
	
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;
	
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.tombolslide4 label:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #ff0000;
	left: 2px;
	top: 2px;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
}

.tombolslide4 input[type=checkbox]:checked + label {
	left: 24px;
}

.tombolslide4 input[type=checkbox]:checked + label:after {
	background: #00bf00;
}

.tombolslide5 {
	width: 42px;
	height: 20px;
	background: #212529;
	margin: 10px auto;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	cursor:pointer;
}

.tombolslide5 input[type=checkbox] {
	visibility: hidden;
}

.tombolslide5:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 6px;
	height: 2px;
	width: 30px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #111;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	
}

.tombolslide5 label {
	display: block;
	width: 14px;
	height: 14px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	z-index: 1;
	left: 4px;
	
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;
	
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.tombolslide5 label:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #ff0000;
	left: 2px;
	top: 2px;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
}

.tombolslide5 input[type=checkbox]:checked + label {
	left: 24px;
}

.tombolslide5 input[type=checkbox]:checked + label:after {
	background: #00bf00;
}

.tombolslide6 {
	width: 42px;
	height: 20px;
	background: #212529;
	margin: 10px auto;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	cursor:pointer;
}


.tombolslide27 {
	width: 42px;
	height: 20px;
	background: #212529;
	margin: 10px auto;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	cursor:pointer;
}

.tombolslide27 input[type=checkbox] {
	visibility: hidden;
}

.tombolslide27:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 6px;
	height: 2px;
	width: 30px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #111;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	
}

.tombolslide27 label {
	display: block;
	width: 14px;
	height: 14px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	z-index: 1;
	left: 4px;
	
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;
	
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.tombolslide27 label:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #ff0000;
	left: 2px;
	top: 2px;
	
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
}

.tombolslide27 input[type=checkbox]:checked + label {
	left: 24px;
}

.tombolslide27 input[type=checkbox]:checked + label:after {
	background: #00bf00;
}

li { padding-left: 7px; padding-bottom:10px;}

.soals li {
	padding-left: 0;
    padding-bottom: 0;
}

.soals ol,ul{
	padding-left: 15px;
	
}

.btn{
	text-transform:uppercase;
	width: 120px;
	font-size:10px;
}

.pagination {
    display: inline-block;
	float:right;
	font-family: 'SourceSansPro-Regular';
	font-size: 12px;
	margin: 0;
	text-transform:uppercase;
	padding-bottom:10px;
}
.pagination>li {
    display: inline;
	padding-left: 0;
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 5px 12px 6px 12px;
    margin-left: 2px;
    color: #fff;
    text-decoration: none;
    background-color: #d9534f;
	border-color: #d43f3a;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 3;
	
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #7F9DB9;
}


input[type=radio   ]:not(old){
	width     : 2em;
	margin    : 0;
	padding   : 0;
	font-size : 1em;
	opacity   : 0;
	cursor:pointer;
}

input[type=radio   ]:not(old) + label{
	display      : inline-block;
	margin-left  : -2em;
	line-height  : 1.5em;
}

input[type=radio   ]:not(old) + label > span{
	display          : inline-block;
	width            : 0.875em;
	height           : 0.875em;
	margin           : 0.25em 0.5em 0.25em 0.25em;
	border           : 0.0625em solid rgb(192,192,192);
	border-radius    : 0.25em;
	background       : rgb(224,224,224);
	background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
	background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
	background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
	background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
	background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
	vertical-align   : bottom;
}

input[type=radio   ]:not(old):checked + label > span{
	background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
	background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
	background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
	background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
	background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

input[type=radio]:not(old):checked +  label > span > span{
	display          : block;
	width            : 0.5em;
	height           : 0.5em;
	margin           : 0.125em;
	border           : 0.0625em solid rgb(115,153,77);
	border-radius    : 0.125em;
	background       : rgb(153,204,102);
	background-image :    -moz-linear-gradient(rgb(179,217,140),rgb(153,204,102));
	background-image :     -ms-linear-gradient(rgb(179,217,140),rgb(153,204,102));
	background-image :      -o-linear-gradient(rgb(179,217,140),rgb(153,204,102));
	background-image : -webkit-linear-gradient(rgb(179,217,140),rgb(153,204,102));
	background-image :         linear-gradient(rgb(179,217,140),rgb(153,204,102));
}

.pilihan1{
	max-width:50px;
	float:left;
}

.pilihan2{
	padding-left:10px;
	width:75%;
	float:left;
}

.pilihan3{
	width:20px;
	float:left;
}

.pilihan4{
	float:left;
}

.top1
{
	height:27px;
	width:240px;
	float:left;
	background:#3C8DBC;
	padding:5px;
}

.top2
{
	height:27px;
	width:335px;
	float:left;
	text-align: center;
	background:#3C8DBC;
	padding:8px 5px 2px 5px;
	color: #FFCC33;
}

.top3
{
	height:27px;
	width:285px;
	float:left;
	background:#3C8DBC;
	padding:5px;
}

.top11
{
	height:27px;
	width:350px;
	float:left;
	background:#3C8DBC;
	padding:5px;
}

.top12
{
	height:27px;
	width:275px;
	float:left;
	text-align: center;
	background:#3C8DBC;
	padding:8px 5px 2px 5px;
	color: #FFCC33;
}

.top13
{
	height:27px;
	width:235px;
	float:left;
	background:#3C8DBC;
	padding:5px;
}

.top-head1
{
	max-width:252px;
	float:left;
}

.top-head2
{
	max-width:386px;
	float:left;
}

.top-head3
{
	width:252px;
	float:right;
}

.bottom-pag
{
	margin-top:10px;
	width:890px;
}

.dlink{
	color: #F5F5F5;
}
.dlink:hover {
    color: #FFCC33;
}
.dlink:active {
	color:#A3C2CC;
}

.kolomform1 {
	padding-top:5px;
	height:26px;
	width:190px;
	float:left;
}

.kolomform2 {
	width:590px;
	float:left;
}

.kolomform3 {
	width:110px;
	float:left;
}

.nav-side-menu {
	
	overflow: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 200;
	background-color: #2e353d;
	position: fixed;
	top: 0px;
	width: 200px;
	height: 100%;
	color: #e1ffff;
}
.nav-side-menu .brand {
	background-color: #23282e;
	line-height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
}
.nav-side-menu .toggle-btn {
	display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 35px;
	cursor: pointer;
	/*    
		.collapsed{
		.arrow:before{
		font-family: FontAwesome;
		content: "\f053";
		display: inline-block;
		padding-left:10px;
		padding-right: 10px;
		vertical-align: middle;
		float:right;
		}
		}
	*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
	font-family: FontAwesome;
	content: "\f078";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
	border-left: 3px solid #d19b3d;
	background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
	color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
	color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
	background-color: #181c20;
	border: none;
	line-height: 28px;
	border-bottom: 1px solid #23282e;
	margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
	background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
.nav-side-menu li {
	padding-left: 0px;
}
.nav-side-menu li a {
	text-decoration: none;
	color: #e1ffff;
}
.nav-side-menu li a i {
	padding-left: 10px;
	width: 20px;
	padding-right: 20px;
}
.nav-side-menu li:hover {
	border-left: 3px solid #d19b3d;
	background-color: #4f5b69;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
@media (max-width: 767px) {
	.nav-side-menu {
		position: relative;
		width: 100%;
		margin-bottom: 10px;
	}
	.nav-side-menu .toggle-btn {
		display: block;
		cursor: pointer;
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 10 !important;
		padding: 3px;
		background-color: #ffffff;
		color: #000;
		width: 40px;
		text-align: center;
	}
	.brand {
		text-align: left !important;
		font-size: 22px;
		padding-left: 20px;
		line-height: 50px !important;
	}
}
@media (min-width: 767px) {
	.nav-side-menu .menu-list .menu-content {
		display: block;
	}
}

.bgl {
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0275ea+0,5d3ee6+100 */
			background: #0275ea; /* Old browsers */
			background: -moz-linear-gradient(top, #0275ea 0%, #5d3ee6 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top, #0275ea 0%,#5d3ee6 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, #0275ea 0%,#5d3ee6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0275ea', endColorstr='#5d3ee6',GradientType=0 ); /* IE6-9 */
			}

.bgg {
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#CC3333+0,CC3333+37,e02224+100 */
			background: #e02224; /* Old browsers */
			background: -moz-linear-gradient(top, #e02224 0%, #e02224 37%, #CC3333 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top, #e02224 0%,#e02224 37%,#CC3333 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, #e02224 0%,#e02224 37%,#CC3333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e02224', endColorstr='#CC3333',GradientType=0 ); /* IE6-9 */
			color:#fff;
			}
.tombol3bx{
	font-size: 14px;
	display:       inline-block;
	padding:       8px 15px;
	background:    #337ab7;
	border-radius: 2rem;
	color:         #fff;
	text-align:    center;
	font-family: 'Poppins';
	cursor:pointer;
	border: 1px #fff solid;
	letter-spacing: 1px;
	
}			
