body{
    font-size: 20px;
}

#main {
    position: relative;
}
#main:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity : 0.2;
    z-index: -1;
}

.header {
  padding: 30px 30px;
  height: 80px;
  text-align: left;
}

.controller{
  margin-top:10% !important;
}

.row{
    padding-bottom: 30px;
    margin: 0 20px;
}

#select-box{
    border: 2px solid;
    font-size: medium;
}

#error-remote{
    color: red;
}

#tipo_upload, #local_div, #remote_div, #gdrive_div, #upload-btn, #hidden_params{
  display: none;
}

/*intech loader*/
.intech-loader_overlay{
  display:none;
  background-color: #080202;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 20;
  opacity: 0.6;
}

.intech-loader{
  display:none;
  position: absolute;
  top:30%;
  width: 100%;
  text-align: center;
  z-index: 100;
  justify-content: center;
  align-items: center;
  backface-visibility: 20px;
}

.intech-loader img{
  width: 350px;
}
/*end intech loader*/


#box-message{
  display: none;
  margin: 50px 5%;
}

#error-title{
  color: #f8fafb;
}

#version{
  position: fixed;
  bottom:10px;
  left: 10px;
  margin-top: 100px;
  text-align: left;
}

#bottom-button{
  position: fixed;
  bottom:10px;
  right: 10px;
  margin-top: 100px;
  text-align: right;
}

#bottom-button .job-btn, .query-btn{
  display: none;
}
