 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 5px;
    border: 1px solid #888;
    overflow: auto; /* Enable scroll if needed */
    width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} 

a.noMarginRight
{
	margin-right: 0px!important;
}

a:visited.noMarginRight
{
	margin-right: 0px!important;
}


a.linkInterno
{
	margin-right: 0px!important;
	text-decoration: underline!important;
}

a:visited.linkInterno
{
	margin-right: 0px!important;
	text-decoration: underline!important;
}


.fc-today
{
	background:lightblue!important;
}

/******************************************************************************
 SMALL DEVICES (tablets, 768px and up) 
*******************************************************************************/
@media all and (max-width: 767px) and (min-width: 220px){
        #s4-bodyContainer	{min-width:100%!important;}



	.width100mobile
	{
		width: 100%!important;
	}

}
/******************************************************************************
 small medium DEVICES (max-width: 1023px) and (min-width: 768px)
*******************************************************************************/
@media all and (max-width: 1023px) and (min-width: 768px){
	#tastoAreaRiservataMenu		{ margin-top:-28px;}
	
	#tastoLogoutMenu 		{ margin-top:-28px;}

}

/******************************************************************************
 MEDIUM DEVICES (desktops, 1024px and up) 
*******************************************************************************/
@media all and (max-width: 1279px) and (min-width: 1024px){
	#tastoAreaRiservataMenu		{ margin-top:-28px;}
	
	#tastoLogoutMenu 		{ margin-top:-28px;}

	.video_case {
    		width: 668px;
		height: 500px;
	}

	.video_case iframe {
		width: 100%;
	}

}

/******************************************************************************
*******************************************************************************
 LARGE DEVICES (large desktops, 1280px and up) 
*******************************************************************************
*******************************************************************************/
@media (min-width: 1280px) {
	#tastoAreaRiservataMenu		{ margin-top:-28px;}
	
	#tastoLogoutMenu 		{ margin-top:-28px;}

	.video_case {
    		width: 668px;
		height: 500px;
	}

	.video_case iframe {
		width: 100%;
	}
}
