/* html5 display rule */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
/* global */
BODY, TD, TH, A, INPUT, TEXTAREA {
    font-family: 'acumin-pro', sans-serif;
    font-weight: normal;
    font-size: 100%;
    color: #0E1427;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    font-family: 'acumin-pro', sans-serif;
}
h4 {
    font-size: 1.1em;
    margin: 7px 0;
}
hr {
    height: 1px;
    background-color: rgba(128, 128, 128, 0.2);
    border: none;
    width: 100%;
    margin: 22px 0;
}
.clearfix {
    clear: both;
}
.uppercase {
    text-transform: uppercase !important;
}
.norm {
	font-weight: normal;
}
.bld {
	font-weight: bold;
}
.upper {
    text-transform: uppercase;
}
.fourteen {
	font-size: 1.3em;
}
.sixteen {
	font-size: 1.4em;
}
.eighteen {
	font-size: 1.3em;
	font-weight: lighter;
}
.twenty {
	font-size: 1.4em;
	font-weight: lighter;
}
.pl_blue {
	color: #0C173C;
}
.warn_red {
    color:#C51F47;
}
.fl_lf {
	float: left;
}
.fl_rt {
	float: right;
}
.ta_rt {
	text-align: right;
}
.pad_lf_7 {
	padding-left: 7px;
}
.pad_rt_7 {
	padding-right: 7px;
}
.pad_top_0 {
    padding-top: 0;
}
.pad_top_7 {
	padding-top: 7px;
}
.pad_top_10 {
    padding-top: 10px;
}
.pad_top_20 {
	padding-top: 20px;
}
.pad_bot_7 {
	padding-bottom: 7px;
}
.mar_lf_7 {
	margin-left: 7px;
}
.mar_rt_3 {
    margin-right: 3px;
}
.mar_rt_7 {
	margin-right: 7px;
}
.mar_rt_20 {
	margin-right: 20px;
}
.mar_top_10 {
	margin-top: 10px;
}
.mar_top_7 {
	margin-top: 15px;
}
.mar_top_20 {
	margin-top: 20px !important;
}
.mar_bot_7 {
	margin-bottom: 7px !important;
}
.mar_bot_10 {
    margin-bottom: 10px !important;
}
.mar_bot_15 {
	margin-bottom: 15px !important;
}
.mar_bot_20 {
	margin-bottom: 20px !important;
}
.wid_100 {
    width: 100% !important;
}
.wid_75 {
    min-width: 75px;
}
.no_click {
    pointer-events: none;
}
.r {
    color: #C51F47;
    font-weight: bold;
}
.txt_rt {
    text-align: right !important;
}
.center_txt {
    text-align: center !important;
}
.left {
    text-align: left;
}
.footnote {
    font-size: .8em;
    text-align: center;
    padding: 5px 0;
}
.userSelectionNote {
    font-size: .9em;
    color: #C51F47;
}
.font_sz_14 {
    font-size: 1.1em;
}
.font_sz_16 {
    font-size: 1.2em;
}
.block {
    display: block;
}
.hidden {
    display: none;
}
.width96 {
    width: 96% !important;
}
.pad_dollar {
    padding-top: 7px;
}
.pad_dollar {
    margin-right: 5px;
}
img#loading_icon {
     margin: 10px 0 0 0;
     height: 24px;
     padding: 4px 10px 0;
 }

/* content */

