body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.content-page {
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 40px;
    height: 900px;
}

/* browser window is 1900px or smaller :  Medium screens */
@media only screen and (max-width: 1900px) {
    .content {
        padding-left: 80px;
        padding-right: 80px;
        padding-top: 20px;
    }
}
/* browser window is 1901px or greater :  Large screens */
@media only screen and (min-width: 1901px) {
    .content {
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 60px;
    }
}

.dependencies-error {
    color: white;
    background-color: red;
    font-weight: bold;
}
.imgAlignSpan {
    text-transform: none;
    font-size: 2rem;
    font-weight: 400;
    vertical-align: middle;
    margin-left: .5rem !important;
}

.imgAlignSpanNav {
    text-transform: none;
    color: white;
    font-size: 1.4rem;
    font-weight: 400 !important;
    vertical-align: middle;
    margin-left: .5rem !important;
}

.mx-20 {
    margin-left: 20px;
    margin-right: 20px;
}

table.table {
    padding-left: 30px;
    padding-right: 31px;
}

tr {
    font-size: small;
    height: 25px;
}

th, td {
    max-width: 400px;
    overflow: hidden;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

.col-small {
    width: 100px;
    max-width: 100px;
}

.col-medium {
    width: 200px;
    max-width: 200px;
}

select,
.form-control.seach-input {
    height: calc(1.0em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;   
    border-radius: .2rem;
} 

.form-check {
    padding-right: 20px !important;
} 

div.logevent {
    display: table-cell;
    white-space: pre-wrap;
} 