/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

header, nav, section, article, aside, footer {
    display: block;
}

html {
    height: 100%;
    font: 62.5%/1.38 'Open Sans', Arial, sans-serif;
    font-weight: 400;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    font: 1em;
    color: #74797d;
    height: 100%;
}

a {
    color: #0076A3;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 15px
}

img {
    border: none;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

input {
    vertical-align: middle;
}

input, textarea, select, label, .check_box span {
    font-size: 13px;
    line-height: 25px;
    font-family: 'Open Sans', Arial, sans-serif;
}

input, textarea, select {
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

h1, h2, h3, h4, h5, h6 {
    color: #0b9444;
    font-weight: normal;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

.nobr {
    white-space: nowrap;
    word-wrap: normal;
}

/* Other Styles */
#wrapper {
    width: 100%;
    min-width: 980px;
    background: #eeeff1 url(../images/pattern.png) repeat 0 0;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#wrapper.livetheco {

    background: #eeeff1 url(/new/images/white_label_products/livetheco/login_background.png) repeat 0 0;
    background-size: cover;

}

.mobile #wrapper {
    min-width: 0;
}

.inner {
    margin: 0 auto;
    max-width: 960px;
    position: relative;
}

.center_align {
    text-align: center !important;
}

.left_align {
    text-align: left !important;
}

.right_align {
    text-align: right !important;
}

.is_block {
    display: block !important;
}

.is_inline_block {
    display: inline-block;
}

.no_padding {
    padding: 0 !important;
}

.hide {
    display: none;
}

.two.columns {
    line-height: 0;
    font-size: 0;
}

.columns > .column {
    display: inline-block;
    vertical-align: top;
}

.two.columns .column {
    width: 50%;
    font-size: 16px;
    line-height: 1.4em;
}

.two.columns .column.w75p {
    width: 75%;
}

.ps-container > .ps-scrollbar-y-rail,
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    width: 4px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    position: relative;
    z-index: 3;
}

#header .header {
    height: 100px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

#header .header .h_btns {
    float: right;
    margin: 34px 0 0 30px;
}

#header .header .h_btns .btn {
    min-width: 44px;
    margin-top: 3px;
    margin-left: 7px;
    font-size: 12px;
    line-height: 24px;
    font-weight: normal;
    padding: 0 10px;
}

#header .header .h_btns.sign_up {
    margin: 24px 0 0 30px;
}

#header .header .logo {
    position: relative;
    float: left;
    display: block;
    width: 278px;
    height: 52px;
    background: url(../images/logo2.png) no-repeat 0 0;
    margin: 25px 0 0 3px;
}

#header .logo.livetheco { position:relative;float: left; display: block; width: 137px; background: url(/new/images/white_label_products/livetheco/TheCoLogo.png) no-repeat left top; background-size: 100%; }

#header .header .logo.new_year:before {
    content: url(../../imgs/santa.png);
    position: absolute;
    top: -30px;
    left: -33px;
    display: block;
}

#header .invite_link {
    color: #69B74C;
    float: right;
    font-size: 12px;
    text-decoration: none;
    margin: 16px 20px 0 0;
    line-height: 1em;
    vertical-align: middle;
}

#header .invite_link span {
    vertical-align: middle;
    padding-left: 5px;
}

#header .invite_link:hover span {
    text-decoration: underline;
}

#header .login_auth {
    line-height: 30px;
    font-size: 1.2em;
    margin: 8px 0 0;
}

#header .login_auth span, #header .login_auth > a, #header .login_auth ul.dropdown {
    display: inline-block;
    float: left;
}

#header .login_auth span,
#header .login_auth > a {
    margin-right: 15px;
}

.mobile_view {
    display: none !important;
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
    padding-bottom: 315px;
}

#content.satec {
    padding-bottom: 130px;
}

#content .inner {
    padding: 25px 0 50px;
}

#content.no_inner_padding {
    margin-top: 0 !important;
}

#content.no_inner_padding .inner {
    padding-top: 0 !important;
}

#content .page_title {
    text-align: center;
}

#content h1.page_title,
#content .page_title.title_bckg h1 {
    text-transform: none;
    position: relative;
    font-size: 3.8em;
    color: #5FAA57;
    display: block;
    font-weight: normal;
    margin: 0;
    line-height: 1.2em;
}

#content .page_title h1 {
    /*background: #F4F4F4;*/
    /*border-bottom: 1px solid #D9D9D9;*/
}

#content h1.page_title.black,
#content .page_title.black h1 {
    background: #7F8488;
    color: #fff;
}

#content .page_title.title_bckg {
    height: 220px;
    line-height: 220px;
    margin: 0;
}

#content .page_title.title_bckg:after {
    content: '';
    display: inline-block;
}

#content .page_title.title_bckg h1 {
    background: none;
    border: none;
    display: inline-block;
    vertical-align: middle;
}

#content .title_bckg.honeycomb {
    background: url(/new/images/footer_pages/cu_bg.png);
}

#content .title_bckg.blue_dotted {
    background: url(/new/images/footer_pages/pp_bg.jpg);
}

#content .title_bckg.waves {
    background: url(/new/images/faq_pattern.png)
}

#content .title_bckg.gray_rhombus {
    background: url(/new/images/footer_pages/pr_bg2.jpg)
}

#content .page_title.title_bckg h1 {
    color: #fff;
}

#content .title_bckg h1 > img:first-child {
    margin-right: 10px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    height: 315px;
    position: relative;
    margin-top: -315px;
}

#footer.satec {
    height: 130px;
    margin-top: -130px;
}

#footer .inner {
    width: auto;
    max-width: 1020px;
    min-width: 980px;
    border-top: 1px solid #D4D4D4;
    text-align: center;
    font-size: 1.25em;
}

.mobile #footer .inner {
    min-width: 0;
}

#footer .footer_nav {
    margin: 20px auto 14px;
}

#footer .footer_nav li {
    display: inline-block;
    line-height: 12px;
    border-right: 1px solid #B0B0B0;
    padding: 0px 10px;
    margin: 0px 0 15px;
}

#footer .footer_nav li:last-child {
    border-right: 0px;
}

#footer .footer_nav a {
    color: #444444;
    text-decoration: none;
}

#footer .footer_nav a:hover {
    text-decoration: underline;
}

#footer .footer_nav a.important {
    color: #0076A3;
    font-weight: bold;
}

#footer .copyright, #footer .copyright a {
    color: #777777;
    text-decoration: none
}

#footer .copyright {
    padding-bottom: 30px;
}

#footer .flogos {
    padding-bottom: 30px; /*margin-top: 11px;*/
}

#footer .flogos a {
    display: inline-block;
    margin: 0 10px;
}

#footer .flogos a img {
    position: relative; /* top: -15px;*/
    vertical-align: baseline
}

#s_m {
    position: relative;
    top: 15px;
    margin: 0 10px !important;
}

.social_block {
    margin: 0 92px 33px 0;
}

.social_block .social_icons {
    display: inline-block;
}

.social_block .social_icons a {
    width: 32px;
    height: 32px;
    line-height: 1;
    margin: 0 10px;
    text-decoration: none !important;
    float: left;
    background-image: url(/images/flogos/social_icons.png);
    background-repeat: no-repeat;
}

.social_icons .icon_fb {
    background-position: 0 0;
}

.social_icons .icon_fb:hover {
    background-position: 0 -32px;
}

.social_icons .icon_tw {
    background-position: -54px 0;
}

.social_icons .icon_tw:hover {
    background-position: -54px -32px;
}

.social_icons .icon_in {
    background-position: -107px 0;
}

.social_icons .icon_in:hover {
    background-position: -107px -32px;
}

.social_icons .icon_gpus {
    background-position: -161px 0;
}

.social_icons .icon_gpus:hover {
    background-position: -161px -32px;
}

.social_icons .icon_email {
    background-position: -214px 0;
}

.social_icons .icon_email:hover {
    background-position: -214px -32px;
}

.social_icons .icon_rss {
    background-position: -268px 0;
}

.social_icons .icon_rss:hover {
    background-position: -268px -32px;
}

.social_icons.invert .icon_fb {
    background-position: 0 -32px;
}

.social_icons.invert .icon_fb:hover {
    background-position: 0 0;
}

.social_icons.invert .icon_tw {
    background-position: -54px -32px;
}

.social_icons.invert .icon_tw:hover {
    background-position: -54px 0;
}

.social_icons.invert .icon_in {
    background-position: -107px -32px;
}

.social_icons.invert .icon_in:hover {
    background-position: -107px 0;
}

.social_icons.invert .icon_gpus {
    background-position: -161px -32px;
}

.social_icons.invert .icon_gpus:hover {
    background-position: -161px 0;
}

.social_icons.invert .icon_email {
    background-position: -214px -32px;
}

.social_icons.invert .icon_email:hover {
    background-position: -214px 0;
}

.social_icons.invert .icon_rss {
    background-position: -268px -32px;
}

.social_icons.invert .icon_rss:hover {
    background-position: -268px 0;
}

#footer .social_block .subscribe_form {
    display: inline-block;
    margin-left: 20px;
    oveflow: hidden;
    width: 277px;
    height: 32px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#footer .social_block .subscribe_form .btn {
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0 3px 3px 0;
    position: absolute;
    top: -1px;
    right: -68px;
    height: 32px;
    line-height: 1;
    font-size: 13px;
    padding: 5px 7px;
    margin: 0;
}

#footer .social_block .subscribe_form input.text {
    display: inline-block;
    width: 195px;
    height: 22px;
    border: 0;
    float: left;
    margin: 5px;
    font-size: 13px;
    line-height: 22px;
    padding: 0;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* */
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.grey {
    color: #74797d !important;
}

.light_grey {
    color: #bebebe !important;
}

.red {
    color: #cf2626 !important;
}

.green {
    color: #0b9444 !important;
}

.yellow {
    color: #FEBE12;
}

.orange {
    color: #f4740f !important;
}

/* */
.btn_link {
    font-size: 1.3em;
    color: #74797d !important;
    text-decoration: underline !important;
    border-color: transparent !important;
    background: transparent !important;
    background-color: transparent !important;
}

.btn_link:hover, .btn_link:active {
      text-decoration: none !important;
    background: transparent !important;
    background-color: transparent !important;
    color: #74797d !important;
}

.btn {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
    padding: 0 20px;
    cursor: pointer;
    color: #74797D;
    text-decoration: none;
    text-align: center;
    border: 1px solid #74797d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    /*background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));*/
    /*background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);*/
    /*background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);*/
    /*background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);*/
    /*background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0);*/
    /*-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.15);*/
    /*-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.15);*/
    /*box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.15);*/
}

.btn.big {
    padding: 10px 20px;
}

.btn.min {
    padding: 0 10px;
}

.btn:hover {
    background-color: #74797d;
    background: #74797d;
    color: #ffffff;
    text-decoration: none;
}

.btn:active {
    background-color: #646a6d;
    background: #646a6d;
    color: #ffffff;
    text-decoration: none;
}

.btn_non_activity:hover, .btn_non_activity:active {
    text-decoration: none;
}

.btn_non_activity.disabled {
    background: #CBCDCE;
    border-color: #CBCDCE;
    color: #fff !important;
}

