/* Minification failed. Returning unminified contents.
(958,1): run-time error CSS1019: Unexpected token, found '@charset'
(958,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(958,17): run-time error CSS1019: Unexpected token, found ';'
 */
html {
    /*background-color: #e2e2e2; */
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    /*border-top: solid 10px #000;*/
    color: #333;
    font-size: .95em;
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif !Important;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        /*background-color: #c7d1d6;*/
    }


header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}


.float-left {
    float: left;
}

.float-right {
    float: right;
}
.clear-fix {
    clear:both;
}
.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: #fff;
    clear: both;
    /*padding-bottom: 35px;*/
}

.main-content {
    padding-left: 10px;
    /*padding-top: 30px;*/
}

.featured + .main-content {
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 20px 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 20px 0 12px;
    text-align: right;
}

    #login a {
        /*background-color: #d3dce0;*/
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin-left: 0px;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #fff;
            text-decoration: none;
            padding-left: 5px;
        }

            ul#menu li a:hover {
                /*color: #CCC;*/
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        /*background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);*/
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 45%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 50%;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    fieldset label {
        display: block;
        font-size: 1.0em;
        font-weight: 600;
    }

        fieldset label.checkbox {
            display: inline;
        }

    fieldset input[type="text"],
    fieldset input[type="password"] {
        border: 1px solid #e2e2e2;
        color: #333;
        font-size: 1.2em;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 300px;
    }

        fieldset input[type="text"]:focus,
        fieldset input[type="password"]:focus {
            border: 1px solid #7ac0da;
        }

    fieldset input[type="submit"] {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
    }

/* ajax login/registration dialog */
.ui-dialog {
    font-family: inherit;
    font-size: 1.0em;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0 none;
}

.ui-dialog input {
    font-family: inherit;
    font-size: 1.25em;
}

.ui-dialog-titlebar {
    color: inherit;
    font-weight: inherit;
    border: 0 none;
    background: none;
    float: right;
}

.ui-dialog-titlebar-close {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.ui-widget-header {
    border: 0 none;
    background: none;
}

.modal-popup {
}

.modal-popup input[type="text"],
.modal-popup input[type="password"] {
    width: 90%;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

ul#social li {
    display: inline;
    list-style: none;
}

    ul#social li a {
        color: #999;
        text-decoration: none;
    }

a.facebook, a.twitter {
    display: block;
    float: left;
    height: 24px;
    padding-left: 17px;
    text-indent: -9999px;
    width: 16px;
}

a.facebook {
    background: url("../Images/facebook.png") no-repeat;
}

a.twitter {
    background: url("../Images/twitter.png") no-repeat;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


.debug {
    color: red;
    font-weight: bold;
}


.us-residents table/*,
.us-table table*/ {
    width: 100%;
}

.us-residents td,
.us-table td {
    text-align: center;
    vertical-align: top;
    font-size: 8pt;
    border-bottom: 1px solid #BBBBBB;
}

.us-residents th,
.us-table th {
    vertical-align: middle;
    text-align: center;
    font-size: .9em;
    border-bottom: 2px solid #BBBBBB;
    padding-left: 10px;
    padding-right: 10px;
}

.us-table {
    width:auto;
}

.us-table .name-col,
.us-table .name-col-edit {
    width:200px;
    padding:2px 5px;
    text-align:center;
    font-size:.8em;
}
.us-table .value-col,
.us-table .value-col-edit {
    max-width:70px!important;
    padding:2px 5px;
    text-align:center;
    font-size:.8em;
}

.us-table .value-col input {
    text-align:center;
    width:40px!important;
}

.us-table .type-col,
.us-table .type-col-edit {
    max-width:100px!important;
    padding:2px 5px;
    text-align:center;
    font-size:.8em;
}
.us-table .def-col,
.us-table .def-col-edit {
    max-width:50px!important;
    padding:2px 5px;
    text-align:center;
    font-size:.8em;
}
.us-table .vac-col,
.us-table .vac-col-edit {
    max-width:50px!important;
    padding:2px 5px;
    text-align:center;
    font-size:.8em;
}

#propertythresholds {
    float:right;
}
#propertythresholds tr {
    padding:2px 5px;

}

