

/*Nuovi*/
.buttonLogin
{
	font-weight: bold;
	margin-top: 10px;
	width: 330px;
	border: 1px solid rgb(0, 83, 137);
	background-color: rgb(7, 127, 207);
	color: white;
	height: 30px;
	border-radius: 4px 4px 4px 4px;
	background-clip: padding-box;
	background-image: linear-gradient(to bottom, rgb(7, 127, 207), rgb(8, 112, 182));
}

.buttonRegister {
	float: right;
	color: rgb(116, 116, 116);
	background-color: rgb(239, 239, 239);
	border: 1px solid rgb(192, 192, 192);
	text-shadow: 0px 1px 0px white;
	padding: 0px 10px;
	text-align: center;
	font-weight: bold;
	height: 30px;
	border-radius: 4px 4px 4px 4px;
	background-clip: padding-box;
	background-image: linear-gradient(to bottom, rgb(239, 239, 239), rgb(219, 219, 219));
}

.BlueButton { 
	background-position: right center; padding: 0px 10px; text-align: left;
	font-weight: bold;
	height: 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: white;
	background-color: #077fcf;
	border: 1px solid #005389; 
	
	background-repeat: no-repeat; 
	box-shadow: inset 0px 1px 1px #90c0df;
	  
	}
.BlueButton:hover
{
	background-color: #0965a1;
	background-repeat: no-repeat; 
 }

.FilterImage {
	background-image: url(/content/img/filter.png);
}