section {
    padding: 15px 10px;
    display: block;
    max-width: 800px;
    -webkit-appearance: none;
}
section#message {
    text-align: center;
}
header.bluebar {
    padding: 15px 10px;
    background-color: #0C173C;
    color: #fff;
}
header.blkbar {
    padding: 15px 10px;
    background-color: #5C6274;
    color: #fff;
}
.header_bar {
    background-color: #fff;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 1px 2px 3px 3px #E7E7E7;
    -moz-box-shadow: 1px 2px 3px 3px #E7E7E7;
    box-shadow: 1px 2px 3px 3px #E7E7E7;
}
.bodycontent {
    position: relative;
}
label {
    padding-right: 7px;
    clear: left;
    margin: 10px 0 5px 0;
    display: block;
    color: #5C6274;
}
div.informational {
    margin: 10px 0 5px 0;
    display: block;
    color: #0E1427;
    font-size: 1.1em;
    font-weight: bold;
}
span.static_data {
    margin: 10px 0 5px 0;
    display: block;
    color: #0E1427;
    font-size: 1.2em;
}
span.static_data_sm {
    margin: 10px 0 5px 0;
    display: block;
    color: #0E1427;
    font-size: 1.05em;
}
input, textarea {
    padding: 8px;
    border: solid 1px #BABABA;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
input.nine_five {
    width: 95%;
}
input:focus, textarea:focus, select:focus, text:focus {
    outline: none;
    border: 1px solid #59C09B;
}
input.checkbox {
    width:18px;
    -webkit-appearance: checkbox;
}
input#datepicker_autopay_end:disabled {
    background-color: #d4d4d4;
}
input#datepicker_autopay_end:enabled {
    background-color: #fff;
}
.chk_hit {
    margin: 10px 0 0 0;
    padding: 10px 10px 8px;
    clear: both;
}
.check_hit {
    background-color: #ededed;
}
.check_hit_green {
    background-color: #ACE0CD;
}
.check_lbl {
    float: left;
    font-weight: normal;
}
select {
    padding: 8px 12px 8px 6px;
    width: 100%;
    -webkit-appearance: menulist-text;
    -moz-appearance:none;
    outline: none;
    text-indent: 1px;
    text-overflow: '';
    -webkit-background-size: 1600px 32px;
    font-size: 1em;
}
select:disabled {
    padding: 8px 12px 8px 6px;
    background: none;
    background-color: #ededed;
    width: 100%;
    -webkit-appearance: menulist-text;
    -moz-appearance:none;
    outline: none;
    text-indent: 1px;
    text-overflow: '';
    color: #BABABA;
}
select.selection_box {
    background-color: #fff;
    background-image: none;
    color: #0E1427 !important;
}

