.tile .sub-icon{
  opacity: 0;
}

.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
}

.modal-full .modal-frame {
  max-width: none;
}

.modal-full > .modal-frame > canvas {
  width: 100%;
}

.tile.done .sub-icon{
  opacity: 1;
}

.tile.inactive .sub-icon{
  opacity: 1;
}

.tile.active.done {
  background-color: #379a6d;
}

.tile.skipped {
  background-color: #bf4e4e;
}

.tile.skipped.active {
  background-color: #9a3737;
}

.tile.seca-no-antro {
   background-color: #DF6D2F;
}

.tile.seca-no-antro.active {
  background-color: #c9581b;
}

.tile.seca-antro-no-bia {
background: linear-gradient(#379a6d 50%, #DF6D2F 50%);
 
}

.tile.seca-antro-no-bia.active {
  background: linear-gradient(#379a6d 50%, #DF6D2F 50%);
}

.tile.done.concept {
  background-color: #FFA941; 
}

.tile.done.concept.active {
  background-color: #cc8734;
}

.tile.test.inactive {
    pointer-events: none;
}

table.dataTable tbody th {
  padding: 14px 25px!important;
}

table.dataTable tbody td {
  padding: 12px 25px;
}

table.dataTable.no-footer {
  border: none!important;
}

table.dataTable thead th, table.dataTable thead td {
  border: none!important;
}

.unknown-sample span {
  box-shadow: inset 15px 0 #9e9e9e, inset 16px 0 #ddd;
}

.card-header{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0;
    margin: 0;
    -ms-align-items: center;
    border: none;
    border-radius: 0;
    align-items: center;

}

#accordion .card{
    border-top: 1px solid #D7E1E2;
    border-radius: 0;
    border-left: 1px solid #D7E1E2;
    border-right: 1px solid #D7E1E2;
}

#accordion .card:first-child{
    border-top: 1px solid #D7E1E2;
}

#accordion .card:last-child{
    border-bottom: 1px solid #D7E1E2;
}


.card{
    border: none;
}

.card-body{
    padding: 0;
}

.card-toggle{
    padding: 10px 20px 12px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    background-color: #F9F9F9;
    transition: 0.2s ease all;
    cursor: pointer;
    line-height: 1.6;
}

.card-delete{
    margin-left: auto;
    border-left: 1px solid #D7E1E2;
    padding: 12px 20px;
    align-self: stretch;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #F9F9F9;
    transition: 0.2s ease all;
}

.box-status{
    padding-right: 20px;
}

.box-code{
    font-size: 14px;
    color: #777;
    opacity: 0.5;
}

.box-chevron-toggle{
    margin-left: auto;
    transition: 0.2s color all
}

.box-status.check{
    color: #4EBF8C;
}

.card-toggle:not(.collapsed){
    background-color: #246DAC;
    color: #fff;
}

.card-toggle:not(.collapsed) ~ .card-delete{
    background-color: #246DAC;
    border-left: 1px solid #295982;
    color: #fff;
}

.card-toggle:not(.collapsed) .box-status.check,
.card-toggle:not(.collapsed) .box-code{
    color: #fff;
}

.card-toggle:not(.collapsed) .box-chevron-toggle{
    transform: scaleY(-1)
}

.accordion-head{
    background-color: #00ACC7;
    padding: 15px 20px;
    color: #fff;
}

.box-item{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.box-item-specs{
    padding: 18px 20px;
    width: 100%;
}

.box-item-delete{
    padding: 18px 20px;
    margin-left: auto;
    border-left: 1px solid #E1EFF1;
    line-height: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.box-item:nth-child(odd){
    background-color: #F2FAFB;
}


.box-item-delete, .card-delete{
    color: #246DAC
}

.save-box{
    padding: 20px;
    border-top: 1px solid #E1EFF1;
}

.add-box{
    background: #f1fbfd;
    padding: 20px;
    text-align: center;
    border-left: 1px solid #D7E1E2;
    border-bottom: 1px solid #D7E1E2;
    border-right: 1px solid #D7E1E2;
  }

.nav-pills .nav-link.busy {
  box-shadow: inset 0 0 0 1px #FFA941;
  color: #FFA941;
}

.nav-pills .nav-link.busy.active {
  background-color: #FFA941;
  color: #fff;
}

table tr.busy td:first-of-type {
  box-shadow: inset 5px 0 0 0 #FFA941;
}

.measurement{
  background-color: #f8f8f8;
  border: 1px solid #f0f0f0;
  padding: 27px 20px 20px;
  flex-grow: 1;
  box-shadow: inset 0 8px 0 0 #ddd;
}

.measurement h3{
  margin-top: 2px;
  margin-bottom: 12px;
}

.measurement p{
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 20px;
  color: #aaa;
}

.measurement .form-group:first-child{
  margin-top: 0;
}

.measurement .form-group{
  margin-bottom: 0;
  margin-top: 15px;
}

.measurement-success{
  box-shadow: inset 0 8px 0 0 #4EBF8C;
}

.measurement-active{
  box-shadow: inset 0 8px 0 0 #246DAC;
}

.measurement-error{
  box-shadow: inset 0 8px 0 0 #FE585C;
}

.m-icon{
  font-size: 26px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #ccc;
  margin-left: auto;
  padding-bottom: 7px;
}

.fa-spin{
  animation-duration: 0.7s
}

.m-icon.success{
  color: #4EBF8C;
}

.m-icon.active{
  color: #246DAC;
}

.m-icon.failed{
  color: #FE585C;
}


.measure-input{
  position: relative;
}

.measure-input label{
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.measure-input input{
  padding: 0  10px 0 70px;
  text-align: right;
}

.measurement label.error{
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.6;
}

label.error{
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}
.label-checkbox.checkbox-small {
  width: 16px;
  height: 16px;
}
.tooltip {
  pointer-events: none;
}

.blood-sample input {
  border-right: 1px solid #DDDDDD;
}

.lifelines-blue {
  color: #009FB9;
}

.btn-info {
  vertical-align: middle;
}

.btn-comment {
  vertical-align: middle;
  background-color: transparent;
  padding: 0px 0px!important;
  border: none;
  font-size: large;
  margin-top: -5px;
}

.alert button.close {
  opacity: 1;
  font-size: 24px;
  right: 12px;
}

.box-item-tag {
  background: #00ACC7;
  padding: 5px 8px;
  border-radius: 5px;
  color: white;
  margin-right: 12px; 
}

#taskTable tbody tr {
  cursor: pointer;
}

#taskTable thead tr th {
  background-position: center right 2px;
}

#taskTable tbody tr:hover td {
  background-color: #D4EEF3 !important;
}

table.table-lifelines tr:hover td {
    background-color: #D4EEF3 !important;
}

table.table-lifelines tr td.dataTables_empty {
    box-shadow: inset -1px 0 0 0 #ddd, inset 1px 0 0 0 #ddd;
}

#taskTable tr td:last-child {
    text-align: left;
}