/**
 * standart-components.css
 * /tensor/tensor_styles/standart-components.css
 * @package    tensor
 * @copyright  2020 Ivan Verigin {ii.verigin@ensor.ru}
 * @license    https://new-edu.saby.ru
 */








/*текст вопроса*/
#region-main .que .content .formulation {
    background-color: #fff;
    border: none;
}

/*для легенды*/
.block_leg_col {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 12px;
}


/*кружок для отметки кликабельности*/
.elips_click {
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background-color: #66cccc;
  display: block;
  position: absolute;
}

.btn_blue{
    background-color: unset;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 24px;
    border: 1px #587ab0 solid;
    padding: 1px 12px;
    border-radius: 24px;
    font-size: 14px;
    top: 2px;
    cursor: pointer;
    font-family: tensorfont,sans-serif;
    text-decoration: none;
    text-align: center;
    color: #333;
}
.btn_blue:hover{
    background-color: #F0F5FB;
    text-decoration: none;
    color: #333;
}
.btn_blue:active{
    background-color: #E1ECF6;
    text-decoration: none;
    color: #333;
}
.btn_blue_standart1:hover{
    background-color: #FFE6DB;
    text-decoration: none;
    color: #333;
}
.btn_blue_standart2:hover{
    background-color: #DBECFF;
    text-decoration: none;
    color: #333;
}
.btn_blue_standart3:hover{
    background-color: #E0F5E0;
    text-decoration: none;
    color: #333;
}
.btn_blue_standart4:hover{
    background-color: #E5E7EB;
    text-decoration: none;
    color: #333;
}
.btn_red{
    background-color: unset;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 24px;
    border: 1px #ff7033 solid;
    padding: 1px 12px;
    border-radius: 24px;
    font-size: 14px;
    top: 2px;
    cursor: pointer;
    font-family: tensorfont,sans-serif;
    text-decoration: none;
    text-align: center;
    color: #333;
}
.btn_red:hover{
    background-color: #fdecd9;
    text-decoration: none;
    color: #333;
}
.btn_red:active{
    background-color: #fdd2c0;
    text-decoration: none;
    color: #333;
}
.btn_red_standart1:hover{
	background-color: #FFE6DB;
    text-decoration: none;
    color: #333;
}
.btn_red_standart2:hover{
	background-color: #DBECFF;
    text-decoration: none;
    color: #333;
}
.btn_red_standart3:hover{
	background-color: #E0F5E0;
    text-decoration: none;
    color: #333;
}
.btn_red_standart4:hover{
	background-color: #E5E7EB;
    text-decoration: none;
    color: #333;
}

/*контурные кнопки с иконкой*/
.btn_red_icon{
    font-family: 'cbuc-icons24';
    font-size: 24px;
    padding-top: 0px;
    top: -7px;
    position: absolute;
    color: #FF7033;
    left: 12px;
}
.btn_blue_icon{
    font-family: 'cbuc-icons24';
    font-size: 24px;
    padding-top: 0px;
    top: -7px;
    position: absolute;
    color: #587ab0;
    left: 12px;
}
.btn_blue:hover .btn_blue_icon{
    color: #313e78;
}
.btn_blue_icon:hover{
    color: #313e78;
}




/*переключатель в режиме чтения*/
.setting_switch_read {
  font-family: "TensorFont";
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
    display: inline-block!important;
}
.setting_switch_read:before{
  position: absolute;
  content: "";
  height: 2px;
  width: 34px;
  background-color: #e4e4e4;
  z-index: 1;
  top: 11px;  
  left: 6px;
  cursor: pointer;
}


/********новые переключатели акцент********/

