﻿/*.progress {
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 9999;
 background-color: #F2F2F2;
}
.progressBar { 
  background-color: #819FF7; 
  width:0%; 
  height:5px; 
  border-radius: 3px; 
}
.progressPercent { 
  position:absolute; 
  display:inline-block; 
  top:3px; 
  left:48%; 
}*/

.progress 
{
  display:none; 
  position:relative; 
  width:400px; 
  border: 1px solid #ddd; 
  padding: 1px; 
  border-radius: 3px; 
}
.progressBar 
{ 
  background-color: #B4F5B4; 
  width:0%; 
  height:20px; 
  border-radius: 3px; 
}
.progressPercent 
{ 
  position:absolute; 
  display:inline-block; 
  top:3px; 
  left:48%; 
}

#contentArea {
    min-height: 25rem;
}

.modalLoadingScreen {
    position: fixed;
    height: 100vh;
    width: 100%;
    display: none;    
    z-index: 99998;
    background: rgba(255, 255, 255, 0.4);
    /*top: 0;
    left: 0;*/
    /*background: url('/Content/Images/transparentWhiteBackground.png');*/
}

body.loading {
    overflow: hidden;
}

    body.loading .modalLoadingScreen, body.loading .modalLoadingAnimation {
        display: block;
    }

.modalLoadingAnimation {
    position: relative;
    top: 40%;
    z-index: 99999;
    background: url('/Content/Images/N-logoSmall.png') center center no-repeat;
}

#loadingAnimationCircle {
    /*position: relative;*/
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-widget-content {
    border: 0;
    color: #222;
    background-color: #fff;
}

.ui-widget-header a {
    color: #fff;
}

.ui-resizable {
    position: relative;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2rem;
    outline: 0;
    z-index: 9999;
    max-width:98% !important;
}

.ui-front {
    z-index: 9999;
}

#headerAgentPhoto img, .headerLogo img {
    max-height: 8rem;
}

#header, #loginHeader {
    min-height: 80px;
    background-color: #6c82a1;
}

.headerLogo #amsLogo {
    width: auto;
    /*max-width: 341px;*/
}


/* -- md size -- */
@media (min-width: 768px){
    #headerAgentPhoto img, .headerLogo img {
        max-height: 7rem;
    }
}

/* -- lg size -- */
@media (min-width: 992px){
    #header {
        max-height: 7.3rem;
    }

    #headerAgentPhoto img, .headerLogo img {
        max-height: 5.125rem;
    }
}

/* -- xl size -- */
@media (min-width: 1200px){
    #header {
        max-height: 7.3rem;
    }

    #headerAgentPhoto img, .headerLogo img {
        max-height: 5rem;
    }
}

#footer {
    background-color: #6c82a1;
    min-height: 3.5rem;
}

#loginHeader #navicaLogo {
    max-height: 100px;
}

#faqStyle {
    text-decoration: none;
    color: black;
}

    #faqStyle:hover {
        text-decoration: underline;
        color: #28628e;
    }

/* Account Header Information */


#accountName {
    font-family: Centaur,'Times New Roman', Times, serif;
    font-size: 2rem;
    /*font-weight: 500;*/
    color: #fff;
    text-decoration: none;
    line-height:normal;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

    #accountName a:link {
        color: #fff;
        text-decoration: none;
    }

    #accountName a:hover {
        color: #fff;
        text-decoration: none;
    }

    #accountName a:visited {
        color: #fff;
        text-decoration: none;
    }

    #accountName a:active {
        color: #fff;
        text-decoration: none;
    }


/* User information */
#userInfoWrapper, #userInfoWrapper a, #userInfoWrapper a:hover, #userInfoWrapper a:visited {
    color: #fff;
}

#agentContainer, #agentContainer a, #agentContainer a:hover {
    text-decoration: none;
}

/* Content Area Styles */
#contentInfo {
    background-color: #b73939;
    min-height: 2.5rem;
}

.fixDialogPosition {
    position: fixed !important;
}


img.showcaseThumb:hover, .fullResultsImage.additionalPhotos:hover {
    opacity: .5;
    filter: alpha(opacity=50);
}

.loginValidationMessage_1 {
    font-weight: 700;
    font-size: 11px;
}

iframe {
    min-height: 740px;
    width: 100%;
    border: none;
}

/* Z-order for datatable fixed header which is always hidden*/
table.fixedHeader-floating {
    z-index: -1 !important;
}

