@charset "UTF-8";

/* CSS Document */

/*****************************************/
/* RESET */
/*****************************************/

*,
*:before,
*:after {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: transparent;
}

input,
button {
    border: 0;
    background: transparent;
    -webkit-appearance: none;
}

input[type=radio] {
    float: none !important;
    -webkit-appearance: radio;
}

input[type=checkbox] {
    float: left;
    margin-right: 10px;
    display: inline-block;
    -webkit-appearance: checkbox;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
    /* for IE 6 and 7 */
}


/*****************************************/
/* COMMON */
/*****************************************/

html,
body {
    margin: 0px;
    padding: 0px;
    -webkit-text-size-adjust: none;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #333333;
    background-color: #fff;
}

body.bg {
    background: #fff url("../../lib/images/watermarked-bg.jpg") no-repeat center -60px !important;
}

body.bg-provider {
    background: #fff url("../../lib/images/watermarked-bg-provider.jpg") no-repeat center -60px !important;
}

body.admin-login {
    background: #ccc !important;
    background-image: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #224469;
}

h2 {
    clear: both;
}

a {
    color: #224469;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover {
    color: #3a6293;
}

a.button,
.button {
    margin: 0 auto;
    padding: 10px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    background-color: #224469;
    color: #ffffff;
    border: none;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.button-small,
.button-small {
    padding: 5px;
    font-size: 12px;
}

a.button:hover,
.button:hover {
    background-color: #3a6293;
    color: #ffffff;
}

img {
    border: 0px;
}

br.hide-on-desktop {
    display: none;
}

.left {
    float: left;
}

#container {
    float: left;
    margin: 100px 0px 0px 0px;
    width: 100%;
}

#content {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    text-align: center;
}

.loader {
    margin: 10px auto 0 auto;
    border: 6px solid #ddd;
    border-radius: 50%;
    border-top: 6px solid #333;
    width: 20px;
    height: 20px;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
    display: none;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#unimed-logo {
    margin: 0 !important;
    width: auto !important;
    height: 20px;
    display: inline !important;
}

.privacy-policy-link {
    clear: both;
    padding: 100px 0 20px 0;
    width: 100%;
    text-align: center;
    display: block;
}

/*****************************************/
/* MOBILE MENU BUTTON */
/*****************************************/

#mobile-menu-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: transparent;
    z-index: 1005;
    cursor: pointer;
    display: none;
    z-index: 999;
}

#mobile-menu-button.active {
    position: fixed;
}

#mobile-menu-button span {
    position: relative;
    width: 30px;
    padding: 2px 0;
    background-color: #fff;
    border-radius: 50px;
    display: block;
}

#mobile-menu-button span:before {
    position: absolute;
    top: -10px;
    width: 100%;
    padding: 2px 0;
    content: "";
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50px;
    display: block;
}

#mobile-menu-button span:after {
    position: absolute;
    top: 10px;
    padding: 2px 0;
    width: 30px;
    content: "";
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50px;
    display: block;
}

#mobile-menu-button.active.customer span {
    background-color: #178e87;
}

#mobile-menu-button.active.company span {
    background-color: #00625c;
}

#mobile-menu-button.active.provider span {
    background-color: #777;
}

#mobile-menu-button.active span:before {
    -webkit-transform: translateY(10px) rotate(-45deg);
    -moz-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    border-radius: 0;
}

#mobile-menu-button.active span:after {
    -webkit-transform: translateY(-10px) rotate(45deg);
    -moz-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    border-radius: 0;
}

/*****************************************/
/* NAVIGATION */
/*****************************************/

.navigation-bar {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px 0px 5px 0px;
    width: 100%;
    height: 70px;
    background: #178e87;
    border-bottom: 1px solid #fff;
    color: #fff;
}

#admin-navigation-bar {
    background: #224469;
}

#company-navigation-bar {
    background: #00625c;
}

#provider-navigation-bar {
    background: #777;
}

#navigation {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
}

#customer-navigation-bar #navigation,
#provider-navigation-bar #navigation {
    max-width: 960px;
}

#company-navigation-bar #navigation {
    max-width: 1174px;
}

#logo,
#logo-mobile {
    float: left;
    width: auto;
    height: 60px;
    padding: 0;
    margin: 0px 10px 0px 0px;
    display: inline;
}

#logo-mobile {
    display: none;
}