.setting_switch {
  font-family: "TensorFont";
  position: relative;
  display: inline-block;
  width: 24px;
  height: 16px;
  display: inline-block!important;
}
.setting_switch:hover p {
  text-decoration: underline;
}
.setting_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Ползунок */
.setting_slider_stan {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dbdbdb;
  border: none;
}
.setting_slider_stan:hover {
  background-color: #ccc;
}
.setting_slider_stan:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  top: 2px;
  bottom: 5px;
  background-color: #fff;
  border: none;
  z-index: 2;
  border-radius: 50%;
}
input:checked + .setting_slider_stan:before {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}

/* Закругленные ползунки */
.setting_slider_stan.round {
  border-radius: 12px;
  z-index: 2;
}
input:checked + .setting_slider_stan {
  background-color: #ff8552;
}
input:checked + .setting_slider_stan:hover {
  background-color: #ff7438;
}
.setting_slider_stan.round:before {
  border-radius: 50%;
}
.setting_slider_stan:checked p {
  color: #333;
}
input:checked + .setting_slider_stan p {
  color: #333000;
}

.setting_slider_stan p {
  color: #999999;
  margin-left: 30px;
  font-size: 14px;
  width: auto;
  line-height: 16px
  }
.setting_slider_stan p:hover {
  text-decoration: underline;
}
  .setting_slider_stan.round-gray {/*для серого фона*/
  border-radius: 12px;
  z-index: 2;
}
.setting_slider_stan.round-gray:before {
  border-radius: 50%;
  background-color: #fff;
}




/* неакцент */
.nonaccent {
  background-color: #fff!important;
  border: 1px solid #f0f0f0!important;
}
.nonaccent.setting_slider_stan:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 1px;
  top: 1px;
  bottom: 5px;
  background-color: #dbdbdb;
  border: none;
  z-index: 2;
  border-radius: 50%;
}
.nonaccent:hover.setting_slider_stan:before {
  background-color: #ccc;
}

input:checked + .nonaccent.setting_slider_stan:before {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
  background-color: #ff8552;
}
input:checked + .nonaccent:hover.setting_slider_stan:before {
  background-color: #ff7438;
}

/* Закругленные ползунки */
.setting_slider_stan.round {
  border-radius: 12px;
  z-index: 2;
}
input:checked + .setting_slider_stan {
  background-color: rgba(255, 133, 82, 1);
}
.setting_slider_stan.round:before {
  border-radius: 50%;
}
.setting_slider_stan:checked p {
  color: #333;
}
input:checked + .setting_slider_stan p {
  color: #333000;
}
.setting_slider_stan p {
  color: #999999;
  margin-left: 30px;
  font-size: 14px;
  width: auto;
  line-height: 16px
  }
.setting_slider_stan p:hover {
  text-decoration: underline;
}
  .setting_slider_stan.round-gray {/*для серого фона*/
  border-radius: 12px;
  z-index: 2;
}
.setting_slider_stan.round-gray:before {
  border-radius: 50%;
  background-color: #fff;
}




/*поле ввода*/
/*на сером фоне*/
.block_test {
    padding: 6px 24px 12px 24px;
    background-color: #f8f8f8;
}

.block_test span:not(.add_crit):not(.num_crit) {
  font-family: "cbuc-icons";
  width: 24px;
  height: 24px;
  margin-left: 0;
  border: none;
  background: none;
  color: #8991A9;
  font-size: 16px;
  vertical-align: middle;
    position: relative;
    right: 26px;
    top: -1px;
}
.block_test button:hover {
  color: #313E78;
}

.block_test input{
  font-family: "TensorFont";
  border: 1px solid;
  border-color: transparent transparent #cccccc transparent;
  padding: 0 4px!important;
font-size: 14px;
height: 24px;
}
.pole_block_test:focus {
  border-color: transparent transparent #AAB0C1 transparent;
}
.pole_block_test:hover {
  border-color: transparent transparent #AAB0C1 transparent;
    cursor: auto!important;
}
.pole_block_test::-webkit-input-placeholder {
  color: #ccc!important;
}
.pole_block_test::-webkit-input-placeholder {
  color: #ccc!important;
}
.pole_block_test::-moz-placeholder {
  color: #ccc!important;
}
.pole_block_test:-moz-placeholder {
  color: #ccc!important;
}
.pole_block_test:-ms-input-placeholder {
  color: #ccc!important;
}
input:active,
input:focus {
  outline: none !important;
}




