﻿/* 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;
}

.panel {
    border-color: black;
    border-width: 3px !important;
}

.theme-panel-heading {
    background: #003366 !important;
    color: #ffffff !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

button.theme-button {
    background: #003366 !important;
    color: #ffffff !important;
    font-size: 2em;
    width:300px;
}

div.checkbox label {
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 20px;
}
@media (max-width: 991px) {
    div.signature-input {
         }
}

@media (min-width: 992px) {
    div.signature-input {
        width: 400px;
    }
}

div.signature label {
    font-size: 1.5em;
    font-weight: bold;
}

h1 {
    color: #ffffff;
    font-size :3em;
    margin: 5px 0px 5px 0px;
}

hr.theme-hr {
    border-color: #003366;
    border-width: 2px;
}

img.companylogo {
    height:100px;
}

input[type="checkbox"] {
    height: 24px !important;
    width: 24px !important;
}

td.signature {
    border:2px Black;
}