/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 80px;
  padding-bottom: 20px;
}

.table tbody>tr>td.pull-middle {
    vertical-align: middle;
}

.multiselect-container>li>a>label {
    padding-bottom: 7px;
}

.checkbox>.checkbox-inline {
    margin-left: 10px;
}

.oneline {
  overflow: hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
}

.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.progress {
        border: 2px solid #5E96E4;
        height: 32px;
        width: 540px;
        margin: 30px auto;
}
.progress .prgbar {
        background: #A7C6FF;
        width: <?php echo $dp; ?>%;
        position: relative;
        height: 32px;
        z-index: 999;
}
.progress .prgtext {
        color: #286692;
        text-align: center;
        font-size: 13px;
        padding: 9px 0 0;
        width: 540px;
        position: absolute;
        z-index: 1000;
}
.progress .prginfo {
        margin: 3px 0;
}