/*на белом фоне */
.block_test_white {
    background: none;
}
.block_test_white input {
  font-family: "TensorFont";
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 0!important;
font-size: 14px;
}
.pole_block_test_white:focus {
  border-bottom-color: #AAB0C1;
}
.pole_block_test_white:hover {
  border-bottom-color: #AAB0C1;
}
.pole_block_test_white::-webkit-input-placeholder {
  color: #ccc!important;
}
.pole_block_test_white::-webkit-input-placeholder {
  color: #ccc!important;
}
.pole_block_test_white::-moz-placeholder {
  color: #ccc!important;
}
.pole_block_test_white::-moz-placeholder {
  color: #ccc!important;
}
.pole_block_test_white::-ms-input-placeholder {
  color: #ccc!important;
}
.block_test_white span{
  font-family: "cbuc-icons";
  width: 24px;
  height: 24px;
  margin-left: 0;
  border: none;
  background: none;
  color: #8991A9;
  font-size: 16px;
  vertical-align: middle;
    position: relative;
    right: 22px;
    top: -1px;
}

/*на белом фоне зеленая линия*/
.block_test_white_green {
    background: none;
}
.block_test_white_green input {
  font-family: "TensorFont";
  border: none;
  border-bottom: 1px solid #069922;
  padding: 0!important;
font-size: 14px;
}
.pole_block_test_white_green::-webkit-input-placeholder {
  color: #ccc!important;
}
.pole_block_test_white_green::-webkit-input-placeholder {
  color: #ccc!important;
}
.pole_block_test_white_green::-moz-placeholder {
  color: #ccc!important;
}
.pole_block_test_white_green::-moz-placeholder {
  color: #ccc!important;
}
.pole_block_test_white_green::-ms-input-placeholder {
  color: #ccc!important;
}


/*заголовки*/
/*рыжий/синий*/
.r_h2{
font-weight: bold;
color: #d94700;
font-size: 18px;
}
.r_h2:hover{
color: #ff7033;
}
.r_h2 span{
font-weight: normal;
color: #313e78;
}
.r_h2 span:hover{
color: #05b;
}
.r_h2:hover span{
color: #05b;
}

/*синий/рыжий*/
.b_h2{
font-weight: bold;
color: #313e78;
font-size: 18px;
}
.b_h2:hover{
color: #05b;
}
.b_h2 span{
font-weight: normal;
color: #d94700;
}
.b_h2 span:hover{
color: #ff7033;
}
.b_h2:hover span{
color: #ff7033;
cursor: pointer;
}
.b_h2_hag:hover .chevron{ 
visibility: visible;
}
.chevron{ 
  background-color: #fff;
  font-family: 'cbuc-icons';
  color: #587ab0;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  left: 1px;
  visibility: hidden;
  top: 1px;
  }
  .chevron:hover{ 
    color: #313e78;
    }
/*синий/серый*/
.bg_h2{
font-weight: bold;
color: #313e78;
font-size: 18px;
}
.bg_h2:hover{
color: #05b;
}
.bg_h2 span{
font-weight: normal;
color: #999;
}

/*рыжий/серый*/
.rg_h2{
font-weight: bold;
color: #d94700;
font-size: 18px;
}
.rg_h2:hover{
color: #ff7033;
}
.rg_h2 span{
font-weight: normal;
color: #999;
}