/* Growl Styles for popup notifications*/
div.growlUI {
    background: url('/Content/Images/48x48/error-48x48.png') no-repeat 10px 10px;
}

    div.growlUI h1, div.growlUI h2 {
        padding: 5px 5px 5px 75px;
        color: #fff;
        text-align: left;
    }

.text-green {
    color: green;
}

.descriptionMessage {
    color: #063259;
    font-size: 0.75rem;
}

tr.theadTR th:hover, tr.theadTr th:hover, tr.theadTR th:hover {
    background-color: #6c82a1;
}

/*----- Accounts page styles -----*/

#accountPage {
    background-color: #6c82a1;
}

.accountPageDetails {
    font-weight: 500;
    font-size: .8rem;
}

/*-----------------------------Beginning of style overrides-----------------------------------*/


/*!
 * jQuery UI Tabs 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
    position: relative;
    padding: .2rem;
}


/*-- Interaction states ---*/
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1rem;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}


/* Component containers
----------------------------------*/
.ui-accordion {
    width: 100%;
}

    .ui-accordion .ui-accordion-header {
        position: relative;
        margin-top: 1px;
        cursor: pointer;
    }

    .ui-accordion .ui-accordion-li-fix {
        display: inline;
    }

    .ui-accordion .ui-accordion-header-active {
        border-bottom: 0 !important;
    }

    .ui-accordion .ui-accordion-header a {
        display: block;
        padding: .5rem .5rem .5rem .7rem;
        font-size: 1rem;
    }

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2rem;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    top: 50%;
    left: .5rem;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}

/*-----------------------------End of style overrides-----------------------------------*/


/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
    display: block;
    margin: .25%;
    padding: 12px 4px;
    border: 1px solid #ddd;
    -moz-border-radius: .35rem;
    -webkit-border-radius: .35rem;
    border-radius: .35rem;
    background: #fff;
    font-weight: normal;
}


legend {
    padding: 0.25rem 0.75rem;
    color: #003366;
    font-weight: 700;
    font-size: 1rem;
}

textarea {
    min-height: 4.6875rem;
}

/*.editor-label {
    margin: 1rem 0 0 0;
}*/

/*.editor-field {
    margin: 0.5rem 0 0 0;
}*/

/* Styles for validation helpers
-----------------------------------------------------------*/

.input-validation-error, .cmaWrapper .field-validation-required .input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors, .field-validation-error {
    color: #ff0000;
}


/* Input/Edit Listings Form Validation Styles */

/* Required field input and select color styles */
.listingMaintenanceInputOverallWrapper .field-validation-required input, .listingMaintenanceInputOverallWrapper .field-validation-required select, .field-validation-required .codedFeatureColumnWrapper,
.listingMaintenanceInputOverallWrapper .field-validation-required textarea, .cmaWrapper .field-validation-required input, .listingMaintenanceInputOverallWrapper .field-validation-required .listingMaintenanceYesNo,

#editInstructorModal .field-validation-required input, #editInstructorModal .field-validation-required select, .field-validation-required .codedFeatureColumnWrapper,
#editInstructorModal .field-validation-required textarea, .cmaWrapper .field-validation-required input, #editInstructorModal .field-validation-required .listingMaintenanceYesNo {
    border: 1px solid #bbb;
    background-color: #f5faf2;
}

#editInstructorModal .form-group {
    margin-bottom: 0.5rem;
}
#edit-event .form-group {
    margin-bottom: 0.5rem;
}
#edit-event .field-validation-required input {
    border: 1px solid #bbb;
    background-color: #f5faf2;
}
#edit-event .field-validation-error input {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.checkboxValidationHelper.field-validation-required div.listingMaintenanceYesNo,
.checkboxValidationHelper .field-validation-required .listingMaintenanceYesNo,
.checkboxValidationHelper.field-validation-required div.listingMaintenanceNakedYesNo {
    background-color: #f5faf2;
}

