/* ! Global Classes */

.panel_open {
    color: red !important;
}

.faded {
    color: #999;
    font-style: italic;
    margin-right: -2px !important;
}

.visually-hidden {
    visibility: hidden;
    opacity: 0; !important;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.dim {
    color: #999;
}

.noline {
    text-decoration: none !important;
}

a.noline:hover {
    text-decoration: underline !important;
}

.heavy {
    /*font-weight: bold;*/
    color: #333;
}

.clear {
    clear: both;
}

.invisible {
    display: none;
}

visible {
    display: inherit;
}


/* White 1px shadow */

.inset {
    text-shadow: #fff 0 1px;
}

.inset_inverted {
    text-shadow: #000 0 -1px;
}

.position_left {
    float: left;
}

.position_right {
    float: right;
}

.unsaved_notice {
    padding-right: 10px;
    background: url(../../images/admin/ui-icons/unsaved-notice.png) no-repeat right top;
}

.wrap {
    width: inherit !important;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}


/* ! Basics & Typography */

body {
    color: #484848;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    background: #000 url(../../images/admin/backgrounds/body-bg-new.jpg) repeat;
}

a {
    color: #484848;
}

a:hover {
    color: #333;
    text-decoration: none;
}

p {}

h1 {}

h2 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-transform: capitalize;
}

h2 a {
    text-decoration: none;
}

h2 a:hover {
    text-decoration: underline;
}

h3 {}

h4 {
    font-size: 12px;
    padding-bottom: 1px;
    border-bottom: 1px solid #999;
    margin-bottom: 3px;
    font-weight: normal;
}


/* Wrappers */

#wrapper {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

#page_container {
    width: 960px;
    margin: inherit;
    background: #fff;
    padding-bottom: 15px;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}


/* ! Session Panel */

#session_panel {
    background: white;
    margin-bottom: 0 !important;
}

#other_leaselabs_products {
    text-align: left;
    font-size: 11px;
    float: left;
    /*   line-height: 30px; */
}

#other_leaselabs_products a {
    margin-left: 10px !important;
    color: #666;
}

#session_info {
    text-align: right;
    font-size: 11px;
}

#session_info p {
    display: inline;
    vertical-align: middle !important;
}

#session_info a {
    margin-left: 10px;
    vertical-align: middle !important;
}

#session_info a:hover {}

#session_info a#session_info_name {
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    margin-left: 0;
}

#session_info a#session_info_name:hover {
    text-decoration: underline;
}

#session_user_settings {}


/* ! Main & Sub menu */

#header {
    background: #fff;
}

#main_menu_bar {
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    top: -34px;
    z-index: 100;
}

#logo_leaselabs {
    display: none;
    float: right;
    position: relative;
    top: 80px;
    padding-right: 30px;
}

#logo_leaselabs a {
    text-decoration: none;
    color: white;
    font-size: 32px;
    font-weight: bold;
    text-shadow: #000 0 -2px;
}

#logo_leaselabs a:hover {
    color: #dff4ff !important;
}

.leaselabs_logo_trademark {
    margin-left: -10px;
    font-size: 18px;
    font-weight: normal;
    vertical-align: super;
}

.leaselabs_logo_beta {
    font-weight: normal;
    font-size: 12px;
    margin-left: -20px;
}

#main_menu {}

#main_menu a {
    background-color: #eeeeee;
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
    color: #666;
    display: block;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
}

#main_menu a:hover {
    color: #333 !important;
    ;
}

a.active_main_menu_item {
    color: #333 !important;
}

.active_main_menu_item:hover {
    /* cursor: default; */
    text-decoration: none !important;
}

.main_menu_divider {
    display: block;
    float: left;
    width: 13px;
    height: 33px;
}

.active_main_menu_divider {
    display: block;
    float: left;
    width: 13px;
    height: 33px;
}


/* ! Sub Menu */

#sub_menu_bar {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    background: url(../../images/admin/backgrounds/sub-menu-bg.png) repeat-x;
}

#sub_menu {
    min-height: 2px;
}

#sub_menu a {
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
    text-transform: capitalize;
    text-decoration: none;
    color: #666;
    display: block;
    float: left;
    margin-top: 2px;
    margin-bottom: 3px;
    margin-right: 5px;
    border-left: 1px dotted #fbfbfb;
    border-right: 1px dotted #fbfbfb;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

#sub_menu a:hover,
#sub_menu a:focus {
    color: #333 !important;
    background-color: #dff4ff !important;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

#sub_menu a.active_sub_menu_item,
#sub_menu a.active_sub_menu_item:hover {
    background-color: #d5d5d5 !important;
    color: #333 !important;
    border-top: 1px solid #959595;
    border-left: 1px solid #959595 !important;
    border-right: 1px solid #959595 !important;
    border-bottom: 1px solid #c8c8c8;
    /* cursor: default; */
}

#view_site_btn_container {
    float: right;
}

#view_site_btn_container a {
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
    text-transform: capitalize;
    text-decoration: none;
    color: #666;
    display: block;
    float: left;
    margin-right: 5px;
    border-left: 1px dotted #fbfbfb;
    border-right: 1px dotted #fbfbfb;
}

