/* START OF DEMO CSS - NOT NEEDED */
#fullscreen {
    position: fixed;
    top: 10px;
    right: 10px;
}
/* END OF DEMO CSS */

.modal-slacker {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 30px 0px 30px 0px;
}

.modal-slacker .modal-content {
    margin-top: 5%;
    border-radius: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    height: 83%;
    overflow: auto;
}

.modal-slacker .modal-header .close {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336;
    opacity: 1;
    padding: 10px 17px;
    font-size: 1.3em;
}

.modal-slacker .modal-title {
    font-size: 34px;
    font-weight: bold;
}

@media (min-width: 992px) {
    .modal-slacker .modal-header,
    .modal-slacker .modal-body,
    .modal-slacker .modal-footer {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .modal-slacker .modal-header,
    .modal-slacker .modal-body,
    .modal-slacker .modal-footer {
        width: 100%;
        margin:auto;
    }
}
.modal-body{
    padding: 5px;
    max-height: 80%;
    overflow: auto;
}
.modal-body >table{
    width:100%;
    margin:0px;
}
.modal-header{
    padding-top: 0px;
    padding-right: 0px;
    height: 40px;
}
/*Detail Part*/
.fixed-table .header-fixed {
  position: absolute;
  top: 0px;
  z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
  border-bottom: 2px solid #d5d5d5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.fixed-table{
  display:block;
  position:relative;
}
.fixed-table th{
  padding: 8px;
  line-height: 18px;
  text-align: left;
} 
.fixed-table .table-content{
  display:block;
  position: relative;
  height: 500px; /*FIX THE HEIGHT YOU NEED*/
  overflow-y: auto;
}
.fixed-table .header-copy{
  position:absolute;
  top:0;
  left:0;
}
.fixed-table .header-copy th{
  background-color:#fff;
}
.qty, .freeqty, .freepcs, .total, .rate, .amt, .mrp, .discperc, .vatperc, .vatamt, .final{
    text-align: right;
}