.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > body > tr > th,
.table > body > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
font-size:10pt;
  padding: 2px; 
  margin-bottom: 2px;
  padding-bottom: 2px;
  border-bottom: 2px;
  vertical-align: top;
  border-top: 1px solid #ddd;
 line-height:1.7;
}

.table > tbody > tr > th {
 background-color:#efefef;
 line-height:1.7;
}
.table-hover > tbody > tr:hover {
  border-left: 2px solid #1b4f72;
  background-color: #e5e8e8;
}
.bor_ra1 {
  font-size:11pt;
  width: 180px;
  border-radius: 0px;
}
.bor_ra2 {
  font-size:11pt;
  width: 300px; 
  border-radius: 0px;
}
.bor_tgl {
  font-size:11pt;
  width: 120px;
  border-radius: 0px;
}
.bor_nota {
  font-size:11pt;
  width: 50px;
  border-radius: 0px;
}
  .kotaklogin{
	  margin: 0 auto;
	  position: fixed;
	  top: 20%;
	  left: 50%;
	  -moz-transform: translate3d(-50%, 0, 0);
	  -ms-transform: translate3d(-50%, 0, 0);
	  -webkit-transform: translate3d(-50%, 0, 0);
	  transform: translate3d(-50%, 0, 0);
	  width: 450px;
	  padding: 20px;
	  overflow: hidden;
	  background-color: rgba(3, 79, 132, 0.7);
	  border: 1px solid rgba(152, 221, 222, 0.4);
	  -moz-border-radius: 0px;
	  -webkit-border-radius: 0px;
	  border-radius: 0px;
    color: white;
   box-shadow: 0px 0px 50px grey;
  }
  .kotakloginbos{
	  margin: 0 auto;
	  position: fixed;
	  top: 20%;
	  left: 50%;
	  -moz-transform: translate3d(-50%, 0, 0);
	  -ms-transform: translate3d(-50%, 0, 0);
	  -webkit-transform: translate3d(-50%, 0, 0);
	  transform: translate3d(-50%, 0, 0);
	  width: 450px;
	  padding: 20px;
	  overflow: hidden;
	  background-color: #00b894;
	  border: 1px solid #00b894;
	  -moz-border-radius: 12px;
	  -webkit-border-radius: 12px;
	  border-radius: 12px;
    color: white;
   box-shadow: 0px 0px 50px grey;
  }
.btn-border{
	border-radius:0px;
	border:0px;
	margin:0px;
	padding:0px;
}
.tomnav{
	height:50px;
	background-color:transparent;
	border:0px;
	color:white;
	}
.btn-navtrans{
 background-color:transparent;border-color:transparent;color:#7bbc42;border-radius:0px;}
.btn-navtrans:hover {background-color:#286090;}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #00b894;
    color: #f1f1f1;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.btn-transparent{
 background-color:transparent;border-color:transparent;color:#7bbc42;border-radius:0px;}
.btn-transparent-red{
 background-color:transparent;border-color:transparent;color:#e74c3c;border-radius:0px;}
.btn-transparent-grey{
 background-color:transparent;border-color:transparent;color:#BDC3C7;border-radius:0px;}
.sidenav a,
.sidenav li {
	cursor:pointer;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover, .offcanvas a:focus,
.sidenav li:hover, .offcanvas li:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  .sidenav li {font-size: 18px;}
}
.pull-bottom{
	position: absolute;
    bottom: 0;
    left: 0;
}
.pull-bottom-center{
	position: absolute;
    bottom: 0;
    left: 45%;
}
.navbar{
  border-radius: 0px;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.progress {
  margin-bottom: 5px;
}
.pagination {
    display: inline-block;
}

.pagination td {
    color: black;
    float: left;
    padding: 0px 0px;
    text-decoration: none;
}
.pagination td.active {
    background-color: #4CAF50;
    color: white;
}
.pagination td:hover:not(.active) {background-color: #ddd;}
.caribarang{
  font-size: 10px;
  width: 600px; 
    background: white;
    color: black;
  border-radius : 1px;
    position: absolute;
    z-index: 99;
    box-sizing: border-box;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
.caripel{
  font-size: 5px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}