@import url('https://fonts.googleapis.com/css?family=Alegreya:400,900&display=swap');

.tabulator-col-title { 
	text-align: center;
}

/* modal centrado */

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 700px;
}

/* footer footnotes */
footer ol {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 15px;
  padding-left: 20px;
}

/* modal centrados END */

textarea.textarea-monospaced {
	font-size: 10px;
	font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}

div.graph-box {
  height: 200px;
}

div.form-center {
 display: flex;
 align-items: center;
 justify-content: center;
}


.tabulator {
    margin-bottom: 0px;
}

img.img-200 {
	max-width:200px;
	max-height:200px;
}


.event-color-id, .location-color-id {
	display: inline-block;
	border-radius:5px;
	margin-right: 3px;
	width: 15px;
	height: 15px;
}

.center {
	display: flex;
	align-items: center;
}

div.column-divider {border-right: 1px solid #c8c8c8 }
input:invalid { border-color: #dd9787 }
select:invalid { border-color: #dd9787 }
input:required:valid { border-color: green}
input:optional { border-color: #e4e7ea}
.form-error-icon {display: none}



a.waves-effect > span { vertical-align: middle }
div.module-name > span { font-size:24px; vertical-align: middle }
div.module-name > img { height:36px }

.chart-container {
    height: 55px;
}

.widget-metric {
    font-size: 18px
}

.action-button {
    background-color: var(--region-color) !important;
    color: white;
    border-radius: 5px;
    font-weight: bold
}

.no-link, no-link:hover, no-link:focus, no-link:active {
    text-decoration: none;
    color: inherit;
}

.img-rounded {
    border-radius: 150px;
}

.org-data-item {
    height: 150px;
}

.org-data-item-divider {
    border-bottom: #999999 solid 1px;
}

.top-left-part {
    width: auto;
}

.top-left-part a {
    float: left;
}

.mailbox {
    max-height: 300px;
    width: 400px;
}

.dropdown-menu.mailbox {
    padding: 0px;
}

.mailbox .message-center {
}

.mailbox .message-center .mail-contnet {
    padding: 25px;
    border-bottom: 1px solid #999999;
    margin-left: 10px;
    position: relative;
}

.mailbox .message-center .mail-contnet .notify {
    position: absolute;
    right: 0px;
    top: 0;
    margin-top: 40px;
    margin-right: 43px;
}

.mailbox .message-center .mail-contnet.not-read {
    background-color: #cccccc;
}

.mailbox .message-center .mail-contnet h5 {
    display: inline-block;
    font-size: 16px;
    white-space: normal;
    width: 80%;
}

.mailbox .message-center .mail-contnet .mail-desc {
    font-size: 14px;
    margin: 0px;
    white-space: normal;

}

.mailbox .message-center .mail-contnet .time {
    display: inline-block;
    font-size: 12px;
}

.mailbox .message-center .mail-contnet a.link-notification {
    display: inline-block;
    float: right;
    border: 0px;
    font-size: 13px;
    color: black;
    padding: 0px;
    margin-right: 11px;
    cursor: pointer;
    font-weight: bolder;
}

.message-center a:hover {

    background: transparent;

}

.alert-danger ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.input-file {
    height: 30px;
    padding-bottom: 37px;
}

.button-edit-profile {
    margin-top: 15px;
    margin-right: 10px;
    position: absolute;
    right: 0px;
    color: white;
}

.logo img {
    max-height: 40px;
    display: inline-block;
}

.logo .logo-text {
    font-size: 15px;
    text-align: left;
    display: inline-block;
    width: 151px;
    line-height: 16px;
    top: 9px;
    position: relative;
    font-weight: 800;
    font-family: 'Alegreya', serif;
}

.view-parent-block, .view-parent-block {

}

.view-parent-block .parent-block-title {
    margin-bottom: 10px;
}

.view-parent-block .parent-block-title h4 {
    font-weight: bolder;
    font-size: 22px;
    color: #666;
}

.view-info-block {
    margin-bottom: 5px;
}

.view-info-block label {
}

.view-info-block div {
    margin-top: -5px;
}

.datepicker-days .day {
    cursor: pointer;
}

.header-enabled-block .title {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
}

.header-enabled-block .make-switch {
    display: inline-block;
}

.view-link-return {
    font-size: 14px;
    text-decoration: none;
    color: #999999;
    margin-left: 10px;
}

.view-link-return:hover {
    color: #666666;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e4e7ea;
    padding: 4px;
}

.select2-container .select2-selection--single {
    height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

#addressMap {
    width: 100% !important;
    height: 500px !important;
}

.table-responsive a {
    color: #797979;
}

.score-content {
}

.score-content .score {
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
}

.score-content .score.scored.up:hover {
    color: inherit;
}

.score-content .score.scored.down:hover {
    color: inherit;
}

.score-content .score.up.active, .score-content .score.up:hover, .score.scored.up.active:hover {
    color: #53e69d;
}

.score-content .score.down.active, .score-content .score.down:hover, .score.scored.down.active:hover {
    color: #ff7676;
}

.score.scored {
    cursor: default;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.label-dark {
    background-color: #747271;
}

.label-orange {
    background-color: #ef7800;
}

.btn-chat:hover {
    background-color: white;
    color: #c9302c;
}

.chat-type {
    text-align: center;
}

.chat-type > a:hover {
    display: block;
    color: #c9302c !important;
    font-weight: bold !important;
}

.chat-collapse {
    min-width: 90px !important;
    border-color: #c9302c;
}

.chat-disabled-text {
    background-color: lightgray;
    text-align: center
}

.filters {
    margin-bottom: 10px;
    margin-right: 10px;
}

.clickable {
    cursor: pointer;
}

.blockedTreatmentRow {
}

tbody {
    color: #333;
}

.table.table-condensed {
    font-size: 11px;
}

.table.table-condensed td {
    padding: 7px;
}

.white-box h3.box-title {
    font-size: 16px;
}

.white-box h4.box-title {
    font-size: 14px;
    text-transform: none;
}

img.box-stat-icon {
    max-width: 40px;
}

img.box-lot-icon {
    max-width: 30px;
}

.expense-box h2, .expense-box h3 {
    color: #0F83E8;
    font-size: 30px;
    font-weight: 500;
}


.nav img {
    max-width: 20px !important;
}

.table-hover-pointer {
    cursor: pointer;
    vertical-align: middle;
}

.vertical-align {
    vertical-align: middle !important;
}

.img-control {
    border-radius: 10%;
    max-width: 80%;
}

/*Animal List*/
.number-aling {
    margin-bottom: 0.3em;
}

.separator-line-style{
    margin-top: 0;
    margin-bottom: 20px;
    border: 1px solid var(--region-color);
}

.filter-column-styled{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 2em;
}

.number-animals {
    margin-right: 24px;
}

.header-aling span i {
    margin-left: 25%;
}

/* animal-list */
.aside-size {
    width: 28em !important;
}

#animalCategory .select2-container {
    width: 100%;
}

#animalCategory .select2-selection--multiple {
    border-radius: 0px !important;
}

#animalCategory input {
    margin-left: 10px;
    width: 100% !important;
}

#animalCategory li i {
    font-size: 10px;
}

.aside-scroll {
    overflow-x: hidden;
    overflow-y: auto;
}

.text-red {
    color: red;
}

.text-green {
    color: green;
}

.text-orange {
    color: orange;
}

.text-black {
    color: black;
}

.higlight-text a {
    font-size: 1.1em;
    color: #60952c !important;
}

@media (min-width: 375px) and (max-width: 425px) {
    /* Animal list */
    #animalCategory li i {
        margin-left: 2.8em;
    }
}