#navigation a {
    float: left;
    margin: 25px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    border-right: 1px solid #fff;
}

#company-navigation-bar #navigation a {
    padding: 0px 10px 0px 10px;
    font-size: 14px;
}

#customer-navigation-bar #navigation a {
    padding: 0px 5px 0px 5px;
    font-size: 14px;
}

#navigation a:hover {
    text-decoration: underline;
    color: #eee;
}

/*****************************************/
/* MOBILE NAVIGATION */
/*****************************************/

/* mobile navigation container */

.mobile-navigation-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    text-align: center;
    display: none
}

#customer-mobile-navigation-container {
    background: #178e87;
}

#company-mobile-navigation-container {
    background: #00625c;
}

#provider-mobile-navigation-container {
    background: #777;
}

/* links in mobile navigation container */

.mobile-navigation-container a {
    clear: both;
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    text-align: center;

}

/* logo in mobile navigation container  */

.mobile-navigation-container #logo {
    float: none;
    margin: 20px 0;
    padding: 0;
    display: inline-block;
}

/*****************************************/
/* FORMS */
/*****************************************/

.form-row {
    float: left;
    margin: 0 0 20px 0;
    width: 100%;
}

.form-col-1-1,
.form-col-1-2,
.form-col-1-3 {
    float: left;
    padding: 0 20px 0 0;
    width: 100%;
}

.form-col-1-2 {
    width: 50%;
}

.form-col-1-3 {
    width: 33.3%;
}

.form-col-1-2.last-col,
.form-col-1-3.last-col {
    padding: 0;
}

.form-col-1-2:nth-child(2) {
    margin: 0;
}

.error {
    margin: 0 0 10px 0;
    color: #ff0000;
}

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
    padding: 5px;
    width: 200px;
    font-size: 18px;
    background-color: d7f0ea;
    border: 1px solid #cccccc;
    background: #fff;
}

input[type="radio"] {
    margin-top: 7px;
}

.radio-buttons {
    float: left;
}

input[type="checkbox"] {
    margin-bottom: 0;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    width: 400px;
    height: 100px;
}

input[type="submit"] {
    padding: 10px;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    background-color: #224469;
    color: #ffffff;
    border: none;
    cursor: pointer
}

input[type="submit"]:hover {
    background-color: #3a6293;
    color: #ffffff;
}

select {
    float: left;
}

.search-column {
    clear: both;
    position: relative;
    margin: 0 auto;
    width: 250px;
}

.search-column input {
    width: 100%;
}

#autocomplete {
    float: none;
    position: absolute;
    top: 55px;
    left: 0;
    padding: 5px;
    width: 250px;
    height: 250px;
    overflow: scroll;
    text-align: left;
    background: #eee;
    display: none;
    z-index: 9;
}

#autocomplete a {
    padding: 5px 0;
    margin: 0;
    font-size: 10px;
    line-height: 1;
    display: block;
}

.search-by-member {
    clear: both;
    position: relative;
    margin: 0 auto;
}

.search-by-member input {
    margin: 0 10px;
    display: inline-block;
    width: 150px;
}

#search-results {
    clear:both;
    margin-top: 20px;
}

#search-results a {
    line-height: 1.5;
    display: block; 
}

#show-password {
    float: none !important;
}

#show-password-label {
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/*****************************************/
/* CREATE ACCOUNT */
/*****************************************/

#create-account,
#privacy-policy,
.page {
    margin: 20px auto;
    padding: 40px 30px 40px 50px;
    width: 90%;
    max-width: 960px;
    min-height: 960px;
    border: 1px solid #cccccc;
    background-color: #fff;
}

#create-account img,
#privacy-policy img,
.page img {
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    display: block;
}

#privacy-policy h1 {
    text-align: center;
}

#privacy-policy.no-border,
.page.no-border {
     border: 0px !important;
}

.company-name,
.portal-description {
    color: #000;
    text-align: center;
    display: block;
}

.company-name {
    font-size: 22px;
    font-weight: bold;
}

.tagline {
    margin: 5px 0 0 0;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    display: block;
}

#create-account input,
#create-account select {
    width: 100%;
}

/*****************************************/
/* LOGIN (COMMON) */
/*****************************************/

