@font-face {
  font-family: "SF Pro Display";
  src: local("SF Pro Display"),
    url("../fonts/SFPRODISPLAYBOLD.otf") format("opentype"), url("../fonts/SFPRODISPLAYBOLD.woff") format("woff");
}
@font-face {
  font-family: "SF Pro Display medium";
  src: local("SF Pro Display medium"),
    url("../fonts/SFPRODISPLAYMEDIUM.otf") format("opentype"), url("../fonts/SFPRODISPLAYMEDIUM.woff") format("woff");
}
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-9');
@import url("../lib/bootstrap-icons-1.9.1/font/bootstrap-icons.css");
*, *:before, *:after {
  box-sizing: border-box;
}
body{
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
body.detail {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}
.navbar>.container-fluid{
    justify-content: space-between;
   /* flex-wrap: nowrap;*/
}
a.subtitle-link, a.subtitle-link:visited{
    color: rgba(0, 0, 0, 0.55);
}
/* sidebar */
.site {
    display: flex;
    flex-wrap: nowrap;
}
.sfdisplaybold{
    font-family: "SF Pro Display" !important;
    font-weight: 600 !important;
}
.sfdisplay{
    font-family: "SF Pro Display medium" !important;
}
.dropdown-menu li{
    border-bottom: solid 1px #818181;
}
.dropdown-menu li:last-child{
    border-bottom: none;
}
.dropdown-item{
    white-space: normal;
}
#sidebar{
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#sidebar {
    width: 4.5rem;
}
#sidebar.show {
    width: auto;
}
#sidebar .item-desc{
    display: none;
}
#sidebar small{
    display: none;
}
#sidebar.show .item-desc{
    display: inline-block;
}
#sidebar.show small{
    font-size: 0.6rem;
}
#sidebar.show small{
    display: inline-block;
}

#sidebar ul.nav{
    text-align: center;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#sidebar.show ul.nav{
    text-align: left;
}
#sidebar.show .nav-link span{
    font-size: 0.75rem;
}
#sidebar-container{
    min-height: 100vh;
    /*min-height: -webkit-fill-available;*/
}
#sidebar .nav-pills .nav-link{
    color: rgba(0,0,0,0.55);
}
#sidebar .nav-pills .nav-link:hover{
    color: rgba(0,0,0,0.90);
}
.nav-pills .nav-link.active, #sidebar .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #4a4a4a;
}
.nav-pills .nav-link.active:hover, #sidebar .nav-link.active:hover, .nav-pills .show>.nav-link:hover {
    color: #dddddd;
    background-color: #2c2c2c;
}
#main-content {
    /* Take the remaining width */
    flex: 1;

    /* Make it scrollable */
    overflow: auto;
}
/* end sidebar */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
     font-weight: 300;   
}
a{
    color: rgba(0,0,0,0.75);
    text-decoration: none;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover{
    color: rgba(0,0,0,1);
    text-decoration: none;
}
a:visited{
    color: rgba(0,0,0,0.55);
    text-decoration: none;
}
a:not([href]) {
    cursor: pointer;
}
.text-gray{
    color: #858585;
}
img.logo{
    max-width: 50px;
}
body.detail img.logo{
    max-width: 40px;
}
.btn{
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.input-group .btn{
    box-shadow: none;
}
.input-group .btn-primary{
    border: 1px solid #ced4da;
}
.btn.btn-link{
    box-shadow: none;
    color: #000000;
    padding: 0;
    text-decoration: none;
}
.btn-primary, .btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: #868686;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33,37,41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-gradient: none;
}
.btn.btn-primary.alert-danger, .btn.alert-danger, a.btn-danger, .card.alert-danger, .card-body.alert-danger{
    border: solid 1px #f5c2c7;
    background-color: #f8d7da;
    color: #842029;
}
.btn.btn-primary.alert-current, .btn.alert-current, a.btn-current, .card.alert-current, .card-body.alert-current{
    border: solid 1px #b6d4fe;
    background-color: #cfe2ff;
    color: #084298;
}
.btn.btn-primary.alert-success,.btn.btn-primary.alert-green, .btn.alert-success,.btn.alert-green, a.btn-success, a.btn-green, .card.alert-green, .card.alert-success, .card-body.alert-success, .card-body.alert-green{
    border: solid 1px #c3e6cb;
    background-color: #d4edda;
    color: #155724;
}
.btn.btn-current, .btn.btn-blue{
    color: #ffffff;
    border: solid 1px #0d6efd;
    background-color: #0d6efd;
}
.btn.btn-current:hover, .btn.btn-blue:hover{
    color: #ffffff;
    border: solid 1px #0a58ca;
    background-color: #0b5ed7;
}
.btn.btn-white{
    color: #212529;
    border: solid 1px #0000002d;
    background-color: #fff;
}
.btn.btn-white:hover{
    color: #ffffff;
    border: solid 1px #212529;
    background-color: #212529;
}
.btn.btn-green:hover{
    color: #fff;
    border: solid 1px #157347;
    background-color: #157347;
}
#current-devices .card{
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
    border: none;
}
.owl-dots{
    text-align: center;
}
.owl-carousel button.owl-dot{
    background-color: #ced4da;
    min-height: 1rem;
    min-width: 1rem;
    border-radius: 100%;
    margin: 0.3rem;
}