@media (min-width: 425px) and (max-width: 768px) {
    /* Animal list */
    #animalCategory li i {
        margin-left: 5em;
    }
}

@media (min-width: 320px) and (max-width: 425px) {
    /* Animal list */
    .box-title {
        text-align: center;
    }

    .box-buttons {
        text-align: end;
    }

    /* animal-list */
    .aside-size {
        width: 19em !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /*Animal List*/
    .created-size input {
        width: 8.5em !important;
    }

    .number-animals {
        margin-right: 2px;
    }

    .header-aling a {
        margin-right: 6px;
    }

    .header-aling span i {
        margin-left: 0px;
    }

    .header-aling span {
        margin-right: -14px;
    }

    .box-buttons {
        float: right;
    }

    .box-buttons a {
        float: right;
        margin-right: 10px;
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    /*Animal List*/
    .created-size input {
        width: 17.5em !important;
    }

    .number-animals {
        margin-right: 18px;
    }

    .header-aling span i {
        margin-left: -14px;
    }

    .header-aling a {
        margin-right: 24px;
    }

    .box-buttons {
        float: right;
    }

    .box-buttons a {
        float: right;
        margin-right: 10px;
    }

    #animalCategory li i {
        margin-left: 1.1em;
    }
}

@media (min-width: 1440px) and (max-width: 2500px) {
    /*Animal List*/
    .box-buttons {
        text-align: end;
        float: right;
    }

    .box-buttons a {
        float: right;
        margin-right: 10px;
    }

    .created-size input {
        width: 25.5em !important;
    }

    #animalCategory li i {
        margin-left: 7.1em;
    }
}

