/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28 Apr 14, 8:27:00
    Author     : Sufry
*/
* {
  margin: 0;
}

html, body {
    height: 100%;
}

body{
    background-image: url(../img/back.jpg);
    background-attachment: fixed;
    background-size: auto 100%;
    background-color: white;
}

.header{
    height: 90px; 
    padding-top: 5px;
    padding-left: 55px;
    background-image: url(../img/header.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    border-bottom: solid 3px #808080;
}

.header h2{
    color: whitesmoke;
    padding-top: 3px;
    text-shadow: 3px 2px #555555;
    font-weight: bold;
}

.header:after {
  display: block;
}

.wrapper,.header:after {
    min-height: 88.75%;
    height: auto !important;
    height: 88.75%;
    margin: -20px auto -60px; /* same as the footer */
    padding-top: 20px;
}

.wrapper:after {
  display: block;
}

.footer, .wrapper:after {
  /* .push must be the same height as footer */
  height: 60px; 
  margin-bottom: 0px;
  bottom: 0px;
}

.footer{
    background-color: #3c3c3c;
    border-top: solid 3px #eb9316;
    background-image: url(../img/footer.jpg);
    background-repeat: repeat-x;
    margin-bottom: 0px;
    bottom: 0px;
}

.address {
    font-size: 10px;
    text-align: right;
    color: white;
    padding-right: 7px;
    padding-top: 5px;
}

.form-login {
    width: 400px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    background-image: url(../img/bgpnl.jpg);
    background-repeat: repeat-x;
    background-color: white;
    margin: 17px auto;
    padding-top:20px;
    padding-left:20px;
    padding-right:10px;
    padding-bottom:0;
    /*position: absolute;*/
    position: relative;
    border: solid 1px #dddddd;
}

.form-group .control-label {
    text-align: left;
}

.form-login .info {
    position: initial;
}

.pnl-change {
    top:42px;
    right:0;
    margin-top:42px;
    margin-right: 13px;
    position:absolute;    
   left: auto;
   margin-left: auto;
   text-align:right; 
}

.pnl-change * {
    margin-top:3px;
     text-align:right; 
}

#bgnt{
    margin-right: 50px;
}
#bgnt img{
    margin-top: 5px;
}

.ganti{
    background-image: url(../img/bgpnl.jpg);
    background-repeat: repeat-x;
    background-color: white;
    padding: 10px;
    text-decoration: none;
    color: #186f1b;
    text-shadow: 2px 2px #dddddd;
    font-weight: bold;
}

.ganti:hover {
    color:#209023;
    text-decoration: none;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

#menu {
    margin-left: 0px;
    padding-top:5px;
    padding-right: 5px;
}

#menu ul {
    list-style-type: none;
}
#menu ul li {
    font-weight: bold;
    list-style-type: none;
    margin-right: 15px;
    margin-top: 2px;
}

#menu ul li a {
    background-color:#ff851b;
   color: #222;
   padding: 6px 6px;
   margin: 0;
   display: block;
   text-decoration: none;
   border: dashed 1px #dddddd;
}

#menu ul li a:hover {
   color: #222;
    text-decoration: none;
   background-color:orange;
}

#menu ul li img {
   padding-top: 0px;
   padding-bottom: 3px;
   margin-right: 2px;
   width: 16px;
   height: 18px;
}

#canvas{
   background-image: url(../img/bgpnl.jpg);
   background-repeat: repeat-x;
   border: solid 1px #dddddd;
   background-color: white;
   padding:20px;
   margin-top:6px;
   width: 71%;
}

.vertical {
  writing-mode: tb-rl;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  padding: 0px !important;
  margin: 0px !important;
  font-size: 13px;
}

.tbl-pesanan {
    font-size: 12px;
    padding: 0px;
}

/*
.row {
    min-height: 89.5%;
    height: auto !important;
    height: 89.5%;
    margin: -20px auto -60px;
    padding-top: 20px;
}
*/

#transdetail .form-group {
    margin-bottom: 10px;
}

.view-detail > thead > tr > th, .view-detail > tbody > tr > th, .view-detail > tfoot > tr > th, .view-detail > thead > tr > td, .view-detail > tbody > tr > td, .view-detail > tfoot > tr > td {
    padding: 2px;
}