@tailwind base;
@tailwind components;
@tailwind utilities;
.bg-red {
  background-color: red
}
.error {
    color: red;
    font-size: 13px !important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #141727 !important ;
    border-color: #141727 !important;
}
.page-link {
    position: relative;
    display: block;
    color: #141727;
    background-color: #fff;
    border: 1px solid lightgrey !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav-link.mb-0.px-0.py-1.active {
  background: white;
}
small, .small {
  font-size: 10px;
}
.bg-warning {
  background-color: #fff3cd !important;
}
.modal-open .modal {

  z-index: 66666666666 !important;

}

.datepick-nav, .datepick-ctrl {

  background-color: #e9ecef !important;
  color : #444444 !important
}
.datepick-nav a, .datepick-ctrl a {
  color : #444444 !important
}
.datepick {
  background-color: #fff;
  color: #000;
  border: 1px solid #d2d6da;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  font-family: Arial,Helvetica,Sans-serif;
  font-size: 90%;
}
.datepick-month {
  border: 0px ;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
  height: 1.5em;
  background-color: #e9ecef;
  color: #444444;
  font-weight: bold;
}

.especies.table td, .especies.table th {
  border-left: 1px solid lightgray ;
}

td.no-padding {
  padding:0px !important ;
  border-left:0px !important
}
.periodo-start, .periodo-end {
  color: white;
  background-color: ;
  background-color: darkcyan;
  padding: 4px;
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  position: relative;
  border-radius: 5px;
}
.periodo-start{
  left: -20px;
}
.periodo-end {
  right: -20px;
}
.periodo-center {
  text-align: center;
  color: white;
  font-size: 13px;

}

.datepick-multi { width:100% !important}
.datepick-month {
  width: 25% ;

}
.nav-link {

  color: grey !important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #147d78 !important;
  font-weight: bold;
  background-color: #c5dbd1;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {

  border-color:  #c5dbd1;
}
.nav-link {
  padding: 10px 36px;

}
.nav-tabs {
  border-bottom: 2px solid #c5dbd1;
}

.nav-pills .badge.bg-danger {
  top: -5px !important;
  position: relative;
  right: -30px !important;
}
.datepick-month td .datepick-highlight {
  background-color: #eee !important;
}
.datepick-month a {
  font-weight: bolder;
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 1128px !important;
  }
}

.datepick-popup {
  z-index: 9999999999999999999999999 !important;
}



.period10 {
  background-color: #bdbf99 !important;
}
.period9 {
  background-color: #99bfbf !important;
}
.period8 {
  background-color: #a6bf99  !important;
}
.period7 {
  background-color: #bdbf99 !important;
}
.period6 {
  background-color: #bdbf99 !important;
}
.period5 {
  background-color: #99bfbf !important;
}
.period4 {
  background-color: #a6bf99  !important;
}
.period3 {
  background-color: #bdbf99 !important;
}
.period2 {
  background-color: #99bfbf !important;
}
.period1 {
  background-color: #a6bf99  !important;
}
.period0 {
  background-color: #bfae99  !important;
}
.festivo {
  background-color: #bf9999  !important;
}

.nav.nav-pills .nav-link {

  border: 2px solid #147d78;
  margin-right: 9px;
}
.modal-lg {
  max-width: 1322px !important;
}
.datepick-selected {
  background-color: #147d78 !important;
}
.badge.bg-info {
  background: #17c1e8;
    background-color: #147d78 !important;
}
.breadcrumb {
  display: none;
}
.nav.nav-pills {
  background: none !important;
}

.login small, .small {
  font-size: 13px;
}
.text-orange {
  color: orange !important;
}
#sidenav-main {
  background-color:#ede7df ;
  border-radius: 0;
  margin: 0px  !important;
}
.login-section {
  background-color:#ede7df  !important;
  background-image: url('/assets/img/login_bg.png');
  background-repeat: no-repeat;
  background-position: right;
}
.contyainer-login {
  background-color:#fff  !important;
  border-radius: 10px ;
  margin-top: 50px ;
  box-shadow:3px 3px 3px #c7c7c6;
}
.btn {
  border-radius: 15px !important;
}

