* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jouter,
.jouter-new,
.jouter-pr-ttip,
.jouter-white {
    text-align: left;
    cursor: default;
    position: absolute;
    width: 300px;
}

.jouter .jcontent,
.jouter-new .jcontent,
.jouter-pr-ttip .jcontent,
.jouter-white .jcontent {
    color: #555;
    font-size: 13px;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
    border: 0;
    white-space: normal !important;
}

.jouter .arrow,
.jouter-new .arrow,
.jouter-pr-ttip .arrow,
.jouter-white .arrow {
    padding: 0 !important;
    margin: 0 !important;
    border: 0;
    width: 17px;
    height: 9px;
    position: absolute;
    background-repeat: no-repeat;
}

.jouter .jclose,
.jouter-new .jclose,
.jouter-white .jclose {
    cursor: pointer;
    position: absolute;
    background: url('/img/side-panel-close-1.png') no-repeat 2px 2px;
    width: 15px;
    height: 15px;
}

.jouter-pr-ttip .jclose {
    position: absolute;
    width: 18px;
    height: 18px;
}

.jouter .jclose:hover,
.jouter-new .jclose:hover,
.jouter-white .jclose:hover {
    background: url('/img/side-panel-close-21.png') no-repeat;
}

.jouter > .left,
.jouter-new > .left,
.jouter-white > .left {
    left: 15px;
}

.jouter > .right,
.jouter-new > .right,
.jouter-white > .right {
    right: 15px;
}

.jouter-pr-ttip .right {
    right: 25px;
}

.jouter {
    background: #fffce1;
    padding: 15px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.jouter > .top {
    bottom: -9px;
    background: url(/img/t_arr_.gif) no-repeat bottom left;
}

.jouter > .bottom {
    top: -9px;
    background: url(/img/b_arr_.gif) no-repeat top left;
}

.jouter > a > .jclose {
    top: 13px;
    right: 13px;
}

.jouter.tti > a > .jclose {
    top: 3px;
    right: 3px;
}

.jouter-pr-ttip {
    padding: 15px 20px;
    border: 1px solid #dfdfdf;
    background: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, #ffffff, #e7e7e7);
}

.jouter-pr-ttip > a > .jclose {
    top: 7px;
    right: 10px;
}

.jouter-pr-ttip .jcontent a:first-of-type {
    padding-top: 6px;
}

.jouter-pr-ttip .jcontent a {
    display: inline-block;
    padding: 3px 0;
}

[jstyle="pr-ttip"]:hover {
    color: #2c509a!important;
}

.pr-ttip__current {
    border: 3px solid #ff8d02 !important;
    padding: 5px 11px 7px !important;
    color: #ff8d02 !important;
    text-decoration: none;
}

.jouter-pr-ttip .bottom::before,
.jouter-pr-ttip .bottom::after {
    content: '';
    position: absolute;
    left: -7px;
    top: -36px;
    border: 10px solid transparent;
    border-bottom: 10px solid #d6d6d6;
}

.jouter-pr-ttip .bottom::after {
    border-bottom: 10px solid white;
    top: -35px;
}

.jouter-pr-ttip .top {
    bottom: -9px;
}

.jouter-pr-ttip .top::before,
.jouter-pr-ttip .top::after {
    content: '';
    position: absolute;
    left: -7px;
    top: 1px;
    border: 10px solid transparent;
    border-top: 10px solid #d6d6d6;
}

.jouter-pr-ttip .top::after {
    border-top: 10px solid #e7e7e7;
    top: 0;
}

.jouter div.help_header {
    font: 14px Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    color: #555;
    padding: 0 18px 3px 0 !important;
    min-height: 20px;
    _height: 20px;
    margin: 0 !important;
}

div.help_content {
    color: #555;
    font: 11px Arial, Helvetica, sans-serif /*Chrome-47 Temp FIX*/, tahoma;
    font-weight: normal !important;
    line-height: 14px;
    max-height: 250px;
    white-space: normal !important;
    padding: 2px 10px 0 0;
    margin: 0;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    height: expression(this.scrollHeight> 250 ? "250px" : "auto");
}

.jouter div.help_content {
    font-size: 13px;
    line-height: 15px;
}

.outer-height div.help_content {
    max-height: 100%;
    overflow: inherit;
    height: auto;
}

.help_content a {
    font-weight: normal !important;
    padding: 0 !important;
}

.user-login-reg {
    text-align: right;
    padding: 0 0 6px;
}

.user-soc-login {
    font-size: 12px;
    padding: 0 0 0 48px;
    zoom: 1;
    white-space: normal !important;
}

.user-soc-login .fb {
    background: url(/img/ic-fb-16.gif) no-repeat;
    text-decoration: none;
    padding: 0 0 3px 19px;
    margin: 10px 0;
    white-space: nowrap;
    margin-right: 10px;
    color: #0655a4;
    font-size: 12px;
}

.user-soc-login .vk {
    background: url(/img/ic-vk-16.gif) no-repeat;
    text-decoration: none;
    padding: 0 0 3px 19px;
    margin: 10px 0;
    white-space: nowrap;
    margin-right: 10px;
    color: #0655a4;
    font-size: 12px;
}

.line191 {
    border-bottom: solid 1px #e4e1c9;
    margin: 5px 0 15px;
}

.start-soc-td {
    position: relative;
}

.left-menu-block {
    width: 240px
}

.jouter-new {
    padding: 0 0 15px 0;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.35);
    font-family: Arial !important;
}

