#widgetMapButton {
    background: url("/static/images/buttons/buttons.png") no-repeat scroll -644px 0 transparent;
    border: medium none;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    padding: 0;
    text-shadow: 1px 1px #DADADA;
    width: 119px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    margin: 10px;
    padding-top: 0px;
}

#fancybox-outer {
    /*
    border: 2px solid #22B1D0;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    ms-border-radius: 9px;
    */
}
#fancybox-content {
    padding: 10px;
    border: 0px;
}

#widgetMap #map {
    width: 700px;
    height: 500px;
    float: left;
    margin: 0px;
}

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

.mapButton {
    background: url("/static/images/buttons/buttons.png") no-repeat scroll -644px 0 transparent;
    border: medium none;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    padding: 0;
    text-shadow: 1px 1px #DADADA;
    width: 119px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    margin: 10px;
    display: block;
    float: left;
}

#area {
    position:absolute;
    padding:0px;
    display: none;
    z-index: 10000;
    cursor: move;
    background: rgba(255, 255, 255, 0.3);
    /*    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        -moz-opacity:0.3;
        -khtml-opacity: 0.3;
        opacity: 0.3;*/

    border: solid 2px rgba(34, 177, 208, 10);
}

#distX {
    position:absolute;
    padding:2px;
    border: 0px;
    z-index: 10000;
    background: #22B1D0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: none;
}

#distY {
    position:absolute;
    padding:2px;
    border: 0px;
    z-index: 10000;
    background: #22B1D0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: none;
}

.honaro_logo2 {
    float: left;
    color: #333333;
    display: block;
    height: 30px;
    width: 128px;
}

.widget_title{
    float: left;
    height: 30px;
    line-height: 16px;
    font: bold 20px/30px Tahoma;
    color: #1791D7;
    text-shadow: 0.02em 0.02em 0.02em #333;
    margin-top: -1px;
}

/* BRANCHES */
#branch_list {
    width: 380px;
    display: block;
    overflow: hidden;
    height: 362px;
    border: 2px solid #22B1D0;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    ms-border-radius: 9px;
    float: left;
}

#mine_branches {
    width: 390px;
    min-height: 400px;
    border: 2px solid #22B1D0;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    ms-border-radius: 9px;
    float: right;
    margin-left: 0px;
}

#branches_tree {
    word-wrap: break-word;
    max-width: 370px;
}

#scrollbar1 { width: 380px; clear: both; margin: 4px 0 10px; }
#scrollbar1 .viewport { width: 360px; height: 310px; overflow: hidden; position: relative; }

#scrollbar2 { width: 370px; clear: both; margin: 4px 0 10px; }
#scrollbar2 .viewport { width: 350px; height: 255px; overflow: hidden; position: relative; }

.add_branch_icon {
    background: url("/static/jlib/jquery_ui/css/dot-luv/images/ui-icons_00498f_256x240.png");
    background-position: -32px -128px;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    cursor: pointer;
    margin-right: 2px;
}

#your_branches_list{
    float: left;
}

.my_branche {
    padding: 2px;
    padding-top: 4px;
    float: left;
    width: 345px;
    margin-left: 5px;
    border: solid 1px #fff;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    ms-border-radius: 9px;
}

.my_branche:hover {
    border-color: #99defd;
    cursor: pointer;
}

.delete_branch {
    background: url("/static/jlib/jquery_ui/css/dot-luv/images/ui-icons_00498f_256x240.png");
    background-position: -82px -130px;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    cursor: pointer;
}

#main_branch {
    width: 340px;
    min-height: 14px;
    border: 2px solid #22B1D0;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    ms-border-radius: 9px;
    float: left;
    margin-left: 10px;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 4px;
}

#branches_fotter {
    width: 790px;
    height: 30px;
    float: left;
    border: 0px;
    margin: 0px auto;
}

#branches_fotter_min {
    width: 390px;
    height: 30px;
    float: left;
    border: 0px;
    margin: 0px auto;
}

.widgetButton {
    background: url("/static/images/buttons/buttons.png") no-repeat scroll -644px 0 transparent;
    border: medium none;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    padding: 0;
    width: 119px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    margin: 20px;
    padding-top: 0px;
}

