/*
   AUTHOR           :  	YosephCW
   WEBSITE          :   http://www.victoryprofessional.com/
   VERSION          :   1.0
   LAST MODIFIED    :   May 22, 2016 */
/* -------------------------------------------------------- */ 

/* Elemen Utama */

html {
	background: #fff ;
}

body {
	margin: 0; 
	padding: 0;
	width:100%;
	height: 100%;
	background: #fff;
	text-align:center;
	
}

#head {
	background-image: url(1.jpg);
	background-size:cover;
	width: 100%;
	height: 175px;
	margin:0 auto;
	left:8%;  
	top: 8%;
	
}

#mid {
	background-image: url(3.jpg);
	background-size:cover;
	width: 100%;
	height: 175px;
	margin:0 auto;
	left:8%;  
	top: 8%;
}

#plogo {
	background-image:url(2.jpg);
	background-size:cover;
	width: 200px;
	height:200px;
	margin:5px auto;
}

#hdtext {
 	widht: 100%;
    text-align: left;	
}

#kotak {
	background-image: url(10.jpg);
	background-size:cover;
	float: left;
    width: 100%;
	min-width:900px;
	height: 100%;
	margin-right: 5%;
	
}

#kotakkiri {
	float: left;
	text-align:left;
    width: 30%;
	height: 450px;
	margin-left:25%;
	background-color: transparent;	
}

#kotakkanan {
	float: left;
	text-align:left;
	
    width: 40%;
	height: 450px;
	background-color: transparent ;	
}

#container {
width: 940px;
margin: 0 auto;
}

/* konten */
#main {
	margin: auto;
	width :85%;
	min-width: 900px;
	height: 100%;
	background-color:#fff;
}
	 
#strip {
	
	display:inline block;
	width: 100%;
	height:225px;
	background-color: transparent;
	margin:20px auto;
	overflow:hidden;
}

/* headers */


h1 {
	font-size:130%;
	font-family: "Times New Roman", Times, serif;
	font-weight:lighter;
	color:  #0F4D26 ;
	background-color: inherit;	
	text-align:center;
}

h2 {
	font-size: 130%;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
	font-weight:lighter;	
    color: #999;
}

img.text {
	width:60%;
    margin:0 auto;
}

img.motto {
	width:80%;
	margin:0 auto;
}

img.mottomo {
	width:40%;
	margin:0 auto;
}

img.jejer {
	
	width:25%;
	height:auto;
	margin-left:0px;
	margin-right:12%;

}

img.jejerk {
	
	width:25%;
	height:auto;
	margin-left:0px;
	margin-right:0%;

}

p {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	text-align:justify;
	white-space: nowrap;
}
 
p.hijau {
	color:  #0F4D26 ;
	text-align:left;
}

p.hijauk {
	color:  #0F4D26 ;
	text-align:right;
}

p.abu  {
	font-style:italic;
	text-align:left;	
    color: #999;
}

p.flo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-style:italic;
	color:  #0F4D26 ;
	text-align:left;
}

p.ket {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-style:italic;
	color:  #0F4D26 ;
	text-align:right;
	bottom: 0px;
	margin-right:95%;
}

ul { 
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 40px;
}
	
    


h3 {
	font-size: 100%;
	padding: 0px 0px 5px 10px;	
	margin: 4px 0 5px 0px;
	color: #404040;
}

h3 span {
	color : #06F;
}

h6 {
   font-size: 95%;
   
   
}

#tengah {
	border: none;
	width: 75%;
	height: 100%;
	margin: 25px auto;
	left: 8%;
	background: inherit;
	text-align:center;	
}

.kasircust input[type=submit] {
   height: 25px;
	width: 100px;
	background-color:#CCCF;
	color: #000;
	border: 1px solid;
    border-color: #FFF  #CCC #000;
    border-radius: 16px;
    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: 16px;
    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));
}
  
#screen {
	float: left;
	width: 80%;
	height: 90%;
	background-color: #CCC;
}

