.title-col{
  font-weight: 700;
  font-size: 18px;
  color: #4a4a4a;
}

.bar-current {
  position: absolute;
  top: 0px;
  font-size: 16px;
  z-index: 101;
  width: max-content;
}



.bar {
  position: relative;
  height: 30px;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear,left top,right top,color-stop(0,#ff1744),color-stop(33.33%,#ffea00),color-stop(66.66%,#64dd17));
  background: linear-gradient(90deg,#ff1744,#ffea00 33.33%,#64dd17 66.66%);
}

.bar.monochrome {
  background: -webkit-gradient(linear,left top,right top,from(#f1f1f1),color-stop(33.33%,#bbb),color-stop(66.66%,#505050));
  background: linear-gradient(90deg,#f1f1f1,#bbb 33.33%,#505050 66.66%);
}


.bar-maximum {
  position: absolute;
  bottom: -30px;
  right: 0;
  font-size: 16px;
}



.my-progress-bar {
  height: 90px;
  position: relative;
  padding-top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}







.dashboard-manager-active{
    min-width: 100%;
    
    clear: both;
    height: 85px;
    margin-right: 25px;
    display: block;
    border-bottom: 1px dashed gray;
}

.pointer-fact{
    top: -5px;
    width: 2px;
    min-width: 2px;
    max-width: 2px;
    background: #000;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: absolute;
    height: 35px;
}


.dashboard-manager-active div:not(:last-child){
    float: left;
    width: 10%;
    display: block;
    margin-right: 25px;
   
}



.progress_indicator{
    position: relative;
    height: 30px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#ff1744),color-stop(33.33%,#ffea00),color-stop(66.66%,#64dd17));
}

.progress_indicator_black{
    position: relative;
    height: 30px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: linear-gradient(90deg,#f1f1f1,#bbb 33.33%,#505050 66.66%);

}



.progress_indicator_plan{
    display: block;
    text-align: right;
}


.dash-row-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 0 12px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.dash-cell-head:first-child {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
}

.dash-cell-head.whover {
  cursor: pointer;
  position: relative;
}

.dash-cell-head {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
}

.dash-cell-head.whover > span {
  border-bottom: 1px dashed #4a4a4a;
}


.dash-legend {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dash-cell-head.whover:hover .whover-body, .dash-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dash-legend > span {
  min-width: 100px;
  height: 24px;
  display: block;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 0px 10px;
}



/**/

.dash-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    color: #4a4a4a;
    padding: 0 12px;
    border-bottom: 1px dashed #d6d6d6;
  }


  .dash-cell {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 100%;

  }

  .dash-cell {
    padding: 4px 8px;
  }


  .dash-manager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }


  .bar-wrapper {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }





  .high-tier, .pointer {
    position: absolute;
    height: 35px;
  }

  .pointer {
    position: absolute;
    height: 35px;
  }

  .pointer {
    top: -5px;
    width: 2px;
    min-width: 2px;
    max-width: 2px;
    background: #000;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  
  }

  .high-tier {
    width: 0;
    min-width: 0;
    max-width: 0;
    border-left: 1px dashed grey;
    left: 170px;
  }





  .bar-name{
    margin-right: 8px;
    font-weight: 600;
  }


  .penalty-wrapper {
    position: relative;
  }


  .activity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .activity-legend {
    margin-left: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #777;
  }

  .activity-legend > span {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: 24px;
    display: block;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 2px 10px;
    position: relative;
  }

  .activity-legend > span:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #333;
    border-bottom: 1px solid #777;
  }


/**/


/* ДАШБОРТ ЗАГРУЗКА ЛИНИЙ ОТ НОРМЫ НАЧАЛО */

.dashboard-stats {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dashboard-stats_fluid > div {
    width: 100%;
  }

  .lineschart__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
  }

  .lineschart__column-titles, .lineschart__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }


  .lineschart__top-axis-info {
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 20px;
  }

  .lineschart__midlde-axis-info {
    position: absolute;
    bottom: 50%;
    left: 0;
    font-size: 20px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
  }


  .lc-column, .lc-line {
    position: relative;
    height: 100%;
  }

  .lc-line {
    width: 65px;
  }


  .lc-column {
    background: -webkit-gradient(linear,left bottom,left top,from(#ff1744),color-stop(36%,#ffea00),color-stop(77%,#64dd17));
    background: linear-gradient(0deg,#ff1744 0 20%,#ffea00 36% 63%,#64dd17 77% 100%);
    overflow: hidden;
  }

  .lineschart__columns {
    position: relative;
    height: 400px;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
  }

  .lc-column__weight {
    position: absolute;
    background: #fff;
    width: 65px;
    height: 100%;
    top: -400px;
  }

  .lc-column__title {
    margin: 8px -30px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
  }

  .lineschart {
    padding: 0px 15px 45px;
    background: #fff;
  }

  .lc-column__weight > span {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 18px;
  }

/* ДАШБОРТ ЗАГРУЗКА ЛИНИЙ ОТ НОРМЫ КОНЕЦ */



.in-production[data-v-20b348c3] {
  margin-top: 1px;
  padding: 5px 20px;
  background: #b27620;
  color: #fff;
  display: inline-block;
  font-weight: 700;
}



/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
    
}
