
/*----------------------------------------------
CSS Settings For HTML Div ExactCenter
------------------------------------------------*/
body { 
	background-image:url('bg-blue-curve-abstract.jpg');
	background-attachment:fixed;
	background-position:top center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font: normal 14px tahoma; color: #000000
}

#main {
	text-align:center;
	width:1280px;
	float:center;
	padding:5px auto;
	margin: 5px auto;
	border:0px solid grey;
	margin-top:5px;
	margin-bottom:25px;
	font-family:tahoma
}

#menuatas {
	width:1280px;
	float:top;
	top: 0;
	padding:6px 10px;
	margin: 2px AUTO;
	margin-top:4px;
	border-radius:5px;
	border:1px solid grey;
	font-family:tahoma;
	font-size:14px;
	background-color:#DCE6F7;
}

#utama1 {
	width:1280px;
	padding:10px 10px 0px 10px;
	margin: 2px AUTO;
	margin-top:0px;
	border-radius:5px;
	border:1px solid grey;
	font-family:tahoma;
	font-size:14px;
	background-color:#DCE6F7;
}

#utama2 {
	width:1280px;
	text-align:left;
	padding:5px;
	margin: 35px 5px 5px 1px;
	border-radius:5px;
	border:2px solid #000;
	font-family:tahoma;
	font-size:14px;
	/*background-color:#64B013 */
	background-color:#DCE6F7;
}

#bordertoko {
	width:400px;
	text-align:center;
	float:left;
	/*position: fixed;*/
	padding:1px;
	margin:0px auto;
	margin-top:-5px;
	border-radius:1px;
	border:2px solid black;
	/*background-color:#D3D7D0*/
	background-image:url('bgtoko.jpg');
	background-repeat:repeat;
	background-attachment:fixed;
	background-position:center;
}

#borderjudul {
	width:1290px;
	text-align:left;
	float:left;
	/*position: fixed;*/
	padding:5px;
	margin:0px auto;
	border-radius:5px;
	border:1px solid black;
	//background-color:#1CC02B;
	background-image: linear-gradient(to right, #006600 , #1CC02B);
}

#bordertotal {
	width:200px;
	text-align:center;
	float:left;
	font-family:tahoma;
	font-size:16px;
	font-weight:bold; 
	COLOR: #3B4DF4; 
	/*position: fixed;*/
	padding:3px;
	margin:0px auto;
	border-radius:5px;
	border:2px solid black;
	background-color:#D3D7D0
}

#header {
	width:1280px;
	float:top;
	padding:8px;
	margin:10px auto;
	border-radius:5px;
	border:1px solid grey;
	font-family:tahoma;
	font-size:14px;
	background-color:#DCE6F7
}

#footer1 {
	width:1280px;
	padding:10px;
	margin:auto;
	margin-top: 1px;
	margin-bottom: 3px;
	border-radius:5px;
	border:1px solid grey;
	text-align:center;
	background-color:#DCE6F7
}

#pewaktu {
	width:97%;
	float: left;
	text-align:left;
	font-family: tahoma; 
	font-size: 14px; 
	COLOR: black; 
	font-weight:bold;
	margin-top: -5px; 
	margin-bottom: 0px;
	padding: 2px; 
}

.utama { /*main frame*/
	width:1270px;;
	height:345px;
	text-align:center;
	padding:2px;
	border-radius:2px;
	margin: 1px;
	border:2px solid #31C014;
	font-family:tahoma;
	font-size:14px;
	/*background-color:#64B013 */
	background-color:#DCE6F7;
}

.header_toko {
	width:500px; 
	float:top; 
	padding:2px; 
	display:inline-block;
	margin-top:-5px; 
	margin-bottom:0px; 
	border-radius:3px; 
	border:2px solid #FFF; 
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(38,221,13,1) 0%, rgba(38, 194, 8) 79%);	
}

.judultoko1 {
	font-family:tahoma;
	font-size:18px;
	COLOR: #FFF; 
	font-weight:bold 
}

.judultoko2 {
	font-family:tahoma;
	font-size:12px;
	COLOR: #FFF;
	font-weight:bold 
}

#tgljam {
	font-family: tahoma; font-size: 14px; COLOR:#142ECA; font-weight:bold 
}

span {
	text-align:center;	
	color:red;
	font-weight:bold
}

#errortxt {
	text-align:center;
	font-family:tahoma;
	font-size: 14pt;	
	color:#FA0707;
	font-weight:bold, italic
}

h1.satu {
	text-align:center;
	font-family:tahoma;
	font-size: 24pt;	
	color:#000;
	padding:0px
}
h1.a {
	text-align:left;
	font-family:tahoma;
	font-size: 14pt;	
	color:#2A3DF8;
	padding:1px
}
h1.b {
	text-align:left;
	font-family:arial;
	font-size: 11pt;	
	color:#2A3DF8;
	padding:1px
}