#screen input[type=button]{
	height: 25px;
	width: 100px;
	background-color:#CCCF;
	color: #000;
	border: 1px solid;
    border-color: #FFF  #CCC #000;
    border-radius: 16px;
    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: 16px;
    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));
}

#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:900px;
	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 ;
}		

/* Link setting */
a:link, a:visited {
	color: #33cc33; 
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	background-color: inherit;
}


/* -------  Pengaturan Tampilan   ------- */
#wrap {
	height: 80px;
	margin: 0 auto; 
	padding: 0; 
	width: auto;
	text-align: left;
	background: #000;
}

#wrap img {
	padding: 5px 5px 5px 5px; 
	float: left;
	width: 70px;
	height: 70px;
}


/* header */
#header { 
	position: relative;
	height: 70px;
	width: auto;
	margin: 0;
    padding: 0;
	border: none; 		
}

#header h1#logo {
	float: left;	
	font: bold 3.9em "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding:0;
	color: #FF1C1C;
	letter-spacing: -2px;	
	border: none;	
	top: 0; left: 2px;		
}

#header h1#logo span { 
    font: italic .8em "Arial Black", Arial, Tahoma, Sans-Serif;
    color: #FFF;
}

#header h2#slogan { 
	position: absolute;
	margin: 0; padding: 0;	
	font: bold 15px Arial, Tahoma, Sans-Serif;
	text-transform: none;
	top: 48px; 
	left:190px;
}

#phonetag {
	float: right;
	height: 40px;
	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(#ffff00), to(#669900));
	background : -moz-linear-gradient(top,#ffff00,#669900);
	-webkit-border-radius : 7px;
	-moz-border-radius : 7px;
}

#text-kanan {
	float: right;
	padding: 50px 10px 0px 0;
	font-size: 14px;
	color:#FFF;
	backgrond: #000;
}
	
/* sidebar */
#menu-left {
	float: left;
	width: 20%;
	height:100%;
	margin: 10px 0;
    padding: 0;
		
}
#sidemenu {
            overflow: auto;
            position:relative;
        }

#sidemenu ul {
	
	list-style-type:none;
	margin: 5 0 5px 0;
	padding: 5px 5px 5px 5px;
	text-align: center;
    list-style:none;
} 
  
#sidemenu ul li a{
margin: 0 0 5px 0;
font: bold 13px Verdana, Helvetica, sans-serif;
color: #666;
display: block;
border : 1px solid;
width: 200px;
height: 20px;
padding: 5px 0 15px 0;
text-decoration: none;
/*
background : -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CCFFFF));
background : -moz-linear-gradient(top,#fff,#CCFFFF);
-webkit-border-radius : 10px;
-moz-border-radius : 10px;
z-index:100; */
}


#sidemenu li a:hover{  
	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 : 200px;
	border-radius: 10px;
	border: #000 1px thin;
	margin-left: 20px;
}

.submenu { 
    position: relative;   
    list-style:none;
    display:none;
}


/*  right side   */
#fakturkanan {
	
	float:left;
	margin : 16px 10px 10px 25px;
	width : 15%;
	height :50%;
	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: relative;
    left: 5%;
    height: auto;
    width: 90%;	
	color: #FFF; 		 
	background-color:transparent; 
	margin:0px;
}

#footer a { 
	text-decoration: none; 
	font-weight: normal;
}

#footer-content {
	margin: 0 auto;
	width: auto;	
}
#footer #footer-left {
	width: 25%;
	float: left;
	text-align: left;
	padding-top:0px;
	background-color:transparent;
}
#footer #footer-right {
	width: 70%;
	float: right;
	text-align: right;
	padding-top:0px;
	background-color:transparent;

}

/* Table layout */
/* Table 1 */

table.table1 {
	 font-family: "Trebuchet MS", sans-serif;
     font-size: 14px;
     font-weight: bold;
     font-style: normal;
}


.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;
}
