#tabs-dashboard, #mrm_inventory_tabs{
    display: none !important;
}


#panel-master {
    height: 135vh !important;
    width: 105%;
    position: relative;
    right: 42px;
    bottom: 20px;
}

.export_btn{
     color: var(--tnp_dark_blue0) !important;
    font-size: 20px !important;
}

.export_btn2{
     color: darkgrey !important;
    font-size: 20px !important;
}

.export_btn:hover, .export_btn2:hover, .export_btn3:hover{
     color: #9EB979 !important;
    font-size: 20px !important;
}

.export_btn3{
    font-size: 20px !important;
    margin-right: -20px !important;
    right: 46px !important;
    top: -25px !important;
}


.glyphicon2 {
    color: var(--tnp_bright_blue0) !important;
    font-size: 23px !important;
}

.glyphicon2:hover {
    color: #9EB979 !important;
    font-size: 23px !important;
}

.icon_selected{
    color: var(--tnp_dark_blue0) !important;
}

.info_table{
     color: var(--tnp_bright_blue0) !important;
    font-size: 20px !important;
    position:relative !important;
    bottom: 22px !important;
}


.info_table:hover {
    color: #9EB979 !important;
    font-size: 20px !important;
    cursor: pointer !important;
    position:relative !important;
    bottom: 22px !important;
}

.table_live{
     color: #9EB979 !important;
    font-size: 23px !important;
}

.table_not_validated{
        color: #A13B00 !important;
        font-size: 23px !important;
}

.table_not_live{
     color: #949494 !important;
    font-size: 23px !important;
}

.table_reg{
     color: #DEB43F !important;
    font-size: 23px !important;
}

.table_reg2{
     color: #949494 !important;
    font-size: 23px !important;
}


.icon_sort:hover
{
    color: var(--tnp_bright_blue0) !important;
}

.icon_no_sort{
    color: rgb(250, 250, 250);
}

.table_not_reg{
     color: #9EB979 !important;
    font-size: 23px !important;
}

.sort_highlight {
    color: #9EB979 !important;
    font-size: 20px !important;
    top: -6px !important;
    position: relative;
    right: -7px !important;
}

.sort_highlight_up {
    color: #9EB979 !important;
    font-size: 20px !important;
    top: -13px !important;
    position: relative;
    right: -6px !important;
}


#forward_inventory_icon{
    margin-right: 10px;
}

.cRfgdB .scale {
    font-size: 15px !important;
    font-weight: bold !important;
}

.cRfgdB .needle {
    stroke:  rgba(89, 159, 225, 0.5) !important;
    stroke-width: 8px !important;;
}

circle {
    stroke-width: 20px;
}

.custom-control-label::after,
.custom-control-label::before {
  display: none;
}

.custom-control {
  padding-left: 0;
}

.custom-control-inline {
  margin-right: 0;
}

.group-labels {
  border: 1px solid #ccc;
  border-radius: 2px;
  font: bold 18px Trebuchet MS, sans-serif;
  padding: 6px 7px;
  background-image: -webkit-linear-gradient(top, #fefefe, #f3f3f3);
  background-image: -moz-linear-gradient(top, #fefefe, #f3f3f3);
  cursor: pointer;
}

.group-labels.group-labels-checked {
  background-image: -webkit-linear-gradient(top, #eee, #95a86a);
  background-image: -moz-linear-gradient(top, #eee, #95a86a);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.custom-radio:first-child .date-group-labels {
  border-radius: 3px 0 0 3px;
}

.custom-radio:last-child .date-group-labels {
  border-radius: 0 3px 3px 0;
}

.custom-radio:not(:last-child) .date-group-labels {
  border-right: none;
}

.group-labels:hover {
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
}


.radio-group .form-check {
  padding-left: 0;
}

.radio-group .btn-group > .form-check:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.radio-group .btn-group > .form-check:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.carousel {
  width:222x;
  height:115px;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 0rem;
  left: 15%;
  padding-top: 0rem;
  padding-bottom: 0rem;
  color: #ffffff;
  text-align: center; }

.indicator_tt {
    left: 85vw !important;
    width: 105px;
    top: -33px !important;
}

#view_item_modal{
    background-color: rgb(248, 248, 249);
}

#view_item_modal_modal_body{
    overflow: hidden;
}

.nav-link2 {
    margin-bottom: -0.0625rem;
    border: 0.0625rem solid transparent;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    background-color: rgb(248, 248, 249) !important;
}

.flowchart-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .flowchart-box {
    padding: 10px 20px;
    border-radius: 10px;
    margin: 10px 0px 10px 0;
	 font-family: 'Trebuchet MS', sans-serif;
  }

  .flowchart-arrow {
    font-size: 20px;

    color: #14235A;
  }

  .green {
    background-color: #9EB979;
    color: white;
    border: 3px solid #9EB979;
  }

  .blue {
    background-color: #7E99AA;
    color: white;
    border: 3px solid #00B050;
  }

  .grey {
    background-color: #EBEBEB;
    color: black;
    border: 3px solid #7E99AA;
  }

  .validation_fail::after{
         content: "*";
  }

  .validation_fail{
      color: #A13B00 !important;
  }