.jouter-new div.help_header {
    padding: 11px 25px 10px 15px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    color: #333;
    background: #efefef;
}

.jouter-new > .top {
    bottom: -9px;
    background: url(/img/t_arr_new.gif) no-repeat bottom left;
}

.jouter-new div.help_content {
    padding: 7px 25px 0 15px;
    font-family: Arial, Helvetica, sans-serif !important;
}

.jouter-new div.help_content a {
    text-decoration: underline;
}

.jouter-new input[type="text"],
.jouter-new input[type="password"] {
    border-radius: 3px;
    border: 1px solid #b9b9b9;
    border-top: 1px solid #888;
    padding: 3px;
    margin: 0 5px 6px 0;
    background: #fff url(/img/bg-input-matching.gif) repeat-x 0 -1px;
}

.jouter-new .line191 {
    border-bottom-color: #e6e6e6;
}

.jouter-new > .bottom {
    top: -9px;
    background: url(/img/b_arr_new1.gif) no-repeat top left;
}

.jouter-new > a > .jclose {
    top: 10px;
    right: 13px;
}

.l-rem input[type="checkbox"] {
    margin-right: 4px;
    position: relative;
    top: 0px;
}

.l-rem {
    margin-top: 3px;
}

.subscribe div.help_content,
.soc-buttons-list div.help_content,
.soc-buttons-good div.help_content {
    background-image: url(/img/ic-post-line.png) !important;
    background-repeat: repeat-x;
}

.hand {
    cursor: pointer;
    cursor: hand
}

#dialog.nadavi_dialog {
    z-index: 10000;
    position: fixed;
    top: 10px;
    left: 10px;
    width: 800px;
    padding: 10px;
    background: #efefef;
    border: 1px solid #333333;
    margin: 0 !important;
}

.radio-lev1 {
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    line-height: 18px;
}

/* region Style: White */
.jouter-white {
    padding: 20px 25px 30px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.jouter-white > .top {
    bottom: -9px;
    background-image: url("/img/t_arr_new.gif");
    background-position: bottom left;
}

.jouter-white > .bottom {
    top: -9px;
    background-image: url("/img/t_arr_new.gif");
    background-position: top left;
    transform: rotate(180deg);
}

.jouter-white > a > .jclose {
    top: 10px;
    right: 13px;
}

.jouter-white .jcontent,
.jouter-white div.help_header,
.jouter-white div.help_content {
    font-family: Arial, Helvetica, sans-serif;
}

.jouter-white div.help_header {
    font-size: 16px;
    font-weight: 600;
    color: #2c509a;
    padding: 0;
    margin-bottom: 20px;
}

.jouter-white div.help_content {
    padding: 0;
}
/* endregion Style: White */