.GreyButton { 
	background-position: right center; padding: 0px 10px; text-align: left;
	font-weight: bold;
	height: 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #747474;
	background-color: #efefef;
	border: 1px solid #c0c0c0; 
	
	background-repeat: no-repeat; 
	box-shadow: inset 0px 1px 1px #ffffff;
	border: 1px solid #c0c0c0;
	text-shadow: 0px 1px 0px white;
	width: 92px;
	background-image: linear-gradient(to bottom, #efefef, #dbdbdb);   
	background-image: url(/content/img/resend.png); 
}
.GreyButton:hover
{
	background-color: #d4d3d3;
	 background-image: url(/content/img/resend.png); 
	 background-repeat: no-repeat; 
 }
.GreyButtonManageInConsole { 
	background-position: right center; padding: 0px 10px; text-align: left;
	font-weight: bold;
	height: 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #747474;
	background-color: #efefef;
	border: 1px solid #c0c0c0; 
	
	background-repeat: no-repeat; 
	box-shadow: inset 0px 1px 1px #ffffff;
	border: 1px solid #c0c0c0;
	text-shadow: 0px 1px 0px white;
	width: 92px;
	background-image: linear-gradient(to bottom, #efefef, #dbdbdb);   
	background-image: url(/content/img/pencil_edit.png); 
	margin-top: 5px;
}
.GreyButtonManageInConsole:hover
{
	background-color: #d4d3d3;
	 background-image: url(/content/img/pencil_edit.png); 
	 background-repeat: no-repeat; 
 }

 
 .GreenButton { 
	background-position: right center; padding: 0px 10px; text-align: left;
	font-weight: bold;
	height: 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: white;
	background-color: #a8bf58;
	border: 1px solid #739123; 
	background-image: linear-gradient(to bottom, #a8bf58, #a9bc66);
	background-repeat: no-repeat; 
	box-shadow: inset 0px 1px 1px #d5f076;
	text-shadow: -1px -1px 0px #739123;  
	padding: 14px;
	height: auto;
	}
.GreenButton:hover
{
	
	background-color: #90a24f;
	background-image: none; 
	background-repeat: no-repeat; 
	box-shadow: inset 0px 1px 1px #adc163;
 }
 .AddService {
	margin-top: 10px;
}
 .DeleteButton  
 {
	background-color: transparent;
	background-image: url(/content/img/GreyCross.png);  
	background-repeat: no-repeat;
	border: 1px solid transparent;
	background-position: right center; 
	padding: 0px 10px  ; 
	height: auto;
	width: 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: transparent;
	box-shadow: inset 0px 1px 1px #ffffff;
	margin-left: 3px;
  
}

.DeleteButton:hover
{
	background-color: transparent;
	 background-image: url(/content/img/RedCross.png); 
	 background-repeat: no-repeat; 
 }
/*For PopupPanel start*/
.modalBackground {
	background-color:#666;
	filter:alpha(opacity=70);
	opacity:0.5;
}
.popupPanel
{
	margin: 0px !important;
	background-color: #FFFFFF !important;
	font-size: small !important;
	width: 850px !important;
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	padding: 15px;
	border: 6px solid #037ece;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 0px 15px 0px #000;
	box-shadow: 0px 0px 15px 0px #000;
} 
.closePopUp { 
	DISPLAY: block;BACKGROUND: url(/Content/img/redcross.png) no-repeat 0px 0px; 
	right: 5px;
	WIDTH: 30px;
	TEXT-INDENT: -1000em;
	POSITION: absolute; 
	TOP: 5px;
	HEIGHT: 30px; 
	border: none;
} 

.serviceDiv {
display: block;
float: left;
width: 230px;
padding-top: 3px;
padding-left: 10px;
padding-left: 10px;
font-weight: bold;
line-height: 19px;
font-family: Ubuntu, sans-serif;
font-size: 14px;
}
.formatDiv {
display: block;
float: left;
width: 230px;
padding-top: 3px;
padding-left: 10px;
padding-left: 10px;
font-weight: bold;
line-height: 19px;
font-family: Ubuntu, sans-serif;
font-size: 14px;
}
.senderreceiverDiv {
display: block;
float: left;
width: 200px;
padding-top: 3px;
padding-left: 10px;
padding-left: 10px;
font-weight: bold;
line-height: 19px;
font-family: Ubuntu, sans-serif;
font-size: 14px;
}
.buttonDiv {
display: block;
float: left;
width: 180px;
padding-left: 10px;
font-weight: bold;
line-height: 19px;
font-family: Ubuntu, sans-serif;
font-size: 14px;
}


.ConfigureButton { 
	background-position: right center; padding: 0px 10px; text-align: left;
	font-weight: bold;
	height: 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #747474;
	background-color: #efefef;
	border: 1px solid #c0c0c0; 
	
	background-repeat: no-repeat; 
	box-shadow: inset 0px 1px 1px #ffffff;
	border: 1px solid #c0c0c0;
	text-shadow: 0px 1px 0px white;
	width: 92px;
	background-image: linear-gradient(to bottom, #efefef, #dbdbdb);   
	/*background-image: url(/content/img/resend.png); */
}

.ConfigureButton:hover
{
	background-color: #d4d3d3;
	 /*background-image: url(/content/img/resend.png); */
	 background-repeat: no-repeat; 
 }
 .register-box select {
	padding: 0px;
}
 
 
 .register-box .text input[type="text"]{
	width: 270px;
	height: 25px;

	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #9b9b9b;
	padding: 1px 7px;
	display: block;
	margin-bottom: 10px;
}

 
 /*For Dashboard grid*/
 .RecentTrans td
 {
	border-width: 0px;    
 }
 
 .select-user label
 {
	 float: left;
	margin-right: 20px;
 }
 
 .select-user  .select-wrapper
 {
	float: left;
	margin-top: 6px;  
 }
 
 fieldset.change-user
 {
	 margin: 0px;
	 width: 960px;
 }
 fieldset.change-user select
 {
	 padding: 0px;
 }
 
 .pagination tr{
	padding: 0px;
	text-align: center;
}
 .pagination table
 {
	 width: 100%;
 }
.pagination tr td{
	list-style-type: none;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	display: inline-block;
}
.pagination tr td a{
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	width: 30px;
	height: 30px;
}
.pagination tr td span{
	display: inline-block;
	width: 30px;
	height: 30px;
	font-weight: bold;
	color: #ebebeb;
}

.error
{
	/*font-size: 18px;*/
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
}


#service .billing_address select {
width: 286px;
height: 25px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #9b9b9b;
padding: 1px 7px;
display: block;
margin-bottom: 10px;
padding: 0px;

background-color: white;
font-size: 12px;
font-family: Segoe UI, Verdana, Arial, Sans-Serif;
font-weight: normal;
outline: 0;
}

.divider{
	margin:10px;
	height:auto;
	display:inline-block;
}

/* 2013-06-11 */
.divWaiting{
   
position: fixed;
background-color: #90c0df;
z-index: 2147483647 !important;
opacity: 0.8;
overflow: hidden;
text-align: center; top: 0; left: 0;
height: 100%;
width: 100%;
padding-top:20%;
}



.OptionsText  {
border: 1px solid #035c96;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 3px;
color: #035c95;
font-weight: bold;
font-size: 15px;
	width: 500px;
}

.OptionsLabel  {
margin: 0px;
font-size: 18px;
line-height: 30px;
	color: #747474;
}