/*заголовок прописными*/
.h_up{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
}
/*галки к заголовкам*/
/*рыжий*/
.h_mark_red{
    color: #d94700;
    width: 24px;
    height: 24px;
    font-family: 'cbuc-icons';
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    margin-top: -1px;
    text-align: center;
}
.h_mark_red:hover{
    color: #ff7033;
}
/*синий*/
.h_mark_blue{
    color: #587ab0;
    width: 24px;
    height: 24px;
    font-family: 'cbuc-icons';
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    margin-top: -1px;
    text-align: center;
}
.h_mark_blue:hover{
    color: #313e78;
}







/*кнопка серая неакцентная*/

.but_save_cer{
    font-size: 14px;
    color: #8991a9!important;
    font-style: normal;
    /*padding-right: 18px;*/
    margin-bottom: 8px;
    /*border-radius: 18px;*/
    display: flex;
    height: 24px;
    cursor: pointer;
    right: 0;
    padding-top: 8px;
}
.but_save_cer:hover {
    color: #313e78!important;
    /*text-decoration: underline;*/
}
    
.but_save_cer hr{
    margin-top: -5px;
    /* margin-bottom: 42px; */
    position: absolute;
    width: 64px;
    opacity: 0;
    border: none;
    border-top: 1px solid #313e78!important;
}
.but_save_cer:hover hr{
    opacity: 1;
}
.but_save_cer_icon{
    font-family: 'cbuc-icons24';
    font-size: 24px;
    text-decoration: none!important;
    font-style: normal;
    margin-left: 6px;
    margin-right: 6px;
}
.but_save_cer_icon:hover{
    text-decoration: none!important;
}


/*заголовки спойлеры*/

.tsummary::-webkit-details-marker{display:none;}
.tsummary::-moz-list-bullet{list-style-type:none;}
.tsummary::marker{display:none;} 
.tsummary {
   padding: 6px 12px 6px 18px;
   display:inline-block;
   font-size:16px;
   cursor: pointer;
   position: relative;
}
.tsummary:before {  
    left: 0px;
    color: #d94700;
    width: 16px;
    height: 16px;  
    content: "";
    font-family: 'cbuc-icons';
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    /*transition: transform 0.1s;*/
   }

.tsummary:hover:before {  
    color: #ff7033;
   }
.tdetails[open] > .tsummary:before {
    transform: rotate(180deg);
    transform-origin: 8px 12px 0px;
  }
.tsummary ~ * {
     padding:0 16px 0 20px;
  }
.tdetails[open] .tsummary ~ *{ 
    animation: sweep 0.1s ease-in-out;
  }
  @keyframes sweep {
    0%    {opacity: 0;}
    100%  {opacity: 1;}
  }
.tsummary:focus {
  outline:0;
  box-shadow: unset;
}
.tdetails{
    display:block;
    margin-bottom: .5rem;
  }

.but_url{
    font-size: 14px;
    cursor: pointer;
    color: #05b;
}
.but_url:hover{
    text-decoration: underline;
    color: #313e78!important;
}
.but_url_gray{
    font-size: 14px;
    cursor: pointer;
    color: #999;
}
.but_url_gray:hover{
    text-decoration: underline;
}
.but_url_raven{
    font-size: 14px;
    cursor: pointer;
    color: #8991a9;
}
.but_url_raven:hover{
    text-decoration: underline;
}



/*фильтр*/

  .filter_block {
    font-family: 'TensorFont';
    color: #0055bb;
    cursor: pointer;
    background-color: #fff;
    text-align-last: right;
    display: inline-flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    overflow: hidden;
    flex-shrink: 1;
  }
.iconfilter_sel {
  font-family: 'cbuc-icons';
  position: relative;
  top: 1px;
  color: #587ab0;
font-size: 16px;
}
.iconfilter_sel:hover .textfilter_sel{
    color: #313e78;
}
.iconfilter_sel:hover hr{
    opacity: 1;
}

.textfilter_sel {
    color: #0055bb;
    cursor: pointer;
    user-select: none;
    background-color: #fff;
    z-index: 0;
    text-align-last: right;
font-size: 14px;
  }
