

html, body {
    background-color: white;
}

/* chosen select */
.chosen-container-multi .chosen-choices {
    border: 1px solid #d1d3e2;
    border-radius: 3px;
    padding: 3px;
}

.chosen-container .chosen-container-multi .chosen-choices {
    border: none;
}

/* textEditor */
.richText-toolbar {
    font-size: 12px;
    color: #aaa !important;
}

.richText-toolbar a.richText-btn:link,
.richText-toolbar a.richText-btn:visited,
.richText-toolbar a.richText-btn:hover,
.richText-toolbar a.richText-btn:active {
    color: #aaa !important;
}

.richText .richText-editor {
    height: 130px !important;
    padding: 5px !important;
    /*font-size: 13px;*/
    /*line-height: 12px;*/
}


.row-form-item {
    margin-bottom: 15px !important;
}

.opacity-5 {opacity: .5 !important;}
.opacity-6 {opacity: .6 !important;}
.opacity-7 {opacity: .7 !important;}
.bg-color-light {background-color: #E1E1E1;}



/** {
    font-size: 15px;
}*/

/*.sidebar .nav-item .nav-link {
    padding: 8px 1rem;
}*/

.textarea-bordered {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.bg-green {
    background-color: #98e9cc !important;
}

.not-event {
    pointer-events: none;
    color: gray;
}

.not-event-neutral {
    pointer-events: none;
    opacity: .7;
    /*color: gray;*/
}

.not-event-normal {
    pointer-events: none;
}

.light {
    opacity: .4;
}
.light-6 {
    opacity: .6;
}
.bold {
    font-weight: bold;
}

.ajax-icon {
    font-size: 30px;
    vertical-align: middle;
}

.unread {
    font-weight: bold;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.f-right {
    float: right;
}

.clear-both {
    clear: both;
}

.t-center {
    text-align: center;
}

.t-right {
    text-align: right;
}

.t-left {
    text-align: left;
}


.note {
    font-style: italic;
    color: gray;
    font-size: 11px;
}

.textarea {
    width: 100%;
    min-height: 100px !important;
    /*resize: both !important;*/
    resize: vertical !important;
}

.navbar {
    background-color: white;
}

/*.navbar-fixed-bottom, .navbar-fixed-top {
    position: initial;
}

#page-wrapper {
    padding-top: 0;
}
*/
.page-header {
    margin-top: 10px;
}

/*#side-menu {
    display: none;
}
*/
.login-logo {
    margin-top: 12%;
}

.login-panel {
    margin-top: 10%;
}

/*.header-logo {
    width: 70%;
    margin-top: -2px;
    margin-left: -4px;
}*/

.form-login-title {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.form-login {
    width: 260px;
}

.color-status {
    display: block;
    padding: 4px;
    text-align: center;
    border: 3px;
}

.m-0 {
    margin: 0;
}

.mt-5 {
    margin-top: 5px;
}

._mt-5 {
    margin-top: 5px !important;
}

.mt--5 {
    margin-top: -5px !important;
}

.mt-10 {
    margin-top: 10px;
}

._mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px;
}

._mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px;
}

._mt-20 {
    margin-top: 20px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb--20 {
    margin-bottom: -20px;
}

.mb-25 {
    margin-bottom: 25px;
}

._mb-5 {
    margin-bottom: 5px;
}

._mb-10 {
    margin-bottom: 10px;
}

._mb-15 {
    margin-bottom: 15px;
}

._mb-20 {
    margin-bottom: 20px;
}

._mb--20 {
    margin-bottom: -20px;
}

._mb-25 {
    margin-bottom: 25px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

._ml-5 {
    margin-left: 5px;
}

._mr-5 {
    margin-right: 5px;
}

._ml-10 {
    margin-left: 10px;
}

._mr-10 {
    margin-right: 10px;
}

.w-auto {
    width: auto;
}

.pad-0 {
    padding: 0 !important;
}

.pad-5 {
    padding: 5px;
}

.pad-10 {
    padding: 10px;
}

.w-75 {
    width: 75%;
}

.no-wrap {
    white-space: nowrap;
}

.c-red {
    color: red !important;
}

.c-green {
    color: green !important;
}

/*.overflow-auto {
    overflow: auto;
}
*/


.centered-all {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform:  translate(-50%, -50%);
}

.centered-x {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform:  translateX(-50%);
}

.centered-y {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform:  translateY(-50%);
}

table thead tr th,
table tbody tr td {
    vertical-align: middle !important;
}

table thead th {
    color: white;
}




.wrapper-login {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #ffffff82;
}

.page-header {
   margin: 25px 0 20px;
   /*border-bottom: 1px solid #ccc;*/
   border-bottom: none;
}
.h1, h1 {
    font-size: 26px;
}
.navbar-fixed-top {
    border-bottom: 1px solid #e1e1e1;
}
.navbar-toggle {
    border: 1px solid #ccc;
}

.navbar-toggle .icon-bar {
    background-color: #99999c;
}

@media (min-width:768px){.navbar-toggle{display:initial;}}
@media (max-width:565px){.navbar-header{display:none;}}

/*#page-wrapper {
    margin-left: 0;
    padding: 0;
    margin-top: 50px;
    min-height: initial !important;
}*/

.shadow {
    -webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.59); 
    box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.59);
}

.custom-menu {
    position: fixed;
    top: 43px;
    right: 16px;
    background-color: #fbfbfb;
    color: white;
    z-index: 9999;
    width: auto;
}

.user-link {
    /*position: absolute;
    top: 14px;
    right: 102px;*/
    float: right;
    margin: 8px 10px 0 0;
    color: #337ab7;
}

.separator-line {
    height: 1px;
    background-color: #99999c;
    margin: 0;
}
/*.wrapper-table-over-auto {
    overflow: auto;
    padding: 0 15px;
}
*/
/*th, td { white-space: nowrap; }
div.dataTables_wrapper {
    width: 800px;
    margin: 0 auto;
}*/

.wrapper-alert {
    background-color: #9e9e9e;
    color: white;
    padding: 5px;
}

.text-success {
    color: green;
}
.text-danger {
    color: red;
}

.alert {
    color: white;
    padding: 3px 6px;
    border-radius: 3px;
    border: none;
    /*display: block;*/
    text-align: center;
    margin: 0;
}
.alert-warning {
    background-color: orange;
}
.alert-success {
    background-color: green;
}
.alert-danger {
    background-color: red;
}
.alert-primary {
    background-color: blue;
}
.alert-default {
    background-color: gray;
}
.alert-info {
    background-color: #428bca;
}
.alert-ok {
    background-color: #42ca76;
}
.js-list-notification ul{
    padding-left: 0; 
} 
/*.list-notification {
    border: 1px solid #ccc;
    position: fixed;
    top: 43px;
    right: 200px;
    background-color: #fbfbfb;
    color: white;
    z-index: 9999;
    width: auto;
    max-height: 400px;
    overflow: auto;
    width: 300px;
}
.list-notification ul {
    list-style: none;
    color: gray;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.list-notification ul li {
    padding: 5px 10px;
}

.wrapper-notification {
    margin: 8px 10px 0 0;
    color: #337ab7;
}
#counter-notification {
    font-size: 12px;
}

.js-btn-view-notification {
    text-decoration: none !important;
}*/

.user-link a {
    text-decoration: none !important;
}

.wrapper-filter {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    margin: 0px;
}

.img-home {
    width: 100%;
    height: auto;
}

.loading {
    position: fixed;
    z-index: 99999999999;
    background-color: #9e9e9e9e;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/*.btn-refresh {
    float: right;
    margin: 8px 10px 0 0;
    font-size: 17px;
}*/

.event-selected {
    margin: 0 0 5px 0;
}

.event-icon-list {
    font-size: 14px;
    color: gray;
    margin-top: 2px;
}

.event-selector {
    display: block;
    border: 1px solid #999;
    padding: 2px;
    color: #999;
    margin-bottom: 3px;
}

.note {
    font-size: 11px;
    color: #999;
    line-height: 13px;
    margin-bottom: 5px;
}

a.event-selector:link,
a.event-selector:visited,
a.event-selector:hover,
a.event-selector:active {
    text-decoration: none;
    color: initial;
    color: #999;
    font-style: italic;
}

.event-item {
    position: relative;
    border: 1px solid #ccc;
    padding: 4px 6px 4px 4px;
    border-radius: 3px;
    background-color: #e1e1e1;
    margin: 2px 0;
    white-space: nowrap;
}

.event-item-inner {
    width: 95%;
    display: inline-block;
}

.close-event-item {
    position: absolute;
    right: 2px;
    /*background-color: red;
    color: white;
    border-radius: 50%;*/
    padding: 1px;
    font-size: 13px;
}

.pointer:hover {
    cursor: pointer !important;
}

.not-valid {
    background-color: #fb9393;
}

/*select.js-event option:checked {
    background-color: green;
    color: white;
}
*/

/*.wrapper-inase-inspector {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 4px;
}
*/
.wrapper-inase-inspector h4 {
    text-decoration: underline;
}

.wrapper-user-ris {
    padding: 10px;
    border: 1px solid #ccc;
    background: white;
    border-radius: 6px;
    font-size: 14px;
}

/*.menu-admin {
    background-color: #637cc5 !important;
}*/

.border-none {
    border: none !important;
}

#form_set_last_generatino_date {
    display: inline-block;
    padding: 8px;
    background-color: #e1e1e1;
    border-radius: 4px;
}
#form_set_last_generatino_date label {
    margin-right: 5px;
}
#form_set_last_generatino_date #MatrixLastGenerationDate {
    background-color: #e1e1e1;
}

