﻿body {
    background: white;
}

body,
h1, h2, h3, h4, h5, h6,
p, ul, ol,
td, th {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: black;
}

h1 {
    font-size: 20px;
    font-weight: normal;
    color: #003595;
}

h2 {
    font-size: 16px;
}

h3, h4, h5, h6 {
    font-size: 14px;
}

p, ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

a {
    color: #0077be;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

input[type=button],
input[type=submit] {
    background-color: #0077be;
    border: none;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 3px 8px;
    cursor: pointer;
}

a img {
    border: none;
}

.error {
    color: red;
}

.utils-header {
    margin-bottom: 20px;
    border-bottom: solid 1px #eeeeee;
}

/* -- Paging -- */

.pagination div {
    width: 100%;
    overflow: hidden;
}

.pagination span, .pagination a {
    border: solid 1px #cccccc;
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
    margin-bottom: 5px;
    min-width: 1em;
    text-align: center;
}

.pagination .previous, .pagination .next {
    color: #999999;
    border-color: #cccccc;
    background: white;
}

.pagination {
    padding-top: 15px;
}

    .pagination .resultInfo {
        float: left;
        padding-right: 4px;
    }

    .pagination ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .pagination li {
        float: left;
    }

    .pagination .disable, .pagination .currentPage a {
        cursor: default;
        color: #666;
        text-decoration: none;
    }


/* ----- Home */

.utils-home ul li {
    margin-bottom: 10px;
}


/* ----- Physician Specialty Update: Listing Page */

.specialty-update-listing .pager {
    margin-bottom: 20px;
}

.specialty-update-listing ul li {
    margin-bottom: 10px;
}

/* ----- Physician Specialty Update: Detail Page */

.specialty-update-detail h2 {
    font-size: 20px;
    font-weight: normal;
}

.specialty-update-detail .dialog {
    margin-bottom: 20px;
    background: #eee;
}

.specialty-update-detail .dialog-intro {
    padding: 20px;
    background: #ddd;
}

    .specialty-update-detail .dialog-intro h3 {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: normal;
    }

    .specialty-update-detail .dialog-intro p {
        margin: 0;
    }

.specialty-update-detail .dialog-content {
    padding: 20px;
}

    .specialty-update-detail .dialog-content h4 {
        margin-top: 0;
        font-weight: normal;
        border-bottom: solid 1px #ddd;
    }

    .specialty-update-detail .dialog-content p,
    .specialty-update-detail .dialog-content ul.specialty-list {
        margin-bottom: 20px;
    }

.specialty-update-detail .ms-container {
    width: auto;
    margin-bottom: 20px;
    padding: 0 20px;
}

.specialty-update-detail .multilist-header {
    padding-bottom: 3px;
    background: #eee;
}

.specialty-update-detail .multilist-footer {
    padding: 3px 0;
    background: #eee;
    text-align: right;
}

/* ----- Physician Specialty Update: Edit Special Interests Options page */

.specialty-update-interests .interest-options table {
    width: 100%;
    margin-bottom: 40px;
}

    .specialty-update-interests .interest-options table td {
        padding: 2px 0;
        border-bottom: solid 1px #ddd;
    }

        .specialty-update-interests .interest-options table td.link-cell {
            width: 100px;
        }

        .specialty-update-interests .interest-options table td input,
        .specialty-update-interests .interest-options table td a {
            margin-right: 10px;
        }

/* ----- Form Data Exporter */

.form-data-exporter {
}

    .form-data-exporter .date-criteria {
        margin-bottom: 20px;
    }

    .form-data-exporter .button-container {
        margin-bottom: 20px;
    }

    .form-data-exporter .not-used,
    .form-data-exporter .has-crm,
    .form-data-exporter .crm-error {
        display: block;
        padding: 3px;
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        color: #ccc;
    }

    .form-data-exporter .has-crm {
        color: #444;
        font-weight: bold;
    }

    .form-data-exporter .crm-error {
        color: red;
        font-weight: bold;
    }

    .form-data-exporter .forms-table {
        width: 100%;
        margin-bottom: 20px;
        border-spacing: 0;
        border-collapse: collapse;
    }

        .form-data-exporter .forms-table th,
        .form-data-exporter .forms-table td {
            padding: 5px 0;
            border-bottom: solid 1px #ddd;
            text-align: left;
            vertical-align: top;
        }

        .form-data-exporter .forms-table th {
        }

        .form-data-exporter .forms-table td {
        }

        .form-data-exporter .forms-table label {
            cursor: pointer;
        }

    .form-data-exporter .form-links-table {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }

        .form-data-exporter .form-links-table td {
            padding: 3px;
            font-family: Verdana, Arial, sans-serif;
            font-size: 10px;
            background: #eee;
            border-bottom: solid 1px #ddd;
        }

            .form-data-exporter .form-links-table td.form-links-table-1 {
                width: 100px;
            }

/* ----- Approve NHC Users */

.approve-nhc-users th,
.approve-nhc-users td {
    text-align: left;
}

.approve-nhc-users .user-locked {
    color: red;
    font-weight: bold;
}

.approve-nhc-users .user-form {
    width: 100%;
    overflow: hidden;
}

.approve-nhc-users .form-column {
    float: left;
    width: 480px;
    min-height: 360px;
    border-right: solid 1px #ddd;
}

.approve-nhc-users .form-column-inside {
    padding: 10px;
}

.approve-nhc-users .form-row {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.approve-nhc-users .form-label {
    margin-bottom: 3px;
    font-weight: bold;
}

.approve-nhc-users .form-field {
}

.approve-nhc-users ul.user-role-list {
    height: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    background: #eee;
}

    .approve-nhc-users ul.user-role-list li {
        margin: 0;
        padding: 0;
    }

.approve-nhc-users .form-buttons {
}

    .approve-nhc-users .form-buttons a {
        display: inline-block;
        padding: 3px 8px;
        background-color: #0077be;
        color: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        text-decoration: none;
    }

/* ----- Download Physician Applications */

.download-phys-app {
}

    .download-phys-app .date-criteria {
        margin-bottom: 20px;
    }

    .download-phys-app table {
        margin-bottom: 20px;
        border-spacing: 0;
        border-collapse: collapse;
    }

        .download-phys-app table th,
        .download-phys-app table td {
            padding: 5px 20px 5px 0;
            border-bottom: solid 1px #444;
        }

        .download-phys-app table th {
            text-align: left;
        }

        .download-phys-app table td {
        }

/* ----- Brand Portal User Manager */

.brand-portal-user-manager th,
.brand-portal-user-manager td {
    text-align: left;
}

.brand-portal-user-manager .user-form {
    width: 100%;
    overflow: hidden;
}

.brand-portal-user-manager .form-row {
    margin-bottom: 10px;
}

.brand-portal-user-manager .form-label {
    margin-bottom: 3px;
    font-weight: bold;
}

.brand-portal-user-manager .form-field {
}

.brand-portal-user-manager .form-buttons a {
    display: inline-block;
    padding: 3px 8px;
    background-color: #0077be;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
}

/* ----- Broker Portal User Manager */

.broker-portal-user-manager th,
.broker-portal-user-manager td {
    text-align: left;
}

.broker-portal-user-manager .user-form {
    width: 100%;
    overflow: hidden;
}

.broker-portal-user-manager .form-row {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: 67%;
    gap: 10px;
}

.broker-portal-user-manager .form-label {
    margin-bottom: 3px;
    font-weight: bold;
}

.broker-portal-user-manager .form-field {
    margin-right: 10px;
}

.broker-portal-user-manager .form-field input,
.broker-portal-user-manager .form-field select{
    width: 100%;
}

.broker-portal-user-manager .form-field select {
    height: 21.33px;
}

.broker-portal-user-manager .form-field.col-2 {
    flex: 2;
}

.broker-portal-user-manager .form-field.col-4 {
    flex: 4;
}

.broker-portal-user-manager .form-field.col-8 {
    flex: 8;
}

.broker-portal-user-manager .form-buttons a {
    display: inline-block;
    padding: 3px 8px;
    background-color: #0077be;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    margin-top: 20px;
}

.broker-portal-user-manager img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.broker-portal-user-manager hr {
    margin-top: 10px;
    margin-bottom: 20px;
}