*{
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.main-content{
	margin: 0;
	padding-left: 0px;
	width: 100vw;
	overflow-x: hidden;

}
body{
	background-color: #f9f9f9;
	width: 100vw;
	height: auto;
	font-family: 'Arial', sans-serif;
	color: #2D291B;
	overflow-x: hidden;
	margin-bottom: 40px;
}
li{
	font-size: 12px;
}
footer div{
		position: fixed;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	height: 20px;
  	background-color: #399643;
  	padding: 10px;
  	word-spacing: 3px;
  	font-family: 'Monaco',monospace;
  	font-size: 12px;
  	text-align: center;
  	border-top: 1px solid #aeaeae;
  	color: #f8f8f8;
}
header{
	width: 100%;
	background-color: #399643;
	position: fixed;
	display: inline-block;
	border-bottom: 1px solid #aeaeae;
}
header div{
	display: inline-block;
	padding: 5px;
}
.left-box,.right-box{
	width: 22%;
}
.left-box{
	float: left;
	margin-top : 20px;
	margin-left: 20px;
}
.right-box{
	float: right;
	margin-top : 20px;
	text-align: right;
	margin-right: 10px;
}
.middle-box{
	width: 50%;
	text-align: center;
}
.middle-box img{
	width: 50px;
}
.right-box a,.left-box a{
	text-decoration: none;
	font-size: 13px;
	color: #f8f8f8;
	margin-right: 15px;
}
header .btn{
	padding: 10px;
	background-color: #ff914d;
	color: #f8f8f8;
	border: 1px solid #aeaeae;
	border-radius: 5px;
}
header .btn:hover{
	padding: 11px;
	box-shadow: 2px 2px dimgrey;
	cursor: pointer;
}
header h3 {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 4px;
	font-family: 'Roboto',sans-serif;
}
header h3 span{
	display: block;
	margin-top: 5px;
	font-size: 12px;
	font-family: monospace;
	font-style: italic;
}

#mynavbar {
  position: fixed; /* Stay in place */
  width: 100vw;
  z-index: 1; /* Stay on top */
  margin-top: 75px;
  margin-bottom: 50px;
  top: 0;
  left: 0;
  background-color: #f8f8f8; /* Black*/
  padding: 20px; /* Place content 60px from the top */
  border-bottom: 1px solid #aeaeae	;
  text-align: center;
}
#mynavbar a {
  padding: 15px 20px;
  text-decoration: none;
  font-size: 15px;
  color: #ff914d;
  font-weight: bold;
}
#mynavbar a:hover,.dropdown-content a:hover {
  border-bottom: 1px solid #818181;
  cursor: pointer;
  font-size: 15.2px;
}
#mynavbar .active{
	border-bottom: 2px solid #818181;
	color: #399643;

}
#main {
  transition: margin-left .2s; /* If you want a transition effect */
 	padding-top:70px;
  color: #fff;
  width: 800px;
  margin: auto;
  margin-top: 70px;
}
.main-head{
	background-color: #030303;
	padding: 10px;
	border-radius: 3px 3px 0px 0px;
	font-size: 14px;
	display: flex;
}
.main-head .left-head,.main-head .right-head{
	display: inline;
	width: 50%;
}
.main-head .right-head{
	text-align: right;
}
.main-head .right-head a{
		text-decoration: none;
		color: #f8f8f8;
}
.main-body{
	background-color: #fff;
	border: 1px solid #818181;
	padding: 5px;
	padding-bottom: 10px;
	display: flex;
	color: #040404;
	margin-bottom: 10px;
	border-radius: 0px 0px 3px 3px;
}
.main-body a{
	text-decoration: none;
	color: #030303;
	font-size: 13px;
	margin: 5px;
}
.main-body .btn{
	padding: 5px;
	border: 1px solid #aeaeae;
	border-radius: 2px;
}
.main-body .btn:hover{
	padding: 6px;
	box-shadow: 2px 2px dimgrey;
	cursor: pointer;
}
.main-body .left-body,.main-body .right-body{
	width: 19%;
	display: inline;
	margin: 0px 10px 10px 10px;
}
.main-body .left-body-width,.main-body .right-body-width{
	width: 49%;
	display: inline;
	margin: 0px 10px 10px 10px;
}
.main-body .right-body-width{
	padding-left: 10px;
	border-left: 1px solid #818181;
}
.main-body .wide{
	width: 38%;
}
.main-body .middle-body{
	margin: 0px 10px 10px 10px;
	width: 59%;
	display: inline-block;
	border-left: 1px solid #818181;
	border-right: 1px solid #818181;
	padding-left: 15px;
}
.main-body .middle-body-full{
	margin: 0px 10px 10px 10px;
	width: 79%;
	display: inline;
	border-left: 1px solid #818181;
	padding-left: 15px;
}
.main-body .middle{
	margin: 0px 10px 10px 10px;
	width: 100%;
	display: inline-block;
}
.main-body .middle .middle-col-3{
	width: 30%;
	display: inline-block;
	float: left;
	margin: 5px;

}
.main-body .middle .btn{
	padding: 10px;
	font-size: 12px;
	margin-bottom: 5px;
	display: inline-block;
	background-color: #0d6efd;
	border-radius: 3px;
}
.main-body .middle select{
	padding: 5px;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}
.a-block{
	display: block;
	padding: 20px;
	margin: 20px;
	border: 1px solid #000;
}
.main-body .left-body h5,.main-body .right-body h5,.main-body .middle-body h5,.middle-body-full h5{
	font-size: 13px;
	margin-left: 5px;
	margin-bottom: 20px;
}
.main-body .left-body #profile_img{
	text-align: center;
	margin-bottom: 10px;
}

