﻿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;
}
div.relative {
    position: relative;
    margin: 20px;
    padding: 15px;
    width: 90%;
    height: auto;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

div.relative2 {
    position: relative;
    margin: 20px;
    padding: 15px;
    width: 90%;
    height: auto;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.field-validation-error {
    color: red;
}

.input-validation-error {
    border: 2px solid red;
}

.validation-summary-errors {
    color: red;
}

a.classname {
    background: url(../Icons/Pencil3.png) no-repeat top left;
    display: block;
    width: 150px;
    height: 150px;
    text-indent: -9999px; /* hides the link text */
}

tr.group, tr.group:hover {
    background-color: #ddd !important;
}

div.grid-container {
    display: inline-grid;
}
.dataTables_filter,
.dataTables_info {
    display: none;
}

.guest-network-table,
.private-network-table,
.total_device_usage {
    overflow: auto;
}