.btn_round_corner {
    font-size: 13px;
    line-height: 24px;
    padding: 0 5px;
    margin: 0 0;
    min-width: 80px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.btn_orange,
.btn_orange_non_activity {
    color: #ffffff !important;
    border-color: transparent;
    background: #FF6537;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhODYxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYzY4MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    /*background: -moz-linear-gradient(top, #fa861f 0%, #ec6807 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa861f), color-stop(100%, #ec6807));*/
    /*background: -webkit-linear-gradient(top, #fa861f 0%, #ec6807 100%);*/
    /*background: -o-linear-gradient(top, #fa861f 0%, #ec6807 100%);*/
    /*background: -ms-linear-gradient(top, #fa861f 0%, #ec6807 100%);*/
    /*background: linear-gradient(to bottom, #fa861f 0%, #ec6807 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa861f', endColorstr='#ec6807', GradientType=0);*/
    /*-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.15);*/
    /*-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.15);*/
    /*box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.15);*/
}

.btn_orange:hover{
    background: #eb4e1f;
}

.btn_orange:active {
    background: #cc461e;
}

.btn_green {
    color: #ffffff !important;
    border-color: #46c46b;
    background: #46c46b;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1ZDE1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YmEyM2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    /*background: -moz-linear-gradient(top, #65d155 0%, #4ba23e 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65d155), color-stop(100%, #4ba23e));*/
    /*background: -webkit-linear-gradient(top, #65d155 0%, #4ba23e 100%);*/
    /*background: -o-linear-gradient(top, #65d155 0%, #4ba23e 100%);*/
    /*background: -ms-linear-gradient(top, #65d155 0%, #4ba23e 100%);*/
    /*background: linear-gradient(to bottom, #65d155 0%, #4ba23e 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65d155', endColorstr='#4ba23e', GradientType=0);*/
}

.btn_green:hover{
    background-color: #33a14b;
    background: #33a14b;
}

.btn_green:active {
    background-color: #2a8c3f;
    background: #2a8c3f;
}

.btn_dark_gray {
    color: #ffffff !important;
    border-color: #5c5d5d;
    background: #5c5d5d;
}

.btn_dark_gray:hover {
    border-color: #3d3d3d;
    background: #3d3d3d;
}

.btn_blue {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border-color: #1d6492;
    background: #39a8ef;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5YThlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzdjZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    /*background: -moz-linear-gradient(top, #39a8ef 0%, #137cd5 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #39a8ef), color-stop(100%, #137cd5));*/
    /*background: -webkit-linear-gradient(top, #39a8ef 0%, #137cd5 100%);*/
    /*background: -o-linear-gradient(top, #39a8ef 0%, #137cd5 100%);*/
    /*background: -ms-linear-gradient(top, #39a8ef 0%, #137cd5 100%);*/
    /*background: linear-gradient(to bottom, #39a8ef 0%, #137cd5 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39a8ef', endColorstr='#137cd5', GradientType=0);*/
}

.btn_blue:hover, .btn_blue:active {
    background-color: #137cd5;
    background: #137cd5;
}

.btn_blue.btn_border {
    text-shadow: none;
    color: #0088B8 !important;
    border-color: #0088B8;
    background: transparent;
}

.btn_blue.btn_border:hover, .btn_blue.btn_border:active {
    background-color: #0088B8;
    color: #000 !important;
}

.btn_yellow {
    color: #ffffff !important;
    text-shadow: 0 1px 0 rgba(134, 71, 17, 0.5);
    border-color: #FEBE12;
    background: #FEBE12;
    /*background: -moz-linear-gradient(top, #fcd832 0%, #e1b211 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcd832), color-stop(100%, #e1b211));*/
    /*background: -webkit-linear-gradient(top, #fcd832 0%, #e1b211 100%);*/
    /*background: -o-linear-gradient(top, #fcd832 0%, #e1b211 100%);*/
    /*background: -ms-linear-gradient(top, #fcd832 0%, #e1b211 100%);*/
    /*background: linear-gradient(to bottom, #fcd832 0%, #e1b211 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcd832', endColorstr='#e1b211', GradientType=0);*/
    /*-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.15);*/
    /*-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.15);*/
    /*box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.15);*/
}

.btn_yellow:hover {
    background-color: #d5a00c;
    border-color: #ba8e22;
    background: #d5a00c;
}

.btn_yellow:active {
    background-color: #ba8e22;
    border-color: #ba8e22;
    background: #ba8e22;
}

.btn_silver {
    border-color: #74797D;
    background: #74797D;
    color: #FEFFFF !important;
}

.btn_silver:hover {
    border-color: #666b6f;
    background: #666b6f;
}

.btn_red {
    color: #ffffff !important;
    text-shadow: 0 1px 0 rgba(134, 71, 17, 0.5);
    border-color: #FF433E;
    background: #FF433E;
    /*background: -moz-linear-gradient(top, #FF433E 0%, #D62924 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF433E), color-stop(100%, #D62924));*/
    /*background: -webkit-linear-gradient(top, #FF433E 0%, #D62924 100%);*/
    /*background: -o-linear-gradient(top, #FF433E 0%, #D62924 100%);*/
    /*background: -ms-linear-gradient(top, #FF433E 0%, #D62924 100%);*/
    /*background: linear-gradient(to bottom, #FF433E 0%, #D62924 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF433E', endColorstr='#D62924', GradientType=0);*/
    /*-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.15);*/
    /*-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.15);*/
    /*box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.15);*/
}

.btn_red:hover, .btn_red:active {
    background-color: #D62924;
    background: #D62924;
}

.btn_flat.btn_red {
    background: none;
    border-color: #FF433E;
    color: #FF433E !important;
    font-weight: normal;
    text-shadow: none;
}

.btn_flat.btn_red:hover {
    background: #FF433E;
    color: #fff !important;
}

.btn_22 {
    line-height: 22px;
    min-width: 0;
    padding: 0 6px;
    font-size: 11px;
}

.btn_dropdown {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    position: relative;
    cursor: pointer;
    /*z-index: 10;*/
}

.btn_dropdown .label {
    padding: 10px 45px 10px 15px;
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1em;
    position: relative;
    text-align: left;
}

.btn_dropdown .label:after {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 5px;
    right: 10px;
    top: 50%;
    margin-top: -2px;
}

.btn_dropdown .actions {
    position: absolute;
    top: 100%;
    right: 0;
    font-size: 0;
    display: none;
    z-index: 10;
}

.btn_dropdown .actions > a {
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1em;
    font-size: 13px;
    text-align: left;
    text-align-last: left;
}

.btn_dropdown .actions > a:last-child {
    border-radius: 0 0 5px 5px;
    border-bottom: none !important;
}

.btn_dropdown:hover .label,
.btn_dropdown._opened .label {
    border-radius: 5px 5px 0 0;
}

.btn_dropdown:hover .actions,
.btn_dropdown_opened .actions {
    display: block;
}

.btn_dropdown._green .label,
.btn_dropdown._green .actions > a {
    background: #00B049;
    color: #fff;
}

.btn_dropdown._green .actions > a {
    border-bottom: 1px solid #398D2D;
}

.btn_dropdown._green._opened .label,
.btn_dropdown._green:hover .label {
    background: -webkit-linear-gradient(top, #006100, #008F1B);
    background: -moz-linear-gradient(top, #006100, #008F1B);
    background: -o-linear-gradient(top, #006100, #008F1B);
    background: -ms-linear-gradient(top, #006100, #008F1B);
}

.btn_dropdown._green .actions > a:hover {
    background: #008E1A;
}

.btn_dropdown._green .label:after {
    background: url('/new/images/icons/icon_arrows_white_min.png') left top no-repeat
}

.btn_dropdown._green._opened .label:after,
.btn_dropdown._green:hover .label:after {
    background-position: left bottom;
}

.btn_dropdown._silver .label,
.btn_dropdown._silver .actions > a {
    background: #EBEBEB;
    color: #000;
}

.btn_dropdown._silver .actions > a {
    border-bottom: 1px solid #cacaca;
}

.btn_dropdown._silver._opened .label,
.btn_dropdown._silver:hover .label {
    /*background: -webkit-linear-gradient(top, #006100, #008F1B);*/
    /*background: -moz-linear-gradient(top, #006100, #008F1B);*/
    /*background: -o-linear-gradient(top, #006100, #008F1B);*/
    /*background: -ms-linear-gradient(top, #006100, #008F1B);*/
    background: #BBBBBB
}

.btn_dropdown._silver .actions > a:hover {
    background: #BBBBBB;
}

.btn_dropdown._silver .label:after {
    background: url('/new/images/icons/icon_arrows_black_min.png') left top no-repeat
}

.btn_dropdown._silver._opened .label:after,
.btn_dropdown._silver:hover .label:after {
    background-position: left bottom;
}

/**/
.page_title {
    margin: 5px 0 16px;
    text-align: center;
}

.page_title h1 {
    text-align: center;
    margin: 0 auto 15px;
    color: #0b9444;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    line-height: 32px;
    font-weight: bold;
    display: inline-block;
}

.page_title.livetheco h1 {
    color: #000000;
}

/*
.page_title h1.security-deposit-interest:before { content: url(/images/silo_icon/icon_sd.png); }
.page_title h1.list-your-rental-property:before { content: url(/images/silo_icon/icon_listing.png); }
.page_title h1:before { position: relative; left: -14px; top: 0px; width: 32px; height: 32px; }
*/
.page_title h1.security-deposit-interest {
    background: url(/images/silo_icon/icon_sd.png) no-repeat 0 0;
    padding-left: 45px;
}

.page_title h1.list-your-rental-property {
    background: url(/images/silo_icon/icon_listing.png) no-repeat 0 0;
    padding-left: 45px;
}

.page_title h1.automate-rent-payments {
    background: url(/images/silo_icon/icon_rent.png) no-repeat 0 0;
    padding-left: 45px;
}

.page_title h1.rent-adjustment-calculator {
    background: url(/images/silo_icon/icon_rent_adj.png) no-repeat 0 0;
    padding-left: 45px;
}

/* */
.content_block {
    border: 1px solid #cdcccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px 5px rgba(186, 191, 195, 1);
    -moz-box-shadow: 0px 3px 5px rgba(186, 191, 195, 1);
    box-shadow: 0px 3px 5px rgba(186, 191, 195, 1);
    padding: 28px 0px;
    position: relative;
    background-color: #ffffff; /*min-height: 170px;*/
}

.content_block.radius_bottom, .radius_bottom {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.content_block.info {
    width: 800px;
    min-height: 350px;
    margin: 30px auto 0
}

.content_block.sent_email_body {
    width: 800px;
    min-height: 350px;
    margin: 30px auto 0;
    background: #FFFFFF url(../images/email_top_bg.png) repeat-x 0px 1px;
}

.wizard_sent_email_body .notice_block,
.sent_email_body .notice_block {
    background: url(../images/email_send.png) no-repeat center 0;
    padding: 50px 0;
    margin-top: 70px;
}

.wizard_sent_email_body {
    background: #FFFFFF url(../images/email_top_bg.png) repeat-x 0px 1px;
}

/*Rent due on*/
.rent-due-on-calendar {
    position: absolute;
    z-index: 1;
    display: none;
}

/*Rent due on*/

.ui-datepicker td {
    border: 1px solid #c2c2c2;
}

/* all */
::-webkit-input-placeholder {
    color: #bebebe;
}

input:-moz-placeholder {
    color: #bebebe;
}

input:-ms-placeholder {
    color: #bebebe;
}

::-ms-input-placeholder {
    color: #bebebe;
}

:-ms-input-placeholder {
    color: #bebebe;
}

/* individual */
input::-webkit-input-placeholder {
    font-style: normal;
    color: #bebebe;
    font-weight: normal;
    font-family: Verdana;
    font-size: 12px;
}

input::-moz-placeholder {
    font-style: normal;
    color: #bebebe;
    font-weight: normal;
    font-family: Verdana;
    font-size: 12px;
}

textarea::-webkit-input-placeholder {
    font-style: normal;
    color: #bebebe;
    font-weight: normal;
    font-family: Verdana;
    font-size: 12px;
}

textarea::-moz-placeholder {
    font-style: normal;
    color: #bebebe;
    font-weight: normal;
    font-family: Verdana;
    font-size: 12px;
}

#my_property_wrapper {
    width: 710px;
}

.form_holder .sub_title {
    font-size: 16px;
    line-height: 1.2em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form_holder .sub_title small {
    font-size: 12px;

}

.form_holder .item {
    position: relative;
    margin: 0 0 15px 36px;
    *zoom: 1;
    width: 430px;
    display: table;
}

.form_holder .item.radio .radio_cont {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.form_holder .item.radio .radio_cont.block {
    display: block;
}

.form_holder .item.radio .radio_cont label {
    text-align: left;
    width: auto;
    display: block;
    height: auto;
    margin-bottom: 10px;
}

.form_holder .item.radio .radio_cont label:last-child {
    margin-bottom: 0;
}

.form_holder .item.radio .radio_cont .radio_item {
    text-align: left;
    margin-bottom: 5px;
}

.form_holder .item.radio .radio_cont .radio_item label {
    display: inline-block;
    margin-bottom: 0;
}

.form_holder .item.radio .radio_cont input {
    margin: 0 5px 0 0;
}

.form_holder .item.inline,
.form_holder .custom-item.inline {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    width: auto;
}

.form_holder .item.inline .inputbox,
.form_holder .custom-item.inline .custom-inputbox {
    width: auto;
}

.form_holder.add_new_card .item,
.form_holder.edit_card .item {
    text-align: left;
}

.form_holder.add_new_card .item .inputbox,
.form_holder.edit_card .item .inputbox {
    width: 185px;
    line-height: 25px;
}

.form_holder.add_new_card label,
.form_holder.edit_card label {
    float: left;
    margin-top: 10px;
    width: 128px;
}

.form_holder.add_new_card > .two_item,
.form_holder.add_new_card > .item,
.form_holder.edit_card > .two_item,
.form_holder.edit_card > .item {
    margin: 0 0 15px 0;
    width: 395px;
}

.form_holder.add_new_card .expiration .item,
.form_holder.edit_card .expiration .item {
    float: left;
    width: 95px;
    margin: 0;
}

.form_holder.add_new_card .expiration .item + .item,
.form_holder.edit_card .expiration .item + .item {
    margin-left: 15px;
}

.form_holder.add_new_card .expiration .item label,
.form_holder.edit_card .expiration .item label {
    display: none;
}

.form_holder.add_new_card .separator,
.form_holder.edit_card .separator {
    font-size: 13px;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: left;
}

.form_holder.add_new_card .separator span,
.form_holder.edit_card .separator span {
    position: relative;
}

.form_holder.add_new_card .separator span:after,
.form_holder.edit_card .separator span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    border-top: 1px solid #BEBEBE;
    left: 100%;
    margin-left: 20px;
    width: 9999px;
}

.form_holder.add_new_card .item.item_code,
.form_holder.edit_card .item.item_code {
    text-align: left;
}

.form_holder.add_new_card .item.item_code .under_text,
.form_holder.edit_card .item.item_code .under_text {
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/icons/icon_question.png) no-repeat;
    top: 8px;
    left: 225px;
    cursor: pointer;
}

.form_holder.add_new_card .item.state .select2-container,
.form_holder.edit_card .item.state .select2-container {
    width: 245px !important;
}

/* margin: 0 0 20px 36px; */
.form_holder .item:before, .form_holder .item:after {
    display: table;
    line-height: 0;
    content: "";
}

.form_holder .item:after {
    clear: both;
}

.form_holder label {
    width: 185px;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 0 20px 0 0;
    line-height: 1.2;
    color: #74797d;
}

.form_holder label small {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.form_holder.tenant_profile_form label {
    width: 125px;
}

.form_holder .item.item_code .inputbox {
    width: 38px;
    padding: 0 15px 0 15px;
}

.form_holder h3 {
    font-size: 1.6em;
    margin: 0 0 20px;
}

.form_holder .form_descriptor_cont {
    position: relative;
}

.form_holder .form_descriptor_cont .form_descriptor {
    position: absolute;
    width: 90px;
    top: 0;
    left: 0;
    bottom: 0;
    border-right: 1px solid #D7D7D7;
    font-size: 14px;
    line-height: 1.4em;
    text-align: center;
    color: #C4C4C4;
}

.form_holder .form_descriptor_cont .form_descriptor:after,
.form_holder .form_descriptor_cont .form_descriptor:before {
    content: '';
    position: absolute;
    left: 100%;
    border-top: 1px solid #D7D7D7;
    width: 10px;
}

.form_holder .form_descriptor_cont .form_descriptor:before {
    top: 0;
}

.form_holder .form_descriptor_cont .form_descriptor:after {
    bottom: 0;
}

.form_holder .form_descriptor_cont .form_descriptor {
    white-space: nowrap;
}

.form_holder .form_descriptor_cont .form_descriptor span {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
}

.form_holder .form_descriptor_cont .form_descriptor .aligner {
    position: relative;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.select2-drop .select2-search {
    padding-top: 5px;
}

input.inputtext, textarea {
    color: #444444;
    font-weight: bold;
    background: #fefefe;
    border: 1px solid #cccccc;
}

input.inputtext {
    width: 166px;
    padding: 0 30px 0 22px;
}

textarea {
    width: 180px;
    min-height: 70px;
    padding: 5px 15px;
    resize: none;
    line-height: 1.2 !important;
}

.set-password-tenant #rejection_reason_text {
    width: 278px;
}

div.inputbox,
div.custom-inputbox {
    background: #fefefe;
    border: 1px solid #cccccc;
    position: relative;
    overflow: hidden;
    width: 151px;
    height: 28px;
    padding: 0 45px 0 15px;
}

div.textbox {
    position: relative;
    overflow: hidden;
    width: 192px;
    height: 25px;
    line-height: 2.2;
}

div.inputbox.two_input {
    padding: 0 18px 0 15px;
    width: 178px;
}

div.inputbox.two_input input {
    width: 70px;
}

div.inputbox .or {
    line-height: 25px;
    width: 15px;
    border-right: 1px solid #cccccc;
    position: relative;
}

div.inputbox .or span {
    text-align: center;
    font-size: 1.3em;
    line-height: 15px;
    display: inline-block;
    background-color: #fefefe;
    margin: 3px 0 0 10px;
}

div.inputbox input,
div.custom-inputbox input {
    color: #444444;
    font-weight: bold;
    background: #fefefe;
    height: 24px;
    border: 1px solid transparent;
    line-height: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 99%;
}

div.inputbox.money{
    width: 161px;
}

div.inputbox .trigger {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 31px;
    height: 100%;
    border-left: 1px solid #cccccc;
}

div.inputbox .trigger.tr_left {
    right: auto;
    left: 6px;
    border: 0;
    color: #74797d;
    line-height: 30px;
    width: 10px;
    font-size: 12px;
    font-family: Arial;
}

div.inputbox .trigger.tr_left.tr_right {
    left: auto;
    right: 6px;
}

div.inputbox .icon_calendar {
    position: absolute;
    top: 5px;
    right: 8px;
    width: 15px;
    height: 14px;
    overflow: hidden;
    background: url(../images/icon_calendar.png) no-repeat 0 0;
}

div.inputbox .icon_password {
    position: absolute;
    top: 5px;
    right: 6px;
    width: 10px;
    height: 14px;
    overflow: hidden;
    background: url(../images/icon_password.png) no-repeat 0 0;
}

.form_holder .item div.inputbox, .selectbox div.select,
.form_holder .item div.inputbox_cont {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}

.form_holder .item div.inputbox.email {
    padding-right: 12px;
    width: 184px;
}

.form_holder .item.check_box {
    margin-left: 245px;
    width: auto;
}

.form_holder .item.check_box input {
    margin: 8px 10px 0 -3px !important;
    padding: 0 !important;
    font-size: 1px;
    line-height: 1;
    float: left;
}

.form_holder .item.check_box .check_label {
    font-size: 1.14em;
    text-align: left;
    width: 240px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
}

.form_holder .item.check_box .check_label label {
    display: inline;
    width: auto;
    text-align: left;
    font-size: inherit;
    vertical-align: top;
}

.check_label label {
    cursor: pointer;
}

.form_holder .check-right {
}

.form_holder .check-right label {
    width: 200px !important;
    white-space: nowrap;
    float: right;
    margin: -5px 45px 0 0;
}

.form_holder .check-left label {
    width: 200px !important;
    white-space: nowrap;
    float: left;
    margin: -5px 45px 0 130px;
}

.form_holder .item_btns {
    float: none;
    overflow: hidden;
    padding: 30px 0 0;
    text-align: center;
}

.form_holder .item_btns .btn {
    font-size: 1.8em;
}

.form_holder .item_btns a.grey_link {
    font-size: 1.2em;
    color: #74797d;
    text-decoration: underline;
}

.form_holder .item_btns a.grey_link:hover {
    text-decoration: none;
}

.form_holder .item_btns a {
    margin: 0 10px;
}

.item div.after_text {
    position: absolute;
    left: 365px;
    top: 7px;
    font-size: 13px;
    color: #000000;
}

/* .item.error */
.item div.error_box, .item div.under_text {
    display: none;
}

.item.error textarea,
.item.error div.inputbox,
.item.error .select2-choice {
    border-color: #e61a1a;
    border-width: 1px;
    outline: 1px solid #e61a1a;
    background-color: #FFFFFF;
}

.item.error div.inputbox:after {
    content: url("../images/error_icon.png");
    position: absolute;
    right: 8px;
    top: 5px;
}

.item.error .select2-choice:after {
    content: url("../images/error_icon.png");
    position: absolute;
    right: 8px;
    top: 3px;
}

.item.dimension.error div.inputbox:after,
.item.date_of_birth.error div.inputbox:after {
    content: "";
}

/* error text in floating box */
.item.error div.error_box,
.item.error_message div.error_box {
    border: 1px solid #c2c8cc;
    background: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.1;
    padding: 6px 8px 3px 10px;
    color: #e61a1a;
    display: inline-block;
    width: 180px;
    text-align: left;
    margin: 2px 0 0 10px;
    position: absolute;
    left: 100%;
    top: 0;
    min-height: 18px;
    z-index: 10;
}

.item div.error_box:after {
    content: '';
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-right-color: #c2c8cc;
    z-index: 1;
}

.item div.error_box:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -4px;
    border: 4px solid transparent;
    border-right-color: #FFFFFF;
    z-index: 2;
}

/*It is not right*/
/*.item.yes_no.error div.error_box {*/
/*left: 80%;*/
/*}*/

.item .password_strength {
    display: inline-block;
    width: 140px;
    overflow: visible;
    white-space: nowrap;
    word-wrap: normal;
    margin: 12px -150px 0 6px;
    text-align: left;
    font-size: 12px;
    color: #e61a1a;
    z-index: 20 !important;
}

.item .password_strength.good {
    color: #f6a828 !important;
}

.item .password_strength.strong {
    color: #338E24 !important;
}

/* test */
.item.error div.error_box,
.item.error_message div.error_box {
    background: #fcfcfc;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.38);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.38);
}

/* error text under input
.item.error div.error_box {
	font-size: 1.1em; line-height: 1.1; padding: 6px 8px 3px 10px; color: #e61a1a; display: inline-block;
	width: 180px; margin: 2px 0 0 10px; position: absolute; right: 0; top: 23px; min-height: 18px; z-index: 10;
}
*/
.item div.under_text {
    position: absolute;
    left: 206px;
    font-size: 1.1em;
    padding-top: 3px;
}

.item.error.no_error_text div.error_box {
    display: none;
}

/* .item.readonly */
.item.readonly .inputbox,
.item.readonly input,
.item.readonly .inputbox span,
.item.readonly textarea {
    background: #f4f4f4;
}

/*******/
.form_holder .item_hint {
    position: relative;
    margin: 0 0 15px 0;
    padding: 10px 36px 0;
    border-top: 1px solid #cdcccc;
    border-bottom: 1px solid #cdcccc;
}

.item_hint .hint_body {
    color: #444444;
    overflow: hidden;
    font-size: 1.3em;
}

.item_hint label {
    padding-top: 34px;
    float: left;
    display: block
}

.item_hint .hint_close {
    position: absolute;
    top: 16px;
    left: 22px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    line-height: 22px;
    text-align: center;
    font-family: Times New Roman;
    font-size: 24px;
    font-weight: normal;
    color: #a3a6a9;
    background-color: #ffffff;
    border: 1px solid #cecdcd;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

@-moz-document url-prefix() {
    .item_hint .hint_close {
        line-height: 20px;
    }
}

.view_tips {
    font-size: 1.3em;
}

.form_holder a {
    color: #0076a3;
}

.form_holder .item_hint2 {
    position: absolute;
    right: 10px;
    top: 99%;
    text-align: right;
    font-size: 1.3em;
    color: #bebebe;
}

/* */
.form_holder.form_center, .form_center {
    padding-left: 50px;
}

.form_holder.form_true_center {
}

.form_holder.property_detail_form, .property_detail_form {
}

.form_holder.property_detail_form .pull-left .item, .property_detail_form .pull-left .item {
    width: 345px;
}

.form_holder.property_detail_form .pull-left label, .property_detail_form .pull-left label {
    width: 100px;
}

.property_detail_form .pull-right {
    width: 300px;
    margin-right: 30px;
}

/* form two column */
.form_holder.form_2_col .item {
    width: auto;
    width: 48%;
    margin-left: 0;
}

.form_holder.form_2_col .two_item {
    position: relative;
}

.form_holder.form_2_col .two_item .item {
    float: left;
}

.form_holder.form_2_col .long_item {
    position: relative;
}

.form_holder.form_2_col .long_item .item {
    width: auto;
}

.long_item .item .inputbox, .long_item .item .textareabox {
    width: 517px;
}

.long_item .item .textareabox textarea {
    width: 100%;
}

.form_holder.form_2_col .item_with_text {
    position: relative;
}

.form_holder.form_2_col .item_with_text .item {
    float: left;
}

.form_holder.form_2_col .item_with_text .text {
    display: inline-block;
    width: auto;
    padding-left: 20px;
}

.form_holder.form_2_col .item_with_check {
    position: relative;
}

.form_holder.form_2_col .item_with_check .item {
    float: left;
}

.form_holder.form_2_col .item_with_check .checkboxes {
    display: inline-block;
    width: auto;
}

.form_holder.form_2_col .item_with_check .checkboxes label {
    white-space: nowrap;
    width: auto !important;
    display: inline-block !important;
    margin: 6px 0 0 10px;
}

.form_holder.form_2_col label {
    width: 125px;
}

.form_holder.form_2_col .item_checkboxes label {
    width: 220px;
    display: block;
    float: left;
    text-align: left;
    color: #4b433d;
    position: relative;
}

.form_holder.form_2_col .item_checkboxes label span {
    padding-left: 3px;
}

.form_holder.form_2_col label .plus {
    font-weight: bold;
    font-size: 18px;
    line-height: 16px;
    padding: 0px 8px 0 6px;
    color: #a2a2a3;
    display: inline-block;
    float: left;
}

.form_holder.form_2_col .label_top .item label {
    vertical-align: top;
}

.form_holder.form_2_col .appl_fee {
    width: auto;
}

.form_holder.form_2_col .appl_fee .item {
    width: auto;
    margin: 0;
}

.form_holder.form_2_col .appl_fee .item .inputbox {
    width: 40px;
}

.form_holder.form_2_col .appl_fee .item .inputbox input {
    width: 60px;
}

.form_holder.form_2_col .appl_fee label {
    white-space: nowrap;
    width: auto !important;
    display: inline-block !important;
    margin: 6px 0 0 10px;
}

#smoking_display_box,
#section8_donotdisplay_box {
    margin: 0 0 0 178px;
}

#page_content_box .block_title.unit_property:before {
    background-position: -6px -62px;
}

#smoking_display_box label,
#section8_donotdisplay_box label {
    width: auto; !important;
    font-size: 12px; !important;
}

.form_holder.form_2_col #smoking_display_box {
    margin: 0 0 0 148px;
}

.fieldset_title {
    padding-left: 60px;
}

.fieldset_title i {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../images/sprite_icons.png) no-repeat 0 0;
    line-height: 0.6;
    margin-right: 10px;
}

.fieldset_title i.icon_info {
    background-position: 0 -19px;
}

.fieldset_title i.icon_account2 {
    background-position: 0 0;
}

.fieldset_title i.icon_card {
    background-position: 0 -35px;
}

.fieldset_title i.icon_address {
    background-position: 0 -52px;
}

.fieldset_title i.icon_promo {
    background-position: 0 -64px;
    margin-right: 4px;
    height: 16px;
}

.fieldset_title a#promo_code_link {
    color: #444444;
    text-decoration: underline;
    font-size: 14px;
}

.icon_norton {
    background: url(../images/norton_icon.jpg) no-repeat 0 0;
    width: 75px;
    height: 33px;
    display: inline-block;
}

.fieldset_title .icon_norton {
    position: relative;
    top: -8px;
    margin-left: 50px;
}

.form_holder.vertical .item {
    width: auto;
    display: block;
    margin: 0 0 15px 0;
}

.form_holder.vertical label {
    margin-bottom: 5px;
}

.form_holder.vertical label,
.form_holder.vertical textarea {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    padding: 0;
    line-height: 1.2;
    color: #74797d;
}

.form_holder.vertical .item div.inputbox,
.form_holder.vertical .item .textareabox,
.form_holder.vertical .selectbox div.select {
    display: block;
    width: auto;
    margin: 0;
}

.form_holder.vertical .item.error div.error_box {
    top: auto;
    bottom: 0;
}

.form_holder .routing_number {
    position: relative;
}

.form_holder .routing_number > .item {
    float: left;
}

.form_holder .routing_number > .text {
    display: inline-block;
}

/* form without label */
.form_holder.without_label {
}

.form_holder.without_label label {
    display: none;
}

/* login_form */
.login_form, #login_reset_form {
}

.login_form.form_holder .item, #login_reset_form.form_holder .item {
    width: 320px;
    margin-left: 0;
}

.login_form.form_holder .item label, #login_reset_form.form_holder .item label {
    width: 100px;
}

#login_cancel, #login_next, #login_page_next {
    font-size: 14px !important;
}

.login_forgot_password {
    text-decoration: underline;
    font-size: 13px;
}

.login_forgot_password:hover {
    text-decoration: none;
}

/*cancel_account_popup*/
.modal_popup_body .form_holder.cancel_account_popup label {
    display: none;
}

.modal_popup_body .form_holder.cancel_account_popup .item {
    margin: 0;
    width: 440px;
}

.modal_popup_body .form_holder.cancel_account_popup .item textarea {
    width: 410px;
}

/*cancel_account_popup*/
/* размер видимой картинки должен быть пропорционален результирующей 690x512 */
.panorama_box {
    border: 1px solid #cdcccc;
    padding: 4px;
    position: relative;
    float: left;
    cursor: inherit;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.panorama_box.pointer {
    cursor: pointer;
}

#panorama_box {
    width: 216px;
    height: 160px;
}

#panorama_text {
    font-size: 1.3em;
    text-align: center;
    display: table-cell;
    height: 160px;
    vertical-align: middle;
    padding: 0 10px;
}

#panorama_frame {
    text-align: center;
}

#panorama_frame img {
    max-width: 202px;
    max-height: 167px;
}

#panorama_box_hint {
    background: url(../images/arrow_up.png) no-repeat 0 40%;
    font-size: 1.2em;
    line-height: 1.2;
    margin-top: 10px;
    padding-left: 20px;
}

#panorama_or_upload_box {
    width: 50px;
    height: 160px;
    line-height: 160px;
    font-size: 1.5em;
    text-align: center;
    float: left;
}

#user_image_container {
    width: 206px;
    height: 171px;
}

.marginTop {
    margin-top: 50px !important;
}

.bank_logo.img_loader, .panorama_box_placeholder.img_loader {
    background: #FFFFFF url('/imgs/ajax-loader.gif') no-repeat 50% 50%;
}

.panorama_box_placeholder.img_loader span {
    display: none;
}

#panorama_text.img_loader {
    background: #FFFFFF url('/imgs/ajax-loader.gif') no-repeat 50% 50%;
    width: 200px;
}

#panorama_text.img_loader p {
    display: none;
}

.photo_upload_block {
    overflow: hidden;
    margin-bottom: 20px;
}

.photo_upload_block table {
    width: 100%;
}

.photo_upload_block table td {
    font-size: 1.2em;
    line-height: 1.2;
    vertical-align: middle
}

.photo_upload_block .btn {
    font-size: 12px;
}

/**/
.calc-block {
    position: relative;
    width: 270px;
}

.calc-total {
    width: 240px;
    right: 36px;
    position: absolute;
    z-index: 1;
    _overflow: hidden;
    height: 213px;
}

.calc-total-body-container {
    position: relative;
    overflow: hidden;
    width: 240px;
    margin: 0 auto 20px auto;
}

.calc-total .calc-total-head {
    height: 1px;
    background-color: #c6c5c5;
    border-top: 2px solid #afafb0;
    border-bottom: 2px solid #cdcccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.calc-total-body {
    position: relative;
    margin: -190px 9px 10px 9px;
    width: 222px;
    min-height: 200px;
    border-left: 1px solid #cdcccc;
    border-right: 1px solid #cdcccc;
    background-color: #FFFFFF;
}

.calc-total-body:after {
    content: '';
    background: url(../images/icons1.png) repeat-x 0 100%;
    width: 222px;
    height: 6px;
    position: absolute;
    top: 100%;
    left: -1px;
    border-left: 1px solid #cdcccc;
    border-right: 1px solid #cdcccc;
}

.calc-total .one_btn {
    text-align: center;
    padding-top: 80px;
}

.calc-total .one_btn .btn {
    font-size: 15px;
    line-height: 30px;
    padding: 0 25px;
}