.textfilter_sel hr {
    margin: 0px 0px 0px 0;
    height: 0px;
    position: relative;
    z-index: 1;
    color: #313e78;
    bottom: 5px;
    background-color: #313e78;
    opacity: 0;
    border-top-color: #313e78!important;
  }
  .textfilter_sel:hover hr {
    opacity: 1;
  }
  .textfilter_sel:hover{
    color: #313e78;
  }
  .filter_block:hover .iconfilter_sel{
    color: #313e78;
  }
  .filter_block:hover .textfilter_sel{
    color: #313e78;
  }
  .filter_block:hover hr {
    opacity: 1;
  }
.voronka{/*воронка*/
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 24px;
    width: 24px;
    height: 24px;
    font-family: cbuc-icons24;
    font-size: 24px;
    color: #587ab0;
}
.voronka:hover {/*воронка*/
    color: #313e78;
}


/*диалоговые окна*/
.dial_win {
  width: 500px;
  height: 150px;
  border: 1px solid #BDBDBD;
  padding: 0 0 12px 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.35);
}
.footer_dial_win {
  padding-left: 12px;
  background-color: #F4F4F4;
  align-items: center;
  display: flex;
  position: relative;  
}
.title_footer_dial_win {
  width: calc(100% - 44px);
  height: 44px;
  align-items: center;
  display: flex;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  top: -2px;
}
.content_dial_win {
  height: auto;
  width: auto;
  padding: 0 12px;
  background-color: #fff;
}

/*кнопка закрытия в диалоговом окне*/
.dial_but_close {
  position: relative;
  display: flex;
  align-self: flex-start;
  flex-shrink: 0;
  height: 36px;
}
.dial_but_close_margin {
  margin-top: 8px;
  position: relative;
  z-index: 3;
  display: inline-block;
}
.dial_but_close_war{
  border-style: solid;
  box-sizing: border-box;
  width: 36px;
  height: 28px;
  border-color: rgba(0,0,0,.08);
  border-width: 1px 0 1px 1px;
  border-radius: 2px 0 0 2px;
  box-shadow: 0 1px 4px rgba(0,0,0,.05);
  background-color: transparent;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
}
.icon_but_close {    
  font-family: 'cbuc-icons';
  font-size: 22px;
  color: #587AB0;
  height: 12px;
  width: 12px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20.5px;
  margin-right: 10px;
}
.dial_but_close_war:hover {
  border-color: #ccc;
}
.dial_but_close_war:hover .icon_but_close {
  color: #313e78;
}
.dial_but_close_war:active {  
  box-shadow: none;
}

.a_dial {
  color: #05b;
  cursor: pointer;
}
.a_dial:hover {
  color: #313e78;  
  text-decoration: underline;
}

