body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
    overflow: hidden; 
    min-width:850px;
    background-color: #e5ffff;
}

body .ui-datatable .ui-datatable-data>tr.ui-state-highlight {
    border: 1px solid #c8c8c8;
    background-color: #C1E0FF;
    color: #fff;
    cursor: default;
}

body .ui-panelgrid .ui-panelgrid-cell {
    background-color: transparent !important;
}

.ui-datatable .ui-datatable-header {
    text-align: right !important;
}

body .ui-tabs .ui-tabs-panels {
    background-color: transparent;
    color: #333;
    margin: 0;
    position: static;
    border: 0px solid #c8c8c8;
    padding:0px;
}

body .ui-button{
	margin:3px;
}

body .ui-paginator .ui-paginator-pages .ui-paginator-page {
    padding: 0;
    border: 0 none;
    text-align: center;
    line-height: 2.643em;
    min-width: 2.286em;
    height: 2.643em;
    color: #ffffff;
    margin: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

body .ui-tabs.ui-tabs-top .ui-tabs-nav {
	background-color: #e5ffff;
    margin: 0px;
    padding: 0px;
    padding-left:12px;
}

body .ui-tabs .ui-tabs-panels .ui-tabs-panel {
    padding: 0px;
    line-height: 1.5;
}
body .ui-helper-reset {
    line-height: normal;
    margin-top: 3px;
}

.ui-wizard-step-title {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
	-webkit-font-smoothing: antialiased !important;
}

body .ui-layout-resizer {
   background-color: transparent !important;
    border: 0px dotted #000000;
	padding: 0px  0px 0px 0px;
    margin: 0px  0px 0px 0px;
    overflow: hidden;
    display:none:
}

body .ui-layout-unit {
    border: 0px dotted #000000;
    background-color: #e5ffff;
    color: #333;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius:0px;
    padding: 0px 0px 0px 0px;
    margin: 0px  0px 0px 0px;
    overflow: hidden;
}

body .ui-messages .ui-messages-error {
	background-color: #d20000;
    border: 0 none;
    color: #ffffff;	
    margin-right:5px;
    margin-top:-15px;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:10px;
    /*
    background-image: -moz-linear-gradient(280deg, #FF0000 0%, #800000 100%);
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #FF0000), color-stop(100%, #800000));
    background-image: -webkit-linear-gradient(280deg, #FF0000 0%, #800000 100%);
    background-image: -o-linear-gradient(280deg, #FF0000 0%, #800000 100%);
    background-image: -ms-linear-gradient(280deg, #FF0000 0%, #800000 100%);
    background-image: linear-gradient(280deg, #FF0000 0%, #800000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( endColorstr='#FF0000', startColorstr='#800000',GradientType=1 );
    */
}

.content-section {
	background-color:#0079ac;
    
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    
	height: auto;
	padding: 15px;
	margin-top: 0px;
	margin-bottom: 1px;	
	margin-right:5px;
}


body .ui-layout-unit .ui-layout-unit-content {
    padding: 0 0;
    margin:0px;
    border: 0 none;
    overflow: auto;    
}

form#formPrincipal{
	width:100%;
	height:100%;
    
}
/********************************************************************************************//*Topbar*/
.topbar{ 
/* 	background-image: -moz-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rrgb(0 157 223)), color-stop(100%, rgb(0 71 101))); */
/* 	background-image: -webkit-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: -o-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: -ms-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( endColorstr='rgb(0 157 223)', startColorstr='rgb(0 71 101)',GradientType=1 ); */
	background-color:#0079ac;
	height:100px;
	max-height:100px;
	padding-top: 0px;
 	padding-bottom :0px;
	text-align: center;
	overflow: visible;	
	margin: 0px 0px 0px 0px; 
	color:#ffffff;
} 
.topbar #ImgPrefeitura{
	float: left;
	display: block;
	margin-top:5px;
	margin-left:5px;
}

.topbar #Tittle{
	display: inline-block;
	margin-top:10px;
}

.topbar #ImgQuasar{
	float: right;
	display: block;
	margin-top:10px;
	margin-right:5px;

}
/********************************************************************************************//*Footer*/
.ui-g-12.layout-footer{
/* 	background-image: -moz-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rrgb(0 157 223)), color-stop(100%, rgb(0 71 101))); */
/* 	background-image: -webkit-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: -o-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: -ms-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( endColorstr='rgb(0 157 223)', startColorstr='rgb(0 71 101)',GradientType=1 ); */
	background-color:#0079ac;
    
    display: block;
	padding:5px;
	margin: 0px;
	color:#ffffff;
	border: none;
	vertical-align: top;
}

 .footer-left .ui-g-12 .ui-md-6{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
}

.footer-left h6{
	display: block;
	padding: 0px 0px 0px 0%;
	margin: 0px 0px 0px 0px;
	margin-left:35px;
}

/********************************************************************************************//*menu*/
 form#formMenu .menuLateral{
	background-color:transparent;
    height: 100%;
    width: 200px;
    min-width: 200px;
 } 

body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-menuitem-icon {
   color: #fff;
}