.portal-description {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.portal-instructions {
    font-size: 14px;
    color: #444;
    text-align: center;
}

#message {
    position: relative;
    top: 0px;
    left: 50%;
    margin: 0px 0px 0px -300px;
    padding: 5px;
    width: 600px;
    background-color: #fff2bc;
    border-color: 2px solid #ffda44;
}

.message,
.message-permanent {
    margin: 0 auto;
    padding: 5px;
    width: 600px;
    background-color: #fff2bc;
    border-color: 2px solid #ffda44;
}

.message-permanent {
    background-color: #bbd1d0;
    border-color: 2px solid #009087;
}

#login {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -375px 0px 0px -325px;
    padding: 40px;
    width: 650px;
    height: 750px;
    background: #fff;
    border: 1px solid #cccccc;
    text-align: center;
}

#login img {
    width: 200px;
}

.login-error,
.login-message {
    position: relative;
    top: 0;
    left: 50%;
    margin: 0px 0px 20px -250px;
    padding: 5px;
    width: 500px;
    background-color: #FCC;
    border-color: 2px solid #F99;
}

.login-message {
    background-color: #fff2bc;
    border-color: 2px solid #ffda44;
}

/*****************************************/
/* ADMIN LOGIN */
/*****************************************/

#admin-login-form {
    margin: 20px 0 0 0;
}

#admin-login-form label {
    float: left;
    margin: 0 0 0 100px;
    padding: 0 10px 0 0;
    width: 100px;
    text-align: right;
}

#admin-login-form input {
    float: left;
}

#admin-login-form input[type=submit] {
    margin: 0 0 0 200px;
}

#admin-login-form .forgot-your-password-link {
    clear: both;
    float: left;
    margin: 0 0 0 200px;
}


/*****************************************/
/* CUSTOMER/COMPANY LOGIN */
/*****************************************/

#customer-login-form label,
#company-login-form label {
    float: left;
    margin: 0 0 0 80px;
    padding: 0 10px 0 0;
    width: 120px;
    text-align: right;
}

#customer-login-form input,
#company-login-form input {
    float: left;
}

#customer-login-form input[type=submit],
#company-login-form input[type=submit] {
    margin: 0 0 0 200px;
}

#create-account-link {
    clear: both;
    float: left;
    margin: 0 0 0 200px;
}

#create-account-link a {
    color: #409fc2 !important;
}

#customer-login-form .forgot-your-password-link,
#company-login-form .forgot-your-password-link {
    clear: both;
    float: left;
    margin: 0 0 0 200px;
}

#customer-login-form .privacy-policy-link,
#company-login-form .privacy-policy-link {
    clear: both;
    float: left;
    padding: 0;
    margin: 0 0 0 200px;
    text-align: left;
}

/* step two */

#resend-one-time-password-link {
    clear: both;
    float: left;
    margin: 0 0 0 200px;
}

/*****************************************/
/* FORGOT YOUR PASSWORD */
/*****************************************/

#forgot-your-password-box,
#resend-one-time-password-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -55px 0px 0px -275px;
    padding: 0 40px;
    width: 550px;
    height: 370px;
    display: block;
    background-color: #ffffff;
    text-align: center;
    display: none;
}

.login-link {
    clear: both;
    float: left;
    margin: 0 0 0 160px;
}

/*****************************************/
/* MY ACCOUNT */
/*****************************************/

#my-account-form,
#submit-school-letter-form {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    max-width: 500px;
    background-color: #fff;
}

#my-account-form label,
#submit-school-letter-form label {
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
    width: 185px;
    text-align: right;
}

#my-account-form input,
#submit-school-letter-form input {
    float: left;
}

.show-password {
    clear: both;
    margin: 10px 0 0 180px;
    float: left;
}

#my-account-form input[type=submit],
#submit-school-letter-form input[type=submit] {
    margin: 0 0 0 185px;
}

.security-type-description {
    font-size: 14px;
}

.password-restrictions {
    margin: 0 auto 40px auto;
    width: 100%;
    max-width: 440px;
    text-align: left;
}

/*****************************************/
/* EDIT USER ACCOUNT FORM */
/*****************************************/

#edit-user-account-form,
.doctor-form {
    margin: 0 auto;
    width: 600px;
}

#edit-user-account-form label,
.doctor-form label {
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
    width: 160px;
    text-align: right;
}

#edit-user-account-form input,
.doctor-form input {
    float: left;
}

#edit-user-account-form input[type=text],
.doctor-form input[type=text] {
    width: 300px;
}

