* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
}
body {
  	background-color: #ffffff;
  	height: 100%;
}

/* Manage Users */

.content .cel-1 {
	flex-basis: 5%;
}
.content .cel-2 {
	flex-basis: 23%;
}
.content .cel-3 {
	flex-basis: 23%;
}
.content .cel-4 {
	flex-basis: 14%;
}
.content .cel-5 {
	flex-basis: 10%;
}
.content .cel-6 {
	flex-basis: 10%;
}
.content .cel-7 {
	flex-basis: 15%;
}

.content .col form input[type="submit"] {
  	width: 100%;
  	margin: 0;
  	display: block;
  	padding: 12px;
 	margin-top: 0;
  	background-color: #573121;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}


/* home table */

.responsive-table {
	padding: 0;
}

.content .responsive-table li {
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
  }
.content .table-header {
	background-color: #95A5A6;
	font-weight: 500;
	text-transform: uppercase;
}
.content .table-row {
	background-color: #ffffff;
}
.content .col-1 {
	flex-basis: 12%;
}
.content .col-2 {
	flex-basis: 18%;
}
.content .col-3 {
	flex-basis: 25%;
}
.content .col-4 {
	flex-basis: 13%;
}
.content .col-5 {
	flex-basis: 10%;
}
.content .col-6 {
	flex-basis: 10%;
}
.content .col-7 {
	flex-basis: 12%;
}

svg {
	width: 20px;
	height: 20px;
}


.offline {
	background-color: #bfbfbf;
}

.online {
	background-color: #ffffff;
}
  
@media all and (max-width: 767px) {
	.table-header {
		display: none;
	}
	.table-row{
	  
	}
	li {
		display: block;
	}
	.col {
		flex-basis: 100%;
	}
	.col {
		display: flex;
		padding: 10px 0;
	}
}

.indexlogocontainer {
	width: 300px;
  	display: block;
  	margin: 0px auto;
  	padding-top: 40px;
}
.indexlogocontainer h1 {
  	text-align: center;
  	color: black;
  	font-size: 32px;
  	padding: 0px 0px 0px 0px;
  	margin-top: -20px;
}

.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 50px auto;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #573121;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #573121;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #47281c;
  	transition: background-color 0.2s;
}

/* home.php styling */

.navtop {
	background-color: #573121;
	height: 60px;
	width: 100%;
	border: 0;
	margin: 0;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #eaebed;
	font-weight: normal;
}
.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #c1c4c8;
	font-weight: bold;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
}
body.loggedin {
	background-color: #ffffff;
	margin: 0;
	border: 0;
}
.content {
	width: 1000px;
	margin: 0 auto;
	min-height: 100vh;
	margin-bottom: -30px;
}

.content:after {
	content: "";
	display: block;
}
.footer, .content:after {
	/* .push must be the same height as footer */
	height: 30px; 
}
.footer {
	background-color: #573121;
	text-align: center;
	width: 100%;
	height: 30px;
	padding-top: 6px;
	color: #c1c4c8;
}

.footer a {
	text-decoration: none;
	color: #c1c4c8;
}
.footer a:hover {
	color: #eaebed;
}


.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}
.content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
}

.content > p {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
}

.content > table {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 10px 0;
	padding: 12px;
}


.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.content > p table td:nth-child(odd), .content > div table td:nth-child(odd) {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
	padding-left: 50px;
}

.content > div p {
	padding: 5px;
	margin: 0 0 15px 0;
}

#machinerow {
	padding: 5px;
	margin: 0 0 15px 0;
}

/*Screensavers*/

#zipcodelabel {
	display: inline-block;
	margin: 5px 10px 5px 0px;
	padding: 5px;
}

.content form input[type="submit"] {
  	width: 50%;
  	margin: auto;
  	display: block;
  	padding: 12px;
 	margin-top: 40px;
  	background-color: #573121;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.content form input[type="submit"]:hover {
	background-color: #47281c;
  	transition: background-color 0.2s;
}

.machine-dropdown {
    margin-top: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f9f9f9;
    display: none; /* Initially hidden */
}

.machine-dropdown div {
    margin-bottom: 5px;
}

input[type="checkbox"] {
    margin-right: 5px;
}

label {
    cursor: pointer;
}

.dropdown-checkbox {
	display: flex; 
	align-items: center;
}

.dropdown-checkbox label {
	margin: 0 5px;
}

.fa-image {
	margin-left: auto; 
	color: #007bff;
}


/*register*/
}
.register {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.register h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.register form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 10px;
}
.register form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 40px;
 	height: 40px;
 	margin-left: 5px;
  	background-color: #573121;
  	color: #ffffff;
}
.register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
  	width: 110px;
  	border: 1px solid #dee0e4;
  	padding: 0 15px;
}
.register form input[type="submit"] {
  	width: 50%;
  	margin: auto;
  	display: block;
  	padding: 12px;
  	margin-top: 40px;
  	background-color: #573121;
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.register form input[type="submit"]:hover {
	background-color: #47281c;
  	transition: background-color 0.2s;
}

/*registerphone*/
}
.registerphone {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.registerphone h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.registerphone form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.registerphone form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 40px;
 	height: 40px;
 	margin-left: 5px;
  	background-color: #573121;
  	color: #ffffff;
}
.registerphone form input[type="password"], .registerphone form input[type="text"], .registerphone form input[type="email"] {
  	width: 180px;
  	height: 40px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.registerphone form input[type="submit"] {
  	width: 50%;
  	margin: auto;
  	display: block;
  	padding: 12px;
  	margin-top: 20px;
  	background-color: #573121;
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.registerphone form input[type="submit"]:hover {
	background-color: #47281c;
  	transition: background-color 0.2s;
}

/*deletephone*/
}
.deletephone {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.deletephone h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.deletephone form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.deletephone form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 40px;
 	height: 40px;
  	background-color: #573121;
  	color: #ffffff;
}
.deletephone form input[type="password"], .deletephone form input[type="text"], .deletephone form input[type="email"] {
  	width: 180px;
  	height: 40px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.deletephone form input[type="submit"] {
  	width: 50%;
  	margin: auto;
  	display: block;
  	padding: 12px;
  	margin-top: 20px;
  	background-color: #573121;
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.deletephone form input[type="submit"]:hover {
	background-color: #47281c;
  	transition: background-color 0.2s;
}

/* Statistics Chart */

select {
  /* Reset Select */
  appearance: none;
  border: 0;
  box-shadow: none;
  /* Personalize */
  color: #fff;
  background-color: #573121;
  background-image: none;
  cursor: pointer;
  padding: 12px;
  margin-top: 20px;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
#machineSelect {
  position: relative;
  overflow: hidden;
}
/* Arrow */
#machineSelect::after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  background-color: #34495e;
  transition: .25s all ease;
  pointer-events: none;
}
/* Transition */
#machineSelect:hover::after {
  color: #f39c12;
}

.btn-export {
  	width: 50%;
  	margin: auto;
  	display: block;
  	padding: 12px;
  	margin-top: 20px;
  	background-color: #573121;
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}

a.btn-export {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
}

.btn-export:hover {
	background-color: #47281c;
  	transition: background-color 0.2s;
  	color: #ffffff;
}