﻿/*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;
}*/
.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.input-group-addon.bg-success {
    background-color: #dff0d8 !important;
}

.input-group-addon.bg-danger {
    background-color: #f2dede !important;
}

.navbar-brand {
    padding: 2px 15px;
    filter: brightness(0) invert(1);
}

    .navbar-brand > img {
        max-height: 46px;
    }

.custom-table > tbody > tr > td:first-child {
    font-weight: bold;
}

@media only screen and (min-width : 1024px) {
    .custom-table {
        width: 50%;
    }
}

@media only screen and (max-width : 500px) {
    .mobile-hidden {
        display: none;
    }
}
