body {
	margin: 0;
	height: 100%;
	width: 100%;
	color: rgba(0, 0, 0, 0.65);
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	font-variant: tabular-nums;
	line-height: 1.5;
	background-color: #e6e7e9;
	background-image: url('login-bkg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-feature-settings: 'tnum';
}

input {
	width:90%;
	margin-top:5px;
	margin-bottom:5px;
	padding:10px;
	border-radius:5px;
	border:1px solid #ccc;
}

input[type=submit] {
	background-color: #ed3237;
	color: #fff;
	margin-top: 20px;
	cursor: pointer;
	padding: 12px;
}	

input[type=date] {
	width: 140px;
	margin: 20px;
	cursor: pointer;
}

input[type=file] {
	height: 0;
	overflow: hidden;
	width: 0;
	padding: 0;
}

input[type='radio'] {
      display: none;
}

input[type='checkbox'] {
      display: none;
} 

input[type=file] + label {
  background: #ed3237;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  outline: none;
  margin: 10px;
  padding: 10px 100px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
}

.container-login {
	background-color: rgba(222, 222, 222, 0.65);
	border: 1px #ccc solid;
	max-width: 400px;
	text-align: center;
	position: absolute;
	padding: 20px;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.container-system {
	display: flex;
	flex-direction: column;
	background-color: rgba(222, 222, 222, 0.15);
	height: 100%;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header {
	display: flex;
	margin: 10px;
}

.links {
	display: flex;
	margin: 10px;
}

.upload {
	text-align: center;
	margin: auto;
	padding: 10px;
}

.switch {
	position: relative;
	display: inline-block;
	background-color: #e6e7e9;
	width: 120px;
	margin: 10px 20px 10px 20px;
	padding: 10px;
	padding-top: 9px;
	padding-bottom: 11px;

}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .4s;
	transition: .4s;
	border-bottom: 1px solid #ccc;
}

input:checked + .slider {
	border-radius: 5px;
	box-shadow: 2px 2px #ed3237;
}

input:hover + .slider {
	border-bottom: 1px solid #ed3237;
}

.header-logo {
	text-align: left;
}

.header-logo img {
	display: block;
}

.header-user {
	flex: auto;
	margin: auto;
	text-align:right;
	font-size: 20pt;
	color: #ed3237;
	vertical-align:middle;
}

.header-dropdown {
	position: relative;
	display: inline-block;
}

.dropbtn {
	background-color: rgba(222, 222, 222, 0.15);
	color: #ed3237;
	border: none;
	cursor: pointer;
	text-align:center;
	margin: auto;
	padding: 10px;
	font-size: 20pt;
	min-width: 160px;
}

.dropbtn:hover {
	background-color: #ccc;
}

.header-dropdown:hover .dropdown-content {
  display: block;
}

.header-dropdown a {
	text-decoration:none;
	display: block;
	padding: 10px;
	color: rgba(0, 0, 0, 0.65);
	font-size: 14px;
	font-weight: bold;
}

.dropdown-content a:hover {
	background-color: #ccc;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: rgba(222, 222, 222, 0.15);
  min-width: 160px;
  z-index: 1;
}

.content {
	margin: 10px;
	display: flex;
	flex-grow: 1;
}

.button {
	padding:15px;
	flex:auto;
	display: block;
	text-decoration:none;
	border-bottom:1px solid #ed3237;
	color: #444;
	font-size: 12pt;
	font-weight: bold;
}

.button a {
	text-decoration:none;
	color: #444;
	font-size: 12pt;
	font-weight: bold;
}

.menu-header {
	background-color: #ccc;
	padding:15px;
	flex:auto;
	display: block;
	text-decoration:none;
	color: #444;
	font-size: 12pt;
	font-weight: bold;
}

.button:hover {
	background-color: #ccc;
}

.center {
	text-align:center;
	padding:30px;
}

.title {
	padding:0px;
	text-align:center;
	font-size: 16pt;
	color: #545557ff;
}

.row {
	 padding-top: 15px;
	 padding-bottom:15px;
}

.cell {
	margin:15px;
	color: #B11212;
	text-align: center;
}

.notify {
	margin:15px;
	padding:5px;
	color: #B11212;
	text-align: center;
	border:#B11212 1px solid;
}

.system-notify {
	width:100%;
	margin:auto 10px auto 10px;
	text-align: center;
}

.box {
	width: 33.33%;
	height: 200px;
	float: left;
	display: block;
	margin: 5px auto;
	text-align: center;
	border-bottom: 1px solid #ed3237;
	cursor: pointer;
}

.box-user {
	width: 50%;
	height: 200px;
	float: left;
	display: block;
	margin: 5px auto;
	text-align: center;
	border-bottom: 1px solid #ed3237;
	cursor: pointer;
}

.box h2 {
	margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	font-size: 14pt;
	line-height:200px;
	vertical-align:middle;
}

.box-user h2 {
	margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	font-size: 14pt;
	line-height:200px;
	vertical-align:middle;
}

.box a {
	text-decoration:none;
	display: block;
	padding: 0px 10px;
	color: rgba(0, 0, 0, 0.65);
	
}

.box-user a {
	text-decoration:none;
	display: block;
	padding: 0px 10px;
	color: rgba(0, 0, 0, 0.65);
	
}

.box a:hover {
	background-color: #ccc;
}

.box-user a:hover {
	background-color: #ccc;
}

.confirm-alta {
	padding:10px;
	color: #ccc;
	text-align: center;
	background: #ed3237;
}

.confirm-day {
	margin:15px;
	padding:10px;
	color: #000;
	text-align: left;
}

.confirm-menu {
	display: flex;
}

.menu-day {
	padding: 10px;
	flex: 1;
	text-align: left;
	color: #444;
	font-weight: bold;
}

.menu-tipo {
	padding: 10px;
	flex: 1;
	text-align: right;
}

.menu-descripcion {
	padding: 10px;
	text-align: left;
	flex: 5;
}

.menu-extra {
	display: none;
	padding: 10px;
	text-align: left;
	flex: 5;
}

.body {
	width:100%;
	margin: auto;
}

#select-day {
	width: 100%;
	margin-block-start: 10px;
    padding-inline-start: 0;
	margin-block-end: 10px;
	display: flex;
}

#select-day ul {
	padding: 0px;
}

#select-day li {
    list-style:none;
	padding: 0px;
	flex: auto;
}

#select-day li a {
	text-align: center;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #ed3237;
}

#select-menu {
	margin-block-start: 0;
    padding-inline-start: 0;
	margin-block-end: 0;
}

#select-menu li {
    list-style:none;
	padding: 0px;
	display: flex;
}

#select-menu a {
	text-decoration:none;
	color: #444;
	border-bottom: 1px solid rgba(222, 222, 222, 0);
	display: block;
	padding: 10px;
}

#select-menu a:hover {
	background-color: #ccc;
}

@media (max-width: 700px) {
	
	.content {
	margin: 10px;
	}

	.box {
	width: 100%;
	margin: 5px auto;
	height: 200px;
	}
	
	.box-user {
	width: 100%;
	margin: 5px auto;
	height: 200px;
	}
}