@charset "utf-8";

.form-group-lg textarea {
  height : auto !important;
}

.form-horizontal .has-feedback .form-control-feedback {
  right : -25px;
}

.modal {
  width:100% !important;
}

.modal-dialog {
  margin-top: 15%;
}

#dataTables-example {
  width : 100% !important;
}

table tr th {
  text-align:center;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  vertical-align:middle;
}

.table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>th {
  text-align:center;
}

caption {
  font-size:18px;
  color:#333;
}

#pv_table tr th:first-child , #pv_table tr td:first-child {
  width:75% !important;
}

#pv_table tr th:nth-of-type(2) , #pv_table tr td:nth-of-type(2) {
  width:25% !important;
}

#pkg_table tr th:first-child , #pkg_table tr td:first-child {
  width:85% !important;
}

#pkg_table tr th:nth-of-type(2) , #pkg_table tr td:nth-of-type(2) {
  width:5% !important;
}


#dataTables-example tr td .label {
  font-size:100%;
  padding: 0.6em 0.6em 0.4em;
  margin: 10px 0px;
}
