.sqlab{
	padding:0 2px;
	border:1px solid black;
	margin-right: 2px; 
	background-color:white;
	color:black;
}

#admin_table{
	width: 100%;
}
#admin_table tr:hover{
	background-color:yellow;
}

#tnazh{
	color:gray;
	font-size: small;
	padding: 0 2px;
}

#alertmsg{
  position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9000;
	background-color: red;
	color:white;
	padding:5px;
	font-size: large;
	
}
#alerttable{
  position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9000;
	background-color: #FFFFB9;
	padding:5px;
	font-size: large;
	width: 100%;
	border-top: 1px solid black;
	box-shadow: 0px -4px 12px -2px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px -4px 12px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -4px 12px -2px rgba(0,0,0,0.75);	
}




#login{
	padding:10px;
	overflow:auto;
	background-color: rgba(255,255,255,.5);
	text-align: center;
}

#login input{
	font-size: 20px;
	margin:2px;
	width: 200px;
}
body{
	
	background:url(../images/body_background.jpg) center top;
	background-attachment: fixed;
	margin:0px;
	background-size: cover;	
  font-family: 'Roboto', sans-serif;
	color:black;
}


hr{
  border: 0;
	border-top: 1px dashed #1b99a8;
}

body a{
	text-decoration: none;
}


#headertitlecont{
	background-color:#28a1b2;
	height:80px;
	padding-left:250px;
	overflow:auto;
	font-size: small;
	color:white;
	font-weight:bold;
}

#headertitlecont a{
	color:white;
}

#headertitlecont table{
margin-top:10px;
}


#listagiocatoricont{
	border: 1px solid black;
	margin:10px;
	/*! float:left; */
	padding:5px;
	font-size: small;
	background-color: white;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	margin-bottom: 100px;
}

#mysquadracont{
	/*! position:fixed; */
	border:1px solid black;	
	/*! top: 40px; */
	/*! right: 0; */
	background-color: #FFFFB9;
	margin: 10px;
	/*! width: 400px; */
	font-size:small;
	padding:10px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.75);
}

.classificacontsquadra{
	margin:10px;
	float:left;
	padding:5px;
	font-size: 11px;
	background-color: white;
    width: 300px;
  border-radius: 5px;

}

.classificacontsquadra table{
	width: 100%;
	border-collapse: collapse;
}

.boxsq{
	margin:10px;
	float:left;
	font-size: 11px;
  border-radius: 10px;
}

.usercontsquadra{
	float:left;
	padding:5px;
	font-size: 11px;
	background-color: white;
	min-width: 280px;
  border-radius: 5px;
}

.usercontsquadra table{
	width: 100%;
	  border-collapse: collapse;

}

#mainlistscadcont{
	margin:10px 10px 5px;
	padding:10px 5px 10px 40px;
	font-size: small;
	background: url(../images/logoeuro2020-icon.png) center left no-repeat;
}

#mainlistscadcont a{
	background-color: rgba(255,255,255,0.7);
	padding:3px 8px;
	margin-right: 5px;
	border:1px solid white;	
	border-radius: 25px;
	line-height: 2.2em
	}


@media screen and (max-width: 800px) {
	.classificacontsquadra, .usercontsquadra{
		width:auto;
		margin:10px;
		float:none;
		overflow: auto;
		min-width: 300px;
	}
	.boxsq{
		width:auto;
		margin:0px;
		float:none;
		padding: 0;
		overflow: auto;
		min-width: 300px;
	}
}

