/* wifi proprietary styles */


@media only screen and (min-width: 767px){
	.belt{
	max-width: 1480px;
}
}

.pBlack {
	color: #000;
}

.large {
	font-size: 20px;
}

.count-top, count-bottom{
	margin-bottom: 0;
}

.count{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
.count .loading {
	color:grey;
	font-size:12px; 
}

.dashboard table{
	border-collapse: separate;
	border-spacing: 10px 0;
	
}

.dashboard td{
	margin-bottom:5px;
	padding-right: 7px;
	padding-left: 7px;
	text-align:center;
}

.dashboard tr{
	padding:0;
}

@media only screen and (min-width:767px) {

	.count{
		font-size: 24px;
		text-align: right;
	}
	.count-bottom{
		font-size: 10px;
	}
	.dashboard td{
		margin-right:20px;
		margin-bottom:20px;
		text-align:left;
	}
}

@media only screen and (min-width: 1000px) {
	.count{
		font-size: 30px;
	}
	.count-bottom{
		font-size: 12px;
	}
}

@media only screen and (min-width: 1200px) {
	.count{
		font-size: 40px;
	}
	.count-bottom{
		font-size: 13px;
	}
}

h5{
	margin-bottom:0;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}

table td, th{
	vertical-align:top;
	padding: 2px 10px;
}

.imgButton{
	width:	24px;
	height:	24px;
}

.actionButton{
	margin-right: 25px;
	width:	36px;
	height:	36px;
}

.imgButton:hover{
	opacity: 0.4;
  filter: alpha(opacity=40);
}

input[type=checkbox]{
	-webkit-appearance: checkbox;
	-moz-appearance:    checkbox;
	appearance:         checkbox;
	width: 25px;
	margin: 0px 0;
	height: 18px; 
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	box-shadow: none;
	background:#FFF;
}
@media only screen and (min-width:767px) {
	input[type=checkbox]{
		height: 21px; 
		margin: 9px 0;
	}
}
.ui-widget {
		font-family: 'Signika Negative', sans-serif;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: 'Signika Negative', sans-serif;
}

.jquidialog {
	color: #000;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 5px;
}

.jquipre{
	margin-left:10px;
	margin-right:10px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000;
}



.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}

.back222{
	background: #222;
}

.tall{
	min-height:500px;
}

.right{
	text-align:right;
}

.graphSelector tr{
	border: 0px;
}

.graphSelector td{
	vertical-align:middle;
	padding: 2px 5px;
}

.graphSelector input[type="text"]:disabled, .graphSelector textarea:disabled{
	color:#000;
	background: #f5f5f5;
}

.small {
	padding: 2px 20px;
	font-size: 12px;
}

.btn{
	margin-bottom: 0;
}

.tooltip-wifi {
    position: relative;
}

.tooltip-wifi .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip-wifi .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip-wifi:hover .tooltiptext {
    visibility: visible;
}

.hidden{
	display: none;
}

.bold{
	font-weight: 700;
}

.debug{
	width:80%;
	display:block;	
	margin:25px auto;
	background:#333;
	color:#fff;
	font-size:13px;
	font-family:monospace;
	box-shadow: 2px 2px 5px #888888;
	padding:10px;
	position:relative;
}

.debug h3{
	margin:5px 0;
}

.rightalign{
	text-align: right;
}
.graphContainer, .graphContainer100{
	width: 100%;
	/*background-image: url("img/loading.gif");*/
}

.graphContainer, .graphContainer100, .dashboard td{
	-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.75);
	margin-bottom:10px;
}

@media only screen and (min-width: 767px) {
	.header103{
	/*min-height: 83px;*/
	}
	.graphContainer{
		width: 48%;
		margin-bottom:20px;
	}
}

/* Backend section */

.backend {
	font-family: 'Signika Negative', sans-serif;
}

.backend .title {
	border-bottom: 1px solid #000;
}
.backend .container {
	position:relative;
	padding-top:0px;
	/*min-width:800px;*/
}

/*.backend h1, .backend h2, .backend h3, .backend h4 {
	color:#ffa300;
}*/

.backend img:hover{
	opacity: 0.4;
  filter: alpha(opacity=40);
}

/*
.backend h2,.backend h2 a {
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	font-size:20px;
}

.backend h3, .backend h3 a{
	margin-top:0px;
	margin-bottom:0px;
	font-size:18px;
}
*/
.backend .title{
	margin-bottom:0px;
}


.backend h4{
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	font-size:16px;
}

.backend p{
	display:block;
	padding:0;
	color: #000;
  font-size:12px;
}

.backend a{
	text-decoration: underline;
	color:#000;
  font-size:12px;
}
.backend a:hover{
	text-decoration: underline;
	color:#FBAD18;
}

.backend a.button, .backend  input[type="button"], .backend input[type="submit"]{
    text-decoration: none;
    padding: 5px 30px 5px 30px;
}