.calc-total .btn {
    font-size: 13px;
    padding: 0 10px;
    line-height: 26px;
    margin: 0 3px;
}

.calc-summary-table {
    padding: 10px 6px 1px 6px;
    position: relative;
    background-color: #ffffff;
    font-size: 13px;
}

.calc-summary-table table {
    width: 100%;
    border-top: 1px solid #cccccc;
    margin-bottom: 10px;
}

.calc-summary-table table td {
    padding: 5px 3px;
    font-weight: bold;
    text-align: right;
    color: #444444; /* white-space: nowrap;*/
}

.calc-summary-table table td:first-child {
    text-align: left;
}

.calc-summary-table table td.td_summary {
    border-top: 1px solid #cccccc;
    padding-top: 8px;
}

.calc-summary-table .buttons_box {
    text-align: center;
    margin: 20px 0;
}

.calc-summary-table .buttons_box .btn {
    margin-left: 0;
}

.calc-block .item.check_box {
    width: auto;
    margin: 220px 0 0px 15px;
}

.calc-block .item.check_box .check_label {
    width: auto !important;
}

/* popup */
#shadow_layer {
    position: fixed; /*z-index: 99999;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.75;
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
}

.popup-box {
    position: fixed; /*z-index: 100000;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
}

.popup-aligner {
    width: 100%;
    height: 20%;
}

/*
.modal_popup {
    position: absolute; z-index: 100000; top: 25%; left: 50%; margin-left: -250px; width: 500px; padding: 0;
	display:block; background: #ffffff; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
}
*/
.modal_popup {
    /*margin: 150px auto;*/
    margin: 0 auto;
    position: relative;
    display: block;
    background: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.modal_popup._vertical_form {
    width: 700px;
}

.modal_popup._vertical_form .form_holder label {
    width: 135px;
}

.modal_popup._vertical_form .form_holder .item {
    margin-left: 0;
    width: auto;
}

.modal_popup._vertical_form .form_holder .item.radio {
    margin-left: 135px;
}

.modal_popup .close_button {
    position: absolute;
    top: -9px;
    cursor: pointer;
    line-height: 22px;
    text-align: center;
    font-family: Times New Roman;
    font-size: 24px;
    font-weight: normal;
    color: #a3a6a9;
    background-color: #ffffff;
    width: 22px;
    height: 22px;
    border: 1px solid #cecdcd;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.close_button.left {
    left: -9px;
}

.close_button.right {
    right: -9px;
}

@-moz-document url-prefix() {
    .modal_popup .close_button {
        line-height: 20px;
    }
}

.modal_popup .modal_popup_body {
    padding: 20px 30px;
    text-align: center;
    font-size: 1.4em;
}

.modal_popup .modal_popup_body p {
    margin: 15px 0;
    font-size: 1.14em;
}

.modal_popup .modal_popup_body .icon_warning {
    display: inline-block;
    height: 33px;
    width: 33px;
    text-align: center;
    line-height: 30px;
    font-family: Verdana;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    color: #f46025;
    background-color: #ffffff;
    border: 2px solid #f46025;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
}

.modal_popup .btn, .modal_popup .btn_non_activity {
    min-width: 100px;
    margin: 20px auto 10px;
    font-size: 14px;
    line-height: 32px;
    min-height: 32px;
}

.modal_popup .btn_non_activity {
    cursor: default;
}

.modal_popup .btn_non_activity.btn_gray:hover {
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0);
}

.modal_popup_body .form_holder > textarea {
    width: 100%;
    box-sizing: border-box;
}

.modal_popup .modal_popup_title {
    font-size: 1.6em;
    font-weight: normal;
    color: #444444;
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #bebebe;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modal_popup .modal_popup_title a {
    font-size: 12px;
    margin-right: 15px;
    float: right;
}

.modal_popup .modal_popup_title a > i,
.modal_popup .modal_popup_title i {
    vertical-align: middle;
    display: inline-block;
}

.modal_popup .modal_popup_title a > i + span,
.modal_popup .modal_popup_title i + span {
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
}

.modal_popup h3 {
    /*text-align: center;*/
    font-size: 1.8em;
    color: #444444;
    margin: 0 auto 20px;
}

/* black popup */
.modal_popup.black {
}

.modal_popup.black .modal_popup_title {
    color: #ffffff;
    text-shadow: 0px 1px 2px #2a3238;
    background-color: #83888c;
    border: 1px solid #63676a;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2)
}

.modal_popup.black .close_button {
    top: -30px;
    color: #ffffff;
    background-color: #83888c;
    border: 1px solid #63676a;;
}

.modal_popup.black .close_button.left {
    left: 0;
}

.modal_popup.black .close_button.right {
    right: 0;
}

/* black popup - inline form */
.modal_popup.black.inline_popup {
}

.modal_popup.black.inline_popup .modal_popup_body {
    border: 1px solid #cdcccc;
    border-top: 0px;
    padding: 15px 0;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.modal_popup.black.inline_popup .modal_popup_body .form_holder {
    margin: 0 30px;
}

.modal_popup.black.inline_popup .buttons_box {
    height: auto;
}

.modal_popup.black.inline_popup .buttons_box .btn {
    min-width: 85px;
}

.modal_popup.black.inline_popup .modal_popup_footer {
    border-top: 1px solid #cdcccc;
    padding-top: 15px;
    text-align: center;
    margin-top: 15px;
}

/* hint in popup */
.hint {
    background: url(../images/icon_info.png) no-repeat 0 50%;
    padding-left: 25px;
    font-size: 12px;
    text-align: left;
}

/* welcom_dashboard */
.welcom_dashboard {
}

.welcom_dashboard h2 {
    text-align: center;
    color: #444444;
    margin: 0px auto 20px;
    padding: 20px 0 0;
    font-size: 1.8em;
}

.welcom_dashboard h3 {
    text-align: center;
    color: #74797d;
    margin: 0px auto 20px;
    padding: 20px 0 0;
    font-size: 1.6em;
}

.welcom_dashboard .scheme {
    position: relative;
    width: 310px;
    height: 260px;
    overflow: hidden;
    margin: 0 auto;
}

.welcom_dashboard .scheme .scheme_item1, .welcom_dashboard .scheme .scheme_item2, .welcom_dashboard .scheme .scheme_item3 {
    text-align: center;
    color: #74797d;
    font-size: 1.3em;
    padding-top: 70px;
}

.welcom_dashboard .scheme .scheme_item2, .welcom_dashboard .scheme .scheme_item3 {
    position: absolute;
    bottom: 0;
    _width: 150px;
}

.welcom_dashboard .scheme .scheme_item1 {
    background: url(/images/circle_blue.png) no-repeat center 0;
}

.welcom_dashboard .scheme .scheme_item2 {
    background: url(/images/circle_green.png) no-repeat center 0;
    left: 0;
}

.welcom_dashboard .scheme .scheme_item3 {
    background: url(/images/circle_yellow2.png) no-repeat center 0;
    right: 0;
}

.welcom_dashboard .scheme .scheme_or {
    text-align: center;
    color: #74797d;
    font-size: 1.3em;
    position: absolute;
    bottom: 70px;
    left: 48%;
}

.welcom_dashboard .scheme .scheme_arrow_left, .welcom_dashboard .scheme .scheme_arrow_right {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 105px;
}

.welcom_dashboard .scheme .scheme_arrow_left {
    background: url(/images/dots_left.png) no-repeat 0 0;
    left: 85px;
}

.welcom_dashboard .scheme .scheme_arrow_right {
    background: url(/images/dots_right.png) no-repeat 0 0;
    right: 85px;
}

/* data-table */
.data-table {
    width: 100%;
}

.data-table td, .data-table th {
    font-weight: normal;
    font-size: 1em;
    padding: 5px 3px;
}

.data-table th {
    text-align: left;
    color: #bebebe;
}

.data-table td {
    text-align: left;
    color: #444444;
    font-size: 1em;
}

.data-table .td_right {
    text-align: right;
}

/* attention icon */
.attention {
    line-height: 24px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #fa861f;
    margin: auto;
    width: 24px;
    height: 24px;
    display: inline-block;
    border: 2px solid #fa861f;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
}

@-moz-document url-prefix() {
    .attention {
        line-height: 22px;
    }
}

/************/

/* .buttons_box */
.buttons_box {
    text-align: center;
    margin-top: 40px;
}

/* TODO: remove height:86px; */
/*.modal_popup .buttons_box { height: 86px; margin-top: 10px; }*/
.modal_popup .buttons_box {
    margin-top: 10px;
    padding-bottom: 20px;
}

.buttons_box .btn {
    margin-left: 20px;
    min-width: 100px;
}

.buttons_box .btn:first-child {
    margin-left: 0;
}

.buttons_box #reset.btn {
    min-width: 36px;
}

/************/
input.name {
    text-transform: capitalize;
}

.benefits {
    position: absolute;
    top: 24px;
    right: 4px;
    height: 23px;
    width: 148px;
    z-index: 1;
}

.arrow-blue a, .arrow-blue a:hover {
    display: block;
    line-height: 22px;
    padding-left: 16px;
    position: relative;
    font-size: 1.3em;
    font-weight: normal;
    color: #0076a3;
    text-shadow: 0 1px 1px #ffffff;
    text-decoration: none;
}

.arrow-blue a:before {
    content: url("../images/circle-arrow-blue.png");
    position: absolute;
    left: -4px;
    top: 2px;
}

.wizard {
    padding: 0 0 28px;
    display: block;
    width: 763px;
    float: left;
    min-height: 400px;
}

.listing_wizard_wrapper {
    width: 932px;
}

.wizard .form_holder.full_width > .item {
    width: 720px;
}

.wizard .form_holder.full_width > .item > label {
    width: 500px;
}

.lease_application_benefits_wrapper {
    margin: 0 0 0 30px;
}

.lease_application_benefits_wrapper .left {
    margin-right: 300px;
}

.lease_application_benefits_wrapper .right {
    float: right;
    width: 230px;
    margin-top: 40px;
    margin-right: 20px;
}

.lease_application_benefits_wrapper ul {
    list-style-type: disc;
}

.lease_application_benefits_wrapper ul li {
    margin-bottom: 20px;
    line-height: 1.4em;
    color: #666;
}

/*.lease_application_benefits_wrapper .star_text {*/
/*margin-left: 40px;*/
/*font-size: 11px;*/
/*}*/

.no_auto_lease_application_wrapper, .auto_lease_application_wrapper {
    margin: 40px 180px 0 196px;
}

.tenant_screening_title {
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.auto_lease_application_wrapper .auto_lease_application_title {
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 30px;
    width: 596px;
}

.auto_lease_application_wrapper .web_integration_lease_app_params_explanation {
    text-align: center;
    font-size: 12px;
    font-style: italic;
}

.wizard_steps {
    display: block;
    width: 160px;
    padding-left: 30px;
    padding-top: 25px;
    height: 400px;
    position: relative;
    float: right;
}

.wizard_steps .steps {
    overflow: hidden;
    height: 300px;
}

.wizard_steps .steps ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wizard_steps .steps ul li {
    display: block;
    line-height: 1;
    height: 34px;
    padding-left: 45px;
    margin-bottom: 45px;
}

.wizard_steps .steps ul li span {
    display: table-cell;
    height: 34px;
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: normal;
    vertical-align: middle;
}

.wizard_steps .steps ul li.active {
    color: #0b9444;
}

.wizard_steps .steps.step1 {
    background: url(../images/steps1.png) no-repeat 0 0px;
}

.wizard_steps .steps.step2 {
    background: url(../images/steps2.png) no-repeat 0 2px;
}

.wizard_steps .steps.step3 {
    background: url(../images/steps3.png) no-repeat 0 2px;
}

.wizard_steps .steps.step4 {
    background: url(../images/steps4.png) no-repeat 0 2px;
}

.wizard_steps .steps.step_list_property, .wizard_steps .step_list_property {
    height: 200px;
}

.wizard_steps .step_list_property.step1 {
    background: url(../images/list_prop1.png) no-repeat 0 3px;
}

.wizard_steps .step_list_property.step2 {
    background: url(../images/list_prop2.png) no-repeat 0 3px;
}

.wizard_steps .step_list_property.step3 {
    background: url(../images/list_prop3.png) no-repeat 0 4px;
}

.wizard_steps .steps.steps2, .wizard_steps .steps2 {
    height: 200px;
}

.wizard_steps .steps2.step1 {
    background: url(../images/step2_1.png) no-repeat 0 3px;
}

.wizard_steps .steps2.step2 {
    background: url(../images/step2_2.png) no-repeat 0 3px;
}

.wizard_steps .wizard_help {
    margin: 50px 0 0 15px;
}

/* Horizontal wizard steps */

.wizard_steps_inline {
    display: block;
    width: 726px;
    margin-left: 140px;
    padding-top: 0;
    padding-bottom: 20px;
    height: 55px;
    position: relative;
    float: left;
}

.wizard_steps_inline .steps {
    overflow: hidden;
}

.wizard_steps_inline .steps ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wizard_steps_inline .steps ul li {
    display: inline-block;
    line-height: 1;
    height: 34px;
    width: 33%;
    text-align: center;
}

.wizard_steps_inline .steps ul li span {
    height: 34px;
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: normal;
    vertical-align: middle;
}

.wizard_steps_inline .steps ul li.active {
    color: #0b9444;
}

.wizard_steps_inline .steps.step_list_property, .wizard_steps_inline .step_list_property {
    height: 85px;
}

.wizard_steps_inline .step_list_property.step1 {
    background: url(../images/list_prop1_inline.png) no-repeat 104px 20px;
}

.wizard_steps_inline .step_list_property.step2 {
    background: url(../images/list_prop2.png) no-repeat 0 3px;
}

.wizard_steps_inline .step_list_property.step3 {
    background: url(../images/list_prop3_inline.png) no-repeat 104px 20px;
}

.wizard_steps_inline .steps.steps2, .wizard_steps_inline .steps2 {
    height: 85px;
}

.wizard_steps_inline .steps2.step1 {
    background: url(../images/step2_1.png) no-repeat 0 3px;
}

.wizard_steps_inline .steps2.step2 {
    background: url(../images/step2_2.png) no-repeat 0 3px;
}

.wizard_steps_inline .wizard_help {
    margin: 50px 0 0 15px;
}

/* */
.content_block_title {
    border-bottom: 1px solid #dedede;
    color: #74797D;
    font-size: 1.8em;
    font-weight: normal;
    padding: 15px 0;
    text-align: center;
    margin: 0 0 28px;
}

/* */
a.delete_x {
    font-size: 13px;
    color: #ed1c24;
    position: relative;
}

a.delete_x:before {
    content: "×";
    font-size: 21px;
    font-weight: bold;
    position: absolute;
    top: -5px;
    left: -18px;
}

.tenant_box {
    padding-bottom: 5px;
    padding-top: 20px;
    border-top: 1px solid #dedede;
    position: relative;
    margin-bottom: 10px;
}

.tenant_box:first-child {
    border-top: 0;
    padding-top: 0;
}

.tenant_box .tenant_box_delete {
    position: absolute;
    top: 10px;
    right: 22px;
}

.tenant_box:nth-of-type(1) a.delete_x {
    visibility: hidden;
}

.tenant_box .tenant_box_title {
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 1.3em;
    line-height: 1;
    background-color: #FFFFFF;
    padding: 0 8px 0 15px;
    white-space: nowrap;
}

.tenant_box .tenant_box_title a.delete_x {
    margin-left: 30px;
}

.tenant_box .tenant_box_title a.delete_x:before {
    top: -1px;
}

#add_tenant_box {
    margin: 0 0 0 285px;
}

#add_tenant_box a {
    font-size: 1.3em;
    display: inline-block;
}

#add_tenant_box .icon_add {
    background: url(../images/icon_add.png) no-repeat 0 0;
    line-height: 20px;
    padding-left: 29px;
    min-height: 25px;
}

/* */
.notice_block {
    text-align: center;
    font-size: 1.3em;
    padding: 80px 100px 0px;
    margin-bottom: 20px;
    color: #444444;
}

.notice_block h2 {
    font-size: 1.384em;
    color: #f46025;
    margin-bottom: 10px;
}

.notice_block #email_box {
    font-size: 1.384em;
    color: #74797d;
    font-weight: bold;
    margin: 10px auto 20px;
}

.notice_block p {
}

.notice_block p.small {
    font-size: 0.93em;
    color: #74797d;
}

/* */
.proof {
}

.proof .content_block_title {
    border-bottom: 0px;
    font-size: 1.4em;
    padding: 40px 100px 0px;
    margin-bottom: 20px;
}

.proof .proof_block {
    background: #fbf8e0;
    border: 1px solid #c7c5b1;
    margin: 0 55px;
    padding: 20px;
    color: #7b7a6c;
    font-size: 1.4em;
}

.email_head {
}

.email_head .line {
    padding: 3px 0;
}

.email_head .line span {
    display: inline-block;
    width: 25px;
}

.icon_location {
    display: inline-block;
    width: 12px;
    height: 18px;
    background: url(../images/icon_location.png) no-repeat 0 0;
}

.email_body {
    margin: 10px 0;
    padding: 10px 0;
    border-top: 2px dashed #c7c5b1;
    border-bottom: 2px dashed #c7c5b1;
    color: #444444;
}

.email_body .pull-left {
    width: 50%;
}

.email_body .pull-right {
    width: 45%;
}

.email_body .small {
    font-size: 0.92em;
}

.email_body .calc-total {
    right: 5px;
    top: 5px;
    height: 150px;
    width: 270px;
}

.email_body .calc-total-body-container {
    height: 140px;
    width: 270px;
}

.email_body .calc-total-body {
    min-height: 135px;
    margin-top: 0;
    width: 252px;
}

.email_body .calc-total-body:after {
    width: 252px;
}

.email_body .calc-summary-table {
    padding: 5px 6px 0;
}

.email_body .calc-summary-table table {
    font-size: 0.7em;
    border-top: none;
}

.email_body .calc-summary-table table td {
    font-weight: normal !important;
    font-size: 12px
}

.email_signature {
    font-size: 0.77em;
}

/* */
.raised {
    position: relative;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Yes-No button */
.item.yes_no .container {
    width: 218px;
    height: 25px;
    position: relative;
    top: 8px;
}
.item.yes_no.center {
    text-align: center;
}
.item.yes_no.center .container{
    width: auto;

    display: inline-block;
}

.item.yes_no .container > div {
    float: left;
    margin: 0 5px;
}

.item.yes_no .container > .switcher {
    width: 60px;
    height: 20px;
    background-color: #acacac;
    border: 1px solid #8e8e8e;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: relative;
    text-align: center;
}

.item.yes_no .container > .switcher > .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.item.yes_no .container > .switcher > .nav > div {
    float: left;
    width: 50%;
    height: 20px;
}

.item.yes_no .container > .switcher > .circle {
    width: 20px;
    height: 20px;
    border-radius: 11px;
    background-color: #f8f8f8;
    position: relative;
    margin-left: 20px;
}

.item.yes_no .container > .switcher > .circle > div {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #b0b0b0;
    border: 1px solid #aaaaaa;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px;
}

.item.yes_no .container > .text {
    color: #444444;
    font-size: 13px;
    cursor: pointer;
    width: 19px;
}

.item.yes_no .container.yes > .text.yes {
    color: #0b9444;
    font-weight: bold;
}

.item.yes_no .container.yes > .switcher {
    background-color: #62b755;
    border-color: #38900c;
}

.item.yes_no .container.yes > .switcher > .circle {
    margin-left: 40px;
}
.item.yes_no.reversed .container.yes > .switcher > .circle {
    margin-left: 0px;
}

.item.yes_no .container.yes > .switcher > .circle > div {
    background-color: #62b755;
}

.item.yes_no .container.no > .text.no {
    color: #444444;
    font-weight: bold;
}

.item.yes_no .container.no > .switcher > .circle {
    margin-left: 0;
}
.item.yes_no.reversed .container.no > .switcher > .circle {
    margin-left: 40px;
}

.item.yes_no .container * {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.item.yes_no.readonly .container > .text.yes,
.item.yes_no.readonly .container > .text.no {
    color: #a2a2a2;
}

.item.yes_no.readonly .container .switcher,
.item.yes_no.readonly .container .switcher .circle div {
    background-color: #a2a2a2;
    border-color: #a2a2a2;
}

/* Dimension */
.item.dimension .inputbox {
    width: 0;
    padding: 0 28px 0 20px;
}

.item.dimension input {
    width: 24px;
}

.item.dimension .separator {
    width: 16px;
    display: inline-block;
    text-align: center;
    padding-top: 7px;
}

/* Date of birth */
.item.date_of_birth {
    width: 515px;
}

.item.dimension .inputbox {
    width: 0;
    padding: 0 28px 0 20px;
}

.item.dimension input {
    width: 24px;
}

/* Captcha */
.item_captcha {
    width: 211px;
    height: 90px;
    border: 1px solid #cdcccc;
    position: relative;
    overflow: hidden;
    margin: 0px 0 0;
}

.item_captcha .captcha_image {
    position: absolute;
    top: 0;
    left: 0;
}

.item_captcha .captcha_image img {
    width: 154px;
    height: 63px;
}

.item_captcha .captcha_refresh {
    position: absolute;
    top: 6px;
    right: 4px;
}

.item_captcha .captcha_refresh img {
    width: 24px;
    height: 24px;
}

.item_captcha .sound {
    position: absolute;
    top: 34px;
    right: 4px;
    z-index: 1;
}

.item_captcha .sound object {
    width: 24px;
    height: 24px;
}

.item_captcha .captcha_input_box {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 24px;
    width: 100%;
    padding: 3px 0 3px 6px;
    border-top: 1px solid #cdcccc;
    background-color: #FFFFFF;
    font-size: 1.3em;
}

.item_captcha .captcha_input_box input {
    width: 198px;
    _height: 20px;
    border: 0;
}

/* .item_captcha.error */
.item_captcha.error {
    border: 2px solid #ff0000;
}

/* list_rental_unit */
.list_rental_unit {
    padding: 0;
    border: 0;
    background: none;
    font-family: inherit;
    font-size: 1em;
}

.list_rental_tabs {
    background: none;
    padding: 0 !important;
    border: 0;
    margin-right: -10px !important;
}

.list_rental_tabs li {
    margin: 0 4px -1px 0 !important;
    font-weight: 400 !important;
}

.list_rental_tabs .ui-state-default {
    border: 1px solid #cccccc;
    background: #e9e9e9;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.list_rental_tabs .ui-state-hover, .list_rental_tabs .ui-state-active {
    border-color: #63676a;
    background: #7f8488;
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15), inset 0px 1px 0px rgba(255, 255, 255, 0.6);
}

.list_rental_tabs li a {
    padding: 0 !important;
    display: block;
    height: 46px;
    line-height: 46px;
    min-width: 150px;
    text-align: center;
    font-size: 14px;
}

.list_rental_tabs .ui-state-default a {
    color: #74797d !important;
    text-shadow: 0px 1px 0px #FFFFFF;
}

.list_rental_tabs .ui-state-hover a, .list_rental_tabs .ui-state-active a {
    color: #FFFFFF !important;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.list_rental_tabs i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 29px;
    font-size: 1px;
}

.list_rental_tabs i.icon_terms {
    background: url(../images/icons/icon_terms.png) no-repeat 0 0;
}

.list_rental_tabs .ui-state-hover i.icon_terms, .list_rental_tabs .ui-state-active i.icon_terms {
    background: url(../images/icons/icon_terms_active.png) no-repeat 0 0;
}

.list_rental_tabs i.icon_amenities {
    background: url(../images/icons/icon_amenities.png) no-repeat 0 0;
}

.list_rental_tabs .ui-state-hover i.icon_amenities, .list_rental_tabs .ui-state-active i.icon_amenities {
    background: url(../images/icons/icon_amenities_active.png) no-repeat 0 0;
}

.list_rental_tabs i.icon_photo {
    background: url(../images/icons/icon_photo.png) no-repeat 0 0;
}

.list_rental_tabs .ui-state-hover i.icon_photo, .list_rental_tabs .ui-state-active i.icon_photo {
    background: url(../images/icons/icon_photo_active.png) no-repeat 0 0;
}

.list_rental_tabs i.icon_contact {
    background: url(../images/icons/icon_contact.png) no-repeat 0 0;
}

.list_rental_tabs .ui-state-hover i.icon_contact, .list_rental_tabs .ui-state-active i.icon_contact {
    background: url(../images/icons/icon_contact_active.png) no-repeat 0 0;
}

.list_rental_tabs i.icon_lens {
    background: url(../images/icons/icon_lens.png) no-repeat 0 0;
}

.list_rental_tabs .ui-state-hover i.icon_lens, .list_rental_tabs .ui-state-active i.icon_lens {
    background: url(../images/icons/icon_lens_active.png) no-repeat 0 0;
}

.list_rental_tabs i.icon_rental_criteria {
    background: url(../images/icons/icon_rental_critera.png) no-repeat 0 0;
}

.list_rental_tabs .ui-state-hover i.icon_rental_criteria, .list_rental_tabs .ui-state-active i.icon_rental_criteria {
    background: url(../images/icons/icon_rental_critera_active.png) no-repeat 0 0;
}

.list_rental_tabs i.icon_local {
    background: url(../images/icons/icon_local.png) no-repeat 0 0;
}

.list_rental_tabs .ui-state-hover i.icon_local, .list_rental_tabs .ui-state-active i.icon_local {
    background: url(../images/icons/icon_local_active.png) no-repeat 0 0;
}

#parking_type_wrapper {
}

/*#pet_policy_description_wrapper {*/
/*top: 2px;*/
/*left: 48%;*/
/*position: absolute*/
/*}*/

#parking_type_wrapper label, #pet_policy_description_wrapper label {
    display: none;
}

#parking_type_wrapper .item,
#pet_policy_description_wrapper .item,
#garage_cars_number_wrapper .item {
    width: auto;
    margin-left: 40px;
}

#pet_policy_description_wrapper textarea {
    width: 230px;
}

/*#garage_cars_number_wrapper {*/
/*position: absolute;*/
/*left: 385px;*/
/*top: 0;*/
/*width: 330px;*/
/*}*/

.action_link {
    display: inline-block;
}

.action_link a {
    display: inline-block;
    font-size: 1.3em;
    color: #f4740f;
    line-height: 32px;
    margin-left: 12px;
}

.add_item_form {
    border: 1px solid #cccecd;
    height: 26px;
    width: 150px;
    display: block;
    float: left;
    text-align: left;
    margin: -6px 28px 8px 0px;
    position: relative;
    -webkit-border-radius: 0px 3px 3px 0;
    -moz-border-radius: 0px 3px 3px 0;
    border-radius: 0px 3px 3px 0;
}

.add_item_form input {
    float: left;
    width: 100px;
    height: 24px;
    border: 0;
    padding: 0 5px;
}

.add_item_form .btn {
    float: right;
    width: 28px;
    height: 26px;
    padding: 0;
    padding-bottom: 3px;
    border-radius: 0;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    font-size: 20px;
    font-family: Verdana;
    font-weight: bold;
    line-height: 1;
}

.long_item.not_label label {
    display: none;
}

/* remove link */
.remove, .remove:hover, .remove:active {
    line-height: 18px;
    text-align: center;
    font-size: 20px;
    font-family: impact;
    font-weight: bold;
    color: #e51a1a !important;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    width: 18px;
    position: relative;
    background-color: #fff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
}

.item_checkboxes .remove {
    margin: 0 0 0 5px;
    top: 0px;
    position: absolute;
}

/*** Gallery ***/

.gallery-source-album {
    margin-right: 10px;
    margin-top: -42px;
    margin-bottom: 20px;
}

.gallery-source-album-title {
    height: 40px;
    text-align: center;
}

.gallery-source-album-comment {
    height: 40px;
    text-align: center;
    margin-top: -12px;
}

.gallery-source-album-content-box {
    height: 94px;
    position: relative;
    margin-bottom: 30px;
}

.gallery-source-album-scroll-left,
.gallery-source-album-scroll-right {
    width: 16px;
    height: 38px;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    cursor: pointer;
    background-color: #EAEAEA;
    border-radius: 3px;
    font-size: 35px;
    line-height: 30px;
    text-align: center;
    color: #747B7F !important;
    opacity: 0.6;
}

.gallery-source-album-scroll-left:hover,
.gallery-source-album-scroll-right:hover {
    opacity: 1;
    text-decoration: none;
}

.gallery-source-album-scroll-left.disabled,
.gallery-source-album-scroll-right.disabled {
    background-color: #d1d2d4;
}

.gallery-source-album-scroll-left {
    left: 10px;
}

.gallery-source-album-scroll-right {
    right: 10px;
}

.gallery-source-album-content {
    height: 94px;
    /*border: #000054 1px dashed;*/
    overflow: hidden;
    margin: 0 40px;
    white-space: nowrap;
}

.gallery-source-item-box {
    display: inline-block;
    width: 88px;
    height: 88px;
    border: 1px solid #cdcccc;
    padding: 2px;
    margin: 0 22px 0 0;
    position: relative;
    cursor: pointer;
}

.gallery-source-item-image {
    width: 88px;
    height: 88px;
}

.gallery-source-item-box .gallery-source-item-hover,
.gallery-source-item-box .gallery-source-item-added {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 114, 169, 0.8);
    display: none;
}

.gallery-source-item-box .gallery-source-item-hover {
    background-image: url(../images/gallery-item-cross.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.gallery-source-item-box .gallery-source-item-added {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(Opacity=80);
    background-color: #7F8488;
    text-align: center;
    padding-top: 35px;
    color: #ffffff;
}

.gallery-source-item-box:not(.added):hover .gallery-source-item-hover {
    display: block;
}

.gallery-source-item-box.added .gallery-source-item-added {
    display: block;
}

.gallery-album {
    margin: 40px 0 20px 10px;
}

.gallery-item,
.gallery-item-upload-block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 160px;
    margin: 0 43px 30px;
    z-index: 1;
}

.gallery-item-upload-block.hidden {
    display: none;
}

/* for moving images between units (dashboard) */
.gallery-item-hidden {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100px; /* !!!DO NOT CHANGE!!! */
    height: 130px;
    margin: 0 -50px; /* !!!DO NOT CHANGE!!! */
    z-index: 0;
}

.gallery-album-dropzone {
    position: relative;
    /*display: block;*/
    display: none;
    border: #000066 1px solid;
    height: 30px;
    margin-bottom: 10px;
}

.gallery-item-original {
    display: none;
}

.gallery-item-remove-btn.remove,
.gallery-item-remove-btn.remove:hover {
    position: absolute;
    left: -8px;
    top: -7px;
    z-index: 10;
}

.gallery-item-image-box,
.gallery-item-upload-container {
    border: 1px solid #cdcccc;
    padding: 4px;
    position: relative;
    float: left;
    cursor: inherit;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 7px;
    overflow: hidden;
    width: 150px;
    height: 150px;
}

.gallery-item-image-background {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.gallery-item-image {
    max-height: 150px;
    max-width: 150px;
}

.gallery-item-rotate-box {
    display: block;
    position: absolute;
    right: 7px;
    bottom: 5px;
    z-index: 10;
    height: 20px;
}

.gallery-item-rotate-box > div {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icon_rotate.png) no-repeat 0 0;
    float: left;
}

.gallery-item-rotate-box .gallery-item-rotate-right {
    background-position: -20px 0;
}

.gallery-item-rotate-box .gallery-item-rotate-left {
    background-position: 0 0;
}

.gallery-item-description-box textarea {
    height: 50px;
    min-height: 0 !important;
    width: 126px;
}

.gallery-item-was-removed-box {
    position: absolute;
    top: 50%;
    display: none;
    margin-top: -18px;
    text-align: center;
    left: 0;
    right: 0;
}

.gallery-item-restore-btn {
    color: #0076a3;
    outline: medium none;
    text-decoration: underline;
}

.gallery-item-upload-container {
    cursor: pointer;
}

.gallery-item-upload-placeholder {
    overflow: hidden;
    width: 150px;
    height: 150px;
    background: #f2f2f2 url(../images/upload_icon.png) no-repeat 50% 30%;
    text-align: center;
    font-size: 1.15em;
    /*line-height: 1.5;*/
}

.gallery-item-upload-placeholder > span {
    display: inline-block;
    padding-top: 90px;
    font-size: 13px;
}

.gallery-item-upload-placeholder > span > a {
    color: #444444;
    font-size: 1.1em;
    text-decoration: underline;
}

.gallery-item-upload-placeholder > span > a > span {
    color: #95989a;
    font-size: 12px;
    padding-top: 0;
    text-decoration: none;
    display: inline-block;
}

.gallery-item-upload-placeholder.img_loader {
    background: #ffffff url("/imgs/ajax-loader.gif") no-repeat scroll 50% 50%;
}

.gallery-item-upload-placeholder.img_loader > span {
    display: none;
}

.gallery-item.removed .gallery-item-image-background,
.gallery-item.removed .gallery-item-remove-btn,
.gallery-item.removed .gallery-item-description-box,
.gallery-item.removed .gallery-item-rotate-box,
.gallery-item.removed label {
    display: none;
}

/* don't work for moved images
.gallery-item.removed .gallery-item-image-background {
	opacity: 0;
}
*/

.gallery-item.removed .gallery-item-was-removed-box {
    display: block;
}

/******************/

/* */
.photo_catalog {
    margin: 40px 0 20px 10px;
}

.photo_catalog .photo_catalog_item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 160px;
    margin: 0 43px 30px;
}

.photo_catalog .photo_catalog_item .image_box {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.photo_catalog .photo_catalog_item .remove {
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 10;
}

.photo_catalog .photo_catalog_item .photo_catalog_item_pic {
    overflow: hidden;
    margin-bottom: 7px;
    height: 150px;
    width: 150px;
}

.photo_catalog .photo_catalog_item .photo_catalog_item_pic img {
    max-height: 150px;
    max-width: 150px;
}

.photo_catalog .photo_catalog_item .photo_catalog_item_desc {
}

.photo_catalog .photo_catalog_item .photo_catalog_item_desc textarea {
    width: 126px;
    height: 50px;
    min-height: 0 !important;
}

.panorama_box .rotate_img {
    display: block;
    position: absolute;
    right: 7px;
    bottom: 5px;
    z-index: 10;
    height: 20px;
}

.panorama_box .rotate_img > div {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icon_rotate.png) no-repeat 0 0;
    float: left;
}

.panorama_box .rotate_img .rotate_right {
    background-position: -20px 0;
}

.panorama_box .rotate_img .rotate_left {
    background-position: 0 0;
}

#upload_block .panorama_box {
    width: 150px;
    height: 150px;
}

.panorama_box_placeholder {
    overflow: hidden;
    width: 150px;
    height: 150px;
    background: #f2f2f2 url(../images/upload_icon.png) no-repeat 50% 30%;
    text-align: center;
    font-size: 1.15em;
    line-height: 1.5;
}

.panorama_box_placeholder.driver_license {
    background: #f2f2f2 url(../images/upload_icon3.png) no-repeat 50% 30%;
}

.panorama_box_placeholder.irs_form {
    background: #f2f2f2 url(../images/upload_icon_irs_form.png) no-repeat 50% 6%;
}

.panorama_box_placeholder span {
    display: inline-block;
    padding-top: 90px;
}

.panorama_box_placeholder a {
    color: #444444;
    font-size: 1.1em;
    text-decoration: underline;
}

.panorama_box_tip {
    position: absolute;
    padding-left: 30px;
    left: 100%;
    font-size: 13px;
    min-width: 225px;
    line-height: 1.6em;
}

.panorama_box_tip .type {
    position: absolute;
    left: 0;
    top: 50%;
}

.panorama_box_tip .type.icon_error_min {
    margin-top: -7px;
}

#kyc_block .panorama_box_tip {
    top: 35px;
    margin-left: -40px;
}

/* */
.icon-account {
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
    text-shadow: 0px 1px 0px #FFFFFF;
    background: url(../images/icons/icon_account.png) no-repeat 0 0;
    padding-left: 25px;
}

.icon-account a {
    color: #0076a3;
}

.list_rental_unit .icon-account {
    margin: 15px 25px 0 0;
}

.content_block_title .icon-account {
    position: absolute;
    right: 20px;
    top: 17px;
}

.icon_question {
    background: url(../images/icon_question.png) no-repeat 0 0;
    width: 15px;
    height: 14px;
    display: inline-block;
    line-height: 0.6;
    cursor: pointer;
}

.icon_question2 {
    background: url(../images/icon_question2.png) no-repeat 0 0;
    width: 28px;
    height: 28px;
    display: inline-block;
    line-height: 0.6;
    cursor: pointer;
}

.icon_home {
    background: url("/new/images/icons/icon_home.png") no-repeat 0 0;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon_home2 {
    background: url("/new/images/icons/icon_home2.png") no-repeat 0 0;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.icon_archived {
    background: url("/new/images/icons/icon_archived.png") no-repeat 0 0;
    width: 16px;
    height: 14px;
    display: inline-block;
}

.icon_document {
    background: url("/new/images/tenant/icon_document.png") no-repeat 0 0;
    width: 36px;
    height: 46px;
    display: inline-block;
}

.icon_moveout {
    background: url("/new/images/icons/icon_moveout.png") no-repeat 0 0;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle
}

.icon_house2 {
    background: url(../images/icons/icon_house2.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 0.6;
}

.icon_card2 {
    display: inline-block;
    width: 22px;
    height: 16px;
    background: url(../images/icons/icon_card2.png) no-repeat 0 0;
    vertical-align: middle;
}

.icon_dollar {
    width: 10px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url("/new/images/icons/icon_profile_sprite.png") -20px 0 no-repeat;
}

.icon_check_green {
    width: 18px;
    height: 14px;
    display: inline-block;
    background: url(../images/check_green.png) no-repeat 0 0;
    vertical-align: middle;
}

.icon_check_green_big2 {
    width: 79px;
    height: 78px;
    display: inline-block;
    background: url("/new/images/icons/icon_check_green_big2.png") no-repeat 0 0;
    vertical-align: middle;
}

.icon_check_orange_big2 {
    width: 79px;
    height: 79px;
    display: inline-block;
    background: url("/new/images/icons/icon_attention_orage.png") no-repeat 0 0;
    vertical-align: middle;
}

.icon_cancel {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../images/icons/icon_cancel.png) no-repeat 0 0;
    vertical-align: middle;
}

.icon_print {
    width: 16px;
    height: 14px;
    display: inline-block;
    background: url(../images/icons/icon_print.png) no-repeat 0 0;
    vertical-align: middle;
}

.icon_error_min {
    width: 16px;
    height: 14px;
    display: inline-block;
    background: url(../images/tenant/icon_error_min.png) no-repeat 0 0;
    vertical-align: middle;
}

.icon_error3 {
    width: 32px;
    height: 28px;
    display: inline-block;
    background: url(../images/tenant/icon_error3.png) no-repeat 0 0;
    vertical-align: middle;
}

.icon_error_min.red {
    width: 16px;
    height: 14px;
    display: inline-block;
    background: url(../images/tenant/icon_error_min_red.png) no-repeat 0 0;
    vertical-align: middle;
}

.item .icon_question, .two_item .icon_question {
    position: relative;
    top: 4px;
}

.icon_question[data-type="security_code_help"]:hover:after {
    content: url(../images/security_code_help.png);
    position: absolute;
    top: -87px;
    left: 18px;
}

.icon_bank_big {
    width: 64px;
    height: 64px;
    display: inline-block;
    background: url(../images/tenant/icon_bank_big.png) no-repeat 0 0;
    vertical-align: middle;
}

.icon_bank_big_success {
    width: 74px;
    height: 64px;
    display: inline-block;
    background: url(../images/tenant/icon_bank_success_big.png) no-repeat 0 0;
    vertical-align: middle;
}

.icon_bank_big_verify {
    width: 74px;
    height: 64px;
    display: inline-block;
    background: url(../images/tenant/icon_bank_verify_big.png) no-repeat 0 0;
    vertical-align: middle;
}

.icon_bank_min {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../images/tenant/icon_bank_min.png) no-repeat 0 0;
    vertical-align: middle;
}

.icon_deposit {
    width: 64px;
    height: 64px;
    display: inline-block;
    background: url(../images/tenant/icon_deposit.png) no-repeat 0 0;
    vertical-align: middle;
}

.icon_verify {
    width: 34px;
    height: 34px;
    display: inline-block;
    background: url(../images/tenant/icon_verify.png) no-repeat 0 0;
    vertical-align: middle;
}

.icon_verified {
    width: 40px;
    height: 34px;
    display: inline-block;
    background: url(../images/tenant/icon_bank_success.png) no-repeat 0 0;
    vertical-align: middle;
}

.icon_payment_method_type {
    width: 40px;
    height: 32px;
    display: inline-block;
    background: url(../images/tenant/icon_payment_method_type.png) no-repeat 0 0;
    vertical-align: middle;
}

.icon_plus_circle {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(/new/images/icons/icon_circle_plus.png) no-repeat 0 0;
    vertical-align: middle;
}

.icon_plus_big {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../images/tenant/icon_plus_big.png) no-repeat 0 0;
    vertical-align: middle;
}

.icon_hint {
    width: 15px;
    height: 19px;
    display: inline-block;
    background: url(../images/icons/icon_hint.png) no-repeat 0 0;
    vertical-align: middle;
}

.icon_clock {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url("/new/images/icons/icon_clock.png") no-repeat 0 0;
    vertical-align: middle;
}

.icon_clock_big {
    width: 78px;
    height: 78px;
    display: inline-block;
    background: url("/new/images/icons/icon_clock_big.png") no-repeat 0 0;
    vertical-align: middle;
}

.icon_tenant {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url("/new/images/icons/icon_tenant.png") no-repeat 0 0;
    vertical-align: middle;
}

.icon_mark {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url("/new/images/icons/icon_mark.png") no-repeat 0 0;
    vertical-align: middle;
}

.icon_card_id {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url("/new/images/icons/icon_card_id.png") no-repeat 0 0;
    vertical-align: middle;
}

.icon_office_phone {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("/new/images/icons/icon_office_phone.png") no-repeat 0 0;
    vertical-align: middle;
}

.icon_email {
    width: 16px;
    height: 12px;
    display: inline-block;
    background: url("/new/images/icons/icon_email.png") no-repeat 0 0;
    vertical-align: middle;
}

/* check_table */
.check_table {
    width: 100%;
    font-size: 13px;
}

table.check_table {
    margin: 20px 0;
}

table.check_table th, table.check_table td {
    padding: 3px 2px;
    text-align: left
}

table.check_table th {
    color: #74797d;
    font-weight: normal;
}

table.check_table td {
    vertical-align: middle;
}

/* */
.subscription_plan {
    margin: 0 auto 15px 23px;
}

.subscription_plan .subscription_plan_item {
    position: relative;
    display: block;
    float: left;
    width: 210px;
    height: 152px;
    margin: 0 10px;
    padding: 3px;
    cursor: pointer;
    border: 1px solid #ced0d2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 3px rgba(235, 235, 235, 1);
    -moz-box-shadow: 0px 2px 3px rgba(235, 235, 235, 1);
    box-shadow: 0px 2px 3px rgba(235, 235, 235, 1);
}

