	/*TESTE*/

	
	body {
		
		background: url('img/bg_admin.jpg') repeat-x #bdbdbd;
		margin: 0px;

	}
	
	#maincont {
	
		width: 980px;
		margin-top: 20px;
	
	}
	
	#footer {
	
		width: 980px;
	
	}
	
	#menu {
	
		height:30px;
		background: #7d000f;
		color: white;
	
	}
	
	#menu a {
		
		height:20px;
		padding:6px 0px;
		color: white;
		display: inline-block;
		font-weight: bold;
		width:160px;
		font-size: 12px;
		text-align:center;
	
	}
	
	#main {
		border: 1px solid #7d000f;
		background: white;
		min-height: 450px;
	
	}
	
	.minor {

		width: 950px;
		padding: 15px;
		padding-top:0px;

	}


	.minibutt, .campbutt {

		margin-right: 8px;
		display: block;
		float:left;
		padding:7px;
		background: #4c5e67;
		color:#FFFFFF;
		text-decoration:none;
		margin-bottom: 10px;
		font-size: 12px;
		font-weight:bold;

	}
	
	.minibutt {
	
		width: 135px;
		height: 50px;
	
	}
	
	.campbutt {

		width:210px;
		height: 50px;

	}
	
	.listitem2 {

		width: 245px;
		font-size:12px;
		height: 75px;

	}
	
	#categlist, #resultlist {
	
		position: absolute;
		z-index: 3;
		border: 2px solid #7d000f;
		border-top: 0px;
		padding:10px;
		width: 930px;
		background:white;
		display:none;
	
	}
	
	#categlist .button, #resultlist .button {
	
		width: 135px;
		height: 30px;
		float:left;
		margin: 0px;
		margin-bottom:10px;
		margin-right:10px;
	}
	
	
	
	#categlist .button {
	
		background: #4c5e67;
	}
	
	#resultlist .button {
	
		background: #7d000f;
	}
	
	.abamenu {

		width: 940px;
		border-bottom: 1px solid #666666;
		padding-left: 10px;

	}

	.repopt {

		display: block;
		padding:7px;
		width: 135px;
		float:left;
		border:1px solid #666666;
		border-bottom:0px;
		text-decoration:none;
		font-weight: bold;
		font-size:13px;
		color: #000000;
		text-align:center;

	}

	.abamenu .active {

		border-bottom:1px solid #ffffff;
		margin-bottom: -1px;

	}

	.abamenu .inactive {

		background: #cccccc;

	}
	
	.trdev {
	
		background: #ffb5b5;
	
	}
	
	.trhav {
	
		background: #a6ff94;
	
	}
	
	.slot {
	
		width:50px;
		text-align:center;
	
	}
	
	.timeslot  {
	
	
		width: 75px;
	
	}
	
	/*.catview {
	
		margin: 0 auto;
	
	}*/
	
	#reparo {
	
		width: 150px;
		height:194px;
		position: fixed;
		z-index: 2;
		margin-left: 820px;
		cursor:pointer;
		
	
	}
	
	#boxtime {
		
		text-align:center;
		display:block;
		width: 120px;
		height:75px;
		position: fixed;
		z-index: 2;
		margin-left: 820px;
		margin-top: -95px;
		background: #ccc;
		
	}
	
	#boxtimetgt {
		
		font-size:18px;
		margin-top:-10px;
		text-decoration:underline;
		cursor:pointer;
		
	}
	
	.odd {
	
		background: #ccc;
	
	}
	
.newMenuB {
			
	width:100%;
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	gap:7px;
    margin: 0 auto;
	
}
		
.newMenuBItem {
	
	border-radius:5px;
	font-weight:bold;
	padding:5px;
	background: #ebebeb;
	background: linear-gradient(0deg,rgba(235, 235, 235, 1) 66%, rgba(186, 186, 186, 1) 100%);
	color:#2d2d2d;
	font-size:13px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.25);
}

.newMenuB .canceled {
	
	background: linear-gradient(0deg,rgba(240, 213, 213, 1) 66%, rgba(199, 144, 144, 1) 100%);
	
}

.cityInfo {

    font-weight:normal;
    display:inline-block;
    margin-top: 5px;
	font-size:12px;
}

.eventIcon {

	float:left;
	margin-right:10px;
	width:50px; 
	height:50px;
	border-radius:5px;

}