/* style untuk link popup */
a.popup-link {
padding:17px 0;
text-align: center;
margin:10% auto;
position: relative;
width: 300px;
color: #fff;
text-decoration: none;
background-color: #FFBA00;
border-radius: 3px;
box-shadow: 0 5px 0px 0px #eea900;
display: block;
}
a.popup-link:hover {
background-color: #ff9900;
box-shadow: 0 3px 0px 0px #eea900;
-webkit-transition:all 1s;
transition:all 1s;
}
/* end link popup*/
/* animasi popup */@-webkit-keyframes autopopup {
from {opacity: 0;margin-top:-200px;}
to {opacity: 1;}
}
@-moz-keyframes autopopup {
from {opacity: 0;margin-top:-200px;}
to {opacity: 1;}
}
@keyframes autopopup {
from {opacity: 0;margin-top:-200px;}
to {opacity: 1;}
}
/* end animasi popup */
/*style untuk popup */
#popup {
background-color: rgba(0,0,0,0.7);
position: fixed;
top:0;
left:0;
right:0;
bottom:0;
margin:0;
-webkit-animation:autopopup 2s;
-moz-animation:autopopup 2s;
animation:autopopup 2s;
}
#popup:target {
-webkit-transition:all 1s;
-moz-transition:all 1s;
transition:all 1s;
opacity: 0;
visibility: hidden;
}@media (min-width: 768px){
.popup-container {
width:600px;
}
}
@media (max-width: 767px){
.popup-container {
width:100%;
}
}
.popup-container {
position: relative;
margin:7% auto;
padding:30px 50px;
background-color: #fafafa;
color:#333;
border-radius: 3px;
}a.popup-close {
position: absolute;
top:2px;
right:2px;
background-color: #333;
padding:5px 8px;
font-size: 14px;
text-decoration: none;
line-height: 1;
color:#fff;
}
/* end style popup *//* style untuk isi popup */
.popup-form {
margin:10px auto;
}
.popup-form h2 {
margin-bottom: 5px;
font-size: 37px;
text-transform: uppercase;
}
.popup-form .input-group {
margin:10px auto;
}
.popup-form .input-group input {
padding:17px;
text-align: center;
margin-bottom: 10px;
border-radius:3px;
font-size: 16px;
display: block;
width: 100%;
}
.popup-form .input-group input:focus {
outline-color:#FB8833;
}
.popup-form .input-group input[type=”email”] {
border:0px;
position: relative;
}
.popup-form .input-group input[type=”submit”] {
background-color: #FB8833;
color: #fff;
border: 0;
cursor: pointer;
}
.popup-form .input-group input[type=”submit”]:focus {
box-shadow: inset 0 3px 7px 3px #ea7722;
}
/* end style isi popup */

c {
	font-size:8px;
	color: #000;

}
form {
	margin: 1px;
	padding: 1px;
	background-color: #fff; /* whiteSmoke */
	/*box-shadow: 0 3px 10px #aaaaaa;
	-webkit-box-shadow: 0 3px 10px #aaaaaa;
	-moz-box-shadow: 0 3px 10px #aaaaaa;*/
}

fieldset {
}

form div, form fieldset div {
	margin: .7em .3em;
}

legend {
	font-weight:bold;
}

label {
	width: 150px;
	display:block;
}

label .align_left {
	text-align: left;
}

label .align_right {
	text-align: right;
}

input, label {	
	color: #777777;
}
	
input {
	padding: 0.5em;
	min-width: 5em;
	height: 2em;
	background-color: #fdfdfd;
	outline-color: #ffffff;
	border: 0.1em solid #bbbbbb;
	
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	
	transition: outline-color .5s linear;
	-moz-transition: outline-color .5s linear;    /* FF3.7+ */
	-o-transition: outline-color .5s linear;      /* Opera 10.5 */
	-webkit-transition: outline-color .5s linear; /* Saf3.2+, Chrome */
}

input.wide {
	width: 98%;
}

input:hover, input:focus {
	border-color: #777777;
}

input:focus {
	background-color: #ffffff;
	outline-color: #46a2f7;
	outline-width: thick;
}

input .wide {
	width: 100%;
}


/* ************ *
 * miscellanous *
 * ************ */

/* drop shadow */
.shadow_0 {
	box-shadow: 0 0 10px #aaaaaa;
	-webkit-box-shadow: 0 0 10px #aaaaaa;
	-moz-box-shadow: 0 0 10px #aaaaaa;
}

.shadow_1 {
	box-shadow: 0 1px 10px #aaaaaa;
	-webkit-box-shadow: 0 1px 10px #aaaaaa;
	-moz-box-shadow: 0 1px 10px #aaaaaa;
}

.shadow_2 {
	box-shadow: 0 2px 10px #aaaaaa;
	-webkit-box-shadow: 0 2px 10px #aaaaaa;
	-moz-box-shadow: 0 2px 10px #aaaaaa;
}

.shadow_3 {
	box-shadow: 0 3px 10px #aaaaaa;
	-webkit-box-shadow: 0 3px 10px #aaaaaa;
	-moz-box-shadow: 0 3px 10px #aaaaaa;
}

.shadow_4 {
	box-shadow: 0 4px 10px #aaaaaa;
	-webkit-box-shadow: 0 4px 10px #aaaaaa;
	-moz-box-shadow: 0 4px 10px #aaaaaa;
}

.shadow_5 {
	box-shadow: 0 5px 10px #aaaaaa;
	-webkit-box-shadow: 0 5px 10px #aaaaaa;
	-moz-box-shadow: 0 5px 10px #aaaaaa;
}

/* rounded corner */
.rounded_1 {
	border-radius: .1em;
	-webkit-border-radius: .1em;
	-moz-border-radius: .1em;
}