.listingMaintenanceInputOverallWrapper .field-validation-error input, .listingMaintenanceInputOverallWrapper .field-validation-error select, .field-validation-error .codedFeatureColumnWrapper,
.listingMaintenanceInputOverallWrapper .field-validation-error textarea, .cmaWrapper .field-validation-error input {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

/* Coded feature specific validation styles */
.listingMaintenanceInputOverallWrapper .listingInputCodedFeatureContainer {
    margin-top: .75rem;
}

.field-validation-valid .listingInputCodedFeatureContainer .codedFeatureLabelWrapper, .cmaWrapper .field-validation-error.field-validation-valid {
    display: none;
}

.field-validation-required .codedFeatureLabelWrapper div.requiredFieldText {
    float: right;
}

.listingMaintenanceInputOverallWrapper .codedFeatureColumnWrapper label {
    color: #000;
}

.field-validation-required .codedFeatureLabelWrapper .requiredFieldImage, .codedFeatureLabelWrapper .field-validation-error .requiredFieldImage {
    margin-bottom: 0.125rem;
}

/* Required Yes/No/NA specific styles */
.listingMaintenanceInputOverallWrapper .field-validation-error .listingMaintenanceYesNo,
.listingMaintenanceInputOverallWrapper .field-validation-error.field-validation-required .listingMaintenanceYesNo,
.listingMaintenanceInputOverallWrapper .field-validation-error .listingMaintenanceNakedYesNo {
    max-width: 96%;
    background-color: #ffeeee;
}

/* Required field legend top right of page */
.requiredFieldLegend {
    float: right;
    margin: 15px 14px -24px;
    font-size: .75rem;
}

/* Required field denotation image */
.field-validation-required .requiredFieldImage {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("/Content/images/requiredImageGreen.png") no-repeat center center;
}

.field-validation-error .requiredFieldImage {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("/Content/images/requiredImageRed.png") no-repeat center center;
}

/* Hides Required Field text and image on valid fields */
.field-validation-required div.requiredFieldErrorMessage, .field-validation-valid .requiredFieldImage,
.cmaWrapper .field-validation-valid .requiredFieldErrorMessage, .cmaWrapper .field-validation-required div.requiredFieldErrorMessage,
.cmaWrapper .field-validation-valid .requiredFieldImage {
    color: #bdcad5;
    text-align: right;
    font-weight: 700;
    font-size: .7rem;
    opacity: 1;
}

.field-validation-error div.requiredFieldErrorMessage, div.requiredFieldErrorMessage {
    padding: 0 13px;
    color: red;
    text-align: right;
    font-size: .7rem;
    opacity: 1;
}

.showPointer {
    cursor: pointer;
}


/*----- Customize Search Fields Button Styles -----*/
a.customizeDetailsSection, a.customizeFeaturesSection, a.customizeDetailsSectionHotSheet, a.customizeSellingInfoSection {
    text-decoration: none;
    font-weight: 600;
}

.customizeDetailsSection img, .customizeFeaturesSection img, .customizeDetailsSectionHotSheet img, .customizeSellingInfoSection img {
    max-height: 1.2rem;
}

    .customizeDetailsSection img:hover, .customizeFeaturesSection img:hover, .customizeDetailsSectionHotSheet img:hover, .customizeSellingInfoSection img:hover {
        opacity: 1;
    }

.textareaWordCount {
    font-size: .75rem;
    float: left;
}

/*  Global Button Styles  */
.ui-button-text-only .ui-button-text {
    padding: initial;
}

input.ui-button {
    padding: .25rem .5rem;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555;
    text-decoration: none;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
    color: #2d6b9a;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2rem 0;
}

.ui-datepicker-calendar .ui-state-default, .ui-datepicker-calendar .ui-widget-content .ui-datepicker-calendar .ui-state-default, .ui-datepicker-calendar .ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #e2e6ec;
    font-weight: normal;
    color: #495057;
}

.ui-datepicker {
    min-width: 17rem;
    width: 17rem;
    padding: .2rem .2rem 0;
    display: none;
}

    .ui-datepicker .ui-icon {
        display: block;
        text-indent: -99999px;
        overflow: hidden;
        background-repeat: no-repeat;
        left: .5rem;
        top: .3rem;
        width: 1rem;
        height: 1rem;
    }

    .ui-datepicker .ui-icon-circle-triangle-w {
        background-position: -80px -192px;
    }

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-datepicker .ui-widget-header .ui-icon {
    background-image: url('themes/base/images/ui-icons_ffffff_256x240.png');
}

.ui-datepicker .ui-state-hover .ui-icon,
.ui-datepicker .ui-state-focus .ui-icon,
.ui-datepicker .ui-button:hover .ui-icon,
.ui-datepicker .ui-button:focus .ui-icon {
    background-image: url('themes/base/images/ui-icons_fff_256x240.png');
}

