/* COLORES B�0�9SICOS SISTEMA */
:root {
	--color-sistema: #E4002B;
	--color-sistema-opacidad-25: rgba(228, 0, 43, 0.25);
	--color-sistema-opacidad-50: rgba(228, 0, 43, 0.50);
	--color-sistema-opacidad-75: rgba(228, 0, 43, 0.75);
	
	--color-verisure: #E4002B;
	--color-verisure-opacidad-25: rgba(228, 0, 43, 0.25);
	--color-verisure-opacidad-50: rgba(228, 0, 43, 0.50);
	--color-verisure-opacidad-75: rgba(228, 0, 43, 0.75);
}

.bg-sistema{
    background-color: #E4002B!important;
}

.bg-sistema-25 {
  background-color: rgba(228, 0, 43, 0.25);
}

.bg-sistema-50 {
  background-color: rgba(228, 0, 43, 0.5);
}

.bg-sistema-75 {
  background-color: rgba(228, 0, 43, 0.75);
}

.color-sistema{
    color: #E4002B!important;
}
.border-color-sistema{
    border-color: #E4002B!important;
}

.border-sistema{
    border: 1px solid #E4002B!important
}

.border-sistema-25{
    border: 1px solid rgba(228, 0, 43, 0.25)!important
}

.border-sistema-2px{
    border: 2px solid #E4002B!important
}

.bg-red-verisure{
    background-color: #E4002B!important;
}

.bg-red-verisure-25 {
  background-color: rgba(228, 0, 43, 0.25);
}

.bg-red-verisure-50 {
  background-color: rgba(228, 0, 43, 0.5);
}

.bg-red-verisure-75 {
  background-color: rgba(228, 0, 43, 0.75);
}

.color-red-verisure{
    color: #e4002b!important;
}

.bg-white{
    background-color: #FFF!important;
}

.color-white{
    color: #FFF!important;
}

.bg-black{
    background-color: #000!important;
}

.color-black{
    color: #000!important;
}

.btn-dark{
  background-color: #636466!important;
  border-color: #636466!important;
}

.bg-celeste{
    background-color: #299CDB!important;
}

.color-celeste{
    color: #299CDB!important;
}

.bg-red{
    background-color: #FF0000!important;
}

.bg-red-75{
    background-color: rgba(255, 0, 0, 0.75)!important;
}

.bg-red-50{
    background-color: rgba(255, 0, 0, 0.5)!important;
}

.bg-red-25{
    background-color: rgba(255, 0, 0, 0.25)!important;
}

.bg-red-10{
    background-color: rgba(255, 0, 0, 0.25)!important;
}

.color-red{
    color: #FF0000!important;
}

.bg-green{
    background-color: #008F39!important;
}

.bg-green-75{
    background-color: rgba(0, 143, 57, 0.75)!important;
}

.bg-green-50{
    background-color: rgba(0, 143, 57, 0.5)!important;
}

.bg-green-25{
    background-color: rgba(0, 143, 57, 0.25)!important;
}

.bg-green-10{
    background-color: rgba(0, 143, 57, 0.10)!important;
}

.color-green{
    color: #008F39!important;
}

.bg-orange{
    background-color: #FF8000!important;
}

.bg-orange-75{
    background-color: rgba(255, 128, 0, 0.75)!important;
}

.bg-orange-50{
    background-color: rgba(255, 128, 0, 0.5)!important;
}

.bg-orange-25{
    background-color: rgba(255, 128, 0, 0.25)!important;
}

.bg-orange-10{
    background-color: rgba(255, 128, 0, 0.10)!important;
}

.color-orange{
    color: #FF8000!important;
}

.badge-aprobadoCorporativo{
  background-color: #00a37d!important;
  color: #fff;
}

.badge-amarilloCorporativo{
  background-color: #ffc632!important;
}

.grisCorporativo{
  background-color: #aca397!important;
  border-color: #958676!important;
  color: #fff!important;
}

.fondoAzulCorporativo{
  background-color: #236093!important;
  border-color: #236093!important;
}
/***************************/

/* COLORES ESTADOS */
.bg-crea{
    background-color: #9B9B9B!important;
}

.bg-asig{
    background-color: #C7A7A7!important;
}

.bg-inic{
    background-color: #6A1D69!important;
}

.bg-espe{
    background-color: #FF8000!important;
}

.bg-comp{
    background-color: #00AAE4!important;
}

.bg-deri{
    background-color: #804000!important;
}

.bg-apro{
    background-color: #51983B!important;
}

.bg-reev{
    background-color: #F34519!important;
}

.bg-rech{
    background-color: #CC3333!important;
}

.bg-aa{
    background-color: #382781!important;
}

.bg-canc{
    background-color: #292929!important;
}

.bg-come{
    background-color: #F9829B!important
}

.color-crea{
    color: #9B9B9B!important;
}

.color-asig{
    color: #C7A7A7!important;
}

.color-inic{
    color: #6A1D69!important;
}

.color-espe{
    color: #FF8000!important;
}

.color-comp{
    color: #00AAE4!important;
}

.color-deri{
    color: #804000!important;
}

.color-apro{
    color: #51983B!important;
}

.color-reev{
    color: #F34519!important;
}

.color-rech{
    color: #CC3333!important;
}

.color-aa{
    color: #382781!important;
}

.color-canc{
    color: #292929!important;
}