/* select2 dropdown for mobile */
.select2.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    padding: 8px 12px 8px 6px;
    background: #fff url('/ci/assets/images/mobile/select_bg.png') no-repeat right center;
    width: 100%;
    -webkit-appearance: menulist-text;
    -moz-appearance: none;
    outline: none;
    text-indent: 1px;
    text-overflow: '';
    -webkit-background-size: 1600px 32px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(166, 166, 166);
    border-image: initial;
    color: black;
    margin: 0;
    font: 11px system-ui;
    height: 31px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #0E1427 !important;
}
div.blue_arrow {
    background: url('/ci/assets/images/mobile/blue_arrow.png') no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    float: right;
}
div.gray_arrow {
    background: url('/ci/assets/images/mobile/gray_arrow.png') no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    float: right;
}
div.delete {
    background: url('/ci/assets/images/mobile/delete.png') no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    float: right;
}
div.delete_lf {
    background: url('/ci/assets/images/mobile/delete.png') no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 7px 0 0 7px;
}
input.money_input {
    margin: 0 0 10px 0;
    width: 75% !important;
}
a.mob_reg_btn {
    padding: 30px 0 30px 15%;
    background-color: #ededed;
    border: solid 2px #8A8D9E;
    color: #0E1427;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    margin: 30px 0;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
}
div.home_icon {
    background: url('/ci/assets/images/mobile/home_icon.png') no-repeat;
    width: 54px;
    height: 50px;
    display: block;
    float: left;
    margin: -18px 10px 0 10px;
}
div.rent_icon {
    background: url('/ci/assets/images/mobile/rent_icon.png') no-repeat;
    width: 54px;
    height: 50px;
    display: block;
    float: left;
    margin: -18px 10px 0 10px;
}
div.mgr_icon {
    background: url('/ci/assets/images/mobile/mgr_icon.png') no-repeat;
    width: 54px;
    height: 50px;
    display: block;
    float: left;
    margin: -18px 10px 0 10px;
}
div.locker {
    text-align: left;
    display: inline;
}
span.submit_lock {
    background:transparent url('/ci/assets/images/resident/resident_sprite.png') no-repeat scroll -13px 0px;
    width:13px;
    height:14px;
    display: inline-block;
    margin: 0 0 0 5px;
}
.second_submit {
    padding: 10px;
    background-color: #59C09B;
    border: solid 2px #06846E;
    color: #fff;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px 0;
    text-shadow: 0px 0px 5px #0E1427;
    -webkit-appearance: none;
}
div#boxes {
    padding: 0 10px;
}
div.message p {
    margin: 25px 0;
    font-size: 1.2em;
}
span.select_prop {
    color: #8A8D9E;
}
.refine_message {
    background-color: #fcf1d6;
    border: solid 1px #BABABA;
    margin: 0;
    padding: 15px 0;
    color: #5C6274;
    margin: 8px 0 8px 0;
    width: 100%;
}
.refine_message p {
    padding: 0 10px;
}
span.address_count {
    font-size: 1.1em;
    color: #FF9F00;
}
table.search {
    width: 100%;
    padding: 0;
    border-collapse: collapse;
}
table.search tr td {
    padding: 15px 10px;
    vertical-align: middle;
    color: #8A8D9E;
}
table.search tr:nth-child(even) {
    background-color: #ededed;
}
p.pwhead {
    font-size: 1.05em;
    padding: 0 0 6px 10px;
}
ul.pwlist {
    margin: 0;
    padding: 0;
}
ul.pwlist li {
    list-style: none;
    padding: 2px 0 2px 12px;
    font-size: 1em;
}
.move_off_screen {
    float: left;
    margin-left: -1000000px;
    -webkit-appearance: checkbox;
}
span label.error,
span.acct_lookup_form_input_required_err {
    clear: both;
    white-space: nowrap;
    color: #C51F47;
    padding: 0;
    margin: 7px 7px 7px 0;
    float: none;
    font-size: 1.05em;
    vertical-align: middle;
}
div#selected_property {
    margin-top: 10px;
}
.userSelectionNote {
    font-size: 1em;
    color: #C51F47;
}
span.pass_reset {
    font-size: 1.1em;
    display: block;
    padding: 10px 0;
}
table.res_tbl th,
table.res_tbl td {
    font-size: 1.1em;
}
table.res_tbl, table.prnt_tbl {
    border-collapse: collapse;
    vertical-align: top;
    font-size: 1.1em;
    width: 100%;
    text-align: left;
}
table.res_tbl th, table.prnt_tbl th {
    padding: 12px;
    background-color: #5C6274;
    color: #fff;
    text-align: left;
}
table.res_tbl th.center_txt, table.prnt_tbl th.center_txt {
    text-align: center;
}
tr.even td {
    background-color: #ededed;
}
table.res_tbl td, table.prnt_tbl td {
    padding: 12px;
    vertical-align: middle;
    font-size: 1.05em;
    width: 100%;
}
tr.action_row td {
    background-color: #BABABA;
    font-weight: 500;
    color: #0E1427;
    padding: 12px;
}
tr.action_row td.odd {
    border-bottom: solid 2px #D4D4D4;
}
table.res_tbl_o {
    border-collapse: collapse;
    vertical-align: top;
    width: 100%;
    text-align: left;
    border-bottom: solid 1px #ededed;
}
table.res_tbl_o th {
    padding: 12px;
    background-color: #5C6274;
    color: #fff;
    text-align: left;
    font-size: 1.1em;
}
table.res_tbl_o th.center_txt {
    text-align: center;
}
table.res_tbl_o td {
    padding: 12px;
    vertical-align: middle;
    font-size: 1.1em;
}
table.review_tbl tr:nth-child(odd) {
    background-color: #ededed;
}
table.tbl_bot_border {
    border-bottom: solid 1px #ededed;
}
div.single_header {
    padding: 12px;
    background-color: #5C6274;
    color: #fff;
    text-align: left;
    display: block;
}
div.prop_details {
    text-align: left;
    padding: 15px 0;
    color: #0E1427;
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 0 0 0 12px;
}
div.prop_details span {
    font-size: .85em;
    margin: 0;
    color: #5C6274;
}
.success_message {
    padding: 8px;
    background-color: #5C6274;
    border-left: solid 25px #59C09B;
    text-align: left;
    margin: 0;
    font-size: 1.3em;
    color: #fff;
}
.error_message {
    padding: 8px;
    background-color: #5C6274;
    border-left: solid 25px #C51F47;
    text-align: left;
    margin: 0;
    font-size: 1.1em;
    color: #fff;
}
#warningContainer,
#new_warning_container {
    margin: 0 0 20px 0;
    display: none;
    background-color: #5C6274;
    border: none;
    border-left: 25px solid #FDB627;
    padding: 10px;
    color: #fff;
    font-size: 1em;
}
#warningContainer a,
#warningContainer a:visited,
#new_warning_container a,
#new_warning_container a:visited {
    color: #FDB627;
}
#warningContainer h2 {
    font-weight: bold;
    font-size: 1.1em;
    margin: 0 0 8px 0;
    padding: 0;
}
#warningContainer p {
    font-weight: bold;
    margin: 0;
    font-size: 1em;
    padding: 0;
}
#warningContainer label.error {
    margin: 0;
    padding: 0;
}
#warningContainer div.warn_mess {
    display: block;
    background-color: transparent;
    margin: 0;
    border: none;
    padding: 0;
    height:auto;
    font-size: 1em;
    color: #0E1427;
}
#warningContainer div.warn_mess ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#warningContainer div.warn_mess ul li {
    text-align: left;
    padding: 0;
    margin: 0;
}
div.pymt_detail {
    background-color: #ededed;
    padding: 8px 10px;
}
div.pymt_detail ul li {
    padding: 3px 0;
    font-weight: bold;
    list-style: none;
}
div.pro_fee {
    padding: 10px 0;
}
table.res_tbl_o td.tot_td {
    font-size: 1.2em;
    background-color: #E6F6F0;
    padding: 12px 10px;
    border-top: solid 1px #ACE0CD;
}
ul.addl_terms {
    padding: 10px;
    margin: 15px 0 0 0;
    font-size: .9em;
    text-align: left;
    background-color: #fcf1d6;
    border: solid 1px #FDB627;
}
ul.addl_terms li {
    margin: 7px 0 10px 15px;
    font-size: .9em;
}
p.gen_announce {
    text-align: left;
    font-size: 1.05em;
    background-color: #fddce2;
    padding: 10px;
    margin-bottom: 0;
}
footer {
    background-color: #fff;
    padding: 12px 10px;
    border-top: solid 1px #D4D4D4;
    border-bottom: solid 1px #D4D4D4;
}
.profile_placeholder {
    background-color: transparent !important;
    float: right;
    padding: 6px 0;
    margin: 12px 8px;
    width: 48px;
    cursor: default;
}
.etabs {
    margin: 0;
    padding: 0;
}
.tab {
    display: inline-block;
    zoom:1;
    *display:inline;
    background: #ededed;
    border: solid 1px #8A8D9E;
    border-bottom: none;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
.tab a {
    font-size: 1.1em;
    line-height: 2em;
    display: block;
    padding: 0 10px;
    outline: none;
    text-decoration: none;
    color: #06846E;
}
.tab.active {
    background: #fff;
    padding-top: 4px;
    position: relative;
    top: 1px;
    border-color: #8A8D9E;
}
.tab a.active {
    font-weight: bold;
}
.tab-container .panel-container {
    background: #fff;
    border: solid #8A8D9E 1px;
    padding: 10px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
}
.tab_content {
    padding: 10px;
    border: solid 1px #8A8D9E;
}
.Zebra_DatePicker {
    width: 95%;
}
.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td,
.Zebra_DatePicker .dp_actions .dp_caption, .Zebra_DatePicker .dp_clear {
    font-size: 1.3em !important;
    font-family: 'acumin-pro',sans-serif;
}
.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
    background: #E7E7E7;
    width: 30px;
    border: 1px solid #BABABA;
    height: 20px;
    font-size: 1.3em !important;
    font-family: 'acumin-pro',sans-serif;
    vertical-align: middle;
}
ol.resident_ol {
    font-size: 1.05em;
    list-style-type: decimal;
    padding: 0 0 0 20px;
}
ol.resident_ol li {
    margin: 3px 0 0 10px;
}
div.terms {
    clear: both;
    margin: 20px 0;
}
div.terms p {
    padding: 5px 0;
}
.escape_mobi {
    display:block;
    margin: 30px 0;
}
div.ap_lnk_box {
    border-bottom: solid 2px #59C09B;
    background-color: #E6F6F0;
    color: #0E1427;
    font-size: 1.2em;
    padding: 8px;
    text-align: left;
    margin: 0 0 20px 0;
    font-weight: bold;
}
div.ap_lnk_box div.lft {
    width: 70%;
    float: left;
}
div.ap_lnk_box div.rgt {
    width: 30%;
    float: left;
}
span.ap_box_content {
    font-size: 1.1em;
    color: #8A8D9E;
    display: block;
    padding: 7px 0;
}
span.skipped {
    color: #C51F47;
}
.page_title_mob {
    margin: 0 auto;
    height: 40px;
    width: 40px;
    background: url("/ci/assets/images/mobile/logo_mobi.png") no-repeat;
}
.var_ap_box {
    display: block;
    padding: 0 0 20px 0;
    width: 100%;
    margin: 0 10px 0 0;
    text-align: left;
}
.var_ap_box p {
    padding: 0 40px;
}
.var_ap_box h1 {
    display: block;
    padding: 10px 0;
    width: 100%;
    margin: 0 0 15px 0;
    text-align: center;
    background-color: #5C6274;
    color: #fff;
    font-size: 1.2em;
}
div.mobile_logo {
    background: url('/ci/assets/images/shared/logo.png') no-repeat;
    display: block;
    width: 198px;
    height: 53px;
    margin: 15px auto 50px auto;
}
table.line_item_details {
    border: solid 1px #E7E7E7;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
}
table.line_item_details th {
    font-size: 1.05em;
    color: #fff;
    background-color: #0C173C;
    padding: 4px 6px;
}
table.line_item_details td {
    font-weight: normal;
    font-size: 1.05em;
    color: #0E1427;
    padding: 4px 6px;
}