#view_site_btn_container a:hover {
    color: #333 !important;
    background-color: #dff4ff !important;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}


/* ! Content */

#content_wrapper {
    padding-top: 20px !important;
    padding-left: 20px;
    padding-right: 20px;
    background: url(../../images/admin/backgrounds/border-shadow.jpg) repeat-x;
}


/* ! Messages */

#messages {
    margin-bottom: 20px;
}

#flash {
    margin: 0;
}

#flash > div {
    padding: 15px 10px 15px 15px;
    margin-bottom: 5px;
    color: #333;
    font-size: 13px;
    line-height: 18px;
    background-image: url(../../images/admin/white-line.png);
    background-repeat: repeat-x;
    position: relative;
}

#flash > div p {
    padding-left: 22px;
    font-style: normal;
}

#flash > div p strong {
    font-style: italic;
    text-transform: capitalize;
    padding-right: 4px
}

#flash > div a.close_flash {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 8px;
    height: 8px;
    background: url(../../images/admin/flashes/close.png) no-repeat 0;
}

#flash > div a.close_flash:hover {
    background: url(../../images/admin/flashes/close-hover.png) no-repeat 0;
    cursor: pointer;
}

a.close_markdown {
    width: 8px;
    height: 8px;
    float: right;
    position: relative;
    z-index: 100;
    background: url(../../images/admin/flashes/close.png) no-repeat 0;
}

a.close_markdown:hover {
    background: url(../../images/admin/flashes/close-hover.png) no-repeat 0;
    cursor: pointer;
}

p.markdown_relative {
    position: relative;
    bottom: 8px;
}

.note {
    border-top: 1px solid #FFCC66;
    border-bottom: 1px solid #FFCC66;
    background-color: #FFFF99;
    padding: 10px;
}

.error {
    border-top: 1px solid #ec6f75;
    border-bottom: 1px solid #ec6f75;
    background-color: #fbe3e4;
}

.error p {
    background: url(../../images/admin/flashes/error-frame.png) no-repeat 0 -1px;
}

.warn {
    border-top: 1px solid #fdd845;
    border-bottom: 1px solid #fdd845;
    background-color: #fff6bf;
}

.warn p {
    background: url(../../images/admin/flashes/warning-diamond.png) no-repeat 0 -1px;
}

.notice {
    border-top: 1px solid #c6d881;
    border-bottom: 1px solid #c6d881;
    background-color: #e6efc2;
}

.notice p {
    background: url(../../images/admin/flashes/notice-frame.png) no-repeat 0 -1px;
}

.message {
    border-top: 1px solid #6ed0ec;
    border-bottom: 1px solid #6ed0ec;
    background-color: #dff4ff;
}

.message p {
    background: url(../../images/admin/flashes/message-frame.png) no-repeat 0 -1px;
}

.errorExplanation{
    position: relative;

    border-top: 1px solid #ec6f75;
    border-bottom: 1px solid #ec6f75;
    background-color: #fbe3e4;

    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    margin-bottom: 20px;
    padding: 5px;
}

.errorExplanation *{
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.errorExplanation p,
.errorExplanation ul,
.errorExplanation h2{
    padding: 5px;
}

.errorExplanation h2{
    font-size: 15px;
}

.errorExplanation p{
    font-weight: 700;
}

.errorExplanation ul{
    list-style: decimal inside;
}

.errorExplanation ul li{
    text-transform: capitalize;
}

.errorExplanationClose{
    position: absolute;
    right: 0;
    top: 0;

    cursor: pointer;
    color: #ec6f75;
    padding: 10px;
}

.errorExplanationClose:hover{
    color: #f00;
}

/* ! Panels */

#content_area {}

.panel {
    /*border-bottom: 1px solid #ccc;*/
    margin-bottom: 20px;
}

.panel50pct{
  width: 50%;
  float: left;
}

.panel_head {
    border-bottom: 1px solid #999;
}

.panel_head h2,
.panel_head h2 a {
    float: left;
    margin-bottom: 5px;
}

.button_toggle {
    font-size: 11px;
    text-decoration: none;
    float: right;
}

a.button_toggle:hover {
    text-decoration: underline;
    cursor: pointer;
}

.panel_body {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #f8fcfe url(../../images/admin/backgrounds/border-shadow.jpg) repeat-x bottom;
}

.panel_description {
    background: #dff4ff url(../../images/admin/ui-icons/information-small.png) no-repeat 13px center;
    padding: 10px 10px 10px 25px;
    font-size: 11px;
    font-style: italic;
    color: #666;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #999;
}

.panel_list .even {
    background-color: #fff;
    border-top: 1px solid #cdcdcd;
}

.panel_list .instructions {
    background-color: #fff !important;
    padding: 10px 0;
    text-align: right;
}

.panel_list .instructions a.tooltip {
    background: url(../../images/admin/buttons/btn-help.png) 100% 0% no-repeat;
    padding: 0 27px 6px 0;
    margin-right: 25px;
    font-weight: bold;
    color: #274ebd;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.panel_list .instructions a.tooltip:hover {
    text-decoration: underline;
}


/* !  Instructions on a single page */

.instructions_single {
    padding: 10px 0;
    text-align: right;
    position: relative;
    bottom: 15px;
}

.instructions_single a.tooltip {
    background: url(../../images/admin/buttons/btn-help.png) 100% 0% no-repeat;
    padding: 0 27px 6px 0;
    margin-right: 25px;
    font-weight: bold;
    color: #274ebd;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.instructions_single a.tooltip:hover {
    text-decoration: underline;
}

#tooltip {
    position: absolute;
    border: 1px solid #999;
    background: #f8fcfe;
    padding: 8px;
    color: #333;
    display: none;
    width: 200px;
    z-index: 9999;
}