.f-size-11 {
    font-size: 11px;
}

.f-size-12 {
    font-size: 12px;
}

.f-size-13 {
    font-size: 13px;
}

.form-input {
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 5px;
    color: #666;
}

#message {
    height: 100px;
    max-height: 100px;
    width: 400px;
    max-width: 400px;
    display: block;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.border-bottom {
    border-bottom: 1px solid #ccc !important;
}

@media (min-width: 790px) {
  .table-responsive {
    max-height: 55vh;
  }
}

.fix-padding-origin-type-remanent {
    padding-right: 21px;
}

.notif-date {
    color: #999;
    font-size: 12px;
}

.item-coordinate {
    font-size: 13px;
    margin-left: 30px;
    margin-bottom: 5px;
}

.input-coordinate {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px;
}

.height-100 {
    height: 100px !important;
}

.height-200 {
    height: 200px !important;
}


/* from regulatory generic */
#form_regulatory label {
    margin-bottom: 2px;
}

#form_regulatory .js-btn-submit {
    position: fixed;
    right: 20px;
    top: 100px;
    z-index: 888;
}

.btn-verificar-datos-requeridos {
    position: fixed;
    right: 110px;
    top: 100px;
    z-index: 888;
}

.regulatory-form .form-group {
    margin-bottom: 1.3rem;
}

