﻿



/*Testata finestra*/


.Window {
	background-color: #ef3126;
	background-image: url(sfondo.jpg);
	background-size: 100%;
}



.instestazioneKeywords{
	background: #0e476e !Important;
	color: #ffffff !Important;
	background color: #0e476e !Important;
	width: 100% !Important;
}

.TestoIntestazioneKeyWords{
	color: #ffffff !Important;
	text-align: center !Important;
	width: 100% !Important;
}

.ButtonKeyWords{
	width: 100% !Important;
	text-align: center !Important;
    font-family: Arial !Important;
    font-weight: normal !Important;
    font-style: italic !Important;
    text-decoration: none !Important;
    font-size: 10pt !Important;
    height: 36px !Important;
    
}

.SezionePulsantiKeyWords{
	color: #ffffff !Important;
	text-align: center !Important;
}
.PannelloPulsantiKeyWords{
	background-color: rgba(240, 240, 240, 0) !Important;

}
/* icona < in alto a sx */
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f104";
}
.fa-lg {
    font-size: 2em !Important;
}
/* Titolo della finestra */
h3.panel-title {
    font-weight: normal;
    font-size: 25px;
     color: white;
}

.PannelloRisposte{
	background-color: rgba(255, 255, 255, 0) !Important;
	border: none;
}
.PannelloQuestions{
	background-color: rgba(255, 255, 255, 0) !Important;
	border: none;
	align-items: center !Important;
}

/* Griglia risposte */
.panel-field-value-list{
	background-color: rgba(255, 255, 255, 0) !Important;
	border: none !Important;
}
.SurveysDomanda{
	background-color: rgba(255, 255, 255, 0) !Important;

}
.SurveyRisposte{
	background-color: rgba(255, 255, 255, 0) !Important;
	border: none !Important;
}
.panel-list-caption-box{
	
	display: none !Important;
}

.HomePannelloPulsanti{
	background-color: rgba(255, 255, 255, 0) !Important;
	border: none !Important;
}

.HomePulsante{
	width: 100% !Important;
	text-align: center !Important;
    font-family: Arial !Important;
    font-weight: normal !Important;
    /*font-style: italic !Important; */
    text-decoration: none !Important;
    font-size: 13pt !Important;
    height: 50px !Important;
	background-color: #0e476e;
	color:white;
    
}
.Footer{
	background-color: rgb(239,49,38) !Important;
	align-items: center;
}
.Pannello{
	background-color: rgba(255, 255, 255, 0) !Important;
	border: none;
}
/*---------- GRIGLIA SURVAY ---------*/
.GrigliaRisposteSurvey{
    background-color: rgba(255, 255, 255, 0) !Important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0) !Important;
}
/* Griglia casi clinici */

.btn{
    border: none;
    /* background-image: none; */
    text-shadow: none;
    width: 100%;
	background-color: #ff9800 !Important;
	color: white;
}

.
.CampoCasoClinico{
	background-color: rgba(255, 255, 255, 0) !Important;
	border: none;
}

/* Impostazioni generali */
.container-fluid {
    padding-right: 0px !Important;
    padding-left: 0px !Important;
    margin-right: auto !Important;
    margin-left: auto !Important;
    /*height: calc(100% - 40px) !Important;*/
	height: 100% !Important;
}

/**/
.navbar-default {
    display: none !Important;
}


/* Pulsanti Keywords ------------------------------------------------------*/
#PulsanteKeyWordOn {
    background-color: #7c817f;
	color: #FFFFFF;
}

.PulsanteKeyWordOn {
	background-color: #7c817f !Important;
	color: #FFFFFF !Important;
	width: 100% !Important;
}
#PulsanteKeyWordOff {
    background-color: #7c817f;
	color: #FFFFFF;
}

.PulsanteKeyWordOff {
	background-color: #0e476e !Important;
	color: #FFFFFF !Important;
	width: 100% !Important;
}
/* Pulsanti griglia */
.butn {
  -moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px !Important;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;

  
  text-align: center !important;
  color: white!important;
  /*vertical-align: inherit !Important; */
  
  vertical-align: unset !important;
  width: 100%;
}

.butn:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;

  
  text-align: center !important;
  /*color: white!important; */
  /* vertical-align: inherit !Important; */
  
  vertical-align: unset !important;
  width: 100%;
}
.butn:active {
	position:relative;
	top:1px;
}
.domanda {
  -moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px !Important;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
	min-width: 0px !Important;
	max-width: 1000px !Important;
	width: 100% !Important;
	
  
  text-align: center !important;
  color: white!important;
  /*vertical-align: inherit !Important; */
  
  vertical-align: unset !important;
  width: 100%;
}
.domanda:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;

  
  text-align: center !important;
  /*color: white!important; */
  /* vertical-align: inherit !Important; */
  
  vertical-align: unset !important;
  width: 100%;
}
.domanda:active {
	position:relative;
	top:1px;
}

.selected {
	background-color: transparent !Important;
}

/*Survey Descriiozne domanda */
.DescrizioneDomanda {
	font-size: 17px !important;
}

.frame-toolbar-box{
	display:none !important;
}

/* Pulsanti griglia */
.butnselezionata {
  -moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #9e9e9e 5%, #9e9e9e 100%);
	background:-webkit-linear-gradient(top, #9e9e9e 5%, #9e9e9e 100%);
	background:-o-linear-gradient(top, #9e9e9e 5%, #9e9e9e 100%);
	background:-ms-linear-gradient(top, #9e9e9e 5%, #9e9e9e 100%);
	background:linear-gradient(to bottom, #9e9e9e 5%, #9e9e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#9e9e9e',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px !Important;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;

  
  text-align: center !important;
  color: white!important;
  /*vertical-align: inherit !Important; */
  
  vertical-align: unset !important;
  width: 100%;
}