.subscription_plan .subscription_plan_item .subscription_plan_item_body {
    display: block;
    height: 150px;
    position: relative;
    text-align: center;
    font-size: 1.3em;
    border: 1px solid #b6babd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fafafa;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fafafa 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(top, #fafafa 0%, #ececec 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #ececec 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #ececec 100%);
    background: linear-gradient(to bottom, #fafafa 0%, #ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ececec', GradientType=0);
}

.subscription_plan_item:nth-child(1) {
    margin-left: 133px;
}

.subscription_plan .subscription_plan_item:hover, .subscription_plan .subscription_plan_item:hover .subscription_plan_item_body,
.subscription_plan .subscription_plan_item.active, .subscription_plan .subscription_plan_item.active .subscription_plan_item_body {
    border-color: #d0981e;
}

.subscription_plan .subscription_plan_item:hover, .subscription_plan .subscription_plan_item.active, .subscription_plan .subscription_plan_item.chosen {
    background: #f7ca3e;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3Y2EzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZTlmMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f7ca3e 0%, #ee9f16 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7ca3e), color-stop(100%, #ee9f16));
    background: -webkit-linear-gradient(top, #f7ca3e 0%, #ee9f16 100%);
    background: -o-linear-gradient(top, #f7ca3e 0%, #ee9f16 100%);
    background: -ms-linear-gradient(top, #f7ca3e 0%, #ee9f16 100%);
    background: linear-gradient(to bottom, #f7ca3e 0%, #ee9f16 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7ca3e', endColorstr='#ee9f16', GradientType=0);
}

.subscription_plan .plan_free_trial {
    display: block;
    padding: 15px 0 10px;
}

.subscription_plan .plan_free_trial b {
    font-weight: normal;
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
}

.subscription_plan .plan_free_trial b {
    font-size: 22px;
}

.subscription_plan .plan_hint {
    color: #74797d;
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 5px;
}

.subscription_plan .plan_save {
    color: #ed6a09;
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -30px;
    font-size: 14px;
    text-shadow: none;
}

.subscription_plan .plan_price {
    font-size: 22px;
}

.subscription_plan .plan_price_description {
    font-size: 11px;
}

.subscription_plan .subscription_plan_item.chosen {
    border: 1px solid #d0981e;
    padding: 0 0 5px;
    width: 216px;
}

.subscription_plan .subscription_plan_item.chosen,
.subscription_plan .subscription_plan_item.chosen .plan_discount,
.subscription_plan .subscription_plan_item.chosen .plan_hint {
    color: #fff;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, .3);
}

.subscription_plan_item.chosen .plan_save {
    padding-left: 3px;
    bottom: -31px;
}

.subscription_plan .subscription_plan_item.chosen .subscription_plan_item_body {
    background: none;
    padding: 2px 3px 0;
    border: 0 none;
    border-top: 1px solid #fbe280;
}

.subscription_plan .subscription_plan_item.coupon_applied {
    height: 90px;
}

.subscription_plan .subscription_plan_item.coupon_applied .subscription_plan_item_body {
    height: 82px;
    padding-top: 6px;
}

.total_plan {
    border-bottom: 1px solid #dedede;
    position: relative;
    height: 10px;
    margin-bottom: 30px;
}

.total_plan > span {
    display: inline-block;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: -4px;
    padding: 0 40px 0 20px;
    font-size: 1.6em;
    white-space: nowrap;
}

.title_plan {
    border-bottom: 1px solid #dedede;
    position: relative;
    height: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.title_plan span {
    display: inline-block;
    background-color: #fff;
    padding: 0 20px;
    font-size: 1.4em;
}

/* .listing_preview_craigslist */
.listing_preview_craigslist {
}

.listing_preview_craigslist h5 {
    border-bottom: 1px solid #e5e6e7;
    font-size: 1.7em;
    color: #444444;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.listing_preview_craigslist .text-info {
    font-size: 1.5em;
    padding-bottom: 15px;
    line-height: 1.5;
    color: #74797d;
}

.listing_preview_craigslist p {
    font-size: 1.3em;
    color: #74797d;
}

.listing_preview_craigslist .title,
.imr-listing-content,
.listing_preview_craigslist .content {
    border-bottom: 1px solid #cfcfd0;
    overflow: hidden;
    position: relative;
}

.imr-listing-title,
.listing_preview_craigslist .title {
    height: 72px;
    padding: 0 35px 0 50px;
    color: #444444;
    overflow: hidden;
    text-align: left;
}

.listing_preview_craigslist .title .listing_title {
    font-size: 1.7em;
    font-weight: bold;
    margin-top: 25px;
}

.imr-listing-title-address,
.listing_preview_craigslist .title .address {
    font-size: 2.0em;
    font-weight: bold;
    margin-top: 5px;
}

.modal_popup .listing_preview_craigslist .title .address {
    margin-top: 25px
}

.imr-listing-content,
.listing_preview_craigslist .content {
    padding: 25px 35px 40px 50px;
    position: relative;
}

.imr-listing-content .images_container .main_image_border,
.listing_preview_craigslist .content .images_container .main_image_border {
    width: 514px;
    height: 317px;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0px 2px 2px rgba(231, 234, 236, 1);
    -moz-box-shadow: 0px 2px 2px rgba(231, 234, 236, 1);
    box-shadow: 0px 2px 2px rgba(231, 234, 236, 1);
}

.imr-listing-content #main_image_container.image_exists {
    cursor: pointer;
}

.imr-listing-content .images_container .main_image_border div,
.listing_preview_craigslist .content .images_container .main_image_border div {
    width: 508px;
    height: 311px;
    margin: 3px;
}

.imr-listing-content .images_container .slider_container,
.listing_preview_craigslist .content .images_container .slider_container {
    width: 523px;
    height: 59px;
    margin-top: 10px;
}

.imr-listing-content .images_container .slider_container .slider ,
.listing_preview_craigslist .content .images_container .slider_container .slider {
    float: left;
    height: 59px;
    overflow: hidden;
}

.imr-listing-content .images_container .slider_container .slider .images,
.listing_preview_craigslist .content .images_container .slider_container .slider .images {
    height: 59px;
}

.imr-listing-content .images_container .small_image_border,
.listing_preview_craigslist .content .images_container .small_image_border {
    width: 50px;
    height: 50px;
    background-color: #f2f2f3;
    border: 1px solid #cccccc;
    float: left;
    margin-right: 6px;
    opacity: 0.5;
}

.imr-listing-content .images_container .small_image_border.main,
.listing_preview_craigslist .content .images_container .small_image_border.main {
    border: 1px solid #0b9444;
    opacity: 1;
}

.imr-listing-content .images_container .small_image,
.listing_preview_craigslist .content .images_container .small_image {
    width: 48px;
    height: 48px;
    margin: 1px;
    cursor: pointer;
}

.imr-listing-content .images_container .small_image.empty,
.listing_preview_craigslist .content .images_container .small_image.empty {
    cursor: auto;
}

.imr-listing-content .images_container .arrow,
.listing_preview_craigslist .content .images_container .arrow {
    float: left;
    width: 20px;
    height: 55px;
    border: 1px solid #cccccc;
    cursor: pointer;
    position: relative;
    top: -2px;
}

.imr-listing-content .images_container .move_left,
.listing_preview_craigslist .content .images_container .move_left {
    left: 0;
    background: transparent url(../images/control_left2.png) no-repeat 0 0;
    border-radius: 3px 0 0 3px;
}

.imr-listing-content .images_container .move_right,
.listing_preview_craigslist .content .images_container .move_right {
    right: 0;
    background: transparent url(../images/control_right2.png) no-repeat 0 0;
    border-radius: 0 3px 3px 0;
}

.imr-listing-content-canvas,
.listing_preview_craigslist .map {
    display: inline-block;
    padding: 3px;
    margin: 20px 0;
}

.imr-listing-content-canvas #map_canvas,
.listing_preview_craigslist .map #map_canvas {
    float: left; width: 350px; height: 250px; position: relative; overflow: hidden;
}

.imr-listing-content-canvas #pano_canvas,
.listing_preview_craigslist .map #pano_canvas {
    float: left; width: 350px; height: 250px; margin-left: 150px; position: relative; overflow: hidden;
}

.listing_preview_craigslist .contact_info {
}

.listing_preview_craigslist .contact_info .contact_info_img {
    width: 98px;
    height: 100px;
    border: 1px solid #9d9d9d;
    float: left;
    margin: 0 30px 0 20px;
}

.listing_preview_craigslist .contact_info .contact_info_company_img {
    width: 98px;
    height: 100px;
    border: 1px solid #9d9d9d;
    float: right;
    margin: 0 30px 0 20px;
}

ul.list-info {
    margin: 0;
    padding: 0;
}

ul.list-info li {
    display: block;
    font-size: 1.3em;
    color: #74797d;
    padding: 0 0 8px 0px;
    margin: 0 0 0 20px;
    position: relative;
}

ul.list-info li:before {
    content: "\2013";
    position: absolute;
    top: 1px;
    left: -10px;
}

ul.list-info.two-col {
}

ul.list-info.two-col li {
    width: 44%;
    float: left;
}

.list_online_services {
    width: 100%;
    margin: auto;
}

#listing_services_form #lu_zillow,
#listing_services_form #lu_apartments,
#listing_services_form #lu_livelovely,
#listing_services_form #lu_apartmentlist {
    position: relative;
}

#listing_services_form #lu_zillow::after,
#listing_services_form #lu_apartments::after,
#listing_services_form #lu_livelovely::after,
#listing_services_form #lu_apartmentlist::after {
    content: '*';
    position: absolute;
    left: 15px;
    top: -15px;
}

.list_online_services .list_online_services_item {
    display: inline-block;
    margin-left: 80px;
}

.list_online_services .list_online_services_item2 {
    display: inline-block;
    margin-left: 50px;
}

.list_online_services .list_online_services_item  label,
.list_online_services .list_online_services_item2  label{
    cursor: pointer;
}

.list_online_services .list_online_services_item input[type="checkbox"], .list_online_services .list_online_services_item input,
.list_online_services .list_online_services_item2 input[type="checkbox"], .list_online_services .list_online_services_item input
{
    margin: 18px 13px 0 5px;
}

.list_online_services .list_online_services_item label > div,
.list_online_services .list_online_services_item2 label > div{
    /*width: 116px;*/
    height: 42px;
    display: inline-block;
    position: relative;
}

.list_online_services .list_online_services_item2 label > div {
    vertical-align: top;
}

/*.list_online_services .list_online_services_item label > div::after {
    position: absolute;
    right: -9px;
    top: 0;
    content: '*';
}

.list_online_services .list_online_services_item .logo_craigslist {
    background: url(../images/online_services/craiglist.jpg) no-repeat 0 0;
    background-size: contain;
}

.list_online_services .list_online_services_item .logo_craigslist::after {
    content: '';
}

.list_online_services .list_online_services_item .logo_zillow {
    background: url(../images/online_services/zillow.jpg) no-repeat 0 0;
    background-size: contain;
}

.list_online_services .list_online_services_item .logo_apartmentlist {
    background: url(../images/online_services/apartment_list.jpg) no-repeat 0 0;
    background-size: contain;
}

.list_online_services .list_online_services_item .logo_livelovely {
    background: url(../images/online_services/lovely.jpg) no-repeat 0 0;
    background-size: contain;
}

.list_online_services .list_online_services_item .logo_trulia {
    background: url(../images/online_services/trulia.jpg) no-repeat 0 0;
    background-size: contain;
}
*/
.list_online_services .list_online_services_item .logo_apartments {
    margin-top: 5px;
}
/*
.list_online_services .list_online_services_item .logo_imanagerent::after {
    content: '';
}*/

.list_online_services .list_online_services_item .logo_imanagerent,
.list_online_services .list_online_services_item2 .logo_imanagerent
{
    background: url(../images/online_services/imanagerent.jpg) no-repeat 0 0;
    background-size: contain;
    width: 116px;
}

.advanced_services_block {
    position: relative;
    padding: 20px 0 0;
}

.advanced_services_block .advanced_services_block_blocked {
    position: absolute;
    width: 100%;
    height: 94%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
    top: 0;
    padding: 0px 35px 0px 50px;
    left: -50px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.advanced_services_block .advanced_services_block_blocked .blocked_hint {
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    width: 40%;
    margin: 20% auto;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.advanced_services {
    position: relative;
    margin-right: -40px;
}

.advanced_services .advanced_services_item {
    margin: 0 40px 20px 0;
    width: 387px;
    _float: left;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.advanced_services .advanced_services_item .item_title {
    font-size: 1.4em;
    color: #444444;
    border-bottom: 1px solid #e5e6e7;
    padding: 5px 10px;
}

.advanced_services .advanced_services_item .item_body {
    font-size: 1.2em;
    padding: 20px 10px;
}

.advanced_services .advanced_services_item .item_code, .advanced_services .advanced_services_item .item_url {
    border: 1px solid #cccccc;
    padding: 3px 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

.advanced_services .advanced_services_item .item_code {
    min-height: 90px;
}

.advanced_services .advanced_services_item .item_url {
    min-height: 20px;
}

.advanced_services .advanced_services_item .view_html {
    position: relative;
    margin: 33px auto 0;
    display: block;
    text-align: center;
    color: #74797d;
    top: 0;
}

.advanced_services .advanced_services_item .view_html .icon_view {
    background: url(../images/icon_view.png) no-repeat 0 0;
    width: 20px;
    height: 12px;
    display: inline-block;
    padding-left: 3px;
    line-height: 1;
}

.hidden_submit {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    opacity: 0;
}

/*** Loader ***/
.spinner {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
    width: 20px;
    height: 20px;
    background-color: #549C49;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0)
    }
    40% {
        transform: scale(1.0)
    }
}

/********************/

/* 404 page */
.error404 {
    width: 534px;
    height: 340px;
    position: relative;
    margin: 0 auto 30px;
    background: url(../images/404_pic.png) no-repeat 0 0;
}

.error404 .error404_inner {
    position: absolute;
    top: 126px;
    left: 112px;
    width: 362px;
    height: 169px;
    text-align: center;
}

.error404 .error404_inner h2 {
    color: #d71920;
    font-size: 3.4em;
    margin: 15px auto;
}

.error404 .error404_inner h3 {
    color: #444444;
    font-size: 2.4em;
}

h2.mini_catalog_title {
    color: #74797d;
    font-size: 1.8em;
    margin: 50px auto 20px;
    text-align: center;
}

.mini_catalog {
    margin: 0 auto;
    text-align: center;
}

.mini_catalog .item {
    width: 120px;
    margin: 0 30px;
    text-align: center;
    display: inline-block;
}

.mini_catalog .item .item_pic {
    height: 84px;
}

.mini_catalog .item .item_title {
    color: #666666;
    font-size: 1.4em;
    font-weight: 600;
    padding: 0 0px 10px;
    line-height: 1.3;
    height: 40px;
}

.mini_catalog .item .item_title a {
    color: #666666;
    text-decoration: none;
    font-size: 1em;
}

/* session_expired_page */
.session_expired_page {
    text-align: center;
    background: url(../images/session-expired_icon.png) no-repeat center 0;
    padding: 70px 0 0;
    margin: 30px auto;
}

.session_expired_page h2 {
    color: #ed6a09;
    font-size: 2.4em;
    margin-bottom: 20px;
}

.session_expired_page h3 {
    color: #74797d;
    font-size: 1.8em;
    margin-bottom: 0px;
}

/* popup_hint */
.popup_hint {
    position: absolute;
    width: 620px;
    z-index: 10;
    left: 50%;
    margin-left: -310px;
    border: 1px solid #aab0b5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #f3f3f3;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=0);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15), inset 0px 0px 1px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15), inset 0px 0px 1px rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15), inset 0px 0px 1px rgba(255, 255, 255, 1);
}

.popup_hint .popup_hint_title {
    border-bottom: 1px solid #aab0b5;
    line-height: 1.4;
    text-align: center;
    padding: 10px 0;
    font-size: 1.6em;
    color: #e61a1a;
}

.popup_hint .popup_hint_body {
    text-align: center;
    padding: 20px;
}

.popup_hint .popup_hint_body p {
    font-size: 1.6em;
    color: #444444;
}

.popup_hint .popup_hint_body small {
    font-size: 1.3em;
    color: #74797d;
}

.popup_hint:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 100;
    top: -25px;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-bottom-color: #f3f3f3;
    border-bottom-width: 13px;
}

.popup_hint:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 0;
    top: -29px;
    left: 50%;
    margin-left: -14px;
    border: 14px solid transparent;
    border-bottom-color: #aab0b5;
    border-bottom-width: 15px;
}

/* general_faq page */

.general_faq_page .big_link {
    font-size: 1.6em;
    color: #0076a3;
    text-decoration: underline;
    position: relative;
    display: inline-block;
    margin: 50px 0 10px;
}

.general_faq_page .big_link:hover {
    text-decoration: none;
}

.general_faq_page .faq_list {
    margin: 20px 0px;
}

.general_faq_page .faq_list .column {
    width: 44%;
    margin: 0 3%;
}

.general_faq_page .faq_list .faq_item {
    margin: 0 0 25px;
    position: relative;
}

.general_faq_page .faq_list .faq_item .question {
    display: block;
}

.general_faq_page .faq_list .faq_item .answer {
    display: none;
    font-size: 13px;
    color: #74797d;
}

.general_faq_page .faq_list .faq_item h4 {
    font-size: 14px !important;
    font-weight: normal;
    margin: 0 0 10px 0;
    line-height: 1.2;
    position: relative;
    cursor: pointer;
}

.general_faq_page .faq_list .faq_item h4:before {
    position: absolute;
    left: -22px;
    top: -2px;
}

.general_faq_page .faq_list .faq_item h4.question_open, .general_faq_page .faq_list .faq_item h4:hover {
    color: #0b9444 !important;
}

.general_faq_page .faq_list .faq_item h4.question_open:before {
    content: url("../images/faqlist_open.png") !important;
    top: 0px !important;
}

.general_faq_page .faq_list .faq_item h4.question {
    color: #444444;
}

.general_faq_page .faq_list .faq_item h4.question:before {
    content: url("../images/faqlist_close.png");
    top: -2px;
}

/* feedback_form_block */
#feedback_form_bg {
    height: 0;
    overflow: visible;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    max-height: 100%;
}

#feedback_form_shadow {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    display: none;
    z-index: 199;
}

#feedback_form_block {
    display: block;
    margin-top: 0;
    position: relative;
    margin-left: 10px;
}

#feedback_btn {
    height: 44px;
    width: 190px;
    display: block;
    cursor: pointer;
    background: #54b348;
    position: absolute;
    top: -44px;
    left: 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

#feedback_btn > span {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    margin: 11px 0 0 44px;
    position: relative;
}

#feedback_btn > span:before {
    content: "";
    width: 25px;
    height: 24px;
    position: absolute;
    top: -2px;
    left: -35px;
    background: url("/new/images/icons/feedback_icons_sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#feedback_btn > span:after {
    content: "";
    width: 25px;
    height: 12px;
    position: absolute;
    top: 6px;
    right: -42px;
    background: url("/new/images/icons/feedback_icons_sprite.png") no-repeat scroll -25px 0 rgba(0, 0, 0, 0);
}

#feedback_btn.opened > span:after {
    background-position: -25px -12px;
}

#feedback_form {
    width: 520px;
    background-color: #ffffff;
    display: block;
    border: 3px solid #54b348;
    -webkit-border-radius: 0 8px 0 0;
    -moz-border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

#feedback_form > .start-block {
    height: 534px;
    margin-top: 30px;
}

#feedback_form.logged > .start-block {
    height: 514px;
}

#feedback_form > .start-block > div,
#feedback_form > .start-block > form {
    margin-left: 45px;
    font-size: 16px;
}

#feedback_form > .contact-support-block {
    font-size: 13px;
    height: 550px;
    margin-top: 14px;
}

#feedback_form.logged > .contact-support-block {
    height: 530px;
}

#feedback_form > .contact-support-block .btn.btn_orange {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    font-weight: normal;
    padding: 0 20px;
}

#feedback_form > .start-block > .note-title {
    color: #231f20;
    font-weight: bold;
    margin-top: 5px;
}

#feedback_form > .start-block > .note-text {
    color: #808285;
    width: 428px;
    margin-top: 11px;
}

#feedback_form > .start-block > .note-text > a {
    color: #27aae1;
    font-weight: bold;
}

#feedback_form > .start-block > .search-section {
    display: block;
    margin-top: 45px;
    width: 426px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #39b54a;
}

#feedback_form > .start-block > .search-section > .search-input {
    width: 350px;
    height: 35px;
    margin-left: 10px;
    margin-top: 0;
    font-size: 18px;
    border: 0;
}

#feedback_form > .start-block > .search-section > .search-btn {
    width: 48px;
    height: 37px;
    cursor: pointer;
    border: 0;
    background: url("/new/images/icons/can_we_help/search.png") no-repeat center;
    background-size: 27px;
    margin-top: 11px;
    margin-left: 0;
}

#feedback_form > .start-block > .search-section > .search-input::-webkit-input-placeholder { font-size: 16px !important; }
#feedback_form > .start-block > .search-section > .search-input::-moz-placeholder { font-size: 16px !important; }
#feedback_form > .start-block > .search-section > .search-input:-moz-placeholder { font-size: 16px !important; }
#feedback_form > .start-block > .search-section > .search-input:-ms-input-placeholder  { font-size: 16px !important; }

#feedback_form > .start-block > .big_btn {
    width: 428px;
    height: 60px;
    margin-top: 45px;
    background-color: #262261;
    border-radius: 10px;
    cursor: pointer;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
}

#feedback_form > .start-block > .big_btn.satec {
    margin-top: 145px;
}

#feedback_form > .start-block > .big_btn:hover {
    background-color: #808285;
}
#feedback_form > .start-block > .big_btn > img {
    margin-right: 15px;
}

#feedback_form > .start-block > .schedule-online-demo-btn {

}

#feedback_form > .start-block > .contact-support-btn {
    
}

#feedback_form .form_holder .item {
    width: 353px;
}

#feedback_form_title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 12px 194px;
}

#feedback_form #filename_image_upload,
#feedback_form #filename_image_upload_1,
#feedback_form #filename_image_upload_2,
#feedback_form #filename_image_upload_3,
#feedback_form #filename_image_upload_4 {
    border: 1px solid #cccccc;
    text-align: center;
    background-color: #eeeeee;
    height: 26px;
}

#feedback_form #filename_image_upload:hover,
#feedback_form #filename_image_upload_1:hover,
#feedback_form #filename_image_upload_2:hover,
#feedback_form #filename_image_upload_3:hover,
#feedback_form #filename_image_upload_4:hover {
    background-color: #dddddd;
}

#feedback_form #filename_image_upload a,
#feedback_form #filename_image_upload_1 a,
#feedback_form #filename_image_upload_2 a,
#feedback_form #filename_image_upload_3 a,
#feedback_form #filename_image_upload_4 a {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
}

#feedback_btn.opened {
}

/*
@media screen and (max-width: 480px) {
	#feedback_form_bg, #feedback_form_block, #feedback_form_shadow {
		display: none !important;
	}
	body {
		overflow: auto !important;
	}
}
*/

/* testimonials page */
.testimonials_write_block {
}

.testimonials_write_block .testimonials_question {
    text-align: center;
    font-size: 2.4em;
}

.testimonials_write_block .testimonials_question a {
    text-decoration: underline;
}

.testimonials_write_block .testimonials_question a:hover {
    text-decoration: none;
}

.testimonials_write_block .testimonials_form {
    display: block;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin-top: 40px;
    position: relative
}

.testimonials_write_block .testimonials_form:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 0%;
    margin: -16px 0px 0 -5px;
    border-width: 8px 5px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #d2d2d2;
    z-index: 10;
}

.testimonials_write_block .testimonials_form p {
    text-align: center;
    font-size: 1.3em;
    padding-bottom: 15px;
}

