.td-ss-main-content *{
  box-sizing: content-box;
}
.hide{
  display: none;
}
.show{
  display: block;
}
.bullets_online{
 min-height: 50px;
 position: relative;  
}
.bullets_online_knop{
  min-height: 27px;
  position: relative;
  z-index: 3;
}
.bullets_online_knop>img{
  position: absolute;
  top:0;
  right: 0;
  cursor: pointer;
  border-radius: 4px;
}

.bullets_forms{
  background-color: #ffd800;
  border-radius: 10px 0px 10px 10px;
  position: relative;
  z-index: 0;
  padding: 10px 26px;
  padding-bottom: 30px;
  display: none;
}
.number_bullets{
  float: right;
  margin-right: 250px;
  overflow: hidden;
  padding-top: 2px;
  display: none;
}
#cabinet *{
  box-sizing: content-box;
}
.bullets_img_loader{
  display: block;
  opacity: 0;
  position: absolute;
margin-top: 3px;
  transition:  opacity 0.2s ease;
  -webkit-transition:  opacity 0.2s ease;
  -moz-transition:  opacity 0.2s ease;
  -o-transition:  opacity 0.2s ease;
}
.bullets_forms .dashed {
border-bottom: 1px dashed;
}
.bullets_forms .avatar img {
float: left;
    width: auto;
    max-width: 100px;
}

.bullets_forms b.loginza {
font-weight: normal;
}
.bullets_forms #bullets_forms_userinfo b {
margin-left: 6px;
}
.bullets_forms #bullets_forms_userinfo>p.bullets_login_text+p{
   display: none;
}
.bullets_left{
  float: left;
  margin-right: 10px;
}
.bullets_text_fiels{
     clear: both;
}
.bullets_text,.bullets_text_hide{
  width:370px;
  border: 1px solid #130000;
  font-size: 18px;
  line-height: 26px;
  padding: 4px 8px;
  font-family: Tahoma, Geneva, sans-serif;
  word-wrap: break-word;
white-space: pre-wrap;
}
.bullets_text_hide{
  display: none;
}
.bullets_h2{
  margin-top: 20px;
  margin-bottom: 5px;
}

.b_big{
  font-size:20px;
}

.clear_b{
  clear: both;
}
.bullets_select{
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
.bullets_select_row{
  margin-top: 15px;
}
.bullets_forms select {
border: 1px solid black;
width: 95%;
height: 21px;
padding: 0;
font-size: 11px;
width: 150px;
}

.v_align_b{
  vertical-align: bottom;
}
.valid_mark.bullets_select{
  background: url("/templates/borovichionline/xslt/modules/bulletins/images/validate_mark.png") no-repeat;
  vertical-align: bottom;
  margin-bottom: 8px;
  margin-left: -12px;
  width: 7px;
  height: 7px;
  display: none;
}
.error .valid_mark.bullets_select{
  display: inline-block;
}
.bullets_select .dashed{
  display: inline-block;
  vertical-align: 2px;
  margin-left: 3px;
}

.b_check_color,.b_check_border{
   position: relative;
}
.bullets_example_check_color,.bullets_example_check_border,.bullets_example_whith_photo{
  position: absolute;
  height: 0px;
  width: 170px;
  bottom: 100%;
  background: url("/templates/borovichionline/xslt/modules/bulletins/images/example_check_color.png") no-repeat;
  left: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition:  opacity 0.3s ease;
  -webkit-transition:  opacity 0.3s ease;
  -moz-transition:  opacity 0.3s ease;
  -o-transition:  opacity 0.3s ease;
}
.bullets_example_check_border{
  background: url("/templates/borovichionline/xslt/modules/bulletins/images/example_check_border.png") no-repeat;
  left: -18px;
}
.bullets_example_whith_photo{
  background: url("/templates/borovichionline/xslt/modules/bulletins/images/bulletins_with_photo.png") no-repeat;
  left: -18px;
  height: 0;
}
label[for="bullets_ogrn_file"]{
  display: inline;
  cursor: pointer;
}
label[for="bullets_ogrn_file"]:hover{
  text-decoration: underline;
}
.bullets_select.v_align_b{
  position: relative;
}
.b_check_color:hover .bullets_example_check_color,.b_check_border:hover .bullets_example_check_border,.v_align_b:hover .bullets_example_whith_photo{
  opacity: 1;
  height: 115px;
  filter: alpha(opacity=100);
  overflow: static;
}
.v_align_b:hover .bullets_example_whith_photo{
  height: 179px;
}
.bullets_row{
  margin-top: 15px;
}
.bullets_photo>div{
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.bullets_photo_input *,.bullets_photo_input,.bullets_photo_input:before,.bullets_photo_input:hover,.bullets_forms select,.bullets_forms label.dashed{
  cursor: pointer;
}
.bullets_photo_input{
  position: relative;
  cursor: pointer;
}
.bullets_photo_input img{
   max-width: 120px;
   outline: 2px solid #ffffff;
   
}
.no_photo img{
   outline: none;
}
.bullets_photo_input:before{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.0);
  display: block;
  content: "";
  transition:  0.4s ease;
  -webkit-transition:  0.4s ease;
  -moz-transition:  0.4s ease;
  -o-transition:  0.4s ease;
}
.bullets_photo_input:hover:before{
   background: rgba(0,0,0,0.4);
}
.bullets_photo_input input{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  opacity:0;
  filter: alpha(opacity=0);
}
.bullets_photo_name{
  display: inline-block;
  vertical-align: middle;
  max-width: 150px;
  margin-left: 5px;
}
.bullets_photo_del,.bullets_ogrn_del{
  vertical-align: middle;
  color: #ff0000;
  display: block;
  cursor: pointer;
}
.bullets_ogrn{
  position: relative;
  overflow: hidden;
}

#bullets_ogrn_file{
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  left:0;
  position: absolute;
}
.bullets_status_ogrn.error{
  outline: 2px solid red;
}
.bullets_photo {
  position: relative;
}
.bullets_ogrn:hover{
  cursor: pointer;
  color: #8c7673;
}
.bullets_photo_del:hover,.bullets_ogrn_del:hover{
   color: #b30000;
   text-decoration: underline;
}
.bullets_photo.no_photo .bullets_photo_del{
  display: none;
}
.bullets_forms .hide{
  display:none;
}
.bullets_status_row{
  position: relative;
}

