/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Open Sans';
	font-weight: 400;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear: both;margin: 0;padding: 0;
}

.pt5{padding-top:5px;}.pt10{padding-top:10px;}.pt15{padding-top:15px;}


/*KOTAK*/
.container-jadwal-sholat{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 auto;
	position: relative;
}

.section-top{
	width: 100%;
	height: 297px;
	float: left;
	position: relative;
	background: url(../image/widget/bg-top-1920.png)#ffffff;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.section-top h2{
	font-family: 'Noticia Text' !important;
	font-size: 80px;
	line-height: 85px;
	color: #121529;
	margin-left: 180px;
	margin-top: 80px;
}

.section-top h6{
	font-family: 'Noticia Text' !important;
	font-size: 36px;
	line-height: 40px;
	color: #000000;
	margin-left: 300px;
	margin-top: 10px;
}

.section-middle{
	width: 100%;
	height: auto;
	float: left;
	margin-top: -1px;
	position: relative;
}

.section-middle table,
.section-middle table tr{
	width: 100%;
}

tr.bg-white{
	background-color: #ffffff;
}

tr.bg-gray{
	background-color: #f0f0f0;
}

td.left-rectangle{
	width: 50%;
	text-align: right;
	padding-right: 50px;
	color: #8f9700;
	border-right: 4px solid #8f9700;
}

td.right-rectangle{
	width: 50%;
	text-align: left;
	padding-left: 50px;
	color: #000000;
}

.section-middle table tr td,
.form-control{
	font-size: 36px;
	line-height: 22px;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-appearance: none;
	border-radius: 0;	
}

select.form-control,
select.form-control option{
	border:none;
	outline: none;
	padding: 0px;
}

select.form-control{
	margin-left: -5px;
	height: 45px;
	border: none;
	outline: none;
	background: transparent;
	padding-right: 40px;
	background: url(../image/widget/drop-down-background-large.png)no-repeat right center;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}

