/*!
 * Start Bootstrap - SB Admin 2 v3.3.7+1 (http://startbootstrap.com/template-overviews/sb-admin-2)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html {. touch-action: manipulation;. -ms-touch-action: manipulation;. zoom: 1;. -ms-content-zooming: none;. }
body {
  background-color: #fff;
}
#wrapper {
  width: 100%;
  background-color: #fff !important
}

#loading,#loading_det{
    display: flex;
    justify-content: center;
    align-items: center;
}

 /* Contenedor del scroll con Flexbox para igualar alturas */
		.acc-scroll {
			display: flex; /* Habilita flexbox para igualar alturas automáticamente */
			overflow-x: auto;
			padding-bottom: 15px;
			-webkit-overflow-scrolling: touch;
			scrollbar-width: thin;
			padding-top: 3px;
		}

		/* Estilo para las tarjetas individuales */
		.card-acceso {
			flex: 0 0 120px; /* No crece, no se encoge, ancho fijo de 160px */
			display: flex;
			flex-direction: column;
			justify-content: center; /* Centra el contenido verticalmente si sobran espacios */
			background: #fff;
			margin-right: 10px;
			padding: 5px;
			border-radius: 6px;
			border: 1px solid #ddd;
			text-align: center;
			transition: transform 0.2s ease, box-shadow 0.2s ease;
			text-decoration: none !important;
			min-height: 70px; /* Altura mínima garantizada */
		}

		.card-acceso:hover {
			transform: translateY(-3px);
			box-shadow: 0 4px 8px rgba(0,0,0,0.1);
			border-color: #337ab7;
		}
		
		.card-liga {
			background: #fff;
			margin-right: 10px;
			padding: 8px 14px 2px;
			border-radius: 6px;
			border: 1px solid #ddd;
			text-align: center;
		}

		.card-liga:hover {
			transform: translateY(-3px);
			box-shadow: 0 4px 8px rgba(0,0,0,0.1);
			border-color: #337ab7;
		}

		.card-category {
			display: block;
			font-size: 9px;
			color: #777;
			font-weight: 700;
			margin-bottom: 5px;
			white-space: normal;
			line-height: 1.2;
			text-transform: uppercase;
		}

		.card-title {
			display: block;
			font-size: 22px;
			font-weight: bold;
			color: #333;
		}

		/* Personalización de la barra de scroll */
		.menu-scroll::-webkit-scrollbar {
			height: 6px;
		}
		.menu-scroll::-webkit-scrollbar-thumb {
			background: #ccc;
			border-radius: 10px;
		}
		.menu-scroll::-webkit-scrollbar-track {
			background: #eee;
		}


.modal-opcs {
    width: 96%;
    padding: 5px;
    position: fixed;
    top: auto;
    right: auto;
    left: auto;
    bottom: 0;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    margin-bottom: 0px;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    margin-bottom: 10px;
    border: solid 1px #ddd;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.widget-user-2 .widget-user-header {
    padding: 1px 10px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    text-align: center;
}

.CAPTURADO{
    text-align: center;
    font-weight: bold;
    padding: 1px 3px;
    border-radius: 5px;
    font-size: 7px;
    color: #666;
    background-color: #ddd;
    border: solid 1px #ccc;
}

.PUBLICADO{
    text-align: center;
    font-weight: bold;
    padding: 1px 3px;
    border-radius: 5px;
    font-size: 7px;
    color: #fff;
    background-color: #26B99A ;
    border: solid 1px #3c763d;
}

.PENDIENTE{
    text-align: center;
    font-weight: bold;
    padding: 2px;
    border-radius: 2px;
    font-size: 7.5px;
    width: 50px;
    color: maroon;
    background-color: #ffc0cb;
    border: solid 1px #d598a3;
}

.progress-min {
    height: 10px;
    margin-bottom: 0;
}

.btn-secondary {
    color: #050505;
    background-color: #E4E6EB;
    border-color: #ccc;
}
.btn-secondary:hover {
    color: #000;
    background-color: #b6b8bc;
    border-color: #ccc;
}