#widgetBranch #main_branch_info {
    color: #22B1D0;
    font-weight: bold;
}

#widgetBranch .search_cat_input{
    background: #FFFFFF;
    height: 26px;
    margin: 2px auto;
    width: 360px;
}

#widgetBranch .search_cat_input input{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #333333;
    font-size: 11px;
    margin-top: 4px;
    padding-left: 5px;
    width: 289px;
}

#widgetBranchButton {
    background: url("/static/images/buttons/buttons.png") no-repeat scroll -298px -77px transparent;
    border: medium none;
    color: #000000;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin: 10px;
    padding: 0 0 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px #DADADA;
    width: 202px;
}

/* Search firms*/
#widgetSearch #table_firms_data tr:hover {
    background: url("/static/images/backgrounds/white_panel_middle.jpg") repeat-x scroll 0 0 transparent;
    cursor: pointer;
}

.border_radius_div{
    border: 2px solid #22B1D0 !important;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px !important;
    ms-border-radius: 9px;
}

/* Opinion widget */
#video_box {
    position: absolute;
    top: 0px;
    right: 0px;
}

#widgetOpinion {
    width: 800px;
    height: 695px;
    margin: 0 auto;
}

#widgetOpinionInfo {
    margin: 20px 20px 0;
    font-style: italic;
    float:left;
    display: inline;
    width: 100%;
    position: relative;
}
#widgetOpinionInfo div {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#widgetOpinionInfo #lefto{
    position: relative;
    left: 20px;
}

#widgetOpiPart {
    /*border: 2px solid #22B1D0;*/
    border-radius: 9px 9px 9px 9px;
    display: inline-block;
    height: 155px;
    float: left;
    width: 796px;
    position:relative;
}

.widgetDisabledOverlay {
    opacity:0.6;
    background: #DADADA;
    position:absolute;
    width:100%;
    height:100%;
    top: 0;
}
.widgetDisabledText {
    position: absolute;
    width:100%;
    height:100%;
    text-align:center;
    font-size: 20px;
    color: #1791D7;
    padding: 50px 0 0 0;
    font-weight:bold;
    top:0;
    text-shadow: 2px 2px white;
}

#opi_part_header {
    float: left;
    width: 776px;
    padding: 5px 0px 10px 20px;
}

.widget_opi_header {
    color: #1791D7;
    text-shadow: 0.03em 0.03em 0.03em #333333;
    font-weight: bold;
    font-size: 15px;
}

#opi_part_content {
    float: left;
    width: 754px;
    padding: 0px 21px;
}

#opi_part_select {
    float: left;
    width: 754px;
    margin-bottom: 7px;
}

#opi_part_input {
    float: left;
    width: auto;
}

#opi_part_input_top {
    height: 10px;
}

#opi_part_input_topL {
    background: url("/static/images/pics/textarea_spirit.png") no-repeat scroll 0 0 transparent;
    width: 10px;
    height: 10px;
    float:left;
}

#opi_part_input_topC {
    /*background: url("/static/images/pics/textarea_spirit.png") repeat-x -22px 0;*/
    background-image:url("/static/images/pics/textarea_spirit.png");
    /*background-image:url("/static/images/pics/sprite8.png");*/
    background-repeat: repeat-x;
    background-position: 0px -22px;
    width: 400px;
    height: 5px;
    float:left;
}

#opi_part_input_topR {
    background: url("/static/images/pics/textarea_spirit.png") no-repeat scroll -11px 0 transparent;
    width: 10px;
    height: 10px;
    float:left;
}

#opi_part_input_bottom {
    height: 10px;
}

#opi_part_input_bottomL {
    background: url("/static/images/pics/textarea_spirit.png") no-repeat scroll 0 -11px transparent;
    height: 10px;
    width: 9px;
    float:left;
}

#opi_part_input_bottomC {
    background: url("/static/images/pics/textarea_spirit.png") repeat-x scroll 0 -28px transparent;
    height: 5px;
    width: 400px;
    float:left;
    margin: 5px 0 0 0;
}

