body {
  background-color: #303030;
  font-family: 'Abril Fatface', cursive;
	color: #ffffff;
	font-size: 20px;
	margin: 0 !important;
}
h1{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding: 20px;
  text-align: center;
  border: 3px;
}
.form_field{
  background-color: #303030;
}
.corner_button{
  display: inline-block;
  margin-left: 3%;
}
.display_detail{
  display: flex;
  width: 100%;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 5%;
  padding-bottom: 0%;
  margin: auto;
}
.select_field_common{
  border: 3px;
  width: 100%;
  margin: 10px;
  opacity: 0.8;
  border-radius: 25px;
  border-style: solid;
  border-color: #118a7e;
}
.select_field_common:hover{
  background-color: #524f4f;
  opacity: 1;
  transition: 0.3s;
  box-shadow: 0 8px 16px 0 rgba(214, 208, 208, 0.2), 0 6px 20px 0 rgba(219, 212, 212, 0.19);
}
.select_field{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
}
#new_category{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 20px;
  border: 3px;
  border-radius: 25px;
  border-style: solid;
  border-color: #118a7e;
}
form{
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0;
  padding: 10px;
}
.form_modal{
  width: 100%;
  height: 100px;
  text-align: center;
  margin: 0;
  padding: 10px;
}
.table_frame
{
  display: inline-block;
	width: 48%;
}
.my_border
{
  display:inline-block;
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
}
.row_of_review{
  display: none;
}
.checkbox{
  width: 5%;
  margin-top: 0;
  padding-bottom: 3px;
}
.checkbox_margin{
  margin-top: 0;
  font-size: 15px;
  text-align: end;
}
table{
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  border: 3px solid #118a7e;
  border-radius: 10px;
}
th, td {
  font-size: 15px;
  text-align: center;
  border: 1px solid #118a7e;
  border-radius: 5px;
}
th{
  text-align: center;
  background-color: pink;
  color: black;
  padding-top: 10px;
  padding-bottom: 5px;
}
.modal {
  display: none; 
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; 
  width: 50%; 
  height: 60%; 
}
.modal-content {
  background-color: #d9dad7;
  color: black;
  font-family: 'Abril Fatface', cursive;
  text-align: center;
  padding: 15px;
  border: 3px solid #118a7e;
  border-radius: 25px;
  width: 100%; 
}
.close {
  color: #aaa;
  float: right;
  margin-left: 80%;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.wrapper
{
	width: 100%;
}
.header
{
  text-align: center;
	width:100%;
	padding: 40px 0;
}
.logo
{
	width: 450px;
  max-height: 450px;
	font-size: 48px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
img
{
	width: 100%;
}
.submit_button {
  align-items: center;
  width: 300px;
  height: 50px;
  padding-bottom: 5px;
  margin: 12px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: rgb(10, 10, 10);
  background-color: #64ea68;
  border: none;
  border-radius: 15px;
  opacity: 0.7;
  transition: 0.3s;
  box-shadow: 0 8px 16px 0 rgba(214, 208, 208, 0.2), 0 6px 20px 0 rgba(219, 212, 212, 0.19);
}
.submit_button:hover{
  background-color: #0bf213;
  opacity: 1;
  font-weight: bold;
  font-size: 20px;
}
.submit_button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
  box-shadow: 0 8px 16px 0 rgba(245, 242, 242, 0.2), 0 6px 20px 0 rgba(249, 247, 247, 0.19);
}
.wrapper
{
	width: 100%;
}
.col_height{
  height: 30px;
}
.row_margin{
  height: 30px;
  margin-top: 30px;
	margin-bottom: 0px;
}
.end_margin{
  height: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.link_item{
  align-items: center;
  width: 90%;
  height: 50px;
  padding-top: 10px;
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  outline: none;
  color: rgb(10, 10, 10);
  background-color: #64ea68;
  border: none;
  border-radius: 15px;
  opacity: 0.6;
  transition: 0.3s;
  box-shadow: 0 8px 16px 0 rgba(214, 208, 208, 0.2), 0 6px 20px 0 rgba(219, 212, 212, 0.19);
}
.link_item:hover{
  background-color: #0bf213;
  opacity: 1;
  color: rgb(10, 10, 10);
  font-weight: bold;
  font-size: 20px;
}
.link_item:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
  box-shadow: 0 8px 16px 0 rgba(245, 242, 242, 0.2), 0 6px 20px 0 rgba(249, 247, 247, 0.19);
}
a{
  text-decoration: none;
  text-align: center;
  color: rgb(10, 10, 10);
  margin-bottom: 20px;
}
a:link {
  text-decoration: none;
  text-align: center;
  color: rgb(10, 10, 10);
}
a:hover {
  text-decoration: none;
  text-align: center;
  color: rgb(10, 10, 10);
}

a:active {
  text-decoration: none;
  text-align: center;
  color: rgb(10, 10, 10);
}
input, select, label{
  width: 90%;
  height: 30px;
	margin-left: auto;
	margin-right: auto;
  margin-top: 5px;
  margin-bottom: 0px;
}
.input_modal{
  width: 50%;
}
.header
{
	width:100%;
	padding: 40px 0;
}
.logo
{
	width: 450px;
	font-size: 48px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
img
{
	width: 100%;
}
.nav
{ 
	width: 100%;
	padding: 10px 0;
	background-color: #118a7e;
	text-align: center;
	border-top: 1px solid #cbf078;
	border-bottom: 1px solid #cbf078;
}

ol
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 18px;
	height: 35px;
	line-height: 200%;
	display: inline-block;
}

ol a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

ol > li
{
	float: left;
	width: 200px;
	height: 40px;
	border-right: 1px dashed #cbf078;
}

ol > li:first-child
{
	border-left: 1px dashed #cbf078;
}

ol > li:hover
{
	background-color: #cbf078;
}

ol > li:hover > a
{
	color: #451717;
}