﻿.DOBAuth, label {
    border: 1px solid transparent;
    height: 3rem;
    padding-top: 2px;
}

.DOBAuth {
    display: block;
    margin-bottom: 2px;
    border-radius: 3px;
    border-color: #ccc;
    text-indent: 5px;
    padding-left: 2px;
}

.DOBAuth {
    font-size: 1.4rem;
    line-height: 2rem;
    font-family: sans-serif;
}

    .DOBAuth:focus {
        border-color: #ccc;
        outline: 0;
    }

.labelAuth {
    z-index: 2;
    float: left;
    height: 1rem;
    line-height: 1rem;
    padding: 0px 5px 0px 5px;
    position: relative;
    left: 60px;
    top: -5px;
    color: #999;
    background-color: #fff;
    font-size: 1.5rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.dobFormSectionDobButton {
    color: white;
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 5px;
}

.DOBtd {
    padding-left: 1rem;
}

.dob-selection {
    min-width: 12rem;
}

.select2-container--default .select2-selection--single {
    margin: 0.8rem 0;
}

.AuthMessage {
    text-align: center;
}

    .AuthMessage span,
    .AuthMessage label {
        font-size: 3rem;
        color: red;
    }

.PMM_Features .modal-select .modal-dialog .modal-content {
    max-height: 80vh;
}

.dobInput {
    border-radius: 25px;
    height: 45px;
    text-align: center;
}

.dobTable {
    margin-left: 20px;
    text-align: center;
    display: grid;
}



.dobHowToUse {
    font-size: 14px;
    
    padding-bottom: 5rem;
    width: 83%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4em;
}
label.watchUrl a {
    color: #0a0bff;
}

label.watchUrl {
    font-size: 12px;
    padding-bottom: 5rem;
}
.dobPatientsDiv {
    margin: 0 auto;
    min-width: 32rem;
    max-width: 43rem;
    margin-top: 2rem;
}