
/* AMI Css File*/

a {
    text-decoration: none;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-start {
    -webkit-justify-content: start !important;
    justify-content: start !important;
}

.w-100 {
    width: 100% !important
}

h3 {
    color: #58595B;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 800;
}

.text-primary {
    color: #111540 !important;
}

.text-secondary {
    color: #58595B !important;
}

.k-title {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

.grid-head {
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    padding: 5px 0px 0px 0px !important;
}

.grid-value {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    padding: 5px 0px 0px 0px !important;
}

.text-end {
    text-align: right !important;
}

.float-end {
    float: right !important;
}

.a-icon {
    margin-right: 1.5rem;
}

.a-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    display: block
}

.a-title-sub {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    display: block;
    margin-top: 5px;
}
.summary-dot{
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #d1d5db;
    display: inline-block;
}
.border {
    border: 2px solid #2776CC;
}
.summary-card-alert {
    border: 1px solid #b91c1c;
    border-radius: 10px;
    border-left-width: 3px;
}
.summary-card-alert::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #b91c1c;
}
.active-door-font-size{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    display: block;
    margin-top: 5px;
}
.door-view-td{
    font-size: 16px;
    font-weight: 600
}
.status-ok {
    background: transparent;
    color: #047857;
    border: 1px solid #d1fae5;
}
.status-error {
    background: #fef2f2;
    color: #b91c1c;
}
.status-resolved-manual{
    color: #2563eb;
    font-weight: 500;
}
.even-row {
    background-color: #ffffff;
}
.active-row{
    background: #eff6ff;
    /*box-shadow: inset 3px 0 0 #2563eb*/
}
.door-route-view-td{
    width: 80%;
    font-weight: normal;
    text-align: center;
}
.odd-row {
    background-color: #f9fafb;
}
.disabled-row {
    opacity: 0.5;
    pointer-events: none;
}
.row-section-color{
    font-size: 12px !important;
    text-transform: uppercase;
    background: #b2b2b3;
    border-bottom: 1px solid #e5e7eb;
    font-weight: 600;
}
.status-pill {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
}
.status-warn {
    background: #fffbeb;
    color: #b45309;
}
.door-button-height{
    height: 30px;
    font-size: 13px !important;
}
.grid-cell {
    padding-top: 25px;
}
.image-box-text{
    text-align: center;
    font-weight: bold;
}
.pallet-box-text{
    text-align: left;
    font-weight: bold;
}
.grid-cell-cls {
    font-weight: bold !important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    width:100px !important;
}
.grid-cell-body-text {
    padding-top: 0px !important;
    padding-bottom: 0 !important;
    width:100px !important;
}
.grid-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    padding: 5px 0px 0px 0px !important;
}

.grid-title-sub {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    display: block;
    padding: 5px 0px 0px 0px !important;
}

.switch-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0 !important;
    padding: 5px !important;
    font-size: 12px !important;
    font-weight: normal !important;
    min-width: 50px !important;
    background-color: #D4DFE8 !important;
}

.switch-btn.active {
    background-color: #2776CC !important;
    color: #fff !important;
}


.fs-12{
  font-size: 12px !important;
}

