/*
   AUTHOR           :  	YosephCW
   WEBSITE          :   http://leojaya.sunekspres.co.id
   VERSION          :   1.0
   LAST MODIFIED    :   January 27, 2012 */
/* -------------------------------------------------------- */ 

/* Elemen Utama */

html {
	height:100%;
	background:#FFF;
}

body {
	margin: 0; 
	padding: 0; 
	width: 100%;
	height: 100%;
	font: 11px/1.6em  Verdana, Tahoma, Arial,sans-serif;
	color: #555;
	background: #6CF;
	text-align: center; 
}


/* konten */
#main {
	margin: 0;
	float:right;
	width :80%;
	height: 85%;
	background-color: #FFF;
}
 
#image-center {
	margin : 180px 0 0 130px;
}

/* headers */
h1, h2, h3 {
	font-family: 'ArialBlack', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
}

h1 {
	font-size: 135%;
	padding: 1px 10px 5px 10px;
	color: #FF0000;
	background-color: inherit;
	border-bottom: 1px solid #EFF0F1;		
}

h1 a:link  {
    font-size: 100%;
	padding: 10px 10px 5px 5px;
	color: #FF0000;
    }
    
h2 {
	font-size: 110%;
	padding: 0;
	text-transform: uppercase;
    color: #F00;
}

h3 {
	font-size: 100%;
	padding: 0px 0px 5px 10px;	
	margin: 4px 0 5px 0px;
	color: #404040;
}

h3 span {
	color : #06F;
}

h6 {
   font-size: 95%;
   
   
}

.barang  {
	float: left;
	border: none;
	width: 40%;
	height:auto;
	margin: 10px 10% auto;
	padding: 15px;
	background: rgba(255,0,0,0.5);
	text-align:left;
}

.tengah {
	border: none;
	width: 50%;
	height:auto;
	margin: 10px auto;
	padding: 15px;
	background: rgba(169, 207, 243, 0.5);
	text-align:left;
	
}

.tengah input[type=submit] {
    height: 25px;
	width: 100px;
	background-color: #a9e0f8;
	color: #000;
	border: 1px solid;
    border-color: #FFF  #CCC #000;
    border-radius: 5px;
    outline: 0;
    @include box-sizing(content-box); // Firefox sets this to border-box by default
    @include linear-gradient(top, #edf5f8, #cde5ef);
    @include box-shadow(inset 0 1px white, 0 1px 2px rgba(black, .15));
}

.tengah input[type=submit]:hover {
	background-color: #a9e0f8;
	color:#000;
	border: 1px solid;
    border-color: #000 #ccc #FFF;
    border-radius: 5px;
    outline: 0;
  //  @include box-sizing(content-box); // Firefox sets this to border-box by default
  //  @include linear-gradient(top, #FF0, #F90);
  //  @include box-shadow(inset 0 1px white, 0 1px 2px rgba(black, .15));
  
}
	
.kasircust {
	float:left;
	border: none;
	width: 50%;
	height:auto;
	margin: 3px auto;
	padding: 10px;
	background: inherit;
	text-align:left;
}

.kasircust input[type=submit] {
   height: 25px;
	width: 100px;
	background-color:#CCCF;
	color: #000;
	border: 1px solid;
    border-color: #FFF  #CCC #000;
    border-radius: 8px;
    outline: 0;
    @include box-sizing(content-box); // Firefox sets this to border-box by default
    @include linear-gradient(top, #edf5f8, #cde5ef);
    @include box-shadow(inset 0 1px white, 0 1px 2px rgba(black, .15));
}

.kasircust input[type=submit]:hover {
	background-color:#FF0;
	color:#000;
	border: 1px solid;
    border-color: #3F3 #FF0 #FFF;
    border-radius: 8px;
    outline: 0;
   
}
  
#screen {
	float: left;
	width: 80%;
	height: 84%;
	background-color: #CCC;
}

#screen input[type=button]{
	height: 25px;
	width: 100px;
	background-color: #F9F83B;
	color: #000;
	border: 1px solid;
    border-color: #FFF  #CCC #000;
    border-radius: 8px;
    outline: 0;
    @include box-sizing(content-box); // Firefox sets this to border-box by default
    @include linear-gradient(top, #edf5f8, #cde5ef);
    @include box-shadow(inset 0 1px white, 0 1px 2px rgba(black, .15));
}
		
#screen input[type=button]:hover {
	background-color:#0F0;
	color:#000;
	border: 1px solid;
    border-color: #3F3 #FF0 #FFF;
    border-radius: 8px;
    outline: 0;
  
}

#pembeli {
	float: left;
	text-align:left;
	height: 100px;
	width : 250px;
	padding: 5px;
	margin: 10px 5px 10px 25px;
	color: #00F;
	font: bold 12px Verdana, sans-serif;
	background: #0F0;
    background : -webkit-gradient(linear, left top, left bottom, from(#CF0), to(#FF0));
	background : -moz-linear-gradient(top,#FC0,#FF0);
	-webkit-border-radius : 7px;
	-moz-border-radius : 7px;
}
	
#total_belanja {
	
    right:0;
    height: 30px;
    width: 100%;	
	color: #FFF; 		 
    background: inherit;
}

#cetak {
	width: 95%;
	height:100%;
	background-color:#FFF;
}

#formtanggal { 
	padding: 3 0 0 0;
    width: 300px;
	height: 25px;
    background-color:#0F0;
	color:#000;
	border: 1px solid;
    border-color: #3F3 #FF0 #FFF;
    border-radius: 16px;
    font-size: 14px;
    
}

.tombolpilih {
	width: 100px; 
	height: 25px; 
	font-family: Sans-serif;
    font-size: 15px; 
	margin: 10px ;
	border-radius: 10px;
	background-color: #0F0;
}

