@charset "utf-8";
@import url("https://use.typekit.net/bgr0qqd.css");

* {
	font-family: "Roboto","Segoe", "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

#namedialog {
	position: fixed;
	left: 50%;
	width: 400px;
	height: 200px;
	margin-left: -200px;
	top: 50%;
	margin-top: -100px;
	background-color: #FFF;
	text-align: center;
}

body {
	background-color: #D1D1D1;
}

#ninner {
	position: absolute;
	top: 40px;
	left: 0px;
	right: 0px;
	text-align: center;
}

#header {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 60px;
	background-color: #FFF;
}

#headlogo {
	position: absolute;
	left: 50%;
	height: 55px;
	margin-left: -56px;
	top: 2.5px;
}

#userinfo {
	position: absolute;
	height: 30px;
	right: 5px;
	top: 15px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 15px;
	background-color: #D1D1D1;
	color: #000;
}

.rhbutton {
  position: absolute;
  height: 30px;
  top: 15px;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  background-color: #D1D1D1;
  color: #000;
  transition: all 0.2s;
}

.rhbutton:hover {
  background-color: #565656;
  color: #FFF;
  cursor: pointer;
}

#statistiken {
  right: 105px;
}

#ndlevel {
  right: 180px;
}

#table-area {
	position: fixed;
	top: 60px;
	bottom: 50px;
	left: 0px;
	right: 0px;
	overflow-y: scroll;
}
.element {
	float: left;
	position: relative;
	height: 25px;
	line-height: 30px;
}

#table {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 10px;
	background-color: #FFF;
	padding: 10px;
}

.titles {
	text-align: center;
}

.row {
	position: relative;
	left: 0px;
	right: 0px;
	/*background-color: #8A0002;*/
	text-align: center;
}

.r-id {
	width: 5%;
}

.r-date {
	width: 15%;
}

.r-callback {
	width: 20%;
}

.r-ticket {
	width: 5%;
}

.r-status {
	width: 25%;
}


.r-number {
	width: 10%;
}

.r-action {
	width: 20%;
}

.action {
	position: relative;
	float: left;
	background-color: #FB4600;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
	top: 0px;
	margin-left: 1px;
}

.action:hover {
	cursor: pointer;
}

.actions {
	position: absolute;
	left: 50%;
	margin-left: -50px;
}

.a-cancel {
	background-color: #747474;
}

.a-done {
	background-color: #508B01;
}

.a-edit {
	background-color: #3366cc;
}

.hbutton {
	position: relative;
	float: left;
	left: 5px;
	height: 30px;
	background-color: #76BB51;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 15px;
	line-height: 28px;
	top: 15px;
}

.loader {
	height: 30px;
}

#loader {
	width: 60px;
	left: 50%;
	margin-left: -30px;
	top: -12px;
	position: absolute;
}

.hbutton:hover {
	cursor: pointer;
}

.hbutton:click {
	top: 16px;
}

#refreshInfo {
	position: absolute;
	left: 120px;
	top: 15px;
	height: 30px;
	line-height: 28px;
	transition: all 1s;
}

.now {
	color: #E30003;
	opacity: 1;
}

.soon {
	opacity: 0.5;
	color: #494949;
}

.default {
	opacity: 0;
}

#cbstats {
	position: fixed;
	left: 0px;
	height: 50px;
	z-index: 50;
	right: 0px;
	bottom: 0px;
}

.cbinfo {
	position: relative;
	float: left;
	height: 30px;
	width: 150px;
	top: 10px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFF;
	color: #000;
}

.cbs {
	width: 50px;
	height: 50px;
	font-weight: bold;
	border-radius: 30px;
}

.ticketimg {
	position: absolute;
	height: 26px;
	top: 50%;
	margin-top: -11px;
	left: 37px;
	margin-left:-30px;
}

.ticketid {
	text-decoration: none;
	color: #f05123;
	font-weight: bold;
	position: absolute;
	left: 40px;
	top: -1px;
}

.timeframe-inner {
	border-radius: 15px;
	height: 100%;
}

.timeframe {
	border-radius: 15px;
	position: absolute;
	left: 5%;
	right: 5%;
	top: 0%;
	bottom: 0%;
	border: 1px solid #6b6b6b;
}

.timeframe-message {
	position: absolute;
	left: 0%;
	right: 0%;
	top: -3px;
	text-align: center;
}

#footer {
	position: absolute;
	left:0px;
	right: 0px;
	bottom: 0px;
	height: 50px;
}

.fbutton {
	position: relative;
	width: 200px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -100px;
	background-color: #5bccff;
	text-align: center;
	border-radius: 10px;
	font-size: 16px;
	line-height: 28px;
	box-shadow: 2px 7px 10px 0px rgb(132, 132, 132);
}

.fbutton:hover {
	cursor: pointer;
}

@keyframes blink {
	0% {background-color: #fff;}
	30% {background-color: red;}
	100% {background-color: #fff;}
}