/* END Instructions on a single page */


/* ! Forms & Fields */

form {
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
}

form input[type="hidden"] {
    display: none;
}

.panel_row {
    padding-left: 15px;
    padding-right: 10px;
    margin-top: 15px;
    /* border-bottom: 1px solid #cdcdcd; */
}

.panel_row .field_display {
    display: inline-block;
    width: 600px;
    margin-left: 5px;
    padding-top: 6px;
}

.panel_row p {
    display: inline-block;
    margin: 0;
    /* word-wrap: break-word; */
}

.panel_row .landing_page_property {
    float: right;
    width: 725px;
    padding-bottom: 10px;
    margin-top: 7px;
}

.panel_row .landing_page_property input {
    width: 40px;
}

.panel_row .landing_page_property select {
    height: 200px;
    width: 200px !important;
}

.panel_row .document_groups {
    float: right;
    width: 725px;
    padding-bottom: 10px;
    margin-top: 7px;
}

.panel_row .document_groups input {
    width: 40px;
}

.panel_row .document_groups select {
    height: 200px;
    width: 200px !important;
}

.panel_row .floorplan_groups {
    float: right;
    width: 725px;
    padding-bottom: 10px;
    margin-top: 7px;
}

.panel_row .floorplan_groups input {
    width: 40px;
}

.panel_row .floorplan_groups select {
    height: 200px;
    width: 200px !important;
}

.panel_row .contact_categories {
    float: right;
    width: 725px;
    padding-bottom: 10px;
    margin-top: 7px;
}

.panel_row .contact_categories input {
    width: 40px;
}

.panel_row .contact_categories select {
    height: 200px;
    width: 200px;
}

.panel_row .select_units {
    float: right;
    width: 725px;
    padding-bottom: 10px;
    margin-top: 7px;
}

.panel_row .select_units input {
    width: 40px;
}

.panel_row .select_units select {
    height: 200px;
    width: 200px;
}

.panel_row .unit_groups {
    float: right;
    width: 725px;
    padding-bottom: 10px;
    margin-top: 7px;
}

.panel_row .unit_groups input {
    width: 40px;
}

.panel_row .unit_groups select {
    height: 200px;
    width: 200px;
}

.panel_row .building_floor {
    float: right;
    width: 725px;
    padding-bottom: 10px;
    margin-top: 7px;
}

.panel_row .building_floor input {
    width: 40px;
}

.panel_row .building_floor select {
    height: 200px;
    width: 200px;
}

.panel_row .floor_units {
    float: right;
    width: 725px;
    padding-bottom: 10px;
    margin-top: 7px;
}

.panel_row .floor_units input {
    width: 40px;
}

.panel_row .floor_units select {
    height: 200px;
    width: 200px;
}

#panel_holder_categories{
  float: left;
  width: 49%;
}

#panel_holder_tags{
  float: right;
  width: 49%;
}