.rounded_2 {
	border-radius: .2em;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
}

.rounded_3 {
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
}

.rounded_4 {
	border-radius: .4em;
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
}

.rounded_5 {
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}


/* TABLE STYLING */
table, 
thead, 
tbody, 
th, 
tr, 
td {
	border:1px solid #666;
	margin:auto;
	text-align: center;
}
table.float-cf thead tr th:first-of-type {
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}

table.float-cf thead tr th:last-of-type {
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

table, table.float-cf  {
	margin-top: .5em;
	margin-bottom: 20px;
	width: 100%;
	display:table;
	border-collapse: initial;
}

table.float-cf {
	background:#f9f9f9;
	border:1px solid #ddd;
}

td, th {
	padding:5px;
}

table.float-cf tr {
	border:1px 0;
	border-bottom:1px solid #ddd;
}

table.float-cf thead tr th {
	height: 20px;
	line-height: 1em;
	font-size:10px;
	
	color:#21759B;
	text-shadow: #fff 0 1px 0;
	font-family: "Times New Roman";
	*font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	background-color: #F1F1F1;
	background-image: -ms-linear-gradient(top,#f9f9f9,#ececec);
	background-image: -moz-linear-gradient(top,#f9f9f9,#ececec);
	background-image: -o-linear-gradient(top,#f9f9f9,#ececec);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec));
	background-image: -webkit-linear-gradient(top,#f9f9f9,#ececec);
	background-image: linear-gradient(top,#f9f9f9,#ececec);
}

table.float-cf tbody tr {
	font-size:10px;
}

table.float-cf tbody tr:hover .row-actions, table.float-cf tbody tr:hover td .row-actions {
	visibility:visible;
}

table.float-cf tbody tr:hover {
}

table.float-cf tbody tr.putih {
	background:#63FC93;
}

table.float-cf tbody tr.merah {
	background:#fcfcfc;
}

table.float-cf tbody tr, table.float-cf tbody tr.putih, table.float-cf tbody tr.merah {
	height:auto;

}
table.view thead tr th:first-of-type {
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}

table.view thead tr th:last-of-type {
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

table, table.view  {
	margin-top: .5em;
	margin-bottom: 20px;
	width: 100%;
	display:table;
	border-collapse: initial;
}

table.view {
	background:#f9f9f9;
	border:1px solid #ddd;
}

td, th {
	padding:5px;
}

table.view tr {
	border:1px 0;
	border-bottom:1px solid #ddd;
}

table.view thead tr th {
	height: 20px;
	line-height: 1em;
	font-size:10px;
	
	color:#21759B;
	text-shadow: #fff 0 1px 0;
	font-family: "Times New Roman";
	*font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	background-color: #F1F1F1;
	background-image: -ms-linear-gradient(top,#f9f9f9,#ececec);
	background-image: -moz-linear-gradient(top,#f9f9f9,#ececec);
	background-image: -o-linear-gradient(top,#f9f9f9,#ececec);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec));
	background-image: -webkit-linear-gradient(top,#f9f9f9,#ececec);
	background-image: linear-gradient(top,#f9f9f9,#ececec);
}

table.view tbody tr {
	font-size:10px;
}

table.view tbody tr:hover .row-actions, table.view tbody tr:hover td .row-actions {
	visibility:visible;
}

table.view tbody tr:hover {
}

table.view tbody tr.putih {
	background:#63FC93;
}

table.view tbody tr.merah {
	background:#fcfcfc;
}

table.view tbody tr, table.view tbody tr.putih, table.view tbody tr.merah {
	height:auto;

}

th input[type="checkbox"], td input[type="checkbox"] {
	margin-left:8px;
}

.row-actions {
	visibility: visible;
	padding: 0 0 0;
}


/* NOTIFICATION */
.info, .error {
	margin: 0 0 16px 8px;
	padding: 12px;
}

.info {
	background-color: lightYellow;
	border: 1px solid #E6DB55;
}

.error {
	background-color: #FFEBE8;
	border:1px solid #c00;
}
.clock { 
width: 260px; 
margin: 0 auto; 
padding: 30px; 
color: #FFF;
background:#333; 
} 
.clock 
ul { 
width: 250px; 
margin: 0 auto; 
padding: 0; 
list-style: none; 
text-align: center;
 } 
 
.clock ul li { 
display: inline; 
font-size: 3em; 
text-align: center; 
font-family: "Arial", Helvetica, sans-serif; 
text-shadow: 0 2px 5px #55c6ff, 0 3px 6px #55c6ff, 0 4px 7px #55c6ff 
} 

#Date { 
font-family: 'Arial', Helvetica, sans-serif; 
font-size: 26px; 
text-align: center; 
text-shadow: 0 2px 5px #55c6ff, 0 3px 6px #55c6ff; 
padding-bottom: 40px; 
} 

#point { 
position: relative; 
-moz-animation: mymove 1s ease infinite; 
-webkit-animation: mymove 1s ease infinite; 
padding-left: 10px; 
padding-right: 10px } 
/* Animasi Detik Kedap - Kedip */ 
@-webkit-keyframes mymove { 
0% {
	opacity:1.0; 
text-shadow:0 0 20px #00c6ff;
} 
50% {
	opacity:0; 
	text-shadow:none; 
	} 
100% {
	opacity:1.0; 
	text-shadow:0 0 20px #00c6ff; 
	} 
} 
@-moz-keyframes mymove { 
0% {opacity:1.0; 
text-shadow:0 0 20px #00c6ff;
} 
50% {
	opacity:0; 
	text-shadow:none; 
	} 
100% {
	opacity:1.0; 
	text-shadow:0 0 20px #00c6ff; 
	} 
}