#propertythresholds th {
    border-bottom:2px #5b5b5b solid;
}
#propertythresholds td {
    border-bottom:1px #5b5b5b solid;
}
#propertythresholds tfoot td {
    border-bottom:0 #5b5b5b solid;
    text-align:right;
}

.display-field,
.display-label,
.editor-label,
.editor-field,
.editor-field-ddl {
    border-top: 1px solid #DDDDDD;
    /*font-size: .9em;
    height: 35px;*/
    vertical-align: middle;
}

.display-label,
.editor-label {
    float: left;
    width: 200px;
    font-weight: 600;
    padding: 10px;
    vertical-align: middle;
}

.display-field,
.editor-field,
.editor-field-ddl {
    float: left;
    width: 350px;
    padding:5px 10px;
}

.display-field input {
    width: 300px;
}

.display-field input[type="checkbox"] {
    width: 10px;
}

.editor-field-ddl {
    float: left;
    width: 500px;
    padding-top: 10px;
    padding-bottom: 0px;
}

.display-field {
    padding-top: 10px;
    padding-bottom: 0px;
}

.display-item {
    /*max-width: 540px;*/
    font-size: 9pt;
}

.display-title {
    padding: 10px;
}

#propertydetails div.display-label {
    float: left;
    width: 200px;
    font-weight: 600;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

#propertydetails div.display-field {
    width: 195px;
    float: right;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

#propertydetails div.display-item {
    max-width: 440px;
}

#propertydetails td {
    vertical-align: top;
}

.systemaccount,
.addressdetails {
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-box {
    /*we will first set the border styles.*/
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    /*we are now going to add in the shadow image that we created earlier
    background-image: url(back_field.gif);*/
    background-repeat: repeat-x;
    /*I am going to add some text formatting of my own*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    color: #333333 !important;
    width: 200px;
    height: 15px;
}

    /*we are now going to style how the textfield will look when we
hover over it and when we actually have it selected*/

    .text-box:hover {
        border-color: #64acd8;
        border-width: 1px;
    }

    .text-box:focus {
        border-color: #64acd8;
        border-width: 1px;
    }


.editor-label,
.editor-field {
    float: left;
}

.editor-field {
    width: 500px;
}


.editor-label {
    width: 200px;
    font-weight: bold;
}

.currprop-row {
}

.details-list {
    font-size:9pt!important;
}

.details-list th {
    padding: 5px;
    padding-top: 10px;
    text-align: center;
    font-size: .9em;
    border: 1px solid #DDDDDD;
}


.details-list td {
    padding: 5px;
    padding-top: 10px;
    text-align: center;
    border: 1px solid #DDDDDD;
    font-size: 8pt;
}

.display-list-notes {
    width: 200px;
}


.display-list-unit,
.display-list-name {
    width: 150px;
}

.display-list-type {
    width: 75px;
}

.property-listing th,
.property-listing td {
    padding: 5px;
    text-align: center;
    border: 1px solid #DDDDDD;
    font-size: .8em;
}

.property-listing-phone,
.property-listing-email,
.property-listing-fax {
    width: 100px;
}

.property-listing-comments {
    width: 150px;
    text-align: left;
}

.dataTables_length {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.9em !important;
}

.datatables_filter {
    font-size: 0.9em !important;
}

#meterreadings_wrapper,
#issuelog_wrapper,
#alertlog_wrapper {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 0.9em;
}

#meterreadings_paginate,
#meterreadings_info,
#meterreadings_length,
#meterreadings_filter {
}

table.datatable td {
    vertical-align: middle;
}

table.datatable tr.odd td {
    background-color: #DDDDDD !important;
}


table.dataTable tr.even td.sorting_1,
table.dataTable tr.even td.sorting_2,
table.dataTable tr.even td.sorting_3 {
    background-color: #e2e2e2 !important;
}

table.dataTable tr.odd td.sorting_1,
table.dataTable tr.odd td.sorting_2,
table.dataTable tr.odd td.sorting_3 {
    background-color: #c8c8c8 !important;
}

.propsel-item {
    float: left;
    padding-left: 20px;
}

