﻿
h4
{
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 5px 0;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

tr
{
    border-collapse: collapse;
    border-spacing: 0;
}

td
{
    border-collapse: collapse;
    border-spacing: 0;
    padding: .2em .4em .2em .4em;
}

th
{
    text-align: left; /*font-weight: bold;     font-size:.85em;*/
    padding: .2em .4em .2em .4em;
}

table.extra-padding td
{
    padding: .4em .6em .4em .6em;
}

.no-padding
{
    padding: 0px;
}

.no-margin
{
    margin: 0px;
}

table.styled-table
{
    width: 100%;
}

    table.styled-table td
    {
        vertical-align: top;
    }

    table.styled-table thead tr th
    {
        background-color: #F9F9F9;
        border-top: 1px solid #EAEAEA;
        border-bottom: 1px solid #EAEAEA;
    }

    table.styled-table thead tr
    {
        border-left: 1px solid #EAEAEA;
        border-right: 1px solid #EAEAEA;
    }

    table.styled-table tbody tr
    {
        border-left: 1px solid #EAEAEA;
        border-right: 1px solid #EAEAEA;
        border-bottom: 1px solid #EAEAEA;
    }

        table.styled-table tbody tr td
        {
            padding: .4em .6em .4em .6em;
        }

        table.styled-table tbody tr.alt td
        {
            background-color: #FCFCFC;
        }

    table.styled-table tfoot tr
    {
        border-left: 1px solid #EAEAEA;
        border-right: 1px solid #EAEAEA;
        border-bottom: 1px solid #EAEAEA;
    }

table.detail-table
{
    font-size: .9em;
}

    table.detail-table thead tr th
    {
        background-color: white;
        border-bottom: 1px solid #EAEAEA;
        border-top: none;
    }

    table.detail-table thead tr
    {
        border-left: none;
        border-right: none;
    }

    table.detail-table tbody tr td
    {
        background-color: White !important;
    }

    table.detail-table tbody tr
    {
        border: none;
    }

    table.detail-table button span
    {
        padding: .2em 1em !important;
    }

table.full-width
{
    width: 100%;
}

.pointer
{
    cursor: pointer;
}

input[type="text"], 
input[type="password"], 
input[type="tel"], 
input[type="email"], 
input[type="date"],
input[type="number"],
.chosen-container ul.chosen-choices
{
    color: #444;
    font-size: 1em;
    padding: 5px;
    border: 1px solid #D9D9D9; /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
}

input[readonly]
{
    border: none;
}

input.longer,
textarea.longer,
select.longer
{
    width: 500px;
}

input.long,
textarea.long,
select.long
{
    width: 500px;
}

input.medium,
textarea.medium,
select.medium
{
    width: 200px;
}


input.short,
textarea.short,
select.short
{
    width: 100px;
}

input.tiny,
textarea.tiny,
select.tiny
{
    width: 50px;
}


input.number, input.number-int, input.number-neg
{
    text-align: right;
}

input.date
{
    width: 80px;
}

select
{
    color: #444;
    font-size: 1em;
    border: 1px solid #D9D9D9; /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    height: 30px;
    padding: 0 0 0 6px;
    line-height: 27px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; /*-webkit-transition: all 0.218s;     -moz-transition: all 0.218s;     -o-transition: all 0.218s;     transition: all 0.218s;        background-image: -webkit-gradient(linear, left top, left bottom, from(whiteSmoke), to(#F1F1F1));     background-image: -webkit-linear-gradient(top, whiteSmoke, #F1F1F1);     background-image: -moz-linear-gradient(top, whiteSmoke, #F1F1F1);     background-image: -ms-linear-gradient(top, whiteSmoke, #F1F1F1);     background-image: -o-linear-gradient(top, whiteSmoke, #F1F1F1);     background-image: linear-gradient(top, whiteSmoke, #F1F1F1);     filter: progid;*/
}

textarea
{
    font-size: 1em;
    font-family: arial, Sans-Serif;
    color: #444;
    padding: 5px;
    border: 1px solid #D9D9D9; /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    margin: 1px 0 1px 0;
    height: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


a, span.link
{
    color: #0073A4 /*#00659f*/;
    text-decoration: none !important;
    cursor: pointer;
}


/* Forms */
div.form-module
{
    border: 1px solid #EAEAEA;
    padding: 10px;
    -moz-box-shadow: 0 0 1px #B7B7B7;
    -webkit-box-shadow: 0 0 1px #B7B7B7;
    box-shadow: 0 0 1px #B7B7B7;
}
div.form-module.auto-width { width: auto; }


div.buttons
{
    float: right;
    margin-top: 10px;
}

div.left-buttons
{
    float: left;
    margin-top: 10px;
}

/* Helpers */
.top
{
    vertical-align: top;
}

.top-label { vertical-align: top; padding-top: 10px; }

.text-center
{
    text-align: center;
}

.text-left
{
    text-align: left !important;
}

.text-right
{
    text-align: right;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
}

.red
{
    color: Red;
}

.green
{
    color: green;
}

.blue
{
    color: Blue;
}

.light-text
{
    color: #666;
}

.dark-blue
{
    color: #003366;
}

.bold
{
    font-weight: bold;
}

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error, .custom-input-validation-error
{
    border: 1px solid #ff0000 !important; /*background-color: #ffeeee;*/ /*background-color: #FFC2C2;*/
}

.validation-summary-errors
{
    color: #ff0000;
    padding: .5em;
    text-align: center;
}

    .validation-summary-errors ul
    {
        margin: .5em;
        font-size: .95em;
        padding: 0;
    }

    .validation-summary-errors.no-points ul
    {
        list-style-type: none;
        padding: 0;
    }

/*div.validation-summary-errors { padding: 20px 0 0 0; margin: 0; }*/
div.validation-summary-errors li
{
    list-style: none;
}


.validation-summary-valid
{
    display: none;
}


/* jquery additions */
.ui-state-error-icon
{
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(themes/base/images/ui-icons_cd0a0a_256x240.png);
    background-repeat: no-repeat;
}

.star-icon
{
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(images/ui-icons/stars.png);
    background-repeat: no-repeat;
}

.star-icon-gold, .star-icon-0 { background-position: 0px 0px; }
.star-icon-green, .star-icon-1 { background-position: -20px 0px; }
.star-icon-purple, .star-icon-4 { background-position: -40px 0px; }
.star-icon-blue, .star-icon-3 { background-position: -60px 0px; }
.star-icon-red, .star-icon-2 { background-position: -80px 0px; }
.star-icon-pink, .star-icon-5 { background-position: -100px 0px; }

.ui-icon
{
    width: 16px;
    height: 16px;
    display: inline-block;
}

.ui-combobox
{
    position: relative;
    display: inline-block;
}

.ui-combobox-toggle
{
    position: absolute;
    top: 11px;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    height: 33px;
}

.ui-combobox-input
{
    margin: 0;
    padding: 0.3em;
}

.required
{
    color: Red;
}
label.label-not-required~span.required { display: none; }


.ui-state-highlight-icon
{
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(themes/Aristo/images/ui-icons_454545_256x240.png);
    background-repeat: no-repeat;
}

.ui-state-inactive-icon
{
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(themes/Aristo/images/ui-icons_222222_256x240.png);
    background-repeat: no-repeat;
}


/*.ui-tooltip { font-size: .95em !important; line-height: .95em !important; }*/

#HeaderRight
{
    float: right;
}

#HeaderLogoWrapper { display: inline-block; }
#HeaderLogoWrapper img.property-logo { max-height: 85px;  max-width: 100%; }
#HeaderLogoWrapper div.no-logo-or-css { padding: 20px; display: inline-block; }
#PropertyPhoneNumber { position: absolute; top: 5px; right: 5px; }
#MobileSignOut { position: absolute; top: 20px; right: 5px; }
#PropertyAddress { float: right; margin: 10px; text-align: right; font-size: .8em }
#PropertyAddress.pa-1, #PropertyAddress.pa-2, #PropertyAddress.pa-3 { font-size: 1em; }
#PropertyAddress .length-limit { max-width: 700px; overflow: hidden; }
#PropertyAddress.pa-1 div:first-child { margin-top: 20px; }
#PropertyAddress.pa-2 div:first-child { margin-top: 10px; }
#PropertyAddress.pa-3 div:first-child {  }
#PropertyAddress.pa-4 div:first-child { }

#LoggedInUser
{
    /*text-align: right;*/
    font-size: .85em;
    padding: 5px 10px 5px 0;
}

    #LoggedInUser .uo-window-table
    {
        padding:5px 5px 5px 5px;
        margin:5px 5px 5px 5px;
    }

#PropertySelector
{
    margin: 0px 10px 0 0;
}

    #PropertySelector table
    {
        float: right;
    }

        #PropertySelector table td
        {
            padding-bottom: 0px;
            padding-right: 0px;
        }

#Loading
{
    z-index: 1010;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -120px;
    border: 1px solid #D7D7D7;
    display: none;
}

#LoadingImage
{
    background: #fff url(images/shared/ajax-loader.gif) no-repeat center;
    width: 240px;
    height: 40px;
    margin: auto;
}

#AddDocumentsTable td.delete
{
    cursor: pointer;
}

.ui-autocomplete-loading {  background: url(images/shared/ajax-loader-circle.gif) right center no-repeat #fff; }
select.ui-autocomplete-loading {  background-position: center; }
span.loading
{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(images/shared/ajax-loader-circle.gif) left center no-repeat #fff;
}


#NotificationSettings .notification-table .n-name-col { width: 220px; }

.responsive-dialog {
    max-width: 665px;
    width: 100%;
}


div.center-buttons { text-align: center; }

/* Gets rid of the up/down arrows on html5 inputs (number, date, etc) */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display:none;
}

#OnlineApplication .disabled {
    background-color: #ebebe4;
}

#OnlineApplication div.chosen-disabled {
    opacity: 1 !important;
}

#OnlineApplication input.date.input-validation-error.disabled[type="date"] {
    border: none !important;
}

#OnlineApplication .add-coapplicant-text textarea {
    height: 150px;
    width: 800px;
    resize: vertical;
}

#OnlineApplication .delete-coapplicant {
    margin-top: 22px;
    background-color: transparent;
}

.button-with-icon {    
    background-color: transparent;
}

.button-with-icon i, .button-with-icon span {
    vertical-align: middle;
    color: #0891c2;
}