.bullets_status_ogrn{
  position: absolute;
  top: 0;
  right: 0;
  background: #ffc600;
  padding: 15px;
width: 300px;
}
.bullets_ogrn,.bullets_ogrn_del{
  display: inline-block;
  vertical-align: middle;
}
.bullets_red{
  color: #ff0000;
}
.bullets_text_for_ju{
  border: 3px solid #ff0000;
  padding: 10px 10px 10px 65px;
  margin-top: 26px;
  background: url("/templates/borovichionline/xslt/modules/bulletins/images/warning_top_left_red.png") top left no-repeat;
  
}
.no_file .bullets_ogrn_del{
  display: none;
}
.bullets_v_a_m{
  display: inline-block;
  vertical-align: middle;
}
.bullets_input_text{
  margin-top: 6px;
  margin-bottom: 6px;
}
.bullets_input_text input{
   width: 250px;
   border: 1px solid #000;
   padding: 5px 10px;
}
.bullets_input_text.error input{
   outline: 2px solid #ff0000;
   border-color: transparent;  
}
.bullets_input_text .valid_mark{
  margin-right: 3px;
}

.bullets_row hr{
  background: #000;
}
.bullets_row_cell{
  display: inline-block;
  width: 250px;
  vertical-align: top;
}

.bullets_h2_big{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.bullets_row_cell_list{
  width: 250px;
}
.if_bullets_color_t,.if_bullets_border_t,.if_bullets_photo_t{
  padding-left: 50px;
}
.if_bullets_color_c,.if_bullets_border_c,.if_bullets_with_photo_c{
  font-weight: bold;
  margin-left: -20px;
  width: 70px;
}
.bullets_count_row_c{
  margin-left: -20px;
  width: 70px;
}
.bullets_row_cell.bullets_2{
  width: 70px;
}
.bullets_row_cell.bullets_3{
  width: 234px;
  padding-left: 30px;
}
.bullets_full_price{
  width: 150px;
  height: 40px;
  background: #fff;
  border: 1px solid #000;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 39px;
  line-height: 37px;
  color: #393939;
  overflow: hidden;
  margin-bottom: 3px;
}
.bullets_full_price+.bullets_v_a_m{
  line-height: 47px;
  margin-left: 5px;
}
.bullets_t_a_l{
  text-align: right;
}
.bullets_t_a_c{
  text-align: center;
}
.bullets_price_public_dis_{
  color: #ff0000;
}
.bullets_row_cell .bullets_t_a_l{
  width: 200px;
  padding-bottom: 6px;
  padding-top: 4px;
}
.bullets_cell2_row2{
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
  margin-left: -40px;
  width: auto;
  padding-left: 20px;
  padding-top: 4px;
}
.bullets_cell2_row2.last{
  border-bottom-color: transparent;
}
.bullets_data_print{
  color: #ff0000;
  font-weight: bold;
}
.bullets_user_capcha{
  float: right;
  width: 280px;
  text-align: right;
}
.bullets_user_capcha .bullets_select.valid_mark{
  vertical-align: top;
  margin-right: 3px;
  margin-top: 5px;
}
.bullets_user_confirm{
  width: 279px;
  position: relative;
}
.bullets_form_tools{
  padding: 10px 15px;
  display: none;
}
#bullets_user_confirm{
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
#for_bullets_user_confirm{
    display: inline-block;
    width: auto;
    vertical-align: top;
    padding-bottom: 10px;
    padding-left: 2px;
    background: url("/templates/borovichionline/xslt/modules/bulletins/images/bullets_dashed_long.png") bottom left repeat-x;
    cursor: pointer;
    /* font-size: 11px; */
    line-height: 15px;
    color: #393939;
    font: 11px/14px Tahoma,Verdana,sans-serif;
}
#for_bullets_user_capcha{
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
#for_bullets_user_capcha .bullets_dashed_long{
  padding-bottom: 5px;
  background: url("/templates/borovichionline/xslt/modules/bulletins/images/bullets_dashed_long.png") bottom left repeat-x;
}
.bullets_rand_for_capcha{
  text-align: right;
  font-weight: bold;
}