/* accordion styles */

ul.accordion,
ol.accordion {
    margin: 0;
    padding: 0;
}
.accordion li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.accordion li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    *zoom: 1;
}
.accordion li li {
    list-style-type: disc;
    margin-left: 1em;
}
.accordion a {
    color: inherit;
    text-decoration: inherit;
}
.accordion .loading {
    display: none;
}

.loading {
    display: none;
}
.accordion {
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    width:  100%;
}
.accordion li h3 a {
    background-color: #fff;
    border-bottom: 1px solid #D4D4D4;
    border-top: 1px solid #D4D4D4;
    color: #5C6274;
    display: block;
    font-size: 1.3em;
    font-weight: normal;
    margin: 0;
    padding: 18px 12px;
}
.accordion li.active h3 a {
    background-color: #ACE0CD;
    border-bottom: 1px solid #D4D4D4;
    border-top: 1px solid #D4D4D4;
    color: #0E1427;
    font-weight: 600;
}
.accordion li h3 {
    margin: 0;
    padding: 0;
}
.accordion .panel {
    padding: 0;
}
.accordion .panel th {
    font-size: 1.1em;
}

/* /accordion styles */

#pswd_info {
	width:300px;
	padding:5px;
	background:#fff;
	border:1px solid #ACE0CD;
	display:block;
	margin-top: 10px;
}
#pswd_info h4 {
	margin:0 0 10px 0;
	padding:0;
	font-weight:bold;
	font-size: 1.1em;
}
#pswd_info ul, #pswd_info li {
	margin:0;
	padding:0 0 0 20px;
	list-style-type:none;
}
#pswd_info li {
    line-height: 20px;
}