.section-bottom{
	width: 100%;
	height: 479px;
	float: left;
	background: url(../image/widget/bg-footer-1920.png);
	position: absolute;
	bottom:-90px;
	background-repeat: no-repeat;
	background-position: bottom center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.section-bottom h6{
	width: 100%;
	font-size: 30px;
	line-height: 34px;
	color: #cbce88;
	position: absolute;
	text-align: center;
	bottom: 30px;
}

td.pt-more{
	padding-top: 50px !important;
}

td.pb-more{
	padding-bottom: 50px !important;
}

@media all and (max-width: 1600px) {

	.section-top{
		height: 210px;
	}

	.section-top h2{
		font-size: 75px;
		line-height: 80px;
		font-weight: 700;
		margin-left: 140px;
		margin-top: 25px;
	}

	.section-top h6{
		font-size: 36px;
		line-height: 40px;
		margin-left: 240px;
		margin-top: 5px;
	}


	td.left-rectangle{
		padding-right: 80px;
		border-right: 4px solid #8f9700;
	}

	td.right-rectangle{
		padding-left: 80px;
	}

	.section-middle table tr td,
	.form-control{
		font-size: 36px;
		line-height: 40px;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.section-bottom{
		height: 340px;
		background: url(../image/widget/bg-footer-1920.png);
		position: absolute;
		bottom: -65px;
		background-repeat: no-repeat;
		background-position: bottom center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	.section-bottom h6{
		font-size: 26px;
		line-height: 28px;
		bottom: 15px;
	}

}


@media all and (max-width: 1366px) {

	.section-top{
		height: 210px;
	}

	.section-top h2{
		font-size: 75px;
		line-height: 80px;
		font-weight: 700;
		margin-left: 140px;
		margin-top: 25px;
	}

	.section-top h6{
		font-size: 36px;
		line-height: 40px;
		margin-left: 240px;
		margin-top: 5px;
	}

	td.left-rectangle{
		padding-right: 80px;
		border-right: 4px solid #8f9700;
	}

	td.right-rectangle{
		padding-left: 80px;
	}

	.section-middle table tr td,
	.form-control{
		font-size: 36px;
		line-height: 40px;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.section-bottom{
		height: 340px;
		background: url(../image/widget/bg-footer-1920.png);
		position: absolute;
		bottom: -65px;
		background-repeat: no-repeat;
		background-position: bottom center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	.section-bottom h6{
		font-size: 26px;
		line-height: 28px;
	}

}


@media all and (max-width: 1280px) {

	.section-top{
		height: 198px;
		background: url(../image/widget/bg-top-1280.png) #ffffff;
		background-repeat: no-repeat;
		background-position: top center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	.section-top h2{
		font-size: 75px;
		line-height: 80px;
		font-weight: 700;
		color: #000000;
		margin-left: 140px;
		margin-top: 25px;
	}

	.section-top h6{
		font-size: 36px;
		line-height: 40px;
		color: #000000;
		margin-left: 240px;
		margin-top: 5px;
	}

	td.left-rectangle{
		padding-right: 80px;
		border-right: 4px solid #8f9700;
	}

	td.right-rectangle{
		padding-left: 80px;
	}

	.section-middle table tr td,
	.form-control{
		font-size: 36px;
		line-height: 40px;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.section-bottom{
		height: 319px;
		float: left;
		background: url(../image/widget/bg-footer-1280.png);
		position: absolute;
		bottom: -60px;
		background-repeat: no-repeat;
		background-position: bottom center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	.section-bottom h6{
		font-size: 26px;
		line-height: 28px;
	}


}


@media all and (max-width: 1100px) {

	.section-top{
		height: 170px;
	}

	.section-bottom{
		bottom: -50px;
	}

	.section-top h2{
		font-size: 60px;
		line-height: 64px;
		font-weight: 700;
		color: #000000;
		margin-left: 140px;
		margin-top: 20px;
	}

	.section-top h6{
		font-size: 30px;
		line-height: 34px;
		color: #000000;
		margin-left: 230px;
		margin-top: 5px;
	}
}

@media all and (max-width: 1024px) {

	.section-top{
		height: 158px;
		background: url(../image/widget/bg-top-1024.png) #ffffff;
		background-repeat: no-repeat;
		background-position: top center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	.section-top h2{
		font-size: 60px;
		line-height: 64px;
		font-weight: 700;
		color: #000000;
		margin-left: 140px;
		margin-top: 20px;
	}

	.section-top h6{
		font-size: 30px;
		line-height: 34px;
		color: #000000;
		margin-left: 230px;
		margin-top: 5px;
	}

	td.pt-more{
		padding-top: 40px !important;
	}

	td.left-rectangle{
		border-right: 3px solid #8f9700;
	}

	.section-bottom{
		height: 315px;
		float: left;
		background: url(../image/widget/bg-footer-1024.png);
		position: absolute;
		bottom: -75px;
		background-repeat: no-repeat;
		background-position: bottom center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	.section-bottom h6{
		font-size: 26px;
		line-height: 28px;
		bottom: 25px;
	}

}

@media all and (max-width: 800px) {

	.section-top{
		height: 197px;
		background: url(../image/widget/bg-top-800.png) #ffffff;
		background-repeat: no-repeat;
		background-position: top center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	.section-top h2{
		font-size: 50px;
		line-height: 54px;
		margin-left: 100px;
		margin-top: 40px;
	}

	.section-top h6{
		font-size: 26px;
		line-height: 30px;
		margin-left: 180px;
		margin-top: 5px;
	}

	td.left-rectangle{
		padding-right: 70px;
	}

	td.right-rectangle{
		padding-left: 70px;
	}

	.section-bottom{
		height: 288px;
		background: url(../image/widget/bg-footer-800.png);
		bottom: -75px;
		background-repeat: no-repeat;
		background-position: bottom center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	.section-bottom h6{
		bottom: 30px;
	}

}


@media all and (max-width: 768px) {

	.section-middle{margin-top: -10px;}

	.section-bottom{
		height: 288px;
		background: url(../image/widget/bg-footer-800.png);
		bottom: -70px;
	}

	.section-bottom h6{bottom: 25px;}

}

@media all and (max-width: 600px) {

	.section-top{
		height: 147px;
		background: url(../image/widget/bg-top-600.png) #ffffff;
		background-repeat: no-repeat;
		background-position: top center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	.section-top h2{
		font-size: 46px;
		line-height: 50px;
		margin-left: 40px;
		margin-top: 20px;
	}

	.section-top h6{
		font-size: 22px;
		line-height: 24px;
		margin-left: 120px;
		margin-top: 5px;
	}

	.section-middle{margin-top: 0px;}

	.section-middle table tr td,
	.form-control{
		font-size: 30px;
		line-height: 34px;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	td.left-rectangle{
		padding-right: 60px;
		border-right: 2px solid #8f9700;
	}

	td.right-rectangle{
		padding-left: 60px;
	}

	.section-bottom{
		height: 216px;
		background: url(../image/widget/bg-footer-600.png);
		bottom: -55px;
		background-repeat: no-repeat;
		background-position: bottom center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	.section-bottom h6{
		font-size: 20px;
		line-height: 24px;
		bottom: 15px;
	}

}


@media all and (max-width: 568px) {

	.section-top{
		height: 142px;
	}

	.section-top h2{
		font-size: 40px;
		line-height: 44px;
		margin-left: 40px;
		margin-top: 20px;
	}

	.section-top h6{
		font-size: 20px;
		line-height: 24px;
		margin-left: 100px;
		margin-top: 5px;
	}

	.section-middle table tr td,
	.form-control{
		font-size: 28px;
		line-height: 32px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	td.pt-more{
		padding-top: 40px !important;
	}

	td.pb-more{
		padding-bottom: 40px !important;
	}


	td.left-rectangle{
		padding-right: 40px;
		border-right: 2px solid #8f9700;
	}

	td.right-rectangle{
		padding-left: 40px;
	}

	.section-bottom{
		height: 216px;
		background: url(../image/widget/bg-footer-600.png);
		bottom: -50px;
		background-repeat: no-repeat;
		background-position: bottom center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	select.form-control{
		padding-right: 15px;
		background: url(../image/widget/drop-down-background-small.png)no-repeat right center;
	}

}

@media all and (max-width: 480px) {

	.section-top{
		height: 118px;
	}

	.section-top h2{
		font-size: 36px;
		line-height: 40px;
		margin-left: 30px;
		margin-top: 15px;
	}

	.section-top h6{
		font-size: 18px;
		line-height: 22px;
		margin-left: 80px;
		margin-top: 5px;
	}

	.section-middle{margin-top: -1px;}

	.section-middle table tr td,
	.form-control{
		font-size: 24px;
		line-height: 32px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	td.pt-more{
		padding-top: 30px !important;
	}

	td.pb-more{
		padding-bottom: 30px !important;
	}


	td.left-rectangle{
		padding-right: 30px;
	}

	td.right-rectangle{
		padding-left: 30px;
	}

	.section-bottom{
		height: 175px;
		background: url(../image/widget/bg-footer-600.png);
		bottom: -42px;
		background-repeat: no-repeat;
		background-position: bottom center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	.section-bottom h6{
		font-size: 18px;
		line-height: 22px;
		bottom: 12px;
	}

}

@media all and (max-width: 400px) {

	.section-top{
		height: 98px;
	}

	.section-top h2{
		font-size: 28px;
		line-height: 40px;
		margin-left: 30px;
		margin-top: 15px;
	}

	.section-top h6{
		font-size: 16px;
		line-height: 22px;
		margin-left: 70px;
		margin-top: 5px;
	}

	.section-middle{margin-top: -1px;}

	.section-middle table tr td,
	.form-control{
		font-size: 20px;
		line-height: 24px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	td.pt-more{
		padding-top: 30px !important;
	}

	td.pb-more{
		padding-bottom: 30px !important;
	}


	td.left-rectangle{
		padding-right: 30px;
	}

	td.right-rectangle{
		padding-left: 30px;
	}

	.section-bottom{
		height: 175px;
		background: url(../image/widget/bg-footer-600.png);
		bottom: -35px;
		background-repeat: no-repeat;
		background-position: bottom center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	.section-bottom h6{
		font-size: 16px;
		line-height: 20px;
		bottom: 10px;
	}

}



@media all and (max-width: 320px) {

	.section-top{
		height: 78px;
		background: url(../image/widget/bg-top-320.png) #ffffff;
		background-repeat: no-repeat;
		background-position: top center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	.section-top h2{
		font-size: 24px;
		line-height: 28px;
		margin-left: 15px;
		margin-top: 15px;
	}

	.section-top h6{
		font-size: 12px;
		line-height: 14px;
		margin-left: 45px;
		margin-top: 0px;
	}

	td.left-rectangle{
		padding-right: 30px;
		border-right: 1px solid #8f9700;
	}

	td.right-rectangle{
		padding-left: 30px;
	}

	.section-middle table tr td,
	.form-control{
		font-size: 16px;
		line-height: 22px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.section-bottom{
		width: 100%;
		height: 137px;
		float: left;
		background: url(../image/widget/bg-footer-320.png);
		position: absolute;
		bottom: -35px;
		background-repeat: no-repeat;
		background-position: bottom center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	.section-bottom h6{
		font-size: 12px;
		line-height: 14px;
		bottom: 12px;
	}

}

/*END KOTAK*/

/*TABEL*/
.table-imsakiyah{
	width: 100%;
	font-family: 'Open Sans' !important;
	font-size: 1 em;
	color: #000000;
	text-align: center;
	float:left;
}

.title-head{
	background-color: #919604;
	height: 30px;
}

.title-head th{
	color: #ffffff;
	padding: 3px 0px;
}

.table-imsakiyah td{
	padding: 3px 0px;
}

.select-city{
	width: 100%;
	height: 30px;
	background: #919604;
	padding: 10px 0px 5px 0px;
	text-align: center;
}

.select-city form{
	font-family: 'Open Sans' !important;
	font-size: 14px;
	width: auto;
	padding: 4px 0px;
}

.select-city span{
	color: #ffffff;
	margin-right:20px;
}

.light{
	background: #e3e3e3;
}

.lighter{
	background: #FFFFFF;
}

.dark{
	background: #919604;
	color:#ffffff;
}

/*TABEL*/

/*PANJANG*/



/*PANJANG*/

.background-section-top{
	width: 100%;
	height: 40px;
	float: left;
	background:url(../image/widget/bg-long-repeat.jpg) repeat;
}

.wrapper-section-top{
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	background:url(../image/widget/bg-top-long-1920.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}


.wrapper-section-top h1{
	width: 52%;
	float: left;
	text-align: right;
	font-family: 'Noticia Text' !important;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.5em;
}

.wrapper-section-top h1 a{
	text-decoration: none;
	color: #ffffff;
}

.wrapper-section-top h4{
	width: 47%;
	float: left;
	text-align: left;
	font-family: 'Noticia Text' !important;
	font-weight: 700;
	font-size: 0.75em;
	line-height: 3.2em;
	padding-left:1%;
	color: #ffffff;
}

.wrapper-section-top h5{
	font-size: 0.55em;
	color: #ffffff;
	position: absolute;
	bottom: 25%;
	right: 1%;
}


.wrapper-section-bottom{
	width: 100%;
	height: 40px;
	float: left;
	background-color: #ffffff;
	border-bottom: 3px solid #8f9700;
}

.column-jadwal{
	width: 16%;
	height: 100%;
	float: left;
	display: table;
	text-align: center;
}

h6.city{
	width: 50%;
	text-align: right;
	padding-right:5%;
}

form.form-control-long{
	width: 50%;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	-webkit-appearance: none;
	border-radius: 0;
}

.wrapper-control-long{
	width: 84px;
	height: auto;
	overflow: hidden;
}

select.select-control-long{
	width: 100px;
	background-color:transparent;
	font-family: 'Open Sans' !important;
	font-size: 0.95em;
	color: #121529;
	border:none;
	outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../image/widget/drop-down-background-small-long.png)no-repeat 68px center;
}

.column-jadwal h6{
	display: table-cell;
	vertical-align: middle;
	font-size: 0.95em;
	color: #8f9700;
}

span.blue-dark{
	color: #121529;
}

@media all and (max-width: 1280px) {

	.background-section-top,
	.wrapper-section-bottom{
		height: 38px;
	}

}

@media all and (max-width: 1200px) {

	.background-section-top,
	.wrapper-section-bottom{
		height: 35px;
	}


}

@media all and (max-width: 1050px) {

	.background-section-top,
	.wrapper-section-bottom{
		height: 30px;
	}

	.wrapper-section-top h1{
		font-size: 1.2em;
		line-height: 1.4em;
	}

	.wrapper-section-top h4{
		font-size: 0.67em;
		line-height: 2.7em;
	}

	.wrapper-section-top h5{
		font-size: 0.45em;
	}


}


@media all and (max-width: 960px) {

	.background-section-top,
	.wrapper-section-bottom{
		height: 29px;
	}

	.wrapper-section-top h1{
		font-size: 1.1em;
		line-height: 1.6em;
	}

	.wrapper-section-top h4{
		font-size: 0.6em;
		line-height: 3em;
	}

	.wrapper-section-top h1{
		width: 53%;
	}

	.wrapper-section-top h4{
		width: 46%;
	}

	.column-jadwal h6,
	select.select-control-long{
		font-size: 0.8em;
	}

	.wrapper-control-long{
		width: 80px;
	}

	select.select-control-long{
		width: 97px;
	    background: url(../image/widget/drop-down-background-small-long.png)no-repeat 65px center;
	}

}

@media all and (max-width: 940px) {

	.background-section-top,
	.wrapper-section-bottom{
		height: 28px;
	}

}

@media all and (max-width: 800px) {

	.background-section-top,
	.wrapper-section-bottom{
		height: 24px;
	}

	.wrapper-section-top h1{
		font-size: 0.85em;
		line-height: 1.6em;
	}

	.wrapper-section-top h4{
		font-size: 0.5em;
		line-height: 3em;
	}

	.column-jadwal h6,
	select.select-control-long{
		font-size: 0.7em;
	}

	.wrapper-section-top h5{
		font-size: 0.4em;
	}

}


@media all and (max-width: 768px) {

	.background-section-top,
	.wrapper-section-bottom{
		height: 22px;
	}

}


@media all and (max-width: 640px) {

	.background-section-top,
	.wrapper-section-bottom{
		height: 19px;
	}

	.wrapper-section-bottom{
		border-bottom: 1px solid #8f9700;
	}

	.wrapper-section-top h1{
		font-size: 0.67em;
		line-height: 1.7em;
	}

	.wrapper-section-top h4{
		font-size: 0.4em;
		line-height: 3em;
	}

	.column-jadwal h6,
	select.select-control-long{
		font-size: 0.6em;
	}

	.wrapper-control-long{
		width: auto;
		overflow: visible;
	}

	select.select-control-long{
		width: auto;
	}

	.wrapper-section-top h5{
		font-size: 0.25em;
	}


}

@media all and (max-width: 600px) {

	.background-section-top,
	.wrapper-section-bottom{
		height: 18px;
	}

}


@media all and (max-width: 540px) {

	.background-section-top,
	.wrapper-section-bottom{
		height: 16px;
	}

	.wrapper-section-top h1{
		font-size: 0.6em;
		line-height: 1.7em;
	}

	.wrapper-section-top h4{
		font-size: 0.35em;
		line-height: 3em;
	}

	.column-jadwal h6,
	select.select-control-long{
		font-size: 0.4em;
	}

}

@media all and (max-width: 480px) {

	.background-section-top,
	.wrapper-section-bottom{
		height: 14px;
	}

	.wrapper-section-top h1{
		font-size: 0.5em;
		line-height: 1.7em;
	}

	.wrapper-section-top h4{
		font-size: 0.3em;
		line-height: 3em;
	}

	.column-jadwal{
		width: 15%;
	}

	.column-jadwal h6,
	select.select-control-long{
		font-size: 0.4em;
	}

}


@media all and (max-width: 360px) {

	.background-section-top{
		height: 10px;
	}

	.wrapper-section-top h1{
		font-size: 0.35em;
		line-height: 1.7em;
	}

	.wrapper-section-top h4{
		font-size: 0.2em;
		line-height: 3em;
	}

	.column-jadwal{
		width: 14%;
	}

	.column-jadwal h6,
	select.select-control-long{
		font-size: 0.3em;
	}


}


@media all and (max-width: 320px) {

	.background-section-top{
		height: 9px;
	}

	.column-jadwal{
		width: 13%;
	}

}

/*END PANJANG*/

* {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.wrapperWidget {
width:300px;
height:auto;
margin:0 auto;
}

.topSection,.bottomSection {
width:100%;
height:25px;
float:left;
}

.bottomSection {
border-bottom:solid 1px #bdc803;
background-color:#fff;
}

.topSection .left {
width:120px;
height:100%;
float:left;
background-color:#bdc803;
text-align:center;
display:table;
position:relative;
}
.topSection .left:after {
right: -23px;
top: 50%;
content: " ";
height: 0;
width: 0;
border: solid transparent;
position: absolute;
pointer-events: none;
border-width: 12px;
margin-top: -12px;
border-left-color:#bdc803;
}

.topSection .right {
width:180px;
height:100%;
float:left;
background-color:#121529;
text-align:center;
display:table;
}

.topSection h6 {
display:table-cell;
vertical-align:middle;
}

.topSection .left h6 {
font-family:Caudex, serif;
font-size:15px;
line-height:18px;
font-weight:700;
color:#121529;
}

.topSection .right h6 {
font-family:Caudex, serif;
font-size:14px;
line-height:14px;
font-weight:700;
color:#bdc803;
}

.bottomSection .left {
width:110px;
height:100%;
float:left;
border-right:solid 1px #a9a9a9;
border-left:solid 1px #a9a9a9;
text-align:center;
padding:1px 0;
}

.bottomSection .right {
width:190px;
height:100%;
float:left;
overflow:hidden;
padding:3px 10px 0;
border-right:solid 1px #a9a9a9;
}

.bottomSection .right span.numTime {
color:#121529;
font-family:'Open Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:inherit;
padding:5px 20px;
}

.bottomSection .right span.nameTime {
font-family:'Open Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:inherit;
color:#8f9700;
border-right:solid 1px #a9a9a9;
padding:5px 20px;
}

select {
outline:0;
border:0;
font-family:'Open Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:inherit;
color:#121529;
}

/*PANJANG*/

.kotak {
    border: 0 !important;  /*Removes border*/
   -webkit-appearance: none;  /*Removes default chrome and safari style*/
   -moz-appearance: none;  /*Removes default style Firefox*/
	color:black;
}


/* override */

.select {
	-webkit-appearance: none;
    position: relative;
    display: inline-block;
    -webkit-appearance: menulist-button;
    -webkit-appearance:none;	
}

.select .arr {
  background: #fff;
  bottom: 5px;
  position: absolute;
  right: -15px;
  top: 5px;
  pointer-events: none;
}

.select .arr:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -4px;
  pointer-events: none;
  border-top: 10px solid silver;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.select select {
  outline: none;
  -webkit-appearance: none;
  display: block;
  padding-right: 15px; /*-1px 30px 3px 5px;*/
  margin: 0;
  -webkit-appearance: none;
  border-radius: 0;  
  background: #fff;
  color: #555;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';	  
}


