/* Custom template components */

.preview-text-item {
	font-family: 'PT Sans',sans-serif;
}

form .row > label.viewOnly {
    float: left;
    margin-right: 15px;
    padding: 5px 0;
}

form .row > .viewOnlyInner {
    padding: 5px 0 0 5px;
}

.fieldsetTitle{
	font-size: 1.1em;
	font-weight: bold;
	margin-left:-10px;
}

.uploadContainerDiv{
	padding:0 15px; 
	margin-bottom:5px;
	margin-top:5px;
}

span .radiobutton {
	margin-right: 5px;
	margin-left: 5px;
}

.ui-dialog-content .chzn-results{
	height:100px;
} /*ui-widget-content*/

.errorLabel{
    color: #ff0000;
    font: 1em/1em Arial,sans-serif;
    margin-bottom:5px;
    margin-top: 5px;
    }
    
input.validationError{
	background-color: #ffb4b4;
}

form .row > div > a.width70{
	width:70%;
}

form .row > div > a.width20{
	width: 20%;
	text-align: center;
}

label.noClickableLabel {
	cursor: default;
}


.dataTables_wrapper .top:before, .dataTables_wrapper .top:after {
	display: table;
	content: '';
}


.dataTables_wrapper .top:after {
	clear: both;
}


.dataTables_wrapper .top {
	padding: 15px;
	
	border-bottom: 1px solid #c1c1c1;
	border-radius: 0 0 2px 2px;
	background: url('../img/layout/content/box/actions-bg.png') #f0f1f4 repeat-x;
}


table.styled.full .top, .dataTables_wrapper.full .top {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
}

.dataTables_wrapper .top {
	font-size: 12px;
	color: #777777;
}

.login-box {
    background-color: #eff3f6;
    padding: 20px;
    width: 90%;
}

.login-box h2 {
    font-size: 15px;
}

form.form-login {
    background: #eff3f6;
    border-radius: 0px;
    border: 0px solid #a7a7a7;
    margin-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 80%;
}

form.form-login label {
    display:block;
    font-weight:bold;
    float: left;
    width: 10em;
    margin:2px 0 10px 10px;
    text-align: right;
    color: #696969;
}

form.form-login input{
    float:left;
    width:200px;
    margin:2px 0 10px 10px;

}

form.form-login input[type="submit"]{
    clear:both;
    width:60px;
    height:25px;
    text-align:center;
    border-radius: 0px;
    background: #00008B;
    border: 1px solid #00008B;
    margin-left: 62%;
}

.login-box ul {
     list-style-type: none;
}

.login-box ul li {
    padding: 10px;
}

/*elenco pratiche*/
/* pratiche in evidenza nell'elenco */
.dataTable tr.selected td{
    background-color: #dbf255 !important;
}

.view-pdf-button {
    cursor: pointer;

    color: white;

    padding: 5px 10px;
    border-radius: 3px;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    outline: none;

    border: 1px solid #17549b;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);

    background: #5b9fea; /* Old browsers */
    background-color: #5b9fea;

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViOWZlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzYyZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #5b9fea 0%, #0c62d7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b9fea), color-stop(100%,#0c62d7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5b9fea 0%,#0c62d7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5b9fea 0%,#0c62d7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5b9fea 0%,#0c62d7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5b9fea 0%,#0c62d7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b9fea', endColorstr='#0c62d7',GradientType=0 ); /* IE6-8 */
}