.testimonials_write_block .testimonials_form .form_holder .item {
    margin-left: 20px !important;
}

.testimonials_write_block .testimonials_form label {
    width: 105px !important;
}

.testimonials_list_block {
    position: relative;
    margin: 30px auto;
}

.testimonials_list_block .testimonials_item {
    margin: 0 0 15px;
    position: relative;
    overflow: hidden;
}

.testimonials_list_block .testimonials_item .item_author {
    float: left;
    margin: 0 30px 0 0;
    text-align: center;
}

.testimonials_list_block .testimonials_item .item_text {
    overflow: hidden;
}

.testimonials_list_block .testimonials_item:nth-child(even) .item_author {
    float: right;
    margin: 0 0 0 30px;
}

.testimonials_list_block .testimonials_item:nth-child(even) .item_text {
    overflow: hidden;
}

.testimonials_list_block .testimonials_item .item_author .item_author_pic {
    margin: 0 auto 7px;
    width: 100px;
    height: 100px;
    border: 1px solid #c3c3c3;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
}

.testimonials_list_block .testimonials_item .item_author .item_author_pic img {
    width: 96px;
    height: 96px;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
}

.testimonials_list_block .testimonials_item .item_author .item_author_name {
    display: block;
    font-size: 1.995em;
    color: #444444;
    white-space: nowrap;
}

.testimonials_list_block .testimonials_item .item_author .item_author_status {
    display: block;
    font-size: 1.3em;
    color: #74797d;
}

.testimonials_list_block .testimonials_item .item_text span {
    display: block;
    font-size: 1.4em;
    color: #4b433d;
    background-color: #faebc0;
    padding: 15px 20px;
    margin: 17px 0 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

.testimonials_list_block .testimonials_item .item_text span:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 50%;
    margin: -5px 0 0 -16px;
    border-width: 5px 8px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #faebc0;
    z-index: 10;
}

.testimonials_list_block .testimonials_item:nth-child(even) .item_text span {
    margin: 17px 10px 0 0;
}

.testimonials_list_block .testimonials_item:nth-child(even) .item_text span:before {
    left: auto;
    right: 0;
    border-left-width: 8px;
    border-left-color: #faebc0;
    margin: -5px -16px 0 0;
}

/* bns - Browser Not Support */
.browser_not_support {
    text-align: center;
    padding-top: 10px;
    border-top: 2px solid #eee;
    -webkit-box-shadow: inset 0px 3px 5px 0px rgba(1, 1, 1, 0.22);
    -moz-box-shadow: inset 0px 3px 5px 0px rgba(1, 1, 1, 0.22);
    box-shadow: inset 0px 3px 5px 0px rgba(1, 1, 1, 0.22);
}

.browser_not_support > div > div {
    margin-left: auto;
    margin-right: auto;
}

.bns_attention {
    background: url(../images/icons/attention.png) no-repeat 0 0;
    width: 46px;
    height: 46px;
    margin-top: 30px;
}

.bns_caution {
    background: url(../images/icons/caution.png) no-repeat 0 0;
    width: 41px;
    height: 49px;
    margin-top: 30px;
}

.bns_title {
    font-size: 24px;
    color: #fa861f;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.bns_text {
    font-size: 18px;
    color: #6e6e76;
}

.bns_text_small {
    font-size: 13px;
    color: #9a9ba0;
}

.bns_links {
    margin-top: 25px;
    width: 740px;
    height: 195px;
}

.bns_links > div {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
}

.bns_links_left_part {
    width: 550px;
    height: 190px;
    float: left;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}

.bns_links_right_part {
    width: 185px;
    height: 190px;
    float: left;
    border-right-color: #ffffff;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
}

.bns_links_left_part > div {
    width: 130px;
    height: 160px;
    margin-left: 40px;
    margin-top: 15px;
    cursor: pointer;
    float: left;
    background-position: center 10px;
    background-repeat: no-repeat;
}

.bns_links_left_part > div > div {
    margin-top: 110px;
}

.bns_links_left_part > div:hover,
.bns_links_right_part > div:hover {
    background-color: #e0e0e0;
}

.chrome {
    background: url(../images/icons/browser-chrome.png) no-repeat center 50px;
}

.firefox {
    background: url(../images/icons/browser-ff.png) no-repeat center 50px;
}

.safari {
    background: url(../images/icons/browser-safari.png) no-repeat center center;
}

.ie {
    background: url(../images/icons/ie.png) no-repeat center 15px;
}

.bns_links_right_part > div {
    width: 165px;
    height: 160px;
    margin-left: 10px;
    margin-top: 15px;
    cursor: pointer;
    float: left;
}

.bns_links_right_part > div > div {
    margin-top: 110px;
}

/*Invited page*/
body.invited {
    background: #fff;
}

.invited #wrapper {
    background: #fff url('/new/images/landing_invite_bckg.jpg') center bottom no-repeat;
    text-align: center;
    min-width: 320px;
    background-size: cover;
    max-width: none;
}

.invited .title {
    font-size: 28px;
    padding: 35px 0 15px 0;
    line-height: 1.4em;
}

.invited .title img {
    display: block;
    margin: 20px auto;
}

.invited #content {
    padding-bottom: 50px;
}

.invited #content h1,
.invited #content h2 {
    padding: 25px 0 10px;
    color: #747474;
}

.invited #content h1 {
    color: #444444;
    font-size: 28px;
    text-transform: none;
}

.invited #content h2 {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
}

.invited #content h3 {
    margin: 0;
    padding: 0;
    font-size: 1.3em;
}

.invited #content h3 a {
    color: #444444;
}

.invited #content .catalog .item {
    width: 24%;
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0 0 35PX 0;
}

.invited #content .catalog .item .item_pic {
    height: 65px;
}

.invited #content .catalog .item .item_pic,
.invited #content .catalog .item .item_title {
    display: inline-block;
    vertical-align: middle;
}

.invited #content .catalog .item .item_title {
    padding: 0 0 0 10px;
    width: 62%;
    font-size: 12px;
    text-align: left;
}

.invited #content .catalog .item img {
    width: 65px;
    height: 65px;
}

footer.invited {
    margin-top: -50px;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

footer.invited .inner {
    padding: 0 0 1px 0;
}

/*Invited page*/

sup.star {
    color: red;
}

a.show_terms_and_conditions, a.show_privacy_policy {
    color: #0076A3;
}

.select2-hidden-accessible {
    display: none;
}

.mobile_version_link {
    font-size: 16px;
}

.text p {
    font-size: 16px;
    margin-bottom: 0.5em;
    line-height: 1.2em;
}

.own_attribute_description_form,
#unit_attributes_add_form {
    display: inline-block;
    border: 1px solid #cccecd;
    border-radius: 0 3px 3px 0;
    height: 26px;
    margin: 0 44px -8px 0;
    position: relative;
    text-align: left;
    width: 170px;
}

.own_attribute_description,
#unit_attributes_add_form input {
    border: 0 none;
    float: left;
    height: 24px;
    padding: 0 5px;
    width: 132px;
}

.own_attribute_description_form .btn,
#unit_attributes_add_form .btn {
    border-bottom: 0 none;
    border-radius: 0;
    border-right: 0 none;
    border-top: 0 none;
    float: right;
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
    height: 26px;
    line-height: 1;
    padding: 0 0 3px;
    width: 28px;
}

.remove,
.remove:hover {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/new/images/icons/icons_sprite.png") -60px -13px no-repeat;
    border: none;
}

.zeroclipboard-is-hover {
    text-decoration: underline;
}

.equal_housing_opportunity {
    margin-top: 50px;
}

.equal_housing_opportunity table {
    width: 100%;
    font-size: 14px;
    text-align: center;
}

.equal_housing_opportunity .lup_info_text {
    width: 45%;
    text-align: left;
}

.icon_pencil {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("/new/images/icons/icon_pencil.png") left top no-repeat;
}

.icon_cross_close {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("/new/images/icons/icon_cross_close.png") left top no-repeat;
}

.icon_cross_close_silver {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("/new/images/icons/icon_cross_close_silver.png") left top no-repeat;
    vertical-align: middle;
}

.icon_check_darkBlue {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("/new/images/icons/icon_check_darkBlue.png") left center no-repeat;
}

.icon_trash {
    display: inline-block;
    width: 11px;
    height: 13px;
    background: url("/new/images/icons/icon_trash.png") left top no-repeat;
}

.icon_clock_blue {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url("/new/images/icons/icon_clock_blue.png") left top no-repeat;
    vertical-align: middle;
}

.icon_cart {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url("/new/images/icons/icon_cart.png") left top no-repeat;
}

.icon_arrow_to_right {
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url("/new/images/icons/icon_arrow_to_right.png") left top no-repeat;
    vertical-align: middle;
}

.icon_arrow_to_right2 {
    display: inline-block;
    width: 10px;
    height: 18px;
    background: url("/new/images/icons/icons_sprite.png") -112px 0 no-repeat;
    vertical-align: middle;
}

.icon_arrow_to_left2 {
    display: inline-block;
    width: 10px;
    height: 18px;
    background: url("/new/images/icons/icons_sprite.png") -128px 0 no-repeat;
    vertical-align: middle;
}

.icon_arrow_double_to_right {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url("/new/images/icons/icon_arrow_double_to_right.png") left top no-repeat;
}

.icon_arrow_double {
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url("/new/images/icons/icon_arrow_double.png") left top no-repeat;
}

.icon_arrow_to_down._blue {
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url("/new/images/icons/icon_arrows_blue.png") left bottom no-repeat;
}

.icon_arrow_to_up._blue {
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url("/new/images/icons/icon_arrows_blue.png") left top no-repeat;
}

.icon_profile_payment_big {
    display: inline-block;
    width: 64px;
    height: 48px;
    background: url("/new/images/icons/icon_profile_payment_big.png") left top no-repeat;
}

.icon_profile_payment {
    display: inline-block;
    width: 30px;
    height: 23px;
    background: url("/new/images/icons/icon_profile_payment.png") left top no-repeat;
}

.icon_profile_notifications {
    display: inline-block;
    width: 31px;
    height: 36px;
    background: url("/new/images/icons/icon_bell-border.png") left top no-repeat;
}

.icon_package {
    display: inline-block;
    width: 24px;
    height: 32px;
    background: url("/new/images/icons/icon_package.png") left top no-repeat;
}

.icon_parameters {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("/new/images/icons/icon_parameters.png") left top no-repeat;
}

.icon_paper {
    display: inline-block;
    width: 28px;
    height: 32px;
    background: url("/new/images/icons/icon_paper.png") left top no-repeat;
}

.icon_new_letter {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("/new/images/icons/icon_new_letter.png") left top no-repeat;
}

.icon_no_unit {
    display: inline-block;
    width: 54px;
    height: 48px;
    background: url("/new/images/icons/icon_no_unit.png") left top no-repeat;
}

.icon_additional_user_add {
    display: inline-block;
    width: 39px;
    height: 32px;
    background: url("/new/images/icons/icon_additional_user_add.png") left top no-repeat;
}

.icon_add_house {
    display: inline-block;
    width: 36px;
    height: 32px;
    background: url("/new/images/icons/icon_add_house.png") left top no-repeat;
}

.substrate {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    position: relative;
}

.substrate.white {
    background: #fff;
    border: 1px solid #CCCCCC;
}

.substrate .substrate_content {
    padding: 0 0 100px 0;
}

.substrate .substrate_content > .title {
    font-size: 16px;
    line-height: 1;
    padding: 20px 10px;
    border-bottom: 1px solid #C3C3C3;
    text-align: left;
    color: #676767;
    margin-bottom: 20px;
    clear: both;
    height: auto;
    font-weight: bold;
}

.substrate .substrate_content > .title.center_icon {
    margin-bottom: 25px;
    font-size: 16px;
    font-family: "Open Sans", Arial;
    border: none;
    text-align: center;
    line-height: 1.2;
}

.substrate .substrate_content > .title.center_icon.no_margin_bottom {
    margin-bottom: 0;
}

.substrate .substrate_content > .title.center_icon > div {
    display: block;
    margin: 0.5em 0 0 0;
}

.substrate.success .substrate_content > .title.center_icon > div {
    margin: 1em 0 0 0;
}

.substrate .substrate_content > .title.center_icon small,
#invite-landlord-form small {
    font-size: 14px;
    line-height: 1.4;
    color: #454545;
    display: block;
    font-weight: normal;
    margin-top: 5px;
}

.substrate .substrate_content > .title._panel {
    padding: 10px 0;
    background: #F7F7F7;
    border-bottom: 1px solid #F7F7F7;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: normal;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

#invite-landlord-form small {
    text-align: center;
}

.substrate .substrate_content > .form_holder {
    width: 660px;
    margin: 0 auto;
}

