﻿body {
    font-family: 'Roboto', sans-serif;
    display:flex;
    flex-direction:column;
    min-height:100vh;
}
header {
    padding: 10px;
    box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.5);
}
.sen-text-sm{
    font-size:.85em;
}
.small-container{
    max-width:480px;
    margin:0 auto;
}
.med-container {
    max-width: 768px;
    margin: 0 auto;
}
.mr-1{
    margin-right:.5em;
}
.selection-group {
    padding: 8px;
    border-radius: 6px;
    background-color: #efefef;
    margin-bottom: 16px;
    border: solid 1px #C9C9C9;
    cursor: pointer;
}
.selection-group.selected {
    background-color: #ffff;
}
input[type=checkbox]{
    transform:scale(1.25);
}
header {
    padding: 10px 16px;
    border-bottom: solid 1px #007dc3;
    background-color:#fff;
}
.form-section{
    font-weight:600;
    color:#555;
    margin-bottom:8px;
    font-size:1.25em;
}
label.label-sm{
    font-size:.75em;
    text-transform:uppercase;
    font-weight:600;
    color:#666;
}
.cursor-disabled {
    cursor: not-allowed;
}
.footer-link {
    color: #fff;
    text-decoration:none;
}
.footer-link:hover {
    color: #E6E6E6;
}
.btn-primary {
    color: #fff;
    background-color: #007dc3;
    border-color: #007dc3;
}
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    background-color: #00649d;
    background-image: none;
    border-color: #005c90;
}
.btn-primary:hover {
    color: #fff;
    background-color: #00649d;
    border-color: #005c90;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    background-color: #fff !important;
    background-image: none;
    color: #555 !important;
    -webkit-text-fill-color: #555 !important;
}
input[type="text"].form-control, input[type="email"].form-control, input[type="password"].form-control, input[type="zip"].form-control, input[type="tel"].form-control, input[type="number"].form-control, select.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    max-height: 43px;
}
.panel_name {
    text-overflow: ellipsis;
    font-size: .85em;
    white-space: nowrap;
    overflow:hidden;
}
