#overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

#msg_error {
    position: absolute;
    top: 250px;
    left: 250px;
    z-index: 100;
    width: 400px;
    padding: 15px;
    border: 2px solid #666;
    background-color: #fbb;
}

#msg_error span {
    float: right;
    cursor: pointer;
    border: #ccc 1px solid;
    background-color: #fff;
    padding: 2px;
}

#msg_success {
    position: absolute;
    top: 250px;
    left: 250px;
    z-index: 100;
    width: 400px;
    padding: 15px;
    border: 2px solid #666;
    background-color: #bfb;
}

#msg_success span {
    float: right;
    cursor: pointer;
    border: #ccc 1px solid;
    background-color: #fff;
    padding: 2px;
}

#msg {
    position: absolute;
    top: 250px;
    left: 250px;
    z-index: 100;
    width: 400px;
    padding: 15px;
    border: 2px solid #666;
    background-color: #eee;
}

#msg span {
    float: right;
    cursor: pointer;
    border: #ccc 1px solid;
    background-color: #fff;
    padding: 2px;
}

.error_text {
    font-size: 14px;
    color: #ff3333;
}

.rgm_data_table {
    border: #cccccc 1px solid;
    background-color: #f2f2f2;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.rgm_data_title {
    border-bottom: 1px dotted #6b9a55;
    color: #6b9a55;
    padding: 4px 2px;
    margin: 0px;
    font-size: 14px;
}

.rgm_data_title span {
    padding-left: 25px;
    color: #6b9a55;
    margin: 0px;
    font-size: 12px;
    cursor: pointer;
}

.rgm_data_title span:hover {
    text-decoration: underline;
}

.rgm_data_table td {
    padding: 4px 2px;
    margin: 0px;
}

.rgm_data_table th {
    color: #6b9a55;
    border-bottom: 1px dotted #6b9a55;
}

.rgm_data_table .field_title {
    color: #6b9a55;
    font-weight: bold;
}

.rgm_data_table .field_data {
    font-size: 14px;
    padding-left: 5px;
    color: #333;
}

.rgm_data_table .record {
    cursor: pointer;
}

.rgm_data_table .record:hover {
    background-color: #d1e6c7;
}

.patient_table {
    border: 1px solid #CCCCCC;
}

.patient_table th {
    background-color: #508AA8;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.patient_record {
    background-color: #EEEEEE;
    cursor: pointer;
}

.patient_record_alt {
    background-color: #FFFFFF;
    cursor: pointer;
}

.patient_record:hover {
    background-color: #DDF0FE;
}

.patient_record_alt:hover {
    background-color: #DDF0FE;
}

.patient_details_table {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 5px 0 25px;
}

.patient_details_table p {
    background-color: #508AA8;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

.patient_details_table th {
    background-color: #FFFFFF;
    color: #508AA8;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.patient_details_table td {
    font-size: 12px;
}

.claim_table {
    border: 1px solid #CCCCCC;
}

.claim_table th {
    background-color: #508AA8;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.claim_record {
    background-color: #EEEEEE;
    cursor: pointer;
}

.claim_record_alt {
    background-color: #FFFFFF;
    cursor: pointer;
}

.claim_record:hover {
    background-color: #DDF0FE;
}

.claim_record_alt:hover {
    background-color: #DDF0FE;
}

.claim_details_table {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 5px 0 25px;
}

.claim_details_table p {
    background-color: #508AA8;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

.claim_details_table th {
    background-color: #FFFFFF;
    color: #508AA8;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.claim_details_table td {
    font-size: 12px;
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    background: linear-gradient(#e0eadb, white 244px) no-repeat;
    font: normal 11px/1.3 Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

img {
    border: 0px;
}

p {
    padding-bottom: 12px;
}

ul,
ol {
    margin: 0px 0px 20px 40px;
}

a {
    color: #508eab;
    outline: none;
}

h1 {
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 10px;
}

h2 {
    font-size: 17px;
    font-weight: normal;
    padding-bottom: 10px;
}

h3 {
    font-size: 14px;
    padding-bottom: 8px;
    font-weight: normal;
}

h4 {
    font-size: 11px;
    font-weight: normal;
}

.clear {
    clear: both;
    line-height: 1px;
    font-size: 1px;
    height: 1px;
}


/** Main Layout **/

.container {
    width: 862px;
    margin-right: auto;
    margin-left: auto;
}

.header {
    width: 862px;
    height: 105px;
    float: left;
}

.logo {
    float: left;
}

.top_bar {
    float: left;
    width: 832px;
    height: 27px;
    color: #fff;
    background-color: #6b9a55;
    border-top-left-radius: 27px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 0 0 30px;
    margin-bottom: 2px;
    font-size: 13px;
}

.bottom_bar {
    float: left;
    height: 17px;
    width: 862px;
    background-color: #bfd3b6;
    border-radius: 0 0 0 10em / 0 0 0 6.5em;
    margin-top: 2px;
    margin-bottom: 1px;
}

.content_container {
    width: 862px;
    float: left;
}

.footer {
    width: 842px;
    padding: 0px 10px 20px;
    float: left;
    margin-top: 2px;
    font-size: 10px;
}

.footer_contact {
    float: right;
}

.dots {
    border-bottom: 1px dotted #fff;
}

.green {
    color: #6b9a55;
}

.menu {
    z-index: 100;
    float: left;
    width: 862px;
}

.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}

.menu ul li {
    float: left;
    position: relative;
    border-right: 1px solid #555;
}

.menu ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
    font-size: 11px;
    padding: 7px 9px 2px 9px;
    border: 1px solid #e1eadc;
}

.menu ul li:hover a {
    color: #2e490c;
    background: #fff;
    border: 1px solid #6b9a55;
}

.menu ul li:last-child {
    border-right: none;
}


/* Sub Nav */

.menu ul li ul {
    display: none;
}

.menu ul li:hover ul {
    display: block;
    position: absolute;
    top: 24px;
    left: -1px;
    width: 175px;
}

.menu ul li:hover ul li {
    width: 150px;
}

.menu ul li:hover ul li a {
    display: block;
    background: #fff;
    color: #000;
    text-align: left;
    padding: 2px 2px 2px 10px;
    height: auto;
    width: 163px;
    border-bottom: none;
}

.menu ul li:hover ul li a.bottom {
    border-bottom: 1px solid #6b9a55;
}

.menu ul li:hover ul li:hover a {
    background: #6b9a55;
    color: white;
    text-decoration: none;
}

.menu ul li:hover ul li a.hide {
    color: black;
}

.menu ul li:hover ul li:hover a.hide {
    color: white;
}


/* Sub-Sub Nav */

.menu ul li:hover ul li ul {
    display: none;
}

.menu ul li:hover ul li:hover ul {
    display: block;
    position: absolute;
    left: 175px;
    top: 0;
}

.menu ul li:hover ul li:hover ul li a {
    background: #fff;
    color: black;
}

.menu ul li:hover ul li:hover ul li:hover a {
    background: #6b9a55;
    color: white;
}


/* End Drop down */

.menu ul li:hover ul li:hover ul.left {
    left: -109px;
}


/** Left Nav **/

.left_nav {
    float: left;
    width: 233px;
    min-height: 200px;
    padding: 15px 0;
}

.left_nav ul {
    list-style-type: none;
    padding: 6px 0 0 0;
    margin: 0px;
}

.left_nav ul li a {
    text-decoration: none;
}

.notification-bar {
    width: 100%;
    padding: 10px 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: thin dashed red;
    float: left;
    font-size: 14px;
  }