#opi_part_input_bottomR {
    background: url("/static/images/pics/textarea_spirit.png") no-repeat scroll -11px -11px transparent;
    height: 100%;
    width: 10px;
    float:left;
}

#opi_part_input_middle {
    width: auto;
    cursor: text;
    height: 50px;
}

#opi_part_input_middleL {
    background: url("/static/images/pics/textarea_spirit2.png") repeat-y scroll 0 0 transparent;
    width: 5px;
    height: 50px;
    display: inline-block;

}

#opi_part_input_middleR {
    background: url("/static/images/pics/textarea_spirit2.png") repeat-y scroll -5px 0 transparent;
    width: 5px;
    height: 50px;
    display: inline-block;
    margin: 0 0 0 5px
}

#opi_part_input_middle textarea {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    height: 100%!important;
    padding-left: 7px;
    position:relative;
    width:390px;
}
#widgetRatePart{
    /*border-right: 2px solid #22B1D0;
    border-top: 2px solid #22B1D0;
    border-bottom: 2px solid #22B1D0;
    border-radius: 9px 9px 9px 9px;*/
    width: 796px;
    height: 155px;
    float: left;
    display: inline-block;
    position:relative;
}

#rate_part_header {
    float: left;
    padding: 5px 10px 0 20px;
    width: 260px;
}

#rate_part_content {
    float: left;
    width: 240px;
    padding: 0px 10px 0 20px;
}

.widget_rate_td_name {
    width: 90px;
}

#stars_info {
    margin: 0 0px 5px 40px;
    color: #1791D7;
    font-size: 10px;
    width: 225px;
    text-align: center;
    font-size: 15px;
    float: right;
    position: relative;
    top: -120px;
    left: 0px;
}

#widgetLikePart {
    width: 392px;
    height: 40px;
    float: left;
    clear:both;
    /*border-top: 2px solid #22B1D0;
    border-left: 2px solid #22B1D0;
    border-right: 2px solid #22B1D0;
    border-radius: 9px 9px 9px 9px;*/
    display: inline-block;
}

#widgetRecommendedPart {
    width: 392px;
    height: 40px;
    float: left;
    clear:both;
    /*border-top: 2px solid #22B1D0;
    border-left: 2px solid #22B1D0;
    border-right: 2px solid #22B1D0;
    border-radius: 9px 9px 9px 9px;*/
    display: inline-block;
}

#like_part_header {
    float: left;
    padding: 10px 0px 10px 20px;
    width: 372px;

}

#like_part_content {
    float: left;
    width: 362px;
    padding: 10px 10px 10px 20px;
}

#like_part_content span{
    width: 150px;
    cursor: pointer;
}

#rates_question_part_content, #recommend_part_content {
    float: left;
    width: 362px;
    padding: 10px 10px 10px 20px;
}

#recommend_part_content span{
    width: 150px;
    cursor: pointer;
}

#widgetSimsPart {
    float: left;
    width: 796px;
    /*border-left: 2px solid #22B1D0;
    border-right: 2px solid #22B1D0;
    border-bottom: 2px solid #22B1D0;
    border-top: 2px solid #22B1D0;
    border-radius: 9px 9px 9px 9px;*/
    margin-bottom: 5px;
    position: relative;
    margin: 0px 0 0 0;
    overflow: hidden;
}

#sims_part_header {
    float: left;
    width: 776px;
    padding: 10px 0px 10px 20px;
}

#sims_part_content {
    float: left;
    width: 756px;
    padding: 0px 20px 10px 20px;
}
#sims_part_show{
    float:left;
    width: 756px;
    height: 100px;
    overflow-y: scroll;
    /*overflow: hidden;*/
}

#sims_part_content textarea {
    border: none;
    background: transparent;
    height: 25px;
}

#widgetOpiSave {
    width: 800px;
    float: left;
    text-align: center;
}

.part_disabled {
    position: absolute;
    background-color: gray;
    z-index: 17000;
    border-radius: 9px 9px 9px 9px;
    opacity: 0;
    cursor: pointer;
}

#widgetOpiPartDisabled {
    width: 800px;
    height: 124px;
    top: 60px;
    left: 0px;
    display: none;
}

