/*
#reqtable td {
    word-wrap:break-word;
    white-space: normal;
}
#reqtable {
    table-layout: fixed;
    width: 100%;
}
*/


#reqtable tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
  }
  
#reqtable thead th {
    border-top: 0;
    border-bottom-width: 1px;
    font-weight: 500;
    font-size: .875rem;
    text-transform: uppercase;
  }

#reqtable td {
    font-size: 0.875rem;
    padding: .5rem 0.5rem;
  }

#reqtable:hover {
  cursor: pointer;
}

#filetable td {
    font-size: 0.875rem;
    padding: .4rem 0.4rem;
  }

#filetable tbody tr.odd {
    background-color: #f9f9f9;
  }
#filetable tbody tr.odd.selected {
    background-color: #acbad4;
  }

#filetable-pp td {
  font-size: 0.8rem;
  padding: .4rem 0.4rem;
}

#filetable-pp tbody tr.odd {
  background-color: #f9f9f9;
}
#filetable-pp tbody tr.odd.selected {
  background-color: #acbad4;
}

.selected {
    background-color: #acbad4;
  }

#organame {
    margin-left: 1rem;
    font-size: .875rem;
    font-weight: bold;
    color: #1b2658;
    text-align: center;
    vertical-align: middle;
}

#openbutton {

    padding: 0;
}

.hide-submit {
  position: absolute;
  visibility: hidden;
}

.content-blank {
  padding: 1.75rem 1.312rem;
  width: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
}

#dropzone:hover {
  background-size:30px 30px;
  background-image:-webkit-linear-gradient(135deg,#F6F6F6 25%,transparent 25%,transparent 50%,#F6F6F6 50%,#F6F6F6 75%,transparent 75%,transparent);
  background-image:linear-gradient(-45deg,#F6F6F6 25%,transparent 25%,transparent 50%,#F6F6F6 50%,#F6F6F6 75%,transparent 75%,transparent);
  -webkit-animation:stripes 2s linear infinite;
  animation:stripes 2s linear infinite;
  cursor: pointer;
}

#dropzone {
  text-align: center;
}

#illpoltt:hover {
  cursor: help;
}

#illprott:hover {
  cursor: help;
}


.ql-editor{
  min-height: 100px;
  max-height: calc(100vh - 800px);
}

.modal-body {
  font-size: 0.875rem;
  margin-bottom: .5rem;
  line-height: 1.5rem;
}
.tooltip {
  z-index: 1151 !important;
}

.oneline {
vertical-align: top;
line-height: 1.6;
overflow: hidden;
word-wrap: break-word;
}

.filelist {
  font-size: 0.7rem;
  text-align: left;
}

.score {
  width: 250px;
  padding: .4rem .4rem;
  border: 0.5;
  outline: 1px solid #f3f3f3;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.75rem;
  box-shadow: none;
  line-height: 1.5;
  border-radius: 0.2rem;
  background-color: #ffffff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal-body {
margin-bottom: 0;
}

#overlay {
  background: rgba(255, 255, 255, 0.7);;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 15%;
  }

  .form-control-sm {
    height: 2rem;
    padding: 0.5rem 0.5rem;

  }
  
  select.form-control {
    height: 2rem;
    padding: 0.5rem 0.5rem;
    background: none;

  }

  a.filelink {
    color: #15c;
    font-weight: bold;
  }