#edit-user-account-form input[type=submit],
.doctor-form input[type=submit] {
    margin: 0 0 0 160px;
}


/*****************************************/
/* SUBMIT CLAIM */
/*****************************************/

#company-submit-claim #upload-files,
#company-submit-claim #submit-claim {
    display: none;
}

#customer-data {
    margin-top: 20px;
}

#submit-claim-form {
    margin: 0 auto;
    width: 550px;
}

#submit-claim-form label {
    clear: both;
    float: left;
    margin: 0;
    padding: 10px 10px 0 0;
    font-weight: bold;
    width: 250px;
    text-align: right;
}

#submit-claim-form input[type=file]{
    float: left;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
}

#submit-claim-form input[type=submit]{
   margin-top: 20px;
}

/*****************************************/
/* ENROLMENT */
/*****************************************/

#coverage-options-popup {
    max-width: 960px;
    padding: 40px;
}

.icon-question-mark {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

#enrolment-form {
    margin: 0 auto 20px auto;
    width: 100%;
    max-width: 960px;
    text-align: left !important;
}

.form-section {
    margin-bottom: 40px;
}

.conditions .form-col-1-3 {
    margin-bottom: 10px;
    text-align: right;
}

#enrolment-form .enrolment-form-field-label {
    padding-bottom: 10px;
    display: block;
    font-weight: bold;
    color: #224469;
}

#enrolment-form .error {
    padding: 20px 0;
    color: #f00;
}

#enrolment-form select {
    float: none;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #cccccc;
}

.condition-label {
    font-size: 15px;
    font-weight: 600;
}

#enrolment-form input[type="text"],
#enrolment-form input[type="email"] {
    width: 100%;
}

#enrolment-form textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #333333;
    width: 100%;
    border: 1px solid #cccccc;
}

#coverage-option-primary {
    display: inline-block;
}

#other-medical-coverage-details {
    display: none;
}

.questionnaire-details {
    clear: both;
    margin: 20px 0;
    display: none;
}

#enrolment-form table {
    width: 100%;
}

#enrolment-form table,
#enrolment-form th,
#enrolment-form td {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

#enrolment-form th {
    font-weight: bold;
}

#enrolment-form th,
#enrolment-form td {
    padding: 10px;
}

#dependents-description ul {
    padding: 0;
    margin: 0 0 10px 20px;
}

.dependent-row {
    display: none;
}

.dependent-row-separator {
    padding: 20px 0;
    margin: 20px 0;
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
}

#add-dependent {
    margin: 20px 0;
}

/*****************************************/
/* TABLES */
/*****************************************/

#content h1 {
    padding: 20px 0 0 0;
    font-weight: bold;
    font-size: 20px !important;
    text-align: center;
    text-transform: uppercase;
}

#content h1 span {
    font-size: 16px;
}

#content h2 {
    font-size: 18px !important;
    text-transform: uppercase;
}

.table {
    clear: both;
    margin: 0 auto;
}

.last a {
    color: #ffffff;
}

.row a:hover {
    text-decoration: none;
}

.odd,
.login-success-row {
    background-color: #d7f0ea;
}

.even {
    background-color: #fff;
}

.hover {
    background-color: #ffffcc !important;
    color: #333333;
}

.last {
    background-color: #00acef;
    color: #ffffff;
}

.admin-login-row {
    background: #c3dcf7;
}

.company-login-row {
    background: #abe5d5;
}

.login-failed-row {
    background-color: #FCC;
}

#emp-no-already-exists,
#email-already-exists,
#company-name-already-exists {
    display: inline-block;
    color: #f00;
}

.claim-table table,
.account-table table,
.user-table table,
.login-report-table table {
    width: 100%;
    font-size: 12px;
    background: #fff;
}

.login-report-table table {
    margin: 0 auto;
    width: auto;
}

.claim-table table th,
.claim-table table td,
.account-table table th,
.account-table table td,
.user-table table th,
.user-table table td,
.login-report-table table th,
.login-report-table table td {
    padding: 5px 10px;
}

.submitted-claim-table table td {
    padding: 15px;
}

.submitted-claim-table table th.customer-id,
.submitted-claim-table table td.customer-id {
    width: 120px;
}

td .column-label {
    display: none;
}

.user-table table th,
.user-table table td {
    padding: 5px 8px;
}