.select-header{
  color: #000 !important;
  border: none;
  font-weight: 600 !important;
  height: 30px;
  background: none;
  box-shadow: none;
  cursor: pointer;
}

.select-header option{
  color: #333 !important;
  background: #fff;
}

.ph-button{
  /*CLASE PARA TITULOS HEADER CON UN BOTON */
  padding: 9px 15px 5px 7px !important;
}

.btn-add{
  padding: 0;
  margin: 0;
}

.dropdown-menu{
  min-width: 250px !important;
  max-width: 400px !important;
  font-size: 12px !important;
}

.close-icon{
  margin-top: -3px !important;
}

.selectpicker{
  padding: 7px 15px !important;
  padding-right: 25px !important;
}

.nav li {
  /*border: none !important;*/
}

.navbar-top-links li a{
  width: 65px !important;
}

.navbar-top-links li a:hover, .navbar-top-links li a:focus {
    color: #000 !important;
    background: none !important;
}


.nav-scroll li a {
 width: 100% !important;
}


.nav-opcs li a {
 width: auto !important; 
}

.nav-opcs > li.active > a, .nav-opcs > li.active > a:hover, .nav-opcs > li.active > a:focus { 
    background-color: #444;
    color: #fff !important;
    font-weight: 600;
    border-radius: 5px;
}

a.list-group-item, button.list-group-item {
    color: #222;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff !important;
    background-color: #333;
}

.nav-green > li.active > a, .nav-green > li.active > a:hover, .nav-green > li.active > a:focus {
  background: green;
}

.nav-green > li > a {
  padding: 2px 5px !important;
}



/*  MENU SCROLL */
.menu-scroll{
 max-height: 120px;
 display: flex;
 overflow-x: auto;
 padding: 10px 0;
}

.menu-scroll::-webkit-scrollbar{
 width: 0;
}

.menu-scroll .item{
 min-width: 105px;
 border: solid 1px #ddd;
 text-align: center;
 margin-right: 5px;
 border-radius: 4px;
 background: #fff;
 cursor: pointer;
}

.menu-scroll .item a{
 color: #000;
}

.menu-scroll .item .fa-icon{
  display: block;
  margin: 5px auto 5px;
  font-size: 20px;
}

.nav-scroll{
 max-height: 180px;
 display: flex;
 padding: 1px 0;
 overflow-x: auto;
}

.nav-scroll li a{
 max-width: 90px !important;
 text-align: center;
 border-radius: 0;
 padding: 8px 12px !important;
}

.mb-gris{
  background: #f5f5f5;
}

.btn-left-numb {
    padding: 2px 8px;
    background: #E72F37;
    color: #fafafa;
    border-radius: 4px;
}

/*  MENU SCROLL */


.item-dato {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
}

.dat-alert{
    font-size: 1.5rem;
    font-weight: 600;
    background: orange;
    padding: 1px 5px;
    border-radius: 5px;
    color: #fff;
}

.requi{
  background: #ac2925;
  color: #fff;
}

.badge-menu {
    background-color: #ec971f;
    border-radius: 10px;
    color: #fff;
    padding: 3px 6px;
    line-height: 1;
}

.badge-gris{
   background-color: #fafafa;
   border: solid 1px #dee2e6;
}

.bg-secondary {
    background-color: #e9ecef !important;
}

.bg-secondary, .bg-secondary > a {
    color: #6c757d !important;
}


.bg-gray {
    background-color: #6c757d !important;
}

.bg-gray, .bg-gray > a {
    color: #fff !important;
}

.small-box {
    border-radius: 10px;
    box-shadow: 0 0 3px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    display: block;
    /*margin-bottom: 1.25rem;*/
    margin-right: 0.25rem;
    position: relative;
    min-width: 150px;
    margin-left: 0.25rem;
}
.small-box > .inner {
    padding: 10px;
}

.small-box h3, .small-box .h3, .small-box p {
    font-size: 3rem;
    z-index: 5;
}

.small-box p {
    font-size: 1.1rem;
    margin-bottom: 0;
}

.select-trans {
    float: left;
    background: transparent;
    border: none !important;
    font-size: 13px !important;
    height: 30px;
    padding: 0px;
    box-shadow: none;
    font-weight: 600;
}