/*кнопка плюс в обводке*/
.add_block_note{
  opacity: 1;
  bottom: 0;
  margin-left: 12px;
  margin-right: 0;
}
.icon_add_sec_note{
  background-color: transparent;
  max-width: 100%;
  min-width: 28px;
  border-radius: 2px;
  border-color: rgba(0,0,0,.08);
  border-width: 1px;
  border-style: solid;
  box-shadow: 0 1px 4px rgba(0,0,0,.05);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  height: 26px;
}
.icon_add_note{
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;    
  line-height: 26px!important;
  fill: #587ab0;
  color: #587ab0;
  font-size: 14px;
  width: 26px;
  height: 26px;
  font-family: 'cbuc-icons';
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.icon_add_note:before {
  content: "\e95d";
  font-size: 16px;
}
.icon_add_sec_note:hover {
  border-color: #ccc!important;
}

.icon_add_sec_note:hover .icon_add_note {
  color: #313e78;
}


/*меню*/
.test-block-menu-open-section-war {
  max-width: 700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
  border: 1px solid #ccc;
  background: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: rgba(0,0,0,.2) 0 0 6px 0;
  padding-bottom: 2px;
  height: 100%;
  position: relative;
  width: 100%;
}
.test-menu-war-open {
  padding-top: 2px;
  height: 100%;
  position: static;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  overflow: hidden;
  max-height: 100%;
  width: 100%;
  flex-direction: column;
}
.test-line-menu-dell {
  padding-right: 12px;
  font-size: 15px;
  height: 32px;
  cursor: pointer;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  z-index: 1;
  padding-left: 12px;
  padding-bottom: 0;
  padding-top: 0;
  background-color: #fff;  
}
.test-line-menu-dell:hover {
  background-color: #f0f5fb
}

.test-button_edit-section {
  cursor: pointer;
  border: none;
  font-size: 15px;
  /* margin-right: 12px; */
  text-align: center;
  align-items: center;
  align-content: center;
  display: flex;
  color: #333;
}
.test-button_edit-podsection {
  font-size: 14px;
  color: #8991a9;
  padding-left: 16px;
}
.test-button_icon {
  font-family: cbuc-icons24;
  font-size: 24px;
  margin-right: 6px;
  color: rgb(88, 122, 176);
  fill: rgb(88, 122, 176);
}
.string-button_icon {  
  font-family: cbuc-icons24;
  font-size: 24px;
  margin-right: 6px;
  color: rgb(88, 122, 176);
}
.string-button_icon:hover {  
  font-family: cbuc-icons24;
  font-size: 24px;
  margin-right: 6px;
  color:#313e78;
}

.icon_close_menu {    
  font-family: 'cbuc-icons24';
  font-size: 24px;
  color: #ccc;
  height: 12px;
  width: 12px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20.5px;
  margin-right: 10px;
}
.icon_close_menu:hover {    
  color: #313e78;
}

/*вкладки в фокусе*/
.tab_red_1 {
  border-bottom: 3px solid #d94700!important;
  padding-bottom: 6px;
  font-weight: bold;
  color: #d94700!important;
}
.tab_red_5 {
  border-bottom: 2px solid #000!important;
  padding-bottom: 6px;
  font-weight: normal;
  color: #333!important;
}
.tab_red_7 {
  border-bottom: 2px solid #000!important;
  padding-bottom: 6px;
  font-weight: normal;
  color: #333!important;
}


/*вкладки*/
.tabs_line_block {
  border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
    height: 12px;
    line-height: 12px;
}
.tabs_line {
  display: inline-flex;
  height: 24px;
  border-bottom: 3px solid #f0f0f0;
  padding: 0 0 0 16px;
}
.tab_red_default {
  margin: 0 13px;
  color: #313e78;
  outline: none;    
  height: 24px;
  display: block;
}
.tab_red_default:hover {
  border-bottom: 3px solid #E4E4E4;
  padding-bottom: 6px;
}
.tab_red_default_dop {
  margin: 0 13px;
  color: #313e78;
  outline: none;    
  height: 21px;
  display: block;
}
.tab_red_default_dop:hover {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 4px;
}


/*хлебные крошки*/
.hag_default {
font-size: 12px;
color: #8991a9;
cursor: default;
}
.hag {
  font-size: 12px;
  color: #8991a9;
  cursor: pointer;
}
.hag:hover {
  color: #313e78;
  text-decoration: underline;
}
.hag_icon_default {
  font-family: 'cbuc-icons';
  font-size: 16px;
  color: #8991a9;
  vertical-align: top;
  line-height: 16px;
  cursor: default;
}
.hag_icon {
  font-family: 'cbuc-icons';
  font-size: 16px;
  color: #8991a9;
  vertical-align: top;
  line-height: 22px;
  cursor: pointer;
}
.hag_icon:hover {
  color: #313e78;
}
.hansel_and_gretel:hover .hag {
  color: #313e78;
  text-decoration: underline;
}
.hansel_and_gretel:hover .hag_icon {
  color: #313e78;
}

/*диаграмма процесса - прогрессбар*/
#progress-bar {
  display: inline-flex;
}
#progress-bar span {
  width: 3px;
  height: 8px;
  margin: 1px;
}
#progress-bar-m {
  display: inline-flex;
}
#progress-bar-m span {
  width: 6px;
  height: 8px;
  margin: 1px;
}
#progress-bar-l {
  display: inline-flex;
}
#progress-bar-l span {
  width: 10px;
  height: 12px;
  margin: 1px;
}

