/* CSS Document */

/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 30px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 5px;

}

code {
  font-size: 80%;
}



/*-----charly   ----*/
.breadcrumb {
	padding-inline-start: 20px;
	 margin-bottom: 0px;

}

.breadcrumb-container {
  padding-top: 70px;
}

body > .container-fluid {
  padding: 30px 0px 0px;

  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;

}



.main {
  padding: 0px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    /*position: fixed;*/
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
  margin-top: 0px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

#capa_aplicacion:before{
 margin-top: 0px;
 padding-top: 0px;
}

td.details-control {
    background: url('../imgs/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../imgs/details_close.png') no-repeat center center;
}

/* Estado: Nuevo no acabado */
tr.estadoN {
    /* color:#e6e600; */
    color: #e5134b;
}

tr.estadoN .atento, tr.estadoN .atento a{
  background-color: #e5134b;
  color: white;
  font-size: 0.9em;
  text-transform: uppercase;
}

/* Estado: Pendiente de envio */
tr.estadoP {
    /* color:#66ffff; */
    color: #c6b944;
}

/* Estado: Pendiente de procesado */
tr.estadoPP {
    /* color:#66ccff; */
    color: #c6b944;
}

/* Estado: Pendiente de procesado cuando se está generando */
tr.estadoPG {
    /* color:#66ccff; */
    color: #c6b944;
}

/* Estado: Procesado y pendiente de envio */
tr.estadoPE {
    /* color:#99ccff; */
    color: #c6b944;
}

/* Estado: Confirmado */
tr.estadoC {
    /* color:#cc0000; */
    color: #255926;
}

/* Estado: Enviado */
tr.estadoE {
    /* color:#4ce600; */
    color: #479d47;
}

.progress {width:30px;}


/* By Tuti add extras */
.btn-info:active, .btn-info.active {
    background-color: #506B73 !important;
    border-color: #535C5F !important;
}

label input[type="search"] {
	border: 1px solid rgba(0,0,0,0.5);
}

.main h1 {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 45px;
}

.main h1 small {
  border-bottom: 3px solid #e5134b;
}

/* Leyenda */
.leyenda {
  /*background-color: rgba(100,100,100,0.1);*/
  margin: 0 auto;
  margin-top: 20px;
  font-size: 0.9em;
}

.leyenda td {
  padding: 0 5px;
}

/* Redefinicion para quitarle el efecto 3D al bootstrap */
.navbar {
  background: none;
  background-color: black;
  border-bottom: 1px solid #e6e6e6;
}

.footer {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.panel {
  border-radius: 0 !important;
}

.nav-tabs {
  border-bottom: none;
}

.panel-default > .panel-heading {
  background-image: none;
}

.cke_top, .cke_bottom {
  box-shadow: none !important;
  background-image: none !important;
  background-color: #f3f3f3 !important;
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
  color:red;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

/* Navbar derecha: expandida/agrupada según ancho */
.nav.navbar-nav.navbar-right.hidden-collapsed {
  display: flex !important;
}
.nav.navbar-nav.navbar-right.visible-collapsed {
  display: none !important;
}

.nav.navbar-nav.navbar-right.hidden-collapsed,
.nav.navbar-nav.navbar-right.visible-collapsed {
    margin-right: 0;
}

@media (max-width: 1200px) {
  .nav.navbar-nav.navbar-right.hidden-collapsed {
      display: none !important;
  }
  .nav.navbar-nav.navbar-right.visible-collapsed {
      display: flex !important;
  }
}

@media (max-width: 1200px) {
  .breadcrumb-container {
      padding-top: 100px;
  }
}