#widgetSimsPartDisabled {
    width: 800px;
    height: 124px;
    top: 189px;
    left: 0px;
    display: none;
}

#widgetRatePartDisabled {
    width: 396px;
    height: 174px;
    top: 318px;
    left: 0px;
    display: none;
}

#widgetLikePartDisabled {
    width: 396px;
    height: 84px;
    top: 318px;
    left: 404px;
    display: none;
}

.widget_disable_text {
    margin: 10px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
}

.tooltipnew {
    display:none;
    background:transparent #000000;
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#fff;
}
#required {
    float:left;
    clear: both;
    width:800px;
    margin: 15px 0 0 0;
}
#required hr {
    color: #22B1D0;
    height: 2px;
    border: 0px;
    background-color: #22B1D0;
}
#representants_overlay {
    margin: 0 0 10px 0;
}
.widget_part {
    clear: both;

}

.top_left {
    border-top-left-radius: 10px 10px;
    -moz-border-radius-topleft: 10px;
}

.top_right {
    border-top-right-radius: 10px 10px;
    -moz-border-radius-topright: 10px;
}

.bottom_right {
    border-bottom-right-radius: 10px 10px;
    -moz-border-radius-bottomright: 10px;
}

.bottom_left {
    border-bottom-left-radius: 10px 10px;
    -moz-border-radius-bottomleft: 10px;
}
.swot_overlay {
    width: 796px;
    height: 210px;
    overflow-y: scroll;
}
.swot_block_border {
    height: 50px;
}
.widget_no_relation {
    width: 100%;
    height: auto;
    background: #292929;
    padding: 10px 0 10px 0;
    color: #ffffff;
    float: left;
    margin: 0 0 10px 0;
}
.widget_no_relation img {
    vertical-align: middle;
    display: inline-block;
}
.widget_no_relation span {
    vertical-align: middle;
    display:inline-block;
}
#swot_info {
    float: left;
    background: none repeat scroll 0 0 #292929;
    padding: 10px 0 5px 10px;
    width: 100%;
    display: none;
    color: #ffffff;
}

#strong_points, #weak_points {
    min-height: 140px;
    width:352px;
}

.point_textareaa{
    height:50px!important;
}


.info_step_2_part {
    margin:20px;
}

.widget_title_main{
    font-size:14px;
    height:100%;
    margin-left:30px;
    position:relative;
    top:-25px;
}

.widget_title_main div{
    margin-top:15px;
}

.swo_point_strong_img {
    background: url("/static/images/opinions-panel/strong_swot.png") no-repeat scroll 0px 0px transparent;
    height: 17px;
    width: 16px;
}

.swo_point_weak_img {
    background: url("/static/images/opinions-panel/weak_swot.png") no-repeat scroll 0px 0px transparent;
    height: 17px;
    width: 16px;
}

.rel_type_hint{
    float: left;
    padding: 10px 10px 10px 20px;
    width: 362px;
}

#choose_account{
    margin-left:20px;
}

.float_left {
    float: left;
}

#info_step_2_container {
    font-family: 'Myriad Pro';
    color: #333;
}

#info_step_2_top {
    font-size: 14px;
    font-weight: 600;
}

.firm_name_top {
    color: #1791D7;
    font-size: 15px;
}

#info_step_2_image_firm {
    margin-right: 20px;
    width: 40px;
    height: 37px;
    background: url('/static/images/lp_short_register/firm_image.png');
}

#info_step_2_image_user {
    margin-right: 20px;
    width: 40px;
    height: 37px;
    background: url('/static/images/lp_short_register/firm_image.png');
}

.info2_text_middle {
    width: 875px;
    padding-top: 2px;
    font-size: 12px;
}

.profile_button_fill {
    float: left;
    width: 120px;
    height: 26px;
    border:none;
    color: #FFF;
    font-weight: bold;
    font-family: Verdana;
    font-size: 12px;
    padding-top: 3px;
    padding-left: 5px;
    margin-top: 20px;
    text-shadow: 1px 1px 1px #065F92;
    background: url("/static/images/new_layout/ciecie_20.png") no-repeat scroll 0px 0px transparent;
}

