@charset "utf-8";
/*
Color:
Font: #61635c
Title: #5f9c3f
Blue: #5f9c3f, tua #264218, pale #e1ffc4
Green: #00a241, tua #007724, pale #d0ffe3
Red: #d40000, tua #770000, pale #ffd8d8

Reset Browser */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus { outline: 0; }
body { background: #FFF; line-height: 1; font-size: 14px; font-family: 'Lato', sans-serif; color: #61635c; font-weight: 400; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a, .link { color: #5f9c3f; text-decoration: none; transition: all ease-in-out 200ms; cursor: pointer; }
a:hover, .link:hover { color: #264218; text-decoration: underline; }
a:hover img, .link:hover img { text-decoration: none !important; }
a img { border: 0; }
.linkplain { text-decoration: none; transition: all ease-in-out 200ms; cursor: pointer; }
.linkplain:hover { color: #264218; text-decoration: underline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }
del { color: #333; }
ins { background: none; text-decoration: none; }
hr { background-color: #ccc; border: 0; height: 1px; margin: 24px; margin-bottom: 1.714285714rem; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
small, .small { font-size: 10px; line-height: 14px; color: #888888; font-weight: 400; }
img { border: 0; -ms-interpolation-mode: bicubic; }
em { font-style: italic; }
p { line-height: 20px; padding: 4px 0; }
.clear { clear: both; }
.hidden { display: none; }
.pointer { cursor: pointer; }
input, select, textarea { font-size: 14px; line-height: 18px; font-family: 'Lato', sans-serif; }
input:not([type]), input[type="text"], input[type="password"], input[type="email"], input[type="number"],
	input[type="search"], select, textarea {
	padding: 10px 8px;
	border: 1px solid #262e30;
	border-radius: 4px;
	background-color: #f9f9f9;
	color: #61635c;
	line-height: 18px;
}
input:not([type]), input[type="text"]:hover, select:hover, input[type="password"]:hover,
textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="search"]:hover {
	border: 1px solid #5f9c3f; background-color: #eeeeee; }
input:not([type]), input[type="text"]:focus, select:focus, input[type="password"]:focus, textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus {
	color: #394343; background-color: #fff; border: 1px solid #5f9c3f; box-shadow: 0 0 2px #999; }

input[type="number"] { text-align: right; padding: 8px; }
input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button { margin-left: 10px; } 
input[type=number] { -moz-appearance:textfield; appearance:textfield; }

input:not([type]), input[type="submit"], input[type="button"], .button {
	background-color: #5f9c3f;
	border: 1px solid #5f9c3f;
	cursor: pointer;
	border-radius: 8px;
	padding: 10px 16px;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	top: 0;
	display: inline-block;
	line-height: 18px;
}
input:not([type]), input[type="submit"]:hover, input[type="button"]:hover, .button:hover {
	top:-1px; background-color: #264218; border: 1px solid #264218; }
input:not([type]), input[type="submit"]:active, input[type="button"]:active, .button:active { top:1px; }
input[type="text"]:disabled, input[readonly="readonly"] { background-color: #FFF; border: 1px solid #CCC; }
input[readonly="readonly"]:hover, input[readonly="readonly"]:focus { background-color: #FFF; border: 1px solid #CCC; box-shadow: none; }
a.button:hover { text-decoration: none; color: #FFF; }
input:not([type]), input[type="search"] { background-image: url(images/search.png); background-position: right center; background-repeat: no-repeat; width: 200px; }
input:not([type]), input[type="submit"].active, input[type="button"].active, .button.active { background-color: #005a77; border: 1px solid #005a77; }
input[type="file"] {display: none;}
.button_red { background-color: #d40000 !important; border-color: #d40000 !important; }
.button_red:hover { background-color: #770000 !important; border-color: #770000 !important; }
.button_green { background-color: #00a241 !important; border-color: #00a241 !important; }
.button_green:hover { background-color: #007724 !important; border-color: #007724 !important; }
.button_grey { background-color: #e1ffc4 !important; border-color: #e1ffc4 !important; color: #5f9c3f !important; }
.button_grey:hover { background-color: #c8ff93 !important; border-color: #c8ff93 !important; }
.button_disable { background-color: #adadad !important; border-color: #e2e2e2 !important; color: #5f9c3f !important; color: #FFF !important; }
.button_disable:hover { background-color: #adadad !important; border-color: #e2e2e2 !important; color: #FFF !important; }
.button_orange { background-color: #E3771B !important; border-color: #E3771B !important; }
.button_orange:hover, .button_orange:active { background-color: #E3771B !important; border-color: #E3771B !important; }
.font_green { color: #5F9C3F; }
.font_yellow { color: #E3771B !important; }
.pale_blue { background-color: #e1ffc4 !important; }
.low_green { background-color: #eafff2 !important; }
.pale_green { background-color: #E1FFC4 !important; }
.pale_red { background-color: #ffd8d8 !important; }
.button_inactive { background-color: #b3b3b3 !important; border-color: #b3b3b3 !important; color: #ffffff !important; cursor: auto !important; }
.button_inactive:hover { background-color: #a8a8a8 !important; border-color: #a8a8a8 !important; }
strong, .strong, .bold { font-weight: 900; }
.nowrap { white-space: nowrap; }
.notif {
	line-height: 18px;
	margin: 16px 0;
	text-align: center;
	color: #FFF;
	display: none;
	font-size: 13px;
	position: relative;
}
.notif div { padding: 16px; border-radius: 4px; }
.notifno { background: #b32f2f; }
.notifyes { background: #2fb32f; }
.aligncenter { text-align: center; }
.alignright { text-align: right; }
.transition { transition: all ease-out 200ms; }
.relative { position: relative; }
.absolute { position: absolute; }
.floatleft { float: left; }
.floatright { float: right; }
.halfleft { float: left; width: 49%; }
.halfright { float: right; width: 49%; }
.none { display: none; }
.linestd, .stdline { line-height: 18px;}
.vertop { vertical-align: top !important;}
.lupass { color: rgb(236, 201, 0); }
.lupass:hover { color: rgb(238, 218, 108); }

/* Body */
.content {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: 0;
}
.main-img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

/* Lebar layar 320 */
@media screen and (max-width:500px){
	
}