@media (min-width: 800px) and (max-width: 2500px) {
    /*Animal List*/
    .filter-container {
        display: flex;
        justify-content: center
    }
}

.customizer {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 280px !important;
    top: 0;
    right: -280px;
    z-index: 100;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    transition: .3s ease-in;
}

.action-icon {
    margin: 5px;
    font-size: 15px;
}

.box-rounded {
    border-radius: 35px;
}

.new-animal-icon {
    text-align: end;
}

.select2-search__field {
    padding-left: 15px !important;
    margin-top: 10px !important;
}

.select2 {
    width: 100% !important;
}

.customizer-body {
    position: relative;
    height: 100%;
}

.customizer .service-panel-toggle {
    background: #c1c1c1;
    padding: 12px 20px;
    color: #fff;
    position: absolute;
    top: 30%;
    left: -54px;
}

.show-right-bar {
    right: 0;
}

.config-tab-center {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0px;
}

/*Animal message*/
.alert-error {
    background-color: #ff0000;
    color: white;
    border-color: #ff0000;
}

/* Animal filter name */
.filter-name li {
    list-style: none;
    margin-top: 1em;
}

.filter-name a {
    text-decoration: none;
    color: black;
    font-weight: 500;
    transition: color 0.5s ease;
}

.filter-name a:hover {
    color: #95c762;
}

.indicator {
    margin-right: 10px;
}

#saveColumnsConfiguration i {
    font-size: 1.2em;
    margin-right: 11px;
}

.trash {
    cursor: pointer;
    font-size: 1.2em;
    color: black;
    transition: color 0.5s ease;
}

.trash:hover {
    color: #ff5050;
}

.filter-name span {
    float: right;
    margin-right: 10px;
}

/* VARIABLE DE ENTORNO */
.enviroment-name {
    font-size: 2em;
    margin-left: 10px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
}

