.bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/bg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -100;
}
.error {
	color: red;	
	font-weight: bold;
}
body {
  	background-color: #435165;
	font-family: "Lato", sans-serif;
}
.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: auto;
	margin-top: 100px;
	margin-right: 100px;
}
.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: #3274d6;
  	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: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}
.navtop {
	background-color: #2f3947;
	height: 60px;
	width: 100%;
	border: 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: #f3f4f7;
}
.content {
	width: 1200px;
	transition: margin-left .5s;
	padding: 16px;
}
.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	/*border-bottom: 1px solid #e0e0e3;*/
	color: #4a536e;
}

.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;
}

.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: 20px;
}
.register form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
 	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.register form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
  	margin-top: 20px;
  	background-color: #3274d6;
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.register form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

        
.sidebar {
	height: 100%;
	width: 55px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	white-space: nowrap;
}

.sidebar a {
	padding: 6px 6px 6px 12px;
	text-decoration: none;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidebar a:hover {
	color: #f1f1f1;
}

.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.material-icons,
.icon-text {
	vertical-align: middle;
}

.material-icons {
	padding-bottom: 1px;
}

#main {
	transition: margin-left .5s;
	padding: 16px;
	margin-left: 100px;
}


.read .create-contact {
  	display: inline-block;
  	text-decoration: none;
  	background-color: #38b673;
  	font-weight: bold;
  	font-size: 14px;
  	color: #FFFFFF;
  	padding: 10px 15px;
  	margin: 15px 0;
}
.read .create-contact:hover {
  	background-color: #32a367;
}

.update .back {
  	display: inline-block;
  	text-decoration: none;
  	background-color: #38b673;
  	font-weight: bold;
  	font-size: 14px;
  	color: #FFFFFF;
  	padding: 10px 15px;
  	margin: 15px 0;
}
.update .back:hover {
  	background-color: #32a367;
}
.read .pagination {
  	display: flex;
  	justify-content: flex-end;
}
.read .pagination a {
  	display: inline-block;
  	text-decoration: none;
  	background-color: #a5a7a9;
  	font-weight: bold;
  	color: #FFFFFF;
  	padding: 5px 10px;
  	margin: 15px 0 15px 5px;
}
.read .pagination a:hover {
  	background-color: #999b9d;
}
.read table {
  	width: 100%;
  	padding-top: 30px;
  	border-collapse: collapse;
}
.read table thead {
  	background-color: #ebeef1;
  	border-bottom: 1px solid #d3dae0;
}
.read table thead td {
  	padding: 10px;
  	font-weight: bold;
  	color: #767779;
  	font-size: 14px;
}
.read table tbody tr {
  	border-bottom: 1px solid #d3dae0;
}
.read table tbody tr:nth-child(even) {
  	background-color: #fbfcfc;
}
.read table tbody tr:hover {
  	background-color: #376ab7;
}
.read table tbody tr:hover td {
  	color: #FFFFFF;
}
.read table tbody tr:hover td:nth-child(1) {
  	color: #FFFFFF;
}
.read table tbody tr td {
  	padding: 10px;
}
.read table tbody tr td:nth-child(1) {
  	color: #a5a7a9;
}
.read table tbody tr td.actions {
  	padding: 8px;
  	text-align: right;
}
.read table tbody tr td.actions .edit, .read table tbody tr td.actions .trash {
  	display: inline-flex;
  	text-align: right;
  	text-decoration: none;
  	color: #FFFFFF;
  	padding: 10px 12px;
}
.read table tbody tr td.actions .trash {
  	background-color: #b73737;
}
.read table tbody tr td.actions .trash:hover {
  	background-color: #a33131;
}
.read table tbody tr td.actions .edit {
  	background-color: #37afb7;
}
.read table tbody tr td.actions .edit:hover {
  	background-color: #319ca3;
}
.update form {
  	padding: 15px 0;
  	display: flex;
  	flex-flow: wrap;
}
.update form label {
  	display: inline-flex;
  	width: 400px;
  	padding: 10px 0;
  	margin-right: 25px;
}
.update form input {
  	padding: 10px;
  	width: 400px;
  	margin-right: 25px;
  	margin-bottom: 15px;
  	border: 1px solid #cccccc;
}
.update form select {
  	padding: 10px;
  	width: 400px;
  	margin-right: 25px;
  	margin-bottom: 15px;
  	border: 1px solid #cccccc;
}
.read select {
  	padding: 4px;
  	width: 100%;
  	border: 1px solid #cccccc;
}
.update form input[type="submit"] {
  	display: block;
  	background-color: #38b673;
  	border: 0;
  	font-weight: bold;
  	font-size: 14px;
  	color: #FFFFFF;
  	cursor: pointer;
  	width: 200px;
}
.update form input[type="submit"]:hover {
  	background-color: #32a367;
}
.delete .yesno {
  	display: flex;
}
.delete .yesno a {
  	display: inline-block;
  	text-decoration: none;
  	background-color: #38b673;
  	font-weight: bold;
  	color: #FFFFFF;
  	padding: 10px 15px;
  	margin: 15px 10px 15px 0;
}
.delete .yesno a:hover {
  	background-color: #32a367;
}