.substrate .substrate_content + .buttons_box,
.substrate.profile_cont > .buttons_box {
    margin: 0;
    padding: 20px;
    border-top: 1px solid #c3c3c3;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.substrate.success .title,
.substrate.invite_success .title {
    margin: 100px 0 !important;
}

/*service plans*/
.service_plans_cont {
    font-size: 13px;
    line-height: 1.2em;
}

.service_plans_cont [class*="icon_"] + span {
    margin-left: 10px;
    vertical-align: middle;
}

.payment_item_actions .save span,
.payment_item_actions .delete span {
    margin-left: 4px;
    vertical-align: middle;
}

.service_plans_cont .service_plans_top {
    margin-bottom: 15px;
}

.service_plans_cont .service_plans_top a {
    font-size: 13px;
}

.breadcrumbs {
    float: left;
    margin-top: 28px;
    margin-bottom: 10px;
}

.breadcrumbs li {
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    line-height: 1em;
}

.breadcrumbs li + li:before {
    content: '>';
    margin: 0 10px 0 5px;
}

.breadcrumbs li:first-child > * {
    color: #68B84D;
}

.breadcrumbs li:nth-child(2n) > * {
    color: #7986A4;
}

.service_plans_cont .service_plans_top .actions {
    float: right;
    text-align: right;
    line-height: 1.8em;
}

.service_plans_cont .service_plans_top .actions ul li {
    display: inline-block;
    font-weight: bold;
}

.service_plans_cont .service_plans_top .actions ul li + li:before {
    content: '|';
    margin: 0 10px 0 5px;
}

.service_plans_list > .item {
    margin-bottom: 25px;
}

.service_plans_list > .item.opacity {
    opacity: 0.5;
}

.service_plans_list > .item.opacity_disabled {
    opacity: 1 !important;
}

.service_plans_list > .item .service_plans_view {
    padding: 20px;
    color: #565656;
}

.service_plans_list .item .photo {
    float: left;
    padding: 2px;
    border-radius: 3px;
    background-color: #f7f7f7;
    box-shadow: 0 2px 1px #dad9da, inset 0 0 0 2px #fff;
}

.service_plans_list .item .info {
    margin-left: 130px;
    margin-right: 170px;
}

.service_plans_list .item .info .address {
    font-size: 16px;
    line-height: 1.2em;
    padding-bottom: 10px;
}

.service_plans_list .item .info .address div {
    margin-right: 40px;
}

.service_plans_list .item .info_short {
    position: relative;
    padding-top: 10px;
    border-top: 1px solid #D1D1D1;
}

.service_plans_list .item .info_short .price {
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -0.2em;
    line-height: 1em;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}

.service_plans_list .item .info_short .plans_list li {
    margin-bottom: 10px;
}

.service_plans_list .item .info .plans_list li .count {
    font-weight: bold;
    display: inline-block;
    width: 55px;
}

.service_plans_list .item .item_actions {
    float: right;
    text-align: right;
    margin-top: 20px;
    padding-right: 15px;
}

.service_plans_list .item .item_actions .owner_info {
    font-size: 12px;
    font-style: italic;
    color: #848484;
}

.service_plans_list .item .item_actions a {
    color: #56A3C0;
    font-size: 14px;
    display: block;
}

.service_plans_list .item .item_actions .open_editing {
    margin-top: 30px;
}

.service_plans_list .item .item_actions .open_editing i {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.service_plans_list .item .item_actions .open_editing.open i {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.service_plans_cont .fixed_column {
    position: fixed;
    top: 108px;
    right: 0;
    bottom: 0;
    width: 360px;
    border-left: 1px solid #C1C2BD;
    padding: 0;
}

.service_plans_cont .fixed_column.closed {
    right: -361px;
}

.service_plans_cart {
    background: #fff;
    font-size: 13px;
    line-height: 1em;
    z-index: 2;
    position: relative;
    padding-bottom: 30px;
}

.service_plans_cart .top {
    position: relative;
    z-index: 10;
}

.service_plans_cont .fixed_column.service_plans_cart .top .switcher {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 15px;
}

.service_plans_cart .top .count {
    background: #8F9395;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    line-height: 1em;
}

.service_plans_cart .top .count span {
    margin-left: 10px;
    vertical-align: middle;
}

.service_plans_cart .top .count small {
    font-size: 13px;
    line-height: 1em;
}

.service_plans_cart .top .actions {
    background: #EBEBEB;
    padding: 10px 15px;
    text-align: right;
}

.service_plans_cart .top .actions a {
    color: #000;
    text-decoration: none;
    display: inline-block;
}

.service_plans_cart .top .actions a:hover span {
    text-decoration: underline;
}

.service_plans_cart .top .actions a + a:before {
    content: "|";
    margin: 0 12px;
}

.service_plans_cont .fixed_column.service_plans_cart .bottom {
    padding: 20px 15px;
    background: #EBEBEB;
    border-top: 1px solid #C1C2BD;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.service_plans_cart .service_plans_checkout_cont dl,
.service_plans_cont .fixed_column.service_plans_cart .bottom dl {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.service_plans_cart .service_plans_checkout_cont dl {
    margin-bottom: 30px;
}

.service_plans_cart .service_plans_checkout_cont dl dd,
.service_plans_cont .fixed_column.service_plans_cart .bottom dl dd {
    float: left;
}

.service_plans_cart .service_plans_checkout_cont dl dt,
.service_plans_cont .fixed_column.service_plans_cart .bottom dl dt {
    float: right;
    text-align: right;
}

.service_plans_cont .fixed_column.service_plans_cart .bottom .btns_cont {
    text-align: center;
    margin-top: 25px;
}

.service_plans_cont .fixed_column .window {
    position: absolute;
    top: 84px;
    bottom: 112px;
    left: 0;
    right: 0;
    overflow: hidden;
}

.service_plans_cart .opener {
    display: none;
}

.fixed_column .opener {
    z-index: 0;
    position: absolute;
    display: block;
    padding: 15px;
    background: #949494;
    text-decoration: none !important;
    right: 100%;
    margin-right: -50px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
}

.fixed_column .opener .count {
    font-size: 10px;
    color: #949494;
    background: #fff;
    line-height: 1em;
    padding: 2px 4px;
    border-radius: 1em;
    position: absolute;
    top: 5px;
    right: 5px;
}

.fixed_column.closed .opener {
    margin: 0;
}

.service_plans_cart .service_plans_list .item {
    padding: 0 0 0 40px;
    border-bottom: 3px solid #EBEBEB;
    margin: 0;
}

.service_plans_cart .service_plans_list .item .info,
.service_plans_cart .service_plans_list .item .info_full {
    margin: 0;
    padding: 0;
}

.service_plans_cart .service_plans_list .item .info {
    margin: 0 0 -1px 0;
    border-bottom: 1px solid #EBEBEB;
}

.fixed_column.service_plans_cart .service_plans_list .item .info_full {
    display: none;
}

.service_plans_cart .service_plans_list .item .info .address {
    font-size: 14px;
    position: relative;
    padding-top: 15px;
    padding-right: 45px;
}

.service_plans_cart .service_plans_list .item .info .address:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -30px;
    background: url("/new/images/icons/icon_home.png") left center no-repeat;
    width: 16px;
    height: 16px;
}

.service_plans_cart .service_plans_list .item .address .switcher {
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    display: block;
    background: url('/new/images/icons/icon_sprite_arrows.png') center -25px no-repeat;
    width: 18px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.service_plans_cart .service_plans_list .item .address .switcher.open {
    background-position: center 15px;
}

.service_plans_cart .service_plans_list .item .info_full .plans_list {
    padding-top: 15px;
}

.service_plans_cart .service_plans_list .item .info_full .plans_list li {
    padding: 7px 25px 7px 0;
    font-size: 14px;
    position: relative;
    line-height: 1em;
}

.service_plans_cart .service_plans_list .item .info_full .plans_list li:hover {
    background: #F7F7F7;
}

.service_plans_cart .service_plans_list .item .info_full .plans_list li .count {
    float: left;
    width: 70px;
    line-height: 1.2em;
}

.service_plans_cart .service_plans_list .item .info_full .plans_list li .type {
    display: block;
    margin: 0 75px 0 80px;
}

.service_plans_cart .service_plans_list .item .info_full .plans_list li .cost {
    float: right;
}

.service_plans_cart .service_plans_list .item .info_full .plans_list li .delete {
    position: absolute;
    width: 9px;
    height: 9px;
    background: url(../images/icons/icon_cancel_min.png) no-repeat;
    top: 11px;
    right: 10px;
}

.service_plans_cart .shopping_cart_item .info_short .delete {
    position: absolute;
    display: none;
    width: 9px;
    height: 9px;
    background: url(../images/icons/icon_cancel_min.png) no-repeat;
    top: 11px;
    right: 10px;
}

.service_plans_cart .shopping_cart_item .info_short .delete.middle {
    top: 23px !important;
}

.service_plans_cart .shopping_cart_item .info_short:hover .delete {
    display: block;
}

.service_plans_cart .cost .through {
    text-decoration: line-through;
}

.service_plans_cart .cost .red {
    margin-left: 10px;
}

.service_plans_cart .columns .column:last-child {
    padding-left: 15px;
    box-sizing: border-box;
}

.service_plans_cart .columns .column .window {
    width: 415px;
    position: relative;
    padding-right: 5px;
}

.service_plans_cart .service_plans_checkout_cont > .title {
    padding: 20px 15px;
    font-size: 18px;
    line-height: 1.4em;
    border-bottom: 1px solid #D7D7D7;
}

.service_plans_checkout_cont .service_plans_checkout {
    padding: 15px;
}

.service_plans_checkout_cont .promotion {
    font-size: 13px;
    margin-top: 15px;
}

.service_plans_checkout_cont .promotion > .title {
    color: #DB3A1B;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.service_plans_checkout_cont .promotion > .desc {
    line-height: 1.4em;
    margin-bottom: 35px;
}

.service_plans_checkout_cont .form_holder label {
    width: 128px;
}

.service_plans_checkout_cont .form_holder .item {
    margin-left: 0;
}

.service_plans_checkout_cont .form_holder .payment_type label {
    width: 52px;
    text-align: left;
}

.service_plans_checkout_cont .form_substrate {
    padding: 15px 0 25px 15px;
    background: #F3F3F3;
    position: relative;
    margin: 0 -15px 0 -10px;
}

.service_plans_checkout_cont .payment_information {
    padding: 10px 30px;
}

.service_plans_checkout_cont .form_substrate:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100px;
    margin: -8px 0 0 -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 13px 8px;
    border-color: transparent transparent #f3f3f3 transparent;
}

.service_plans_checkout_cont .form_holder .buttons_box {
    font-size: 10px;
}

.service_plans_checkout_cont .form_substrate .separator {
    font-size: 13px;
    overflow: hidden;
    margin-bottom: 15px;
}

.service_plans_checkout_cont .form_substrate .separator span {
    position: relative;
}

.service_plans_checkout_cont .form_substrate .separator span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    border-top: 1px solid #BEBEBE;
    left: 100%;
    margin-left: 20px;
    width: 9999px;
}

.service_plans_list .item .service_plans_notice {
    position: relative;
    margin: -1px;
}

.service_plans_list .item .service_plans_notice .item {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1em;
    border: 1px solid transparent;
    white-space: nowrap;
}

.service_plans_list .item .service_plans_notice .item .type,
.service_plans_list .item .service_plans_notice .item .message,
.service_plans_list .item .service_plans_notice .item .actions {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.service_plans_list .item .service_plans_notice .item .type {
    width: 20px;
    height: 20px;
}

.service_plans_list .item .service_plans_notice .item .message {
    width: 80%;
    margin: 0 30px 0 15px;
}

.service_plans_list .item .service_plans_notice .item .actions {
    width: 12%;
    text-align: right;
}

.service_plans_list .item .service_plans_notice .item .actions a {
    text-decoration: underline;
}

.service_plans_list .item .service_plans_notice .item .actions a:hover {
    text-decoration: none;
}

.service_plans_list .item .service_plans_notice .item.error.red {
    color: #fff !important;
    background: #EE584A;
    border: 1px solid #B74731;
}

.service_plans_list .item .service_plans_notice .item.error.red .type {
    background: url(../images/icon_error_white.png) center center no-repeat;
    background-size: contain;
}

.service_plans_list .item .service_plans_notice .item.error.red a {
    color: #fff;
}

.service_plans_list .service_plans_editing {
    clear: both;
    display: none;
}

.service_plans_list .service_plans_editing .plans_actions {
    padding: 10px 20px;
    background: #f7f7f7;
    border-top: 1px solid #C0C1BC;
}

.service_plans_list .service_plans_editing .plans_actions .editing_available_only_for_owner {
    background: url(../images/error.png) left 1px no-repeat;
    font-weight: bold;
    padding-left: 20px;
}

.service_plans_list .service_plans_editing .plans_actions .left_block {
    float: left;
}

.service_plans_list .service_plans_editing .plans_actions .right_block {
    float: right;
}

.service_plans_list .service_plans_editing .plans_actions .title,
.service_plans_list .service_plans_editing .plans_actions ul,
.service_plans_list .service_plans_editing .plans_actions ul li {
    display: inline-block;
}

.service_plans_list .service_plans_editing .plans_actions ul li {
    font-weight: bold;
}

.service_plans_list .service_plans_editing .plans_actions ul li + li:before {
    content: '|';
    margin: 0 10px 0 5px;
}

.service_plans_list .service_plans_editing .plans_list {
    padding: 0 20px;
}

.service_plans_list .service_plans_editing .plans_list .service_plans_info_popup {
    opacity: 0.6;
}

.service_plans_list .service_plans_editing .plans_list .service_plans_info_popup:hover {
    opacity: 1;
}

.service_plans_list .service_plans_editing .plans_list .show_on_edit {
    display: none;
}

.service_plans_list .service_plans_editing .plans_list .payment_item_actions .actions a {
    white-space: nowrap;
}

.service_plans_list .service_plans_editing .plans_list .payment_item_actions .actions {
    display: inline;
    margin: 5px 0 5px 5px;
}

.service_plans_list .service_plans_editing .plans_list .payment_item_actions.hide_apply_to_all .actions {
    margin-left: 5px;
}

.service_plans_list .service_plans_editing .plans_list .payment_item_actions .actions.show {
    display: inline-block;
}

.service_plans_list .service_plans_editing .plans_list .payment_item_actions .apply {
    font-size: 12px;
    display: inline-block;
    margin: 0 5px 0 5px;
}

.service_plans_list .service_plans_editing .plans_list .payment_item_actions.hide_apply_to_all .apply {
    display: none;
}

.service_plans_list .service_plans_editing .plans_list .payment_item_actions .delete {
    margin-left: 6px;
}

.service_plans_list .service_plans_editing .plans_list .payment_item_actions .item {
    display: inline-block;
    margin: 0;
}

.edit .hide_on_edit {
    display: none;
}

.service_plans_list .service_plans_editing .plans_list.edit .show_on_edit {
    display: table-cell;
}

.service_plans_list .service_plans_editing .plans_list table {
    width: 100%;
}

.service_plans_list .service_plans_editing .plans_list table th {
    font-size: 12px;
    color: #74797d;
    text-align: left;
    padding: 10px;
}

.service_plans_list .service_plans_editing .plans_list table th.payment-method img {
    opacity: 0.6;
}

.service_plans_list .service_plans_editing .plans_list table tr .unit_name {
    width: 95px;
}

.service_plans_list .service_plans_editing .plans_list table tr .payment-method {
    min-width: 160px;
}

.service_plans_list .service_plans_editing .plans_list table tr .payment-method .service_plan_renew {
    margin-left: 10px;
}

.service_plans_list .service_plans_editing .plans_list table tr .payment_item_actions {
    width: 408px;
}

.service_plans_list .service_plans_editing .plans_list table tr .payment-method .change_method {
    display: none;
    font-size: 12px;
    margin-left: 10px;
}

.service_plans_list .service_plans_editing .plans_list table tr.unit_tr:hover td {
    background: #F7F7F7;
}

.service_plans_list .service_plans_editing .plans_list table td {
    padding: 15px 10px;
    border-top: 1px solid #D8D8D8;
    color: #000;
}

.service_plans_list .service_plans_editing .plans_list table .red {
    color: #FF5C3D;
}

.service_plans_list .service_plans_editing .plans_list table tr.unit_tr.changed > td:nth-child(3),
.service_plans_list .service_plans_editing .plans_list table tr.unit_tr.changed > td:nth-child(4),
.service_plans_list .service_plans_editing .plans_list table tr.unit_tr.changed > td:nth-child(5),
.service_plans_list .service_plans_editing .plans_list table tr.unit_tr.changed > td:nth-child(6),
.service_plans_list .service_plans_editing .plans_list table tr.unit_tr.changed > td:nth-child(7) div.payment_item_actions_basic_plan,
.service_plans_list .service_plans_editing .plans_list table tr.unit_tr.changed > td:nth-child(7) div.saved_payment_method_value {
    color: #fa861f;
}

.service_plans_list .service_plans_editing .plans_list table tr.unit_tr.changed .service_plan_renew {
    display: none;
}

.service_plans_list .service_plans_editing .plans_list table tr.unit_tr > td[data-field="price"] > div {
    display: none;
}

.service_plans_list .service_plans_editing .plans_list table tr.unit_tr.changed > td[data-field="price"] > div {
    display: block;
    color: #da5100;
    font-style: italic;
}

.service_plans_list .service_plans_editing .plans_list table tr.unit_tr.changed .payment_item_actions {
    display: none !important;
}

.service_plans_list .service_plans_editing .plans_list table tr.unit_tr.changed .payment_item_actions_basic_plan {
    display: block;
}

.service_plans_list .service_plans_editing .plans_list table tr.unit_tr.highlighted td {
    background-color: #f6f6ff;
}

.switcher.inline {
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}

.switcher.inline > ul li {
    position: relative;
    font-size: 13px;
    line-height: 1em;
    color: #213D57;
    padding: 8px 10px;
    background: #fff;
    cursor: pointer;
}

.switcher.inline > ul > li {
    border: 1px solid #5D6F8D;
    display: inline-block;
}

.switcher.inline.inactive_switcher > ul > li {
    border: 1px solid #84898d;
    display: inline-block;
}

.switcher.inline > ul > li.active {
    background: #6D7FA1;
    color: #fff;
    padding-left: 5px;
}

.switcher.inline.inactive_switcher > ul > li.active {
    background: #85888d;
}

.switcher.inline:not(.inactive_switcher) > ul li:hover {
    background: #6D7FA1;
    color: #fff;
}

.switcher.inline > ul > li.active:before {
    content: '';
    background: url(/new/images/icons/icon_check_white.png) left top no-repeat;
    width: 11px;
    height: 9px;
    display: inline-block;
    padding-right: 5px;
}

.switcher.inline > ul > li.dropdown {
    padding-right: 30px;
}

.switcher.inline > ul > li.dropdown:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    content: '';
    background: url('/new/images/icons/icon_triangle_down_blue.png') center center no-repeat;
}

.switcher.inline > ul > li + li {
    margin-left: -1px;
}

.switcher.inline > ul > li:first-child {
    border-radius: 5px 0 0 5px;
}

.switcher.inline > ul > li:last-child {
    border-radius: 0 5px 5px 0;
}

.switcher.inline > ul > li.dropdown:hover:after,
.switcher.inline > ul > li.active.dropdown:after {
    background-image: url('/new/images/icons/icon_triangle_down_white.png');
}

.switcher.inline > ul > li.dropdown ul {
    position: absolute;
    top: 100%;
    left: -1px;
    border: 1px solid #5D6F8D;
    white-space: nowrap;
    z-index: 2;
    display: none;
}

.switcher.inline > ul > li.dropdown:hover ul {
    display: block;
}

.switcher.inline > ul > li.dropdown ul li {
    padding: 10px;
}

#card_actions {
    position: absolute;
    top: 4px;
    left: 297px;
    font-size: 12px;
}

#card_actions a {
    color: #ec6807;
}

/*service plans*/

.shopping_cart {
    /*display:none;*/
}

.service_plan_history .filter {
    margin: -20px -30px 0 -30px;
    background: #F7F7F7;
    padding: 0 5px;
    text-align: left;
    font-size: 0;
    line-height: 0;
}

.service_plan_history .filter .item {
    display: inline-block;
    padding: 8px 20px;
    position: relative;
}

.service_plan_history .filter .item .inputbox {
    display: inline-block;
    vertical-align: middle;
}

.service_plan_history .filter .item + .item {
    border-left: 1px solid #C0C1BC;
}

.service_plan_history .filter .item label {
    margin-right: 10px;
    vertical-align: middle;
}

.service_plan_history .filter .item.address select {
    width: 210px;
}

.service_plan_history .filter .item .inputbox {
    width: 70px;
    padding-right: 43px;
    padding-left: 5px;
}

.service_plan_history .filter .item.period .inputbox + label {
    margin-left: 10px;
}

.service_plan_history .filter .submit {
    padding: 6px 12px;
    font-size: 0;
    line-height: 0;
    border: none;
    background: #D7D7D7;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.service_plan_history .filter .item .or {
    position: absolute;
    top: 50%;
    padding: 3px 0;
    background: #F7F7F7;
    font-size: 13px;
    line-height: 1em;
    margin-top: -10px;
}

.service_plan_history .filter .item .or:first-child {
    left: 0;
    margin-left: -8px;
}

.service_plan_history .service_plan_history_list {
    margin: 0 -10px;
}

.service_plan_history .service_plan_history_list table {
    width: 100%;
}

.service_plan_history .service_plan_history_list table th {
    font-size: 12px;
    line-height: 1em;
    font-weight: normal;
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px solid #D8D8D8;
}

.service_plan_history .service_plan_history_list table td {
    font-size: 14px;
    line-height: 1.4em;
    padding: 10px 15px;
    text-align: left;
}

.service_plan_history .service_plan_history_list table tr.invoice td {
    border-top: 1px solid #D8D8D8;
    padding: 10px 0;
}

.service_plan_history .service_plan_history_list table tr.invoice td.actions a {
    font-size: 13px;
    color: #8A8F94;
}

.service_plan_history .service_plan_history_list table tr.invoice td.actions a span {
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle;
}

.service_plan_history .service_plan_history_list table tr.invoice td.actions a:hover span {
    text-decoration: underline;
}

.service_plan_history .service_plan_history_list table tr.invoice td.actions a + a {
    margin-left: 20px;
}

/*flipper*/
.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}

.flip-container .backward {
    display: block;
}

.flip-container .flipper {
    -webkit-transition: -webkit-transform 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: -ms-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.flip-container .flipper .front,
.flip-container .flipper .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: -moz-transform 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: -o-transform 0.6s;
    -o-transform-style: preserve-3d;
    -ms-transition: -ms-transform 0.6s;
    -ms-transform-style: preserve-3d;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-container .flipper .front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    position: relative;
}

.flip-container .flipper .back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    position: absolute;
    top: 0;
    left: 0;
}

.flipper.flip .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipper.flip .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/*flipper*/

/*Service plans*/

.service_plan .body .service_plan_schema {
    padding: 35px 45px;
    border-radius: 5px;
    color: #000;
    max-width: 265px;
    margin: 0 auto;
    text-align: center;
}

.modal_popup .service_plan .body .column:first-child .service_plan_schema {
    border-radius: 5px 0 0 5px;
}

.modal_popup .service_plan .body .column:last-child .service_plan_schema {
    border-radius: 0 5px 5px 0;
}

.service_plan .body .service_plan_schema.green {
    background: #7AC241;
}

.service_plan .body .service_plan_schema.yellow {
    background: #F7C839;
}

.service_plan .body .service_plan_schema h2 {
    font-size: 20px;
    color: #E54413;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 15px;
}

.service_plan .body .service_plan_schema .separator {
    font-size: 18px;
    line-height: 1.4em;
    color: #fff;
    margin: 20px 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}

.service_plan .body .service_plan_schema.green .separator {
    border-color: #57A41C;
}

.service_plan .body .service_plan_schema.yellow .separator {
    border-color: #DAAC21;
}

.service_plan .body .service_plan_schema ul + h2 {
    margin-top: 50px;
}

.service_plan .body .service_plan_schema ul li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #3A631A;
}

/*Service plans*/

.ui-tooltip {
    background: #fff;
    text-align: center;
}

/* Helpbox on dashboard after adding of new property */
.help_box_container {
    position: relative;
}

.help_box_container > div {
    position: absolute;
    top: -38px;
    left: 144px;
    width: 330px;
    height: 60px;
    border-radius: 5px;
    background-color: #feed6f;
    color: #9e571f;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.help_box_container > div div {
    float: left;
}

.help_box_container > div div.arrow {
    width: 20px;
    margin: 10px 10px 10px 10px;
    font-weight: bold;
    font-size: 20px;
}

.help_box_container > div div.text {
    margin: 5px 10px 0 10px;
    font-size: 15px;
}

.help_box_container > div div.text span {
    font-weight: bold;
    font-size: 15px;
}

body .ui-tooltip {
    border-width: 1px;
    border-radius: 5px;
}

.ui-tooltip {
    box-shadow: 0 0px 10px -1px rgba(170, 170, 170, 0.7);
}

.ui-tooltip .arrow {
    width: auto;
    border: none !important;
}

.ui-tooltip .arrow:before,
.ui-tooltip .arrow:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    line-height: 0;
    display: block;
}

.ui-tooltip .arrow.top:before {
    border-width: 0 10px 9px 10px;
    border-color: transparent transparent #b8b8b8 transparent;
    bottom: 100%;
}

.ui-tooltip .arrow.bottom:before {
    border-width: 10px 9px 0 9px;
    border-color: #b8b8b8 transparent transparent transparent;
    top: 100%;
}

.ui-tooltip .arrow.center:before {
    left: 50%;
    margin-left: -9px;
}

.ui-tooltip .arrow.top:after {
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fff transparent;
    bottom: 100%;
}

.ui-tooltip .arrow.bottom:after {
    border-width: 8px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
    top: 100%;
}

.ui-tooltip .arrow.center:after {
    left: 50%;
    margin-left: -8px;
}

/*New profile*/

.profile_cont .profile_tabs {
    padding: 20px 15px;
    width: 200px;
    float: left;
}

.profile_cont .profile_tabs ul li {
    margin-bottom: 5px;
}

.profile_cont .profile_tabs ul li a:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    background: url("/new/images/icons/icon_profile_sprite.png") no-repeat;
}

.profile_cont .profile_tabs ul li.profile a:before {
    background-position: 0 0;
}

.profile_cont .profile_tabs ul li.profile:hover a:before,
.profile_cont .profile_tabs ul li.profile.active a:before {
    background-position: 0 -20px;
}

.profile_cont .profile_tabs ul li.payment a:before {
    background-position: -40px 0;
}

.profile_cont .profile_tabs ul li.payment:hover a:before,
.profile_cont .profile_tabs ul li.payment.active a:before {
    background-position: -40px -20px;
}

.profile_cont .profile_tabs ul li.deposit a:before {
    background-position: -120px 0;
}

.profile_cont .profile_tabs ul li.deposit:hover a:before,
.profile_cont .profile_tabs ul li.deposit.active a:before {
    background-position: -120px -20px;
}

.profile_cont .profile_tabs ul li.notifications a:before {
    background-position: -60px 0;
}

.profile_cont .profile_tabs ul li.notifications:hover a:before,
.profile_cont .profile_tabs ul li.notifications.active a:before {
    background-position: -60px -20px;
}

.profile_cont .profile_tabs ul li.personal-branding a:before {
    background-position: -80px 0;
}

.profile_cont .profile_tabs ul li.personal-branding:hover a:before,
.profile_cont .profile_tabs ul li.personal-branding.active a:before {
    background-position: -80px -20px;
}

.profile_cont .profile_tabs ul li.security a:before {
    background-position: -100px 0;
}

.profile_cont .profile_tabs ul li.security:hover a:before,
.profile_cont .profile_tabs ul li.security.active a:before {
    background-position: -100px -20px;
}

.profile_cont .profile_tabs ul li.dashboard a:before {
    background-position: -140px 0;
}

.profile_cont .profile_tabs ul li.dashboard:hover a:before,
.profile_cont .profile_tabs ul li.dashboard.active a:before {
    background-position: -140px -20px;
}

.profile_cont .profile_tabs ul li.notification a:before {
    background-position: -160px 0;
}

.profile_cont .profile_tabs ul li.notification:hover a:before,
.profile_cont .profile_tabs ul li.notification.active a:before {
    background-position: -160px -20px;
}

.profile_cont .profile_tabs ul li a {
    display: block;
    padding: 10px 10px 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1em;
    color: #000;
}

.profile_cont .profile_tabs ul li.active a,
.profile_cont .profile_tabs ul li:hover a {
    background: #898989;
    color: #fff;
    text-decoration: none;
}

.profile_cont .profile_content {
    float: left;
    width: 688px;
    padding: 0 20px;
    background: #ffffff;
    border-left: 1px solid #C3C3C3;
    margin-left: -1px;
    font-size: 1.2em;
    position: relative;
    border-radius: 0 6px 6px 0;
    overflow: visible;
}

.profile_cont.wizard .profile_content {
    width: 723px;
}

.substrate .panel > .title {
    font-size: 16px;
    line-height: 1;
    padding: 20px 10px;
    border-bottom: 1px solid #C3C3C3;
    text-align: left;
    color: #676767;
    margin-bottom: 20px;
    clear: both;
    height: auto;
}

.substrate .panel > .title .silver {
    color: #959595;
}

.profile_cont .profile_content .profile_item.payment_methods .title.center_icon {
    margin-bottom: 45px;
}

.profile_cont .profile_content .profile_item.bank_no_account .title.center_icon {
    margin-bottom: 45px;
}

.profile_cont .profile_content .photo_block {
    text-align: center;
    float: left;
    margin-bottom: 30px;
    padding: 0 10px;
    height: 250px;
}

.profile_cont .profile_content .photo_block #user_image_frame {
    display: inline-block;
    max-width: 80px;
    max-height: 80px;
    position: relative;
    margin: 0 0 15px 0;
}

.profile_cont .profile_content .photo_block #user_image_frame > div {
    overflow: hidden;
    border-radius: 50%;
}

.profile_cont .profile_content .photo_block #user_image_frame img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    max-width: 100px !important;
    max-height: 100px !important;
    margin: 0 auto;
}

.profile_cont .profile_content .photo_block #user_image_container {
    width: auto;
    height: auto;
}

.profile_cont .profile_content .photo_block .btn {
    font-size: 13px;
    line-height: 24px;
    padding: 0 0px;
    width: 130px;
    margin: 5px 0;
    overflow: hidden;
    -webkit-border-radius: 12px 12px;
    -moz-border-radius: 12px 12px;
    border-radius: 12px 12px;
}

.profile_cont .profile_content .photo_block .fb_btn {
    border-color: #4961b7;
    color: #ffffff !important;
    background-color: #4961b7;
    /**background-color: #364a8e;*/
    /*background-image: -ms-linear-gradient(top, #4961b7, #364a8e);*/
    /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4961b7), to(#364a8e));*/
    /*background-image: -webkit-linear-gradient(top, #4961b7, #364a8e);*/
    /*background-image: -o-linear-gradient(top, #4961b7, #364a8e);*/
    /*background-image: linear-gradient(top, #4961b7, #364a8e);*/
    /*background-image: -moz-linear-gradient(top, #4961b7, #364a8e);*/
    /*background-repeat: repeat-x;*/
    /*filter: progid:dximagetransform.microsoft.gradient(startColorstr='#4961b7', endColorstr='#364a8e', GradientType=0);*/
    /*filter: progid:dximagetransform.microsoft.gradient(enabled=false);*/
    /**zoom: 1;*/
}

.profile_cont .profile_content .photo_block .fb_btn:hover,
.profile_cont .profile_content .photo_block .fb_btn:active {
    border-color: #303e7c;
    background: #303e7c;
    text-decoration: none;
}

.profile_cont .profile_content .photo_block div.tenant_image {
    float: left;
    margin: 0 15px 0 0;
    width: 90px;
    border: 1px solid #D1D1D1;
}

