﻿div.detailsRow
{
    margin: 10px 0 10px 0;
}

a.checkTreeNode 
{
    padding-left: 10px;
}

a {
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
}

/*.box {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 0 0 1px rgba(60, 60, 70, 0.2);
  background-color: #EEE;
  padding: 10px;
  margin-bottom: 30px;
}*/
.white, .white a {
    color: #fff;
}

.table th, .table td { 
    border-top: none !important; 
}

.tdName{
    width: 100px;
}

.tdContent{
    padding:5px;
}

.tdNameWF{
    width: 200px;
    vertical-align:middle;
}

.terminate-container .panel .panel-body {
    background-color: #FFFFFF;
}

.terminate-container .panel {
    background-color: transparent;
    border-radius: 15px 15px 0 0;
}

.panel-default > .panel-heading-custom {
    text-align: left;
    min-height: 80px;
}

.MargineSuperioreRiga {
	margin-top: 15px;
}
.SpaziaturaSuperioreRiga {
	padding-top: 15px;
}
.SpaziaturaSuperioreGruppo{
    padding-top:25px;
}

.TestoAllineatoSinistra {
    text-align:left;
}
.TestoAllineatoCentro {
    text-align:center;
}
.TestoAllineatoDestra {
    text-align:right;
}



/* Fix per errore su FireFox 52+ and Chrome 58+  */
html:first-child .RadWindowFixed ul {
	float: none !important;
}

.MUA_help_contentTemplate_div {
	padding: 0px;
	font-size:15px;
	color:black
}
 
.MUA_help_TitleLabel_td {
	width:100%;
	vertical-align:middle;

	/* BLACK */
	/* background-color:#35434b; */
	
	/* BLU */
	/* background-color:#72b4da; */

	/* BLU 2 */
	background-color:#46566d;

	/* TEXT SHADOW */
	/* text-shadow: 2px 2px gray; */

	color:white;
}
 
.MUA_help_TitleLabel_h3 {
	padding: 5px;
}
 
.MUA_help_IconLabel_td {
	padding:5px 10px 5px;
	vertical-align:middle;
	text-align:right;

	/* BLACK */
	/* background-color:#35434b; */

	/* BLU */
	/* background-color:#0b6da5; */

	/* ORANGE */
	/* background-color:#ff4500; */

	/* RED */
	background-color:#99262b;

	color:white;
}
 
.MUA_help_TextLabel_td {
	vertical-align:top;
	padding: 10px;
}

.MUA_help_fontSizeIcon {
	font-size:30px;
}

/*  info */
.MUA_help_icon_01:before {
    content: "\e086";
}

/* tools * /
.MUA_help_icon_02:before {
    content: "\e136";
}

/* normativa */
.MUA_help_icon_03:before { 
    content: "\e233";
}


/* callout */

.mua-callout {
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

.mua-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}

.mua-callout p:last-child {
	margin-bottom: 0;
}

.mua-callout code {
	border-radius: 3px;
}

.mua-callout + .mua-callout {
	margin-top: -5px;
}

.mua-callout-default {
	border-left-color: #777;
}

.mua-callout-default h4 {
	color: #777;
}

.mua-callout-primary {
	border-left-color: #428bca;
}

.mua-callout-primary h4 {
	color: #428bca;
}

.mua-callout-success {
	border-left-color: #5cb85c;
}

	.mua-callout-success h4 {
		color: #5cb85c;
	}

.mua-callout-danger {
	border-left-color: #d9534f;
}

.mua-callout-danger h4 {
	color: #d9534f;
}

.mua-callout-warning {
	border-left-color: #f0ad4e;
}

.mua-callout-warning h4 {
	color: #f0ad4e;
}

.mua-callout-info {
	border-left-color: #5bc0de;
}

.mua-callout-info h4 {
	color: #5bc0de;
}

.panel-default > .panel-heading-warning-ponderazione-rischio {
	color: #333;
	background-color: #f3cc8de0;
	border-color: #ddd;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.panel-heading-warning-ponderazione-rischio {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