.prop-selectddl {
    /*width: 225px;*/
    float: left;
    padding-left: 10px !important;
    padding-right: 15px;
    border-right: 2px solid #fff;
    height: 25px;
}

.propsel-label {
    font-weight: 700;
    color: #FFF;
    max-width: 150px;
    float: left;
    padding-left: 15px;
}

.propmenuitems {
    width: 960px;
    height: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    background: #4d839f; /*#579fd0; */
}

.ui-widget {
    font-size: .8em !important;
}

.ui-tabs {
    padding-bottom: 20px;
}

@charset "utf-8";
/* CSS Document */

header {
    background-color: #FFF;
    width: 100%;
    /*height: 135px;*/
}

.header-content {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

nav {
    background-color: #6fa032;
    height: 30px;
    width: auto;
    margin: 0px;
    padding-top: 1px;
    padding-bottom:5px;
    /*border-top-width: 5px;*/
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #CCC;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    vertical-align: middle;
    /*-moz-box-shadow: 1px 1px 10px #888;
    -webkit-box-shadow: 1px 1px 10px #888;
    box-shadow: 1px 1px 10px #888;*/
    clear: both;
}

    nav ul {
        display: block;
        text-align: right;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    nav li,
    ul#menu li a {
        display: inline;
        padding-right: 10px;
        padding-bottom: 1px;
        font-size: 14px;
        color: #FFF;
        padding-top: 1px;
        /*padding-left: 20px;*/
        font-weight: 400;
    }

        nav li a {
            color: #FFF;
            text-decoration: none;
        }

        nav li:hover {
            color: #FFF;
            text-decoration: none;
            background-image: url('/Content/images/whiteicon.png');
            background-repeat: no-repeat;
            background-position: left center;
            background-color: transparent !important;
        }

.content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 2%;
    margin-right: 20%;
    margin-left: 20%;
    float: left;
}

footer {
    background-color: #6fa032; /*#579fd0; */
    height: 125px;
    padding: 10px;
    vertical-align: bottom;
    /*-moz-box-shadow: -1px -1px 10px #888;
    -webkit-box-shadow: -1px -1px 10px #888;
    box-shadow: -1px -1px 10px #888;*/
}

.shadow {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url('/Content/images/shadow-up.jpg');
}

.login {
    float: right;
    height: 20px;
    width: 200px;
    padding-bottom: 10px;
    margin-right: 20%;
    text-align: right;
    padding-right: 15px;
}

.copyright,
.debug,
.disclaimer {
    color: #FFF;
    /*background-color: #360;*/
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    /*padding-left: 20%;*/
    padding-top: 1px;
    vertical-align: top;
    font-size: 12px;
    padding-bottom: 5px;
    text-align: center;
}

.debug {
    color: red;
}

.disclaimer {
    text-align: center;
    font-style: italic;
    width: 800px;
}

.pagetitle {
    font-size: 24px;
    font-weight: bold;
}

.image {
    text-align: right;
    float: right;
    padding-bottom: 10px;
    padding-left: 10px;
}

.ui-widget-content {
    border: none;
}

.ui-tabs-panel {
    border: solid 1px #aaa;
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    padding-bottom: 2em !important;
}

#main-content-section {
    padding-top: 15px;
    padding-bottom: 30px;
}

.ui-tabs {
    /*padding-top: 5px !important;*/
}

.propsel-item a,
.propsel-item a:link,
.propsel-item a:visited {
    text-decoration: none;
    color: #fff;
}

.propsel-item,
.propsel-item:hover {
    background-color: transparent !important;
    background: none !important;
    padding-top: 1px;
}

.prop-selectddl,
.prop-selectddl:hover {
    padding-top: 0px;
}

.propmenushadow {
    background-image: url('/Content/images/shadow.png');
    width: 960px;
    height: 8px;
}

#StartDate,
#EndDate,
#MDStartDate,
#MDEndDate {
    max-width: 100px;
    font-size: .9em;
    text-align: center;
}

.listfilters div,
.propertylistfilters div {
    display: inline;
    margin: 0 .75em 0 .75em;
    width: 30%;
}

