table tr th, table tr td {
    vertical-align: top;
}


table tr.selected {
	background: #82bfca;
}


.status_Low {
	color: black;
}

.status_High, .status_Full{ 
	color: red;
}

.status_Ok {
	color: blue;
}

.status_Empty {
	color: #9399b9;
}

.iconexport {
	padding-top: 10px;
	padding-left: 5px;
}

label.inline {
	margin-right: 10px;
}

select {
    height: auto;
}

.margintop {
	margin-top:20px;
}

.log-in-form {
  border: 1px solid #cacaca;
  padding: 1rem;
  border-radius: 3px; }
  
.customlogo {
	height: 20px;
	margin-right: 14px;
}

span.header {
	font-weight: bold;
	margin-top:2px;
}

.top-bar-admin,.top-bar-admin ul,.top-bar-admin li:not(.has-form) a:not(.button){
	background: #666666;
}

td.status-icon {
	text-align: center;
}

.status-icon img {
	width: 50px;
	height: 20px;
	border: 1px solid #4e4e4e;
}

.btn-safe {
	height: 80px;
	padding-top: 30px;	
}

input.amountinput {
	margin: 0px;
	height: 2em;
	float: right;
    clear: both;
    text-align: right;
}

span.transactiontype {
	color: #666;
}

div.border {
	border: solid 1px #dddddd;
	padding-top: 5px;
}

div.boxcontent {
	padding: 0px;
	margin: 2px;
	float: left;
}

tr.subtitle > td {
	font-weight: bold;
}

tr.device >th {
	background-color: #82bfca;
}

div.device {
	background-color: #82bfca;
	font-size: 1.2rem;
	border: solid 1px #dddddd;
	margin-top: 2px;
	padding: 2px;
}

tr.total > td {
	font-weight: bold;
}

div.full {
	width: 100%;
	margin: 0px;
	padding:0px;
	clear: all;
	display: block;
}

div.nopad {
	padding: 0px;
	margin: 0px;
}

.hasMachinesEnabled > span:after{
	content: ' *';
}

.row {
	max-width: 100%;
}

#customlogo {
	margin-top: 40px;
	margin-bottom: 30px;
	text-align:center;	
}

#footer {
	margin-bottom: 10px;
}

td.number {
  text-align: right;
}

.crctable  th {
  text-align: center;
}

td.icon {
  width: 25px;
  padding: 6px 0px;
}

.crctable td img {
  margin-right:15px;
}

td.fillinfo {
  min-width: 200px;
}

.progress {
  background-color: #999;
  position: relative;
}

.meter {
  float: left;
}

.progress .red {
  background-color: red;
}

.progress .yellow {
  background-color: yellow;
}

.progress .green {
  background-color: green;
}

.fillpercent {
  position: absolute;
  right: 30%;
 }
 

.monitoringPanel {
	border: 1px solid #0c0c0c;
	border-radius: 5px;	
	padding: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 100px;
	float: left;
	width: 6%;
	position: relative;
}


.statusWarning {
	background-color: #FFF793;	
}

.statusError {
	background-color: #FF3338;	
}

.statusOK {
	background-color: #A5FF84;	
}

.down {
	position: absolute;
    bottom: 0;
    right: 0;
}

#divstatus {
	margin-bottom: 20px;	
}

.status_icons {
	width:100px;
}


table .jtable {
	margin: 0px;
}

.contentImg{
	height:36px;
	margin-left: 15px;
}

button.black, .button.black {
    background-color: #000000;
    border-color: #b9b9b9;
    color: #FFFFFF; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }