﻿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;
}

/* Set text-align to right */
.text-right {
    text-align: right;
}

/* Set the features of the h1 */
.jumbotron {
    background-color: #eb0029 !important;
    color: white !important;
    border-radius: 0 !important;
    padding-left: 15px !important;
}
.jumbotron h1 {
    font-size: 18px !important;
    margin-top: 0.67em !important;
}

/* Set margin-right to filter inputs*/
.filter {
    margin-right: 7px;
}

/* Reduce vertical padding in Datatable cells */
table.dataTable tbody th, table.dataTable tbody td {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Red rows when deleted */
.redClass {
    color: red
}

.divFooter{
    margin-top:50px;
    background-color: black;
    color:white;
    font-size:0.75em;
}

.round-button {
    width:56px; 
    height:56px; 
    border:1px solid silver; 
    border-radius:33px;
    text-align:center; 
    padding-top:10px; 
    background-color:#f1f1f1; 
    box-shadow: rgba(0,0,0,0.4) 1px 1px;
}

.round-button-sm {
    width: 40px;
    height: 40px;
    border: 1px solid silver;
    border-radius: 22px;
    text-align: center;
    padding-top: 4px;
    background-color: #f1f1f1;
    box-shadow: rgba(0,0,0,0.4) 1px 1px;
}

.btn-success {
    background-color: #EB0029 !important;
    border-color: #EB0029;
}

.btn-success:hover {
    background-color: #EB0029 !important;
    border-color: #EB0029;
}

.marg {
    white-space: nowrap;
    margin-top: 10px;
}

.size-1 {
    min-width: 40% !important;
}

.size-2 {
    min-width: 70% !important;
}

.size-3 {
    min-width: 95% !important;
}

/* Change horizontal margin in responses body */
.responseDiv {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

/* Vertical align in checkboxes */
input[type=checkbox] {
    position: relative !important;
    vertical-align: middle !important;
    bottom: 2.1px !important;
}