.listfilters,
.propertylistfilters {
    font-size: .8em;
    font-weight: 600;
    padding-left: 195px;
    padding-bottom: 10px;
    width: 765px;
    background: #4d839f;
    height: 25px;
    padding-top: 10px;
    color: #fff;
    margin-bottom: 10px;
}

.listfilters {
height:32px;
}


.utiltypecheck {
    padding-top: 5px;
}

.utilitytypefilter {
    padding-top: 10px;
}

.propertylistfilters {
    background-color: #6fa032;
    padding-top: 5px;
    padding-bottom: 15px;
}

.utilitytypefilter {
    max-width: 200px !important;
}

fieldset input[type="submit"] {
    font-size: .8em;
    font-weight: 600;
}

.propdetails {
    width: 960px;
    float:left;
    padding-bottom:10px;
}

.propinfo {
    width: 435px;
    float: left;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
}

.propthreshsection {
    width: 435px;
    float: left;
    padding-bottom: 15px;
}

.propthresh {
    float: left;
}

.propvacthresh {
    width: 200px;
    float: left;
}

.propinfoitem {
    /*width: 400px;*/
    padding-left: 40px;
    padding-right: 20px;
    min-height: 25px;
}

.propitemfield,
.propitemvalue,
.threshitemfield,
.threshitemvalue {
    width: 50px;
    float: left;
    font-size: .8em;
}

.propitemfield {
    text-align: right;
    padding-right: 10px;
}

.propitemvalue {
    width: 175px;
}

.threshitemvacfield,
.threshitemvacvalue {
    width: 100px;
    float: left;
    font-size: .8em;
}

.threshitemfield,
.threshitemvacfield {
    text-align: right;
    font-weight: 600;
}

.threshitemfield {
    width: 50px;
}

.propitemfield {
    width: 80px;
    font-weight: 600;
}

.threshitemvalue,
.threshitemvacvalue {
    width: 65px;
    font-size: .8em;
    padding-left: 10px;
}

    .threshitemvalue input[type="text"],
    .threshitemvacvalue input[type="text"],
    .residthreshitemvalue input[type="text"] {
        width: 50px;
        height: 15px;
        font-size: .8em;
        text-align: center;
    }

.threshitemfield,
.threshitemvacfield {
    padding-top: 10px;
}