/* FOR SAFARI */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .panel_row .landing_page_property input {
        width: 30px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .panel_row .landing_page_property {
        float: right;
        width: 725px;
        position: relative;
        bottom: 22px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .panel_row .contact_categories input {
        width: 30px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .panel_row .contact_categories {
        float: right;
        width: 725px;
        position: relative;
        bottom: 22px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .panel_row .unit_groups input {
        width: 30px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .panel_row .unit_groups {
        float: right;
        width: 725px;
        position: relative;
        bottom: 22px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .panel_row .building_floor input {
        width: 30px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .panel_row .building_floor {
        float: right;
        width: 725px;
        position: relative;
        bottom: 22px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .panel_row .floor_units input {
        width: 30px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .panel_row .floor_units {
        float: right;
        width: 725px;
        position: relative;
        bottom: 22px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .panel_row .select_units input {
        width: 30px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .panel_row .select_units {
        float: right;
        width: 725px;
        position: relative;
        bottom: 22px;
    }
}

.panel_row a {
    text-decoration: none;
}

.panel_row a[rel="external"] {
    text-decoration: none;
    padding-right: 13px;
    background: url(../../images/admin/textfields/external.png) no-repeat right center;
}

.panel_row a[rel="external"]:hover {
    background: url(../../images/admin/textfields/external-hover.png) no-repeat right center;
}


/* ! Displaying of markdown fields */

.field_display .markdown > * {
    padding: 8px 7px;
    margin-bottom: 5px;
    text-transform: none !important;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 2px 2px;
    display: block;
}

.field_display .markdown h1 {
    padding: 10px 7px;
    font-size: 17px;
    font-weight: bold;
    background-image: url(../../images/admin/textfields/bg-h1.png);
}

.field_display .markdown h2 {
    font-size: 15px;
    font-weight: bold;
    background-image: url(../../images/admin/textfields/bg-h2.png);
}

.field_display .markdown h3 {
    font-size: 14px;
    font-weight: bold;
    background-image: url(../../images/admin/textfields/bg-h3.png);
}

.field_display .markdown h4 {
    font-size: 14px;
    font-weight: bold;
    background-image: url(../../images/admin/textfields/bg-h4.png);
}

.field_display .markdown h5 {
    font-size: 14px;
    font-weight: bold;
    background-image: url(../../images/admin/textfields/bg-h5.png);
}

.field_display .markdown h6 {
    font-size: 14px;
    font-weight: bold;
    background-image: url(../../images/admin/textfields/bg-h6.png);
}

.field_display .markdown p {
    font-size: 14 px;
    background-image: url(../../images/admin/textfields/bg-p.png);
    padding: 5px 7px;
}

.field_display .markdown a {
    color: #336699;
}

.field_display .markdown ul {
    padding: 0!important;
}

.field_display .markdown li {
    background: url(../../images/admin/textfields/list-bullet.png) no-repeat -8px -10px;
    padding-top: 2px;
    padding-left: 16px;
    line-height: 17px;
}

.field_display .markdown li + li {
    padding-top: 5px;
    background: url(../../images/admin/textfields/list-bullet.png) no-repeat -8px -7px;
}

.field_display img {
    /*
max-width: 150px;
max-height: 150px;
*/
}


/* ! Lists */

.list_row.true {
    background: url(../../images/admin/ui-icons/published_check.png) no-repeat 5px center;
    padding-left: 40px;
}

.list_row,
.single_list_row {
    padding-top: 5px !important;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 8px;
    border-top: 1px solid #cdcdcd;
    /*border-bottom: 1px solid #cdcdcd;
*/
    position: relative;
}

.list_row:hover {
    background-color: #ffc;
}

.list_row a {
    display: inline-block;
    line-height: 24px;
    text-decoration: underline;
    /* text-shadow: #fff 0 1px; */
}

.list_row a:hover {
    text-decoration: none;
}

.list_row label {
    display: inline-block;
    line-height: 24px;
    font-size: 13px !important;
    /* text-shadow: #fff 0 1px; */
}

.list_row p,
.single_list_row p {
    display: inline-block;
    line-height: 24px;
    text-decoration: none;
    /* text-shadow: #fff 0 1px; */
}

.list_row h3 {
    display: inline-block;
    width: 200px;
}

.list_row .job_apps {
    width: 200px;
}

.list_row .job_apps_resume {
    width: 70px;
}

.icon_pad {
    padding-left: 23px;
    background-position: 0px 3px;
    background-repeat: no-repeat;
}

.icon_pad_area {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: 0px 1px;
    background-repeat: no-repeat;
}

.icon_pad_photo {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
}

.prepend_icon_admin_superuser {
    background-image: url(../../images/admin/buttons/admin_super_user.png);
    background-position: 0px 2px;
}

.prepend_icon_admin {
    background-image: url(../../images/admin/buttons/admin.png);
    background-position: 0px 2px;
}

.prepend_icon_admin_off {
    background-image: url(../../images/admin/buttons/admin-off.png);
}

.prepend_icon_primary {
    background-image: url(../../images/admin/buttons/primary.png);
}

.prepend_icon_primary_off {
    background-image: url(../../images/admin/buttons/primary-off.png);
}

.prepend_icon_primary_off:hover {
    background-image: url(../../images/admin/buttons/primary-off-hover.png);
}

.prepend_icon_approve {
    background-image: url(../../images/admin/buttons/approve.png);
}

.prepend_icon_approve_off {
    background-image: url(../../images/admin/buttons/approve-off.png);
}

.prepend_icon_deny {
    background-image: url(../../images/admin/buttons/deny.png);
}

.prepend_icon_deny_off {
    background-image: url(../../images/admin/buttons/deny-off.png);
}


/* Special settings for input fields */

form .panel_row {
    min-height: 35px;
    overflow: visible;
    margin-top: 5px;
    margin-bottom: 5px;
}


/* ! Labels */

label {
    display: inline-block;
    width: 170px;
    text-align: right;
    font-size: 11px;
    text-transform: capitalize;
    color: #484848;
    vertical-align: top;
    padding-top: 7px;
}

form .panel_row .field_input,
form .panel_row .fieldWithErrors {
    display: inline-block;
    width: 350px;
}

form .panel_row .field_input img{
  max-width: 100%;
}

form.news_feed_select .panel_row > label {
    width: auto;
    margin-bottom: 10px;
    font-weight: 700;
}

form.news_feed_select .panel_row .field_input {
    display: block;
    width: 350px;
}

form.news_feed_select .panel_row .field_input input,
form.news_feed_select .panel_row .field_input label {
    display: inline;
    width: auto;
}

form .panel_row .field_input .no_upload {
    float: left;
    padding: 0 15px;
    margin-top: 5px;
    width: 190px;
}

form .panel_row .field_input_colorpicker {
    display: inline-block;
    width: 400px;
}

form .panel_row .field_input_colorpicker input {
    width: 314px;
}

form .panel_row .field_input_datepicker {
    display: inline-block;
    width: 400px;
}

form .panel_row .field_input_datepicker a {
    cursor: pointer !important;
}

form .panel_row .field_input_timepicker {
    display: inline-block;
    width: 400px;
}

.field_input_datepicker .calendar {
    display: none;
}

.field_input_datepicker .datepick-trigger .calendar {
    display: inline !important;
    float: left;
    margin: 5px 10px 0 5px;
}

form .panel_row .field_input_timepicker .ui-datepicker-trigger {
    float: left;
    margin: 5px 10px 0 5px;
    cursor: pointer;
}

form .panel_row .field_input_datepicker input {
    width: 319px;
}

form .panel_row .field_input_timepicker input {
    width: 319px;
}


/* ! Text Fields */

form input,
.entity-search input[type="text"] {
    display: inline-block;
    width: 350px;
    border-top: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    background-color: #ffc;
    padding: 5px;
    font-size: 13px;
    color: #484848;
}

form .note input {
    background: white;
}

form input:focus,
.entity-search input[type="text"]:focus {
    border: 1px solid #6ed0ec;
    background-color: #fff;
    color: #333;
}


/* Specific fields */

input.custom_domain_field {
    width: 270px;
}

form input[type='checkbox'] {
    width: auto;
}


/* ! Text area */

form textarea {
    display: inline-block;
    width: 350px;
    border-top: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    background-color: #ffc;
    padding: 5px;
    font-size: 13px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    color: #484848;
    height: 26px;
}

form textarea:focus {
    border: 1px solid #6ed0ec;
    background-color: #fff;
    color: #333;
}

.panel_row_edit {
    margin: 20px 10px 5px;
    text-align: left;
    /* Left or right aligned buttons */
}

form .panel_row_submit {
    width: 366px;
    margin-top: 5px;
    margin-left: 187px;
    text-align: left;
    /* Left or right aligned buttons */
}


/* ! Field info bar */

.field_info {
    background: #dff4ff url(../../images/admin/ui-icons/information-small.png) no-repeat 8px 9px;
    padding: 5px 10px 6px 20px;
    font-size: 11px;
    font-style: italic;
    color: #666;
    border-top: 1px solid #6ed0ec;
    border-bottom: 1px solid #6ed0ec;
    width: 220px;
    float: right;
}

.field_info p+p,
.field_info p+h4 {
    margin-top: 8px;
}

.field_info h4 span.icon_headers {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background: url(../../images/admin/info/headers.png) no-repeat;
}

.field_info h4 span.icon_paragraphs {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background: url(../../images/admin/info/paragraphs.png) no-repeat;
}

.field_info h4 span.icon_emphasis {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background: url(../../images/admin/info/emphasis.png) no-repeat;
}

.field_info h4 span.icon_lists {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background: url(../../images/admin/info/lists.png) no-repeat;
}

.field_info h4 span.icon_links {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background: url(../../images/admin/info/links.png) no-repeat;
}

.field_info span.icon_newline {
    display: inline-block;
    margin-left: 3px;
    width: 8px;
    height: 10px;
    background: url(../../images/admin/info/newline.png) no-repeat;
}

.field_info span.icon_space {
    display: inline-block;
    width: 8px;
    height: 10px;
    background: url(../../images/admin/info/space.png) no-repeat;
}

.field_info span.icon_italic {
    display: inline-block;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    background: url(../../images/admin/info/italic.png) no-repeat;
}

.field_info span.icon_bold {
    display: inline-block;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    background: url(../../images/admin/info/bold.png) no-repeat;
}


/* ! Footer */

#page_footer {
    padding: 20px 30px;
    text-align: center;
    font-size: 11px;
    color: #999;
}

pre {
    font-size: 12px;
    padding: 0;
    margin: 15px 0 10px 0;
    background: #fafafa;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 20px;
    /*--Height of each line of code--*/
    width: 750px;
    overflow: auto;
    /*--If the Code exceeds the width, a scrolling is available--*/
    overflow-Y: hidden;
    /*--Hides vertical scroll created by IE--*/
}

pre code {
    margin: 0 0 0 40px;
    /*--Left Margin--*/
    padding: 18px 0;
    display: block;
}


/* ! Job Board */

.list_row_job,
.single_list_row {
    padding-top: 5px !important;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cdcdcd;
    position: relative;
}

.list_row_job:hover {
    background-color: #ffc;
}

.list_row_job span {
    position: relative;
    top: 4px;
}

.job_btns {
    float: right;
    padding: 5px 0;
    margin-right: 10px;
}

.job_cats {
    clear: both;
    float: left;
    padding: 5px 0;
    margin-top: 20px;
}


/* ! FOR CONTACTS AND MAINTENANCE REQUESTS DATA */

.list_row_header {
    background-color: #fff;
    border-bottom: 1px solid #999;
    position: relative;
    bottom: 3px;
}

.list_panel {
    margin: 7px 0 4px 0;
}

.list_row_top {
    vertical-align: text-top !important;
}

.list_row .name_email {
    width: 315px;
    display: inline-block;
    vertical-align: text-top;
}

.list_row .name_email a {
    text-decoration: none;
    vertical-align: text-top;
    position: relative;
    bottom: 5px;
}

.list_row .name_email a:hover {
    text-decoration: underline;
}

.list_row .panel_two {
    width: 190px;
    display: inline-block;
    vertical-align: text-top;
}

.list_row .phone_number {
    width: 120px;
    display: inline-block;
    vertical-align: text-top;
    text-align: center;
}

.list_row .apt_data {
    width: 105px;
    display: inline-block;
    text-align: center;
    vertical-align: text-top;
}

.list_row .panel_user_data {
    width: 145px;
    display: inline-block;
    text-align: center;
    vertical-align: text-top;
}

.list_row .message_data {
    margin-top: 20px;
}


/* ! FOR DATA SOURCES */

.list_row .property_name {
    width: 250px;
    display: inline-block;
    vertical-align: text-top;
}

.list_row .property_key {
    width: 190px;
    display: inline-block;
    vertical-align: text-top;
}

.list_row .property_specials {
    width: 430px;
    display: inline-block;
    vertical-align: text-top;
}

.list_row .floorplan_name {
    width: 175px;
    display: inline-block;
    vertical-align: text-top;
}

.list_row .floorplan_data_key {
    width: 195px;
    display: inline-block;
    vertical-align: text-top;
}

.list_row .floorplan_data_source_price {
    width: 260px;
    display: inline-block;
    vertical-align: text-top;
}

/* Dashboard + Property list */
.modified-date,
.created-date {
    color: #aaa;
}

.prop-tag {
  display: inline-block;
  padding: 1px 4px;
  color: white;
  background: skyblue;
  border-radius: 2px;
  font-size: .8em;
  letter-spacing: .075em;
}

/* theme search module */
.entity-search {
    display: flex;
    align-items: baseline;
    padding: 15px 0;
}
.entity-search label {
    padding-top: 0;
}
.entity-search input[type="text"] {
    max-width: 200px;
    margin-left: 15px;
}
.entity-search input[type="checkbox"] {
    margin: 0;
}
.entity-search input[type="checkbox"]:focus,
.entity-search select:focus {
    outline: 1px solid #6ed0ec;
}
.entity-search .input-wrap {
    display: inline-block;
    padding: 5px 0;
}
.entity-search .search-checkbox {
    margin: 10px 0 0 15px;
    vertical-align: middle;
}
.entity-search .box-label {
    text-align: left;
    margin-left: 7px;
}
.entity-search select {
    max-width: 250px;
    margin: 0 15px;
}
.entity-search p {
    font-style: italic;
    margin: 0 15px;
}
.entity-search .actions {
    margin-left: auto;
    text-align: right;
}
.entity-search .unassigned {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #777;
}
.entity-search .unassigned:focus {
    color: #000;
    text-decoration: none;
}


/* ! FOR GLOBAL REDIRECTS */

.list_row .reg_expression {
    width: 400px;
    display: inline-block;
    vertical-align: text-top;
}

.list_row .end_url {
    width: 450px;
    display: inline-block;
    vertical-align: text-top;
    padding: 0 0 15px 40px;
    background: url(../../images/admin/ui-icons/redirect-arrow.png) no-repeat;
}


/* ! FOR ANALYTICS STYLING */

.list_row_stats {
    padding-top: 5px !important;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 8px;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    position: relative;
    background: #fff;
}

.list_row_stats:hover {
    background-color: none;
}

.list_row_stats tspan {
    font-weight: bold;
    color: #000;
}

#placeholder {
    width: 850px;
    height: 400px;
    margin: 25px 0 30px 30px;
}

h3.google_analytics_title {
    margin: 15px 0 0 30px;
    padding-bottom: 20px;
    font-size: 14px;
}

.tickLabel {
    font-weight: bold;
}

.no_stats {
    padding: 25px 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}


/* ! FOR LANDING PAGE PROFILE STYLING */

div.custom-select-box {
    background-color: #fff;
    width: 230px !important;
    ;
    height: 200px;
    overflow-y: scroll !important;
    cursor: default;
    font-family: "arial", sans-serif;
    font-size: 0.8em;
    position: relative;
    left: 5px;
    border-left: 1px solid #c3c3c3 !important;
    border-right: 1px solid #c3c3c3 !important;
    border-top: 1px solid #c3c3c3 !important;
    border-bottom: 1px solid #c3c3c3 !important;
}

div.custom-select-box div {
    padding: 3px !important;
}

div.custom-select-box div.custom-unselect {
    background-color: #FFF;
    padding: 3px;
}

div.custom-select-box div.custom-select {
    background-color: #EEE;
    padding: 3px;
    font-weight: bold;
}

div.custom-select-box div.custom-disabled {
    color: #844;
}


/* ! FOR CONTACT CATEGORIES MULTISELECT */

div.custom-select-box-contact-categories,
.email_users {
    background-color: #fff;
    width: 230px !important;
    ;
    height: 140px !important;
    overflow-y: scroll !important;
    cursor: default;
    font-family: "arial", sans-serif;
    font-size: 0.8em;
    position: relative;
    left: 5px;
    border-left: 1px solid #c3c3c3 !important;
    border-right: 1px solid #c3c3c3 !important;
    border-top: 1px solid #c3c3c3 !important;
    border-bottom: 1px solid #c3c3c3 !important;
}

div.custom-select-box-contact-categories div {
    padding: 3px !important;
}

div.custom-select-box-contact-categories div.custom-unselect {
    background-color: #FFF;
    padding: 3px;
}

div.custom-select-box-contact-categories div.custom-select {
    background-color: #EEE;
    padding: 3px;
    font-weight: bold;
}

div.custom-select-box-contact-categories div.custom-disabled {
    color: #844;
}

.sms-pseudo-select {
    display: none;
}

span.handle {
    position: relative;
    cursor: move;
    bottom: 5px;
    right: 10px;
}

span.handle-unpositioned{
    bottom: 0;
    right: 0;
}

span.handle img {
    position: relative;
    top: 4px;
    left: 5px;
}

.google {
    color: green;
}


/* !  FOR THE EVENT TIME PICKER */

#timepicker {
    position: relative;
    float: left;
}


/* END EVENT TIME */


/* ! For posts styling */

.post_link {
    float: left;
}

.post_link a {
    float: left !important;
}

.icon_pad_post {
    margin-right: 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    background-position: 0px 1px;
    background-repeat: no-repeat;
}


/* ! For Pagination */

.page_navigation {
    position: relative;
    top: 27px;
}

.page_link,
.ellipse {
    border: 1px solid #959595;
    padding: 9px 7px;
    background-color: #d5d5d5;
    text-decoration: none !important;
}

.page_link:hover {
    background-color: #d1daff;
}

.active_page {
    background-color: #fff;
}

.first_link,
.next_link,
.previous_link,
.last_link {
    background-color: #333333;
    border: 1px solid #000;
    padding: 9px;
    color: #fff;
    text-decoration: none;
}

.first_link:hover,
.next_link:hover,
.previous_link:hover,
.last_link:hover {
    background-color: #fff;
    color: #000;
}


/* End Pagination */


/* End Posts Styling */


/* ! For photo image group names */

.image_group_names {
    margin-left: 32px;
}

.list_row_image {
    width: 250px;
}

select#image_group_name {
    height: 90px;
    width: 160px;
    margin-top: 5px;
}

select#image_group_name option {
    padding: 2px 2px 2px 5px;
}

/* Image list page */
.multi-delete-btn,
.hidden-actions {
    visibility: visible;
    opacity: 1;
    transition: all .2s ease;
}
.multi-delete-btn.hidden,
.hidden-actions.hidden {
    visibility: hidden;
    opacity: 0; !important;
}
.image-list-empty {
    padding: 20px !important;
}

/* ! For Multiple POIS  */

.poi {
    margin: 10px 0 40px;
}

#pois {
    margin-top: 20px;
}

#pois .btn_icon_add {
    float: left;
}

.delete_btn {
    border: 0 none !important;
    bottom: 95px;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}


/* ! Pagination */

.paginator {
    padding: 4px 0 10px 10px;
    border-bottom: 1px solid #999;
}

.paginator_bottom {
    padding: 10px;
}


/* ! Pagination */


/* ! For jQuery Counter */

#counter {
    margin: 3px 0 16px 190px
}


/* ! For jQuery Counter */


/*#############################################################################################
## Portal Refresh ############################################################################
###########################################################################################*/

#standard_calendars {
    margin: 10px 20px;
    border: none;
    width: 100%;
}

#standard_calendars tr {
    border: none;
}

