﻿@media only screen and (min-width : 1200px) {
    .container {
        max-width: 1340px;
    }
}

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: 600px;
}

textarea.multi-line {
    height: 120px;
}

.navbar-custom {
    background-color: #ac3973;
}

.navbar-custom .navbar-nav .nav-link {
    color: #ffff99;
    padding: 0.5rem 1rem;
}

.navbar-custom .nav-item > a {
    font-size: 120%;
    font-weight: 500;
    text-decoration: none;
}

.navbar-custom .nav-item > a:hover {
    background-color: #f0f0f0;
    text-decoration: none;
}

.navbar-custom .nav-item .nav-link:hover {
    color: #cc6699;
}

.table-striped thead, tfoot {
    background-color: #e0e0e0;
}

.table-striped thead th, tfoot td {
    font-weight: 500;
}

/*.table-hover thead tr:hover th, */
.table-hover tbody tr:hover td {
  background-color: #f9ecf2;
}

.imageheader {
    padding: 0.25em;
}

.imageheader img {
    float: left;
    width: 32px;
    height: 32px;
    background: #f8f8f8;
    margin-left: 8px;
}

.imageheader-sm img {
    float: left;
    width: 16px;
    height: 16px;
    background: #f8f8f8;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 4px;
}

.imageheader h3, h4, h5 {
    position: relative;
    left: 12px;
    font-weight: 400;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
        font-weight: 500;
        font-size: 95%;
    }
}

.ml-auto .dropdown-menu {
    right: 0;
    left: auto;
}

.menuitem-account {
    margin: 4px;
    margin-left: 8px;
    font-size: 115%;
    font-weight: 400;
}

.card-header {
    padding: 0.5rem;
}

.btn-light {
    border-color: #78797a;
    border-width: thin;
}