#bullets_user_capcha{
  width: 95px;
  margin-left: 8px;
  padding: 5px 10px;
  border: 2px solid rgb(197, 183, 183);
  color: rgb(58, 53, 53);
  font-weight: bold;
  font-size: 18px;
  transition:  0.3s ease;
  -webkit-transition:  0.3s ease;
  -moz-transition:  0.3s ease;
  -o-transition:  0.3s ease;
}
.error #bullets_user_capcha{
   border-color: #ff0000;
}
.bullets_user_confirm .valid_mark.bullets_select{
    vertical-align: top;
    position: absolute;
    top: 20px;
    left: 15px;
}
.if_bullets_is_error{
  padding: 0px;
  text-align: center;
  color: #ff0000;
  font-size: 15px;
  display: none;
}
.if_bullets_is_error.error{
  display: block;
}
.bullets_go_to_step{
  width: 300px;
  height: 40px;
   background: url("/templates/borovichionline/xslt/modules/bulletins/images/go_to_step.png") top left no-repeat;
   margin-bottom: 10px;
   display: inline-block;
   cursor: pointer;
   opacity: 0.9;
   transition:  0.5s ease;
   -webkit-transition:  0.5s ease;
   -moz-transition:  0.5s ease;
   -o-transition:  0.5s ease;
   margin-top: 10px;
   margin-bottom: 10px;
   
}
.bullets_go_to_step.bullets_step2{
   background: url("/templates/borovichionline/xslt/modules/bulletins/images/go_to_step.png") 0px -38px no-repeat;
   height: 38px;
}
.bullets_go_to_step.bullets_step3{
   background: url("/templates/borovichionline/xslt/modules/bulletins/images/go_to_step.png") 0px -76px no-repeat;
   height: 38px;
}
.bullets_go_to_step:hover{
  opacity: 1;
}

.bullets_checked_step  {
  background: url("/templates/borovichionline/xslt/modules/bulletins/images/bullet_steps.png") top left no-repeat;
  display: inline-block;
  position: relative;
  width: 440px;
  height: 50px;
}
.bullets_checked_step.bullets_step1{
  background-position: -4px -2px;
}
.bullets_checked_step.bullets_step2{
  background-position: -4px -52px;
}
.bullets_checked_step.bullets_step3,.bullets_checked_step.bullets_step4{
  background-position: -4px -102px;
}
.bullet_step_finish{
  position: absolute;
  background: url("/templates/borovichionline/xslt/modules/bulletins/images/step_checked.png") top left no-repeat;
  width: 25px;
  height: 25px;
  display: none;
}
.bullets_text_fiels textarea.error{
  box-shadow: #ff0000 0 0 0px 2px;
}
.bullet_step_finish.check{
  display: block;
}
.bullet_step_finish.bullet_s_1{
  left: 37px;
  top: 0;
}
.bullet_step_finish.bullet_s_2{
  left: 217px;
  top: 0;
}
.bullet_step_finish.bullet_s_3{
  left: 394px;
  top: 0;
}
.bullets_new_number{
  text-align: right;
}
.bullets_bull_show{
  width: 100%;
}
.bullets_bull_show thead .bullets_bull_show_top th{
  background: #ffc600;
  margin-bottom: 5px;
}
.bullets_bull_show_th_bottom{
  font-size: 3px;
}
th.bullets_th_1{
 text-align: left;
 padding: 3px;
 padding-left: 5px; 
}
th.bullets_th_2,th.bullets_th_3,.th.bullets_th_4{
 text-align: right;
 padding: 3px;
 padding-right: 15px; 
 width: 70px;
}
.bullets_bull_show tbody{
  background: #fff7f7;
  outline: 1px solid rgb(34, 136, 247);
}
.bullets_bull_show tbody td{
  min-height: 20px;
  padding: 5px;
  vertical-align: top;
  position: relative;
}
.bullets_bull_show tbody td:before{
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 7px;
  min-height: 0;
  height: initial;
  border-right:1px solid #cccccc;
  content: "";
  display: block;
}
.bullets_bull_show tbody td:last-child:before{
  border-width: 0;
}
.bullets_bull_show tbody td.bullets_td_1{
  width: 284px;
  padding: 8px;
  font-size: 14px;
}
.bullets_bull_show tbody td.bullets_td_3{
  color: #889d22;
  cursor: pointer;
}
.bullets_bull_show tbody td.bullets_td_4{
  text-align: center;
}
.bullets_step2_price{
  font-size: 20px;
  padding-left: 10px;
  border-bottom: 1px dashed #000;
  display: inline-block;
  padding-bottom: 5px;
}

.bullets_step2_price1{
  text-align: right;
  padding-right: 20px;
  font-size: 13px;
  
}
.bullets_show_my_bul{
  text-decoration: underline;
  color: #889d22;
  position: relative;
  cursor: pointer;
}
.bullets_show_my_bul>img{
  position: absolute;
  overflow: hidden;
  width:0;
  height: 0;
  border-radius: 4px;
  left: 50%;
  margin-left: -80px;
  bottom: 100%;
  border: 5px solid #fff;
  transition: opacity 0.4s ease;
  -webkit-transition: opacity  0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  box-shadow: -1px 1px 2px #000;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bullets_show_my_bul:hover img{
  width: auto;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.bullets_step_3_money{
  background: url("/templates/borovichionline/xslt/modules/bulletins/images/choice_terminal.png") top left no-repeat;
 margin-top: 20px;
  margin-left: -33px;
  width: 662px;
  height: 60px;
}

#bullets_step_3{
  text-align: center;
}
#bullets_step_3 .bullets_dashed{
  background: url("/templates/borovichionline/xslt/modules/bulletins/images/bullets_dashed_long.png") center left repeat-x;
  width: 100%;
  height: 30px;
  
}
.bullets_money {
  display: inline-block;
  display: inline-block;
  margin-top: 30px;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  opacity: 0.9;
  transition:  0.4s ease;
  -webkit-transition:  0.4s ease;
  -moz-transition:  0.4s ease;
  -o-transition:  0.4s ease;
  display: none;
}
.bullets_money:hover{
  opacity: 1;
}
#bullets_step_4 {
  position: relative;
}
#bullets_step_4 .bullets_h2{
  font-weight: bold;
  font-size: 20px;
}
#bullets_step_4 .bullets_h3{
  font-size: 16px;
}