.regulatory-form-group {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 4px;
}


/* form c */
.wrapper-table-event {
    border: 1px solid #b7b9cc;
    padding: 5px;
    border-radius: 4px;
}

.table-regulatory-form {
    font-size: 12px;
    width: 100%;
}

.table-regulatory-form thead {
    font-size: 12px;
    text-align: center;
}

.table-regulatory-form thead th {
    /*white-space: nowrap;*/
    padding: 5px;
}

.table-regulatory-form tbody tr {
    border-bottom: 1px solid #b7b9cc;
}

.table-regulatory-form tbody td {
    border: none;
    padding: 3px;
}

.table-regulatory-form tfoot td {
    border: none;
    padding: 5px;
}

.table-regulatory-form tr.js-row td input[type="text"],
.table-regulatory-form tr.js-row td input[type="number"],
.table-regulatory-form tr.js-row td input[type="date"]{
    width: 100%;
}



/* form d */
.wrapper-table-lotes {
    border: 1px solid #b7b9cc;
    padding: 5px;
    border-radius: 4px;
}

#table_lotes {
    font-size: 12px;
    width: 100%;
}

#table_lotes thead {
    font-size: 12px;
    text-align: center;
}

#table_lotes thead th {
    white-space: nowrap;
    padding: 5px;
}

#table_lotes tbody tr {
    border-bottom: 1px solid #b7b9cc;
}

#table_lotes tbody td {
    border: none;
    padding: 3px;
}

#table_lotes tbody td .textarea-lot {
    width: 100%;
    height: 70px;
    max-height: 70px;
}


.title-group {
    padding: 5px;
    background-color: #ddd;
    color: #3a3b45;
    font-weight: bold;
}
.sub-title-group {
    color: #5a5c69;
    font-weight: bold;
}
.sub-sub-title-group {
    margin-left: 50px;
    color: #858796;
    /*font-weight: bold;*/
}
.procesa-title {
    padding: 20px !important;
    font-size: 15px;
}
.form-group-item {
    margin-left: 50px;
}



.js-hide-show {
    font-weight: normal;
}



/* form b */
.wrapper-table-vectores,
.wrapper-table-exptes {
    border: 1px solid #b7b9cc;
    padding: 5px;
    border-radius: 4px;
}

#table_vectores,
#table_exptes {
    font-size: 12px;
    width: 100%;
}

#table_vectores thead,
#table_exptes thead {
    font-size: 12px;
    text-align: center;
}

#table_vectores thead th,
#table_exptes thead th {
    white-space: nowrap;
    padding: 5px;
}

#table_vectores tbody tr,
#table_exptes tbody tr {
    border-bottom: 1px solid #b7b9cc;
}

#table_vectores tbody td,
#table_exptes tbody td {
    border: none;
    padding: 3px;
}

