#report_demo5_1{
  min-width: 200px;
  min-height: 150px;
  overflow:scroll;
}

.handsontable td {
  padding: 1px 2px 1px 2px !important;
  font-size: 12px !important;
  height:10px !important;
}

.handsontable th{
  padding: 2px 4px 2px 4px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  background: linear-gradient(0deg,  #909090 0%,  #606060 25%, #606060 75%, #909090 100%);
  color: #fff;
  white-space: normal!important;
}

.handsontable .htDimmed{
  background: gray;
  /* opacity: 0.9; */
  color: #fff !important;
}

select{
  width:20%;
  min-width: 120px;
}

header {
    width: 100%;
    background: #CB7BC1;
    color: #fff;
    padding: 1% 0 1% 0;
    display: block;
    position: fixed;
    z-index: 10;
}

.repotas_header_inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: table;
    position: relative;
}

.repotas_logo {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
}

.repotas_title{
  width: 100%; 
  text-align:center;
  margin:10px auto;
}


table.print-friendly tr td, table.print-friendly tr th {
  page-break-inside: avoid;
}


.section {
  border-top: 2px dotted #8d8d8d;
  height: 1em;
  text-align: center;
  overflow: visible;
}

.outer{
  display:flex;
  flex-wrap:wrap;  
}

.inner_graph {
  padding:10px;
  width: 70%;
  min-height:500px;
}

.inner_comment {
  padding:10px;
  width: 70%;
  box-sizing: border-box;  
}

.inner_panel {
  margin:-25px 0 0 0;
  padding:20px;
  width: 35%;
  box-sizing: border-box;
}

.frame1{
  width:100%;
  border-top: 4px solid #bbb;
  border-right: 4px solid #666;
  border-bottom: 4px solid #999;
  border-left: 4px solid #bbb;
  border-radius: 0;
  background: -webkit-linear-gradient(top, #aaa 0%, #777 100%);
  background: linear-gradient(to bottom, #aaa 0%, #777 100%);  
  padding:20px;
  z-index: 1;
}

.frame2{
  width:30%;
  /* border-top: 4px solid #d8dcdc; */
  border-right: 4px solid #444;
  border-bottom: 4px solid #333;
  border-left: 4px solid #aaa;
  border-radius: 0;
  background: -webkit-linear-gradient(top, #777 0%, #555 100%);
  background: linear-gradient(to bottom, #777 0%, #555 100%);  
  padding:50px 10px 10px 10px ;
  z-index: 2;
}

.frame3{
  width:30%;
  /* border-top: 4px solid #d8dcdc; */
  border-right: 4px solid #222;
  border-bottom: 4px solid #111;
  border-left: 4px solid #999;
  border-radius: 0;
  background: -webkit-linear-gradient(top, #555 0%, #333 100%);
  background: linear-gradient(to bottom, #555 0%, #333 100%);  
  padding:10px;
  z-index: 3;
}


.btnspinner{
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.spinner_area{
  width:80%;
  margin: 30px 10px;
  text-align:left;
}

.spinner_area input{
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  width: auto;
  vertical-align: middle;
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}

.spinner_area input[type="button"]{
  cursor: pointer;
}

.graph_setting_title{
  color: #555;
  text-shadow: -1px -1px 1px #000000, 1px 1px #f0f0f0;
  font-weight:bold;
  font-size:18px;
}

.graph_setting_line{
  border-bottom: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 1px 0 rgba(200,200,200,1);
}


.graph_title{
  width:90% !important;
  height:32px;
  margin-left:10%;
}

.graph_color{
  width:60%;
  height:32px;
  margin-left:10%;
}

.graph_label{
  width:80%;
  height:32px;
  margin-left:10%;
}

.graph_ymax, .graph_ymin, .graph_yscale{
  width:20% !important;
  height:32px;
  margin-left:10%;
  min-width:28px;
}

.btn{
  min-width:100px;
}

textarea{
  width: 90%;
  height: calc( 1.3em * 5 );
  line-height: 1.3;
  resize: both;
}



@media screen and (max-width: 639px) {
  .inner_graph {
    padding:10px;
    width: 90%;
    min-height: 500px;
  } 
  
  table {
    margin-left:10px;
  }
  
  th{
    width:50%;
  }

  td{
    width:50%;
  }
  
  #comment_area1{
    width:130%;
  }  

  .frame2{
    width:95%;
    margin-top:20px;
    border-right: 4px solid #444;
    border-bottom: 4px solid #333;
    border-left: 4px solid #aaa;
    border-radius: 0;
    background: -webkit-linear-gradient(top, #777 0%, #555 100%);
    background: linear-gradient(to bottom, #777 0%, #555 100%);  
    padding:50px 10px 10px 10px ;
    z-index: 2;
  }
  
  .frame3{
    width:70%;
    margin-top:20px;
    border-right: 4px solid #222;
    border-bottom: 4px solid #111;
    border-left: 4px solid #999;
    border-radius: 0;
    background: -webkit-linear-gradient(top, #555 0%, #333 100%);
    background: linear-gradient(to bottom, #555 0%, #333 100%);  
    padding:10px;
    z-index: 3;
  }

  textarea{
    width: 95%;
    height: calc( 1.3em * 5 );
    line-height: 1.3;
    resize: both;
  }

  header {
    max-width: 639px;
    width: 100%;
    margin: 0 auto;
    background: #CB7BC1;
    color: #fff;
    padding: 1.5% 0 1.5% 0;
    display: block;
    position: fixed;
    z-index: 10;
  }
  .repotas_header_inner {
    max-width: 639px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: table;
    position: relative;
  }
  .repotas_logo {
      display: table-cell;
      vertical-align: middle;
      width: 28%;
  }
}



