
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 20px;
    padding-bottom: 20px;
}
h2 {
    margin-bottom: 30px;
}
.container {
    max-width: 1440px;
}
.row {
    position: relative;
    margin: 0;
}
.navbar {
    padding-bottom: 25px;
}
.nav-link.pad-left {
    margin-left: 50px;
}
.preformatted {
    white-space: pre-line;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.inline * {
    display: inline-block;
}
.reqlabel {
    width: 100%;
    font-size: 13px;
    text-align: right;
    margin-top: -13px;
}
.req::after {
    content: ' *';
    color: #dc3545;
}
a {
    color: #007c85;
}
    a:hover {
        color: #46166b;
    }
.btn-primary {
    background-color: #46166b;
    color: #fff;
}
    .btn-primary:hover {
        background-color: #007c85;
    }
.btn-outline-primary {
    color: #46166b;
    border-color: #46166b;
}
    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007c85;
        border-color: #007c85;
    }
    /* 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;
    }
.button-row {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 10px 0;
    z-index: 2;
}
    .button-row * {
        display: inline-block;
        margin-right: 20px;
    }
    .button-row .alert {
        padding: 6.5px 10px;
    }
.btn-create {
    float: right;
}
.table {
    width: 100%;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"],
select {
    max-width: 280px;
    min-width: 220px;
}

.searchHeader {
    max-width: 280px;
    min-width: 220px;
}

.col input[type="text"],
.col input[type="select"],
select {
    max-width: 350px;
    width: 100%;
}
.col select {
    padding: 3px;
    min-width: 220px;
}
    .modal-dialog {
        overflow-y: initial !important
    }

.modal-body {
    height: 70vh;
    overflow-y: auto;
}
.modal-body select {
    max-width: 220px;
}
select {
    padding: 3px 0;
}
.hl {
    font-weight: bold;
}
.l {
    clear: both;
    padding-bottom: 10px;
}
.l * {
    display:inline-block;
}
.l.sp {
    padding-bottom: 30px;
}
.l .w {
    
}
.label, .l label { 
    white-space: nowrap;
    display: inline-block;
    line-height: 16px;
    width: 220px;
}
.data {
    display: inline-block
}
.logo {
    max-height: 75px;
}
.form-control {
    margin-right: 5px;
}
.col {
    padding: 20px;
}

.count {
    padding-left: 20px;
}
.col.a {
    background-color: #e6fdff;
}
.col.b {
    background-color: #faf4ff;
}
.col.c {
    padding: 20px;
    background-color: #f2f8ff;
}
.col.d {
    background-color: #ededed;
}
    .col.d table, .col.e table, .col.f table {
        background-color: #fff;
    }
.col.e {
    background-color: #d4fade;
}

.col.f {
    background-color: #e6fdff;
}

.col.g {
    background-color: #fad591;
}

.col.h {
    background-color: #f2dcfa;
}

table td, .table-borderless td {
    vertical-align: middle;
}
.btn-new {
    float: right;
    margin-bottom: 10px;
}
.btn-link {
    color: #808080;
}
.modal-like {
    display: block !important;
    background-color: rgba(0,0,0,0.5);
}
@media screen and (min-width: 1400px) {
    .container {
        padding: 0 10px;
    }
}

@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.address-input {
    width: 65px !important;
    min-width: 65px !important;
}
