body{
  /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;*/
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/*.body{*/
/*  font-size: 12px !important;*/
/*}*/

.upload-drop-zone {
  height: 211px;
  border-width: 2px;
  margin-bottom: 20px;
}

#input_words{
  height: 211px;
  margin-top: 19px;
  overflow: auto;
}

#escluse{
  height: 155px;
}

#escluse::placeholder{
  text-align: center;
  line-height: 115px;
}

#input_words::placeholder {
  text-align: center;
  line-height: 134px !important;
}

/* skin.css Style*/
.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 60px;
  text-align: center;
  padding: 8px;
  background-color: #f8f9fa;
}

.upload-drop-zone > input{
  height: 35px;
  line-height: 25px;
  margin-left: 105px;
}

.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}

#console-output{
  min-height: 225px;
  padding: 20px 0 20px 20px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
#download_section{
  margin-bottom: 20px;
  padding: 40px;
}
#download-stems, #download-singoli, #download-coppie, #download-triple, #download-cluster{
  color: white;
  cursor: pointer;
  margin-left: 5px;
  width: 100%;
  padding: 5px;
  height: 60px;
  line-height: 25px;
}

#download-stems, #download-cluster{
  line-height: 50px;
}

#download_section{
  display: none;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.full-width{
  width:100%;
  font-size: 13px;
}
.padding-1{
  padding: 1px;
}
.panel-title{
  text-align: center;
}
#download_section > div{
  padding: 5px;
}
#console-output-div{
  padding-left: 0;
  margin-top: 10px;
}

#language > input{
  margin-left: 5px;
  padding: 5px 25px;
  border-radius: 6px;
}

.download-button-group{
  width: 20%;
  padding: 10px;
}

@media (max-width: 768px){
  .preview-buttons{
    width: 100%;
  }
  .preview-col-singoli, .preview-col-coppie, .preview-col-triple, .preview-col-header, .preview-col-stems{
    width: 50%;
  }
  .preview-col-cluster{
    width: 20%;
  }
  .download-button-group{
    width: 100%;
  }
}

#loading-spinner > div {
  width: 3.5rem;
  height: 3.5rem;
  font-size: larger;
}

.top-panel{
  margin-top: 50px;
  border: 1px solid #ddd;
}

#message{
  font-size: 12px
}

.file-upload-panel, .input-word-area-div, .second-row{
  padding: 20px 20px 0;
}

.drop-zone-div{
  border: 1px solid #dddddd;
  padding: 20px;
}
.input-word-area{
  border: 1px solid #dddddd;
  padding: 35px;
  height: 303px;
}

.second-row-panel, .thirdRow>div, #download_section>div, .description_container{
  padding: 20px;
  width: 100%;
  border: 1px solid #dddddd;
}

#download_section>div, .description_container{
  border: 1px solid #dddddd;
}

.thirdRow, .console-output-row{
  padding: 0 20px 20px;
  margin-top: 10px;
}

#preview-buttons{
  font-size: 15px;
}

.preview-data-content, .submit-button-row, #download_section{
  padding: 20px
}

.col-card-body{
  border: 1px solid #dddddd;
  padding: 20px;
}

#stems-chart-container, #singoli-chart-container, #coppie-chart-container, #triple-chart-container{
  height: 300px;
  width: 100%;
  margin-top: 15px;
}

.language-link{
  margin-left: 5px;
}

.drag_drop_file {
  font-size: 13px !important;
}

.loop-time{
  color: darkgreen;
}

#console-output-div label {
  display: block;
  text-align: center;
}

#download-cannibalizer-report{
  float: left;
  margin-left: 6px;
  margin-bottom: 20px;
}

.query-data{
  color: green;
  font-size: 18px;
}

.fa-minus-circle{
  color: red;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}