.top-header-container {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.toggle-password {
    position: absolute;
    padding: 12px;
    min-width: 40px;
    margin-left: 22em;
}

/*Modal email*/
.email-modal strong {
    text-decoration: none;
    color: black;
    font-weight: 500;
    transition: color 0.5s ease;
}

.email-modal strong:hover {
    color: #95c762;
}

/*Lot Show - border-radius*/
.b-r-20 {
    border-radius: 20px;
}
.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lot-name-container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.lot-title {
    font-size: 2em;
    font-weight: 300;
    text-transform: capitalize;
}

.dropdown-image {
    width: 18px;
    margin-right: 4px;
    margin-left: 3px;
}

.animal-quantity-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.align-flex-column {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.movement-subtext {
    font-size: 14px;
    color: darkgray;
}

.border-right {
    border-right: 1px solid #c8c8c8;
}

.animal-quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px !important;
    height: 40px !important;
    background-color: #4c5667;
    border-radius: 20px;
    color: #fff;
    font-size: 0.8em;
    font-weight: 600;
    white-space: nowrap;
}

.animal-text {
    font-size: 1em;
    font-weight: 600;
}

.option-btn {
    background-color: white;
    border: 1px solid white;
    padding: 5px;
    transition: background-color 0.5s ease;
}

.f-w-400 {
    font-weight: 400 !important;
}

.f-w-500 {
    font-weight: 500;
}

.f-w-600 {
    font-weight: 600;
}

.p-5 {
    padding: 5% !important;
}

.hr-line-style {
    border: 1px solid #edf1f5;
}

.animal-spec-box li {
    margin-bottom: 15px;
}

.font-14 {
    font-size: 14px
}

.font-16 {
    font-size: 16px
}

.font-18 {
    font-size: 18px
}

/*Dashboard*/
.table-text {
    color: #7f8284;
    font-weight: 400;
}
.dashboard-stats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.border-table {
    border-bottom: 2px solid #9b9d9f;
}

.table-header {
    font-size: 1.3em;
    font-weight: 500;
    text-transform: capitalize;
}

/*Admin Analytics*/
.message-not-results {
    color: rgb(255, 0, 0);
    font-size: 1.1em;
    font-weight: 400;
}

.info-title {
    color: #85af5b;
    cursor: pointer;
    font-weight: 400;
    transition: color 0.5s ease;
}

.info-title:hover {
    color: #3d5427;
}

.gray-background {
    background-color: #d9d9d9;
}

.bordered {
    border: 1px solid #000;
    height: 25px;
}

/* DASHBOARD */

.dashboard-redirect:hover {
    color: #2a6c0c !important;
    /*font-size: 1.5em;*/
    /*transition: color 0.5s ease, font-size 0.2s ease;*/
    background: #ececec;
}

.footer-modal{
    display: flex;
    justify-content: center;
    align-items: center;
}

.width-column table{
    width: 250px;
}
.width-column th ,.width-column td{
    width: 100px;
    word-wrap: break-word;
}

.table-hover-color:hover{
    background-color: #ff000075;
    cursor: pointer;
}

.ceil-body-condition {
    background-color: #a2e18626;
}

.ceil-weight {
    background-color: rgba(15, 131, 232, 0.15);
}

.text-black-important a {
    color: black !important;
}

.input-inf:hover {
    color: #85af5b;
    cursor: pointer;
    font-weight: 400;
    transition: color 0.5s ease;
}

/*Treatment*/
.icon-warning {
    color: #ea7b09;
    font-size: 2.6em;
}

.treatment-difference {
    border-radius: 15px;
    font-weight: 500;
    text-align: center;
}

.treatment-difference-count {
    display: flex;
    justify-content: space-around;
    margin: 10px;
}

.font-1 {
    font-size: 1.2em;
}

.font-2 {
    font-size: 2em;
}

.font-3 {
    font-size: 3em;
}

.stat-widget {
    height: 155px;
}


#widget-averageDailyWeight.show {
    opacity: 1;
    transition: opacity 0.5s linear;
}

#widget-averageDailyWeight.hide {
    opacity: 0;
}

.drag-item.over {
    border: 3px dotted #666;
}

.drag-item {
}