.claim-table table td.date,
.account-table table td.date,
.user-table table td.date {
    width: 150px;
}

.login-report-table table td.left {
    text-align: left;
}

.claim-table table td.customer-id {
    width: 100px;
}

.verify-button,
.edit-button,
.delete-button {
    padding: 5px !important;
    font-size: 12px !important;
}


/* login/claim report */

.ui-widget.ui-widget-content {
    z-index: 999999 !important;
}

.ui-datepicker table {
    background: #fff !important;
}

#login-report-form,
#claim-report-form,
#enrolment-applications-report-form {
    margin: 0 auto 20px auto;
    width: 100%;
    max-width: 960px;
}

#claim-report-form {
    max-width: 1200px;
}

.login-report-column,
.claim-report-column,
.enrolment-applications-report-column {
    float: left;
    width: 25%;
    margin-bottom: 10px;
    text-align: center;
}

.claim-report-column,
.enrolment-applications-report-column {
    width: 33%;
}

.claim-report-column select {
    float: none;
    margin: 0 auto;
}

.login-report-column input[type=submit],
.claim-report-column input[type=submit],
#export-login-report,
#export-claim-report {
    margin: 15px 0 0 0;
}

#export-enrolment-applications {
    margin: 15px 0 0 0;
}


/* verify account */

table.customer-data,
table.company-data,
table.plans {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    text-align: left;
}

table.plans {
    width: 100%;
    max-width: 768px;
}

table.customer-data td,
table.company-data td {
    width: 300px;
}

table.plans td {
    width: 100px;
    font-size: 14px;
    vertical-align: top;
    text-align: left;
}

table.customer-data td.row-title,
table.company-data td.row-title {
    padding: 0 10px 0 0;
    text-align: right;
}

#verify-account-button {
    float: none;
}

#cannot-verify-account-button,
.button.red {
    background: #f00 !important;
}

#cannot-verify-account-button:hover {
    background: #d00 !important;
}

.verified,
.verified a {
    color: #090;
}

.account-not-verified,
.account-not-verified a {
    color: #f00;
}


/* page numbers */

.page-numbers {
    clear: both;
    padding: 20px 0;
    text-align: center;
}

.page-numbers a {
    padding: 2px 5px;
    display: inline-block;
    text-decoration: none;
}

.page-numbers a:hover {
    color: #224469;
    background: #eee;
}

.page-number-on {
    color: #fff;
    background: #333;
}


/*****************************************/
/* EOB */
/*****************************************/

.print-logo {
    margin: 0 auto;
    width: 300px;
    display: none;
}

.eob {
    margin: 0 auto;
    padding: 10px 0 10px 60px;
    font-size: 16px;
    text-align: left;
    border: 1px solid #000
}


/*****************************************/
/* EOB - PRINT */
/*****************************************/

@media print {
    #admin-navigation-bar,
    #company-navigation-bar,
    #privacy-policy-link,
    #claim-report-form,
    .claims-print,
    #print-payment-verification,
    #submit-new-payment-verification {
        display: none;
    }

    .print-logo {
        display: block;
    }


}

/*****************************************/
/* PROVIDER */
/*****************************************/

#create-provider-account-form .provider-create-account-field-label {
    display: block;
    padding-bottom: 5px;
}

#create-provider-account-form input[type=text],
#create-provider-account-form input[type=email],
#create-provider-account-form select {
    width: 100%;
}

#provider-member-search-form label {
    width: 140px;
    text-align: right;
    display: inline-block;
}

.search-results {
    clear: both;
    margin: 0 auto;
    padding-top: 40px;
    width: 100%;
    max-width: 600px;
}

.search-results table {
    margin: 0 auto;
    width: 600px;
}

.search-results table td {
    text-align: left;
    padding: 5px;
    border: 1px solid #eee;
    border-collapse: collapse;
}

.search-results table td:nth-child(odd) {
    width: 40%;
}

/*****************************************/
/* PAYMENT VERIFICATION */
/*****************************************/

#add-payment-form .top-of-form {
    margin: 0 auto;
    padding: 0 0 100px 0;
    max-width: 650px;
    width: 100%;
}

#plan-sub-group {
    float: left;
    text-align: left;
    width: 350px;
}

#plan-sub-group label {
    float: left;
    padding: 8px 0 0 0;
    width: 120px;
    display: block;
}

