#map_canvas {
    width: 100%;
    height: 500px;
}

.amp-loading {
    height: 500px;
    width: 100%;
    background: transparent url(../images/loading.gif) no-repeat center center;
}

#poi_table {
    overflow: scroll;
}


/**slider**/


/*next button*/

.bx-next {
    position: absolute;
    top: 40%;
    right: -83px;
    z-index: 999;
    width: 30px;
    height: 30px;
    text-indent: -999999px;
    background: url(../../images/gray_next.png) no-repeat 0 -30px;
}


/*previous button*/

.bx-prev {
    position: absolute;
    top: 40%;
    z-index: 999;
    width: 30px;
    height: 30px;
    text-indent: -999999px;
    background: url(../../images/gray_prev.png) no-repeat 0 -30px;
}


/*pager links*/

.bx-pager a {
    margin-right: 5px;
    color: #fff;
    padding: 3px 8px 3px 6px;
    font-size: 12px;
    zoom: 1;
    background: url(../../images/gray_pager.png) no-repeat 0 -20px;
}


/*auto start button*/

.bx-auto .start {
    background: url(../../images/gray_auto.png) no-repeat 0 2px;
    padding-left: 13px;
}


/*auto stop button*/

.bx-auto .stop {
    background: url(../../images/gray_auto.png) no-repeat 0 -14px;
    padding-left: 13px;
}

.accordian-heading:hover {
    cursor: pointer;
}

.accordian-content {
    padding-left: 20px;
    display: none;
}


/*
 * End color scheme styles
 */


/*next/prev button hover state*/

.bx-next:hover,
.bx-prev:hover {
    background-position: 0 0;
}


/*pager links hover and active states*/

.bx-pager .pager-active,
.bx-pager a:hover {
    background-position: 0 0;
}


/*pager wrapper*/

.bx-pager {
    text-align: center;
    padding-top: 7px;
    font-size: 12px;
    color: #666;
}


/*captions*/

.bx-captions {
    text-align: center;
    font-size: 12px;
    padding: 7px 0;
    color: #666;
}


/*auto controls*/

.bx-auto {
    text-align: center;
    padding-top: 15px;
}

.bx-auto a {
    color: #666;
    font-size: 12px;
}

.bx-window {
    margin-left: 30px;
}

#user_addresss_field {
    text-overflow: ellipsis;
}

.recent_notice_loading {
    background: transparent url(../images/loading.gif) no-repeat center center;
}

.notice_preview_loading {
    background: transparent url(../images/loading2.gif) no-repeat center center;
}

#mypropertieslist input {
    width: auto;
}

#mypropertieslist .ui-jqgrid {
    margin: 0 auto;
}

.profile-selected-row {
    background-image: none !important;
    background-color: #CCD9FF !important;
}

.hasPlaceholder {
    color: #777;
}

#pop_myproperties_toppager table.ui-pg-table {
    table-layout: auto !important;
}

#myprops_propsview #load_pop_myproperties {
    left: 35%;
    top: 35%;
}

#pop_myproperties_toppager_right div.ui-paging-info {
    display: inline-block;
}

#pop_assoc-prop-search {
    width: 90px !important;
}

#updown_button {
    cursor: pointer;
}

.hidden {
    visibility: hidden;
}

.row-remove {
    float: right;
}

.verified-text {
    color: yellow;
}

#dialog-message {
    display: none;
}

input[disabled="disabled"].standard-btn {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
    color: #E0E0E0;
    cursor: default;
}

.verify-btn {
    min-width: 58px;
}

.tooltip-content {
    display: none;
}

.rfr-info-icon {
    background: url("../images/information-icon.png") no-repeat 0px 40%;
    padding-left: 24px;
    position: relative;
    top: 50px;
    font-weight: bold;
    font-size: 1.1em;
    display: inline-block;
    background-color: yellow;
}

.h1-looking-todo-box {
    color: var(--state-green);
}

.skip-to-content-link {
    background: #ffffff;
    height: 30px;
    left: 0px;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
    color: #fff;
  }

  @media only screen and (max-width: 520px) {
    .skip-to-content-link {
        transform: translateY(-600%);
    }
  }
  
.skip-to-content-link:focus {
    transform: translateY(0%);
}

.zoom-border {
    border: 0;
}

.table-scroll-y {
    max-height: 500px;
    overflow: auto;
    display: inline-block;
}