
/* View info */
.information .card {
  display: block;
  padding: 40px;
  width: 95%;
  margin: 0 auto;
  background: white;
}

.information .information_block{
  margin-bottom: 60px;
}

.information table {
  margin-top: 20px;
  width: 100%;
}
.information .title_panel {
  font-size: 1.3em;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 50px;
  margin-left: 40px;
}
.information .title {
  font-size: 1.8em;
  margin-bottom: 20px;
  margin-top: 15px;
}
.information .subtitle {
  font-size: 1.1em;
}
.information .info_field{
  text-align: left;
}
.information .buttons {
  margin-top: 60px;
}
.information .buttons button{
  margin: 0 auto;
  width: 240px;
  margin-bottom: 10px;
  display: block;
}
.information h3{
  font-size: 1.6em;
}
.information table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.information td {
  text-align: left;
  padding: 8px;
  border:none;
  border-style : hidden!important;
}

.information .table_2 td > th {
  background: #fefefe;
}

.information .table_2 th{
  font-size: 11px;
  font-weight: bold;
  text-orientation: upright;
  text-align: center;
  text-align: center;
  padding: 5px;
  text-align:center;
  white-space:nowrap;
  transform-origin:50% 50%;
  transform: rotate(-60deg);
  width: auto;
}

.information .table_2 td {
  font-size: 11px;
  z-index: 0;
  border-collapse:collapse;
  border: 0px;
}

.information .table_2 th:before {
    width: auto;
    content:'';
    padding-top:100%;/* takes width as reference, + 10% for faking some extra padding */
    display:inline-block;
    vertical-align:middle;
}

.information tr:nth-child(even) {
  background-color: #dddddd;
}

#data_results{
  z-index: 0;
  position: relative;
  margin: 30px;
}

#data_results *{
  z-index: -2 !important;
}

#data_results .table1{
}
#data_results .table1 .centered{
  text-align: center;
}
#data_results .table2 *{
  text-align: center;
}
#data_results .table3 *{
  text-align: center;
}

#data_results .message{
  background: #efefef;
  color: #343434;
  border-radius: 5px;
  padding: 10px;
  margin: 5px;
  margin-top: 15px;
}

#data_results .title{
  margin-top: 40px;
}

.information .modali {
  z-index: 30;
}

#modal_vd *{
  z-index: 30 !important;
}