.profile_button_fill:hover {
    background-position: -127px 0px;
}

#info_step_2_middle {
    width: 965px;
    height: 100px;
    border-bottom: 1px solid #CECECE;
}

.options_top, .options_bottom {
    width: 965px;
    height: 50px;
}

.options_user {
    width: 300px;
    height: 50px;
    margin-right: 20px;
}

.options_firm {
    width: 300px;
    height: 50px;
    margin-right: 20px;
}

.option_text {
    float: left;
    padding-top: 14px;
    color: #333;
}

.option_img {
    float: left;
    width: 45px;
    height: 42px;
}

.options_user #option_1_img {
    background: url('/static/images/lp_short_register/icons.png');
}

a.active .options_user  #option_1_img {
    background-position: 0px -49px;
}

.options_user #option_2_img {
    background: url('/static/images/lp_short_register/icons.png') -130px 0;
}

a.active .options_user  #option_2_img {
    background-position: -130px -49px;
}

.options_user #option_3_img {
    background: url('/static/images/lp_short_register/icons.png') -262px 0;
}

a.active .options_user  #option_3_img {
    background-position: -262px -46px;
}

.options_user #option_4_img {
    background: url("/static/images/lp_short_register/icons.png") -66px 0;
}

a.active .options_user  #option_4_img {
    background-position: -66px -48px;
}

.options_user #option_5_img {
    background: url('/static/images/lp_short_register/icons.png') -195px 0;
}

a.active .options_user  #option_5_img {
    background-position: -195px -47px;
}

.options_user #option_6_img {
    background: url('/static/images/lp_short_register/icons.png') -322px 0;
}

a.active .options_user  #option_6_img {
    background-position: -322px -47px;
}

#desc_select_box ul {
    max-height: 150px;
}

.firm #info_step_2_middle {
    height: 115px;
}

#info_step_2_middle_buttons {
    width: 100%;
    height: 65px;
    float: left;
}

.profile_1, .profile_2 {
    width: 70px;
    height: 80px;
    float: left;
    background: url('/static/images/lp_short_register/profile.png') 0 -15px;
}

.profile_2 {
    background-position: -75px -15px;
}

.profile_button_1, .profile_button_2 {
    padding-top: 25px;
    text-decoration: underline;
    color: #333;
}

.profile_butt_1, .profile_butt_2 {
    margin-left: 50px;
    margin-right: 200px;
}

.info_options_top {
    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
}

.firm .options_left {
    float: left;
    width: 470px;
}

.firm .options_right {
    float: right;
    width: 470px;
}

.options_firm #option_1_img {
    background: url("/static/images/lp_short_register/icons.png") -391px 0;
}

a.active .options_firm  #option_1_img {
    background-position: -391px -47px;
}

.options_firm #option_2_img {
    background: url('/static/images/lp_short_register/icons.png');
}

a.active .options_firm  #option_2_img {
    background-position: 0px -49px;
}


.options_firm #option_3_img {
    background: url('/static/images/lp_short_register/icons.png') -262px 0;
}

a.active .options_firm  #option_3_img {
    background-position: -262px -46px;
}

.options_firm #option_4_img {
    background: url("/static/images/lp_short_register/icons.png") -66px 0;
}

a.active .options_firm  #option_4_img {
    background-position: -66px -48px;
}

.options_firm #option_5_img {
    background: url("/static/images/lp_short_register/icons.png") no-repeat -525px -4px;
}

a.active .options_firm  #option_5_img {
    background-position: -525px -51px;
}


.options_firm #option_6_img {
    background: url('/static/images/lp_short_register/icons.png') -456px 0;
}

a.active .options_firm  #option_6_img {
    background-position: -456px -47px;
}

.options_firm #option_7_img {
    background: url('/static/images/lp_short_register/icons.png') -195px 0;
}

a.active .options_firm  #option_7_img {
    background-position: -195px -47px;
}

.options_firm #option_8_img {
    background: url('/static/images/lp_short_register/icons.png') -130px 0;
}

a.active .options_firm  #option_8_img {
    background-position: -130px -49px;
}

