/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.save-result {
    margin-right: 17px;
}


.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.ui-helper-hidden {
    display: none;
}

.custom-row1 {
    margin-left: 0px !important;
}

.newuser-checkbox label, .newuser-checkbox input[type="checkbox"] {
    display: inline-block !important;
    margin: 0 !important;
    vertical-align: middle;
}

.custom-col-filter {
    width: 117px;
    margin-left: 8px;
}

.custom-col-reset {
    margin-top: 5px;
    width: 40px;
}

    .custom-col-reset a {
        cursor: pointer;
        font-size: 14px;
    }

.validation-msg-row {
    margin-bottom: 5px;
}

    .validation-msg-row span {
        color: Red;
    }

#startDateError, #endDateError {
    display: none;
}

.isp-radio {
    margin: -2px 3px 0 0 !important;
}

.isp-config {
    padding: 0 8px 0 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* PAGE */
body {
    background: silver;
    background: #644189 url(images/bg_body.jpg) repeat 0 0;
    background-attachment: fixed;
}

    body:before {
        display: block;
        position: fixed;
        top: 10px;
        bottom: 0px;
        background: #fff;
        content: "";
        width: 980px;
        left: 50%;
        margin-left: -490px;
        z-index: 0;
        -webkit-box-shadow: 0px 0px 164px 50px rgba(0,0,0,.3);
        box-shadow: 0px 0px 164px 50px rgba(0,0,0,.3);
        max-height: 100%;
    }

    body:after {
        display: block;
        position: fixed;
        top: 0px;
        height: 72px;
        background: #9481a8;
        background: rgba(255,255,255,.2);
        content: "";
        left: 0;
        right: 0;
        z-index: 0;
        border-bottom: 1px solid rgba(0,0,0,.4);
    }

.wrapper {
    width: 980px;
    background: #fff;
    margin: 10px auto 0;
    z-index: 10;
    position: relative;
}

body, table {
    font-size: 12px;
}

/* HEADER */
#header {
    margin-bottom: 20px;
    padding: 20px 0 0 0;
}

h1.branding {
    margin: -5px 0 0;
}

.logo {
    display: block;
    height: 53px;
    width: 197px;
    background: url(images/logo.png) no-repeat 0 0;
}

.header-nav {
    font-size: 12px;
    padding-top: 22px;
    margin: 0 10px 25px 0;
}

    .header-nav li {
        list-style-type: none;
        display: block;
        float: right;
        margin-left: 5px;
    }

        .header-nav li:before {
            content: " | ";
            padding-right: 6px;
            padding-left: 3px;
        }

        .header-nav li:last-child::before {
            content: "";
        }

.section-heading h1 {
    font-size: 24.5px;
    font-weight: normal;
    margin: 10px 0;
}

.page-header-btn-group {
    padding: 15px 0;
    margin-top: 0;
}

/* SELECTION TABLE */
.table-fixed-head-container {
    position: relative;
    /*	padding-top:36px; */
    /*	border:1px solid silver;*/
    margin-bottom: 20px;
}

.table-scroll-container {
    max-height: 242px;
    overflow: auto;
    overflow-x: auto;
}

table.table-scrollable {
    margin-bottom: 0;
    width: 930px;
    border-right: 1px solid silver;
}

    table.table-scrollable td {
        vertical-align: middle;
    }

    table.table-scrollable thead tr {
        left: 0;
        top: 0;
        right: 0;
        position: absolute;
        border-bottom: 1px solid silver;
    }

    table.table-scrollable .community-name > div {
        width: 166px;
    }

    table.table-scrollable .builder > div {
        width: 144px;
    }

    table.table-scrollable .market > div {
        width: 110px;
    }

    table.table-scrollable .lots > div {
        width: 71px;
    }

    table.table-scrollable .prospects > div {
        width: 108px;
    }

    table.table-scrollable .admin > div {
        width: 150px;
    }

    table.table-scrollable .status > div {
        width: 54px;
    }

    table.table-scrollable .prospect-name > div {
        width: 160px;
    }

    table.table-scrollable .prospect-community-name > div {
        width: 170px;
    }

    table.table-scrollable .date-of-visit > div {
        width: 95px;
    }

    table.table-scrollable .number-favorites > div {
        width: 101px;
    }

    table.table-scrollable .prospect-email > div {
        width: 174px;
    }

    table.table-scrollable .prospect-phone > div {
        width: 100px;
    }

    table.table-scrollable .prospect-export > div {
        width: 20px;
    }

    table.table-scrollable .user-name > div {
        width: 234px;
    }

    table.table-scrollable .user-username > div {
        width: 236px;
    }

    table.table-scrollable .user-email > div {
        width: 202px;
    }

    table.table-scrollable .user-phone > div {
        width: 158px;
    }