.owl-carousel button.owl-dot.active{
    background-color: #ffae51;
}
#map{
    border: solid 1px green;
}
.progress {
    --bs-progress-height: 0.5rem;
    height: 0.5rem;
}
.progress-bar{
    background-color: #fa6060;
}
.progress-bar.good{
    background-color: #4d4d4d;
}
.list-group .badge, .badge{
    background-color: #4d4d4d;
}
.card > .badge{
    position: absolute;
    top: 1rem;
    right: 1rem;
    
}

/* DETAIL */

header.equipment-header{
    position: relative;
/*    text-align: right;*/
    padding: 1rem;
    background-color: #f2f2f2;
    border-left: solid 1px
}
/*header.equipment-header:before{
    content: '';
    display: block;
    background-color: aqua;
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    top:-0.35rem;
    left: 1.25rem;
}*/

header.equipment-header h2{
    font-size: 1rem;
    margin: 0;
}

.list-group-item.alert-danger{
    border: solid 1px #f5c2c7;/*#842029;*/
    background-color: #f8d7da;
    color: #842029;
}
.list-group-item.alert-current{
    border: solid 1px #b6d4fe;
    background-color: #cfe2ff;
    color: #084298;
}
.list-group-item.alert-current{
    border: solid 1px #b6d4fe;
    background-color: #cfe2ff;
    color: #084298;
}
.list-group-item.alert-danger .btn-outline-secondary{
    background-color: #ffffff;
}
.bitacora-list-item{
    padding: 1.5rem 1rem;
}
.bitacora-list-item .form-floating>.form-control {
    height: calc(6.5rem + 2px);
    line-height: 1.25;
}

.form-check-input:checked {
    background-color: #ffaf52;
    border-color: #000000;
}
.form-check-input:focus {
    border-color: #222222;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 175, 82, 0.25);
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffcb8e'/%3e%3c/svg%3e");
}
.estado-desc{
    font-family: "SF Pro Display medium";
    font-weight: 300;
    /*font-size: 1.5rem;*/
    font-size: calc(1.275rem + .3vw);
    margin-top: 0;
    margin-bottom: 0;
    /*font-weight: 500;*/
    line-height: 1.2;
}
.text-red, .text-danger, .txt-red, .txt-danger{
    color: #fa6060 !important;
}
.text-blue, .text-current, .txt-current, .txt-blue{
    color: #084298 !important;
}
/**/
/*
.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}*/

/* table */

table.two-axis tr td:first-of-type {
  background: #cadde1;
}
 #datos-varios{
        white-space: normal;
        word-break: break-all;
        
    }


