.BundleInfoContainer {
	width: 450px;
	display: none;
	opacity: 0;
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);*/
	background-color: rgb(242, 245, 247) !important;
	z-index: 1;
}

.Rjs .BundleInfoContainer .Resizer {
	box-shadow: none;
}

.BundleInfo {
	/*width: 450px;
	display: none;
	opacity: 0;
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);*/
	background-color: rgb(242, 245, 247) !important;
	/*z-index: 1;*/
}

.Rjs .BundleInfo .ui-state-default {
	border: 1px solid #aed0ea;
}
.Certificazione {
}

.Certificazione .RjsContent {
	height: 45px;
	color: black !important;
}

.Certificazione .RjsContent .MenuItem {
	margin-bottom: 5px;
	cursor: pointer;
}

.Certificazione .RjsContent.CertificazioneContentSmall {
	height: 25px;
}
.DatePanel {
}
.Documenti {
}

.Documenti .RjsContent{
	height: 46px;
	color: black !important;
}

.Documenti .RjsContent .MenuItem {
	margin-bottom: 5px;
	cursor: pointer;
}
.Rjs .Widget .DocumentInfoToggle {
	width: 20px;
	height: 48px;
	cursor: pointer;
	border-radius: 0px 5px 5px 0px;
	background-image: url(img/openV.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0px;
	z-index: 1;
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
	opacity: 0.3;
    transition-property: opacity;
    transition-duration: 1s;
    transition-delay: 0.5s;
}

.Rjs .Widget .DocumentInfoToggle:hover {
	opacity: 1;
}

.Rjs .Widget.DocumentInfoToggle.RjsSimpleButtonPressed {
	background-color: rgb(242, 245, 247);
	background-image: url(img/closeV.png);
	box-shadow: none;
	opacity: 1;
}
.EditCertificato {
	background-color: white !important;
}

.EditCertificato .Shadow {
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
}
.WinFormSendMode {
	width: 500px;
	height: 150px;
	z-index: 2;
}

.WinFormSendMode .CertificaCertTxt {
	font-size: 12pt;
}
.WinFormSign {
	width: 500px;
	height: 200px;
	z-index: 2;
}

.WinFormSign .CertificaCertTxt {
	font-size: 12pt;
}

.WinFormSign .Body {
	height: 110px;
	background-color: transparent;
    padding: 20px 40px 0px 40px;
	text-align: center;
}

.WinFormSign .Toolbar {
	height: 28px;
	width: 40%;
}

.WinFormSign .Btn {
	color: white;
    padding: 5px 8px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    width: 45%;
    text-align: center;
    margin: 0px 5px 0px 5px;
	background-color: rgb(114, 167, 207);
}
.GridCertifica {
}

.Rjs .RjsGrid .RjsGridField .RjsGridFieldLabel.BundleStatus1 {
	/*aperta*/
	background-image: url(img/16x16/red_button.png);
	background-position: 8px 2px;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.Rjs .RjsGrid .RjsGridField .RjsGridFieldLabel.BundleStatus2 {
	/*in lavorazione*/
	background-image: url(img/16x16/orange_button.png);
	background-position: 8px 2px;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.Rjs .RjsGrid .RjsGridField .RjsGridFieldLabel.BundleStatus3 {
	/*pendente*/
	background-image: url(img/16x16/red_button.png);
	background-position: 8px 2px;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.Rjs .RjsGrid .RjsGridField .RjsGridFieldLabel.BundleStatus4 {
	/*chiusa*/
	background-image: url(img/16x16/edit.png);
	background-position: 8px 2px;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.Rjs .RjsGrid .RjsGridField .RjsGridFieldLabel.BundleStatus5 {
	/*firamta*/
	background-image: url(img/16x16/pdf_file.png);
	background-position: 8px 2px;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.Rjs .RjsGrid .RjsGridField .RjsGridFieldLabel.BundleStatus6, .Rjs .RjsGrid .RjsGridField .RjsGridFieldLabel.BundleStatus7 {
	/*consegnata*/
	background-image: url(img/16x16/green_button.png);
	background-position: 8px 2px;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.Rjs .RjsGrid .RjsGridField .RjsGridFieldLabel.BundleStatus8 {
	/*consegnata*/
	background-image: url(img/16x16/delete.png);
	background-position: 8px 2px;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.GridCertificaContainer {
	background-color: white !important;
	padding-top: 10px;
}

.GridCertificaContainer .Shadow {
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
}
.CertificaCertSheet {
}

.Rjs .CertificaCertSheet .ui-state-default {
	border-color: rgb(174, 208, 234);
}

.ParticelleModifier .ParticelleModifierData input {
	border-color: rgb(174, 208, 234);
}

.Rjs .CertificaCertSheet .ParticelleModifierList {
	border-color: rgb(174, 208, 234);
}

.ParticelleModifier .ParticelleModifierAddBtn {
	background-image: url(img/16x16/add.png);
}

.ParticelleModifier .ParticelleModifierDelBtn {
	background-image: url(img/16x16/delete.png);
}

.CertificaCertButtonBar  {
	height: 40px;
}

.CertificaCertButtonBar .CertificaCertOkBtn {
	color: white;
    padding: 5px 8px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    width: 50px;
    text-align: center;
    margin: auto;
	background-color: rgb(114, 167, 207);
}

.CertificaCertTitle {
	height: 50px;
    font-size: 14pt;
    padding: 5px 20px 5px 40px;
    color: rgb(114, 167, 207);
    background-image: url(img/24x24/open_folder_accept.png);
    background-position: 8px 5px;
    background-repeat: no-repeat;
}

.CertificaCertTxt.Privacy {
	font-size: 10pt;
	color: black;
}

.CertificaCertTxt.Privacy.Link {
	color: rgb(187, 43, 64);
}

.CertificaCertTitle .CertificaCertTxt {
	
}

.CertificaCertTitle .CertificaCertCloseBtn {
	color: transparent;
    font-size: 16pt;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 8px;
    background-image: url(img/16x16/delete.png);
    background-repeat: no-repeat;
}
.GridFilter {
	width: 1000px;
	height: 200px;
	border-radius: 0px 0px 5px 5px;
	display: none;
	opacity: 0;
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.Rjs .GridFilter .ui-state-default  {
	border-color: rgb(174,208,234);
}

.Rjs .Widget.GridFilterToggle.RjsSimpleButtonPressed {
	display: none;
}

.Rjs .GridFilter .Widget.Resizer {
	box-shadow: none;
	background-image: url(img/resizerH.png);
	background-repeat: repeat-y;
	margin-top: 50px;
    margin-bottom: 70px;
	opacity: 0.5;
}

.GridFilter .Buttonbar {
	height: 40px;
	border-radius: inherit;
	padding-bottom: 20px;
}

.GridFilter .ButtonContainer {
	width: 96px;
	height: 32px;
}

.GridFilter .Buttonbar .ButtonContainer .ButtonFilter {
	background-image: url(img/24x24/accept.png);
}

.GridFilter .Buttonbar .ButtonContainer .ButtonCancel {
	background-image: url(img/24x24/block.png);
}

.GridFilter .Buttonbar .ButtonContainer .ButtonClose {
	background-image: url(img/24x24/delete.png);
}

.LeftSheet {
	width: 50%;
}

.RightSheet {
}
.Rjs .Widget .GridFilterToggle {
	width: 48px;
    height: 20px;
    cursor: pointer;
    border-radius: 0px 0px 5px 5px;
    background-image: url(img/openH.png);
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0px;
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
	opacity: 0.3;
	transition-property: opacity;
	transition-duration: 1s;
	transition-delay: 0.5s;
}

.Rjs .Widget .GridFilterToggle:hover {
	opacity: 1;
}

.Rjs .Widget.GridFilterToggle.RjsSimpleButtonPressed {
	background-color: rgb(242, 245, 247);
	background-image: url(img/closeH.png);
	box-shadow: none;
}
.Header {
	height: 70px;
}
.HeaderCertifica {
	height: 55px;
	z-index: 2;
}

.AppNameContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	text-align: right;
	padding-top: 5px;
	background-image: url(img/48x48/edit_page.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 70px;
}

.AppName {
	font-size: 18pt;
	text-shadow: 1px 0px 1px white, 0px 1px 1px white, -1px 0px 1px white, 0px -1px 1px white;
}

.AppVersion {
	font-size: 8pt;
	text-shadow: 1px 0px 1px white, 0px 1px 1px white, -1px 0px 1px white, 0px -1px 1px white;
}

.LoggedUser {
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
	font-size: 8pt;
	padding: 0px 20px 5px 0px;
	text-shadow: 1px 0px 1px white, 0px 1px 1px white, -1px 0px 1px white, 0px -1px 1px white;
}

.UserName {
}

.UserLogoutHook {
	cursor: pointer;
	background-image: url(img/16x16/shut_down.png);
    background-position: right center;
    background-repeat: no-repeat;
    line-height: 16px;
    padding-right: 20px;
}
.LeftPanel {
	width: 350px;
}
.ZoomRect {
	border-radius: 0px !important;
	box-shadow: none !important;
}

.RU .ZoomRect {
	background-color: rgba(54, 42, 26, 0.5) !important;
}
	
.PS .ZoomRect {
	background-color: rgba(90, 105, 140, 0.5) !important;
}

.Rjs .MapInfoPnt {
    cursor: url("img/32x32/find.gif") 8 8, default;
}

.Rjs .MeasureMap {
    cursor: url("img/32x32/misura.gif") 9 9, default;
}
.MapToolbar {
	width: 32px;
	height: 320px;
}
.NearBundles {
	height: 250px;
	padding: 20px;
	font-size: 10pt;
}

.NearBundlesTitle {
	font-size: 14pt;
    margin-bottom: 10px;
}

.NearBundlesItem {
}

.NearBundlesItem a{
	font-weight: bold;
	cursor: pointer;
}

.NearBundlesItemDetails {
	font-size: 8pt;
    margin-bottom: 5px;
	/*padding-left: 30px;*/
}
.Overview {
	width: 150px;
	height: 120px;
	/*border-radius: 5px;*/
	/*box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.6);*/
	cursor: pointer;
	background-color: rgba(255,255,255, 0.5) !important;
}

.Rjs .RU .OverviewRect {
	background-color: rgba(255, 255, 255, 0.5);
	/*background-color: rgba(187,43,64, 0.5);*/
	/*border-radius: 5px;*/
	/*box-shadow: 0px 0px 3px 2px rgba(187,43,64, 0.5);*/
	border-radius: 0px;
	box-shadow: none;
	min-width: 5px;
	min-height: 5px;
}

.Rjs .PS .OverviewRect {
	background-color: rgba(255, 255, 255, 0.5);
	/*background-color: rgba(90, 105, 140, 0.5);*/
	/*border-radius: 5px;*/
	/*box-shadow: 0px 0px 3px 2px rgba(90, 105, 140, 0.5);*/
	border-radius: 0px;
	box-shadow: none;
	min-width: 5px;
	min-height: 5px;
}
.Widget.PayWindow {
}

.Widget.PayWindow .Title {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	right: 0px; 
	height: 40px;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	padding-top: 5px;
}

.RU .Widget.PayWindow .Title {
    color: rgb(54, 42, 26);
}

.PS .Widget.PayWindow .Title {
    color: rgb(90, 105, 140);
}

.Widget.PayWindow .WinCloseBtn {
	position: absolute; 
	bottom: 0px; 
	top: 5px; 
	right: 20px; 
	width: 20px;
	cursor: pointer;
}

.Widget.PayWindow .Content {
	position: absolute;
	left: 5px; 
	top: 40px; 
	right: 25px; 
	bottom: 5px;
}
.Rjs .Resizer {
	z-index: 1;
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.7);
}

.Rjs .RU .Resizer {
	background-color: rgb(54, 42, 26);
}

.Rjs .PS .Resizer {
	background-color: rgb(90, 105, 140);
}

.Rjs .ResizerDragging {
	z-index: 2;
}

.Rjs .ResizerVertical {
	width: 5px !important;
}

.Rjs .ResizerHorizontal {
	height: 5px !important;
}

.Rjs .ResizerExpandRight {
	background-image: url(img/expandR.png);
}

.Rjs .ResizerExpandLeft {
	background-image: url(img/expandL.png);
}
.ScalePanel {
	width: 150px;
	height: 32px;
}
.Stampa {
}

.Stampa .RjsContent {
	height: 105px;
	color: black !important;
}

.Stampa .RjsContent .MenuItem {
	margin-bottom: 5px;
	cursor: pointer;
}

.Stampa .Wait {
    background-position: 100px center;
    background-repeat: no-repeat;
    background-image: url(img/24x24/loading-circle.gif);
}

.PS .Stampa .Wait.HeaderOver {
	background-image: url(img/24x24/loading-circle-blu.gif);
}

.RU .Stampa .Wait.HeaderOver {
	background-image: url(img/24x24/loading-circle-rosso.gif);
}
.TemplateEditor {
}

.Rjs .Widget.TemplateEditor {
	background-color: white;
}

.UserChange {
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: rgb(245, 245, 245);
	margin-top: 1px;
	margin-bottom: 1px;
	min-height: 5px;
}

.UserChangeable {
	border-color: orange;
}

.UserChanging {
	border-color: rgb(215, 21, 61);
}

.UserToggle:hover {
	cursor: pointer;
	font-style: italic;
	color: rgb(215, 21, 61);
}

.UserToggleDisabled {
	opacity: 0.5;
}

.TemplateFieldEditor {
	border-radius: 5px;
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.5);
	background-color: rgba(255,255,255,0.7);
	padding: 20px;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 1;
}

.TemplateFieldEditor .ok {
	cursor: pointer;
	margin-right: 10px;
	color: rgb(215, 21, 61);
	font-size: 8pt;
	font-weight: bold;
}

.TemplateFieldEditor .cancel {
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
	color: rgb(215, 21, 61);
	font-size: 8pt;
	font-weight: bold;
}

.TemplateFieldEditor .delete {
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
	color: rgb(215, 21, 61);
	font-size: 8pt;
	font-weight: bold;
}

.TemplateFieldEditor .domain {
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
	color: rgb(215, 21, 61);
	font-size: 8pt;
	font-weight: bold;
}

.TemplateFieldEditor textarea{
	width: 98%;
    height: 80%;
    border-radius: 5px;
    border-color: rgba(0,0,0,0.2);
    padding: 5px;
	max-height: 80%;
	resize: none;
	transition-property: max-height;
	transition-duration: 0.5s;
}

.WinPrintBuilderLink {
	width: 420px;
    height: 120px;
}

.PrintBuilderLink {
	cursor: default;
	font-size: 12pt;
	background-color: white !important;
	padding-top: 12px;
    margin: 20px;
}

.PrintBuilderLink .CloseBtn{
	color: white;
    padding: 5px 8px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    width: 50px;
    text-align: center;
    margin: auto;
    background-color: rgb(114, 167, 207);
}

.RU .PrintBuilderLink .CloseBtn {
	background-color: rgb(54, 42, 26);
}

.PS .PrintBuilderLink .CloseBtn {
	background-color: rgb(90, 105, 140);
}

.WinPrintBuilderLink .WinPrintCloseBtn {
	width: 30px;
	height: 30px;
	background-image: url(img/16x16/delete.png);
	background-repeat: no-repeat;
	background-position: 7px 4px;
	cursor: pointer;
	background-color: transparent;
}

.WinPrintBuilderLink .WinPrintCloseBtn:active {
	background-position: 9px 6px;
	opacity: 0.6;
}

.PrintBuilderLink a {
	/*cursor: pointer;*/
	font-weight: bold;
}

.CertificaContainer {
	cursor: pointer;
	margin-bottom: 20px;
}

.CertificaPartialContainerHook:hover, .CertificaTotalContainerHook:hover {
	padding-left: 20px;
	background-image: url(img/16x16/add.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-style: italic;
}

.CertificaItem:hover {
	font-style: italic;
	color: rgb(215, 21, 61);
}

.CertificaItem {
	cursor: pointer;
	margin-left: 20px;
}

.CertificaItemDisabled {
	opacity: 0.5;	
}

.TemplateFieldEditor.DomainActive textarea {
	max-height: 40%;
}

.NoPubb {
	margin: 10px 0px 0px 0px;
}

.DomainValues {
	opacity: 0;
	transition-property: max-height, opacity;
	transition-duration: 0.5s;
	max-height: 0%;
}

.DomainActive .DomainValues {
	opacity: 1;
    overflow: auto;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    border-color: rgba(0,0,0,0.2);
    padding: 5px;
    max-height: 35%;
	height: 35%;
    margin-top: 5px;
}

.DomainItem {
	cursor: pointer;
	font-size: 7pt;
	padding: 5px;
	transition-property: font-size, color;
	transition-duration: 0.3s;
}

.DomainItem:active {
	font-size: 6pt;
	color: rgb(215, 21, 61);
}

.DomainPair {
	background-color: rgb(220, 220, 220);
}
.Widget.ToolbarCertifica {
	width: 400px;
	height: 40px;
	/*background-color: red;*/
}

.Widget.ToolbarCertifica .ToolbarBtnCertifica {
	width: 36px;
	height: 36px;
}

.CloseBundles {
	background-image: url(img/32x32/edit.png);
}

.SignBundle {
	background-image: url(img/32x32/credit_cart.png);
}

.FreeBundles {
	background-image: url(img/32x32/users.png);
}

.NewBundle {
	background-image: url(img/32x32/add.png);
}

.DownloadBundle {
	background-image: url(img/32x32/search_page.png);
}

.OpenBundle {
	background-image: url(img/32x32/tools.png);
}

.ShowGrid {
	background-image: url(img/32x32/open_folder_full.png);
}

.SendBundles {
	background-image: url(img/32x32/mail_send.png);
}

.InvalidateBundles {
	background-image: url(img/32x32/trash_can.png);
}

.Help {
	background-image: url(img/32x32/help.png);
}
.Rjs .RjsPanel .RjsHeader {
	margin: 0px 0px 0px 4px !important;
}

.Rjs .RjsPanel .RjsContent {
	margin: 0px 0px 4px 4px;
}