.etiq_asig{
  background: #000;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  font-size: .9rem;
}

.etiq_asig i{
  font-size: 1.2rem;
}


.CR{background: #999999; opacity: .8;}
.CI{background: #6F8191; opacity: .8;}
.CH{background: #1D2D5F; opacity: .8;}
.CP{background: #F65E5D; opacity: .8;}

.small-box .icon {
    color: rgba(0, 0, 0, 0.15);
    z-index: 0;
}

.small-box .icon > i {
    font-size: 40px;
    position: absolute;
    right: 5px;
    top: 2px;
    transition: transform 0.3s linear;
}

@media (min-width: 1200px)
.small-box h3, .small-box .h3 {
    font-size: 2.2rem;
}

.small-box h3, .small-box .h3 {
    font-size: calc(1.345rem + 1.14vw);
    font-weight: 700;
    margin: 0 0 0px;
    padding: 0;
    white-space: nowrap;
}


.nav li a {
  /*width: 200px;*/
  color: #333 !important;
  padding: 10px 10px;
  /*padding: 15px 10px;*/
}

.nav li a:hover,
.nav li a:focus{
  color: #555 !important;
  background: #eee;
  border-radius: 6px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555 !important;
  cursor: default;
  background: none;
  border: 0px solid #ddd;
  border-bottom-color: none;
}

.nav-tabs > li > a:hover {
  border-color: #ddd;
  color: #555 !important; 
}

.navbar-right li a{
  color: #575962 !important;
}

.navbar-right li a:hover,
.navbar-right li a:active,
.navbar-right li a:focus{
  color: #000 !important;
}

.nav-tabs-none li.active {
    border-bottom: solid 3px #343a40;
}

.nav-second-level{
 background: #fafafa;
}

.nav-second-level > li.active > a,
.nav-second-level > li.active > a:hover,
.nav-second-level > li.active > a:focus {
  color: #000 !important;
  background: none !important;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
}

#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: #f2f3f8;
  margin-top: 50px;
}

.fullscreen-modal .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .fullscreen-modal .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fullscreen-modal .modal-dialog {
    width: 970px;
  }
@media (min-width: 1200px) {
  .fullscreen-modal .modal-dialog {
     width: 1170px;
  }
  
  #panel-mov{
   display: none;
  }
  #panel-web{
   display: block;
  }
}

/*========================================================*/
/*                        WEB                             */
/*========================================================*/
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    /*margin: 50px 0 0 200px;*/
    padding: 0 15px;
    border-left: 1px solid #e7e7e7;
  }
}

.panel-title{
  font-size: 1.1rem !important;
}


.navbar-default {
    background-color: #fff !important;
    border-color: #343a40 !important;
}

.ENTRADA{
  color: #26B99A;
}

.SALIDA{
 color: tomato;
}

.COMER {
    background-color: #3496c7 !important;
}

.OPER {
    background-color: #7030a0 !important;
}

.etiqueta-gris{
  float: left;
  background: #eee;
  padding: 2px 5px;
  margin-right: 5px;
  margin-top: -5px;
  border-radius: 5px;
  border: solid 1px #ddd;
}

/*=========ETIQUETAS===========*/
.input-abierto{
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6;
}

.input-cerrado{
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1;
}

.alert-dark{
  background: #555;
  border: solid 1px #333;
  color: #fff;
}

.alert-md{
    padding: 3px 10px;
    margin-bottom: 0px;
    text-align: center;
    }

.etiq{
  font-size: 1rem;
  padding: 2px 3px;
  border-radius: 4px;
}

.th_res{
  color: #fff !important;
}

.td_res{
  color: #000 !important;
}

.res_ver{
  background: #b2ddb4 !important;
}

.res_roj{
  background: #f7a9a7 !important;
}

.res_azu{
  background: #b2d1e0 !important;
}

.sel-eti{
  text-align: left !important;
  padding: 0px 4px;
}

.sel-dato{
  text-align: right !important;
  padding: 0px 4px;
  float: right;
  font-weight: 600;
}