.profile_cont .profile_content .photo_block h6, .tenant_main_block h6 {
    color: #444444;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.profile_cont .profile_content .photo_block img.img_loader {
    width: 48px;
    height: 48px;
    margin: 30px 20px;
}

.profile_cont .profile_content .photo_block .btn {
    font-size: 11px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 5px;
    min-width: 110px;
}

.profile_cont .profile_content .buttons_box.main {
    margin: 0;
    padding: 20px;
    border-top: 1px solid #c3c3c3;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.profile_cont .profile_content .buttons_box.main .back {
    float: left;
}

.profile_cont .profile_content .add_item {
    font-size: 14px;
}

.profile_cont .profile_content .profile_item {
    min-height: 520px;
    padding-bottom: 75px;
}

.profile_cont .profile_content .profile_item.panel {
    text-align: center;
}

.profile_cont .profile_content .profile_item.panel .form_holder {
    text-align: left;
    margin-bottom: 40px;
}

.substrate .panel > .title.center_icon {
    font-size: 16px;
    font-family: "Open Sans", Arial;
    border: none;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0;
}

.substrate .panel > .title.center_icon.big {
    font-size: 24px;
    margin-top: 50px;
}

.substrate .panel > .title.center_icon > div {
    display: block;
    margin: 0.5em 0 0 0;
}

.substrate .panel > .title.center_icon > div + i {
    margin-top: 1em;
}

.substrate .panel > .title.center_icon small {
    font-size: 14px;
    line-height: 2;
    color: #454545;
    display: block;
    font-weight: normal;
}

.profile_cont .profile_content .profile_item .form_holder.align {
    padding-left: 75px;
}

.profile_cont .profile_content .profile_item .form_holder .description {
    font-size: 13px;
    line-height: 1.2em;
}

.profile_cont .additional_info_box label {
    vertical-align: top;
    padding-top: 8px;
}

.profile_cont .additional_info_box .item {
    margin-left: 0;
}

.profile_cont .profile_content .profile_item.panel .cards_list {
    margin: 40px 0;
}

.substrate .panel .check_box._bottom {
    text-align: center;
    padding: 10px 0 0 0;
    background-color: #fff;
    position: absolute;
    bottom: 74px;
    left: 0;
    right: 0;
    border-top: 1px solid #C3C3C3;
    z-index: 10;
}

.substrate .panel .check_box._bottom label {
    padding: 0;
    float: none;
}

.profile_cont .warning_cont li {
    display: block;
    text-align: center;
}

.profile_cont .warning_cont .warning {
    padding: 5px 10px 5px 40px;
    border-radius: 5px;
    background: #F7F7F7;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 20px;
    position: relative;
}

.profile_cont .warning_cont .warning > i[class*="icon_"] {
    position: absolute;
    top: 6px;
    left: 10px;
}

.profile_cont .warning_cont .warning.white {
    background: #ffffff;
}

.profile_cont .warning_cont .warning.red {
    background: #DB3B1B;
    color: #fff !important;
}

.profile_cont .warning_cont .warning span {
    margin: 0;
}

.profile_item .cards_list .card_item {
    display: inline-block;
    width: 35%;
    border: 1px solid #C2C7CC;
    background: #FAFAFA;
    border-radius: 10px;
    padding: 25px 10px 15px 10px;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 1% 15px 1%;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    /*height: 140px;*/
}

.profile_item .cards_list .card_item.login_pass,
.profile_item .cards_list .card_item.micro_deposit {
    margin-top: 45px;
    margin-bottom: 75px;
}

.profile_item .cards_list .card_item.login_pass .recommend {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 100%;
    margin-bottom: 20px;
}

.profile_item .cards_list .card_item.login_pass .recommend span {
    font-size: 13px;
    color: #fff;
    line-height: 1em;
    background: #64B845;
    border-radius: 3em;
    display: inline-block;
    padding: 6px 20px;
}

.profile_item .cards_list .card_item.login_pass .desc,
.profile_item .cards_list .card_item.micro_deposit .desc {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 20px;
    text-align: center;
}

.profile_item .cards_list .card_item.login_pass .desc p,
.profile_item .cards_list .card_item.micro_deposit .desc p {
    margin-bottom: 15px;
    font-size: 13px;
}

.profile_item .cards_list .card_item:hover {
    background: #ededed;
}

.profile_item .cards_list .card_item .payment_info > div {
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

.profile_item .cards_list .card_item .payment_info {
    position: relative;
}

.profile_item .cards_list .card_item .payment_info .tip {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    font-size: 10px;
    line-height: 1em;
    color: #F4BD00;
    display: block;
    margin-top: 5px;
    text-align: left;
}

.profile_item .cards_list .card_item .payment_info .name {
    width: 120px;
}

.profile_item .cards_list .card_item .payment_info .number {
    width: 35px;
    text-align: center;
    position: relative;
}

.profile_item .cards_list .card_item .payment_info .number .spoiler_switcher {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}

.profile_item .cards_list .card_item .payment_info .number .spoiler_switcher._opened .icon_arrow_to_down {
    background-position: left top;
}

.profile_item .cards_list .card_item .spoiler {
    display: none;
    padding: 10px;
    margin: 10px -10px -15px -10px;
    background: #fff;
    text-align: justify;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.profile_item .cards_list .card_item .spoiler:after {
    content: '';
    display: inline-block;
    height: 0;
    width: 100%;
}

.profile_item .cards_list .card_item .spoiler a {
    font-size: 13px;
    line-height: 1em;
    display: inline-block;
}

.profile_item .cards_list .card_item .actions {
    margin-top: 30px;
    margin-bottom: 5px;
    text-align: justify;
    font-size: 0;
    line-height: 0;
}

.profile_item .cards_list .card_item .actions > span {
    display: block;
    color: #7C7C7C;
    font-size: 13px;
    line-height: 1em;
    margin-bottom: 5px;
}

.profile_item .cards_list .card_item .actions a {
    text-align: left;
    display: inline-block;
    font-size: 13px;
    line-height: 1em;
}

.profile_item .cards_list .card_item .actions:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.profile_item .cards_list .card_item .actions a.account_edit_page_link {
    float: left;
}

.profile_item .cards_list .card_item .actions a.account_delete_page_link {
    float: right;
}

.profile_item .cards_list .card_item.add {
    cursor: pointer;
}

.profile_item .cards_list .card_item.add .title {
    margin: 0 0 15px 0;
    font-size: 13px;
}

.profile_item .cards_list .card_item.add i + .title {
    margin-top: 20px;
}

.ui-widget a {
    color: #0076A3;
}

.invitations.big .title {
    margin-top: 50px;
}

.invitations.big .title .icon_clock {
    width: 78px;
    height: 78px;
    background: url("/new/images/icons/icon_clock_big.png") no-repeat 0 0;
}

.invitations .invitations_list {
    margin-bottom: 50px;
}

.invitations .invitations_list .item {
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4em;
}

.invitations .invitations_list .item .contact_info {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 5px;
    padding-left: 30px;
    background: url("/new/images/icons/icon_home.png") left 5px no-repeat;
    display: inline-block;
}

.invitations .invitations_list .item a {
    display: inline-block;
}

.landlord_flow #wrapper {
    background: #F5F5F5;
    height: 100% !important;
    min-height: 600px;
    position: relative;
}

.landlord_flow #wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: url(/new/images/landlord-flow-bckg.jpg) center bottom no-repeat;
    right: 0;
    background-size: cover;
}

.landlord_flow #header {
    background: #FFFFFF;
    box-shadow: 0 1px 5px rgba(1, 1, 1, .22);
}

.landlord_flow #header .logo {
    position: relative;
    float: left;
    display: block;
    width: 200px;
    height: 50px;
    background: url(/new/images/logo2.png) no-repeat left center;
    background-size: 100%;
    margin: 0px 0 0 0px;
}

.landlord_flow #content {
    padding: 0;
    height: 100%;
    margin-top: -60px;
}

.landlord_flow #content .inner {
    padding: 0;
    min-height: 0;
    margin: 0 auto;
    height: 100%;
}

.landlord_flow .card_holder {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -230px;
}

.landlord_flow .card_holder .card_item {
    background: #fff;
    border-radius: 5px;
    padding: 20px 40px 30px 15px;
    width: 360px;
}

.landlord_flow .card_item .title {
    margin: 10px 20px 30px 20px;
    font-size: 16px;
    text-align: center;
}

.landlord_flow .card_holder .card_item .form_holder .item {
    margin: 0 0 10px 0;
    width: 100%;
}

.landlord_flow .card_holder .card_item .form_holder#form .item label {
    display: none;
}

.landlord_flow .card_holder .card_item .form_holder .item label {
    font-size: 14px;
    line-height: 1.2em;
    padding-right: 10px;
    width: 195px;
    text-align: right;
}

.landlord_flow .card_holder .card_item .form_holder .item label input[type="radio"] {
    width: 18px;
    height: 18px;
}

.landlord_flow .card_holder .card_item .form_holder .item .inputbox {
}

.landlord_flow .card_holder .card_item .form_holder .item .password_strength {
    display: block;
    margin: 0;
}

.landlord_flow #footer {
    margin-top: -45px;
    height: 45px;
}

.landlord_flow #footer .inner {
    border-top: 0;
    color: #fff;
}

.landlord_flow .slogan {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 36px;
    text-shadow: 0 10px 15px rgba(0, 0, 1, .75);
    font-family: "Open Sans", Arial;
    color: #fff;
    line-height: 1.2em;
    font-weight: lighter;
    margin-top: -65px;
}

.bank_logo_cont .twitter-typeahead {
    position: initial !important;
    width: 125px;
}

.bank_logo_cont .twitter-typeahead .tt-menu {
    right: 0;
    margin: -1px -1px 0 -1px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0 5px 10px -5px #000;
}

.bank_logo_cont .twitter-typeahead .tt-menu .tt-suggestion {
    font-size: 13px;
    margin-bottom: 0;
    cursor: pointer;
    padding: 5px 10px 5px 15px;
}

.bank_logo_cont .twitter-typeahead .tt-menu .tt-suggestion img {
    margin-right: 5px;
    vertical-align: middle;
}

.bank_logo_cont .twitter-typeahead .tt-menu .tt-suggestion span {
    vertical-align: middle;
}

.bank_logo_cont .twitter-typeahead .tt-menu .tt-suggestion:hover,
.bank_logo_cont .twitter-typeahead .tt-menu .tt-suggestion.tt-cursor {
    background: #cccccc;
}

.bank_logo_cont .twitter-typeahead .tt-hint {
    color: #888;
    left: 40px !important;
    right: 0;
    width: auto;
}

.bank_logo_cont .tt-bank-logo {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 10;
    margin-right: 5px;
    opacity: 0;
}

.bank_logo_cont .twitter-typeahead {
    display: inline-block;
    vertical-align: middle;
}

.form_holder.answers_block li.item {
    margin-bottom: 20px;
    width: auto;
}

.form_holder.answers_block li.item .question {
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 10px;
    color: #313131;
}

.form_holder.answers_block li.item .answers {
    margin-left: 20px;
    text-align: left;
}

.form_holder.answers_block li.item .answers li {
    margin-bottom: 10px;
    position: relative;
}

.form_holder.answers_block li.item .answers li._spoiler {
    overflow: hidden;
}

.form_holder.answers_block li.item .answers li .hided {
    display: none;
}

.form_holder.answers_block li.item .answers li .read-more {
    color: #2E86B4;
    cursor: pointer;
}

.form_holder.answers_block li.item .answers li .more {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #2E86B4;
    font-size: 14px;
    line-height: 1em;
    background: #fff;
    padding: 0 0 0 10px;
}

.form_holder.answers_block li.item .answers li label {
    display: inline-block;
    padding: 0 0 0 25px;
    height: auto;
    width: 100%;
    text-align: left;
    line-height: 1.4em;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.form_holder.answers_block li.item .answers li label .sub_title {
    color: #313131;
    display: inline-block;
    width: 170px;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0;
    font-weight: bold;
}

.form_holder.answers_block li.item .answers li label > input[type="radio"],
.form_holder.answers_block li.item .answers li label > input[type="checkbox"] {
    margin: -6px 0 0 0;
    position: absolute;
    left: 2px;
    top: 50%;
}

.package_cont {
    width: 370px;
    margin: 0 auto 0 auto;
    text-align: center;
}

.package_cont .package {
    border: 2px solid #ddd;
    border-radius: 10px;
    text-align: center;
    width: 270px;
    position: relative;
    margin: 20px auto;
    cursor: pointer;
}

.package_cont .package:hover {
    border: 2px solid rgba(63, 193, 42, 0.6);
}

.package_cont .package._selected {
    border: 2px solid #44C32F;
}

.package_cont .package._selected:before {
    content: '';
    position: absolute;
    background: url(/new/images/icons/icon_check_green_big.png) center center no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    top: -12px;
    right: -12px;
}

.package_cont .form_holder {
    margin: 20px 0 40px 60px;
    text-align: center;
}

.package_cont .package .form_holder {
    margin: -20px 0 40px 0;
}

.package_cont .form_holder label {
    height: auto;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 1.4em;
    color: #8A8A8A;
    width: auto;
    vertical-align: middle;
    padding: 0 0 0 25px;
    position: relative;
}

.package_cont .form_holder input {
    position: absolute;
    top: 0;
    left: 0;
}

.package_cont .package > .title {
    background: #F1F1F1;
    font-size: 18px;
    line-height: 1.8;
    padding: 10px;
    color: #414141;
    border-radius: 10px 10px 0 0;
}

.package_cont .package > .title > b {
    display: block;
    font-size: 16px;
    line-height: 1em;
    margin: 10px 0;
    font-family: Arial;
}

.package_cont .package > .title small {
    font-size: 12px;
    color: #A7A7A7;
    line-height: 1.2em;
    display: block;
}

.package_cont .package > .title small b {
    margin: 5px 0 0 0;
    font-size: 12px;
    display: inline-block;
}

.package_cont .package > .text {
    padding: 20px 5px;
    font-size: 14px;
    line-height: 1.4em;
}

.package_cont .package > .text p {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 25px;
}

.package_cont .package > .text small {
    font-size: 13px;
    line-height: 1.4em;
}

.add_details_page .tenant_form {
    padding: 20px 0;
    position: relative;
    border-top: 1px solid #ccc;
}

.add_details_page .tenant_form .delete {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 10px 2px 20px;
    background: #fff;
    font-size: 13px;
    line-height: 16px;
    margin-top: -10px;
    color: #7f8487 !important;
}

.add_details_page .tenant_form .delete:before {
    content: " ";
    background: url("/new/images/icons/icons_sprite.png") no-repeat -80px -13px;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.add_parameters_page .form_holder.answers_block {
    width: 600px;
    margin: 0 auto;
}

.add_parameters_page .form_holder.answers_block > .item {
    width: 100%;
}

/* custom wide form renter_info_form*/
.form_holder.renter_info_form .item {
    width: 590px;
}

.form_holder.renter_info_form .item div.inputbox {
    width: 260px;
}

/* custom wide form renter_info_form*/

.btns_cont._vertical .btn + .btn {
    margin-top: 20px;
}

.moveout_popup {
    width: 430px;
    margin: 0 auto;
    text-align: left;
}

.moveout_popup label {
    font-size: 14px;
    margin-bottom: 5px;
}

.moveout_popup .item {
    margin-left: 0 !important;
    margin-bottom: 10px !important;
}

.moveout_popup .item label {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    text-align: left;
}

.moveout_popup .long_item .item,
.moveout_popup .long_item .item .inputbox {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.moveout_popup .form_holder label {
    text-align: left;
}

.moveout_popup textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.moveout_popup .form_holder .item div.inputbox {
    margin-top: 0;
}

.moveout_popup .form_holder .two_item .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 50%;
}

.moveout_popup .form_holder .two_item .item:first-child {
    padding-right: 10px;
}

.moveout_popup .form_holder .two_item .item:last-child {
    padding-left: 10px;
}

.moveout_popup .form_holder .two_item .item .inputbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.moveout_popup .form_holder .two_item .item select {
    width: 205px !important;
}

.blocked_popup .icon_blocked {
    width: 100px;
    margin-bottom: 20px;
}

/******************* Schedule demo custom styles ********************/
.schedule-demo-page-title {
    height: 220px;
    line-height: 220px;
    margin: 0;
    text-align: center;
    background-color: #20376c; /*#20376c  from out logo*/
    font-size: 32px;
    color: #FFFFFF;
}

/*********************************************************************/

.one-price-box,
.range-price-box {
    position: relative;
}

.listing-switch-rent-mode {
    position: absolute;
    left: 400px;
    top: 10px;
    cursor: pointer;
}

.listing-switch-rent-mode[data-mode="range-price"] {
    left: 550px;
}

.listing-switch-rent-mode:hover {
    text-decoration: underline;
}

.watch_virtual_tour_video {
    font-size: 1.7em;
    color: #0076a3;
    margin-left: 10px;
    cursor: pointer;
}

.watch_virtual_tour_video:hover {
    text-decoration: underline;
}

/*@todo remove from this file. This is for screening help popup*/
.screening-request-help-recomendation {
    width: 275px;
    height: 130px;
    position: relative;
    float:left;
    text-align:center;
    background: #00C565;
}

.screening-request-help-recomendation_box {
    height:130px;
    width:auto;
}


.screening-request-help-recomendation-line {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 0;
    line-height: 0;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #E6EBED;
    width: 8px;
    background: #FFffff;
}

.screening-request-help-recomendation-line > div {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0;
    position: relative;
}

.screening-request-help-recomendation-line > div + div {
    margin-top: 5px;
}

.screening-request-help-recomendation-line > div:nth-child(5n) {
    background: #C0C0C0;
}

.screening-request-help-recomendation-line > div:nth-child(5n-1) {
    background: #FF0C0C;
}

.screening-request-help-recomendation-line > div:nth-child(5n-2) {
    background: #FF9937;
}

.screening-request-help-recomendation-line > div:nth-child(5n-3) {
    background: #FFDD44;
}

.screening-request-help-recomendation-line > div:nth-child(5n-4) {
    background: #6ED142;
}

.screening-request-help-recomendation .screening-request-help-recomendation-line:after {
    content: '';
    background: url(/new/images/icons/icon_screening_sprite.png) -1000px -1000px no-repeat;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 15px;
    margin-top: -17px;
    width: 34px;
    height: 34px;

}

.screening-request-help-recomendation._acceptable .screening-request-help-recomendation-line:after {
    background-position: 0 0;
}

.screening-request-help-recomendation._acceptable .screening-request-help-recomendation-line > div:nth-child(5n-4) {
    width: 12px;
    height: 12px;
    top: -2px;
    left: -2px;
    margin-bottom: -2px;
    box-shadow: 0 1px 2px 0 #CAD1D8;
}

.screening-request-help-recomendation-text {
    position:absolute;
    top: 46px;
    right: 27px;
    font-size: 24px;
    font-weight: bold;
    display: block;
    color: #fff;
}

.screening-request-help-recomendation-descr {
    float:right;
    width: 689px;
    height: 130px;
    background: #F2F5F7;
    line-height: 1.4;
    font-size: 13px;
    box-sizing: border-box;
    padding: 30px;
}


.screening-history__tenant-reports,
.screening-history__tenant-attachments {
    margin: 30px auto;
    width: 690px;
}

.screening-history__tenant-reports-title,
.screening-history__tenant-attachments-title {
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
}

.screening-history__tenant-reports-title span,
.screening-history__tenant-attachments-title span {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    color: #818181;
    padding: 7px 15px;
    min-width: 105px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    border-radius: 15px;
    border: 1px solid #E9EAEE;
    position: relative;
}

.screening-history__tenant-reports-title span:before,
.screening-history__tenant-reports-title span:after,
.screening-history__tenant-attachments-title span:before,
.screening-history__tenant-attachments-title span:after {
    position: absolute;
    content: '';
    top: 50%;
    border-top: 1px solid #E9EAEE;
    width: 1000px;
}

.screening-history__tenant-reports-title span:before,
.screening-history__tenant-attachments-title span:before {
    right: 100%;
}

.screening-history__tenant-reports-title span:after,
.screening-history__tenant-attachments-title span:after {
    left: 100%;
}

.screening-history__tenant-reports-list {
    text-align: center;
}

.screening-history__tenant-reports-list a,
.screening-history__tenant-reports-list > span {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    color: #8293A7;
    margin: 0 20px;
    position: relative;
}

.screening-history__tenant-reports-list a span,
.screening-history__tenant-reports-list > span span {
    display: block;
    margin-top: 10px;
}

.icon_report_rental,
.icon_report_credit,
.icon_report_criminal,
.icon_report_eviction
{
    display: inline-block;
    vertical-align: middle;
    background: url("/new/images/icons/icon_screening_sprite.png") no-repeat;
}
.icon_report_rental {
    width: 48px;
    height: 48px;
    background-position: 0 -200px;
}

.icon_report_credit {
    width: 48px;
    height: 48px;
    background-position: -50px -200px;
}

.icon_report_criminal {
    width: 48px;
    height: 48px;
    background-position: -100px -200px;
}

.icon_report_eviction {
    width: 48px;
    height: 48px;
    background-position: -150px -200px;
}

.show_tooltip_message {
    position: absolute;
    top: 2px;
    left: 313px;
    width: 13px;
    height: 13px;
    background: url(/new/images/icons/icons_sprite.png) no-repeat -125px -42px;
}

.tooltip_message {
    position: absolute;
    z-index: 10;
    border: 1px solid #cc461e;
    border-radius: 5px;
    /*background-color: #ebebeb;*/
    /*color: #0076a3;*/
    padding: 5px;
    font-size: 12px;
    text-align: center;
    left:330px;
    top: -60px;
    width: 300px;
}

/*New profile*/

.landlord_welcome_popup {
    padding: 30px 30px 0 30px;
    font-size: 14px;
    line-height: 1.4em;
    text-align: center;
}

.landlord_welcome_popup .title {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1em;
}

.landlord_welcome_popup .title img {
    margin-bottom: 30px;
    display: inline-block;
}

.landlord_welcome_popup .title span {
    margin-top: 15px;
    display: block;
}

.landlord_welcome_popup .hints .hint {
    margin: 20px 0;
    background: none;
    text-align: center;
    font-size: 16px;
    padding: 0;
}

.landlord_welcome_popup .hints .hint > i,
.landlord_welcome_popup .hints .hint > span {
    vertical-align: middle;
}

.landlord_welcome_popup .hints .hint.yellow {
    color: #F7CF67;
}