/* datos-varios */
table#datos-varios{
    width: 100%;
}
/* tr:hover */
table#datos-varios .progress{
    background-color: #c1c1c1;
    margin: auto;
}
table#datos-varios td, table#datos-varios th, table#catalogo-partes-slt-88d td, table#catalogo-partes-slt-88d th{
    vertical-align: middle;
    text-align: center;
}
table#datos-varios tr td:first-child {
  width: 15%;
}
table#datos-varios tr td:nth-child(2) {
  width: 18%;
}
table#datos-varios tr td:nth-child(3) {
  width: 10%;
}
table#datos-varios tr td:nth-child(4) {
  width: 10%;
}
table#datos-varios tr td:nth-child(5) {
  width: 10%;
}
table#datos-varios tr td:nth-child(6) {
  width: 5%;
}
table#datos-varios tr td:nth-child(7) {
  width: 12%;
}
table#datos-varios tr td:nth-child(8) {
  width: 15%;
}

/*table#datos-varios tr td:nth-child(9) {
  width: 8%;
}
table#datos-varios tr td:nth-child(10) {
  width: 8%;
}
table#datos-varios tr td:nth-child(11) {
  width: 8%;
}
table#datos-varios tr td:last-child {
  width: 6%;
}*/


/* TABLAS DE EQUIPOS */
table#lista-de-equipos{
    width: 100%;
}
/* tr:hover */
table#lista-de-equipos .progress{
    background-color: #c1c1c1;
    margin: auto;
}
table#lista-de-equipos td, table#lista-de-equipos th, table#catalogo-partes-slt-88d td, table#catalogo-partes-slt-88d th{
    vertical-align: middle;
    text-align: center;
}
table#lista-de-equipos tr td:first-child {
  width: 20%;
    text-align: left;
}
table#lista-de-equipos tr td:nth-child(2) {
  width: 20%;
}
table#lista-de-equipos tr td:nth-child(3) {
  width: 20%;
}
table#lista-de-equipos tr td:nth-child(4) {
  width: 20%;
}
table#lista-de-equipos tr td:nth-child(5) {
  width: 10%;
}
table#lista-de-equipos tr td:last-child {
  width: 10%;
}
/* tabla produccion */
table#produccion-de-equipos{
    width: 100%;
}
/* tr:hover */
table#produccion-de-equipos .progress{
    background-color: #c1c1c1;
    margin: auto;
}
table#produccion-de-equipos td, table#produccion-de-equipos th{
    vertical-align: middle;
    text-align: center;
}
table#produccion-de-equipos tr td:first-child {
  width: 30%;
}
table#produccion-de-equipos tr td:nth-child(2) {
  width: 30%;
}
table#produccion-de-equipos tr td:nth-child(3) {
  width: 20%;
}
table#produccion-de-equipos tr td:last-child {
  width: 20%;
}
/* */
table#catalogo-partes-slt-88d tr td:first-child {
  width: 10%;
}
table#catalogo-partes-slt-88d tr td:nth-child(2) {
  width: 10%;
}
table#catalogo-partes-slt-88d tr td:nth-child(3) {
  width: 30%;
}
table#catalogo-partes-slt-88d tr td:nth-child(4) {
  width: 10%;
}
table#catalogo-partes-slt-88d tr td:nth-child(4) {
  width: 10%;
}
table#catalogo-partes-slt-88d tr td:last-child {
  width: 30%;
}
h2#page-title {
    font-size: calc(1.1rem + .9vw);
}
@media only screen and (max-width: 568px) {
    h2#page-title{

        white-space: normal;
        font-size: calc(1rem + .9vw);
    }
  table.two-axis tr td:first-of-type,
  table.two-axis tr:nth-of-type(2n+2) td:first-of-type,
  table.two-axis tr td:first-of-type:before {
    background: #3584b3;
    color: #ffffff;
  }

  table.two-axis tr td:first-of-type {
    border-bottom: 1px solid #e4ebeb;
  }

  table.two-axis tr td:first-of-type:before {
    padding-bottom: 10px;
  }
}
/* */
 /*.text-center{
        text-align: center;
    }*/