.button_check_send_write{
  background: #fff;
  border-width: 0px;
  padding: 11px 20px;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  transition:  0.5s ease;
  -webkit-transition:  0.5s ease;
  -moz-transition:  0.5s ease;
  -o-transition:  0.5s ease;
  background: url("/templates/borovichionline/xslt/modules/bulletins/images/bullet_write_after_pay.png") no-repeat;
width: 221px;
height: 55px;

}
.button_check_send_write:hover{
  opacity: 0.7;
}

.bullets_write_modal{
  position: fixed;
  width: 650px;
  background: #ededed;
  border-radius: 20px;
  min-height: 300px;
  left: 50%;
  top: 10%;
  margin-left: -300px;
  z-index: 10000;
}
.bullets_write_modal_middle{
  margin-top: 40px;
  width: 500px;
margin: 0 auto;
}
.bullets_write_modal_middle label{
   font-size: 25px;
   line-height: 31px;
   color: #cccccc;
}
.bullets_write_modal_middle .Bullets_you_write_name{
  font-size: 28px;
  border-radius: 5px;
  border: 2px solid rgb(213, 189, 139);;
  padding: 5px 10px;
}
.bullets_write_modalbottom{
  margin: 20px auto;
  width: 250px;
  text-align: center;
  cursor: pointer;
}
.bullet_send_message{
  background: url(/templates/borovichionline/xslt/modules/bulletins/images/bullet_send_message.png) no-repeat;
  width: 242px;
  height: 70px;
  transition:  opacity 0.4s ease;
  -webkit-transition:  opacity 0.4s ease;
  -moz-transition:  opacity 0.4s ease;
  -o-transition:  opacity 0.4s ease;
}
.bullet_send_message:hover{
  opacity: 0.8;
}
.bullets_write_modal_middle .Bullets_you_write_text{
  font-size: 20px;
width: 420px;
border-radius: 5px;
  border: 2px solid rgb(213, 189, 139);;
  padding: 5px 10px;
}
.bullets_write_modal_label{
  position: relative;
  margin: 0 auto;
  display: block;
}

.bullets_paid{
  position: absolute;
  top: 30px;
  right: 10px;
  width: 133px;
  height: 134px;
  background: url("/templates/borovichionline/xslt/modules/bulletins/images/paid_ok.png") center left no-repeat;
}

.bullets_table{
  background: #f4f4f4;
}