section#choose_reg {
    font-size: 1em;
    color: #8A8D9E;
}
div.reg_ad {
    background-color: #fff;
    width: 260px;
    margin: 40px;
    float: left;
}
div.reg_ad h5 {
    font-size: 1.5em;
    font-weight: lighter;
    margin: 0 0 10px;
    color: #06846E;
}
div.reg_ad p {
    font-size: 1.2em;
    font-weight: lighter;
    height: 125px;
}
.login_input {
    width: 100%;
    font-size: 1.2em;
    color: #0E1427;
    display: block;
    -webkit-appearance: none;
    margin: 0 0 7px 0;
}
form.login_form input {
    padding: 10px;
    border: solid 1px #D4D4D4;
    font-size: 1.1em;
    background-color: #fff;
    color: #0E1427;
    margin: 0 0 8px 0;
}
form.login_form select {
    margin: 0 0 8px 0;
    font-size: 1.1em;
}
div.login_box_foot {
    text-align: center;
    height: 65px;
}
div.help_footer {
    padding: 12px 0 0;
    color: #8A8D9E;
    font-size: 1.2em;
}
.light_txt {
    color: #8A8D9E;
    font-size: 1.05em;
    display: block;
    margin: 0 0 30px 0;
}
div.facebook {
    background: url('/ci/assets/images/shared/fb_placeholder.png') no-repeat;
    display: block;
    cursor: pointer;
    width: 250px;
    height: 39px;
    margin: 0 0 8px 0;
}
a.google{
    background: url('/ci/assets/images/shared/ggl_placeholder.png') no-repeat;
    display: block;
    width: 250px;
    height: 40px;
}
form input {
    padding: 10px;
    border: solid 1px #d4d4d4;
    font-size: 1.1em;
    color: #0E1427;
    font-weight: normal;
}
form input[type=checkbox] {
    padding: 2px;
    border: 1px;
    font-size: 1.1em;
    background-color: #ededed;
    color: #0E1427;
    -webkit-appearance: checkbox;
    width: auto;
}
.mobi_chbx_btn_off {
    background-color: #D4D4D4;
    padding: 10px 5px;
    cursor: pointer;
}
.chbx_btn_success {
    background-color: #ACE0CD;
}
[type="radio"] + span::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 0.125em solid #fff;
  box-shadow: 0 0 0 0.1em #BABABA;
  margin: 0 5px;
}
[type="radio"]:checked + span::before {
  background: #5C6274;
  box-shadow: 0 0 0 0.1em #BABABA;
}
form input[type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px; margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    -webkit-appearance: radio;
}
[type="radio"]:focus + span::after {
  content: '\0020\2190';
  font-size: 1.5em;
  line-height: 1;
  vertical-align: -0.125em;
}
label.radio_label {
    width: 100%;
    background-color: #ededed;
    padding: 9px 0;
}
div.search_box {
    width: 100%;
    text-align: center;
    color: #8A8D9E;
}
div.search_box h3 {
    font-size: 1.6em;
    font-weight: lighter;
}
div.search_box p {
    font-size: 1.2em;
    font-weight: lighter;
    margin: 0 0 25px 0;
}
div.filter_bar {
	background-color: #ededed;
	padding: 10px 15px;
	text-align: left;
	font-size: 1em;
}
div.filter_bar form {
    display: inline;
}
div.filter_bar form input {
    padding: 4px;
    border: solid 1px #BABABA;
    width: 100px;
}
form input.input_long {
    width: 100%;
    margin: 0 0 8px 0;
}
label.reg_lbl {
    color: #8A8D9E;
}
select.reg_select {
    font-size: 1.1em;
}