.table tbody tr.active td {
    background-color: #d9edf7;
}

.table-hover tbody tr.active:hover td {
    background-color: #c4e3f3;
}

/* SELECTED OPTIONS */
.options-select {
    border: 1px solid silver;
    padding: 40px 35px 20px;
    margin-bottom: 20px;
    position: relative;
}

.community-status {
    display: block;
    position: absolute;
    left: 35px;
    top: 10px;
}

.options-select-head {
    margin: 0 0 10px 0;
}

    .options-select-head h3 {
        font-size: 18px;
        font-weight: normal;
        line-height: 21px;
        margin: 0 0 3px 0;
    }

    .options-select-head p {
        font-size: 12px;
    }

.h-builder-name {
    color: #999;
    padding-left: 10px;
}

.options-select-right {
    text-align: right;
}

    .options-select-right span {
        display: inline-block;
    }

    .options-select-right ul.nav-community {
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .options-select-right ul.nav-community li {
            display: inline-block;
            padding: 0 7px 0 8px;
            border-left: 1px solid #ccc;
            line-height: 12px;
        }

            .options-select-right ul.nav-community li:first-child {
                border: none;
            }

    .options-select-right .status-text {
        display: inline-block;
        margin: 10px 5px 0 0;
    }



/* USER MANAGEMENT */
.user-select {
    border: 1px solid silver;
    padding: 20px 35px 50px;
    margin-bottom: 0;
    position: relative;
}

    .user-select h3 {
        font-weight: normal;
    }

    .user-select .form-actions {
        margin: 0 -35px;
        width: 938px;
        z-index: 3;
    }

.delete-selected {
    margin: 0 10px;
}

/* SIGN IN */
.signin {
    margin-top: 20px;
}

.signin-box .form-horizontal {
    margin-bottom: 0;
}

.signin-box .control-group:last-child {
    margin-bottom: 0;
}

.signin-sep {
    margin-top: 0;
}

/* TABS */
.nav-tabs > li > a,
.nav-tabs > li > a:hover {
    text-decoration: none;
}

.well.update-options {
    margin-bottom: 0;
    border: none;
    position: fixed;
    width: 941px;
    bottom: 0;
    box-sizing: border-box;
    text-align: center;
    margin-left: -37px !important;
}

.export-multiple-table-scroller {
    margin: 15px 0;
    max-height: 215px;
    overflow: auto;
    overflow-x: hidden;
    border: 1px solid silver;
}

    .export-multiple-table-scroller table {
        margin-bottom: 0;
    }

.elementToFadeInAndOut {
    background: #0088cc;
    animation: fadeinout 2s linear forwards;
    animation-iteration-count: infinite;
    opacity: 0.6;
    color: white;
}

@keyframes fadeinout {
    50% {
        opacity: 1;
    }
}

/* MANAGE LOTS TAB */
.lots-table-scroller {
    height: 720px;
    overflow: auto;
    overflow-x: hidden;
    border: 1px solid silver;
}

    .lots-table-scroller table {
        margin-bottom: 0;
    }

.lot-selected {
    padding: 5px 44px 20px;
}

.lot-img {
    border: 1px solid silver;
    height: 342px;
    width: 630px;
    margin: 0 auto 10px;
}

.lot-options input[type="text"],
.lot-options input[type="number"],
.lot-options select,
.lot-options textarea {
    /*width: 252px;*/
    width: 65%;
}

.lot-options label {
    /*width: 92px;*/
    width: 30%;
}

.plans-scrollable {
    height: 328px;
    /*border: 1px solid silver;*/
}

    .plans-scrollable table {
        margin-bottom: 0;
    }

.td-check {
    width: 10px;
}

    .td-check input[type="checkbox"] {
        margin-top: 0;
        margin-bottom: 0;
    }

/* CONFIGURATION TAB */
.colorpicker-input {
    position: relative;
    width: 36px;
    height: 36px;
    background: url(images/colorpicker/select.png);
    float: left;
    margin-right: 10px;
}

    .colorpicker-input div {
        position: absolute;
        top: 3px;
        left: 3px;
        width: 30px;
        height: 30px;
        background: url(images/colorpicker/select.png) center;
    }

input.colorpicker-text {
    display: none;
}

label.colorpicker-label {
    float: left;
    line-height: 24px;
}

.checkbox-list label {
    display: inline-block;
    clear: both;
    float: left;
}

/* COMMUNITY OVERVIEW TAB */
#communityOverview .form-horizontal .control-label {
    width: 70px;
}

