/*

GENERAL

*/

* {
  box-sizing: border-box !important;
  font-family: Arial !important;
}

html,
body {
  font-weight: 300;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 1.2px;
  line-height: 2em;
}
div:not(ul.dropdown-menu div) {
  /* overflow:hidden; */
}
p {
  font-size: 1.6rem;
  padding: 15px 0;
}
.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
}
.align_center {
  margin: 10px auto;
}
h2 {
  font-size: 2.2rem;
  color: #06276d;
  margin-left: 1.25rem;
}
h1 {
  margin-top: 2rem;
  font-weight: bold;
  color: #a9398b;
}
input[type="text"],
input[type="password"],
input[type="file"],
select {
  font-size: 1.6rem;
  height: 4rem;
  letter-spacing: 0.15rem;
}
label {
  font-size: 1.2rem;
  padding-left: 5px;
}
[type="checkbox"],
[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 10px 0;
}
.dataform [type="checkbox"] {
  margin: 10px 0 20px 0;
}
.dataform textarea {
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  height: 15rem;
}
[type="checkbox"] + label,
[type="radio"] + label {
  vertical-align: text-bottom;
}
p.sub_parag {
  margin-bottom: 5px;
  font-size: 1.2em;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9a9a9a !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9a9a9a !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9a9a9a !important;
}

.align-right {
  text-align: right;
} /*

NAVIGATION MOBILE

*/

/*

NAVIGATION DESKTOP

*/
.nav-desktop {
  background-color: #ffffff;
  border-bottom: 1px solid #d4d4d4;
}
.big_size {
  height: 100px;
  padding: 5px 0;
}
.big_size div.top-bar-left img {
  max-width: 186px;
}

.big_size.backoffice div.top-bar-left img {
  max-width: 120px;
}