.ui-datepicker .ui-state-active .ui-icon,
.ui-datepicker .ui-button:active .ui-icon {
    background-image: url('themes/base/images/ui-icons_fff_256x240.png');
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 0.125rem;
    width: 1.8rem;
    height: 1.8rem;
}

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

.ui-datepicker .ui-datepicker-prev {
    left: 0.125rem;
    }

.ui-datepicker .ui-datepicker-next {
    right: 0.125rem;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3rem;
        line-height: 1.8rem;
        text-align: center;
    }

    .ui-datepicker .ui-datepicker-title select {
        font-size: 1rem;
        margin: 1px 0;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9rem;
        border-collapse: collapse;
        margin: 0 0 .4rem;
    }

    .ui-datepicker th {
        padding: .7rem .3rem;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td, .ui-datepicker .table-bordered td {
        border: 0;
        padding: 1px;
    }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2rem;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7rem 0 0 0;
    padding: 0 .2rem;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

    .ui-datepicker .ui-datepicker-buttonpane button {
        float: right;
        margin: .5rem .2rem .4rem;
        cursor: pointer;
        padding: .2rem .6rem .3rem .6rem;
        width: auto;
        overflow: visible;
    }

        .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
            float: left;
        }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}


.brHelperFix {
    padding: 25px 0;
}

/*These are the styles for the buttons*/
/*.buttonLight, .buttonLight:focus, .buttonLight:visited,
input.buttonLight, a.buttonLight, input.buttonLight:visited {
    margin: .045rem 1px;
    padding: 0.125rem 6px !important;
    border: 1px solid #3872a6 !important;
    border-radius: 5px;
    background: transparent;
    background-color: #dfeffc;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #063259 !important;
    text-decoration: none;
    line-height: 1.1;
    transition: 400ms;
}

    .buttonLight a:link, .buttonLight a, input.buttonLight a:link {
        text-decoration: none !important;
    }*/

.list-group-item-action.recip-list {
    background-color: #fffaf0;
}

    .list-group-item-action.recip-list:hover {
        background-color: #ffedcb;
    }

.listingMaintenanceInputOverallWrapper fieldset {
    min-width: 97.4%;
}

.searchCongfigureButton {
    margin: -38px 4px 16px 0;
    text-align: right;
}

/*#mlsNumberForPrinting {
    display: none;
}*/

/*.showHideRemarksLabel, .showHideRemarksLabel:active, .showHideRemarksLabel:focus {
    float: left;
    margin-left: 8px;
}*/

/*.additionalPhotosPrinting {
    float: right;
    margin-right: 8px;
}*/

/*.show-photo-label {
    display: block;
}

.photo-label-padding {

}*/

.additionalPhoto {
    margin: 3px 0.125rem 0;
    max-height: 600px;
    max-width: 99%;
    border: 0.125rem solid #c2e0f4;
}

.photoLabel {
    padding: .25rem .75rem 0 .75rem;
    -webkit-border-top-left-radius: .5rem;
    border-top-left-radius: .5rem;
    -webkit-border-top-right-radius: .5rem;
    border-top-right-radius: .5rem;
    font-weight:600;
}

.photoLabelNoShow {
    padding: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    background-color: transparent;
    font-size: 0;
}

#listingDisplay .additionalPhoto {
    margin: auto;
    max-height: 600px;
}

#listingDisplay .photoLabel {
    padding: inherit;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    background-color: transparent;
}

#listingDisplay .photoLabelNoShow {
    padding: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    background-color: transparent;
    font-size: 0;
}

/*end of buton styles*/


.isHiddenOnLoad {
    display: none;
}

    .ui-dialog .ui-dialog-titlebar.ui-widget-header {
        min-height: 2rem;
    }

/*Global table styles*/
table {
    font-size: 13px;
}

    thead, table thead tr, .table-striped tbody tr.thead th {
        background-color: #546681;
        color: #fff;
    }

        thead:hover, thead tr, .thead:hover {
            background-color: #546681;
        }

/*tbody {
    width: 100%;
    background-color: #fff;
}*/

td {
    padding: 0.125rem;
}

table th.tableHeaderSortAsc {
    background-image: url('images/simpleUpArrow.png');
    background-position: center bottom;
    background-size: 50px 25px;
    background-repeat: no-repeat;
}

table th.tableHeaderSortDesc {
    background-image: url('images/simpleDownArrow.png');
    background-position: center bottom;
    background-size: 50px 25px;
    background-repeat: no-repeat;
}

    table th.tableHeaderSortAsc:last-child, table th.tableHeaderSortDesc:last-child {
        background-position: 20px bottom;
    }