#communityOverview .form-horizontal .controls {
    width: 240px;
    margin-left: 82px;
}

.image-options {
    background: #f3f3f3;
    padding: 20px 0 1px;
    margin: 0;
    border-top: 1px solid #fff;
}

.image-update {
    display: block;
    width: 95px;
    float: right;
    font-size: 12px;
}

/* View Prospects */
.prospect-export {
    /*font-size:12px;
	text-align:right;
	line-height:14px;
	display:block;
	float:left;
	/*margin-top: 16px;
	margin-left: 5px;
*/
}

/* ==========================================================================
   Table Sorter Classes 
   ========================================================================== */
table.tablesorter thead tr .header {
    background-image: url(../img/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    border-right: 1px dotted silver;
}

    table.tablesorter thead tr .header:last-child {
        border-right: 0;
    }

table.tablesorter thead tr .headerSortUp {
    background-image: url(../img/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(../img/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: rgba(0,0,0,.1);
}

/* ==========================================================================
   Color Picker Classes 
   ========================================================================== */
.colorpicker {
    width: 356px;
    height: 176px;
    overflow: hidden;
    position: absolute;
    background: url(images/colorpicker/colorpicker_background.png);
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    z-index: 100;
}

.colorpicker_color {
    width: 150px;
    height: 150px;
    left: 14px;
    top: 13px;
    position: absolute;
    background: #f00;
    overflow: hidden;
    cursor: crosshair;
}

    .colorpicker_color div {
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        height: 150px;
        background: url(images/colorpicker/colorpicker_overlay.png);
    }

        .colorpicker_color div div {
            position: absolute;
            top: 0;
            left: 0;
            width: 11px;
            height: 11px;
            overflow: hidden;
            background: url(images/colorpicker/colorpicker_select.gif);
            margin: -5px 0 0 -5px;
        }

.colorpicker_hue {
    position: absolute;
    top: 13px;
    left: 171px;
    width: 35px;
    height: 150px;
    cursor: n-resize;
}

    .colorpicker_hue div {
        position: absolute;
        width: 35px;
        height: 9px;
        overflow: hidden;
        background: url(images/colorpicker/colorpicker_indic.gif) left top;
        margin: -4px 0 0 0;
        left: 0px;
    }

.colorpicker_new_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 213px;
    top: 13px;
    background: #f00;
}

.colorpicker_current_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 283px;
    top: 13px;
    background: #f00;
}

.colorpicker input {
    background-color: transparent;
    border: 1px solid transparent;
    position: absolute;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #898989;
    top: 4px;
    right: 11px;
    text-align: right;
    margin: 0;
    padding: 0;
    height: 11px;
    display: block;
    width: auto;
    line-height: 11px;
}

    .colorpicker input:focus {
        border: none;
    }

.colorpicker_hex {
    position: absolute;
    width: 72px;
    height: 22px;
    background: url(images/colorpicker/colorpicker_hex.png) top;
    left: 212px;
    top: 142px;
}

    .colorpicker_hex input {
        right: 6px;
    }

.colorpicker_field {
    height: 22px;
    width: 62px;
    background-position: top;
    position: absolute;
}

    .colorpicker_field span {
        position: absolute;
        width: 12px;
        height: 22px;
        overflow: hidden;
        top: 0;
        right: 0;
        cursor: n-resize;
    }

.colorpicker_rgb_r {
    background-image: url(images/colorpicker/colorpicker_rgb_r.png);
    top: 52px;
    left: 212px;
}

.colorpicker_rgb_g {
    background-image: url(images/colorpicker/colorpicker_rgb_g.png);
    top: 82px;
    left: 212px;
}

.colorpicker_rgb_b {
    background-image: url(images/colorpicker/colorpicker_rgb_b.png);
    top: 112px;
    left: 212px;
}

.colorpicker_hsb_h {
    background-image: url(images/colorpicker/colorpicker_hsb_h.png);
    top: 52px;
    left: 282px;
}

.colorpicker_hsb_s {
    background-image: url(images/colorpicker/colorpicker_hsb_s.png);
    top: 82px;
    left: 282px;
}

.colorpicker_hsb_b {
    background-image: url(images/colorpicker/colorpicker_hsb_b.png);
    top: 112px;
    left: 282px;
}

.colorpicker_submit {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(images/colorpicker/colorpicker_submit.png) top;
    left: 322px;
    top: 142px;
    overflow: hidden;
}

.colorpicker_focus {
    background-position: center;
}

.colorpicker_hex.colorpicker_focus {
    background-position: bottom;
}

.colorpicker_submit.colorpicker_focus {
    background-position: bottom;
}

.colorpicker_slider {
    background-position: bottom;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 100%;
    }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.rolesbutton button {
    z-index:-1000;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for img, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.ko_container {
    width: 125px;
    min-height: 50px;
}



.item {
    cursor: move;
}

.controls {
    text-align: center;
}

.save-result {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
    line-height: 40px;
    display: none;
    text-align: center;
}

.upload-result {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    line-height: 40px;
    display: none;
    text-align: center;
}

.sucessfully-alert {
    background: #01DF3A;
    color: #fff;
    border-bottom: 1px solid #0C3;
}

.unsucessfully-alert {
    background: #FF0000;
    color: #fff;
    border-bottom: 1px solid #D00000;
}

.control-lots input[type="checkbox"] {
    margin: 0px 5px 0px 0px !important;
}

.community-description-box {
    width: 850px;
}

.community-description-save-btn {
    width: 810px;
}

#communityDescription textarea {
    min-height: 400px;
    resize: none;
    width: 100%;
}

.error {
    color: Red;
}

.span4 .smalltext {
    font-size: 12px;
    font-style: italic;
    display: block;
    width: 100%;
}

.color-selection {
    margin-bottom: 5px;
}

.section_new {
    margin-left: 0 !important;
    margin-top: 20px;
    border: 1px solid silver;
    padding: 10px;
    border-radius: 4px;
}

.section_new_cta {
    margin-left: 0 !important;
    margin-top: 20px;
    border: 1px solid silver;
    padding: 10px;
    border-radius: 4px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        display: none;
    }

.slider-check {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider-check:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider-check {
    background-color: #2196F3;
}

input:focus + .slider-check {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider-check:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider-check.round {
    border-radius: 34px;
}

    .slider-check.round:before {
        border-radius: 50%;
    }

.toggle-onOff {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-right: 20px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

    /* Hide the browser's default radio button */
    .toggle-onOff input {
        position: absolute;
        opacity: 0;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.toggle-onOff:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.toggle-onOff input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.toggle-onOff input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.toggle-onOff .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}



.uploaded-image {
    width: 96%;
}

    .uploaded-image img {
        width: 100%;
        height: 250px;
        object-fit: contain;
    }

.image-details {
    border-radius: 3px;
    margin-top: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 1px 1px rgba(0,0,0,.16);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 1px 1px rgba(0,0,0,.16);
    background: #fff0bd;
    text-align: center;
    padding: 7px 0;
    border: 1px solid silver;
    min-height: 22px;
    height: auto;
}

.lot_image_uploaded {
    color: #468847;
    font-size: 16px;
}

.plan-spec {
    margin-left: 0 !important;
}

.lotimageremove {
    margin: 5px 0;
    text-align: center;
}

    .lotimageremove button {
        outline: none;
        border: navajowhite;
        padding: 5px 20px;
        background-color: #5bb75b;
        background-image: -moz-linear-gradient(top, #62c462, #51a351);
        border-radius: 3px;
        color: #fff;
    }

#manageGenerateCommunity .generate-link {
    display: none;
    text-decoration: underline;
    color: #0088cc;
}

#manageGenerateCommunity .ui-state-highlight .generate-link {
    display: inline-block;
}

#appConfiguration .builder-name, #appConfiguration .community-name {
    float: left;
}

#appConfiguration .community-name {
    margin: 0 0 0 15px;
}

#appConfiguration .community-image, #appConfiguration .background-image {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
}