#account-number {
    float: left;
    text-align: left;
    width: 300px;
}

#payments-table {
    clear: both;
    margin: 0 auto;
}

#payments-table,
#payments-table th,
#payments-table td {
    border-collapse: collapse;
    text-align: left;
}

#payments-table th,
#payments-table td {
    border: 1px solid #ccc;
    padding: 10px;
}



#add-payment-form p,
#add-payment-form li {
    padding: 10px;
    text-align: left;
}

#add-payment-form ol {
    margin: 0 0 0 30px;
    padding: 0;
}

.add-payment {
    clear: both;
    margin: 40px auto 0 auto;
    max-width: 1200px;
    width: 100%;
}

#add-payment-form #error {
    text-align: center;
}

.payment-column {
    float: left;
    padding: 0 15px 0 0;
}

.payment-column label {
    float: left;
    padding: 13px 0 0 0;
    font-weight: bold;
    display: block;
}

.payment-column select {
    margin: 5px 0 0 10px;
    width: auto;
}

#net-deposit {
    margin: 5px 0 0 0;
    width: 200px;
}

/* upload button */

.custom-upload-button {
    width: 220px;
}

.custom-upload-button::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-upload-button::before {
    padding: 10px;
    margin: 0;
    width: 220px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    background-color: #386ca4;
    color: #ffffff;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    display: inline-block;
    cursor: pointer;
}

#upload-proof-of-payment::before {
    content: "Upload Proof of Payment";
}

#upload-member-listing::before {
    content: "Upload Member Listing";
}

.custom-upload-button::before:hover {
    background: #4d76a3;
}

#proof-of-payment-filename,
#member-listing-filename {
    margin: 10px 0 10px 0;
    width: 220px;
    font-size: 12px;
    display: block;
}

/*****************************************/
/* MEDIA QUERIES */
/*****************************************/

@media all and (max-width: 1192px) {
    
    .payment-column {
        clear: both;
        width: 100%;
        padding: 5px;
    }

    #period-month,
    #period-year {
        float: none;
    }

    .payment-column label {
        float: none;
        display: inline-block;
    }
    
}

@media all and (max-width: 1174px) {
    
    #company-navigation-bar #navigation a {
        margin: 25px 0 0 0;
        padding: 0px 7px 0px 7px;
        font-size: 14px;
    }
    
}

@media all and (max-width: 1114px) {
    
    #company-navigation-bar #navigation a {
        padding: 0px 6px 0px 6px;
        font-size: 13px;
    }

}

@media all and (max-width: 1040px) {
    
    #company-navigation-bar #navigation a {
        padding: 0px 6px 0px 6px;
        font-size: 13px;
    }

    .conditions .form-col-1-3 {
        width: 100% !important;
        text-align: left !important;
    }

    .condition-label {
        width: 150px;
        display: inline-block;
    }
    
}

@media all and (max-width: 1034px) {
    
    #company-navigation-bar #navigation a {
        padding: 0px 6px 0px 6px;
        font-size: 12px;
    }

}

@media all and (max-width: 978px) {
    
    #company-navigation-bar #navigation a {
        padding: 0px 5px 0px 5px;
        font-size: 12px;
    }

}

@media all and (max-width: 960px) {
    
    /* logo in navigation bar */

    #logo-mobile {
        display: block;
    }

    /* mobile menu button */

    #mobile-menu-button {
        display: block;
    }

    /* desktop navigation in navigation bar */

    #doctor-navigation-bar #navigation,
    #customer-navigation-bar #navigation,
    #company-navigation-bar #navigation,
    #provider-navigation-bar #navigation {
        display: none;
    }
    
}


