body.theme-codelco a{
    color:#e96c28;
}
body.theme-codelco a:hover{
    color:#2B4552;
}
body.theme-codelco, body.theme-codelco p, body.theme-codelco span{
    font-size: 0.8rem;
}
body.theme-codelco .app-theme-white.app-container {
    background: #2B4552 !important;
        overflow-x: hidden;
}
body.theme-codelco .app-theme-white .app-header{
    background-color:#2D2E40 !important;
}
body.theme-codelco .app-theme-white .app-sidebar{
    background-color: #2D2E40  !important;
    box-shadow: 15px 0px 15px rgb(0 0 0 / 50%);
}
body.theme-codelco .app-header .app-header__content .header-menu .nav-link {
    color: #fff;
}
body.theme-codelco .app-header .app-header__content .app-header-right {
    color: #fff;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    background-color: #fff;
}
body.theme-codelco .closed-sidebar .app-sidebar .app-sidebar__inner .metismenu-icon{
    color: #fff;
}
body.theme-codelco .app-header .app-header__content .header-menu .nav-link i{
    color:#1B1B27;
}
body.theme-codelco li.app-sidebar__heading {
    color: #fff;
}
body.theme-codelco .vertical-nav-menu li a.mm-active,
body.theme-codelco .vertical-nav-menu li a:hover{
    background-color:#FAA000;
    color: #1B1B27;
}
body.theme-codelco .vertical-nav-menu i.metismenu-state-icon, .vertical-nav-menu i.metismenu-icon{
    opacity: 1;
}
body.theme-codelco .vertical-nav-menu li a{
    color:#c5c5c5;
}
body.theme-codelco .hamburger.is-active .hamburger-inner,
body.theme-codelco .hamburger.is-active .hamburger-inner::before,
body.theme-codelco .hamburger.is-active .hamburger-inner::after{
    background-color: #fff;
}
body.theme-codelco .app-theme-white.fixed-header .app-header__logo{
    background-color: unset;
}
body.theme-codelco .app-header__logo .logo-src{
    background-image: url(/backend/oxer/images/img-logo-myriam-footer-w.svg);
}
body.theme-codelco .app-full-size{
    padding: 0;
}
body.theme-codelco .app-main__content-full {
    width: 100%;
    height: 100%;
}
body.theme-codelco .bg-dark{
    background-color: #15212b !important;
}
body.theme-codelco .footer-dark .app-footer .app-footer__inner{
    background-color:#2B4552 !important;
    color:#fff;
}
body.theme-codelco .footer-dark .app-footer .app-footer__inner a{
    color:#8c96a0;
}
body.theme-codelco .app-header .app-header__content .header-menu .nav-link {
    background-color: #FAA000;
    color: #1B1B27;
    border-radius: 6px;
}
body.theme-codelco .bg-image-mine {
    background-image: url(https://viago.ca/wp-content/uploads/2017/11/MINE-DE-CHUQUICAMATA-CHILI.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
body.theme-codelco .form-control{
    font-size: 14px;
}
body.theme-codelco .widget-content-wrapper p {
    text-transform: uppercase;
    font-style: italic;
    padding: 15px 20px 0 0;
    color: rgba(256,256,256,.7);
}
body.theme-codelco .nav-tabs .nav-link.active {
    color: #e96c28 !important
}

body.theme-codelco .nav-tabs {
    border-bottom: 1px solid #e96c28 !important
}

body.theme-codelco .nav-tabs .nav-link:hover {
    color: #e96c28 !important
}
body.theme-codelco .app-main.app-main__outer{
    margin-top: 20px;
}
body.theme-codelco .app-main .app-main__content-full {
    padding-top: 20px;
}
body.theme-codelco .fail-list .alert-fail-mode .alert-actions .fa {
    color: #fff;
}
.table-wrapper {
    display: inline-block;
    width: calc(100% - 20px);
    margin: 10px;
}

.table-wrapper thead td {
    font-weight: bold;
    text-transform: uppercase;
}
.table-wrapper tbody tr td:first-child {
    font-weight: bold;
}
.table-wrapper table {
    width: 100%;
}
.kpi-wrapper {
    display: inline-block;
    width: calc(100% - 20px);
    margin: 0 10px;
}

.kpi-container {
    display: inline-block;
    width: 49%;
    float: left;
}

.kpi-container span:first-child {
    font-size: 32px;
}

.kpi-container span {
    position: static !important;
    width: 100% !important;
    display: inline-block;
}
.kpi-container span:last-child{
    color: #9092a7;
}
.z-index-1{
    z-index: 1;
}
.p-relative{
    position: relative;
}
.btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1.25;
    transition: all 0.2s ease-in-out;
    width: auto !important;
}
.btn-primary{
    background-color: #fea050;
    border-color: #fea050 !important;
    color: #15212b !important;
}
.btn.btn-primary:hover{
    background-color:  #15212b ;
    border-color:  #15212b  !important;
    color:#fea050!important;
}
.btn-secondary{
    background-color:#2B4552 !important;
    border-color: #2B4552 !important;
    color:#fff !important;
}
.btn-light{
    background-color:#f5f5f5 !important;
    border-color: #dfdfdf !important;
    color:#333 !important;
}
.btn-light:hover{
    background-color:#dfdfdf !important;
}
.form-control:disabled{
    background-color: #e9ecef !important;
    opacity: 1;
}
body.theme-codelco .overlay-after-dark:after{
    background-color:rgba(43,69,82,.85);
    content:'';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: inline-block;
    z-index: 0;
}
.app-wrapper-footer.footer-dark {
    z-index: 1;
}
.plants-home-container {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.plant-home-container {
    display: inline-block;
    width: 38%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.plant-chart-wrapper {
    display: inline-block;
    height: 400px;
    width: 100%;
    background: rgba(0,0,0,.25);
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
    margin-bottom: 10px;
}
.plants-home-container .plant-home-container:first-child {
    left: 10%;
}

.plants-home-container .plant-home-container:last-child {
    right: 10%;
}

.legend-container {
    display: inline-block;
    position: absolute;
    /* left: 50%; */
    /* top: -1px; */
    /* transform: translateX(-50%); */
    font-size: 12px;
    line-height: 8px;
    background: #5c7988 !important;
    padding: 0 6px 6px 10px;
    margin-top: 10px;
    border-radius: 5px;
    width: 100%;
    left: 0;
    /* top: 100%; */
    text-align: center;
    bottom: 5px;
    z-index: 1;
    width: 70%;
    left: 15%;
    color: #fff;
}
.legend-container span {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #333;
    display: inline-block;
    /* margin-top: 12px; */
    /* margin-left: 10px; */
    line-height: 12px;
    margin: 5px 10px 0 2px;
    position: relative;
    top: 1px;
}
.legend-container span:nth-child(2){
  background-color:#F03E3E;
}
.legend-container span:nth-child(3){
  background-color:#ffa500;
}
.legend-container span:nth-child(4){
  background-color:#ffeb3b;
}
.legend-container span:nth-child(5){
  background-color:#30B32D;
}
.legend-container span:nth-child(5){
  background-color:#dfdfdf;
}
.legend-container p {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
}
.plant-info-container {
    display: inline-block;
    width: calc(100% - 20px);
}
.plant-info-container p {
    padding: 0;
    margin: 0 20%;
    color: #dfdfdf;
    border-bottom: 1px solid #666;
    width: 60%;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.plant-info-container p span:first-child {
    width: 45%;
    display: inline-block;
    text-align: left;
}
.plant-info-container p span:last-child {
    width: 45%;
    display: inline-block;
    text-align: right;
    font-weight: bold;
}
.plant-chart-container {
    display: inline-block;
    width: 100%;
    height: 250px;
    margin: 30px 0 20px;
}
form label.control-label{
    color:#e96c28 !important;
    margin-bottom: .25rem;
}
.form-control[readonly] {
    background-color: #fff;
}
.form-group.field-report-activity-name input {
    cursor: pointer !important;
}
.form-group.field-report-activity-name i.fa,
.form-group.field-report-date-mask i.fa{
    position: absolute;
    color:#e96c28 !important;
    right: 10px;
    bottom: 10px;
    font-size: 18px;
}
.report-activity-name-over {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: calc(100% - 20px);
    top: 20px;
    cursor: pointer;
}
body.theme-codelco  .dataTables_wrapper .dataTables_paginate span .paginate_button{
    background: #2B4552 !important;
    border-radius: 50%;
    border: none;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    color:#fff !important;
    max-height: 35px;
    padding: 0;
    min-width: 35px;
    min-height: 35px;
    line-height: 35px;
}
body.theme-codelco .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body.theme-codelco .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    border: none !important;
    background: #18252D !important;
    color:#fff !important;
}
body.theme-codelco .sub-title.card-title{
    text-transform: uppercase;
    color: #2B4552 !important;
    font-size: .88rem !important;
}
.report-image, .table-image {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
}
.main-info-panel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.text-notransform{text-transform:none !important}
span.equipment-ranking-value-1 {
    background: rgba(48,179,45,.3);
    border-radius: 3px;
    font-size: 11px;
    padding: 0px 10px;
    position: relative;
    top: 0px;
    border-color: rgba(48,179,45,1);
}
span.equipment-ranking-value-2 {
    background: rgba(255,236,58,.3);
    border-radius: 3px;
    font-size: 11px;
    padding: 0px 10px;
    position: relative;
    top: 0px;
    border: rgba(255,236,58,1);
}
span.equipment-ranking-value-3 {
    background: rgba(255,165,0,.3);
    border-radius: 3px;
    font-size: 11px;
    padding: 0px 10px;
    position: relative;
    top: 0px;
    border:rgba(255,165,0,.3);
}
span.equipment-ranking-value-4 {
    background: rgba(240,62,62,.3);
    border-radius: 3px;
    font-size: 11px;
    padding: 0px 10px;
    position: relative;
    top: 0px;
    border: rgba(240,62,62,.3);
}
span.equipment-ranking-value-5 {
    background: rgba(124,124,124,.3);
    border-radius: 3px;
    font-size: 11px;
    padding: 0px 10px;
    position: relative;
    top: 0px;
    border: rgba(124,124,124,.3);
}

.mb-40{
    margin-bottom: 40px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-10{
    margin-bottom: 10px;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}

.component-container {
    display: inline-block;
    width: 100%;
    height: 150px;
    background: #ffffff3b;
    border-radius: 10px;
    position: relative;
}

.component-container label {
    width: 50%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 25%;
}

.component-container img {
    height: 80px;
}

.component-status {
    position: absolute;
    width: 5px;
    height: 90%;
    left: 3px;
    top: 5%;
    display: inline-block;
    border-radius: 3px;
}

.component-status.component-status-1 {background: red;}

.components-container {
    display: inline-block;
    width: calc(100% - 20px);
    margin: 0 10px;
}
body.theme-codelco .component-container span {
    position: static;
    text-align: center;
    font-size: 32px !important;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 30px 0 10px;
}
.row.row-header-alarm span {
    position: static;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px dashed #666;
    width: 100% !important;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.border-dotted-r{
    border-right: 1px dotted #999;
}
.br-r-5{
    border-radius: 5px 0 0 5px;
}
.br-l-5{
    border-radius: 0 5px 5px 0;
}
.row.row-info-alarm span {
    text-align: center;
    position: static;
}

.row-table-container .row.row-info-alarm {
    padding-top: 5px;
    padding-bottom: 5px;
}
.fixed-sidebar .app-main .app-main__outer {
    z-index: 9;
    padding-left: 80px;
}
textarea.form-control {

    background: rgba(0,0,0,.3);
    color: #fff;
    border-color: #999;
}

textarea.form-control:focus {
    background: rgba(0,0,0,.3);
    color: #fff;
}
@media (max-width: 1366px) {
    body.theme-codelco, body.theme-codelco p, body.theme-codelco span{
        font-size: 0.7rem;
    }
    textarea.form-control {
        font-size: 0.7rem!important;

    }
    .small-text-container textarea.form-control {

        height: 40px !important;
    }
    .main-alert-container.equipment-container h3 {
        /* margin-bottom: 0!important; */
        padding-bottom: 0!important;
    }
    .row.row-info-alarm span {
        max-height: 30px;
        overflow: hidden;
        display: inline-block;
        text-align: left;
    }
    .main-alert-container .row.row-header-alarm span {
        margin-bottom: 2.5px;
    }
    .equipment-container.analisis-prescriptive-container .row-table-container{
        padding: 0 10px;
        height: 160px;
        overflow: hidden;
        display: inline-block;
        width: 100%;
        padding-bottom: 10px;
    }
    a.mt-2.btn-small.float-right.btn.btn-primary {
        font-size: .7rem;
        padding: 0px!important;
        position: absolute;
        right: 16px;
        bottom: -5px;
        display: inline-block;
        height: 15px;
        width: 40px !important;
    }

    .camion-container .equipment-img-container {

    }
    .graphs-containers b {
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
        height: 20px;
        display: inline-block;
        word-break: break-all;
        white-space: nowrap;
    }
    .belt-container.equipment-container .equipment-img-title {
        margin-top: 25%!important;
        padding-bottom: 0!important;
    }
    .alert-fail-mode span {
        width: calc(100% - 15px)!important;
        padding-left: 5px!important;
        margin-top: 1px!important;
    }

    .fail-list img {
        width: 15px!important;
        height: 15px!important;
        margin: 0!important;
        margin-left: -5px!important;
        margin-right: 5px!important;
    }
    .camion-container.camion-62-container.equipment-container h3 {
    margin-top: 24%!important;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}

    .camion-container.camion-62-container .equipment-img-container {
        background-size: 52%;
        background-position: center 22px;
    }
    .alert-fail-mode {
        /* margin-left: 0; */
    }

    .alert-actions {
        right: 22px;
    }
    .belt-container .equipment-img-container {
        background-size: 65%;
        background-position: center 35px;
    }
}