#appConfiguration .upload-file {
    position: relative;
    width: 265px;
    height: 30px;
    border: 1px solid #cccccc;
    padding: 5px;
    border-radius: 4px;
    display: inline-block;
}

    #appConfiguration .upload-file .input-default {
        opacity: 0;
        width: 90px;
    }

#appConfiguration .browse-file {
    position: absolute;
    top: 50%;
    width: 265px;
    z-index: -1;
    transform: translateY(-50%);
    left: 10px;
}

    #appConfiguration .browse-file input {
        height: 22px;
        line-height: 1;
        width: 82px;
        display: inline-block;
        vertical-align: middle;
    }

    #appConfiguration .browse-file span {
        margin-left: 5px;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        color: #948d8d;
        width: calc(100% - 90px);
        overflow: hidden;
        text-overflow: ellipsis;
        height: 42px;
        line-height: 42px;
    }

#appConfiguration .file-type {
    font-style: italic;
    font-size: 14px;
    color: #948d8d;
}

#appConfiguration .uploaded-file {
    border-radius: 4px;
    margin: 15px 0;
}

#appConfiguration .delete {
    text-decoration: none;
}

#appConfiguration .upload-image-btn {
    margin-left: 10px;
}

.breakAll {
    word-break: break-word;
}
/* Style for sttaic info popup added on 4 mar 2019 */
.modal-static {
    max-width: 320px;
    border: 2px solid #000;
    background: #eee;
    padding: 10px;
    box-sizing: border-box;
    line-height: 20px;
    box-shadow: 3px 3px 8px rgba(0,0,0,.20);
    max-height: 220px;
    overflow-y: auto;
}

    .modal-static .lot-name {
        background: rgba(0, 0, 0, 0.75);
        text-align: center;
        padding: 10px 10px;
        color: #fff;
        font-size: 16px;
        width: 100%;
        box-sizing: border-box;
    }

    .modal-static .otherInfogroup {
        width: 103%;
        display: block;
        margin: 10px 0 5px 0;
        color: #5b6c7e;
    }

    .modal-static .otherInfo {
        display: inline-block;
        margin-right: 3px;
        color: #5b6c7e;
        font-size: 13px;
        line-height: 18px;
    }

    .modal-static .othrVal {
        margin: 10px 10px 5px 0;
        font-size: 13px;
    }

    .modal-static .otherInfo.addr {
        display: block;
    }

    .modal-static h3 {
        font-size: 14px;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        line-height: normal;
        color: #5b6c7e;
    }

    .modal-static ul {
        margin: 5px 0;
        padding: 0;
    }

        .modal-static ul.plansul li {
            display: inline-block;
            width: 33.33%;
            margin-right: 0px;
            font-size: 13px;
            color: #1495a2;
        }