.big_size div.top-bar-right {
  padding-top: 2.5rem;
}
.small_size {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
  padding: 5px 0;
}
.top-bar {
  padding: 0;
}
/*.top-bar-right .button{
	font-size:1.6em;
	height:60px;
	padding-left:20px;
	  border-radius: 15px; 
	  -moz-border-radius: 15px;
	  -webkit-border-radius: 15px;
	width:135px;
	line-height:60px;
	padding:0;
	background-color: transparent;
	font-weight:bold;
	color:#706f6f;
	border:1px solid #706f6f;
}*/
.top-bar-right .button {
  height: auto;
  margin: 0;
}
.top-bar-right .button:nth-child(2n) {
  /*border-right: 1px solid #706f6f;*/
  margin: 0 10px;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  padding: 0;
  /*width: 50%;*/
}
.top-bar-left {
  padding: 20px !important;
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
}
.top-bar-right {
  margin-right: 20px;
  padding: 20px;
  font-size: 1.6rem;
}
.small_size div div.top-bar-right {
  font-size: 1.2rem;
  padding: 5px 0;
  height: 50px;
  margin-right: 1rem;
}
.small_size div div.top-bar-left {
  padding: 15px 0 !important;
  margin-left: 1rem;
  height: 50px;
}
.small_size div div.top-bar-left img {
  width: 62px;
}
/*
.top-bar-right .button:hover{
	background-color: #706f6f;
	color:#FFFFFF;
}*/
@media only screen and (max-width: 740px) {
  .top-bar-right .button {
    width: 80px;
    font-size: 1.2em;
    height: 40px;
    line-height: 40px;
  }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 50% !important;
    -ms-flex: 0 0 50% !important;
  }
  .big_size div.top-bar-left img {
    max-width: 100%;
  }
  .top-bar-left {
    width: 60% !important;
  }
  .top-bar-right {
    width: 30% !important;
    margin-right: 0;
    padding-top: 1.5rem !important;
  }
}
.top-bar-right img.survey_logo_type {
  margin-top: -0.5rem;
}
/*

LOGIN

*/
.login_content {
  background-image: url(../img/background_login.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
}
.background_color {
}
.login_box {
  /*width:50%;*/
  margin: 60px auto;
  background-color: #fff;
  text-align: center;
  color: #706f6f;
}
.login_header,
.pop_header {
  text-align: center;
  background-color: #ededed;
  color: #3d567e;
  font-size: 3em;
  padding: 20px 20px;
}
.login_box strong,
p.pop_text strong {
  color: #89c235;
}
.loginform p.smaller {
  font-size: 1.4rem;
}
.login_box input {
  font-size: 1.6em;
  height: 60px;
  padding-left: 20px;
  border-radius: 15px;
  -moz-border-radius: 15px; /* firefox */
  -webkit-border-radius: 15px; /* safari, chrome */
}
.login_box .button {
  font-size: 1.6em;
  height: 60px;
  padding-left: 20px;
  border-radius: 15px;
  -moz-border-radius: 15px; /* firefox */
  -webkit-border-radius: 15px; /* safari, chrome */
  width: 100%;
  line-height: 60px;
  padding: 0;
  background-color: #89c235;
  font-weight: bold;
}
.login_box .button:hover {
  background-color: #009540;
}
/*

CONTENT

*/
.orbit-bullets {
  margin-top: -2.5rem;
}
.button {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.page_background {
  background-image: url(../img/ombra_header.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  color: #1d1d1b;
}
.main_content {
  padding: 10px 20px 0 20px;
}
.table_header {
  background-color: #ededed;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6em;
  color: #706f6f;
  padding: 0 5px;
  border-bottom: 1px solid #b2b2b2;
  margin-top: 15px;
}
.table_header p {
  margin: 0;
  padding: 5px;
}
.table_content {
  font-size: 1.4em;
  text-align: center;
  color: #1d1d1b;
  padding: 19px 0;
  border-bottom: 1px solid #b2b2b2;
}
.table_row:nth-child(odd) {
  background-color: #f6f6f6;
}
.new_apt,
.btn_show {
  text-align: center;
  height: 120px;
  background-color: #ededed;
  padding: 30px 0;
}
.new_apt .button,
.btn_show .button {
  text-align: center;
  font-size: 1.6em;
  height: 60px;
  border-radius: 15px;
  -moz-border-radius: 15px; /* firefox */
  -webkit-border-radius: 15px; /* safari, chrome */
  width: 50%;
  line-height: 60px;
  padding: 0;
  margin: 0;
  background-color: #89c235;
  font-weight: bold;
  text-transform: uppercase;
}
.new_apt .button:hover {
  background-color: #009540;
}
.btn_show .button {
  font-size: 3.5em;
  background-color: #1358e4;
}
.gray_background {
  background-color: #cfcfcf;
  padding: 20px;
}
.btn_show .button:hover {
  background-color: #18006b;
}
.dataform,
.loginform {
  padding: 10px;
}
.dataform p,
.loginform p {
  padding: 5px 0 0 0;
}
.loginform input[type="text"],
.loginform input[type="password"] {
  text-align: center;
}
.dataform.domanda_select *,
.dataform.domanda_select {
  margin: 0;
  padding: 2px;
  font-size: 1rem;
}
.dataform.domanda_select {
  display: none;
}
.button_chart {
  padding: 10px 0;
  margin-left: 15px;
  cursor: pointer;
}
.button_chart.deactivate {
  opacity: 0.3;
  filter: alpha(opacity=30); /* For IE8 and earlier */
}
#settings,
#coverDelete {
  cursor: pointer;
}
#graph_global_type_area,
#graph_global_type_quest,
#report_question_compare,
#report_area_compare {
  width: 50%;
  margin-left: 1rem;
}
#report_question_compare,
#report_area_compare {
  margin-top: 5px;
}
#frmSendFile {
  width: 100%;
}
#button_show {
  display: none;
}
.reveal {
  padding: 0;
  padding-bottom: 20px;
}
p.pop_text {
  margin-bottom: 0;
  width: 80%;
  text-align: center;
  color: #706f6f;
}
.reveal .wrap {
  width: 85%;
  max-width: none;
  margin-bottom: 10px;
}
.reveal input::-webkit-input-placeholder,
.reveal input:-ms-input-placeholder,
::-moz-placeholder,
.reveal input:-moz-placeholder {
  /* Firefox 18- */
  color: #878787;
}
.reveal-overlay {
  background-color: rgba(18, 42, 90, 0.95);
  width: 100%;
}
.reveal .button {
  font-size: 1.6em;
  height: 60px;
  border-radius: 15px;
  -moz-border-radius: 15px; /* firefox */
  -webkit-border-radius: 15px; /* safari, chrome */
  width: 100%;
  line-height: 60px;
  padding: 0;
  background-color: #3d567e;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.reveal .button:hover {
  background-color: #122a5a;
}
.reveal p {
  padding: 10px 0;
  margin-bottom: 0.5rem;
}
#savedata,
#deletedata,
#chiudi_pop {
  background-color: #89c235;
}
#savedata:hover,
#deletedata:hover,
#chiudi_pop:hover {
  background-color: #009540;
}
.label_chk {
  font-size: inherit;
  padding: 20px 0;
}
.cell.small-12.callout.large.success {
  background-color: #ffffff;
  border: 2px solid #fbba00;
  text-align: justify;
}
.cell.small-12.callout.large.alert {
  text-align: justify;
  border: 2px solid #ef4444;
}
html.is-reveal-open,
html.is-reveal-open body {
  position: absolute;
}
.orbit-container {
  height: auto !important;
}
.orbit-bullets button.is-active {
  background-color: #00a2c4;
}
.question_text label {
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 10px 0;
}
.question_text h2 {
  font-size: 2rem;
  margin: 1.5rem 0 1rem 0;
}
.question_num {
  text-align: right;
  background-image: url("../img/bck_num_domanda.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  padding: 1.5rem 1.5rem 0 0;
  font-size: 1.1rem;
  font-weight: bold;
  color: #ffffff;
}
.num_domanda {
  font-size: 2rem;
  font-weight: normal;
  color: #9a9a9a;
}
.num_domanda span {
  font-size: 1.2rem;
}
.question_check {
  text-align: right;
  padding-right: 1rem;
}
.description_text {
  text-align: justify;
  position: relative;
  padding-right: 30px;
}
.description_text p {
  margin: 0;
  font-size: 1.4rem;
}
.edit_description {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  margin-top: -2.5rem;
  cursor: pointer;
}
#content_survey {
  margin-bottom: 2.5rem;
}
div.small-12.question_text {
  margin-top: 2.5rem;
}
.closed,
.ongoing,
.deleted,
.notstarted {
  padding-left: 6rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.deleted {
  opacity: 0.5;
}
.notstarted {
  background-image: url("../img/ico_edit.png");
}
.deleted {
  background-image: url("../img/ico_deleted.png");
}
.closed,
.ongoing {
  background-image: url("../img/ico_view.png");
}
.survey_archivio {
  box-sizing: border-box;
  cursor: pointer;
}
.survey_archivio:hover {
  border: 2px solid #848484;
}
.survey_archivio span {
  font-style: italic;
  font-size: 0.8em;
}
.intro_text * {
  text-align: justify;
}
.intro_text p {
  padding: 1rem 0;
}
.intro_text h2 {
  margin-top: 1.5rem;
  font-weight: bold;
}
.intro_text ol {
  margin-top: -2rem;
  padding-left: 20px;
}
.intro_text li,
.intro_text p {
  font-size: 1.4rem;
}
.intro_text ul {
  padding-left: 20px;
}
.nuova_azienda {
  display: none;
}
.graph div {
  overflow: visible;
}
.canvasjs-chart-credit {
  display: none !important;
}
.canvasjs-chart-container {
  /* display: inline; */
}
.tab_button {
  border: 1px solid #e6e6e6;
  padding: 0 2rem;
  background-color: #e6e6e6;
  cursor: pointer;
}
.tab_button.selected {
  background-color: #ffffff;
}
.tab_button p {
  margin: 0;
  font-size: 1.2rem;
  color: #06276d;
}
.tab_button.selected p {
  font-weight: bold;
}
.statspanel {
  display: none;
  padding: 2rem;
  border: 1px solid #e6e6e6;
}
.statspanel.active {
  display: inline-block;
}
.graph {
  height: 390px;
  max-width: 920px;
  margin: 0px auto;
}
.small-6.graph {
  max-width: 460px;
  max-height: 260px;
}
.list_family p {
  padding: 5px 0;
  cursor: pointer;
}
.familystats h1,
.familystats h2 {
  color: #06276d;
}
.familystats h2 {
  /*border: 2px solid #06276d;*/
  padding: 10px;
  margin: 0;
}
.familystats div.question_text.small-12.description_text {
  margin-top: 0;
}
#chartAreaContainer {
  margin-top: 30px;
}
.graph.columncompare {
  display: none;
}
ul.dropdown-menu * {
  overflow: visible;
}
.note-editor {
  font-size: 1.6rem;
}
.question_example {
  border: 1px solid #000000;
  padding: 0 10px 10px 10px;
  margin-top: -2rem;
}
#settings_content div {
  padding-right: 20px;
  margin-bottom: 25px;
}
#logo_survey {
  margin-top: 15px;
  margin-bottom: 0;
}
#LogoDelete {
  cursor: pointer;
}
#btn_survey_family,
#btn_survey_organizzativa,
#btn_survey_clima {
  width: 90%;
  height: 80px;
  line-height: 50px;
  font-size: 1.8rem;
  font-weight: bold;
}
#btn_survey_clima {
  background-color: #f9b200;
}
#btn_survey_family {
  background-color: #00a7e3;
}
#btn_survey_organizzativa {
  background-color: #9dc862;
}
.d-none {
  display: none !important;
}
#elenco_domande_report ul li,
#elenco_domande_report_question ul li,
#elenco_domande_report_area ul li {
  font-size: 1rem;
}
#settings_content * {
  font-size: 1.4rem;
}
strong.highlight {
  background-color: #f8ff00;
}
table.topflop tbody th,
table.topflop tbody td {
  padding: 0;
  padding-top: 5px;
  background: transparent;
}
table.topflop tbody tr:nth-child(2n) {
  background: transparent;
}
table.topflop thead,
table.topflop tbody,
table.topflop tfoot {
  background: transparent;
  border: 0;
}
table.topflop ol {
  padding-left: 10px;
}
table.topflop ol li {
  margin-bottom: 5px;
}
table.topflop ol > li::marker {
  font-weight: bold;
}
@media screen and (max-width: 820px) and (min-width: 640px) {
  .table_content.button_area div div.small-4 {
    /*font-size:0.7em;*/
  }
}
@media only screen and (max-width: 640px) {
  .main_content {
    padding: 2rem 1rem 0 1rem;
  }
  p.pop_text {
    width: 100%;
  }
  .reveal .wrap {
    width: 85%;
  }
}