#standard_calendars td {
    padding: 5px 20px;
    border: none;
}

#standard_calendars td label {
    text-align: left;
    border: none;
    padding: 1px 0 0 0;
}


.perk_header {
  padding:20px 0;
  border-top: 1px solid #cdcdcd;
  margin-top:20px;
}



/*#############################################################################################
## Redirects Refresh #########################################################################
###########################################################################################*/

#redirects_table_wrapper {
  margin: 20px auto;
}

.redirect-page-actions {
    padding: 10px;
}

#redirects_table .list_row {
  border-top: 1px solid #ccc;
}

#redirects_table .delete_select input[type="checkbox"] {
    width: auto;
}

#redirects_table tbody td {
    overflow-wrap: break-word;
    border-top: solid 1px #ccc;
}

#redirects_table .list_row .redirect_url_find {
    width: auto;
}

#redirects_table .list_row .end_url {
    width: auto;
    padding: 0;
    background: transparent;
}
#redirects_table td.row_actions {
    padding: 20px 10px;
    text-align: center;
}

.url-wrap {
    padding: 10px;
}
.url-wrap p {
    margin-bottom: 10px;
}
.end_url {
    margin-top: 10px;
}

/* images datatables */

th.img_make_primary {
    width: 100px;
}
td.img_make_primary {
    text-align: center;
}


/* generic datatables styles shared by multiple instances */
th.delete_select,
th.multi_select {
    width: 50px;
}
th.row_actions {
    width: 80px;
}
td.delete_select,
td.multi_select {
    text-align: center;
}
.row_actions a.button {
    display: block;
    text-align: left;
    margin-bottom: 5px;
}
.row_actions a.button:last-child {
    margin-bottom: 0;
}

.dataTables_wrapper label,
.dataTables_wrapper input {
  width: auto;
}

.dataTable {
  table-layout: fixed;
  padding-top: 20px;
}
.dataTables_wrapper .bottom {
    overflow: hidden;
    padding: 20px 0;
}

.dataTables_paginate a {
  display: inline-block;
  margin-left: 5px;
  border-radius: 0;
  background-color: #ccc;
  cursor: pointer;
  color: #fff;
}

.dataTables_paginate a:hover {
  background-color: #fff;
  color: #999;
}

.dataTables_paginate a.paginate_active {
    padding: .8em 1.2em;
    background: #777;
}
.dataTables_paginate a.paginate_active:hover {
    color: #fff;
    cursor: default;
}

/* images list */
.action-row {
    padding: 15px 0;
}
.action-row:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #babec2;
    border-bottom: 1px solid #babec2;
}
.action-row p {
    flex-grow: 1;
    font-size: 16px;
}
.action-row select {
    margin-right: 15px;
}

