.form-header {
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1.2em;
    font-size: 40px;
    word-wrap: break-word;
}

.form-subheader {
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
    color: #666;
    line-height: 1.8em;
    font-size: 15px;
    word-wrap: break-word;
}

.form-container {
    padding: 10px;
    background-color: #f1f1f1;
}

.form-tabs {
    border-bottom: 1px dotted #ccc;
    background-color: #1F628D;
    color: #fff;
    padding: 1px 0px 3px 20px;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    font-size: 13px;
}

.form-tabs a {
    text-decoration: none;
    color: #fff;
}

.step-num {
    font-size: 1.25em;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 4px;
    font-weight: 100;
}

.form-tab-hidden {
    display: none;
}

.form-tab-present {
    display: inline-block;
    opacity: 25%;
}

.form-tab-active {
    opacity: 100%;
}

.req {
    color: #790000;
    margin-left: 4px;
}

.zinn-form {
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
}

.zinn-label {
    font-weight: 700;
    font-size: 15px;
    color: #666;
}

.zinn-select, .zinn-text {
    width: calc(100% - 8px); 
    padding: 2px 0 2px 3px;
    line-height: 1.5;
    border: 1px solid #bbb;
    color: #4e4e4e;
    background-color: #fff;
    border-radius: 0;
    font-size: 14px;
}

.zinn-textarea {
    resize: none;
    line-height: 1.5;
    height: 160px;
}

.form-text {
    font-size: .813em;
    letter-spacing: .5pt;
}

.form-check-label {
    font-size: 15px;
    color: #666;
    /* font-weight: 500; */
}

input[type=checkbox] {
    width: .8rem;
    height: .8rem;
    border-color: #666;
    border-radius: .2em !important;
}

input[type=radio] {
    width: .8rem;
    height: .8rem;
    border-color: #666;
}

.limit-label {
    font-size: 13px;
}

.consent-text {
    color: #666;
    overflow-y: scroll;
    border: 1px solid #ddd;
    font-size: .688em;
}

.zinn-btn {
    font-size: 14px;
    width: auto;
    background: none;
    border: 2px solid #000;
    border-radius: 0;
    padding: 2px 8px 2px 8px;
    text-decoration: none;
    color: #000;
}

.zinn-btn:hover {
    color: #666;
    border-color: #666;
    cursor: pointer;
}

.modal-dialog {
    border-radius: 4px;
    min-width: 60%;
    max-width: 800px;
}

.modal-header {
    background-color: #00adf0 !important;
    color: #fff !important;
}

.modal-footer {
    background-color: #f5f5f5;
}

.modal-accept {
    background-color: #3498db;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 200;
    padding: 1rem 2rem;
}

.modal-accept:hover {
    background-color: #3498db;
}

.modal-dismiss {
    background-color: #1a4c6d;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 200;
    padding: 1rem 2rem;
}

.modal-dismiss:hover {
    background-color: #1a4c6d;
}

.zinn-thead th {
    background-color: rgba(0,0,0,.03);
    color: #555;
    font-weight: 600;
    padding: 9px 24px;
    font-size: .9em;
}

.h4 {
    font-weight: 400;
}

.nav:hover {
    cursor: default;
}

.nav-link:hover, .nav-link:focus {
    cursor: default;
    color: #fff;
    text-decoration: none;
    transition: 0s;
}

#edit-button {
    text-decoration: underline;
}

#delete-button {
    color: red;
    text-decoration: underline;
}

#delete-button:hover, #edit-button:hover {
    cursor: pointer;
}

table td {
    text-align: center;
    color: #666 !important;
    background: none !important;
}

input[type="checkbox"]:hover, input[type="radio"]:hover {
    cursor: pointer;
}

.thanks {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 30px;
    padding-left: 15%;
    padding-right: 15%;
}