table.manteniminto {
  background: white;
  border-collapse: collapse;
  margin: 1.25em 0 0;
  width: 100%;
}

table.manteniminto tr,
table.manteniminto th,
table.manteniminto td {
  border: none;
  border-bottom: 1px solid #e4ebeb;
  font-family: 'Lato', sans-serif;
  font-size: .875rem;
}

table.manteniminto th,
table.manteniminto td {
  padding: 10px 12px;
  text-align: left;
}

table.manteniminto th {
  background: #56a2cf;
  color: #ffffff;
  text-transform: uppercase;
}

table.manteniminto tr td {
  background: #eaf3f5;
  color: #999999;
}

table.manteniminto tr:nth-of-type(2n+2) td {
  background: #ffffff;
}

table.manteniminto.bt tfoot th,
table.manteniminto.bt tfoot td,
table.manteniminto.bt tbody td {
  font-size: .8125rem;
  padding: 0;
}

table.manteniminto.bt tfoot th:before,
table.manteniminto.bt tfoot td:before,
table.manteniminto.bt tbody td:before {
  background: #56a2cf;
  color: white;
  margin-right: 10px;
  padding: 2px 10px;
}

table.manteniminto.bt tfoot th .bt-content,
table.manteniminto.bt tfoot td .bt-content,
table.manteniminto.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.manteniminto.bt tfoot th:first-of-type:before,
table.manteniminto.bt tfoot th:first-of-type .bt-content,
table.manteniminto.bt tfoot td:first-of-type:before,
table.manteniminto.bt tfoot td:first-of-type .bt-content,
table.manteniminto.bt tbody td:first-of-type:before,
table.manteniminto.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

table.manteniminto.bt tfoot th:last-of-type:before,
table.manteniminto.bt tfoot th:last-of-type .bt-content,
table.manteniminto.bt tfoot td:last-of-type:before,
table.manteniminto.bt tfoot td:last-of-type .bt-content,
table.manteniminto.bt tbody td:last-of-type:before,
table.manteniminto.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}



    table.mantenimiento{
        border: solid 1px #333333;
    }
    table.mantenimiento th, table.mantenimiento td{
        border: solid 1px #333333;
        text-align: center;
    }
    table.mantenimiento th {
    background: #d9d9d9;
    color: rgb(33, 37, 41);
    text-transform: uppercase;
        
}
    table.mantenimiento tr td{
        color: rgb(33, 37, 41);
        background-color: rgba(0, 0, 0, 0.03);
    }
    table.mantenimiento.two-axis tr td:first-of-type{
        background-color: #eaeaea;
    }
    @media only screen and (max-width: 568px){
        table.mantenimiento{
            border-bottom:  solid 1px #333333;
        }
        table.mantenimiento.two-axis tr td:first-of-type {
            /*border-bottom: 1px solid #333333;*/
        }
        table.mantenimiento.two-axis tr td:first-of-type, table.mantenimiento.two-axis tr:nth-of-type(2n+2) td:first-of-type, table.mantenimiento.two-axis tr td:first-of-type:before {
            background: #d9d9d9;
            color: rgb(33, 37, 41);
        }
        table.mantenimiento.bt tfoot th .bt-content, table.mantenimiento.bt tfoot td .bt-content, table.mantenimiento.bt tbody td .bt-content {
            display: flex;
            padding: 1rem 0.5rem;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }
        table.mantenimiento.bt tfoot th .bt-content, table.mantenimiento.bt tfoot td .bt-content, table.mantenimiento.bt tbody td .bt-content{
            vertical-align: middle;
            width: 100%;
        }
        table.mantenimiento.bt tfoot th, table.mantenimiento.bt tfoot td, table.mantenimiento.bt tbody td{
            align-items: center;
        }
        table.mantenimiento.bt tfoot th::before, table.mantenimiento.bt tfoot td::before, table.mantenimiento.bt tbody td::before{
            width: 50%;
            content: attr(data-th) ": ";
            display: flex;
            -webkit-flex-shrink: 0;
            -ms-flex-shrink: 0;
            flex-shrink: 0;
            font-weight: bold;
            /* width: 6.5em; */
            height: 100%;
            justify-content: center;
            /* align-items: stretch; */
        }
        table.mantenimiento.bt tfoot th:before, table.mantenimiento.bt tfoot td:before, table.mantenimiento.bt tbody td:before{
            background-color: #f7f7f7;
            margin-right: 0;
            color: rgb(33, 37, 41);
        }
        table.mantenimiento br{
            display: none;
        }
        table.mantenimiento tr{
            border-bottom: solid 1px #333333;
        }
    }