/* img upload module styles */
.instructions_single.photos {
  bottom: auto;
}

.add-photos-toggle {
  position: absolute;
  margin: -2rem 0 1rem;
}

.box {
  position: relative;
  margin: 0 0 1rem;
  padding: 2rem 1rem;
  font-size: 14px;
  background-color: #f6fbff;
  text-align: center;
}

.box.has-advanced-upload {
  -webkit-transition: background-color .15s linear;
  transition: background-color .15s linear;
}
.box.has-advanced-upload:before {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 2px dashed #b9bcc2;
  -webkit-transition: top .15s ease-in-out, right .15s ease-in-out, bottom .15s ease-in-out, left .15s ease-in-out, background-color .15s linear;
  transition: top .15s ease-in-out, right .15s ease-in-out, bottom .15s ease-in-out, left .15s ease-in-out, background-color .15s linear;
}

.box.is-dragover {
  background-color: #fff;
}
.box.is-dragover:before {
  content: '';
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border-color: #01a9e1;
}

.box.is-dragover,
.box.is-uploading,
.box.is-success,
.box.is-error {
  padding: 4rem 1rem;
}

/* svg icon styles */
.box.has-advanced-upload .box__icon {
  width: 100%;
  height: 3rem;
  fill: #c5c9cd;
  display: block;
  margin-bottom: 1rem;
}