.fs-14{
  font-size: 14px !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.mb-1{
  margin-bottom: 0.25rem !important;
}
.mb-2{
  margin-bottom: 0.5rem !important;
}
.mb-3{
  margin-bottom: 1rem !important;
}
.mb-4{
  margin-bottom: 1.5rem !important;
}
.mb-5{
  margin-bottom: 3rem !important;
}

.mt-1{
  margin-top: 0.25rem !important;
}
.mt-2{
  margin-top: 0.5rem !important;
}
.mt-3{
  margin-top: 1rem !important;
}
.mt-4{
  margin-top: 1.5rem !important;
}
.mt-5{
  margin-top: 3rem !important;
}

.suff {
    padding: 4px;
    background-color: #D4DFE8;
    color: #000;
    border: 1px solid #D4DFE8;
    text-align: center;
    vertical-align: middle;
    display: inline-flex;
}

.main-route-head {
    display: flex;
    justify-content: start;
    align-items: center;
    /* border-top: 1px solid #D9E3EB;
    border-bottom: 1px solid #D9E3EB; */
    padding: 10px 0;
    /* min-height: 50px; */
}

.main-route-row {
    display: flex;
    justify-content: start;
    align-items: center;
    /* border-bottom: 1px solid #D9E3EB; */
    padding: 14px 0;
    /* min-height: 100px; */
}

.route-name {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* margin-right: 1.5rem; */
}

.route-timeline {
    color: #727272;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.main-route-row,
.main-route-row label>span {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.main-route-row-box {
    text-decoration: none !important;
}

.btn {
    display: inline-block !important;
    font-weight: 600 !important;
    line-height: 1.5;
    text-align: center !important;
    text-decoration: none !important;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: 3px 0.75rem !important;
    font-size: 16px !important;
    border-radius: 12px;
    font-style: normal;
    transition: color .15s ease-in-out,
        background-color .15s ease-in-out,
        border-color .15s ease-in-out,
        box-shadow .15s ease-in-out;
    text-transform: capitalize !important;
}

.btn-outline-danger {
    color: #C51F1F !important;
    border: 1px solid #C51F1F !important;
}

.btn-link {
    font-weight: 400;
    color: #000 !important;
    text-decoration: underline !important;
}
.grid-column-header{
    line-height: normal;
    font-weight: 400;
    text-align : center;
}
.grid-column-header-no{
  line-height: normal;
  font-weight: 400;
  text-align : right;
}
.MuiDataGrid-withBorderColor{
    border-color: #b0acac !important;
}

input[type=checkbox].css-checkbox { position: absolute;  overflow: hidden;  clip: rect(0 0 0 0);  height:1px;  width:1px;  margin:-1px;  padding:0; border:0; }
input[type=checkbox].css-checkbox + label.css-label { padding-left:20px; height:15px;  display:inline-block; line-height:15px; background-repeat:no-repeat; background-position: 0 0; font-size:15px; vertical-align:middle; cursor:pointer; }
input[type=checkbox].css-checkbox:checked + label.css-label { background-position: 0 -15px; }  .css-label{ background-image:url(http://csscheckbox.com/checkboxes/lite-x-red.png); }



.dx-datagrid .dx-row > td{
    font-size: 10px;
  }

.MuiDataGrid-root .MuiDataGrid-cell{
    font-size: "10px";
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: pointer;
}

.tooltiptext {
    visibility: hidden;
    width: 130px;
    background-color: black;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
span[title]:hover::after {
    content: attr(title);
    font-size: 14px;
    color: white;
    background-color: blue;
    padding: 5px;
    border-radius: 5px;
}
.centered-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.popup_tip{
    font-weight: bold;
}
.centered {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cellTextAlign{
    width: 100%;
    text-align: center;
}
.cellTextNumAlign{
  width: 100%;
  text-align: right;
  /*font-family: monospace;*/
}
.centeredPaddedRtDigits{
  width: 100%;
  text-align: left;
  padding-RIGHT: 15px;
}
.centeredPaddedRtDigits-sm{
  width: 100%;
  text-align: center;
  padding-RIGHT: 7.5px;
}
.rtPaddedDigits{
  width: 100%;
  text-align: center;
  padding-RIGHT: 25px;
}
.rtPaddedDigits-sm{
  width: 100%;
  text-align: center;
  padding-RIGHT: 15px;
}
.rtPaddedDigits-xl{
  width: 100%;
  text-align: center;
  padding-RIGHT: 45px;
}
.ltPaddedDigits{
  width: 100%;
  text-align: center;
  padding-LEFT: 45px;
}
.ltAllignLtPaddedDigits-xl{
  width: 100%;
  text-align: left;
  padding-LEFT: 33px;
}
.cellTextBold{
    font-weight: bold;
}
.flex-grow, #application-content, .data-permission{
    transform: scale(1) !important;
}

.timeline-container {
    display: flex;
  }
  .ltPaddedDigits{
    width: 100%;
    text-align: center;
    padding-LEFT: 23px;
  }
  .ltPaddedDigits-sm{
    width: 100%;
    text-align: center;
    padding-LEFT: 7px;
  }


  .timeline {
    display: flex;
    /* border-left: 1px solid #ccc; */
    position: relative;
    flex: 1;
  }

  .timeline-minute {
    flex: 1;
    /* border-right: 1px solid #ccc; */
    box-sizing: border-box;
  }

  .routes-info {
    width: 300px; /* Adjust the width of the routes info panel as needed */
    padding: 20px; /* Add padding for better aesthetics */
    box-sizing: border-box;
  }

  .route-info {
    margin-top: 20px; /* Adjust the spacing between routes */
  }

  .route-label {
    font-weight: bold;
  }

  .timeline-stop {
    background-color: #aaf;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    /* margin-bottom: 5px;  */
  }


.timeline-container {
    display: flex;
    overflow-x: scroll;
    max-width: 1000px;
  }

  .timeline {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    margin: 10px;
  }

  .header {
    display: flex;
  }

  .hour,
  .half-hour {
    flex: 1;
    text-align: center;
    /* border-bottom: 1px solid #ddd; */
    padding: 5px;
  }

  .stop {
    display: flex;
    flex-direction: column;
    /* border-bottom: 1px solid #ddd; */
    position: relative;
  }

  .stop-name {
    flex: 1;
    padding: 5px;
  }

  .stop-box {
    display: flex;
    position: relative;
  }

  .half-hour-block {
    flex: 1;
    /* border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; */
    height: 30px;
  }

  .horizontal-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .line {
    height: 2px;
    background-color: #ddd;
    width: 100%;
  }

  .active {
    background-color: #b3d9ff; /* Light blue background for active hours */
  }


  .current-time-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background-color: red; /* Adjust color as needed */
    pointer-events: none; /* Make the line not interfere with mouse events */
    z-index: 2; /* Ensure it's above other elements */
  }


  .timeline-container {
  display: flex;
  flex-direction: row;
}

.timeline-header {
  display: flex;
  flex-direction: row;
}

.hour,
.half-hour {
  width: 40px;
  text-align: center;
  /* border-right: 1px solid #ccc; */
}

.stop-column {
  display: flex;
  flex-direction: column;
  /* border-right: 1px solid #ccc; */
  padding: 10px;
}

.stop-name {
  font-weight: bold;
  /* margin-bottom: 10px; */
}

.react-calendar-timeline .rct-scroll{
    overflow-x: hidden !important;
    /* left: 500 !important; */
  }

  /* .timeline {
    display: flex;
  }

  .timeline-hour {
    flex: 1;
    border-right: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
  }

  .hour-label {
    font-weight: bold;
  }

  .timeline-event {
    margin-top: 5px;
    padding: 5px;
    background-color: #aaf;
    border-radius: 5px;
  }



.timeline-minute {
  flex: 0 0 calc(100% / 60);
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
}

.minute-label {
  font-size: 10px;
}

.timeline-event {
  margin-top: 5px;
  padding: 5px;
  background-color: #aaf;
  border-radius: 5px;
} */

/* src/components/Timeline.css */
/* .timeline {
    display: flex;
    overflow-x: scroll;
    max-width: 1000px;
  }

  .timeline-minute {
   flex: 0 0 calc(100% / 10);
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
  }

  .minute-label {
    font-size: 10px;
  }

  .timeline-event {
    margin-top: 5px;
    padding: 5px;
    background-color: #aaf;
    border-radius: 5px;
  }
   */

   .routes-timeline {
    display: flex;
    gap: 20px;
  }

  .route {
    /* border: 1px solid #ccc; */
    padding: 10px;
    width: 200px;
  }

  .stops {
    margin-top: 10px;
  }

  .stop {
    /* border-bottom: 1px solid #ccc; */
    padding: 8px;
  }

  .stop:last-child {
    border-bottom: none;
  }

  /* .react-calendar-timeline .rct-scroll{
    overflow-x: hidden !important;
  }

  .rct-dateHeader .rct-dateHeader-primary{
    display: none !important;
  }

  .react-calendar-timeline .rct-dateHeader-primary{
    display: none !important;
    background-color: white !important;
 } */

 .react-calendar-timeline .rct-dateHeader-primary{
  display: none !important;
 }
.react-calendar-timeline .rct-header-root{
  background-color: transparent !important;
}
.react-calendar-timeline .rct-dateHeader{
  border: 0 !important;
}
/* .react-calendar-timeline .rct-item{
  background: gray !important;
  color:black !important;
  border: 1px solid transparent !important;
}  */
.react-calendar-timeline .rct-horizontal-lines .rct-hl-even{
  border: 0 !important;
}
.react-calendar-timeline .rct-horizontal-lines .rct-hl-odd{
  border: 0 !important;
}
/* .react-calendar-timeline {
  width: 2610px !important;
} */

/* .rct-calendar-header{
  div:first-child {
    display: none !important;
  }
} */

.react-calendar-timeline .rct-sidebar .rct-sidebar-row.rct-sidebar-row-odd{
background: transparent !important;
}
/* .react-calendar-timeline .rct-dateHeader {
  div:first-child {
    display: block !important;
  }
} */

.disable-zoom{
  pointer-events: none;
}

.react-calendar-timeline .rct-vertical-lines .rct-vl.rct-vl-first{
  /* border: none !important; */
}

.react-calendar-timeline .rct-vertical-lines .rct-vl.rct-day-0 {
  background: white !important;
}

.react-calendar-timeline .rct-vertical-lines .rct-vl.rct-day-6 {
  background: white !important;
}

.react-calendar-timeline .rct-horizontal-lines .rct-hl-odd{
  background: transparent !important;
    border: 1px solid rgba(0,0,0,0.1) !important;

}

.react-calendar-timeline .rct-sidebar .rct-sidebar-row{
  border: 0 !important;
}

.react-calendar-timeline .rct-sidebar{
  border: 0 !important;
}

.react-calendar-timeline .rct-header-root{
  border: 0 !important;
}
.react-calendar-timeline .rct-calendar-header{
  border: 0 !important;
  padding-left: 20px !important;
}

.react-calendar-timeline .rct-dateHeader{
  background: none !important;
  justify-content: left !important;
  margin-left: -15px !important;
}

.react-calendar-timeline .rct-sidebar{
  display: none !important;
}

.delay {
  border: 2px solid #C51F1F !important;
  background-color: #FFF !important;
  color: #C51F1F !important;
}
.delayfill {
    border: 2px solid #C51F1F !important;
    background-color: #C51F1F !important;
    color: rgba(0, 0, 0, 0) !important;;
}

.delayDashed {
  border: 2px dashed #C51F1F !important;
  background-color: #FFF !important;
  color: #C51F1F !important;
}

.delayDashedfill {
    border: 2px dashed #C51F1F !important;
    background-color: #C51F1F !important;
    color: rgba(0, 0, 0, 0) !important;
}

.ontime {
  border: 2px solid #018015 !important;
  background-color: #FFF !important;
}
.ontimefill {
    border: 2px solid #018015 !important;
    background-color: #018015 !important;
    color: rgba(0, 0, 0, 0) !important;;
}
.ontimeDashed {
  border: 2px dashed #018015 !important;
  background-color: #FFF !important;
}
.ontimeDashedfill {
    border: 2px dashed #018015 !important;
    background-color: #018015 !important;
    color: rgba(0, 0, 0, 0) !important;;
}

.ahead {
  border: 2px solid #E3A400 !important;
  background-color: #FFF !important;
}

.aheadfill {
    border: 2px solid #E3A400 !important;
    background-color: #E3A400 !important;
    color: rgba(0, 0, 0, 0) !important;;
}

.aheadDashed {
  border: 2px dashed #E3A400 !important;
  background-color: #FFF !important;

}
.aheadDashedfill {
    border: 2px dashed #E3A400 !important;
    background-color: #E3A400 !important;
    color: rgba(0, 0, 0, 0) !important;;
}

.inprogress {
  border-left: 2px solid gray !important;
  border-top: 2px solid gray !important;
  border-bottom: 2px solid gray !important;
  background-color: transparent !important;
}
.inprogressfill {
    border-left: 2px solid gray !important;
    border-top: 2px solid gray !important;
    border-bottom: 2px solid gray !important;
    background-color: gray !important;
    color: gray !important;
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
    z-index: 99999999;
}
[data-title]:after {
    content: attr(data-title);
    background-color: #FFF;
    color: #111;
    font-size: 12px;
    position: absolute;
    padding: 1px 1px 1px 1px;
    bottom: 10px;
    left: -10px;
    white-space: nowrap;
    box-shadow: 1px 1px 1px #222222;
    opacity: 0;
    border: 1px solid #111111;
   /* z-index: 99999999;*/
    visibility: hidden;
}
[data-title] {
    position: relative;
}
.slotStart{
  border: 1px solid #2776CC !important;
  background-color: #2776CC !important;
  color: white !important;
}
.slotEndDelay{
  border: 1px solid #C51F1F !important;
  background-color: #C51F1F !important;
  color: white !important;
}
.slotEndAhead{
  border: 1px solid #E3A400 !important;
  background-color: #E3A400 !important;
  color: white !important;
}
.slotEndOnTime{
  border: 1px solid #018015 !important;
  background-color: #018015 !important;
  color: white !important;
}

/* .react-calendar-timeline .rct-scroll{
  overflow-x: hidden !important;
} */
.css-wop1k0-MuiDataGrid-footerContainer{
  border-top:0 !important;
}
.red{
  color:"red"
}
.green{
  color:"green"
}

.react-calendar-timeline .rct-outer{
  height: auto !important;
  padding-left: 20px !important;
 /* pointer-events: none !important;*/
  /* width: 33.4% !important; */
  /* min-height: 200px !important; */
}

.react-calendar-timeline .rct-items{
  background-color: red !important;
  margin-bottom: 10px !important;
}

.react-calendar-timeline  .rct-items:hover .rct-tooltip{
  display: none !important;
}

.react-calendar-timeline .rct-outer .rct-scroll .rct-horizontal-lines .rct-hl-even{
  /*margin-bottom: 10px !important;*/
   /*height: 90px !important;*/
    /*border: 1px solid red !important;*/
}
.react-calendar-timeline .rct-outer .rct-scroll .rct-horizontal-lines .rct-hl-odd{
    /*margin-bottom: 10px !important;*/
   /* height: 30px !important;*/

}
/* .react-calendar-timeline .rct-header-root{
  width: 33.4% !important;
} */
/* .react-calendar-timeline .rct-calendar-header{
  width: 100% !important;
  position: sticky !important;
  top: 0px !important;
  z-index: 1 !important;
  background-color: white !important;
} */

.allignDescription{
  color:"red !important"
}
.react-calendar-timeline .rct-horizontal-lines {
  margin-top: 1px; /* Adjust the value as needed */
  margin-bottom: 1px; /* Adjust the value as needed */
}

.mui-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    height:30px;
    color: #fff;
    background-color: #1976d2; /* MUI primary blue */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s, box-shadow 0.2s;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),
    0px 2px 2px 0px rgba(0,0,0,0.14),
    0px 1px 5px 0px rgba(0,0,0,0.12);

}
.gm-style-iw-chr{
    height: 35px;
}
.popup-button-height{
    height: 30px !important;
}

.btn-primary{
  color: #fff !important;
  background-color: #2027A5 !important;
  border-color: #2027A5 !important;
}

.btn-primary.normalbtn{
text-transform: capitalize !important;
font-weight: 400 !important;
font-size: 11px !important;
}

.tbl-main table, td, th {
/*border: 1px solid #0C4480;*/
text-align: left;
font-size: 14px;
}

.tbl-main table {
border-collapse: collapse;
width: 100%;
}

.tbl-main th, td {
padding: 15px;
}

.tbl-title{
  font-weight: 400;
  display: block;
}

.tbl-dis{
  font-weight: 600;
  display: block;
}

.text-danger{
  color: #C51F1F !important;
}

.liftname{
  border-bottom: 1px solid #D9E3EB;
  padding: 15px 0;
}
.bold, b, strong{
  font-weight: 500;
}
.css-1wuilmg-MuiAutocomplete-root .MuiOutlinedInput-root{
    padding: 5px !important;
}
.MuiDataGrid-cell:focus{
    outline: 0px !important;
}
::-ms-reveal {
  display: none;
}

.box {
  float: left;
  height: 12px;
  width: 12px;
  clear: both;
  border-radius: 2px;
  margin-top: 3px;
  margin-right: 5px;
}

.red {
  background-color: #C51F1F;
  border: 1px solid #C51F1F;
}

.green {
  border: 1px solid #018015;
  background-color: #018015;
}

.gold {
  border: 1px solid #E3A400;
  background-color: #E3A400;
}

.blue {
  border: 1px solid #2776CC;
  background-color: #2776CC;
}

.gray {
  border: 1px solid #727272;
  background-color: #727272;
}
.revisit {
    border: 1px dashed darkgreen;

}

.tb-header{
    background-color: #000000 !important;
}
.tb-header-font{
    font-size: 18px !important;
    font-weight: bold;
    padding: 0px !important;
    height: 40px;
    color: #FFF !important;
}
.tbale-font{
    font-size: 15px !important;
}