body .ui-menu.ui-menu-toggleable .ui-menu-list .ui-widget-header {
    margin-top: 0px;
    background-color: transparent;
    color: white; 
    border-top:1px dotted #000000;
    border-bottom:0px dotted #000000;
}
body .ui-menu.ui-menu-toggleable .ui-menu-list .ui-widget-header h3 {
    color: white;
    padding-left: 0;
}

body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-menuitem-text{
    vertical-align: middle;
    float: none;
    color: #fff;
}

body .ui-menu {
	border:none;
}

.ui-menu {
    width: 200px!important;
}

body .ui-menu .ui-menu-list .ui-separator {
    border: 0px;
}

body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link {
    border: 0 none;
    float: none;
}

body .ui-menu-list a:hover{
	text-decoration:underline;
}

form#formMenu{
    height: 100%;
    width: 200px;
    min-width: 200px;
}
/********************************************************************************************//* Index */
.index {
	margin-right: 5px;
	width:100%;
	height:96%;
}
.index h1{
	position:absolute;
	z-index: 2;

}
.index h3{
	margin-top:-2px;
	position:absolute;	
	z-index: 2;
}

iframe#index{
	width:100%;
	height:97%;
	margin-top:19px;
	border:none;
	position: absolute;
}
/********************************************************************************************//* Login */
.login {
 	color:#fff; 
	margin-right:0px;
	margin-left:5px;
	position:absolute;
	max-width:1700px;
	width:99%;
}                                                    				 
.login .ui-panelgrid-cell 	{
	width:150px;
}                                                      				                                                				 
/********************************************************************************************//*Credenciamento*/

.content-section#barraFixa {
	/* 	background-image: -moz-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rrgb(0 157 223)), color-stop(100%, rgb(0 71 101))); */
/* 	background-image: -webkit-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: -o-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: -ms-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( endColorstr='rgb(0 157 223)', startColorstr='rgb(0 71 101)',GradientType=1 ); */
	background-color:#0079ac;
    
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    
	height: auto;
	padding: 15px;
	margin-top: 0px;
	margin-bottom: 1px;	
	margin-right:5px;
}

.content-section h1 {
	font-size: 24px;
	color: #ffffff;
	margin: 0;
}

.content-section p {
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
}
body .ui-panel{
	margin-bottom:2px;
	padding:0px;
	margin-right:5px;

}

body .ui-panel .ui-panel-titlebar {
	    
    /* 	background-image: -moz-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rrgb(0 157 223)), color-stop(100%, rgb(0 71 101))); */
/* 	background-image: -webkit-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: -o-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: -ms-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( endColorstr='rgb(0 157 223)', startColorstr='rgb(0 71 101)',GradientType=1 ); */
	background-color:#0079ac;
    
    color: #ffffff;
    padding: .571em 1em .571em 1em;
    font-weight: 700;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom:0px;
    border-top:0px;
    margin-right:0px;
    margin-left:0px;
	
}

body .ui-panel .ui-panel-content {
	border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #c8c8c8;
    border-top: 0px;
    background-color: #e5ffff;
    color: #333;
    padding: .571em 1em;
    border-top: 0 none;
    line-height: 1.5;
    margin-right:0px;
    margin-left:0px
}

body .ui-panel .ui-panel-footer {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
	border: 1px solid #c8c8c8;
    background-color: #e5ffff;
    color: #333;
    padding: .571em 1em;
    margin: 0;
    border-top: 0 none;
    line-height: 1.5;
    margin-right:0px;
    margin-left:0px    
}

body .ui-inputfield {
    color: #333;
    font-size: 14px;
    background: #fff;
    padding: .429em;
    outline: 0 none;
    -moz-transition: border-color .3s;
    -o-transition: border-color .3s;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/********************************************************************************************//*Informações*/

.why-primefaces{
	background-color: #e5ffff;
	margin-top: 0px;
	padding: 5px 15px 0px 15px;
}

.why-primefaces p{
	text-align: justify;
	margin:0px;
	padding:2px 5px 2px 0px ;
}

.why-primefaces table{	
	border-spacing: 1px;
	background-color: #000000;
}

.why-primefaces td{	
	background-color: #e5ffff;
	border-top: 1px solid #000000;	
	border-bottom: 0px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	text-align: center;
	padding:10px 10px 10px 10px;
	margin-bottom: 0px; 
	
}

div .why-primefaces table #es{	
	background-color: #d7ffff;
	text-align: right;
}

.themes-intro{
	background-color: #e5ffff;
    padding: 5px 15px 0px 15px;
    margin-bottom: 0px;
}
.themes-intro p{
	background-color: #e5ffff;
    padding: 5px 5px 5px 0px;
    margin-bottom: 0px;
}

.features{
	background-color: #e5ffff;
    padding: 0px auto 0px 15px;
    margin-left: 0px;
    margin-top: 0px;
}
.features h2{
	margin-left: 15px;
}

.documentDescription {
	background-color: #e5ffff;
	padding: 5px 15px 0px 15px;
}

#content-core{
	background-color: #e5ffff;
	padding: 5px 15px 0px 15px;
}