table td.pad-right {
    padding-right: 6px;
}

table td.pad-left {
    padding-left: 6px;
}

.resultsTableColumnEqualWidths {
    padding: 0.125rem;
}

.resultsTable a.officeWithAgents, .resultsTable a.expandedAgent {
    text-decoration: underline;
}

.table-recip .table-recip-acct {
    background-color:#000!important;
}

.table-recip .table-recip-acct td a {
    color: #fff;
}

/*.hotsheet-break {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #eee;
    color: #333;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
}*/
/*table .data-number {
    text-align: right;
}*/
/*table .data-text {
    text-align: left;
}*/
select.autoFill:hover {
    cursor: pointer;
}

/*End of global table styles*/


/* This code needs to be modified once the switch to display or not to display is built. */
/* Criteria pods for searches and reports */
.resultsShowCriteraForPrintContainer {
    display: none;
}


/*End of global table styles*/
.searchCustomizeAvailable:hover, .searchCustomizeSelected:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
    cursor: hand;
    cursor: url(https://mail.google.com/mail/images/2/openhand.cur), move;
}

.searchCustomizeAvailable:active, .searchCustomizeSelected:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing;
    cursor: url(https://mail.google.com/mail/images/2/closedhand.cur), move;
}

.blackFont {
    color: #000;
}


/*-----  datepicker calendar styles  -----*/

#ui-datepicker-div .ui-datepicker.ui-widget {
    font-size: 1rem;
}

#ui-datepicker-div .ui-state-default, #ui-datepicker-div {
    border: 1px solid #ccc;
}

    #ui-datepicker-div .ui-state-default:hover {
        background-color: #f7fbff;
    }

    #ui-datepicker-div .ui-state-highlight,
    #ui-datepicker-div .ui-widget-content .ui-state-highlight,
    #ui-datepicker-div .ui-widget-header .ui-state-highlight {
        border: 1px solid red;
        background: #fbf9ee url('themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png') 50% 50% repeat-x;
        color: #363636;
    }

        #ui-datepicker-div .ui-state-highlight a,
        #ui-datepicker-div .ui-widget-content .ui-state-highlight a,
        #ui-datepicker-div .ui-widget-header .ui-state-highlight a {
            color: #363636;
        }


    #ui-datepicker-div .ui-datepicker, .ui-datepicker {
        display: none;
        padding: .2rem .2rem 0;
        max-width: 100%;
        width: auto;
    }

        #ui-datepicker-div .ui-datepicker .ui-datepicker-header {
            position: relative;
            padding: .2rem 0;
        }

        #ui-datepicker-div .ui-datepicker .ui-datepicker-prev,
        #ui-datepicker-div .ui-datepicker .ui-datepicker-next {
            position: absolute;
            top: 0.125rem;
            width: 1.8rem;
            height: 1.8rem;
        }

        #ui-datepicker-div .ui-datepicker .ui-datepicker-prev span,
        #ui-datepicker-div .ui-datepicker .ui-datepicker-next span {
                display: block;
            position: absolute;
                left: 50%;
                margin-left: -8px;
            top: 50%;
            margin-top: -8px;
        }

        #ui-datepicker-div .ui-datepicker .ui-datepicker-title {
            margin: 0 2.3rem;
            text-align: center;
            line-height: 1.8rem;
        }

            #ui-datepicker-div .ui-datepicker .ui-datepicker-title select {
                margin: 1px 0;
                font-size: 1rem;
            }

        #ui-datepicker-div .ui-datepicker select.ui-datepicker-month,
        #ui-datepicker-div .ui-datepicker select.ui-datepicker-year {
            width: 49%;
        }

        #ui-datepicker-div .ui-datepicker table {
            margin: 0 0 .4rem;
            width: 100%;
            border-collapse: collapse;
            font-size: .9rem;
        }

        #ui-datepicker-div .ui-datepicker th {
            padding: .7rem .3rem;
            border: 0;
            text-align: center;
            font-weight: 700;
        }

        #ui-datepicker-div .ui-datepicker td {
            padding: 1px;
            border: 0;
        }

            #ui-datepicker-div .ui-datepicker td span,
            #ui-datepicker-div .ui-datepicker td a,
            .ui-datepicker td span, .ui-datepicker td a {
                display: block;
                padding: .2rem;
                text-align: right;
                text-decoration: none;
            }

        #ui-datepicker-div .ui-datepicker .ui-datepicker-buttonpane {
            margin: .7rem 0 0 0;
            padding: 0 .2rem;
            border-right: 0;
            border-bottom: 0;
            border-left: 0;
            background-image: none;
        }

            #ui-datepicker-div .ui-datepicker .ui-datepicker-buttonpane button {
                float: right;
                overflow: visible;
                margin: .5rem .2rem .4rem;
                padding: .2rem .6rem .3rem .6rem;
                width: auto;
                cursor: pointer;
            }

                #ui-datepicker-div .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                    float: left;
                }

        /* with multiple calendars */
        .ui-datepicker.ui-datepicker-multi {
            width: auto;
        }

