body {
    background: #f9f9f9 url('img/body_bg.gif') top left repeat-x;
    font-family: "Montserrat", Helvetica, Arial, Lucida, FreeSans, sans-serif;
}

form input[type="text"],
form input[type="password"],
form textarea {
    padding: 6px;
    font-size: 13px;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    width: 250px;
}

form textarea {
    height: 100px;
    width: 350px;
}

.header .grid_12 {
    height: 128px;
    position: relative;
}
.vxplantxt.v2-ignore{
    display:none;
}
.nav {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 20px;
}

.logo {
    margin-left: -30px;
}

.nav li {
    float: left;
    margin: 0 0 0 5px;
    padding: 0;
    list-style-type: none;
}

.nav li a {
    display: block;
    line-height: 28px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 13px;
    text-decoration: none;
    background: url('img/nav_bg.gif') top left repeat-x;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -html-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #007fcd;
    -webkit-box-shadow: 0 1px 0 #46b5fd;
    -moz-box-shadow: 0 1px 0 #46b5fd;
    box-shadow: 0 1px 0 #46b5fd;
    text-shadow: 0 1px 0 #007fcd;
}

.nav li a:hover {
    background-position: bottom left;
    border-color: #0069aa;
}

.tel {
    font-size: 28px;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 30px;
}

.tel span {
    color: #333333;
}

.main .container_12 {
    background: #ffffff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -html-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    padding: 30px 0 0 0;
}

.banner {
    margin-bottom: 30px;
    height: 300px;
}

.banner_fade {
    position: absolute;
    height: 300px;
    width: 930px;
    background: url('img/banner_fade.png') center center no-repeat;
}

.home_boxes p {
    font-size: 12px;
}

.home_box {
    background: #22a4fa url('img/home_box_bg.gif') top left repeat-x;
    height: 65px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -html-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #0f8add;
}

.home_box:hover {
    background: #22a4fa url('img/home_box_bg_hover.gif') top center no-repeat;
}

.home_box img {
    float: right;
    margin-top: 4px;
}

.home_box p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    text-shadow: 0 1px 0 #007fcd;
    margin: 6px 10px;
}

.home_box p span {
    font-size: 13px;
}

.home_boxes a,
.home_boxes .disabled {
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
}

.home_boxes .disabled {
    cursor: default;
}

.disabled .home_box:hover {
    background: #22a4fa url('img/home_box_bg.gif') top left repeat-x;
}

.divider {
    width: 100%;
    height: 20px;
    background: url('img/divider.png') bottom left no-repeat;
}

.divider_alt {
    width: 100%;
    height: 20px;
    background: url('img/divider.png') top left no-repeat;
}

.list {
    border-top: 1px solid #dddddd;
}

.list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #dddddd;
}

.list a {
    color: #333333;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    line-height: 1.5;
    padding-left: 20px;
    background: url('img/orange_arrow_bullet.png') 5px 9px no-repeat;
}

.list a:hover {
    background-color: #f6f6f6;
}

.logos {
    padding: 10px 0;
}

.social {
    float: right;
    margin-top: 18px;
}

.social a {
    margin-left: 6px;
}

.footer p {
    float: left;
}

.footer {
    padding: 20px 0 100px 0;
}

.footer .footer_links {
    float: right;
}

.footer_links a {
    color: #333333;
    display: inline-block;
    margin-left: 15px;
}

