@charset "UTF-8";
/* CSS Document */

body {
 /* margin: 0px 25px 0px 25px;*/
}

.half-width-form-control {
    display: inline-block;
    float:left;
	margin-left:50px;
    width: calc(50%);
}

.label-for-control {
	margin: 0px 25px 0px 50px;
}

.half-width-submit-control {
    display: inline-block;
    float:left;
	margin-left:50px;
    width: calc(20%);
	appearance: none;
  backface-visibility: hidden;
  background-color: #27ae60;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(39, 174, 96, .15) 0 4px 9px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: Inter,-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.half-width-submit-control :hover {
  background-color: #1e8449;
  opacity: 1;
  transform: translateY(0);
  transition-duration: .35s;
}

.half-width-submit-control :active {
  transform: translateY(2px);
  transition-duration: .35s;
}

.half-width-submit-control :hover {
  box-shadow: rgba(39, 174, 96, .2) 0 6px 12px;
}

.red {
  color: red;
}

.styled-table {
	
	width: 90%;
	font-weight: 100%;
    border-collapse: collapse;
	margin: 25px 25px 25px 25px;
    font-size: 12px;
    font-family: Arial;
    min-width: 300px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #c5171d;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
	text-align: left;
    padding: 5px 15px;
	align-content: left;
	vertical-align: top;
	font-family: Arial;
	font-size: 12px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
   /* border-bottom: 2px solid #009879; */
}

.collapsible-row + tr {
  transition: max-height 0.3s ease;
  display: none;
  overflow: hidden;
  max-height: 0;
  animation: fadeRight 1s ease-in both;
}

.collapsed .collapsible-row {
  transition: max-height 0.3s ease;
  max-height: none;
}



.styled-table2 {
	width: 100%;
	font-weight: 100%;
    border-collapse: collapse;
	margin: 25px 25px 25px 25px;
    font-size: 1.2em;
    font-family: sans-serif;
    min-width: 300px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table2 thead tr {
    background-color: #c5171d;
    color: #ffffff;
    text-align: left;
}

.styled-table2 th,
.styled-table2 td {
	text-align: left;
    padding: 5px 15px;
	align-content: left;
	vertical-align: top;
	
}

.styled-table2 tbody tr {
    border-bottom: 1px solid #dddddd;
}

/*.styled-table2 tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
} */

.styled-table2 tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

/* CSS */
.dropDownMine {
  margin: 0px 0px 0px 50px;
  
}

/* CSS */
.editCompSubmit {
  margin: 0px 25px 0px 50px;
  appearance: none;
  backface-visibility: hidden;
  background-color: #27ae60;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(39, 174, 96, .15) 0 4px 9px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  padding: 5px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.editCompSubmit:hover {
  background-color: #1e8449;
  opacity: 1;
  transform: translateY(0);
  transition-duration: .35s;
}

.editCompSubmit:active {
  transform: translateY(2px);
  transition-duration: .35s;
}

.editCompSubmit:hover {
  box-shadow: rgba(39, 174, 96, .2) 0 6px 12px;
}

/* CSS */
.cancelCompEdit {
  appearance: none;
  backface-visibility: hidden;
  background-color: #E06117;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(39, 174, 96, .15) 0 4px 9px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.cancelCompEdit:hover {
  background-color: #A84811 ;
  opacity: 1;
  transform: translateY(0);
  transition-duration: .35s;
}

.cancelCompEdit:active {
  transform: translateY(2px);
  transition-duration: .35s;
}

.cancelCompEdit:hover {
  box-shadow: rgba(39, 174, 96, .2) 0 6px 12px;
}





/* CSS */
.submitComp {
  appearance: none;
  backface-visibility: hidden;
  background-color: #27ae60;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(39, 174, 96, .15) 0 4px 9px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.submitComp:hover {
  background-color: #1e8449;
  opacity: 1;
  transform: translateY(0);
  transition-duration: .35s;
}

.submitComp:active {
  transform: translateY(2px);
  transition-duration: .35s;
}

.submitComp:hover {
  box-shadow: rgba(39, 174, 96, .2) 0 6px 12px;
}


/* CSS */
.cancelComp {
  appearance: none;
  backface-visibility: hidden;
  background-color: #E06117;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(39, 174, 96, .15) 0 4px 9px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.cancelComp:hover {
  background-color: #A84811 ;
  opacity: 1;
  transform: translateY(0);
  transition-duration: .35s;
}

.cancelComp:active {
  transform: translateY(2px);
  transition-duration: .35s;
}

.cancelComp:hover {
  box-shadow: rgba(39, 174, 96, .2) 0 6px 12px;
}


/* CSS */
.addCompSubmit {
  appearance: none;
  backface-visibility: hidden;
  background-color: #27ae60;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(39, 174, 96, .15) 0 4px 9px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.addCompSubmit:hover {
  background-color: #1e8449;
  opacity: 1;
  transform: translateY(0);
  transition-duration: .35s;
}

.addCompSubmit:active {
  transform: translateY(2px);
  transition-duration: .35s;
}

.addCompSubmit:hover {
  box-shadow: rgba(39, 174, 96, .2) 0 6px 12px;
}