.help-icon {
    position: relative;
    margin-left: 10px;
    display: inline-block;
    width: 22px;
    height: 22px;
}

    .help-icon #tooltip, .help-icon #tooltip1 {
        display: none;
    }

    .help-icon:hover #tooltip, .help-icon:hover #tooltip1 {
        display: block;
        position: absolute;
        z-index: 999999;
    }

    .help-icon:hover #tooltip {
        background: url(images/tooltip.png) no-repeat 0 0;
        width: 370px;
        height: 290px;
        left: 25px;
        top: -15px;
    }

    .help-icon:hover #tooltip1 {
        background: url(images/tooltip-sidebar-help.png) no-repeat 0 0;
        width: 350px;
        height: 270px;
        left: 25px;
        top: -45px;
    }

/* new css added for admin links panel on 27 jan, 2020  */

.nav-community-new {
    margin-bottom: 20px;
}

    .nav-community-new fieldset {
        border: 1px solid #c0c0c0;
        padding: 0 0 0 10px;
        min-height: 135px;
    }

        .nav-community-new fieldset legend {
            width: auto;
            margin-bottom: 0;
            font-size: 14px;
            line-height: normal;
            border-bottom: none;
            padding: 0 10px;
        }

        .nav-community-new fieldset ul {
            margin: 0;
            padding: 10px 0;
        }

            .nav-community-new fieldset ul li {
                margin: 0;
                padding: 0;
                list-style: none;
            }