#table_vectores tbody td .textarea-vectores ,
#table_exptes tbody td .textarea-exptes {
    width: 100%;
    height: 70px;
    max-height: 70px;
}

    
.list-help-vectores {
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

.img-htmlInputFile {
    width: auto; /*50%;*/
    max-width: 100%;
}



/* informe de cierre */
.table-informe-cierre th,
.table-informe-cierre td {
    padding: 4px;
}
.wrapper-table-cierre {
    border: 1px solid #aaa;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.input-w-300 {
    width: 300px;
}
.input-w-400 {
    width: 400px;
}
.input-w-500 {
    width: 500px;
}
.over-auto {
    overflow: auto;
}



/* expedientes */
.wrapper-table-eventos,
.wrapper-table-ensayos,
.wrapper-table-estab {
    border: 1px solid #b7b9cc;
    padding: 5px;
    border-radius: 4px;
}

#table_eventos,
#table_ensayos,
#table_estab {
    font-size: 12px;
    width: 100%;
}

#table_eventos thead,
#table_ensayos thead,
#table_estab thead {
    font-size: 12px;
    text-align: center;
}

#table_eventos thead th,
#table_ensayos thead th,
#table_estab thead th {
    white-space: nowrap;
    padding: 5px;
}

#table_eventos tbody tr,
#table_ensayos tbody tr,
#table_estab tbody tr {
    border-bottom: 1px solid #b7b9cc;
}

#table_eventos tbody td,
#table_ensayos tbody td,
#table_estab tbody td {
    border: none;
    padding: 3px;
}



/* DERA */
.dera-box {
    border: 1px solid #d1d3e2;
    padding: 10px 7px 4px 7px;
    border-radius: 4px;
}
.dera-item {
    font-size: 13px;
    margin-bottom: 4px;
    padding: 3px;
}
.dera-item:hover {
    background-color: #d1ddff;
}
.dera-item-odd {
    background-color: #efefef;
}
.dera-item-even {
    background-color: #e1e1e1;
}
.dera-btn-view {
    width: 25px;
    height: 25px;
    font-size: 13px;
}
.dera-btn-export {
    border: none;
    background: no-repeat;
    color: #4e73df;
    font-size: 12px;
    display: inline;
    padding: 0;
    margin: 0;
}



.matrix-event-area {
    width: 60px;
    /*margin: 0 8px;
    padding: 3px;*/
    margin-right: 10px;
    margin-left: 5px;
    border: 1px solid gray !important;
    border-radius: 3px;
}

.wrapper-table-activity-matrix table.table-matrix-event {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}
.wrapper-table-activity-matrix table.table-matrix-event td {
    border: 0;
    width: 100%;
}

.event-item {
    padding-right: 25px;
}


/* informe poscosecha */
#table_informe_poscosecha {
    border: 1px solid #4e73df;
}
#table_informe_poscosecha,
#table_informe_poscosecha tr,
#table_informe_poscosecha th,
#table_informe_poscosecha td {
    padding: 4px 6px;
}

#table_informe_poscosecha thead tr td {padding-top: 0 !important; padding-bottom: 0 !important;}

.poscosecha-separator-line {border-bottom: 1px solid #c1bebe !important;}
.poscosecha-no-left {border-left: 0 !important; padding-left: 0 !important;}
.poscosecha-no-right {border-right: 0 !important; padding-right: 0 !important;}
.poscosecha-max-width {
    max-width: -webkit-fill-available;
    max-width: -moz-available;
}
.poscosecha-establecimiento {min-width:150px; max-width:150px; width: 150px !important;}
.poscosecha-sitio-liberacion {min-width:100px; max-width:100px; width: 100px !important;}
.poscosecha-ensayo {min-width:170px; max-width:170px; width: 170px !important;}
.poscosecha-evento {min-width:180px; max-width:180px; width: 180px !important;}
.poscosecha-tipo-cosecha {min-width:170px; max-width:170px; width: 170px !important;}
.poscosecha-fecha-inicio {min-width:130px; max-width:130px; width: 130px !important;}
.poscosecha-area-total {min-width:90px; max-width:90px; width: 90px !important;}
.poscosecha-actividad {min-width:200px; max-width:200px; width: 200px !important;}
.poscosecha-submenu {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    border-left: 1px solid;
    border-right: 1px solid white;
    padding: 0 6px;
    font-size: 10px;
}


select option.option-disabled {
    color: #999; /* Cambiar el color del texto a gris */
    background-color: #f0f0f0; /* Cambiar el fondo a un gris más claro */
    cursor: not-allowed; /* Cambiar el cursor a "no permitido" */
}

.btn-avisos-inspeccion-export {
    padding: 7px;
}

.btn-avisos-inspeccion-export form {
    padding: 5px 0;
}

.btn-avisos-inspeccion-export form .btn-link {
    border: 1px solid;
    width: 100%;
}


.header-monitoreo-campania { 
    border: 1px solid #4e73df;
    display: inline-block;
    padding: 15px;
    border-radius: 4px;
}