/* FAQ */
.accordion p {
    font-weight: 300;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #f2f2f2;
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 #e8e8e8;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233c3c3c'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
 /* fases del servicio */ 

.fases-servicio {
        text-align: start;
    list-style: none;
    padding: 0;
    margin: 0;
    border-left: 4px solid #dee2e6;
    position: relative;
}
    .fases-servicio h5{
        text-transform: capitalize;
        font-size: 1.1rem;
    } 
    .fases-servicio p, .fases-servicio small, .fases-servicio * {
    text-align: justify;
        font-size: .875em;
}

.fase {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}


.fase::before {
    position: absolute;
    left: -0.9rem;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 1.25rem;
    font-size: 1.25rem;
    font-family: "bootstrap-icons";
    border: solid 3px #ffffff;
    border-radius: 100%;
    color: #808080;
}
ol .fase:nth-child(1)::before {
   content: '\F796';
}
ol .fase:nth-child(2)::before {
   content: '\F79C';
}
ol .fase:nth-child(3)::before {
   content: '\F7A2';
}
ol .fase:nth-child(4)::before {
   content: '\F7A8';
}
ol .fase:nth-child(5)::before {
   content: '\F7AE';
}
ol .fase:nth-child(6)::before {
   content: '\F7B4';
}
ol .fase:nth-child(7)::before {
   content: '\F7BA';
}
ol .fase:nth-child(8)::before {
   content: '\F7C0';
}
ol .fase:nth-child(9)::before {
   content: '\F7C6';
}
.fase.f1 {
   content: '\F796';
}
.fase.current::before {
     content: "\F590";
    color: #5bbad5;
}

/*.fase::before,*/ .fase.pending::before{ /*, .fase.end::before */
    content: "\F287";
}
.fase.completed::before{
    content: "\F26A";
}
.fase.cancel::before {
    content: "\F622";
}
.fase.current.cancel::before {
    color: #ff0000;
}
.fase.tool::before {
    content: "\F78E";
}
.fase.current.tool::before {
    color: #5bbad5;
}
.fase.alerts::before {
    content: "\F332";
}
.fase.current.alerts::before {
    color: #000000;
    border-color: #ffc107;
}
.fase.current h5{
    line-height: 1.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #5bbad5;
}
.fase.current p  {
    font-size: 1rem;
    line-height: 1em;
    color: #000000;
}

 .fase.current.cancel h5 {
    color: #ff0000;
}
 .fase.current.alerts h5 {
    color: #000000;
}
.fase.end .desc, .fase.end p, .fase.end small{
    display: none;
} 
@media only screen and (max-width: 568px){
    h2#page-title {
        white-space: normal;
        font-size: 1rem;
    }

    
}

@media (max-width: 768px) {

    .navbar>.container-fluid{
        justify-content:flex-start;
    }
    .navbar-toggler {
        margin-right: 1rem;
        flex-wrap: nowrap;
    }
}
@media (min-width: 1200px) {
    h2#page-title {
        font-size: calc(1.1rem + .9vw);
    }
}