﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.table-literal {
    border-top: 0 !important;
}

.tools-row {
    width: 450px;
    border-top: 0 !important;
}

.right-justify {
    float: right;
    border-top: 0 !important;
}

.label-value {
    font-weight: normal;
}

.update-area {
    width: 90%;
    max-width: 90%;
    height: 90%;
    max-height: 90%;
    display: block;
}

.reboot {
    color: red !important;
}

.progress {
    width: 90%;
    max-width: 90%;
}

.uncompress {
    font-weight: normal;
}

.displaylabel {
    font-weight: normal !important;
}

.appset {
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
}

.center {
    position: absolute !important;
    width: 100px;
    height: 50px;
    top: 50% !important;
    left: 50% !important;
    margin-left: -50px; /* margin is -0.5 * dimension */
    margin-top: -25px;
}