.breadcrumb p {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.breadcrumb p a:first-child {
    margin-left: 0;
}

.breadcrumb p a {
    display: inline-block;
    margin: 0 10px;
}

.back_nav {
    background-color: paleturquoise;
}

a.back {
    float: left;
}

a.back_top {
    float: right;
    line-height: 22px;
    height: 22px;
    padding: 0 8px;
}

blockquote {
    text-indent: 36px;
    font-size: 14px;
    font-style: italic;
    font-family: 'Georgia', Times, serif;
    margin-bottom: 30px;
    line-height: 1.6;
    position: relative;
}

blockquote span {
    font-size: 70px;
    color: #cccccc;
    position: absolute;
    top: -32px;
    left: -38px;
}

blockquote p {
    margin: 0 0 10px 0;
}

blockquote .client {
    text-indent: 0;
    font-style: normal;
    line-height: 1.5;
    font-size: 13px;
    font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
    color: #999999;
}

blockquote .client b {
    font-size: 16px;
    color: #333333;
}

.btn {
    line-height: 26px;
    height: 26px;
    display: inline-block;
    background: #0197f6 url("img/blue_btn.gif") top left repeat-x;
    border: 1px solid #0079c3;
    padding: 0 10px;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -html-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 #0079c3;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Montserrat", Helvetica, Arial, Lucida, FreeSans, sans-serif;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    margin-inline: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    margin-bottom: 2px;
}

input.btn {
    line-height: 24px;
}

.btn:hover {
    background: #0182f4 url("img/blue_btn.gif") bottom left repeat-x;
    text-decoration: none;
}

.btn:disabled {
    background: #cccccc url("img/grey_btn.gif") top left repeat-x;
    border-color: #999999;
    text-shadow: 0 1px 0 #999999;
    cursor: default;
}

.green_btn {
    background: #63bf01 url("img/green_btn.gif") top left repeat-x;
    border-color: #55a500;
    text-shadow: 0 1px 0 #55a500;
}

.green_btn:hover {
    background: #55a500 url("img/green_btn.gif") bottom left repeat-x;
}

.grey_btn {
    border-color: #bdbdbd;
    text-shadow: 0 1px 0 #ffffff;
    color: #666666;
    background: #c8c8c8 url("img/grey_btn.gif") top left repeat-x;
}

.grey_btn:hover {
    background: #bdbdbd url("img/grey_btn.gif") bottom left repeat-x;
}

.form_submit {
    font-size: 13px;
    padding: 0 20px;
    height: 40px;
    background-image: url("img/blue_btn_big.gif");
}

.form_submit:hover {
    background-image: url("img/blue_btn_big.gif");
    background-position: 0 -40px;
}

.contact_form {
    width: 100%;
}

.contact_form th {
    text-align: right;
    padding-right: 10px;
    width: 150px;
    font-weight: bold;
}

.contact_form th label {
    line-height: 30px;
}

.contact_form input[type="text"],
.contact_form input[type="password"],
.contact_form textarea,
.login_form input[type="text"],
.login_form input[type="password"] {
    padding: 6px;
    font-size: 13px;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    width: 250px;
}

.login_form label {
    width: 100px;
    text-align: right;
    line-height: 32px;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}

.login_form td {
    padding-bottom: 5px;
}

.login_form input[type="submit"] {
    margin-left: 0;
}

.contact_form textarea {
    height: 100px;
    width: 350px;
}

.contact_form td,
.contact_form th {
    height: 39px;
    vertical-align: middle;
}

.contact_form input[type="submit"] {
    margin-top: 10px;
    margin-left: 0;
}

.tags a {
    font-size: 11px;
    padding: 3px 6px;
    color: #ffffff;
    display: inline-block;
    background: #43b6fe;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -html-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.load_more {
    margin-bottom: 40px;
    display: block;
}

.load_more div {
    background: #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -html-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    border: none;
    line-height: 40px;
    color: #333333;
}

.load_more:hover div {
    background-color: #22A4FA;
    color: #ffffff;
}

.blue {
    color: #22a4fa;
}

.article {
    padding: 20px 0 5px 0;
    border-bottom: 1px solid #dddddd;
}

.comments {
    display: block;
    margin: 0 0 10px 0;
}

.tags {
    display: block;
    margin: 0 0 10px 0;
}

.create_account {
    padding: 20px 20px 10px 20px;
    background: #f6f6f6;
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -html-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.login_form th {
    width: 200px;
    text-align: right;
    padding-top: 7px;
}

.login_form label {
    width: auto;
    line-height: 1.5;
}

.list h3 {
    margin-bottom: 0;
}

.note {
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #dddddd;
}

.quote_form .radio {
    padding-bottom: 10px;
}

.quote_form .radio span {
    display: inline-block;
    padding-top: 10px;
}

.quote_form {
    margin-bottom: 30px;
}

.quote_form .form_submit {
    margin-top: 10px;
}

.quote_form .radio input[type="radio"] {
    margin-left: 20px;
}

.quote_form .radio span:first-child input[type="radio"] {
    margin-left: 0;
}

.quote_form .radio label {
    line-height: 1;
    vertical-align: top;
}

.quote_form {
    padding: 20px;
    background: #f6f6f6;
    border: 1px solid #dddddd;
}

.quote_form input[type="text"],
.quote_form textarea {
    background: #ffffff;
}

.blue_box {
    padding: 13px;
    color: #ffffff;
    background: #27A5FA;
    border: 1px solid #007acd;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -html-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.blue_box span {
    font-weight: bold;
    font-size: 16px;
}

.quote_form {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -html-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.quote_form h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}

ul.services li {
    float: left;
    width: 457px;
    padding: 0;
    margin: 0 15px 0 0;
    list-style-type: none;
    margin-bottom: 15px;
}

ul.services li a {
    display: block;
    background: #e7e7e7 url("img/services_bg.gif") top left repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -html-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #cccccc;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}

ul.services li a:hover {
    background: #22a4fa url("img/services_bg_hover.gif") top left repeat-x;
    border: 1px solid #0f8add;
    color: #ffffff;
}

ul.services .last {
    margin-right: 0;
}


/* mortgage quote form appears not to be used*/

.quote_form .mortgage_quote th {
    width: 118px;
    font-weight: bold;
    text-align: right;
    padding-top: 7px;
}

.quote_form .mortgage_quote input[type="text"],
.quote_form .mortgage_quote textarea {
    width: 276px;
}


/* list-comment appears not to be used */

.list-comment {
    padding: 20px;
    background: #f6f6f6;
    border: 1px solid #dddddd;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -html-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.list-comment .meta {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

.project {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -html-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.banner_text {
    z-index: 1;
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
}

.banner_title {
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
}

.banner_title span {
    display: block;
    font-size: 30px;
    font-weight: normal;
}

.panel img {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -html-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}


/* account_nav is used in the My Account/logout bits of the header */

.account_nav {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
}

.account_nav li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.account_nav li span {
    color: #ffffff;
    display: inline-block;
    margin: 0 10px;
}

.account_nav li a {
    color: #ffffff;
}

.grid_4 h2:first-child {
    margin-top: 10px;
}

.sba {
    padding: 0;
    width: 120px;
}

.sba li {
    list-style-type: none;
    margin: 0;
}

.sba li a {
    display: block;
}

.ss_home th {
    width: 310px;
    padding: 6px 0 6px 0
}

.additional_info {
    padding: 0;
    margin: 0;
}

.additional_info li {
    list-style-type: none;
    margin: 0 0 5px 0;
    padding: 0;
}

.additional_info input[type="radio"] {
    margin-right: 10px;
}

.additional_info input[type="text"] {
    margin-right: 10px;
}

.lookup_box {
    float: left;
    width: 462px;
}

.pali_sys_form p {
    margin-bottom: 10px;
}

.pali_sys_form label {
    margin-right: 10px;
    text-align: right;
    display: inline-block;
    width: 80px;
    font-weight: bold;
}

.pali_sys_table {
    background: #ffffff;
}

.pali_sys_table th,
.pali_sys_table td {
    padding: 4px 8px;
}

.pali_sys_table tr:nth-child(even) td {
    background: #ffffff;
}

.pali_sys_table tr:nth-child(odd) td {
    background: #eeeeee;
}

.pali_sys_table .account-row {
    color: #22a4fa;
}

.pali_sys_table .account-row:hover {
    text-decoration: underline;
    cursor: pointer;
}

.products_table td {
    padding: 5px;
}

.rw {
    padding: 5px 0 5px 0;
}

.red {
    color: #ff0000;
}

.paliBoldText {
    font-weight: bold;
}


/*v2- prefix used to stop conflicts */

.v2-orderedTable {
    width: 90%;
    margin-left: 4%;
    margin-right: 4%;
    line-height: 26px;
}

.v2-orderedTable th {
    font-weight: bold !important;
    line-height: 48px !important;
    color: #27a5fa !important;
    font-size: 14px !important;
    border-bottom: 1px solid #ccc;
}

.v2-orderSummary {
    margin-top: 25px;
    padding: 9px;
    background: rgb(238, 238, 204);
}

.v2-summaryLine {
    font-weight: bold;
    font-size: 16px;
    line-height: 48px;
    border-top: 1px solid #ccc;
}

.v2-orderedPrice {
    text-align: right;
}

.v2-rowHiLite {
    color: blue;
    font-weight: bold;
}

.v2-sidebarlock {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 6;
    padding-top: 25px;
    display: none;
}

.v2-noquotes {
    width: 72px;
    height: 72px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 40px;
}

.v2-noquotes img {
    width: 72px;
    height: 72px;
}

.v2-soup p {
    color: #27a5fa;
    font-size: 20px;
    text-align: center;
}

.v2-imglock {
    display: none;
}

.v2-settingstable {
    line-height: 42px;
    font-size: 15px;
}

.v2-settingsbtngrid {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
}

.v2-settingsbtngrid .btn {
    min-width: 120px !important;
}

.v2-alert-success,
.v2-alert-danger {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    min-height: 35px;
    padding: 8px 25px 8px 25px;
}

.v2-alert-success {
    color: green;
    background-color: lightgreen;
}

.v2-alert-danger {
    color: red;
    background-color: lightcoral;
}

i {
    width: 100px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.blocker {
    background:peachpuff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding:16px;
    position: relative;
}

div.blocker a {
    color: darkblue;
}

.badge:after {
    content: attr(data-count);
    position: absolute;
    background: red;
    height: 1.2rem;
    top: 0.1rem;
    right: 1rem;
    width: 1.2rem;
    text-align: center;
    line-height: 1.2rem;
    ;
    font-size: 10px;
    border-radius: 50%;
    color: white;
    border: 1px solid red;
}

.icon-black {
    color: black !important
}

.icon-blue {
    color: #0197f6 !important
}

#tooltip {
    position: absolute;
    border: 1px solid #333;
    background: #f7f5d1;
    padding: 2px 5px;
    color: #333;
    display: none;
}

.sdltexpand {
    margin-top: 25px;
    font-size: 13px;
    padding: 3px 3px 10px 8px;
    background-color: #EEC;
    border-radius: 6px;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    margin-bottom:12px;
}
.vx-ctrlfile, .vx-ctrl{
    position: absolute;
    display: block;
    right: 40px;
    top: 0;
    cursor:pointer;
}
.vx-ctrl {
   color: green;
   font-weight: bold;
}
.vx-ctrlfile {
    color: #27a5fa;
}
.vx-nofile{
   top: 27px;
}
.sdltinfo{
    line-height: 18px;
}
.sdltexpand ol li{
    color: #2b99ce;
}
.sdltexpand ol li a{
     text-decoration: none;
}
.sdltexpand ol li a:hover{
    color: black;
}
.sdltinset {
    margin-left: 25px;
    margin-top: 12px;
    line-height: 25px;
    font-size: 13px;
}
.sdltbuttonholder {
      width: 220px;
      float: right;
      margin-right: 25px;
}
.sdltbuttonholder .btn {
    min-width: 220px;
    margin-top: 8px;
    margin-right: 25px;
}
.btnred{
    background: none !important;
    background-color: #800 !important;
    border-color: #800 !important;
}
.btnlimegreen{
    background: none !important;
    background-color: limegreen !important;
    border-color: limegreen !important;
    text-transform: none !important;
}
.sdltdud{
    background: #777;
    cursor:pointer;
    border: 1px solid #ccc;
}
.sdltdud:hover{
    background: #555;
}
.sdltrelative, .vxinstrimghldr.vxexpand{
    position:relative;
}
.vxinstrimghldr.vxna, p.vxna, #btncontouter.vxna{
    display:none !important;
}
.vxexpand #instrimg {
    position: absolute;
    top: -300px;
    right: -400px;
    width: 200%;
    padding: 3%;
    background: #f5f5f5;
    box-shadow: 1px 2px 12px #555;
    z-index:300;
}
#btncloseouter.vxna{
    width:100%;
}

.vxinstrbuttonhldrinner {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.vxinstrbuttonhldsleeve{
    width:50%;
}
.vxinstrbuttonhldsleeve button{
    width:98%;
}
#instrimg {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 30px;
}
.vxexpand .vxinstrimgshrinkhldr{
    display:block;
}
.vxinstrimage{
    cursor:pointer;
}
.vxinstrimgshrinkhldr {
    display: none;
    margin-left: auto;
    margin-right: auto;
    width:180px;
}
button#vxinstrimgshrink {
    width: 180px;
}
.vxinstrouter {
    display: none;
    position: absolute;
    top: 180px;
    left: 80px;
    width: 700px;
    height: auto;
    padding: 3%;
    background: white;
    border-radius: 8px;
    box-shadow: 2px 1px 18px #555;
    z-index:200;
}
.vxinstrouter.vxignore {
    top: 450px;
    left: 80px;
}
.sdltinner{
    display:none;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.imgspinner{
  position: absolute;
  width: 64px;
  height: 64px;
  top: 120px;
  left: 300px;
  display:none;
}
.balls{
  width: 64px;
  height: 64px;
}
.sdltfiles {
    float: right;
    display: block;
    margin-right: 25px;
}
.vx-desc{
    color:black !important;
    font-weight:bold;
}
.vx-headtitle{
    position:relative;
}
.criteria{
    background:#DDD;padding:16px;
}
.criteria ul,.criteria ol{
    margin-left:20px;
    font-style:italic;
}
.order-level-options{
    margin-bottom:20px;
    margin-top: 20px;
}
.order-level-options .btn{
    cursor:pointer;background:#800;border: 1px solid #800; text-shadow: 0 1px 0 #800;
}
div .floatingDiv {
    background: #a1d3f5;
    border: 1px solid #a1d3f5;
    border-radius: 2px;
}
td .productSummary {
width: 450px; padding-left:10px; padding-top:3px; padding-bottom: 3px;font-weight: bold;
}
td .productDetail {
    width: 450px; padding-left:10px; padding-top:3px; padding-bottom: 3px;
    }
    
/* LR STYLES =================================================================*/

.v2-lrproceedchoose{
    width: 100%;
    border:1px solid #ccc;
}
.v2-lrchooseflex {
    display:flex;
}
.v2lrchooselabel {
    width: 30%;
    padding: 1%;
}
.v2-flogin {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.vxbankdistrictfilterinput {
    width: 60%;
}
p#vxfilterfail {
    color: green;
    font-weight: bold;
    display: block;
    margin-top: 40px;
    margin-left: 25%;
}
.vxdistrictclearfilter {
    width: 98%;
    height: 28px;
    margin-left: 1px;
    cursor: pointer;
}
.vxdistrictclearfilter:disabled {
     cursor: not-allowed;
     opacity: 0.2;
}
.vxbankdistrictfilterclear{
    width:10%;
}
input#vxdistrictfilter, .vxproprietorinput {
    width: 100%;
    height: 28px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding-left:3%;
}
.vxproprietorinput.vxshort{
    width: 80%;
}
.vxviewupload{
    position:relative;
    float:right;
    width:0%;
    display:none;
}
button.vxviewplan {
    width: 96%;
    height: 28px;
    margin-left: 3%;
    border: 1px solid #ccc;
    cursor: pointer;
}
button.vxviewplan:hover{
    border: 1px solid #555;
}
.vxviewupload.vxshort{
   display:block; 
   width:20%;
}
.vxbankdistrictchoices {
    display: flex;
    width: 96%;
}
.vxbankdistrictfilterlabel {
    width: 30%;
    padding-left: 3%;
    text-align: left;
    font-size: 14px;
}
.vxbankdistrictselectctrl {
    width: 50%;
    padding: 1%;
}
.vxbankcompanydisplay {
    width: 96%;
    padding: 2%;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.titleheader.oddrow {
    background: #a0babb;
    color: white;
    border: none;
}
.vxremovealias, .vxremovecompany {
    height: 18px;
    width: 18px;
    cursor: pointer;
}
tr.nothing {
    border-bottom: 1px solid #d5dfe3;
}
.vx-withinput, .vx-withinputCo{
    padding: 0.5% 0% 0.5% 0% !important;
    border-left:1px #ccc solid !important;  
}
.vx-withinput{
    width: 40%;
}
ol.vxnamesforedit {
    display: block;
    margin-top: 10px;
    margin-left: 40px;
}
.vxsubtitle{
    display:block;
    font-size:13px;
    color:#27a5fa;
    margin-top:14px;
}
.vxnameforedit{
    cursor:pointer;
    /*padding-left: 8px;*/
}
.addnamepages {
    color: green;
    float: right;
    margin-right: 25px;
    font-weight: bold;
    display:flex;
}
.addnamepages span {
    display: block;
    margin-top: 12px;
}
.addnamepages button{
    width: 25px;
    height: 25px;
    background: limegreen;
    color:white;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer; 
    margin:10px;
}
.addnamepages button:hover{
    background: limegreen;
}
.addnamepages button:disabled{
    background: #ccc;
    cursor:not-allowed;
}
.additionalnameprimary{
    font-weight:bold;
}
.evensubrow{
    background:#d5dfe3;
}
.vxdocinfodisplay{
    color:#0795eb;
}
.evensubrow span.vxdated, .evensubrow .vxdocinfodisplay{
    color:#5b5b9f;
}
button#vxviewpwd {
    height: 28px;
    padding: 1%;
    width: 30px;
    position: absolute;
    cursor:pointer;
    border:1px solid #ccc;
    border-radius: 5px;
}
button#vxviewpwd:hover{
    border:1px solid #222;
}
.v2lrloginInput {
    width: 40%;
    position: relative;
}
#eyeball {
  width: 22px  !important;
  height: 22px !important;
}
.vx-blank{
    width:16%;background:#f1f1f1;border:none !important;
}
.vxdocinfobox {
    width: 95%;
    float: right;
    min-height: 40px;
    padding-left: 20px;
    border-top: 1px solid #ccc;
    margin-top: 12px;
    padding-top: 2.5%;
    font-size: 12px;
    /* font-style: italic; */
}
.vxdocinfoboxspan{
    font-weight:bold;
}
span.vxdated {
    display: inline-block;
    float: right;
    color: #0795eb;
    font-weight: bold;
}
.titleheader.evenrow {
    background: cadetblue;
    color: white;
    border: none;
}
.oddinnerrow{
    background:#efe9e9;
}
tr.titleheader > td{
    border: none !important;
}
.v2-margintop25{
    margin-top:25px;
}
.v2-lrChoiceAddForm {
    background: #f5f5f5;
    padding-top: 20px;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 10px;
}
.v2-lrChoiceAddForm input{
    padding: 6px;
    font-size: 13px;
    background: white;
    border: 1px solid #cccccc;
    border-radius: 2px;
    width: 250px;
}
.v2-fileonly.v2basicformat{
    border:none !important;
    margin-top:0;
    height:28px !important;
    padding:none !important;
}
.v2-fileonly {
    margin-top: 5px;
    padding: 1%;
    height: 35px !important;
    background: white;
    border: 3px blue solid !important;
}
.v2lrloginlabel {
    width: 52%;
    padding-top: 1%;
    text-align: right;
    padding-right: 4%;
    padding-bottom: 1%;
}
.v2lrcblabel{
    width: 85%;
    padding-left: 50px;
    color:#27a5fa;
}
.v2lrcbinput {
    width: 15%;
    text-align: right;
    padding-right: 20px;
}
.lrchooseoption{
    width: 50%;
    padding:2%;
    min-height: 80px;
}
.lrchooseoptionmargin{
    border-bottom:1px solid #ccc;
}
.v2lrchooseInput {
    width: 70%;
}
.v2lrloginInput {
    width: 40%;
}
.v2lrchoiceadded {
    width: 98% !important;
    height: 28px;
    border-radius: 2px;
    padding-left: 1%;
    border: 1px solid #27a5fa;
}
select.v2lrchoiceadded{
     width: 99.5% !important;
}
textarea.v2lrchoiceadded{
    height: 72px !important;
}
.v2-lrselectProceed {
    height: 80px;
    width: 150px;
    padding: 2%;
    border-radius: 12px;
    float: right;
    color: white;
    border: #ccc 1px solid;
    background: #27a5fa;
    cursor:pointer;
}
.v2-lrselectProceed:hover{
    background:#2076b1;
}
.v2-lrstatusimg{
    width:24px;
    height:24px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.v2-lrstatusimg.v2-cross{
    width:16px;
    height:16px;
}
.v2-lrChoiceInner {
    position: absolute;
    width: 140%;
    background: #f5f5f5 !important;
    min-height: 100px;
    height: auto;
    border: 1px solid #ccc;
    z-index: 900;
    padding: 2%;
    border-radius: 6px;
    box-shadow: 3px 4px 65px;
    left: -25%;
    top: 20px;
}
.v2-lrChoiceHeader {
    margin-top:20px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    color: #27a5fa;
}
.v2-lrChoiceContent {
    padding:4%;
    min-height:300px;
    border-bottom: 1px solid #ccc;
}
.v2-btnlrChoice {
    width: 100% !important;
    background: limegreen;
}
.v2-lrChoiceButtons{
    width: 50%;
    margin-left:auto;
    margin-right:auto;
}
.v2-lrChoiceChoices {
    padding: 2%;
}
.v2-lrChoicebuttonhldr{
    padding: 1%;
}
.v2-lrChoiceChoices{
    display:flex;
    flex-direction:row;
}
.v2-lrChoiceChoices.v2-lrbuttonformat{
    display:block !important;
}
.v2-lrChoiceButtons.v2-lrbuttonformat{
    width:0;
    display:none;
}
.v2-lrChoiceFooter{
    padding-left: 5%;
    padding-right:5%;
}
.v2-lrchooseouter{
    width: 100%;
}
.v2-lrchooseNothingfound, .v2-confMsg {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 2%;
    border: 2px solid #27a5fa;
    border-radius: 4px;
    background: #efe8e8;
}
.v2-confMsg {
    margin-bottom: 15px;
    width: 95%;
}
.v2-innerlrbuttonholder{
    margin-top: 35px;
    margin-left:auto;
    margin-right:auto;
    width: 33%;
}
#v2-lraddusertitle, #v2-lrgetusertitle {
    height: 36px;
    width: 100%;
    padding: 2%;
    border-radius: 6px;
    color: white;
    border: #ccc 1px solid;
    background: #27a5fa;
    cursor: pointer;
}
#v2-lraddtitle:hover{
    background:#2076b1;
}
.vxtblhighlight:hover, .vxtblhighlightselected:hover{
    cursor:pointer;
    color:white;
}
.vxtblhighlight:hover{
    background:#333;
}
.vxunderline{
    width:96%;
    border-top: 1px solid #ccc;
    height:1px;
    margin-left:auto;
    margin-right:auto;
    margin-top:6px;
    margin-bottom: 8px;
}
.vxpaliblue{
    color: #27a5fa;
}
.vxtblhighlightselected:hover{
    background:red;
}
.vxbankselect {
    width: 96%;
    height: 26px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: right;
    padding-right: 2%;
    float:right;
    margin-right:6px;
    display:block;
}
.vxbankperiodlabel span{
    margin-left: 12px;
}
.vxbankperiod {
    display: flex;
    width: 50%;
}
.vxbankperiodlabel, .vxbankperiodselect {
    padding: 1%;
}
.vxbankperiodlabel{
    width:40%;
}
.vxbankperiodselect{
    width:60%;
}
.vxtop15{
    margin-top:15px;
}
table.vxnameset{
    width:100%;
    border:none !important;
}
table.vxnameset td, table.vxnameset tr{
    border:none !important;
}
table.vxnameset td{
    padding-bottom:0.5%;
}
.v2-leempty{
    display:none !important;
}
.v2-lraddtitle{
    width:100%;
}
.vxbankdistrictselect, .vxbankdistrictselected {
    height: 150px;
    overflow: auto;
    width: 96%;
    margin-top: 20px;
}
.vxsticky th {
    position: sticky; top: 0; 
}
.vx-tblaltnameinput, .vx-addeddistrict, .vx-tblaltnameignore{
    width: 98%;
    padding-left: 1%;  
    background: transparent;
    border: none;
    outline-style: none;
}
.vx-tblaltnameinput, .vx-tblaltnameignore{
    height: 32px;
}
.vx-addeddistrict{
    cursor:pointer;
}
.vx-addeddistrict:hover{
    color:white;
}
.vxcompanynamelbl.lbldisabled, .vxprivatenamelbl.lbldisabled{
    color: #ccc;
}
.vxdistrictfilter:disabled{
    opacity:0.5;
}
.vxrowdisabled{
    opacity: 0.6;
}
.vxrowdisabled:hover{
    background:#ccc;
    color:#333;
    cursor:not-allowed;
}
.v2-lraddtitle th {
    background: #555;
    color: lime;
    border: 1px solid #ccc !important;
}
.v2-lraddtitle .v2-rowprimary{
    background:white;
    color:#333;
}
.v2-lraddtitle .v2-rowsecondary{
    background:#efe8e8;
    color:black;
    border: #ccc;
}
.v2-lrChoiceContent tr, .v2-lrChoiceContent thead{
    height:26px;
}
.cv2-innerlist{
    width:95%;
}
.cv2-innerlist td{
    border:none !important;
}
.vxcompanyname{
    width: 92%;
    display:flex;  
}
.vxcompanynamelbl{
    padding: 1%;
    width: 40%;
}
.vxcompanynameinput{
    padding: 1%;
    width: 60%;
}
.vxcompanynamelbl {
    padding: 1%;
    width: 40%;
}
#vxaddcompanyinput, #vxaddforenameinput, #vxaddsurnameinput{
    width: 100%;
    height:28px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding-left: 2%;   
}