a.button, input[type="button"], input[type="submit"] {
  background: #fcae29;
  background-image: -webkit-linear-gradient(top, #fcae29, #ffa200);
  background-image: -moz-linear-gradient(top, #fcae29, #ffa200);
  background-image: -ms-linear-gradient(top, #fcae29, #ffa200);
  background-image: -o-linear-gradient(top, #fcae29, #ffa200);
  background-image: linear-gradient(to bottom, #fcae29, #ffa200);
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  border: 0 none;
  text-decoration: none;

}

a.button:hover , input[type="button"]:hover,  input[type="submit"]:hover{
  background: #fcbe60;
  color: #ffffff;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #fcbe60, #ffaa2b);
  background-image: -moz-linear-gradient(top, #fcbe60, #ffaa2b);
  background-image: -ms-linear-gradient(top, #fcbe60, #ffaa2b);
  background-image: -o-linear-gradient(top, #fcbe60, #ffaa2b);
  background-image: linear-gradient(to bottom, #fcbe60, #ffaa2b);
  text-decoration: none;
}

.backend a.dis, .backend input[type="button"].dis, .backend input[type="submit"].dis {
	cursor: default;
	pointer-events: none;
	background:#999;
}

.backend th a{
	text-decoration: underline;
/*	color: #fff;*/
}
.backend th a:hover{
	text-decoration: underline;
	color: #000;
}

.backend table a:hover {
    color: #666;
    text-decoration: underline;
}


.backend th, .backend td{
	padding:5px;
	text-align:left;
	vertical-align: middle;
}

.backend td.center, .backend th.center{
	text-align:center;
}

.backend td{
	color:#000;
	font-size:12px;
	/*border: 1px solid #eee;*/
}

.backend td p{
	padding: 0;
	
	margin: 0;
}

.backend table, .backend th, .backend td{
	
}

.backend tr{
	/*height: 41px;*/
}

.backend th{
    font-size:12px;
    height:40px;
/*    background-color :#ffa300;
		color: #FFFFFF;*/
		background-color: #d9d9d9;
		/*border: 1px solid #eee;*/
}

/*.backend tr:nth-child(even){
	background-color: #eee;
}
.backend tr:nth-child(odd) {
	background-color: #d9d9d9;
}*/
.noborder{
	border-top: 1px solid #eee;
}

.backend tr:not(.nohover):hover{
	background-color: #d9d9d9;
}

tr:not(.nohover):hover {
	background-color: #d9d9d9;
}
th{
		background-color: #d9d9d9;
}

.backend table{
	width:100%;
	padding: 0px;
	margin: 0px;
}

.backend {
	margin-bottom: 0px;
}


.backend textarea , .backend .inputtext{
	display: block;
	width: 98%;
	padding: 4px;
	font-size:12px;
	margin-bottom: 0px;
}



.backend .select_small{
	font-size:10px;
	width: 90%;
	min-width:65px;
	margin:0;
	padding:0;
	height:16px
}
.backend select{
	margin-bottom: 0px;
	font-size:12px;
	padding: 4px;
}

	


.backend .search_text_jpa{
	width:60%;
	font-size:11px;
	padding: 0;
	margin: 0;
}

.backend .jpa_form{
	padding:0;
	margin: 0;
}

.backend .badge1 {
   position:relative;
}

.backend .badge1[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   top:-40px;
   right:00px;
   font-size:13px;
   background:red;
   color:white;
   min-width:20px;
   height:20px;
   text-align:center;
   line-height:21px;
   border-radius:50%;
   box-shadow:0 0 2px #333;
}
.backend .badge2 {
   position:relative;
}

.backend .badge2[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   top:-7px;
   right:-20px;
   font-size:10px;
   background:red;
   color:white;
   min-width:18px;
   height:18px;
   text-align:center;
   line-height:18px;
   border-radius:50%;
   box-shadow:0 0 2px #333;
}

.backend .textareadev{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	-moz-tab-size : 2;
      -o-tab-size : 2;
         tab-size : 2;
  background:#333;
  color: #eee;
  border-style: double;
  border-width: 5px;
  
}

.backend .vert-scroll{
	overflow-y: auto;
}


.backend  .subtable table{
	border:0 none;
	background: none;
}

.backend  .subtable td{
	width:33%;
	border:0 none;
	text-align:center;
	background-color: none;
}
.missing, .wifierror p, p.wifierror{
	color: #e60000;
	font-weight: 700;
}

.wifierror, .updateok{
	padding: 0 10px;
}

.updatedok p, p.updatedok{
	color: #428600;
	font-weight: 700;
}

.logopicture{
	background-image:url("../images/maneo-small.png");
	height:60px;
	width:60px;
}


@media only screen and (min-width: 767px) {
	.logopicture{
		background-image:url("../images/maneo-logo.png");
		height:57px;
		background-size:     cover;    
		background-repeat:   no-repeat;
	}
		
	.backend .nav-grid:before {
		left: 15%;
	}
	.backend .nav-grid .ng-menu {
		width: 15%;
	}
	.backend .nav-grid .ng-content {
	   width: 85%;
	}
}

.ui-datepicker td,
.ui-datepicker th{
	display: table-cell;
}

.ui-datepicker thead{
	display: table-header-group;
}
.ui-datepicker tr{
	display: table-row;
}


.backend td.inactive_cell{
	color:grey;
}
