﻿table.HeadingLoginTable {
    width: 100%;
    border-collapse: collapse;
    border-width: 0px !important;
    margin: 0px;
}

    table.HeadingLoginTable td {
        width: 50%;
        vertical-align: bottom;
        border-width: 0px !important;
        padding: 3px;
        /*padding-top: 20px;*/
        background-color: white !important;
    }
    table.HeadingLoginTable tr:nth-child(odd) > td, table tr:nth-child(odd) > th {
        background-color: #ffffff !important;
    }
    table tr:nth-child(even) > td, table tr:nth-child(even) > th {
        background-color: #fff !important
    }
    table.HeadingLoginTable label {
        color: #000000;
        font-weight: bold;
    }

table input[type=checkbox] {
    margin: 5px;
}

    table.HeadingLoginTable input.EmailTextBox {
        width: 95%;
        height: auto;
        border: 1px solid #d2d2d2;
        /*border-radius: 0;*/
        /*padding: 7px 20px;*/
        /*box-shadow: inset 0 1px 5px rgba(0, 0, 0, .1);*/
        text-align: left !important;
        border-radius: 3px;
        margin-left: 0px;
    }

a.ButtonClass {
    background-color: #36d600 !important;
    color: #000000 !important;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-radius: 0;
    /*font-size: 1.2rem;*/
    display: table-cell;
    float: left;
    margin-right: 10px;
}
a.ButtonClass:hover {
    background-color: #3ceb00 !important;
}

table.RegistrationTable label {
    color: #000000 !important;
}

table.RegistrationTable input[type=text] {
    width: 50%;
    height: auto;
    border: 1px solid #d2d2d2;
    text-align: left !important;
    border-radius: 3px;
    margin-left: 0px;
    padding: 5px;
}

table.RegistrationTable select {
    width: 50%;
    height: auto;
    border: 1px solid #d2d2d2;
    text-align: left !important;
    border-radius: 3px;
    margin-left: 0px;
    padding: 5px;
}
table.downloadList {
    margin-bottom: 10px;
}
.DownloadDiv {
    border-style: none;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-color: white;
}

.ContainerDiv {
    position: relative;
}
div.field-content {
    padding-top: 0px !important;
}

div.field-content a:link, div.field-content a:visited, div.field-content a:active, div.field-content a {
    color: #009B4A !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-decoration: none;
}
div.field-content a:hover{
    color: #36d600 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-decoration: none;
}
div.field-content a.ButtonClass:link, div.field-content a.ButtonClass:visited, div.field-content a.ButtonClass:active, div.field-content a.ButtonClass {
    color: black !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    text-decoration: none;
    width: 150px;
    text-align: center;
}
.StatusDiv {
    text-align: right;
    margin-top: 10px;
}
table.downloadList {
    border-collapse: collapse !important;
    margin-left: auto;
    margin-right: auto;
    min-width: 445px;
    width: 100%;
    margin-top: 10px;
    white-space: normal !important;
}
table.downloadList tr:nth-child(odd) > td, table tr:nth-child(odd) > th {
    background-color: white !important;
}
table.downloadList tr:nth-child(even) > td, table tr:nth-child(even) > th {
    background-color: white !important;
}
table.downloadList tr td, table.downloadList tr th {
    border-color: black !important;
    border-style: solid !important;
    border-collapse: collapse;
    border-width: 1px !important;
    padding: 3px !important;
    background-color: white !important;
}

table.downloadList td.CategoryTitle {
    border-width: 1px !important;
    padding-top: 8px !important;
    color: #37D135 !important;
    font-weight: bold !important;
    background-color: #000000 !important;
}
table.downloadList tr:nth-child(odd) > td.CategoryTitle {
    border-width: 1px !important;
    padding-top: 8px !important;
    color: #37D135 !important;
    font-weight: bold !important;
    background-color: #000000 !important;
}
table.downloadList tr:nth-child(even) > td.CategoryTitle {
    border-width: 1px !important;
    padding-top: 8px !important;
    color: #37D135 !important;
    font-weight: bold !important;
    background-color: #000000 !important;
}

    table.downloadList td.CategoryTitle h3 {
        color: #37D135 !important;
        font-weight: bold !important;
        text-transform: uppercase;
    }

table.downloadList h3 {
    color: black !important;
    font-weight: bold !important;
    font-size: 14px;
}

table.downloadList tbody tr th.title {
    background-color: black !important;
    color: white !important;
}
.DownloadFileTable tr th {
    text-align: right;
}

.EmailTextBox {
    margin: 0px 5px;
    width: 400px;
    padding: 4px;
}
table.RegistrationTable td, th {
    border-collapse: collapse;
    padding: 3px !important;
}
table.RegistrationTable th {
    width: 200px;
}
table.RegistrationTable td > input[type=text] {
    width: 300px;
}
table.RegistrationTable td > select {
    width: 300px;
}
table.RegistrationTable tr:nth-child(odd) > td {
    background-color: #ffffff !important;
}
table.RegistrationTable tr:nth-child(even) > td {
    background-color: #ffffff !important;
}
table.RegistrationTable tr:nth-child(odd) > th {
    background-color: #ffffff !important;
}
table.RegistrationTable tr:nth-child(even) > th {
    background-color: #ffffff !important;
}
table.CssTable tr:nth-child(even) > td {
    background-color: #ffffff !important;
    padding:3px !important;
}
table.CssTable tr:nth-child(odd) > td {
    background-color: #ffffff !important;
    padding: 3px !important;
}
table.CssTable {
    border-collapse: collapse !important;
    border: 1px solid black !important;
    width: 600px !important;
    white-space: normal !important;
}
table.CssTable > tbody {
    width: 598px !important;
}
table.CssTable > tbody > tr > td {
    border-width: 0px !important;
    border-style: none !important;
}
table.CssTable > tbody > tr > td > input[type=text] {
    width: 100% !important;
    height: auto;
    border: 1px solid #d2d2d2;
    text-align: left !important;
    border-radius: 3px;
    margin-left: 0px;
    padding: 5px;
}
table.CssTable > tbody > tr > td > select {
    width: 100% !important;
    height: auto;
    border: 1px solid #d2d2d2;
    text-align: left !important;
    border-radius: 3px;
    margin-left: 0px;
    padding: 5px;
}
table.CssTable > tbody > tr > td > a.CssLinkButton {
    background-color: #36d600 !important;
    color: #000000 !important;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-radius: 0;
    /*font-size: 1.2rem;*/
    display: table-cell;
    float: left;
    margin-right: 10px;
}
table.CssTable > tbody > tr > td > a.CssLinkButton:hover {
    background-color: #3ceb00 !important;
}
table.LoginControl {
    border-collapse: collapse !important;
    border: 1px solid black !important;
    width: 600px !important;
}
table.LoginControl tr:nth-child(even) > td {
    background-color: #ffffff !important;
    padding: 1px !important;
}
table.LoginControl tr:nth-child(odd) > td {
    background-color: #ffffff !important;
    padding: 1px !important;
}
table.LoginControl > tbody > tr > td > table > tbody > tr:nth-child(1) > td {
    background-color: black !important;
    color: white !important;
    text-align: center;
}
table.LoginControl > tbody > tr > td > table > tbody > tr:nth-child(2) > td:nth-child(1) {
    width: 200px !important;
}
table.LoginControl > tbody > tr > td > table > tbody > tr:nth-child(3) > td:nth-child(1) {
    width: 200px !important;
}
table.LoginControl > tbody > tr > td > table > tbody > tr:nth-child(2) > td:nth-child(2) > input {
    width: 95% !important;
    height: auto;
    border: 1px solid #d2d2d2;
    text-align: left !important;
    border-radius: 3px;
    margin-left: 0px;
    padding: 5px;
}
table.LoginControl > tbody > tr > td > table > tbody > tr:nth-child(3) > td:nth-child(2) > input {
    width: 95% !important;
    height: auto;
    border: 1px solid #d2d2d2;
    text-align: left !important;
    border-radius: 3px;
    margin-left: 0px;
    padding: 5px;
}
table.LoginControl > tbody > tr > td > table > tbody > tr:nth-child(4) > td {
    padding-left: 200px !important;
}
    table.LoginControl > tbody > tr > td > table > tbody > tr:nth-child(4) > td > input[type=submit] {
        background-color: #36d600 !important;
        color: #000000 !important;
        padding: 10px 40px;
        text-transform: uppercase;
        font-weight: 700;
        border: none;
        border-radius: 0;
        /*font-size: 1.2rem;*/
        /*display: table-cell;
    float: left;
    margin-right: 10px;*/
    }
table.LoginControl > tbody > tr > td > table > tbody > tr:nth-child(4) > td > input[type=submit]:hover {
    background-color: #3ceb00 !important;
}
table.PasswordReset > tbody > tr:nth-child(1) > td {
    background-color: black !important;
    color: white !important;
    text-align: center;
}
table.PasswordReset > tbody > tr:nth-child(2) > td:nth-child(1) {
    width: 200px !important;
}
table.PasswordReset > tbody > tr:nth-child(3) > td:nth-child(1) {
    width: 200px !important;
}
table.PasswordReset > tbody > tr:nth-child(4) > td:nth-child(1) {
    width: 200px !important;
}
table.PasswordReset > tbody > tr:nth-child(2) > td:nth-child(2) > input {
    width: 200px !important;
}
table.PasswordReset > tbody > tr:nth-child(3) > td:nth-child(2) > input {
    width: 200px !important;
}
table.PasswordReset > tbody > tr:nth-child(4) > td:nth-child(2) > input {
    width: 200px !important;
}