.bullets_category_name{
  background: #fee900;
  padding: 8px 15px 5px 20px;
  width: auto;
  float: left;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.bullets_category_Pname{
  padding: 0px 15px 5px 10px;
  width: auto;
  float: left;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
}
.bullets_category_Pname>span{
  text-transform: uppercase;
}
.bullets_cat_hr{
  clear: both;
  border-bottom: 1px solid #cccccc;
}
.bullets_category_hide{
  float: right;
  padding: 8px 5px 5px 20px;
  margin-top: 5px;
  margin-bottom: 0px;
  cursor: pointer;
}
.bullets_p_category .bullets_category_hide{
  margin-top: 0;
}
.bullets_p_category .bullets_bull_show thead .bullets_bull_show_top th{
  background: #e6e6e6;
  color: #858585;
}
.bullets_p_category .bullets_bull_show{
  width: 570px;
  margin-left: 50px;
  margin-top: 20px;
  position: relative;
}
ol.billets_ol_admin .bullets_bull_show{
  margin-top: 0;
}
.bullets_bull_show.first{
  margin-left: 65px;
  margin-bottom: 20px;
}
.billets_ol_admin{
  counter-reset: item;
  list-style: none;
}
.billets_ol_admin>li{
  position: relative;
}
ol.billets_ol_admin li:before
 { color: #9d9d9d;
    content: counters(item, ".", decimal) ".";
    counter-increment: item;
    left: 30px;
    margin: 0 13px 0 1px;
    position: absolute;
    text-align: center;

}
.bullets_p_category .bullets_bull_show tbody {
  outline-color: #cdcdcd;
  background: #ffffff;
}

.bulletins_table_foot{
  background: #ffffff;
  margin-left: 50px;
  margin: 3px 17px 15px 50px;
  padding: 5px 5px;
  overflow: hidden;
  
}
.bulletins_table_foot .bullets_first{
  float: left;
  color: rgb(111, 106, 106);
  font-weight: bold;
  font-size: 12px;
  padding-left: 9px;
}
 .bulletins_table_foot .bullets_second{
  float: right;
  color: #ff0000;
  font-size: 12px;
  padding-right: 9px;
  cursor: pointer;
}
.bullets_bull_show tbody td.bullets_td_1>div,.bullets_bull_show tbody td.bullets_td_2,.bullets_bull_show tbody td.bullets_td_3>div{
  /*border-right: 1px solid #cccccc;*/
  min-height: 80px;
}
.bullets_bull_show tbody td.bullets_td_1>div,.bullets_bull_show tbody td.bullets_td_2{
  min-height: 80px;
}
.bullets_bull_show  .bul{
  min-height: 80px;
}

.bullets_category .bullets_bull_show tbody  td.bullets_td_1,.bullets_category.bullets_bull_show thead th.bullets_th_1{
    width: 234px;
}
.bullets_category .bullets_bull_show tbody  td.bullets_td_2,.bullets_category.bullets_bull_show thead th.bullets_th_2{
    width: 90px;
}
.bullets_category .bullets_bull_show tbody  td.bullets_td_4,.bullets_category.bullets_bull_show thead th.bullets_th_4{
    width: 104px;
}

.bulletLast{
  color: #000;
  font-weight: normal;
}
.bulletLast:hover,.bulletDel:hover,.bulletGoBuy:hover{
    text-decoration: underline;
}

.bullets_category_inner th{
  
}

.bulletins_hide{
  
}
.bullet_modal{
  position: fixed;
  width: 800px;
  height: 500px;
  margin-left: -400px;
  margin-top: -250px;
  border: 4px solid #fff;
  box-shadow: 0px 0px 25px rgba(0,0,0,0.8);
  top: 50%;
  left: 50%;
  background: #fff;
  z-index: 1000;
}
.bullet_modal._pay{
  width: 1024px;
  height: 600px;
  margin-left: -512px;
  margin-top: -384px;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  margin: 0;
  width: auto;
}
.bullet_modal._pay iframe{
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
}
div.bulletins_modal_closed {
    position: absolute;
    top: -12px;
    right: -15px;
    height: 30px;
    width: 30px;
    background: url('/templates/borovichionline/xslt/modules/bulletins/images/fancy_closebox.png') top left no-repeat;
    cursor: pointer;
    z-index: 181;
    opacity: 0.8;
}
div.bulletins_modal_closed:hover{
  opacity: 1;
}
.bulletins_modal_middle{
  width: 100%;
  height: 88%;
  overflow-y: scroll;
}
.bullet_modal._pay .bulletins_modal_middle{
  overflow: hidden;
  height: 100%;
}
.bulletins_modal_menu{
  padding: 5px 10px;
  
}
.bulletins_modal_menu ul{
  overflow: hidden;
}
.bulletins_modal_menu .button{
  float: left;
}
.bulletins_table_foot .bulletLast{
  display: none;
}
/* календарь */
.bullets_Call_manth{
  display: inline-block;
  vertical-align: top;
}
.bullets_Call_manth.mini{
  position: relative;
  width: 192px;
  bottom: 0;
  left: -10px;
  height: 210px;
}
.bullets_Call_manth.mini  .m_prev{
background: url('/templates/borovichionline/images/afisha/arrow_calendar_left.png') no-repeat;
display: block;
float: left;
width: 14px;
height: 11px;
margin-top: 22px;
margin-left: 10px;
position: absolute;
top: 0;
left: 0;
cursor: pointer;
}
.bullets_Call_manth.mini  .m_next{
background: url('/templates/borovichionline/images/afisha/arrow_calendar_right.png') no-repeat;
display: block;
float: right;
width: 14px;
height: 11px;
margin-top: 22px;
margin-right: 10px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
.bullets_Call_manth.mini  .m_next,.bullets_Call_manth.mini  .m_prev{
  transition:  0.4s ease;
  -webkit-transition:  0.4s ease;
  -moz-transition:  0.4s ease;
  -o-transition:  0.4s ease;
}
.bullets_Call_manth.mini  .m_next:hover,.bullets_Call_manth.mini  .m_prev:hover{
  opacity: 0.6;
}
table.calendar    { border-left:1px solid #999; }
tr.calendar-row  {  }
td.calendar-day  {  font-size:11px; position:relative; }
td.calendar-day:hover  { background:#eceff5; }
td.calendar-day-np  { background:#eee; } 
td.calendar-day-head { background:#ccc; font-weight:bold; text-align:center; width:20px; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
div.day-number    { 
  background:#999; 
  padding:5px; 
  color:#fff; 
  font-weight:bold;
  float:right; 
  margin:-5px -5px 0 0; 
  text-align:center; 
  padding: 2px;
  border-bottom-left-radius: 5px;
  font-size: 8px;
}
table.calendar.mini td.calendar-day.today{
  box-shadow: 0px 0px 11px rgb(13, 149, 155) inset;
}
table.calendar.mini td.calendar-day.today .day-number{
  background: none;
  border-color: transparent transparent rgb(70, 83, 177) transparent;
}
table.calendar.mini td.calendar-day.today p{
  color: rgb(59, 139, 202);
  font-weight: bold;
  margin: 0;
  text-align: center;
  margin-left: -1px;
}
table.calendar.mini .calendar-day.not_day div.day-number {
  background: transparent;
  border-color: transparent;
}

table.calendar.mini .day-number{
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
  width: 0;
  padding: 0px;
  border: 4px solid red;
  border-color: transparent transparent rgb(255, 144, 24) transparent;
  background: none;

 
} 
body .overflow-vis{
  overflow: visible !important;
}
body .overflow-vis .td-mobile-nav-wrap{
  display: none !important;
}
#my_bullets,.my_bullets_adm{
  max-width: 700px;
}
.lk_menu li:first-child span{
  display: none;
}
td.calendar-day, td.calendar-day-np { width:20px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999;line-height: 9px; }
table.calendar.mini td.calendar-day-head{
  display: none;
  
}  
.blog * {
    box-sizing: content-box;
}
.tipsbox td{
   padding: 0 !important;
}
.loginza .menu-item{
      color: #4A9C0E;
}
table.calendar.mini td.calendar-day-head.show{
  display: table-cell;
}
table.calendar.mini .calendar-day p{
  width: 10px;
  color: rgb(153, 147, 138);
}
table.calendar.mini td.calendar-day,table.calendar.mini td.calendar-day-np {
  padding-bottom: 3px;
   border-bottom: 1px solid rgb(221, 217, 217);
  border-right: 1px solid rgb(221, 217, 217);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 7px;
}
table.calendar.mini td.calendar-day.c_all,table.calendar.mini td.calendar-day.c_all p{
    text-align: left;
}
table.calendar.mini td.calendar-day.c_all.tomorrow p{
    color: #000;
}
table.calendar.mini td.calendar-day.c_all p.date_cal{
    text-align: center;
    margin-bottom: 14px;
    color: rgb(153, 147, 138);
}
table.calendar.mini td.calendar-day.c_all.today p {
color: #000;
}
table.calendar.mini td.calendar-day.c_all.today a {
color: #efefef;
}
table.calendar.mini td.calendar-day.c_all.today a:hover {
color: #2096aa;
}
table.calendar.mini td.calendar-day.c_all .call_paragraff{
    margin-bottom: 8px;
}
table.calendar.mini td.calendar-day.c_all a{
    color: #5E6F04;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    display: block;
    position: relative;
}
td.calendar-day.c_all a .callen_more{
    display: none;
    position: absolute;
    
    background: #F7FFCD;
    min-height: 100px;
    width: 450px;
    border: 1px solid #000;
    z-index: 100000;
    padding: 14px;
}
td.calendar-day.c_all a .callen_more.c_top{
   bottom: 100%; 
}

td.calendar-day.c_all a .callen_more.c_bottom{
   top: 100%; 
}
td.calendar-day.c_all a .callen_more.c_left{
   
    left: -20px; 
}
td.calendar-day.c_all a .callen_more.c_right{
   
    right: -20px;
}
td.calendar-day.c_all a:hover .callen_more{
    display: block;
}

.callen_more .target_left{
    display: inline-block;
    min-width: 185px;
    min-height: 264px;
 }
.callen_more .target_left img{
    width: 185px; 
  
}
.callen_more .target_left{
    background: url("/templates/borovichionline/images/preload_call.gif") center center no-repeat;
      border: 2px solid #fff;
border: 2px solid #fff;
border-radius: 4px;
box-shadow: -1px 2px 7px #000;
background-color: #fff;
}
.call_rubr{
display: inline-block;
width: auto;
background: #B4CD33;
color: #000;
font-weight: bold;
font-size: 13px;
padding: 3px 5px;
margin-bottom: 10px;
text-transform: uppercase;
}
.call_paragraff .c_info{
    font-weight: normal !important;
    font-size: 12px !important;
    
}
.call_paragraff .c_info b{
    font-weight: bold !important;
    color: #DC8C1F !important;
    font-size: 12px !important;
}
.callen_more .target_right{
    width: 241px;
display: inline-block;
padding-left: 10px;
vertical-align: top;
}
.callen_more .target_right h2:first-letter{
    text-transform: uppercase;
}
.target_right p ,.target_right p  b{
    font-size: 14px !important;
    color: #000 !important;
}
.target_right p  b{
    font-weight: bold !important;
}
.callen_more .target_right h2{
color: #DC8C1F;
font-size: 22px;
line-height: 24px;
font-weight: bold;
}
table.calendar.mini .calendar-day.not_day {
  cursor: default;
}
table.calendar.mini .calendar-day.not_day .day-number{
  border-color: transparent;
}
table.calendar.mini{
  border-left: 1px solid rgb(221, 217, 217);
}
.bullets_Call_manth{
  display: inline-block;
  vertical-align: top;
  margin: 17px;
}

 
#cabinet .bullets_Call_manth h2{
  font-size: 17px;
}
.bullets_middle_year{
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  width: 100px;
  display: block;
}
.calendar-day .text{
  width: 25px;
  padding: 0;
  position: absolute;
  left: 2px;
  top: 10px;
  font-size: 10px;
  height: 12px;
}
.calendar-day{
  vertical-align: top;
  height: 19px;
}

#cabinet .bullets_Call_manth.mini h2{
  text-align: center;
  background: url('/templates/borovichionline/images/afisha/header_calendar.png') no-repeat;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-top: 12px;
  background-size: 100%;
}
table.calendar.mini tr{
  background: url('/templates/borovichionline/images/afisha/body_calendar.png') repeat-y;
  background-size: 100%;
  padding: 0 4px;
}
.calendar-day p{
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 9px;
  width: 20px;
  clear: both;
  color: rgb(137, 160, 22);
      line-height: 6px;
}
.bullets_Call_manth.mini.max table.calendar.mini{
    width: 100%;
}
.bullets_Call_manth.mini.max{
width: 100%;
margin-left: 0;
height: auto;
left: 0;
margin-top: 6px;
}
table.calendar.mini.max {
border-left: none;
}
table.calendar.mini td.calendar-day.today p.date_cal,table.calendar.mini td.calendar-day.today b {
    color: #fff;
}
table.calendar.mini td.calendar-day.today p.date_cal{
    font-size: 12px;
}
table.calendar.mini.max td.calendar-day-head{
    background: #B4CD33;
    border: 1px solid #fff; 
    font-size: 14px;
}
table.calendar.mini.max tbody td{
       background: #F5F5F5;
    border-color: #DADADA;
   vertical-align: top;
}
table.calendar.mini.max tbody tr.tw td{
    padding: 8px 4px 14px 4px;
    border-bottom-width: 1px;
}
table.calendar.mini.max .calendar-day p{
    width: 100%;
    text-align: center;
}
table.calendar.mini.max .calendar-day p.date_cal{
    margin-bottom: 4px;
}
table.calendar.mini.max .calendar-day  b{
    color: #b6b6b6;
    font-weight: normal; 
}
table.calendar.mini.max .calendar-day time{
    font-size: 20px;
    display: block;
    color: #C0C0C0;
    line-height: 29px;
}
table.calendar.mini.max .calendar-day  hr{
margin: 10px 9px;
background: #C8C5C5;

    border-bottom: none; 
}
table.calendar.mini.max .calendar-day time.enabled{
    color: #000;
}
table.calendar.mini.max td.calendar-day.today {
box-shadow: none;
background: #B4CD33;
}
.bull_year_rhight,.bull_year_left{
  color: #b7db00;
  cursor: pointer;
  transition:  0.4s ease;
  -webkit-transition:  0.4s ease;
  -moz-transition:  0.4s ease;
  -o-transition:  0.4s ease;
}
.bull_year_rhight:hover,.bull_year_left:hover{
  color: #536400;
}
.bull_year{
  color: #536400;
}


#left .separator {
width: 320px;
height: 14px;
background: url(/templates/borovichionline/images/new/infostock-separator.jpg) 0 0 transparent repeat-x;
}


.billets_ol_admin .bullets_td_4.noPay{
  background: url('/templates/borovichionline/xslt/modules/bulletins/images/sellOut.png') 23px bottom no-repeat;
  
}
.billets_ol_admin .bullets_td_4.Pay{
  background: url('/templates/borovichionline/xslt/modules/bulletins/images/sellOut.png') right bottom no-repeat;
  
}

.table_addonSettings th{
    background: #f4f4f4;
    text-align: center;
}

.bullets_left_menu a{
  color: rgb(80, 78, 78);
  font-size: 18px;
  line-height: 25px;
}
.bullets_client_left{
/*  padding-left: 30px;*/
}
.bullet_left_top h2{
  color: #000;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: normal;
}
 
.bullet_left_top h3{
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 17px;
}
.bullet_left_top .bullet_welcom{
  background: #ececec;
  padding-bottom: 5px;
  border-bottom: 4px solid #ffd800;
  margin-top: 24px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 20px;/*
  max-width: 265px;*/
}
.bullets_discont_main{
  height: 192px;
  background: url("/templates/borovichionline/xslt/modules/bulletins/images/diskont_main_logo.png") no-repeat;
  margin-left: -34px;
  position: relative;
  background-size: cover;
}
#content .bullets_discont_main ul{
    position: absolute;
    bottom: 0;
    left: 25%;
}
#content .bullets_discont_main ul li{
  display: inline-block;
  margin-left: 5px;
}
#content .bullets_discont_main ul li a{
  font-size: 13px;
  color: black;
  padding-right: 5px;
  border-right: 1px solid #000;
}
#content .bullets_discont_main ul li:last-child a{
  border-right: 0px solid #000;
}
#content .bullets_discont_main ul li a:hover{
  
}
.bullet_w_bottom{
  margin-bottom: 5px;
}
.bullet_w_bottom .bullet_w_b_t{
    padding: 7px 4px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
    cursor: pointer;
    background: #dadada;
    clear: both;
    
}
.bullet_w_top{
  position: relative;
}
.bullet_w_top .b_l,.bullet_w_top .b_r{
  float: left;
  vertical-align: top;
}
.bullet_w_top .b_l {
  padding: 10px 14px;
}