.ui-datepicker-header.ui-widget-header {
    border: 1px solid #dddddd;
    background: #6c82a1;
    color: #ffffff;
    font-weight: bold;
}

    .ui-datepicker-header.ui-widget-header a {
        color: #ffffff;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        margin: 0 auto .4rem;
        width: 95%;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 0.125rem;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        right: auto;
        left: 0.125rem;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        right: auto;
        left: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-datepicker-year, .ui-datepicker-month {
    cursor: pointer;
}

/*.boxShadowButton {
    -moz-box-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(50, 50, 50, 0.75);
}*/

/*.printDisplayWrapper {
    background-color: #fff;
}*/


/*.pleaseReadThis {
    text-decoration: underline;
    font-weight: 700;
}*/

.jsInvalidCharactor {
    margin-left: 0.5rem;
    color: red;
    font-size: 10pt;
}


.toolbarLink:hover, .resultsTableTraditional .toolbarLink:hover {
    text-decoration: underline;
    cursor: pointer;
}

#ExpndListingDialog {
    z-index: 9999 !important;
}

.uploaderWrapper {
    max-width: 100%;
    margin: 0 auto;
    border-radius: .35rem;
    background-color: #DFEFFC;
}

img.currentPhotosImg {
    max-height: 9.375rem;
}

.uploaderDropArea {
    vertical-align: middle;
    height: 55%;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

    .uploaderDropArea img {
        margin: 40% auto;
    }

#addMorePhotos:hover {
    opacity: .8;
}

.rotateRight {
    float: right;
    padding-right: 0.125rem;
    font-size: 12px;
}

.isMainImageCheckbox {
    float: left;
    padding-left: 0.125rem;
}

.isMainImage {
    float: left;
    font-size: 12px;
}

#photoMaintenanceData input {
    text-align: left;
}

#photoMaintenance h3 {
    margin: 1rem 0 .25rem;
}

.deleteMessage {
    color: red;
    font-weight: 700;
}

#deletePhotosWrapper #mainPhoto {
    width: 100%;
    /*float:left;*/
}

#deletePhotosWrapper .trash {
    min-height: 160px;
    background-color: #DFEFFC;
    text-align: center;
}

#additionalPhotos {
    width: 100%;
}

    #additionalPhotos img, #reorderTableDiv img, #deletedPhotos img, #deletePhotosWrapper #mainPhoto img {
        max-height: 150px;
    }

#mainPhoto .dragImage {
    z-index:1;
}

.rotate-container {
    height: 14rem;
    max-height: 14rem;
}

    .rotate-container img {
        max-height: 13.75rem;
        max-width: 13.75rem;
    }

.reorder-container {
    max-height: 13rem;
}

#additionalPhotos li div {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#deletedPhotos {
    min-width: 100px;
    position: relative fixed;
}

    #deletedPhotos li.trashImage {
        position: initial !important;
    }

    #deletedPhotos li {
        padding-top: 0.125rem;
    }

.trashImage img {
    max-width: 100%;
    max-height: 150px;
    margin: 0 0.125rem;
}

/*.trashWrapper {
    width: 100%;
}*/

/*#trash h3 {
    margin: 4px auto;
}*/

/*#trash button {
    margin: 4px auto 6px;
}*/

#photoTable textarea.addRemarks {
    min-height: 150px;
    width: 100%;
    margin: 0 auto;
}

#photoTable img, #remarksDivTab img, #photoTable .imageColumn img {
    min-height: 180px;
    max-height: 216px;
}

.estatedContainer .panel-body {
    font-weight: normal;
    color: #656565;
    font-size: 14px;
}