#parent-fieldname-text a{
	font-style:italic;
	text-decoration: none;
	color:#rgba(81, 168, 255);
}

#parent-fieldname-text a:hover{
	font-style:normal;
	text-decoration: underline;
	color:#0000FF;
}
/********************************************************************************************//*Abertura*/
                                                           
.ui-fluid .ui-selectonemenu {
    border-radius: 10px;
    
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}                                                           
.ui-fluid .ui-selectonemenu .ui-selectonemenu-trigger {
	-moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}	
/********************************************************************************************//*aconpanhamento*/
.ui-datatable-header {
	
	/* 	background-image: -moz-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rrgb(0 157 223)), color-stop(100%, rgb(0 71 101))); */
/* 	background-image: -webkit-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: -o-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: -ms-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( endColorstr='rgb(0 157 223)', startColorstr='rgb(0 71 101)',GradientType=1 ); */
	background-color:#0079ac;

	margin-right:5px;
}   

body .ui-paginator .ui-paginator-first, body .ui-paginator .ui-paginator-prev, body .ui-paginator .ui-paginator-next, body .ui-paginator .ui-paginator-last {
	color:#ffffff;	
}
body .ui-datatable .ui-datatable-header, body .ui-datatable .ui-datatable-footer {
    background-color:#0079ac;
    border: 0px solid #c8c8c8;
    color: #ffffff;
    padding: .571em 1em .571em 1em;
    font-weight: 700;
    
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

body .ui-paginator{
	/* 	background-image: -moz-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rrgb(0 157 223)), color-stop(100%, rgb(0 71 101))); */
/* 	background-image: -webkit-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: -o-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: -ms-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	background-image: linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( endColorstr='rgb(0 157 223)', startColorstr='rgb(0 71 101)',GradientType=1 ); */
	background-color:#0079ac;
    margin-right:5px;
    
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 00px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}           

.ui-datatable-tablewrapper{
	 margin-right:5px;
}                                       
body .ui-paginator .ui-paginator-current, body .ui-paginator .ui-paginator-rpp-options {
	background-color:#0079ac;
    font-size: 1em;
    line-height: 2.643em;
    padding: 0;
    margin: 0 .429em;
    display: inline-block;
    vertical-align: middle;
    color: white;
}
/********************************************************************************************//*fale conosco*/
.content-section#barraFixa {
	/* 	background-image: -moz-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
	/* 	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rrgb(0 157 223)), color-stop(100%, rgb(0 71 101))); */
	/* 	background-image: -webkit-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
	/* 	background-image: -o-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
	/* 	background-image: -ms-linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
	/* 	background-image: linear-gradient(277deg, rgb(0 157 223) 0%, rgb(0 71 101) 100%); */
	/* 	filter: progid:DXImageTransform.Microsoft.gradient( endColorstr='rgb(0 157 223)', startColorstr='rgb(0 71 101)',GradientType=1 ); */
		background-color:#0079ac;
    
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    
	height: auto;
	padding: 15px;
	margin-top: 0px;
	margin-bottom: 1px;	
	margin-right:5px;
}
.fale_conosco_esquerda{
	width:500px;
	display:block;
	position:absolute;
	left:501px;
}
.fale_conosco_direita{
	width:500px;
	display:block;
	position:absolute;
	left:0px;
	
}

.fale_conosco_esquerda .ui-panel .ui-panel-titlebar{
	height:35px;
}

.fale_conosco_direita .ui-panelgrid-cell{
	width:100%;
}	
/********************************************************************************************//**/
.pendente {
    background-color: #FF8080 !important;
    background-image: none !important;
    color: #000000 !important;
}

.aguardando {
    background-color: #FFFF80 !important;
    background-image: none !important;
    color: #000000 !important;
}

.finalizado {
    background-color: #0080FF !important;
    background-image: none !important;
    color: #000000 !important;
}                                                                                                        
/********************************************************************************************//*Diagrama Acompanhamento*/
.ui-datatable .ui-datatable-header {
	text-align: center !important;
}

.ui-diagram-element {   
	width:15em; 
	height:5em;     
/* 	line-height:15px; */
	text-align: center;
	border-radius: 4px;
	border: 1px solid transparent;
	background-color: #798686;
	color: #ffffff;
	padding-top:10px;
	transition:0.5s;
	opacity:1;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
}
     
.ui-diagram-success {
	background-color: #63b946;
	border-color: #63b946;
	color: #ffffff;
	opacity:1;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
}

.ui-diagram-in{
	background-color: #dddd22;
	border-color: #dddd22;
	color: #000000;
	opacity:1;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
}
     
.ui-diagram-fail {
	background-color: #dd2222;
	border-color: #dd2222;
	color: #000000;
	opacity:1;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
}
     
.flow-label {
	font-size: 24px;
	font-weight: bold;
	color: #1f5465;
	text-align: center;
	opacity:1;
}
/************************************************************************************/
body .ui-dialog .ui-dialog-content {
    background-color: #e1f7ff;
    color: #333;
    padding: .571em 1em;
    line-height: 1.5;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