#vxaddcompanyinput:disabled, #vxaddforenameinput:disabled, #vxaddsurnameinput:disabled{
    cursor: not-allowed;
    opacity: 0.4;
}
.vxcompanyadd {
    width: 8%;
    padding-top: 1%;
}
.v2-lraddtitlewide{
    width:105%;
}
.vxcompanyaddbutton, .vxcustaddbutton, .vxcustaddOSbutton{
    width: 100%;
    cursor: pointer;
}
.vxcompanyaddbutton:disabled, .vxcustaddbutton:disabled, .vxcustaddOSbutton:disabled{
    cursor: not-allowed;
    opacity: 0.4;
}
.vxcompanyaddbutton img, .vxcustaddbutton img, .vxcustaddOSbutton img{
    width: 24px;
    height: 24px;
}
.v2-lrChoiceContent th:not(.vx-blank):not(.vx-spacer td), .v2-lrChoiceContent td:not(.vx-blank):not(.vx-spacer td):not(td.vx-withinput):not(td.vx-withinputCo):not(.vxnameset tr):not(.vxnameset td){
    padding:1% !important;
    border-left:1px #ccc solid !important;
}
.v2-centre{
    margin-left: auto;
    margin-right: auto;
}
.v2-relative{
      position:relative;
}
.v2-absolute{
      position:absolute;
}
.v2-timer {
    display:none;
    top: 200px;
    left: 38%;
}
.v2-lrchooseSomethingfound .v2-lrchooseNothingfound {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 95%;

}
.v2-proceedDisabled{
    background: #ccc;
    border:1px solid #ccc;
    cursor: not-allowed;
}
.v2-proceedDisabled:hover{
    background:#ccc;
}
tr.vx-openview td{
    font-weight: 700 !important;
}
tr.vx-openview.vx-generic-0, td.sideblock.vx-generic-0.vx-openview {
    background: #4adcdd !important;
    color: black !important;

}
tr.vx-openview.vx-generic-1, td.sideblock.vx-generic-1.vx-openview{
    background: #7adf5a !important;
}
tr.vx-openview.vx-generic-1, td.sideblock.vx-generic-1.vx-openview, tr.vx-openview.vx-generic-0, td.sideblock.vx-generic-0.vx-openview {
    border: none !important;
}
td.sideblock.vx-generic-0.vx-openview{
    border-left: 1px solid #3990a5!important;
}
tr.vx-openview.vx-generic-0.vx-spacer {
    background: #3990a5 !important;
    color: white !important;
}
.vx-openview .vx-blank{
    background:#dfe9e9 !important;
}
td.sideblock.vx-generic-1.vx-openview{
    border-left: 1px solid #d25adf!important;
}
tr.vx-openview.vx-generic-1.vx-spacer {
    background: #087516 !important;
    color: white !important;
}
.v2-rowPrimary.vx-openview{

}
#v2lrchoiceaddress {
    height: 32px;
    padding-top: 1%;
}
.v2-addformwait {
    position: absolute;
    right: 34%;
    bottom: -150px;
    display: none;
}
.vx-spacer td{
    border: none !important;
}
.sideblock{
    width:22%;font-weight:700;border-right:none !important; border-bottom:none !important; border-left:none !important;
}
.sideblockheader{
}
.notblemargin{
    margin-bottom:0 !important;
}
.vx-docs{
    display:none;
}
.vx-down {
    font-size: 30px;
    color: limegreen;
    cursor: pointer;
    display: block;
    margin-top: 5px;
}
.vx-discount td{
    color:green !important;
}
.vxselecteddistrict{
    color:green;
    font-weight:bold;
    
}
.vxselecteddistrict:hover{
   color:limegreen;
   cursor:not-allowed;
}
/* LR STYLES END =============================================================*/
/*PDF Viewer =================================================================*/
.v2-pdfX {
    float: right;
    margin-top: 12px;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #555;
}
.v2-plotcount {
    margin-right: 9%;
    font-weight: normal;
    font-size: 16px;
    margin-top: 3px;
}
.v2-pdfX:hover{
    color: #222;
}
.v2-pdfclose, .v2-OSpdfclose{
    cursor:pointer;
}
#v2-pdfheader, #v2-OSpdfheader{
    width: 98%;
    height: 45px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #666;
}
#v2-pdfdiv, #v2-OSpdfdiv {
    width: 80%;
    position: absolute;
    top: 0px;
    left: 12%;
    height: 1100px;
    z-index: 800;
    display: block;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-shadow: 2px 4px 25px #666;
    padding: 0% 2%;
    display: none;
}
#v2-pdfdiv.vxlros2{
    width: 60%;
    top: -800px;
    left: -16%;   
}
#v2-pdfdivinner object, #v2-OSpdfdivinner object{
    width: 100% !important;
    height: 100% !important;
}
#v2-pdfdivinner, #v2-OSpdfdivinner{
    width: 100%;
    height: 945px;
    border: 1px solid #ccc;
}
.v2-pdfButton {
    height: 30px;
    border-radius: 20px;
}
#v2-pdffooter,  #v2-OSpdffooter{
    width: 19%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: center;
}
/*PDF Viewer =================================================================*/
