/*
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #E6FAFF;
}

table {
  border-spacing: 5px;
  border-collapse: separate;
  font-family: sans-serif ;
}

th {
  background-color: #0074d9;
  /* font-family: sans-serif; */
  /* color: #f2f2f2; */
  /* border: 5px solid #FFDDDD; */
  /* border-bottom-width: 5px; */
}

td {
    height: 2em;
}

tr:nth-child(even) {
    background-color: #ddd;
}

/* table tr:not(:first-child) { */
/*     cursor: pointer; transition: all .25s ease-in-out;*/
/* } */

#main_table:not(:first-child) {
   cursor: pointer; transition: all .25s ease-in-out;
}

#details_table {
    /*table-layout: fixed; */
    /* min-height: 300px; */
    /* width: 100%;   */
}

th a:link {
  /* background-color: ; */
  color: white;
  background-color: #0074d9;
  text-decoration: none;
}
th a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
th a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
th a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

.disabled-link {
  pointer-events: none;
  color: #c4e3f3;
}

.mydiv_style {
	display: flex;
	flex-direction: row;
	/*border: 2px solid gray; */
	background: #E6FAFF;
	height: 100%;
	width: 100%;
	justify-content: start;
	align-items: left;
}

.signAbsent {
  /* background-color: #0074d9;*/
  /* font-family: sans-serif; */
  color: red;
  background-color: #FFFF00;
  /* border: 5px solid #FFDDDD; */
  /* border-bottom-width: 5px; */
}

.notification{
  background-color: #555;
  color: white;
  text-decoration: none;
  padding: 0px 30px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.notification:hover {
  background: red;
}

.notification .badge{
  position: absolute;
  top: -3px;
  right: -3px;
  padding: 1px 3px;
  border-radius: 50%;
  background: red;
  color: white;
}

.lm_grid {
  /* border: 1px solid #FF00E6; */
  /* border-collapse: separate; */
}

.lm_brown_color {
  /* border: 1px solid #FF00E6; */
  /* border-collapse: separate; */
  color: #e07f65;
  font-weight:bold;
}

.lm_red_color {
  /* border: 1px solid #FF00E6; */
  /* border-collapse: separate; */
  color: red;
  font-weight:bold;
}

.lm_green_color {
  /* border: 1px solid #FF00E6; */
  /* border-collapse: separate; */
  color: green;
  font-weight:bold;
}


.lm_hidden_1_column tr > *:nth-child(1) {
    display: none;
}

.lm_hidden_2_column tr > *:nth-child(2) {
    display: none;
}

.lm_hidden_3_column tr > *:nth-child(3) {
    display: none;
}

.lm_hidden_4_column tr > *:nth-child(4) {
    display: none;
}

.lm_hidden_5_column tr > *:nth-child(5) {
    display: none;
}

.lm_hidden_6_column tr > *:nth-child(6) {
    display: none;
}

.lm_hidden_7_column tr > *:nth-child(7) {
    display: none;
}

.lm_hidden_8_column tr > *:nth-child(8) {
    display: none;
}

.lm_hidden_9_column tr > *:nth-child(9) {
    display: none;
}

.topnav_unr {
  overflow: hidden;
  background-color: #333;
  position: sticky;
  top: 0;
}

.topnav_reg {
  overflow: hidden;
  background-color: #770077;
  position: sticky;
  top: 0;
}

.topnav_unr a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav_reg a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav_unr a:hover {
  background-color: #ddd;
  color: black;
}

.topnav_reg a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav_unr .icon {
  display: none;
}

.topnav_reg .icon {
  display: none;
}

.input_layer {
  /*background: #FFBBBB; /*  */
  border: 2px solid black;  /* */
  padding: 1px; /* */
}

@media screen and (max-width: 650px) {
  .topnav_unr a:not(:first-child) {
    display: none;
  }

  .topnav_unr a.icon {
    float: right;
    display: block;
  }

  .topnav_reg a:not(:first-child) {
    display: none;
  }

  .topnav_reg a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 650px) {
  .topnav_unr.responsive {
    position: relative;
  }

  .topnav_unr.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav_unr.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav_reg.responsive {
    position: relative;
  }
  
  .topnav_reg.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav_reg.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}

.content_in {
     margin-left: 20px;
     margin-right: 40px;
    
}
.ttl {
    padding: 20px 0 10px;
 }

.date {
    padding: 0 0 20px;
    color: #999;
    text-align: left;
}

.date label {
    min-width: 100px;
    display: inline-block;
}

.tbl {
    margin: 10px 0 20px;
}

.tbl  tr.data-row {
    background-color: #ddd;
}

.tbl tr.order-row {
    background-color: transparent;
}

.tbl th {
    color: #fff;
    height: 28px;
    font-size: 18px;
     padding: 5px 10px;
}


.tbl tr {
  height: 40px;
text-align: center;  
}

.tbl td {
   padding: 5px 10px;
}

.tbl td:not(:first-child) {
      min-width: 140px;
}



.tbl tr.subtype-header {
    text-align: left;
  }

.tbl tr.subtype-header th {
      background-color: #999;
   }

.tbl input {
    height: 36px;
    width: 80px;
    text-align: center;
    font-size: 18px;
}

.frm {
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}

.frm_block {
    display: block;
    margin-bottom: 40px;
    text-align: center;
}


.lft {
    text-align: left;
}

.rght {
    text-align: right;
}

.frm select, .frm_block select, .flx_just select, .flx_just input, .frm_block input {
     height: 40px;
    padding: 0 5px;
   font-size: 1.2rem;
  
}

.flx_just select {
    margin-bottom: 10px;
}


.frm button, .frm_block button, .btn {
    align-self: center;
    background: #606061;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    font-size: 20px;
}

.frm_block button {
    margin-bottom: 40px;
}

.flx_just {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .group-right, .group-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

  .success {
      color: green;
      font-weight: bold;
      padding-bottom: 20px;
  }
  
  .side_menu li {
      padding: 10px 0;
  }
  
  .supply-links {
      text-align: left;
  }
  
  .supply-links a {
      padding: 0 10px;
  }
  
.verify-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 340px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}


.verify-title {
    margin-bottom: 15px;
}

.verify-error {
    color: red;
    margin-bottom: 10px;
}

.verify-input-group {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 18px;
    margin-bottom: 20px;
}

.verify-label {
    margin-bottom: 5px;
}

.verify-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.verify-checkbox-group {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.verify-button {
    background: #0074d9;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    margin-top: 15px;
}

.verify-button:hover {
    background: #0056b3;
}

.clear-all {
    padding: 10px;
    display: inline-block;
}