.main-body #profile_img img{
	 width: 100px;
	 height: 100px;
	 border: 2px solid #aeaeae;
	 border-radius: 50%;
	 margin-bottom: 10px;
}
.middle #profile_img img{
	 width: 100px;
	 height: 100px;
	 border: 2px solid #aeaeae;
	 border-radius: 4px;
	 margin-bottom: 10px;
	 margin-top: 10px;
}
.main-body .left-body a{
	margin-bottom: 20px;
}
.main-body #search{
	margin: 10px 5px;
}
.main-body #search input[type=text],.main-body #search input[type=file],.main-body #search button[type=submit],.middle-body-full select,.main-body #search select,.main-body select,.main-body #search textarea,.main-body #search input[type=date]{
	padding: 5px;
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
	width: calc(100% - 10px);
}

.right-body-width input[type=text]{
	padding: 5px;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}
.wide #search input[type=text],.wide #search button[type=submit],.wide #search select,.wide #search textarea{
	padding: 5px;
	font-size: 12px;
	width: 40%;
	margin-bottom: 5px;
	display: inline;
}
.main-body .btn-gold{
	background-color: #030303;
	padding: 12px 8px;
	color: #f8f8f8;
	margin-bottom: 20px;
}
.main-body .btn-gold i{
	color: #f8f8f8;

}
.main-body .btn-black{
	background-color: #000000;
	color: #ffd700;
	padding: 10px 5px;
}
.middle-body-full button[type=submit]{
	padding: 5px;
	font-size: 12px;
	border-radius: 3px;
}
.left-body input[type=text]{
	width: 100%;
	padding: 5px;
	font-size: 12px;
	margin-bottom: 10px;
}
.main-body label,.main-body span{
	font-size: 12px;
	display: block;
	margin-left: 5px;
	margin-bottom: 5px;
}
.main-body label{
	font-weight: bold;
}
.main-body .profile{
	border-bottom: 1px solid #818181;
	padding: 3px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.main-body #search button[type=submit],.meal-times button[type=submit]{
	background-color: #0d6efd;
	color: #fff;
	padding: 12px 6px;
	border: 1px solid #aeaeae;
	border-radius: 3px;
}
.main-body .btn-reg{
	background-color: #030303;
	color: #fff;
	padding: 12px 6px;
	border: 1px solid #aeaeae;
}
.main-body table{
	width: 100%;
	border-collapse: collapse;
}
.main-body thead{
	background-color: #fefefe;
	border-radius: 3px 3px 0px 0px;
}
.main-body th{
	font-size: 13px;
	border-bottom: 1px solid #aeaeae;
	padding: 5px 10px;
	color: #2D291B;
}
.main-body td{
	font-size: 12px;
	border-bottom: 1px solid #000;
	text-align: center;
	padding: 20px;
}

.right-body a{
	text-align: center;
	display: block;
}
.inner-col{
	margin: 5px;
	padding: 5px;
	width: 200px;
	border: 1px solid #818181;
	display: inline-block;
}
.inner-col label{
	margin-bottom: 6px;
}
.inner-col i{
	margin-right: 5px;
}
.inner-col .btn{
		border-radius: 4px;
		padding: 10px;
		display: inline-flex;
		width: 30%;
}
.inner-col .btn:hover{
	box-shadow: none;
}
.dropdown-content{
	display: none;
	border-top: 1px solid #818181;
	height:auto; /* 100% Full-height */
  width: 120px; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  margin-top: 60px;
  margin-bottom: 50px;
  top: 0;
  right: 0;
  background-color: #030303; /* Black*/
  padding-top: 10px; /* Place content 60px from the top */
  transition: 0.1s; /* 0.5 second transition effect to slide in the sidebar */
  border-top: 1px solid #818181;
}
.dropdown-content a{
	padding: 10px 5px;
	padding-left: 20px;
  text-decoration: none;
  font-size: 12px;
  color: #f8f8f8;
  display: block;
  text-align: left 	;
  transition: 0.3s;
  border-bottom: 1px solid #818181;
}
.meal-times{
	display: inline-block;
	width: 100%;
}
.meal-times label{
	margin-top: 10px;
	margin-bottom: 10px;
}
.meal-times input[type=text],.meal-times input[type=time]{
	padding: 5px;
	font-size: 12px;
	width: 90%;
	margin-bottom: 5px;
	display: inline;
}
.pagination {
	width: 50%;
	display: flex;
	padding-bottom: 20px;
	margin: auto;
	margin-top: 20px;
	text-align: center;

}
 .pagination a,.unactive a{
	text-decoration: none;
	padding: 10px 15px;
	color: #fffff9;
	background-color:#030303 ;
	border-radius: 3px;
}
.unactive {
	color: #090909;
	background-color: transparent;
	border: 1px solid #4171df;
}
.pagination-col{
	margin: 2px;
	border-radius: 2px;

}
.searchform{
	display: none;
}

.slider{
	background-image: url("../img/web_setting/silder.jpeg");
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 25px;
}
.welcome{
	width: 30vw;
	background-color: #399643;
	height: 300px;
	margin-left: 40px;
	padding: 30px;
	text-align: right;
}
.welcome span{
	font-size: 80px;
	font-family: 'Times New Roman';
}
.welcome img{
	width: 150px;
	margin-right: 135px;
}
.section{
	color: #000;
}
.section-header span{
	color: #090909;
}