.green_progress {
  background-color: #12A12C;
}
.gray_progress {
  background-color: #ccc;
}
.yellow_progress {
  background-color: #FEC63F;
}
.red_progress {
  background-color: #DC2219;
}
.orange_progress {
  background-color: #F6733C;
}
.blue_progress {
  background-color: #265FA1;
}
.h_blue_progress {
  background-color: #313e78;
}
.cube_color {
  width: 20px;
  height: 20px;
  display: block;
}

/*мастер*/
.step_bar_s_active {
  background-color: #1766BF;
  height: 30px;
  display: block;
  padding-top: 4px!important;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.step_bar_s_active:after {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  margin-top: 0px;
  margin-left: 100px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 12px solid #1766BF;
  border-bottom: 15px solid transparent;
  margin-left: 20px;
  margin-top: -4px;
}
.step_bar_s_back {
  background-color: #F0F5FB;
  height: 30px;
  display: block;
  padding-top: 4px!important;
  align-items: center;
  color: #333;
  cursor: pointer;
}
.step_bar_s_back:after {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  margin-top: 0px;
  margin-left: 100px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 12px solid #f0f5fb;
  border-bottom: 15px solid transparent;
  margin-left: 20px;
  margin-top: -4px;
}
.step_bar_s_back:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  margin-top: 0px;
  /* margin-left: 100px; */
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 12px solid #f0f5fb;
  border-bottom: 15px solid transparent;
  margin-left: 20px;
  margin-top: -4px;
}
.period_filter {
  color: #313e78;
  font-weight: bold;
  cursor: pointer;
  height: 24px;
  padding-top: 2px;
}
.period_filter:hover {
  text-decoration: underline;
}
.a_panel_filter {
  color: #313e78;
  cursor: pointer;
  height: 24px;
  padding-top: 2px;
  margin-top: 4px;
}
.a_panel_filter:hover {
  text-decoration: underline;
}

#table_string {
  background-color: transparent;
}
#table_string:hover {
  background-color: #f0f5fb;
}
#table_string:active {
  background-color: #f0f5fb;
}
#table_string:hover .table_string-button_icon{
  opacity: 1;
}
.table_string-button_icon {  
  font-family: 'cbuc-icons24';
  font-size: 24px;
  margin-right: 6px;
  color: rgb(88, 122, 176);
  opacity: 0;
}
.table_string-button_icon:hover {  
  font-family: 'cbuc-icons24';
  font-size: 24px;
  margin-right: 6px;
  color:#313e78;
}

.spoiler_group {    
  display: flex;
  cursor: pointer;  
  margin-bottom: 8px;
}
.spoiler_stand:hover {    
  color: #313e78;
}
.spoiler_stand:hover + .spoiler_stand_icon{    
  color: #313e78;
}
.spoiler_stand {    
  font-size: 15px;
  color: #8991a9;
  height: 24px;
}
.spoiler_stand_icon {
  font-size: 16px;
  font-family: 'cbuc-icons';
  color: #8991a9;
  width: 24px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
}
.spoiler_stand_icon:hover{
  color: #313e78;
}

/*сотрудник фио под фото 72х72*/
.fio_sotr_link {
    text-align: center;
    width: 72px;
    color: #313e78;
    font-size: 12px;
    line-height: 15px;
    margin: 4px!important;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}