@media all and (max-width: 700px) {

    /* background */

    body.bg {
        background-position: center !important;
        background-size: 768px 444px !important;
        background-attachment: fixed !important;
    }

    /* font sizes  */

    body,
    a.button,
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="submit"],
    select,
    textarea { 
        font-size: 14px;
    }

    /* unordered lists */

    ul, ol {
        margin: 0;
        padding: 0 0 0 14px;
    }

    /* titles */

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    /* login box */

    #login {
        position: static;
        margin: 20px auto;
        padding: 40px;
        width: 90%;
        height: 820px;
        box-sizing: border-box;
    }

    .login-error,
    .login-message {
        position: static;
        top: 0;
        left: 0;
        margin: 10px 0;
        padding: 5px;
        width: 100%;
    }

    #forgot-your-password-box,
    #resend-one-time-password-box {
        position: static;
        margin: -480px auto;
        padding: 0;
        width: 80%;
        box-sizing: border-box;
    }

    #customer-login-form label, 
    #company-login-form label,
    #forgot-your-password-box label,
    #resend-one-time-password-box label,
    #my-account-form label,
    #submit-school-letter-form label {
        margin: 0 0 5px 0;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    #customer-login-form input[type=text], 
    #customer-login-form input[type=password], 
    #company-login-form input[type=text],
    #company-login-form input[type=password],
    #forgot-your-password-box input[type="text"],
    #forgot-your-password-box input[type="password"],
    #resend-one-time-password-box input[type="text"],
    #resend-one-time-password-box input[type="password"],
    #my-account-form input[type="text"],
    #my-account-form input[type="password"],
    #submit-school-letter-form input[type="text"]  {
        width: 100%;
        text-align: center;
    }

    .show-password {
        margin: 10px 0 0 0;
    }

    #customer-login-form input[type=submit], 
    #company-login-form input[type=submit],
    #my-account-form input[type=submit],
    #submit-school-letter-form input[type=submit] {
        margin: 0;
    }

    #customer-login-form input[type=submit], 
    #company-login-form input[type=submit],
    #forgot-your-password-form input[type="submit"],
    #my-account-form input[type="submit"],
    #submit-school-letter-form input[type=submit] {
        margin: 0;
        width: 100%;
    }

    #create-account-link,
    .forgot-your-password-link,
    #customer-login-form .privacy-policy-link, 
    #company-login-form .privacy-policy-link,
    .login-link,
    #resend-one-time-password-link  {
        margin: 0 !important;
        width: 100%;
        text-align: center;
    }

    #customer-login-form .privacy-policy-link, 
    #company-login-form .privacy-policy-link {
       padding-top: 20px;
    }

    /* submit claim form  */
    #submit-claim-form {
        width: 500px;
    }

    #submit-claim-form label {
        width: 200px;
    }

    /* create account */

    #create-account {
        width: 90%;
        padding: 20px;
        border: 0;
    }

    .form-col-1-2 {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0;
    }

    /* report */

    .login-report-column,
    .claim-report-column {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .page-numbers {
        padding: 10px;
    }

    /* tables */

    .claim-table table th, 
    .claim-table table td, 
    .account-table table th, 
    .account-table table td, 
    .user-table table th, 
    .user-table table td, 
    .login-report-table table th, 
    .login-report-table table td {
        clear: both;
        float: left;
        width: 100% !important;
        text-align: left;
    }

    .claim-table table tr,
    .account-table table tr, 
    .user-table table tr, 
    .login-report-table table tr {
        padding: 20px 0;
        float: left;
        width: 100%;
    }

    .claim-table table thead, 
    .account-table table thead,
    .user-table table thead, 
    .login-report-table table thead {
        display: none;
    }

    td .column-label {
        font-weight: bold;
        display: inline-block;
        width: 120px;
    }

    td .column-value br {
        display: none;
    }

    .eob {
        margin: 10px;
        padding: 0;
        font-size: 12px;
        width: calc(100% - 20px) !important;
        overflow-x: auto;
    }

    /* account to be verified table */
    table.customer-data td,
    table.company-data td {
        width: auto;
        font-size: 12px;
    }

    #create-account,
    #privacy-policy, 
    .page {
        padding: 40px 20px;
    }

    
}

@media all and (max-width: 500px) {

    br.hide-on-desktop {
        display: block;
    }

    .form-col-1-1, .form-col-1-2, .form-col-1-3 {
        padding: 0 10px 0 0;
    }

     /* submit claim form  */
    #submit-claim-form {
        width: 300px;
    }

    #submit-claim-form label,
    #submit-claim-form input {
        clear: both;
         margin: 0 0 10px 0;
        text-align: left;
        width: 300px;
    }

    #submit-claim-form input {
        margin: 0 0 20px 0;
    }

    #submit-claim-form input[type="submit"] {
        text-align: center;
    }

}

@media all and (max-width: 320px) {

    .company-name {
        display: none;
    }

    #forgot-your-password-box,
    #resend-one-time-password-box {
        margin: -580px auto;
    }

}