.EXISTENTE{
    text-align: center;
    color: #0c8;
    font-weight: bold;
    padding: 4px 0px;
    border-radius: 2px;
    /* margin: 0 10px; */
    font-size: 8px;
}

.NUEVO{
    text-align: center;
    color: orange;
    font-weight: bold;
    padding: 4px 2px;
    border-radius: 2px;
    /* margin: 0 10px; */
    font-size: 8px;
}


.label-green{
  background: #5cb85c;
  color: #fff;
}

.label-red{
  background: #d9534f;
  color: #fff;
}


.poliza{
  font-size: 1.2rem;
}

.navbar-top-links {
  margin-right: 0;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
}
.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
  color: #666 !important;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  /*right: 0;*/
  left: auto;
}
.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.sidebar .sidebar-search {
  padding: 15px;
}
.sidebar ul li {
  /*border-bottom: 1px solid #e7e7e7;*/
}
.nav-second-level li a{
  /*width: 200px;*/
  /*background: rgba(33, 37, 41, 0.3);*/
  background: #fafafa;
  color: #666 !important;
  margin-left: 20px;
}
.sidebar ul li a.active {
  width: 200px;
  /* background-color: #212529; */
  border-left: 0px solid #fff;
  border-top: 0px solid transparent;
  /*border-bottom: .5px solid #e5e5e5;*/
  color: #0070ba !important;
}

.sidebar .arrow {
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  /*border-bottom: none !important;*/
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
  border-bottom: .5px solid #f5f5f5;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}

.sidebar{
 background: gray !important;
 height: 500px !important;
 width: 200px !important;
 display: none;
}

/*========================================================*/
/*                        WEB                             */
/*========================================================*/
@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 0px;
    margin-top: 51px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-primary.btn-outline {

}
.btn-success.btn-outline {
  color: #5cb85c;
}
.btn-info.btn-outline {
  color: #5bc0de;
}
.btn-warning.btn-outline {
  color: #f0ad4e;
}
.btn-danger.btn-outline {
  color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
   /*
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
  */
  margin-bottom: 3px;
}
.chat li.left .chat-body {
  margin-left: 0px;
  background: #fafafa;
  padding: 2px 4px;
  border-radius: 8px;
  width: 95%;
  float: left;
  border: solid 1px #ddd;
}
.chat li.right .chat-body {
  margin-right: 0px;
  background: #f4f7ed;
  padding: 2px 4px;
  border-radius: 8px;
  width: 95%;
  float: right;
  border: solid 1px #d4dfb8;
}
.chat li .chat-body p {
  margin: 0;
}
.cht-body{
   margin-top: 5px;
   margin-left: 5px;
   margin-right: 5px;
   text-align: justify;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}
.chat-panel .panel-body {
  min-height: 320px;
  overflow-y: scroll;
}
.login-panel {
  margin-top: 25%;
}
.flot-chart {
  display: block;
  height: 400px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}


.modal-left {
    width: 80%;
    position: fixed;
    top: 20px;
    left: 0;
    max-width: 400px;
    min-height: 650px;
    background: white;
    height: 100%;
}


.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}



.btn-circle-xs {
    width: 20px;
    height: 20px;
    padding: 0px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px !important;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}
.show-grid {
  margin: 15px 0;
}
.huge {
  font-size: 40px;
}
.panel-green {
  border-color: #5cb85c;
}
.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.panel-green > a {
  color: #5cb85c;
}
.panel-green > a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red > a {
  color: #d9534f;
}
.panel-red > a:hover {
  color: #b52b27;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-yellow > a {
  color: #f0ad4e;
}
.panel-yellow > a:hover {
  color: #df8a13;
}
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}
.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}
.timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #999999;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

/*========================================================*/
/*                        MOVIL                           */
/*========================================================*/
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }
  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }  
  
  /* MENU */
  .nav li a  {
    width: 100% !important;
  }
  .sidebar ul li a.active {
    width: 100%;
  }
  .nav-second-level li a {
    width: 100%;
  }
  
  .nav-mini{
    display: none;
  }
  
  #ul-mini{
    display: none;
  }
  
}