.parks {
	border-radius: 10px;
}

.park {
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin-top: 20px;
}

.park.park--64 {
	border-bottom: 10px solid rgba(0, 115, 60, 1);
	border-left: 10px solid rgba(0, 115, 60, 1);
	border-right: 10px solid rgba(0, 115, 60, 1);
}

.park.park--69 {
	border-bottom: 10px solid rgba(29, 65, 120, 1);
	border-left: 10px solid rgba(29, 65, 120, 1);
	border-right: 10px solid rgba(29, 65, 120, 1);
}

.park .park__title {
	color: rgba(255, 255, 255, 1);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
}

.park.park--64 .park__title {
	background: rgba(0, 115, 60, 1);
}

.park.park--69 .park__title {
	background: rgba(29, 65, 120, 1);
}

.department {
	box-shadow: 0px -2px 9px 0px rgb(0 0 0 / 30%);
}

.department .department__title {
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	letter-spacing: 3px;
	margin: 0;
	padding: 15px;
	text-align: center;
}

.park.park--64 .department .department__title {
	background: rgba(0, 115, 60, 0.85);
}

.park.park--69 .department .department__title {
	background: rgba(29, 65, 120, 0.85);
}

.locations {
	box-shadow: 0px -2px 9px 0px rgb(0 0 0 / 30%);
}

.locations .location__title {
    color: rgba(255, 255, 255, 1);
    margin: 0;
    padding: 15px;
    font-size: 18px;
	text-align: center;
}

.park.park--64 .locations .location__title {
	background: rgba(0, 115, 60, 0.7);
}

.park.park--69 .locations .location__title {
	background: rgba(29, 65, 120, 0.7);
}

.screens {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 1%;
}

.screens .screen {
	background: rgba(237, 237, 237, 1);
	border: 1px solid rgba(204, 204, 204, 1);
	border-radius: 10px;
	box-sizing: border-box;
	margin: 15px;
	margin: 1%;
	overflow: hidden;
	width: 31.33333333333333%
}

.screen .screen__body {
	padding: 15px;
}

.screen .screen__title {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}

.screen .screen__text {
	font-size: 15px;
	margin-bottom: 10px;
	text-align: center;
}

.screen .screen__status {
	margin-bottom: 10px;
}
.screen .wrap {
	width: 100%;
    height: 200px;
    padding: 0;
    overflow: hidden;
}

.screen .previewframe {
	width: 1920px;
    height: 1080px;
    border: 0;
    -ms-transform: scale(0.185);
    -moz-transform: scale(0.185);
    -o-transform: scale(0.185);
    -webkit-transform: scale(0.185);
    transform: scale(0.185);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
	.sidebar {
		padding-top: 15px;
	}
	.sidebar a {
		font-size: 18px;
	}
}