/* new css added on 07 feb 2020 for Save and Cancel buttons of Forms */
.form-actions {
    position: fixed;
    width: 980px;
    bottom: 0;
    box-sizing: border-box;
    text-align: center;
    margin: 0 -20px 0 -20px;
}

.tab-content {
    padding-bottom: 70px;
}
/* new css added on 09 April 2020 for Search form */
.search-filter-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
    .search-filter-container .community-status-filter-container {
        display: flex;
        align-items: center;
        gap: 5px;
        position: relative;
    }
    .search-filter-container .community-status-filter-container .community-status-filter{
        margin: 0;
    }
    .search-filter-container .community-status-filter-container .community-status-filter-label{
        margin: 0;
    }
    .search {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
    }

    .search .searchbox {
        display: inline-block;
        position: relative;
    }

        .search .searchbox input {
            width: 300px;
            margin: 0;
        }

        .search .searchbox .icon-search {
            height: 14px;
            width: 14px;
            display: inline-block;
            text-align: center;
            position: absolute;
            right: 6px;
            top: 7px;
            background: url(images/icon-search.png) no-repeat;
        }

    .search .clear {
        font-size: 13px;
        padding-left: 15px;
        align-self: center;
    }

        .search .clear.disable {
            color: #a3a3a3;
            cursor: not-allowed;
        }
.flex {
    display: flex!important;
}
.manage-layers {
    border-bottom: 1px solid #dddddd;
    justify-content: space-between;
}
.manage-layers .flex-column {
    flex-direction: column;
}
    .manage-layers .layer-group {
        display: flex;
        justify-content: center;
    }
.manage-layers .layer-group input {
    align-self: center;
}
.manage-layers.layerhead {
    font-weight: 600;
}
.cell-width {
    width:20%;
    text-align:center;
    padding: 5px;
    box-sizing: border-box;
}
.datacell:not(:last-child) {
    border-bottom: 1px solid #dddddd;
}
.datacell input[type=checkbox] {
    margin: 0 0 1px 0;
}
.column-all, .column-none, .column-all:hover, .column-none:hover {
    text-decoration: none;
    cursor: pointer;
}
.row-all, .row-none, .row-all:hover, .row-none:hover {
    text-decoration: none;
    cursor: pointer;
}

.isp-cta-remove {
    position: absolute;
    right: -9px;
    top: -8px;
    font-size: 12px;
    cursor: pointer;
    padding: 3px;
    line-height: 10px;
    font-weight: 600;
    outline: none;
}