.estatedContainer h4.panel-title {
    color: #fff;
    font-weight: 700;
}

.estatedContainer h4 {
    color: #063259;
    font-weight: 700;
}

    .estatedContainer h4.heading {
        border-bottom: 1px solid #063259;
        margin-top: 16px;
    }

.estatedContainer hr {
    margin-top: 8px;
}

.estatedContainer .panel-heading {
    background-color: #063259;
    color: #fff;
}

/*.btn-bd-primary {
    font-weight: 600;
    color: #fff;
    background-color: #7952b3;
    border-color: #7952b3;
}

    .btn-bd-primary:hover, .btn-bd-primary:active {
        color: #fff;
        background-color: #614092;
        border-color: #614092;
    }

    .btn-bd-primary:focus {
        box-shadow: 0 0 0 3px rgba(121,82,179,0.25);
    }*/

/*.btn-bd-download {
    font-weight: 600;
    color: #ffe484;
    border-color: #ffe484;
}

    .btn-bd-download:hover, .btn-bd-download:active {
        color: #2a2730;
        background-color: #ffe484;
        border-color: #ffe484;
    }

    .btn-bd-download:focus {
        box-shadow: 0 0 0 3px rgba(255,228,132,0.25);
    }

.btn-bd-light {
    color: #6c757d;
    border-color: #dee2e6;
}

    .show > .btn-bd-light, .btn-bd-light:hover, .btn-bd-light:active {
        color: #7952b3;
        background-color: #fff;
        border-color: #7952b3;
    }

    .btn-bd-light:focus {
        box-shadow: 0 0 0 3px rgba(121,82,179,0.25);
    }*/

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}

    .bd-callout h4 {
        margin-top: 0;
        margin-bottom: .25rem;
    }

    .bd-callout p:last-child {
        margin-bottom: 0;
    }

    .bd-callout code {
        border-radius: .25rem;
    }

    .bd-callout + .bd-callout {
        margin-top: -.25rem;
    }

.bd-callout-info {
    border-left-color: #5bc0de;
}

    .bd-callout-info h4 {
        color: #5bc0de;
    }

.bd-callout-warning {
    border-left-color: #f0ad4e;
}

    .bd-callout-warning h4 {
        color: #f0ad4e;
    }

.bd-callout-danger {
    border-left-color: #d9534f;
}

    .bd-callout-danger h4 {
        color: #d9534f;
    }

.bd-callout-display {
    border-left-color: #6c82a1;
}

    .bd-callout-display h4 {
        color: #6c82a1;
    }

.bd-example-row .row > .col, .bd-example-row .row > [class^="col-"] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(86,61,124,0.15);
    border: 1px solid rgba(86,61,124,0.2);
}

.bd-example-row .row + .row {
    margin-top: 1rem;
}

.bd-example-row .flex-items-top, .bd-example-row .flex-items-middle, .bd-example-row .flex-items-bottom {
    min-height: 6rem;
    background-color: rgba(255,0,0,0.1);
}

.bd-example-row-flex-cols .row {
    min-height: 10rem;
    background-color: rgba(255,0,0,0.1);
}

.bd-highlight {
    background-color: rgba(86,61,124,0.15);
    border: 1px solid rgba(86,61,124,0.15);
}

/*.bd-example-responsive-containers [class^="container"] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(86,61,124,0.15);
    border: 1px solid rgba(86,61,124,0.2);
}

.example-container {
    width: 800px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.example-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.example-content-main {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .example-content-main {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .example-content-main {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

.example-content-secondary {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .example-content-secondary {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .example-content-secondary {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -15px 0;
    border: solid #f8f9fa;
    border-width: .2rem 0 0;
}

    .bd-example::after {
        display: block;
        clear: both;
        content: "";
    }

@media (min-width: 576px) {
    .bd-example {
        padding: 1.5rem;
        margin-right: 0;
        margin-left: 0;
        border-width: .2rem;
    }
}*/
.contactNameColumn a.text-primary, .prospectEmailColumn a.text-primary, .prospectNameColumn a.text-primary, .contactEmailColumn a.text-primary {
    color: #007bff;
}

.constantContactAlert {
    animation: constantContactAlert 0.5s 1;
    -webkit-animation: constantContactAlert 0.5s 1;
    animation-fill-mode: forwards;
    animation-delay: 5s;
    -webkit-animation-delay: 5s; 
    -webkit-animation-fill-mode: forwards;
}
.systemNotificationBanner {
    background-color: #ffff33;
}

