﻿@media print {
    @page {
        size: a4;
    }

    body, .container {
        min-width: unset !important;
    }
}

.form-op {
  font-family: Arial;
  font-size: 8pt !important;
  font-weight: normal;
  color: #000;
  background-color: #FFFFFF;
}

.form-op * {
    font-family: Arial !important;
    font-size: 8pt !important;
    font-weight: normal;
    color: #000;
    background-color: #FFFFFF;
}

.form-op .field-container > [class*="col-op"]:not(.label-control) {
	/*width: unset !important;*/
}

  .form-op input.input-control, .form-op input.input-control[readonly], .form-op textarea, .form-op select {
    font-family: Arial;
    font-size: 8pt !important;
    font-weight: normal;
    color: #000;
  }

    .form-op input.input-control.TS {
      color: #000;
    }

  .form-op .label-control {
    /*white-space: nowrap;*/
		word-break: break-all;
    overflow: hidden;
  }

  .form-op .accordion-title {
    text-transform: none;
  }

    .form-op .accordion-title > a {
      font-family: Arial;
      font-size: 8pt !important;
      font-weight: normal;
      color: #000;
      background: none;
    }

      .form-op .accordion-title > a:after {
        background: #000;
      }

    .form-op .accordion-title.TS > a {
      color: #000;
    }

      .form-op .accordion-title.TS > a:after {
        background: #000;
      }

  .form-op .form_linha {
    border: 1px solid #000;
    border-right-width: 0px;
    border-top-width: 0px;
    padding-left: 3px;
    padding-right: 3px;
  }

    .form-op .form_linha.TS {
      border: 1px solid #000;
    }

.button.button-default {
  font-family: Arial;
  font-size: 8pt !important;
  font-weight: normal;
  color: #000;
}

  .button.button-default.TS {
    color: #000;
  }

.op-operacao {
  border-color: #FFFFFF;
  border-style: solid;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}

  .op-operacao.TS {
    border-color: #FFFFFF;
  }

.grupo_linhaTS {
  border-bottom: 1px solid #D7D7D9;
}

.form input[type="radio"].check-control:checked + label:before,.form input[type="checkbox"].check-control:checked + label:before {
  color: #000;
}


#tablePrint .row-op .field-container.fake-table .col-op.fake-cell {
  display: table-cell;
  vertical-align: top;
}

#tablePrint .row-op .field-container.fake-table .col-op.fake-cell-options {
  width: unset;
  float: none;
  display: table-cell;
  vertical-align: top;
}

  #tablePrint .row-op .field-container.fake-table .col-op.fake-cell-options .radio {
    white-space: normal;
  }