.shake {
    animation-duration: 2s;
    animation-name: shake;
    animation-iteration-count: infinite;
    cursor: grabbing;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.padding-left-10 {
    padding-left: 10px;
}

.animal-search-trash:hover {
    cursor: pointer;
    color: #ba0000;
    font-size: 15px;
}

.widgets-header-text {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.white-box-cards {
    padding: 10px !important;
}

.widget-card-style {
    display: flex;
    flex-wrap: wrap;
    justify-content: initial;
}

.chartBox canvas {
    width: 200px;
}

.expense-box {
    margin-right: 12px;
    font-size: 30px;
    font-weight: 500;
}

.expense-box .negativeValue {
    color: #ba0000 !important;
}

.expense-box .positiveValue {
    color: var(--region-color);
}

.text-end {
    text-align: end;
}

.white-box-tags {
    padding: 15px;
}

.line-h-25 {
    line-height: 25px;
}

.font-20 {
    font-size: 20px;
}

.font-30 {
    font-size: 30px;
}

.flex-align {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-align-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-align-center-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.flex-align-center-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-align-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.table-grid-right-border {
    border-right: 2px solid #ddd;
}

.table-grid-left-border {
    border-left: 2px solid #ddd;
}

.language-container {
    display: flex;
    justify-content: flex-start;
    margin-left: 20px
}

.m-r-10 {
    margin-right: 10px;
}

.report-icon {
    font-size: 60px;
    margin: 5px
}

.specs-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#panel {
    width: 200px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    float: right;
    margin: 10px;
}
.wrap-text{
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
}

.color-button {
    width: 14px;
    height: 14px;
    font-size: 0;
    margin: 2px;
    float: left;
    cursor: pointer;
}

#delete-button {
    margin-top: 5px;
}

.btn-light-primary {
    color: #000;
    background-color: #c6cdfd;
    border-color: #c6cdfd;
    box-shadow: 0 1px 0 rgb(255 255 255 / 15%);
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.w-100 {
    width: 100% !important;
}

.align-items-center {
    align-items: center !important;
}

.text-primary {
    color: #707cd2 !important;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.bg-primary {
    background-color: #707cd2 !important;
}

.ms-auto {
    margin-left: auto !important;
}

.me-auto {
    margin-right: auto !important;
}

.badge {
    display: inline-block;
    padding: 4px 7px;
    font-size: 73%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
}

.deleted-element {
    text-decoration: line-through;
}

.enabledColor{
    font-weight: bold;
    color: green;
}

.disabledColor{
    font-weight: bold;
    color: red; 
}

.divider-middle{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.divider-middle-text{
    background:#fff;
    border-radius: 15px;
    padding:0 10px;
}

.chartWrapper {
    position: relative;
  }
  
.chartWrapper > canvas {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  
.chartAreaWrapper {
    width: 600px;
    overflow-x: scroll;
  }
  


.dayEvent {
  display:none;
}

.data-style{
    font-weight: bold;
    margin-bottom: 10px;
}

.weight-chart-style{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.text-block{
    margin: 2px;
    padding: 0px;
    display: block;
    text-align: center;
}

.ubicationCard{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid rgb(1, 153, 9);
}

.dataUbication{
    padding-left: 6px;
    padding-bottom: 4px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.dataUbication2{
    padding: 4px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
 
/*card*/

.card-kpi{
    color: #d6d6d6;
    border: 1px solid;
    height: 100%;
}

/* #SearchAdvancedFilter */
.advanced-filter-container{
    display: flex;
    align-items: flex-end;
}
.advanced-search-icon-container{
    margin: 2px;
}
.advanced-input-container{
    font-size: 1.6em; 
    color: #9f9f9f;
}
.advance-input-icon{
    margin: 7px;
}

.date-range-style{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}

/* #Lot */
.black-list-animal-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.number-animal{
    color: var(--region-color) !important;
    font-weight: 700;
    font-size: 2em;
}


.headers-text{
    font-size: 14px;
    font-weight: 300;
}

.enter-as-farm-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--region-color);
    padding: 10px;
    border-radius: 10px;
    transition: background-color 0.5s ease;
}

.enter-as-farm-container:hover{
    background-color: #00e1c8;
}

#enterAsIcon{
    width:24px;
    height:24px;
    transform: rotate(270deg);
}

#exitAsIcon{
    width:24px;
    height:24px;
    transform: rotate(270deg);
}

.exit-container{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.exit-container a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #dca15d;
    padding: 6px 10px;
    border-radius: 5px;
    color: black;
    transition: background-color 0.5s ease;
}

.exit-container a:hover {
    background-color: #d9752e;
}

.exit-icon-container{
    padding: 0;
    margin: 0;
}

.capitalize{
    text-transform:capitalize;
}

.margin-sumary{
    margin-top: 1.2em !important; 
    margin-bottom: 1.2em !important;
}
