﻿body {
    padding-top: 116px;
    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;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #323F59;
}

    .footer .container {
        align-content: center;
        text-align: center;
    }

    .footer a {
        color: white;
        text-decoration: underline;
        margin-left: 20px;
        margin-right: 20px;
    }

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    margin: 0 12px;
}

.header-logo {
    padding: 10px;
    margin-left: 20px;
}

.header-links {
    margin-top: 25px;
}

.nav-item {
    padding-left: 15px;
}

a.nav-link {
    color: #FFFFFF !important;
}

    a.nav-link:hover {
        color: #dddddd !important;
        text-decoration: none;
    }

.header-title {
    color: #ffffff;
    margin-left: 25px;
    font-size: 2em;
}

.footer-text {
    background-color: #323F59;
}

.table th {
    padding: 5px;
}

.table td {
    padding: 8px;
}

.required:after {
    content: " *";
    font-weight: bold;
    color: red;
}

.mRight0 {
    margin-right: 0px;
}

.mBottom0 {
    margin-bottom: 0px;
}

.mBottom20 {
    margin-bottom: 20px;
}

.pRight15 {
    padding-right: 15px;
}

.pRight30 {
    padding-right: 30px;
}

.pRight50 {
    padding-right: 50px;
}

.pR2 {
    padding-right: 2px;
}

.p20 {
    padding: 20px;
}

.p40 {
    padding: 40px;
}

.mTop5 {
    margin-top: 5px;
}

.mTop10 {
    margin-top: 10px;
}

.mTop12 {
    margin-top: 12px;
}

.mTop25 {
    margin-top: 25px;
}

.mTopN25 {
    margin-top: -25px;
}

.sortable-list {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

.sortable-list-item {
    /* border: 1px solid #cccccc;
    padding: 5px 5px 5px 15px;
    margin-bottom: 5px;
    list-style-position: inside;*/
}

.sortable-icon {
}

.column-header-row {
    margin-bottom: 10px;
}

.column-header-row > div {
    padding-left: 15px;
    font-weight: bold;
}

.chosen-container-multi .chosen-choices { 
    border-radius: .25em;
    padding: 0.25rem 0.75rem;
    font-size: .9rem;
    line-height: 1.5;
}

.view-label {
    font-weight: bold;
}

.card-header-label {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 500;
}

.card-header {
    background-color: #aaaaaa;
}

.card {
    border-color: #aaaaaa;
}

.hidden {
    display: none;
}

.previewHeader {
    border-bottom: 2px solid black;
    padding-bottom: 10px;
}

.previewFooter {
    border-top: 2px solid black;
    padding-top: 15px;
}

/*.row-striped :nth-child(even){
  background-color: #dcdcdc;
}
.row-striped :nth-child(odd){
  background-color: #aaaaaa;
}*/