.login-box {
	margin:auto;
	width:20%;
	min-width:250px;
}
.login-error {
	margin:auto;
	width:20%;
	min-width:250px;
	max-width:500px !important;
}

.loading {
	position:absolute;
	height: 150px;
	width: 150px;
	margin:auto;
	z-index:999;
}
.two-factor {
	position:absolute;
	margin:auto;
	z-index:999;
}
.driftWarning {
	position:absolute;
	margin:auto;
	z-index:999;
}
.locked {
	position:fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	margin:auto;
	background: #000;
	opacity:1.0;
	z-index:1500;
}
.lockcontent {
	position: absolute;
	margin: auto;
	border: 4px solid rgb(220, 53, 69);
	border-radius: 20px;
}
.bg-pulse-red {
 -webkit-animation: bg-pulse-red 2s infinite;
 animation: bg-pulse-red 2s infinite;
 animation-iteration-count: infinite;
}
@keyframes bg-pulse-red {
  0%   { background-color: #343a40 }
  50%  { background-color: #FF0000 }
  100% { background-color: #343a40 }
}

@-webkit-keyframes bg-pulse-red {
  0%   { background-color: #343a40 }
  50%  { background-color: #FF0000 }
  100% { background-color: #343a40 }
}
.version {
position: fixed;
right: 5px;
bottom: 5px;
opacity: 0.5;
}

.menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #002;
	height: 45px;
	border-bottom: 1px solid #779;
}

.menu-button {
	display: inline-block;
	margin-top:5px;
	margin-left:5px;
}
.menu-button button,.menu-right button {
	padding:0px;
	height: 35px;
	width: 40px;
}
.menu-tasks {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	height:35px;
	display: inline-block;
}
.menu-right {
	display: inline-block;
	float:right;
	margin-top:5px;
	margin-right:5px;
}
.user-menu {
	background: #002;
	position: fixed;
	right: 3px;
	top: 45px;
	opacity: 0.8;
}
.main-menu {
	background: #002;
	position: fixed;
	left: 3px;
	top: 45px;
	opacity: 0.8;
}
.shadow-light {
	box-shadow: 4px 4px 7px #fdfdfe;
}
.shadow-danger {
	box-shadow: 4px 4px 7px #f5c6cb;
}
.shadow-success {
	box-shadow: 4px 4px 7px #c3e6cb;
}
.shadow-warning {
	box-shadow: 4px 4px 7px #ffeeba;
}
.shadow-dark {
	box-shadow: 4px 4px 7px #343a40;
}
.shadow-primary {
	box-shadow: 4px 4px 7px #b8daff;
}
.shadow-secondary {
	box-shadow: 4px 4px 7px #d6d8db;
}
.text-shadow-light {
  text-shadow: 2px 2px 1px #fdfdfe;
}
.text-shadow-danger {
  text-shadow: 2px 2px 1px #f5c6cb;
}
.text-shadow-success {
  text-shadow: 2px 2px 1px #c3e6cb;
}
.text-shadow-warning {
  text-shadow: 2px 2px 1px #ffeeba;
}
.text-shadow-dark {
  text-shadow: 2px 2px 1px #343a40;
}
.text-shadow-primary {
  text-shadow: 2px 2px 1px #b8daff;
}
.text-shadow-secondary {
  text-shadow: 2px 2px 1px #d6d8db;
}

li.nostyle {
    list-style-type: none;
}

.rules-group-container {
	width: 100%;
}
.li-hover:hover {
	background-color: #e6f2ff;
}