.bullet_welcom .bullet_w_b_text{
    
}
.bullet_w_b_text {
 
padding-left: 0px;
padding: 4px 14px;
}
.bullet_w_top .b_r {
  padding: 10px 14px; 
  padding-left: 0px;
  padding-right: 0;
  float: none;
}
.bullet_warn{
  position: absolute;
  right: 0px;
  top: 15px;
  padding: 5px 10px;
  background: #ffd800;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.bullet_redactor{
  margin-top: 35px;
}
.bullet_redactor p{
  margin-bottom: 3px;
}
.bullet_redactor p:last-child {
    margin-top: 15px;
    text-align: center;
}
.bullet_w_top .b_l img{
  border: 2px solid #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 1px #000;
  width: 80px;
}
[class^="Ticon-"], [class*=" Ticon-"] {
display: inline-block;
width: 14px;
height: 14px;
line-height: 14px;
vertical-align: text-top;
background-image: url("/templates/borovichionline/xslt/modules/bulletins/images/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
cursor: pointer;
opacity: 0.8;
transition:  opacity 0.4s ease;
-webkit-transition:  opacity 0.4s ease;
-moz-transition:  opacity 0.4s ease;
-o-transition:  opacity 0.4s ease;
}
[class^="Ticon-"]:hover, [class*=" Ticon-"]:hover{
  opacity: 1;
}
.Ticon-plus {
background-position: -408px -96px;
}
.Ticon-trash {
background-position: -456px 0;
 
}
.table_addonSettings_new{
   
}

#alert-block{
	position: fixed;
	top: 50px;
	right: 20px;
	width: 350px;
	z-index: 1000000;
}
.alert {
padding: 8px 35px 8px 14px;
margin-bottom: 18px;
color: #c09853;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.alert-success {
color: #468847;
background-color: #b7db00;
border-color: #2f461c;
}

 #left.bulletins_left_adm{
  position: fixed;
  height: 100%;
  width: 200px;
  background: rgba(255,255,255,0.9);
  top: 0;
  left: 0;
  z-index: 1000;
  margin: 0;
  padding: 10px;
  padding-top: 30px;
}