.propthreshitem {
    width: 140px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.propvacthreshitem {
    width: 200px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.threshupdate {
    /*vertical-align: bottom;*/
    padding-top: 5px;
    float: left;
    width: 50px !important;
}



.residthreshupdate {
    float: left;
    width: 25px;
}

.residthreshsection {
    width: 425px;
    float: left;
}

.residthreshupdate {
}

.residthreshitemfield {
}

.residthreshitemvalue {
}

.residthreshitemfield {
}

.residthreshitem {
    height: 25px;
}

.userdetails {
    width: 960px;
    font-size: .8em;
}

.residthresh {
}

.userinfoitem {
    width: 400px;
    min-height: 25px;
}

.userinfo {
    width: 400px;
    float: left;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.residthresh {
    width: 250px;
    float: left;
    padding-left: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.useritemfield {
    float: left;
    width: 100px;
    font-weight: 600;
    text-align: right;
    padding-right: 20px;
}

.useritemvalue {
    float: left;
    width: 280px;
}

.residthreshitemfield {
    float: left;
    width: 150px;
    font-weight: 600;
    text-align: right;
    padding-right: 20px;
}

.residthreshitemvalue {
    float: left;
    width: 75px;
}

.residthreshupdate {
    float: left;
    padding-top: 30px;
}

.expired td,
.expired td a {
    color: red;
}

.ti-desc {
    padding-bottom: 0px;
}

.ti-utility {
    padding-top: 20px;
}

.ti-utildesc {
    padding-top: 10px;
    padding-left: 30px;
}

.ti-footer {
    padding-top: 10px;
    font-weight: 600;
    font-size: .9em;
    font-style: italic;
}

.threshinfo {
    text-decoration: none;
    font-size: .8em;
    font-weight: 600;
}

    .threshinfo a {
        text-decoration: none;
    }

.utiltotals {
    margin: auto;
    width: 750px;
    padding-left: 150px;
    height:20px;
    border:1px solid #CCC;
    padding-top:5px;
    background-color:#EEE;
}

.utiltotalhead {
    font-weight: 600;
    float: left;
    width: 110px;
}

.utiltotal {
    float: left;
    width:200px;
    
}

.utiltotallabel {
    float: left;
    text-align:center;
}

.utiltotalvalue {
    float: left;
    padding-left: 10px;
    font-weight: 600;
    width:115px;
}

.userthreshinfo,
.propthreshinfo {
    float: right;
    padding-right: 50px;
    text-decoration: none;
    font-style: italic;
}

    .userthreshinfo a,
    .propthreshinfo a {
    }

.propthreshinfo {
}

textarea {
    border: 1px solid #e2e2e2;
    color: #333;
    margin: 5px 0 6px 0;
    padding: 5px;
        font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    color: #333333 !important;
    font-size:1.2em;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    border: 1px solid #e2e2e2;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    border: 1px solid #7ac0da;
}

input[type="submit"] {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
}

.errormessage {
color:red;
padding-left:20px;
padding-bottom:5px;

}

.alertdisclaimer {
font-style:italic;
font-size:.9em;
padding:10px;
}

.accountrenew {
padding-left:30px;
padding-right:30px;
padding-top:10px;
padding-bottom:10px;
}

.unitinfo {
border:1px solid #4d4d4d;
font-size:.8em;

float:left;
width:958px;

padding-top:5px;
padding-bottom:5px;
background-color:rgb(77, 131, 159);
color:#FFF;
margin-bottom:5px;
}
.unitinfo a {
    color:#FFF;
    font-weight:600;
}
.unitdetails {
    width: 418px;
    float:left;
    padding-left:30px;
padding-right:30px;

}

.unitedit {
    float:left;
}
.unitfield {
    float:left;
    width:75px;
    padding-left:30px;
    text-align:right;
}
.uniteditinput,
.uniteditinput-sm {
    float:left;
    padding-left:10px;
}
.uniteditinput input  {
    width:600px;
}

.uniteditinput-sm input  {
    width:100px;
}

tr.readingavg td,
tr.readingavg td a {
font-style:italic;
font-weight:600;
}

.datatable-loading {
    font-size:1.2em;
    font-weight:700;
}


table.details-list tr.even.row_selected td {
	background-color: #B0BED9;
}

table.details-list tr.odd.row_selected td {
	background-color: #9FAFD1;
}

table.details-list tr.hot,
table.details-list tr.hot a {
    color:#990022;
} 

table.details-list tr.cold,
table.details-list tr.cold a {
    color:#002266;
}

#properties .issue,
#properties .expired {
    font-weight:600;
    color:red;
}

.monthdatefilter input {
width:100px;
}

input.monthpicker {
    width: 100px;
    font-size: 1.1em;
    padding-left:10px;

}

.month-picker {
padding-left:20px;
padding-bottom:20px;
background-color:#fff;

}

/* Responsive additions */

/* -----------Smartphone View----------- */ 
@media only screen and (max-width : 480px)   {

   /* All your smartphone rules go inside here */


    
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    /*header .float-left,
    header .float-right {
        float: none;
    }*/

    h1 {
        font-size: 1.4em;
    }

    h2 {
        font-size: 1.3em;
    }

    h3 {
        font-size: 1em;
    }

    h4 {
        font-size: 1em;
    }

    h5, h6 {
        font-size: 1em;
    }

    .uslogo {
        width:125px;
        padding-top:7px;
    }

    footer .disclaimer {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    nav {
        height: auto;
        padding-bottom:8px;
    }

    nav li:hover {
        background-image:none;
    }

    .propsel-item {
        float: none;
    }

    .prop-selectddl {
        float:none;
    }

    .propsel-label {
        float: none;
    }

    .propmenuitems {
        height: auto;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 10px 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    fieldset input[type="text"],
    fieldset input[type="password"] {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }

    ul#social {
        padding: 0;
        margin: 0;
    }

    a.facebook, a.twitter {
        background: none;
        display: inline;
        float: none;
        padding-left: 0;
        text-indent: 0;
    }

    .footer {
        padding: 5px 0px;
    }

    .copyright {
        width: auto;
        
    }

    .disclaimer {
        width: auto;
    }
}
