.form-control {
  height: 40px;
  color: black;
}
.form-control[readonly] {
  background-color: white;
}
.form-control:focus {
  border-color: #c2cad8 !important;
}
.form-control.sm {
  width: 20%;
  max-width: 120px !important;
}
.form-control.md {
  width: 160px !important;
}
label {
  margin-bottom: 0;
}
.input-body .form-control {
  border-color: #c2cad8 !important;
}
.modal .modal-header {
  border-bottom: 1px solid #BFBFBF;
}
.modal .modal-header .btn-modal-close {
  font-size: 45px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 12px;
  line-height: 25px;
  color: #9E9E9E;
  text-decoration: none !important;
}
.modal .modal-header .modal-title {
  font-weight: bold;
  font-size: 20px;
}
.sweet-overlay {
  z-index: 11000;
}
.sweet-alert {
  z-index: 11001;
  padding: 0;
  outline: none;
}
.sweet-alert .sa-button-container {
  display: flex;
}
.sweet-alert .sa-button-container > * {
  flex: 1;
}
.sweet-alert .btn {
  width: 100% !important;
  padding: 0 !important;
  border: 0;
}
.sweet-alert p.text-muted {
  margin: 22px 0;
  color: black;
}
.sweet-alert h2 {
  text-align: left;
  border-bottom: 1px solid #BFBFBF;
  padding: 12px 15px;
  margin: 0;
  font-size: 17px;
  font-weight: bold;
}
.page-header {
  background-color: #404040;
  padding: 0 0 0 20px;
  margin: 0;
  height: 60px;
}
.page-header a.logo {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  line-height: 60px;
}
.page-title {
  margin: 30px 60px;
  border-bottom: 2px solid #D9D9D9;
}
.page-title h3 {
  font-weight: bold;
}
.login-header {
  background-color: #404040;
  height: 35vh;
  min-height: 200px;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 25px;
}
.login-header .title1 {
  font-size: 28px;
  font-weight: bold;
}
.login-header .title2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.login-header .title3 {
  font-size: 14px;
  margin-top: 20px;
}
.login-body {
  padding: 50px 0;
  display: flex;
  height: 65vh;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
}
.login-body form {
  width: 400px;
  margin: 0 auto;
}
.login-body .btn.btn-truck-black {
  width: 100%;
}
.login-body .btn-signup {
  line-height: 24px;
  margin-top: 5px;
  color: black;
  display: inline-block;
}
.login-body .copyright {
  text-align: center;
  color: #7F7F7F;
}
.login-body .help-block.help-block-error {
  color: red;
  margin-bottom: 10px;
}
.signup-body {
  margin: 30px 60px;
}
.signup-body .title {
  border-bottom: 2px solid #D9D9D9;
}
.signup-body .title h3 {
  font-weight: bold;
}
.signup-body form {
  margin: 10px;
}
.signup-body form .input-body {
  border-bottom: 1px solid #d9d9d9;
  margin: 10px 0;
  padding: 10px;
}
.signup-body form .input-body .help-block.help-block-error {
  color: red;
}
.signup-body form .input-body .has-success .help-block.help-block-error {
  color: #00B050;
}
.signup-body form .check-body {
  margin: 10px 0;
  padding: 10px;
}
.signup-body form .check-body label {
  font-size: 16px;
}
.signup-body form .btn-agree {
  color: #000000;
}
.signup-body form .form-group {
  width: 100%;
  display: flex;
  margin: 8px 0;
}
.signup-body form .form-group input,
.signup-body form .form-group select {
  width: 50%;
  flex-shrink: 0;
}
.signup-body form .form-group span {
  padding: 0;
  margin: 0 20px;
  line-height: 42px;
  font-size: 16px;
  white-space: nowrap;
}
.signup-body form .form-group:first-child {
  margin: 0;
}
.signup-body .btn.btn-truck-black {
  width: 40%;
  height: 50px;
  margin: 0 auto;
  display: block;
}
.modal-dialog.modal-waiting {
  width: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0;
}
.modal-dialog.modal-waiting .modal-header {
  position: relative;
  padding: 15px 5px;
  border-bottom: 4px solid #E1E1E1;
}
.modal-dialog.modal-waiting .modal-content {
  padding: 10px 20px;
  border-radius: 15px !important;
  background-color: white;
}
.modal-dialog.modal-waiting .modal-body {
  padding: 5px;
  color: black;
  line-height: 1.5;
}
.modal-dialog.modal-waiting .waiting-title {
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
  color: black;
}
.modal-dialog.modal-waiting .table-consult {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.modal-dialog.modal-waiting .table-consult th {
  border: 1px solid #BFBFBF;
  font-size: 16px;
  padding: 10px 15px;
}
.modal-dialog.modal-waiting .table-consult td {
  border: 1px solid #BFBFBF;
  background-color: #F2F2F2;
  font-size: 20px;
  padding: 20px 15px;
}
.btn:hover {
  opacity: 0.8;
}
.btn:active {
  opacity: 1;
}
.btn.btn-truck-primary {
  background-color: #E46C0A;
  color: white !important;
  padding: 0 20px;
  line-height: 40px !important;
  font-weight: bold;
  border: 0;
  outline: none;
  width: 160px;
}
.btn.btn-truck-black {
  background-color: black;
  color: white !important;
  padding: 0 20px;
  line-height: 40px !important;
  font-weight: bold;
  border: 0;
  outline: none;
  width: 160px;
}
.btn.btn-truck-gray {
  background-color: #A6A6A6;
  color: white !important;
  padding: 0 20px;
  line-height: 40px !important;
  font-weight: bold;
  border: 0;
  outline: none;
  width: 160px;
}
.btn.btn-truck-default {
  background: linear-gradient(#ECECEC, #D3D3D3);
  display: inline-block;
  color: black !important;
  padding: 0 20px;
  line-height: 40px !important;
  font-weight: bold;
  border: 1px solid #D9D9D9;
  outline: none;
  min-width: 80px;
}
.table {
  border-top: 1px solid black;
  border-bottom: 0 !important;
  border-collapse: collapse !important;
}
.table.table-no-border th,
.table.table-no-border td {
  border-left: 0;
  border-right: 0;
}
.table thead tr th {
  background-color: #F2F2F2;
  height: 50px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #BFBFBF;
  color: black;
}
.table tbody tr td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #BFBFBF;
  color: black;
}
.calendar-icon {
  width: 30px;
  font-size: 20px;
  text-align: center;
}
.search-area {
  margin-bottom: 15px;
}
.search-area .frm-search .form-control {
  height: 32px;
}
.search-area .frm-search label {
  padding: 0 10px;
  height: 40px;
  background-color: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #C2CAD8;
}
.search-area .frm-search .frm-row {
  display: flex;
  flex-flow: row;
  width: 100%;
  justify-content: space-between;
}
.search-area .frm-search .frm-row .input-cell {
  display: flex;
  flex-flow: row;
}
.search-area .frm-search .input-date-group {
  display: flex;
  align-items: center;
  width: 500px;
}
.search-area .frm-search .input-date-group .form-control {
  width: 160px;
}
.search-area .frm-search select.form-control {
  width: 160px;
  height: 40px;
  display: inline;
}
.search-area .frm-search input.form-control {
  width: 280px;
  display: inline;
  height: 40px;
}
.flex {
  display: flex;
}
.flex.center {
  align-items: center;
}
.flex.between {
  justify-content: space-between;
}
.flex.end {
  align-items: flex-end;
}
.flex + .flex {
  margin-top: 10px;
}
.flex > * {
  margin-right: 5px;
}
.table-area {
  margin-top: 40px;
}
.table-area .table-button-group {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 10px;
}
.table-area .dataTables_wrapper .dataTables_length {
  float: right;
}
.search-group {
  display: flex;
  margin: auto;
  height: 50px;
  width: 600px !important;
  border: 3px solid #E46C0A;
}
.search-group input {
  width: 550px !important;
  height: 100% !important;
  border: none;
  outline: none;
}
.search-group a {
  height: 100% !important;
  border: none;
  width: 50px !important;
  padding: 15px;
  background: transparent;
}
.search-group i {
  font-size: 25px;
  color: #E46C0A;
}
.page-sub-title {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
}
.edit-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
.edit-table th {
  background-color: #F2F2F2;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #BFBFBF;
  height: 44px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
}
.edit-table th.left {
  text-align: left;
}
.edit-table tbody tr th {
  width: 200px;
}
.edit-table tbody tr td {
  vertical-align: middle;
  text-align: left;
  border: 1px solid #BFBFBF;
  padding: 5px 10px;
  height: 50px;
}
.edit-table tbody tr td.center {
  text-align: center;
}
.edit-table tbody tr td textarea#question {
  width: 100% !important;
  max-width: 100% !important;
}
.edit-table tbody tr td:first-child {
  text-align: center;
  width: 200px;
}
.edit-table tbody tr td.required:after {
  color: red;
  font-weight: bold;
  content: ' *';
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.mt-radio {
  margin-bottom: 0;
}
.mt-radio.active {
  color: #e46c0a !important;
}
.mt-radio.active span {
  background: rgba(255, 123, 11, 0.34) !important;
}
.mt-radio.active span:after {
  background: #e4520f;
}
.pagination li.active a,
.pagination li.active a:hover {
  background-color: #E46C0A;
  border-color: #E46C0A;
}
.pagination li a,
.pagination li a:focus,
.pagination li a:hover {
  color: #E46C0A;
}
.datatable-header-option {
  margin-bottom: 15px;
  display: flex;
}
.answer-input {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.answer-input textarea {
  width: 80%;
}
.answer-input a {
  margin-left: 10px;
  height: 40px !important;
}
.answer-list {
  padding: 10px;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #000000;
}
.answer-list .answer-item {
  white-space: pre-wrap;
  width: 90%;
  word-break: break-all;
}
.answer-list a {
  font-size: 30px;
  margin-left: 15px;
  margin-top: -7px;
}
.problem-table {
  width: 100%;
}
.problem-table th {
  height: 50px;
  background-color: #F2F2F2;
  border: 1px solid #BFBFBF;
  border-top: 1px solid #000000;
  text-align: center;
}
.problem-table tr td {
  text-align: center;
  border: 1px solid #BFBFBF;
}
.problem-table textarea {
  border: none;
  resize: none;
}
.answer-row {
  display: flex;
  align-items: center;
  padding: 5px;
}
.answer-row label {
  margin-top: -20px;
}
.answer-row .answer {
  border: 1px solid #F2F2F2;
}
.answer-row + .answer-row {
  margin-top: 10px;
}
/*# sourceMappingURL=common.css.map */