/* children of `label` */
.box__drag {
  font-size: 20px;
}
.box__or {
  margin: .5rem 0;
}
.box__select {
  display: inline-block;
  padding: .5rem;
  border: 1px solid #b9bdc1;
  border-radius: .2rem;
}

/* determine view states */
.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input,
.box__dragging,
.box__uploading,
.box__success,
.box__error,
.box.is-dragover label,
.box__icon {
  display: none;
}

.box.is-dragover .box__dragging,
.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error {
  display: block;
}

.box__uploading,
.box__success {
  font-size: 16px;
}

.box__uploading {
  font-style: italic;
}

.box__success {
  -webkit-animation: appear-from-inside .25s ease-in-out;
  animation: appear-from-inside .25s ease-in-out;
}

@-webkit-keyframes appear-from-inside {
  from {
    -webkit-transform: translateY(-50%) scale(0);
  }
  75% {
    -webkit-transform: translateY(-50%) scale(1.1);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
  }
}
@keyframes appear-from-inside {
  from {
    transform: translateY(-50%) scale(0);
  }
  75% {
    transform: translateY(-50%) scale(1.1);
  }
  to {
    transform: translateY(-50%) scale(1);
  }
}

.box__restart {
  cursor: pointer;
  font-weight: 700;
}
.box__restart:hover,
.box__restart:focus {
  color: #01a9e1;
  text-decoration: underline;
}

.box__file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.box__file + label {
  display: block;
  width: auto;
  text-transform: none;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}

.box__file:focus + label,
.box__file.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

/* facilitate homegrown slide in/out animation */
.slider-wrap {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out, opacity .3s linear;
  transition: max-height .5s ease-in-out, opacity .3s linear;
}
.slider-wrap.open {
  max-height: 300px;
  opacity: 1;
}
