@media print { 
#divfinanziamenti td {border-left: 1px solid black; border-right: 1px solid black; background-color:red;}
}
.priority_td:hover  
{
    cursor: pointer;
    border: 1px solid green;
}
.PanicButton {
border: 1px solid red;
    border-radius: 20px;
    /* z-index: 12900000; */
    position: absolute;
    font-size: 12px !important;
    left: 44%;
    background-color: white;
    height: 23px;
    font-size: 20px;
    width: 190px;
    line-height: 20px;
}
.PanicButton:hover {
	cursor:pointer;
	background-color:red;
	color:white;
}
.PaginationField {
background-color: #ffffc0;
    font-size: 14px;
    font-family: monospace;
    line-height: 14px;
    padding: 7px;
    border: 1px dashed #78783b55;
    border-radius: 18px;
    text-align: center;
}

.msgbox {    
	z-index: 99999;
    background-color: white;
    text-align: center;
    color: red;
    line-height: 75px;
    font-size: 25px;
    top: 25%;
    position: absolute;
    width: 100%;
    
}
 #AlertDateMonitor
 {
    width: 100%;
    margin: 10px;
    color: black;
    background-color: #e5d181;
    padding: 5px;
    text-align: center;
    font-weight: bold;
 }
#DoNotCallLabel 
{
	color: #f38a8a;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
	width:50px;
}
#eraseAllPratiche {
    width: 20%;
    background-color: red;
    color: white;
    padding: 2px;
    text-align: center;
    float: right;
    font-size: 12px;
	margin-left:4px;
 }
#id_class1 {display:none;}
 #printAllPratiche {
    width: 15%;
    background-color: #b2abab;
    color: black;
    padding: 2px;
    text-align: center;
    float: right;
    font-size: 12px;
 }
  #printAllPratiche:hover {
    background-color: #990000;
    color: #ffb3b3;
	cursor:pointer;
 }
 #eraseAllPratiche:hover {
    background-color: #990000;
    color: #ffb3b3;
	cursor:pointer;
 }
 #note-cliente 
 {
    overflow-y: scroll;
	height: 200px;
	width:100%;
	resize: none; /* Remove this if you want the user to resize the textarea */
 } 

 #textarea-finanziamento 
 {
    overflow-y: scroll;
	height: 200px;
	width:100%;
	resize: none; /* Remove this if you want the user to resize the textarea */
 } 
	.selcityelem {     background-color: #e7e5dc;     color: black;    padding-right: 10px;    border-bottom: 1px dashed #9d998b; }
	.selcityelem:hover{ background-color:#d7d2be; color:white; cursor:pointer;}
	.selcitytext { 		
	border-bottom-right-radius:10px; border-bottom-left-radius:10px; 
	background:#fff;border:2px solid #ced4da;width:90%;height:100px;
	position:absolute;margin-left:20px;float:right;text-align:right;
	display:none;z-index:99;
	}
	
#MainMenu 
{ 
	background-color: #ffffff;
    padding-top: 12px;
	border-top: 1px dashed #007bff;
    text-align: center;
	margin-top:30px;
	z-index:2;
}
.msgDelAllPrat {
	font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    background-color: cornsilk;
}
.DelAllPratInput
{
    height: 31px;
    font-size: 17px;
    color: #be0b0b;
    background-color: #f7dddd;
    text-align: center;
    width: 150px;
    font-weight: bold;
	text-transform:uppercase;
}
#blockscreen {
width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
	display:none;
}

tr#tr_tab_fin:hover {
    background-color: #B1F5F4;
    cursor: pointer;
}

.alertbox {
position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -250px;
    width: 500px;
    height: 250px;
    background-color: #FFFFFF;
    border: 5px solid red;
    font-size: 30px;
    text-align: center;
    border-radius: 27px;
    padding: 10px;
    font-weight: bold;
}
div#SearchBar 
{
    top: 60px;
    background-color: #fff;
	z-index:2;
}