.color-come{
    color: #F9829B!important;
}


.border-come-1px{
    border: 1px solid #F9829B!important
}

.border-come-2px{
    border: 2px solid #F9829B!important
}

/***************************/

/* Form Switch */

/*.form-switch .form-check-input{*/
/*    width: 3em!important;*/
/*}*/

/*.form-check-input{*/
/*    height: 1.5em!important;*/
/*}*/

.form-check-input-red:checked {
    background-color: #e4002b!important;
    border-color: #e4002b!important;
}
.form-check-input-orange:checked {
    background-color: #222d32!important;
    border-color: #222d32!important;
}
.form-check-input-green:checked {
    background-color: #00a65a!important;
    border-color: #00a65a!important;
}
.form-check-input-sistema:checked {
    background-color: #E4002B!important;
    border-color: #E4002B!important;
}

/* Botón Adjuntar */

input[type=file].btnFile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
 }

label[for=btnFile_01]{
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden;
     display: inline-block;
     transition: all .5s;
     cursor: pointer;
     text-align: center;
}

/***************************/

/* Color NavBar */

[data-layout=vertical][data-sidebar=dark] .navbar-menu{
    background-color: #E4002B!important;
    border-right: 1px solid #E4002B!important;
}
[data-layout=vertical][data-sidebar=dark][data-sidebar-size=sm] .navbar-brand-box{
    background-color: #E4002B!important;
}
[data-layout=vertical][data-sidebar-size=sm] .navbar-menu .navbar-nav .nav-item:hover>a.menu-link{
    background-color: #E4002B!important;
}
[data-layout=vertical][data-sidebar=dark] .menu-title{
    color: #FFF!important;
    font-weight: bold;
}
/***************************/

/* COLOR TABLAS */

.table>thead {
    background-color: #E4002B!important;
    color: #FFF;
}
table.dataTable.dataTable_width_auto {
  width: auto;
}
/***************************/

/* Timeline */
.timeline-item .date{
    top: 35px!important;
}

.timeline-item .icon{
    font-size: 40px;
}

.timeline::after{
    background: var(--vz-border-color);
}


/***************************/

/* Barra de Estados Orden de Compra */

.breadcrumbEOC {
  /* font-family: Arial, Helvetica, sans-serif; */
  padding: 0px;
  background: transparent;
  list-style: none;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  display: flex;
}

.breadcrumbEOC > li {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.breadcrumbEOC > li > a {
  color: white;
  text-decoration: none;
  padding: 10px 0 10px 45px;
  position: relative;
  display: inline-block;
  width: calc(100% - 0px);
  background-color: hsla(0, 0%, 83%, 1);
  text-align: center;
  text-transform: capitalize;
}

.breadcrumbEOC li.completed a {
  background: brown;
  background: #00a37d;
}

.breadcrumbEOC li.completed a:after {
  border-left: 30px solid #00a37d;
}

.breadcrumbEOC li.active a {
  background: #ffc107;
}

.breadcrumbEOC li.active a:after {
  border-left: 30px solid #ffc107;
}

.breadcrumbEOC li.rejected a {
  background: #e30613;
}

.breadcrumbEOC li.rejected a:after {
  border-left: 30px solid #e30613;
}

.breadcrumbEOC li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.breadcrumbEOC li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.breadcrumbEOC li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

.breadcrumbEOC li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid hsla(0, 0%, 83%, 1);
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

@media only screen and (max-width: 1400px) {
  .breadcrumbEOC li a {
    font-size: 14px;
    padding: 8px 0 8px 35px;
  }

  .breadcrumbEOC li a:before {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid white;
  }

  .breadcrumbEOC li a:after {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0px solid hsla(0, 0%, 83%, 1);
  }

  .breadcrumbEOC li:not(:first-child) a:before {
    left: 0;
    border-left: none;
    border-right: 0px solid white;
  }

  .breadcrumbEOC li.completed a:after {
    border-left: 20px solid #00a37d;
  }

  .breadcrumbEOC li.active a:after {
    border-left: 20px solid #ffc107;
  }

  .breadcrumbEOC li.rejected a:after {
    border-left: 20px solid #e30613;
  }
  .breadcrumbEOC > li {
    display: contents;
  }
}
/***************************/

/* Botones Flotantes */

.btn-flotante-container{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: fixed;
    bottom: 20%;
    width: 200px;
    z-index: 99;
    
    right: -155px;
    /*right: 0px;*/
}

.botones-flotante a{
    list-style: none;
    text-decoration: none;
    background-color: var(--color-verisure-opacidad-25);
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 10px;
    height: 46px;
    border-radius: 25px;
    
    transition: all 0.25s ease-in-out;
}

.botones-flotante a:hover{
    background-color: var(--color-verisure);
    margin-left: -110px;
}

.botones-flotante a span{
    margin: 0 10px;
    font-size: 28px;
    color: var(--color-verisure);
}

.botones-flotante a:hover span{
    color: white;
}

.botones-flotante a p{
    font-size: 1.1 rem;
    color: white;
    font-weight: 900;
    margin: 0px;
}

@media only screen and (max-width: 1024px) 
{
    .btn-flotante-container{
        right: -160px;
    }
    
    .botones-flotante a{
        height: 36px;
    }

    .botones-flotante a:hover{
        margin-left: -100px;
    }

    .botones-flotante a span{
        font-size: 22px;
    }

}

/***************************/