/* styles for payment reminder banner */
div.action_box {
    border: solid 2px #FF9F00;
    background-color: #fcf1d6;
    color: #0E1427;
    font-size: 1.2em;
    padding: 8px;
    text-align: left;
    border-radius: 5px 5px 0 0;
    margin: 15px 0 0 0;
    font-weight: bold;
}
div.or {
    background:url('/ci/assets/images/shared/or.png') no-repeat;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 100000;
    margin: -16px 0 -25px 215px;
}
div.action_lnk_box {
    border: solid 2px #5C6274;
    background-color: #E7E7E7;
    color: #0E1427;
    font-size: 1.3em;
    padding: 8px;
    text-align: left;
    border-radius:  0 0 5px 5px;
    margin: 5px 0 0 0;
    font-weight: bold;
    width: 95%;
}
div.visa_banner {
    padding: 12px 15px;
    background-color: #D4D4D4;
    margin: 0 0 15px 0;
}
div.visa_banner span {
    width: 100%;
    padding: 0 5px;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-size: 1em;
}
div.login_option {
    background-color: #fff;
    margin: 20px 3%;
    padding: 10px;
    text-align: center;
}
div.login_option p {
    font-size: 1.2em;
    color: #0E1427;
    padding: 0 0 30px 0;
}
table.prop_results td {
    text-align: left;
    padding: 15px 5px;
}
p.alt_warn {
    width: 90%;
    text-align: left;
    margin-left: 5px;
}