#left.bulletins_left_adm .archive li.news-item.cnt_0 a.month {
  color: rgb(121, 116, 116);
}
#left.bulletins_left_adm a{
  cursor: pointer;
}

.bullets_cvart+ul{
  margin-top: 0;
  padding-left: 10px;
}
.bullets_cvart+ul>li{
  font-size: 12px;
  cursor: pointer;
  color: rgb(121, 117, 117);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  transition:  0.4s ease;
  -webkit-transition:  0.4s ease;
  -moz-transition:  0.4s ease;
  -o-transition:  0.4s ease;
}
.bullets_cvart+ul>li.now{
  color: #a1c100;
}
.topInfo_b{
  border-bottom: 1px solid rgb(163, 162, 162);
}
.bullets_cvart+ul>li.prev{
  color: rgb(131, 2, 28);
  color: rgba(255, 2, 53, 0.54);
}
 
 .bullets_cvart+ul>li:hover{
   color: #c6c4c4;
   background: rgba(146, 146, 140, 0.09);
 }
.bullets_cvart+ul>li.today{
  color: rgb(230, 152, 13);
  text-shadow: 1px 1px 1px rgba(0,0,0,0);
}
.bulletins_left_admin.archive .monthes>li a{
  cursor: pointer !important;
  transition:  0.4s ease;
  -webkit-transition:  0.4s ease;
  -moz-transition:  0.4s ease;
  -o-transition:  0.4s ease;
}
.bulletins_left_admin.archive .monthes>li a:hover{
  color: #aaaaaa !important;
}
.bulletins_left_admin .monthes{
  margin-top: 0; 
  
}
.bulletins_left_admin.archive .monthes>li.cnt_18{
  background: url("/templates/borovichionline/images/new/bg_left_menu_month_li.png") no-repeat scroll 0 3px transparent !important;
  padding-top: 0 !important;
}