.nrdsField {
    color: #090;
    font-weight: bold;
}

@keyframes constantContactAlert {
    from {
        opacity: 1;
}

    to {
        opacity: 0;
    }
}

@-webkit-keyframes constantContactAlert {
    from {
        opacity: 1;
}

    to {
        opacity: 0;
    }
}

@-moz-keyframes constantContactAlert {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/*.container-fluid.estatedContainer {
    background-color: #f8fcff;
}*/

/*.bd-example + .highlight, .bd-example + .clipboard + .highlight {
    margin-top: 0;
}

.bd-example + p {
    margin-top: 2rem;
}

.bd-example .custom-file-input:lang(es) ~ .custom-file-label::after {
    content: "Elegir";
}

.bd-example > .form-control + .form-control {
    margin-top: .5rem;
}

.bd-example > .nav + .nav, .bd-example > .alert + .alert, .bd-example > .navbar + .navbar, .bd-example > .progress + .progress, .bd-example > .progress + .btn {
    margin-top: 1rem;
}

.bd-example > .dropdown-menu:first-child {
    position: static;
    display: block;
}

.bd-example > .form-group:last-child {
    margin-bottom: 0;
}

.bd-example > .close {
    float: none;
}

.bd-example-type .table td {
    padding: 1rem 0;
    border-color: #eee;
}

.bd-example-type .table tr:first-child td {
    border-top: 0;
}

.bd-example-type h1, .bd-example-type h2, .bd-example-type h3, .bd-example-type h4, .bd-example-type h5, .bd-example-type h6 {
    margin-top: 0;
    margin-bottom: 0;
}

.bd-example-bg-classes p {
    padding: 1rem;
}

.bd-example > svg + svg, .bd-example > img + img {
    margin-left: .5rem;
}

.bd-example > .btn, .bd-example > .btn-group {
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.bd-example > .btn-toolbar + .btn-toolbar {
    margin-top: .5rem;
}

.bd-example-control-sizing select, .bd-example-control-sizing input[type="text"] + input[type="text"] {
    margin-top: .5rem;
}

.bd-example-form .input-group {
    margin-bottom: .5rem;
}

.bd-example > textarea.form-control {
    resize: vertical;
}

.bd-example > .list-group {
    max-width: 400px;
}

.bd-example > [class*="list-group-horizontal"] {
    max-width: 100%;
}

.bd-example .fixed-top, .bd-example .sticky-top {
    position: static;
    margin: -1rem -1rem 1rem;
}

.bd-example .fixed-bottom {
    position: static;
    margin: 1rem -1rem -1rem;
}

@media (min-width: 576px) {
    .bd-example .fixed-top, .bd-example .sticky-top {
        margin: -1.5rem -1.5rem 1rem;
    }

    .bd-example .fixed-bottom {
        margin: 1rem -1.5rem -1.5rem;
    }
}

.bd-example .pagination {
    margin-top: .5rem;
    margin-bottom: .5rem;
}*/

/*.modal {
    z-index: 1072;
}

    .modal .tooltip, .modal .popover {
        z-index: 1073;
    }

.modal-backdrop {
    z-index: 1071;
}*/

/*.bd-example-modal {
    background-color: #fafafa;
}

    .bd-example-modal .modal {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: 1;
        display: block;
    }

    .bd-example-modal .modal-dialog {
        left: auto;
        margin-right: auto;
        margin-left: auto;
    }

.bd-example-tabs .nav-tabs {
    margin-bottom: 1rem;
}

.bd-example-popover-static {
    padding-bottom: 1.5rem;
    background-color: #f9f9f9;
}

    .bd-example-popover-static .popover {
        position: relative;
        display: block;
        float: left;
        width: 260px;
        margin: 1.25rem;
    }*/

/*.tooltip-demo a {
    white-space: nowrap;
}*/

/*.bd-example-tooltip-static .tooltip {
    position: relative;
    display: inline-block;
    margin: 10px 20px;
    opacity: 1;
}*/

/*.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: .5rem;
    overflow: auto;
}

.scrollspy-example-2 {
    position: relative;
    height: 350px;
    overflow: auto;
}*/

/*.bd-example-border-utils [class^="border"] {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin: .25rem;
    background-color: #f5f5f5;
}

.bd-example-border-utils-0 [class^="border"] {
    border: 1px solid #dee2e6;
}*/