.mobile_invoice_footer {
    margin-bottom: 15px;
}
.statement_updated {
    font-size: 1.05em;
    color: #5C6274;
    font-weight: normal;
}
table.form_tbl_pf {
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    width: 100%;
}
table.form_tbl_pf td {
    padding: 8px;
    vertical-align: top;
}
table.form_tbl_pf td:nth-child(1) {
    padding: 3px 8px;
    vertical-align: top;
    width: 35%;
}
table.form_tbl_pf td:nth-child(2) {
    padding: 3px 8px;
    vertical-align: top;
    width: 65%;
}
.bill_loading {
    display: none;
}
.stripe tr:nth-child(odd) {
    background-color: #ededed;
}
/* Ledger related */
.loading_ledger_table {
    display: none;
}
input[type="text"][disabled] {
    background-color: #D4D4D4;
    color: #8A8D9E;
}
span.balance_updated {
    display: block;
    font-size: 1.05em;
    font-weight: normal;
    color: #5C6274;
    margin: 0 0 0 5px;
}
span.mobile_info {
    font-size: 1.2em;
    font-weight: bold;
    color: #0E1427;
}
span.balance_updated {
    display: block;
    font-size: 1.1em;
    font-weight: normal;
    color: #5C6274;
    margin: 0 0 0 5px;
}
div.payfield_update_date {
    font-size: 1.05em;
    font-weight: normal;
    color: #5C6274;
    margin: 1px 0 0 5px;
    float: left;
}
div.paperless_head {
    margin-bottom: 5px;
}
div.email_collect_v {
    background: #fddce2;
    border: solid 1px #5C6274;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
}
div.email_collect_v span.advert {
    padding: 10px;
    display: inline-block;
}
div.email_collect_v span.form {
    padding: 5px 10px;
    display: block;
    background-color: #ededed;
    margin: 0;
}
div.email_collect_v span.form label {
    margin: 0 0 5px 0;
}
div.email_collect_v span.form input.email {
    min-width: 97%;
    font-size: 1.05em;
    padding: 2px;
    margin: 0 0 7px 0;
    border: solid 1px #5C6274;
}
div.email_collect_v span label.error {
    font-size: 1em;
    margin: 0 0 7px 0;
}
div.email_collect_v .circle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #C51F47;
    color: #fff;
    font-size: 1.55em;
    font-weight: bold;
    margin: 0 7px 0 0;
    text-align: center;
    float: left;
}
h4.banner {
    margin: 0;
}
h5 {
    font-size: 1.05em;
    margin: 0;
    font-weight: bold;
    text-align: center;
}
span.Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
}
table.dp_header, table.dp_daypicker {
    width: 100%;
}
div#opt_in_form_hide {
    display: none;
}
div.profile_cr div#opt_in_form_hide {
    display: block;
}
div.profile_cr div.opt_in_action {
    display: none;
}
img.pay_type_icon {
    vertical-align: middle;
    float: left;
    margin-right: 9px;
}
img.pay_type_icon_masterpass, img#masterpass_type_icon {
    height: 18px;
    padding-top: 1px;
}
.billing_banner {
    background-color: #E6F6F0;
    border: solid 1px #59C09B;
    padding: 15px;
    font-size: 1.1em;
    text-align: left;
    margin: 20px 30px;
}
.search_box .billing_banner p {
    margin-bottom: 0;
}
.visa_disclosure,
.visa_disclosure a,
.visa_disclosure span,
.second_disclosure,
.second_disclosure p {
    font-size: 1em;
}
.second_disclosure {
    display: none;
}
.hangingindent {
    padding-left: 12px;
    text-indent: -12px;
}
.logo {
    background: url('/ci/assets/images/shared/zego_gpi_logo.png') no-repeat center;
    display: block;
    width:266px;
    height: 141px;
    margin: 15px auto 0;
    padding: 5px;
}
.mobi_reg_suc {
    text-align: center;
}
.reg_suc_head {
    font-size: 2.15em;
    font-weight: normal;
    color: #0E1427;
}
.reg_suc_body {
    font-size: 1.5em;
    margin: 30px 10px 25px;
}
.check_mark {
    background: url('/ci/assets/images/resident/check_mark_icon.png') no-repeat center;
    height: 84px;
    width: 84px;
    margin: 70px auto 20px;
}
.not_accpet_mobi {
    padding: 50px 10px;
}

