/*! Place your custom styles here */

.hide {
    display: none;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.custom-form-control {
    padding-top:2rem !important;
    padding-bottom:2rem !important;
}
.amsify-suggestags-area .amsify-suggestags-input-area .amsify-suggestags-input {
    max-width:none;
}

.deceased-name-span {
    color: #5bc0be;
    font-weight: 700;
}
div.red label, div.red h6 {
    color: red;
}

div.red input {
    border-color: red;
}

.speech-deliverability-selector-container ul {
list-style-type: none !important;
}
.speech-deliverability-selector-container li {
    display: inline-block !important;
}
.speech-deliverability-selector-container input[type="checkbox"][id^="cb"] {
    display: none !important;
}

.speech-deliverability-selector-container label {
border: 1px solid #fff;
padding: 10px;
display: block;
position: relative;
margin: 10px;
cursor: pointer;
}

.speech-deliverability-selector-container label:before {
background-color: white;
color: white;
content: " ";
display: block;
border-radius: 50%;
border: 1px solid grey;
position: absolute;
top: -5px;
left: -5px;
width: 25px;
height: 25px;
text-align: center;
line-height: 28px;
transition-duration: 0.4s;
transform: scale(0);
}


.speech-deliverability-selector-container label img {
height: 100px;
width: 100px;
transition-duration: 0.2s;
transform-origin: 50% 50%;
}

.speech-deliverability-selector-container :checked + label {
border-color: #ddd;
}

.speech-deliverability-selector-container :checked + label:before {
content: "✓";
background-color: green;
transform: scale(1);
}

.speech-deliverability-selector-container :checked + label img {
transform: scale(0.9);
box-shadow: 0 0 5px #333;
z-index: -1;
}


.overview-container .row {
    margin-bottom: 10px;
}
