﻿body
{
}
.WordWrap { width:100%; word-break:break-all }
.WordBreak { width:100px; OVERFLOW:hidden; TEXT-OVERFLOW:ellipsis}    
.login
{
	text-align: center;
	margin: 100px;
	border: 2px solid #000;
		
}
.campi
{
	margin: 20px 0 20px 0;
}

.campi .lblTxt
{
	font-size: 15px;	
	/*height: 30px;*/
	font-family: Trebuchet MS, Arial, Verdana;
	margin-top:3px;
    overflow: hidden;
}
.campi .lblTxt1
{
	font-size: 15px;	
	height: 30px;
	font-family: Trebuchet MS, Arial, Verdana;
	margin-top:3px;
	width:30%;
	float:left;
	margin-left: 20%;
}
.campi .lblTxt2
{
	font-size: 15px;	
	height: 30px;
	font-family: Trebuchet MS, Arial, Verdana;
	margin-top:3px;
	width:49%;
	float:right;
}
.campi .lblTxt3_1
{
	font-size: 15px;	
	height: 30px;
	font-family: Trebuchet MS, Arial, Verdana;
	margin-top:3px;
	width:33%;
	float:left;
}
.campi .lblTxt3_2
{
	font-size: 15px;	
	height: 30px;
	font-family: Trebuchet MS, Arial, Verdana;
	margin-top:3px;
	width:33%;
	float:left;
}
.campi .lblTxt3_3
{
	font-size: 15px;	
	height: 30px;
	font-family: Trebuchet MS, Arial, Verdana;
	margin-top:3px;
	width:33%;
	float:left;
}

.campi .lblTxt1 .leftcell
{
	float: left; 
	width: 47%;
	margin-left: 20%;
	text-align: right;
	margin-right: 5px;	
}

.campi .lblTxt1 .rightcell
{
	float: left; 
	width: 31%;
}
.campi .lblTxt2 .leftcell
{
	float: left; 
	width: 5%;
	text-align: right;
	margin-right: 5px;
}

.campi .lblTxt2 .rightcell
{
	float: left; 
	width: 90%;
}

.campi .lblTxt .leftcell
{
	float: left; 
	width: 20%;	
	margin-left: 20%;
	margin-right: 5px;
	text-align:right;
}

.campi .lblTxt .rightcell
{
	float: left; 
	width: 50%;
}

a.linkButton
{
	font-size: 17px;
}

.error
{
	color: red;
	font-weight:bold;
	margin: 35px 0 5px 0;
}

.title
{
	font-size: 19px;	
}

.campi .lblTxt .rightcell .buttonCerca
{
    background-color: #E3E3E3;
    border-style:hidden
}

.campi .user
{
    border-style:outset;
    border-width:1px;
    border-color:Black;
    margin-left: 10px;
}
.campi .user .lblTxt .leftcell
{
	/*float:left;*/
	width: 30%;
}
.campi .user .lblTxt .rightcell
{
	/*float: left; */
	width: 70%;
}
.WrappedText
{
    word-break: break-all;
    word-wrap: break-word;
}

.paddingTop8px{
    padding-top:8px;
}

.paddingTop6px{
    padding-top:6px;
}

.paddingBottom8px{
    padding-bottom:8px;
}

.paddingBottom6px{
    padding-bottom:6px;
}


.contenutoMailingList{
    background-color: #fcacfb;
    margin-left: 3px !important;
    margin-right: 3px !important;
}



.destinatariMailingList{
    background-color: #c9fea9;
    /*margin-left: 3px !important;
    margin-right: 3px !important;*/
}


.linkMailingList{
    background-color: #b9c7fc;
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.contenutoMailingListBorder{
    border: 3px solid #fcacfb;
    border-radius: 5px;
    margin-top:5px;
}

.destinatariMailingListBorder {
    border: 3px solid #c9fea9;
    border-radius: 5px;
    margin-top:5px;
}


.linkMailingListBorder {
    border: 3px solid #b9c7fc;
    border-radius: 5px;
    margin-top:5px;
}

.btn-motus{
    background-color: #F340C3 !important;
    color: #ffffff !important;
}

.expander{
    padding-top:10px !important;
    padding-bottom:25px !important;
}

.noMarginLeft{
    margin-left: 0px !important;
}

.noMarginRight{
    margin-right: 0px !important;
}