.tombolpilih:hover {
	background-color: #F30 ;
}	

#pilih-tengah {
	position:relative;
	margin:auto;
	float:left;
	width: 400px;
	height: 200px;
	border: 1px solid;
	border-color:#FF9A4C;
	background-color:#FFFFFF;
	
}

/* Link setting */
a:link, a:visited {
	color: #33cc33; 
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	background-color: inherit;
}


/* -------  Pengaturan Tampilan   ------- */
/* header */
#wrap {
	height: 100px;
	margin: 0 auto; 
	padding: 0; 
	width: auto;
	text-align: left;
	background: #000;
}
 


#header { 
	position: relative;
	height: 80px;
	width: auto;
	margin: 0;
    padding: 0;
	border: none; 		
}

#header img {
	padding: 10px 5px 5px 5px; 
	float: left;
	width: 400px;
	height: 70px;
}

#phonetag {
	float: right;
	height: 40px;
	width : 250px;
	padding: 5px;
	margin: 10px 5px 5px 25px;
	color: #00F;
	font: bold 12px Verdana, sans-serif;
	background: #0F0;
    background : -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#669900));
	background : -moz-linear-gradient(top,#ffff00,#669900);
	-webkit-border-radius : 7px;
	-moz-border-radius : 7px;
}

#text-kanan {
	float: right;
	padding: 0px 10px 0 0;
	font-size: 14px;
	color:#FFF;
	backgrond: #000;
}
	
/* sidebar */
#menu-left {
	float: left;
	width: 20%;
	height:100%;
	margin: 20px 0;
    padding: 0px;
		
}
#sidemenu {
            overflow: auto;
            position:relative;
        }

#sidemenu ul {
	list-style-type:none;
	margin: 10px 0px 10px 10px;
	padding: 5px 5px 5px 5px;
	text-align: center;
    list-style:none;
	line-height:25px;
} 

  
#sidemenu ul li a{
margin: 0 0 10px 0;
font: bold 13px Verdana, Helvetica, sans-serif;
color: #fafc8e;
display: block;
border : 1px solid;
width: 175px;
height: 20px;
padding: 5px 0;
padding-left: 5px;
text-decoration: none;
background: #079927;
/*
background : -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CCFFFF));
background : -moz-linear-gradient(top,#fff,#CCFFFF);
*/
-webkit-border-radius : 5px;
-moz-border-radius : 5px;
z-index:100; 
}


#sidemenu li a:hover{  
    color : #000;
	background: -moz-linear-gradient(top, #F90 0%, #ffff66 50%, #ffff33 51%, #f90 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f90), to(#FF0), color-stop(0.4, #ffff33), color-stop(0.5, #fff), color-stop(.5, #ff0), color-stop(0.9, #f90));

}

#sidemenu ul li:hover > ul {
	display:block;
	background-color: #FF6;
	width : 100px;
	border: 1px thin;
	border-radius: 10px;
}

.submenu { 
    position: relative;   
    list-style:none;
    display:none;
}

.tt {
	 font-family: "Trebuchet MS", sans-serif;
     font-size: 14px;
     font-weight: bold;
     font-style: normal;

}

/*  right side   */
#fakturkanan {
	float:left;
	margin : 16px 10px 10px 25px;
	width : 19%;
	height: 60%;
	background-color: inherit;
}

.tombolfaktur {
	width: 200px; 
	height: 80px; 
	font-family: Sans-serif;
    font-size: 20px;
	float: left; 
	margin: 0px 0 0 300px;
}

.tombolfaktur:hover {
	background-color:#FC0;
}

/* Footer Block   */

#footer { 
    position: fixed;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;	
	color: #FFF; 		 
    background: #000; 
}

#footer a { 
	text-decoration: none; 
	font-weight: normal;
}

#footer-content {
	margin: 0 auto;
	width: 0 auto;	
}
#footer-content #footer-left {
	padding: 10px;
	width: 60%;
	float: left;
	text-align: left;
}
#footer-content #footer-right {
	padding: 10px;
	width: 35%;
	float: right;
	text-align: right;
}

/* Table layout */
/* Table 1 */

table.table1 {
	 font-family: "Trebuchet MS", sans-serif;
     font-size: 14px;
     font-weight: bold;
     font-style: normal;
}

tr.bordered {
    border-bottom: 1px solid #000;
}

.table1 thead th {
	padding:1px 15px;
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    border:1px solid #000;
    background-color:#ff0000;
	 background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, #FF0),
        color-stop(0.51, #F30),
        color-stop(0.87, #C30)
        );
    background: -moz-linear-gradient(
        center bottom,
        #ff0 2%,
        #f30 51%,
        #c30 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.table1 tbody th {
    padding:1px 15px;
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    border:1px solid #000;
    background-color:#3399ff;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.table1 tfoot td{
    background:transparent;
    border:none;
}

.table1 tbody td{
    padding:10px;
    text-align:center;
    background-color:#33cccc;
    border: 1px solid #000;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:1px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}

<!-- Tambahan -->
.container {
  margin: 80px auto;
  width: 640px;
}

.midpoint {
  position: absolute;
  margin: 0 auto;
  padding: 20px 20px 20px;
  width: 310px;
  background: white;
  border-radius: 3px;
  @include box-shadow(0 0 200px rgba(white, .5), 0 1px 2px rgba(black, .3));

  &:before {
    content: '';
    position: absolute;
    top: -8px; right: -8px; bottom: -8px; left: -8px;
    z-index: -1;
    background: rgba(black, .08);
    border-radius: 4px;
  }
  
.tabel {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  border: 1px solid #dddddd;
  padding: 8px;
}

.tabel tr:nth-child(even) {
  background-color: #dddddd;
}