/* Payment Processing Overlay */
#process_payment_overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 1200;
    color: #fff;
    font-size: .9em;
}
#process_payment_overlay > span {
    font-size: .9em;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 14px 0 0 -89px;
}
#process_payment_loading {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}

/* modal popup */
#mask {
    position: absolute;
    z-index: 700;
    background-color: #000;
    display: none;
    top: 0;
    left: 0;
}
#boxes {
    padding: 0;
    margin: 0;
    height: 0;
}
#boxes .window_tls {
    position: fixed;
    display: none;
    z-index: 9999;
    padding: 5px;
    background-color: #fff;
    margin: 0;
    width: 75%;
    height: auto;
}
#boxes .window .dep_links {
    height: 350px;
    overflow: scroll;
}
#boxes #warn_TLS .titlebar {
    background-color: #C51F47;
    color: #fff;
    padding: 7px;
    margin: 0 0 15px 0;
    font-size: 1.3em;
}
#boxes #warn_TLS p,
#boxes #warn_TLS h3 {
    padding: 0 10px 10px;
}
#boxes #warn_TLS h3 {
    font-weight: bold;
    color: #C51F47;
}
#boxes #warn_TLS a.sm_green_btn,
#boxes #warn_TLS a.sm_gray_btn {
    padding: 8px 0 5px 0;
    width: 100%;
    margin: 0 0 5px;
    color: #fff;
}
#boxes .window a:link, #boxes .window a:active {
    color: #06846E;
}
#boxes a:link.close, #boxes a:active.close {
    float: right;
    display: block;
    color: #59C09B;
}
#boxes a:hover.close, #boxes a:visited.close {
    color: #fff;
}
#boxes #warn_TLS .closebtn {
    float: right;
    display: block;
    margin: 6px 6px 0 0;
    color: #fff !important;
}
.migrated_lbl {
    display: none !important;
}
a.grn_btn.disabled {
    background-color: #8A8D9E;
    border-bottom: #8A8D9E 5px solid;
    color: #5C6274 !important;
    cursor: default;
    height: auto;
}
.acct_lookup_form_t_and_c_mob {
    text-align: left;
    width: 200px;
    font-size: medium;
    margin-top: 1px;
    margin-left: 1px;
}
.acct_lookup_form_t_and_c_link_mob {
    text-align: center;
    font-size: medium;
}
.pm_logo_img {
    width: 80px;
}