h4 {
  color: #024a48  !important;
}
.contyainer-login .card-header {
  padding: 0;
  padding-bottom: 0;
}
.navbar-vertical .navbar-nav .nav-link.active {
  background-color: #c5dbd1  !important;
  color: #024a48 !important;
}
.nav-link, a {
  color: #024a48 !important;
}
.table thead {
  background-color: #e9f5ef !important;;
}
.table th {
  color: #024a48 !important;
  font-size: 12px !important;
  transform: none !important;
}
.table {
  border: 1px solid #e9f5ef;
}

.main-content {
  background-color: #fff !important;
}
.card {
  box-shadow: none !important;
}
.h6-title {
  color: #024a48 !important;
  font-size: 1.3rem !important;
  padding-top: 20px;
  padding-bottom: 20px;  
}
.alert-default {
  background: none !important;
  border-left: 5px solid;
  color: #374646;
  background-color: white !important;
  border-color: #374646;
}
.alert-info {
  background: none !important;
  border-left: 5px solid;
  color: #374646;
  background-color: #d1d3d3 !important;
  border-color: #374646;
}
.alert-danger {
  background: none !important;
  border-left: 5px solid;
  color: #ea5353;
  background-color: #faf0f0 !important;
  border-color: #ea5353;
}
.alert-notice {
  background: none !important;
  border-left: 5px solid;
  color: #f97316;
  background-color: #fcebde !important;
  border-color: #f97316;
}
.alert-success {
  background: none !important;
  border-left: 5px solid;
  color: #024a48;
  background-color: #e7f1f0 !important;
  border-color: #024a48;
}

.width-auto {
  width: auto !important;
  float: left;
}
.btn-primary {
  background-color: #026965;
  color:#fff !important;
  font-weight: 600;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #024a48 !important;
  box-shadow: none !important
}
.btn-secondary {
  background-color: #ede7df;
  color:#024a48 !important;
  font-weight: 600;
}
.btn-secondary:hover {
  background-color: #ede7df;
}
.btn-default {
  background-color: #fff;
  border: 1px solid #026965 !important;
  color:#024a48 !important;
  font-weight: 600;
}
.btn-default:hover {
  background-color: #fff;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #026965;
  outline: 0;
  box-shadow: 0 0 0 2px #026965;
}
.modal-header {
  background-color: #dff0e7 ;
  color: #024a48;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #fff;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
label {
  color: #315957 !important;
}
.modal-footer {
  display: revert !important;
}
.nav-pills {
  border-bottom: 2px solid #d8e3e3;
  border-radius:  0px !important;
  padding: 0px !important;
}
.nav-pills  .nav-link  {
  background-color: #fff !important;
  color: #8c9a99 !important;
  border: 0px !important;
  border-radius:  0px !important;
  margin-bottom: -2px !important;
  font-weight: 600;
}
.nav-pills  .nav-link.active  {
  background-color: #fff !important;
  color: #147d78 !important;
  border-bottom: 2px solid #024a48 !important;
}
.btn.btn-sm i, .btn-group-sm > .btn i {
  font-size: unset !important;
}
.badge {
  padding: 10px ;
}
.badge.badge-danger {
  background-color: #faf0f0;
  color: #e94848;
}
.badge.badge-success {
  background-color: #edfaf2;
  color: #00a070;
}
.badge.badge-notice  {
  background-color: #ebf6fc;
  color: #3582a9;
}
.badge.badge-info  {
  background-color: #fcebde;
  color: #f97316;
}
.badge.badge-default  {
  background-color: #bdbdbd;
  color: #5a5a5a;
}

h5 {
  color: #024a48 ;
}
i {
  margin-right: 5px !important;
}
.sidenav i {
  margin-right: 0px !important;
}

.resonsive .nav-link {
  padding: 7px 24px;
}
.bg-green {
  background-color: #f0f7f4;
}
input[type=file], /* FF, IE7+, chrome (except button) */
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */

  cursor: pointer !important;
}
.table thead th {
  text-transform: none !important ;
}
.datepick-popup {
  width: 50% ;
}

.datepick-cmd.datepick-cmd-clear {
  display: none !important;
}

@media (max-width: 992px) { 
  .helptext {
    position: absolute !important;
    bottom: 0;
  }
  .datepick-popup {
    width: 100% !important;
  } 
  .datepick-month {
    width: 100% !important;
  }  
  .h6-title {
    font-size: 1rem !important;
  }  
 }