h2 {
	text-align:center;
	font-size:16px;
	background-color:#D47A2A;
	text-align:center;
	border-radius:10px 10px 0 0;
	margin:-10px -40px;
	padding:15px
}

h3 {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	background-color:#FB0505;
	text-align:center;
	border-radius:10px 10px 0 0;
	margin:-10px -40px;
	padding:15px
}

hr {
	border:0;
	border-bottom:1px solid #000;
	margin:10px -40px;
	margin-bottom:30px
}

input[type=submit] {
	width:315px;
	background:linear-gradient(#22abe9 5%,#36caf0 100%);
	border:2px solid #22abe9;
	padding:10px;
	font-size:20px;
	color:#FFF;
	cursor:pointer;
	border-radius:5px;
	margin-bottom:15px;
	text-shadow:0 1px 0 #13506D;
}
input[type=submit]:hover{width:315px; color:#EEE; border:2px solid #50CF0B; background:linear-gradient(#36caf0 5%,#22abe9 100%); cursor:pointer; font-weight:normal;}


input[type=text],input[type=password] {
	width:300px;
	padding:10px;
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid #ccc;
	padding-left:5px;
	font-size:18px;
	font-family:tahoma;
	border-radius:5px;
	vertical-align:middle;
}

input[type=text]:focus, input[type=password]:focus {
	width:300px;
	padding:10px;
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid #2D78E7;
	padding-left:5px;
	border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

input[type=select] {
	width:auto;
	padding:7px;
	cursor:pointer;
	border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

input[type=button],input[type=reset]{
	width:auto;
	font-family: tahoma;
	font-size:12px;
	font-weight:normal;
	padding: 5px;	
	color:#FFF; 
	border:1px solid #1a8cff;
	background:#1a8cff;
	border-radius:3px;
	cursor:pointer;
	text-transform:none;
	transition-duration: 0.4s;
}
input[type=button]:hover,input[type=reset]:hover{
	color:#DDD;
	background:#4da6ff;
	border:1px solid #4da6ff;
}
input[type=submit]:active, input[type=button]:active , input[type=reset]:active {position:relative;top:1px;}

.btn{color:#4E515D; border:1px solid #4E515D; width:75px; cursor:pointer; font-weight:bold; background:#ffffff;}
.btn:hover{color:#fff; border:1px solid #4E515D; background-color:#4E515D; width:75px; cursor:pointer; font-weight:bold;}
.btn2{font-size:12px; FONT-WEIGHT: bold; color:#000080; border:1px solid #1fa1d8; width:20px; cursor:pointer; padding:1px;}
.btn2:hover{font-size:12px; FONT-WEIGHT: bold; color:#fff; border:1px solid #1fa1d8; background-color:#1fa1d8; width:20px; cursor:pointer; padding:1px;}
.btn3{color:#fff; border:1px solid #000000; width:75px; cursor:default; font-weight:bold; background-color:#000000;}
.btn3:hover{color:#fff; border:1px solid #000000; background-color:#000000; width:75px; cursor:default; font-weight:bold;}
.btn4{border-style:solid; color:#ffffff; font-family:verdana,tahoma; background:#B54A00;font-size:12px; FONT-WEIGHT: bold; border:1px solid #1fa1d8; width:150px; cursor:pointer; padding:1px;}
.btn4:hover{font-size:12px; FONT-WEIGHT: bold; color:#fff; border:1px solid #1fa1d8; background-color:#1fa1d8; width:150px; cursor:pointer; padding:1px;}
.btn5{color:#4E515D; background-color:#fff; border:1px solid #4E515D; width:90px; cursor:pointer; font-weight:bold;}
.btn5:hover{color:#fff; border:1px solid #4E515D; background-color:#4E515D; width:90px; cursor:pointer; font-weight:bold;}
.button {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

#logout {
	float:right;
	padding:1px;
	/*border:dashed 1px gray*/
}
a {
	text-decoration:none;
	color:#2451F9
}
a:hover {
	color: #FF0033;
	TEXT-DECORATION: none;
}

label {
	color:#000;
	font-weight:bold;
	padding:3px;
}

#table1 {
	border:1; 
	BORDER-COLLAPSE: collapse;
	border-color:#000; 
	font-family:tahoma; 
	font-size:14px; 
	background:#B54A00';
}

.container {
	width:auto;
	font: bold italic 14px sans-serif;
	text-align:left;
	padding: 5px;
	border-radius: 3px;
	margin: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-image: linear-gradient(to right, #DDD , #FFF);
	box-shadow:2px 3px 8px #555;
}