td.details-control {
    background: url('images/details_open.png') no-repeat center center;
    cursor:pointer;
}
tr.shown td.details-control {
    background: url('images/details_close.png') no-repeat center center;
}

#ulDogCampus, #ulIstruttore, #ulDogSitter {
	background: white;
	margin: 0;
	padding-left: 25px;
	padding-top: 20px;
}

.intestazione {
	width: 200px;
	vertical-align: top;
	text-decoration: underline;
}

.intestazioneArea {
	width: 100%;
	background-color: gold;
	font-family: Roboto;
	margin-bottom: 20px;
	font-size: 1.3em;
	padding-left: 10px;
}

.row {
	margin-left: 0px;
}
.float-right {
	float: left;
}

.rigaDogaCampus {
    display:none;
}

.leftck {
    float:left;
    max-width:100px;
}

.defaultstyle {
    margin-left:0.3em; 
    font-family:'Roboto'; 
    color:black;
}

.campidefault {
	height: 30px;
	margin-right:50px;
	font-size:17px;
}

.casellatipe {

height: 30px;
width: 98%;

}

.casellanote {

height: 94px;
width: 98%;

}

.casellaaltro  {

height: 90px;
width: 98%;

}

.casellatesto {

height: 30px;
width: 98%;

}

.btn-form-custom {
	min-height: 50px;
	margin: 4px;
	width: 100px;
	padding: 0;
	line-height: 50px;
}

.btn-form-custom:hover {
    font-weight:bold;
}

.btn-form-custom-small {
	min-height: 30px;
	margin: 10px;
	width: 100px;
	padding: 0;
	line-height: 30px;
	margin-left: 10px;
	margin-top: 0px;
}

#block01, #block02, #block03, #block04, #block05, #block06 {
	border: 1px solid lightgray;
	border-radius: 0;
	min-height: 50px;
	margin: auto;
	position: relative;
	width: 97%;
	margin-top: 5px;
	padding: 20px;
	font-family: 'Roboto';
	background:white;
	color:gray;
}

#News {
    
    font-size:1.1em;
    overflow:scroll;
}



@media screen and (max-width: 800px) {

#News {
    font-size:0.8em;
    padding:0px;
    white-space: nowrap;
}
#News_wrapper {
	overflow: auto;
}
}

.AcurrentUser {
	color: white !important;
}
.AcurrentUser:hover {
	color: lemon !important;
	text-decoration: none;
}

.currentUser {
	float: right;
	width: 25px;
	height: 100%;
	position: relative;
	background: gray;
	text-align: center;
	font-size: 2em;
	padding: 10px;
	padding-top: 15px;
	border-radius: 25px;
	margin-right: 5px;
	color: white;
	margin-top: 20px;
}

.operationUser {
	background: orangered;
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,.2);
	color: #FFF;
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	display: none;
	outline: none;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 70px;
	-moz-animation: gb__a .2s;
	animation: gb__a .2s;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-user-select: text;
	max-height: -moz-calc(100vh - 62px - 100px);
	max-height: calc(100vh - 62px - 100px);
	overflow-y: auto;
	overflow-x: hidden;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-left: 12px;
	width: 120px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-left: 12px;
	outline: none;
	transform: translateZ(0);
	z-index: 991;
	line-height: normal;
	display:none;
	padding: 10px 10px 10px 30px;
	text-align:right;
}

.operationUser a {
	color:#FFF;
	text-shadow:none ! important;
	line-height:30px;
}

#overlay {
	width: 100%;
	position: absolute;
	z-index: 99999;
	background-color: white;
	opacity: 95%;
	height: 100%;
	display: none;
}

#operationsList {
	width: 70%;
	margin: auto;
	overflow: auto;
}

#modalWait {
    display:    none;
    height:     50px;
    width:      50px;
    background: rgba( 255, 255, 255, .8 ) 
                url('./wait.gif') 
                50% 50% 
                no-repeat;
}

#message {
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: rgba(100,100,100,0.4);
	display:none;
}

.messaggio {
	width: 100%;
	align-content: center;
	position: relative;
	left: 35%;
	top: 45%;
	font-size: 200%;
	padding: 50px;
	border-radius:2%;
	box-shadow:5px 10px #888846;
}

