/*
*  Styles common to all aplication.php
*/

.dataTables_scrollBody {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1;
}

@media (max-width : 480px) {
  .tweb_screen {
    background-size: contain !important;
    background-color: white !important;
  }
}

@media (max-width: 640px) {
  .tweb_window {
    background-color: #c3c4c6;
  }

  .dataTables_scrollBody {
    max-height: 400px !important;
    height: 400px !important;
  }
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-weight: 600 !important;
  font-size: 13px;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.navbar-title>p {
  margin-bottom: 0rem !important;
  line-height: 1.2;
}

.navbar .btn {
  font-size: 1.1rem;
}

.navitem {
  color: #fff;
}

.navitem:hover {
  color: rgb(179, 210, 132);
}


input {
  font-weight: 600 !important;

}

.form-control {
  font-weight: 600 !important;
}

.modal-dialog {
  margin-top: 11rem !important;
  width: 90% !important;
}

.modal-title {
  font-weight: 600 !important;
  color: dodgerblue !important;
}

.item-modal {
  margin-bottom: 1rem;
}

.left {
  width: 100% !important;
  max-width: 200px !important;
  padding-left: 10px !important;
  display: inline-block !important;
}

.left>label {
  width: 100% !important;
}

.modal-content {
  box-shadow: 5px 5px 10px 5px #9e9e9c !important;
  background-color: #e2eff8;
}

#mytable tbody {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1;
}

#mytable td {
  padding: 0.4rem;
}

/*---*/

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1;
}

.form-group {
  margin: 4 0 0 0;
  padding-bottom: 0px;
  line-height: 1;
}

.form-group label {
  font-size: 16px;
  color: DodgerBlue;
  margin-bottom: 0;
}

.form-control {
  /*height: 27px;*/
  padding: 5px 5px;
  font-size: 16px;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: rgb(98, 167, 155);
}

/*------*/
@media (max-width : 480px) {
  .modal-dialog {
    margin-top: 6rem !important;
    width: 90% !important;
    margin: auto;
  }

  .item-modal img {
    padding: 0px !important;
    height: 70px !important;
    width: 70px !important;
  }

  .navbar-toggler {
    padding: 0.25rem 0.25rem;
  }
}

.main {
  left: 20px !important;
}

.main-mobile {
  top: 90px !important;
}

.col_red {
  color: red;
}

.col_orange {
  color: orange;
}
.col_green {
  color: #259972;
}

.col_gray {
  color: lightgray;
}
#mytable {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
}

/* ajuste en ventanas modales */
.btn-input {
  padding: 2px 8px 2px 4px;
  margin-left: 2px !important;
}

.input-datetime {
  width: 92% !important;
}