.bullets_close_all {
  background: #b7db00;
  padding: 5px;
  overflow: hidden;
  cursor: pointer;
}
.bullets_category_all_hide{
  float: right;
}

.bullets_addon_inform{
  overflow: hidden;
  padding: 10px 0;
}

.check_by_number_bullet{
  float: right;
width: 100px;
padding: 3px 5px;
border: 1px solid #b7db00;
font-weight: bold;
font-size: 22px;
}

.export_bullet{
  background: #d7ecce;
  float: right;
  padding: 4px 5px;
  font-weight: bold;
  border-radius: 5px;
  transition:  0.4s  ease;
  -webkit-transition:  0.4s  ease;
  -moz-transition:  0.4s  ease;
  -o-transition:  0.4s  ease;
  border-style: solid;
  cursor: pointer;
}
.export_bullet:hover{
  background: #a7d0f1;
}
.export_bullet:active{
  background: #2099c1;
}

.bullet_well_adm{
  margin: 20px auto;
  width: 300px;

}
.bullet_well_adm .b_mini_file{
  width: 110px;
  overflow: hidden;
  margin-bottom: 5px;
}
.bullet_well_adm .b_l{
  width: 80px;
}
.bullets_td_3 div.next{
  color: rgb(207, 206, 206);
}
.bullets_td_3 div.prev{
  color: rgb(167, 20, 20);
}

.bullet_filter_bull{
  float: right;
  margin-right: 10px;
  margin-top: 8px;
}
.bullet_filter_bull b{
  display: inline-block;
  vertical-align: top;
  color: rgb(15, 20, 39);
}
.filter_buy .sort{
  display: none;
}

.table_addonSettings_btnBox{
	padding: 11px 53px;
	text-align: right;
}
.table_addonSettings_btnBox .button.active{
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.42) inset;
 
} 
#cabinet .table_addonSetTrh h2{
  text-align: center;
  color: #FFFFFF;
  margin: 10px;
  text-shadow: -1px 1px 25px #000;
  background: rgb(152, 200, 108);
  padding: 10px;
}

.bullets_bull_show_top th{
  white-space: nowrap;
}