body,html {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #000;
	font-family: "Roboto";
	background-image: url("../img/bgMenu.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	color: #fff;
}
a:hover {
	text-decoration: none;
}

.flexCC {
  box-sizing: border-box;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  display: -ms-flexbox !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: center !important;
}
.flexLC {
  box-sizing: border-box;
  display: flex !important;
  justify-content: left !important;
  align-items: center !important;
  display: -ms-flexbox !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: center !important;
}
.flexRC {
  box-sizing: border-box;
  display: flex !important;
  justify-content: right !important;
  align-items: center !important;
  display: -ms-flexbox !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: center !important;
}

.headline {
	text-transform: uppercase;
	font-size: 3em;
	color: #fff;
}

.tableCell {
	border-top: none !important;
	border-bottom: 1px #333 solid !important;
	font-size: 0.9em;
	color: #ddd;
}
.rowHover:hover {
	border: 1px solid #ff7e00;
	background-color: rgba(256,256,256,.1);
}

.cellCenter {
	text-align: center;
}

.tableLink {
	color: #ddd;
}
.tableLink:hover {
	text-decoration: none;
	color: #ff7e00;
}
.menuMsg {
	margin-bottom: 50px;
	padding: 1em 2em;
	border-radius: 10px;
	background-color: rgba(150,150,150,.1);
	color: #fff;
}

.orangeMarker {
	color: #ff7e00;
}

.mainDescBox {
	font-size: 3.5em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.mainButton {
	border: 1px #333 solid;
	padding: 12px;
	margin: 20px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.8em;
	border-radius: 10px;
	text-decoration: none;
}
.mainButton:hover {
	border: 1px #aaa solid;
	color: #fff;
}

.loginInput {
	background: none;
	border: none;
	color: #fff;
	width: 60%;
	height: 26px;
}

.loginButton {
	background: none;
	letter-spacing: 2px;
	font-size: 0.8em;
	border-radius: 10px;
	border: 1px solid #333;
	color: #999;
	height: 50px;
	padding: 12px;
	width: 93%;
	margin: 20px;
}
.loginButton:hover {
	color: #fff;
    border: 1px solid #666;
}

.msgBox {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 25px;
	transform: translateX(-50%);
	padding: 5px 10px;
	border-radius: 8px;
	z-index: 2;
	font-size: .8em;
	font-weight: bold;
	opacity: 80%;
}
.btnBoxClose {
	display: inline-block;
	cursor: pointer;
}

.newInput {
	width: 100%;
	background: none;
	border: 0px;
	border-bottom: 1px solid #333;
	color: #ccc;
	padding: 3px 3px 3px 15px;
	margin: 3px;
	font-size: 2em;
}
.newInput:hover {
	border-bottom: 1px solid #666;
}

.newInputSmall {
	width: 30%;
	background: none;
	border: 0px;
	border-bottom: 1px solid #333;
	color: #ccc;
	padding: 3px;
	margin: 3px;
	text-align: center;
}
.newInputSmall:hover {
	border-bottom: 1px solid #666;
}
.inputBox {
	margin-bottom: 2em;
}

.newDesc {
	font-size: .8em;
	margin-left: 10px;
	color: #666;
}


/* # # # #  MENU  # # # # */

.navBtn {
	position: fixed;
	background-color: #222;
	border-radius: 25px;
	top: 15px;
	right: 15px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #444;
	box-sizing: border-box;
	opacity: 60%;
	z-index: 2;
}
.navBtn:hover {
	border: 1px solid #666;
	background-color: #333;
	opacity: 100%;
}
.navBtn > .btn {
	width: 40px;
	height: 40px;
}

.tableBox {
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid #444;
}
.tableFooter {
	padding: 1em;
	text-align: center;
	font-size: .8em;
	border-top: 1px solid #444;
}

.tableTitle {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
	border-bottom: 1px solid #444;
}
.tableTitle > .title {
	font-size: 2em;
}

.tableRow {
	background-color: #222;
	opacity: 70%;
}
.tableRow:hover {
	opacity: 100%;
}
.tableRowCell {
	padding: 12px 30px;
}
.tableRowCell > .subTitle {
	color: #999;
	font-size: .8em;
}

.rowTitle {
	font-weight: bold;
}
.rowLocation {
	font-size: .9em;
}
.rowSubTitle {
	font-size: .8em;
	color: #999;
}
.showBoxOptions {
	cursor: pointer;
}

.center-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
#softer {
  inset: 0;
  position: fixed;
  z-index: 2;
  display: none;
  background: rgba(0,0,0, .3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.overlayBox {
	width: 100%;
	max-width: 500px;
	border: 1px solid #666;
	background-color: #222;
	border-radius: 15px;
	padding: 2em;

	box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
}

.overlayBox > .title {
	padding-bottom: 1em;
	font-size: 1em;
}
.overlayBox > input {
	background-color: #333;
	border: 1px solid #666;
	margin: .5em 0;
	padding: .5em .7em;
	border-radius: 8px;
	color: #eee;
	width: 300px;
}
.overlayBox > input:hover {
	background-color: #444;
	border: 1px solid #999;
	color: #fff;
}

.overlayAction {
	margin: .5em 0;
	background-color: #333;
	border: 1px solid #666;
	color: #ddd;
	border-radius: 25px;
	padding: .6em 1.1em;
	font-size: .65em;
	text-transform: uppercase;
}
.overlayAction:hover {
	background-color: #444;
	border: 1px solid #999;
	color: #fff;
}
.overlayPositive, .overlayClose, .overlayDelete, .overlayExport {
	background-color: #333;
	border: 1px solid #666;
	color: #ddd;
	margin-top: 1em;
	padding: .5em;
	border-radius: 25px;
	font-size: .7em;
	text-transform: uppercase;
}
.overlayClose:hover, .overlayExport:hover {
	background-color: #444;
	border: 1px solid #999;
	color: #fff;
}
.overlayDelete:hover {
	background-color: #2c0000;
	border: 1px solid #380000;
	color: #fff;
}
.overlayPositive:hover {
	background-color: #3b873e;
	border: 1px solid #2dad4e;
	color: #fff;
}

.btnSettingsChangeValue > img {
	width: 44px;
	cursor: pointer;
}

.btnMenuBack {
	width: 25px;
	margin-right: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.mainDescBox {
		font-size: 2em;
	}
}

@media screen and (max-width: 767px) {
	.tableCell {
		font-size: 0.8em;
	}
}