.nav-bar {
	width: 100%;
	background-color: #ffffff;
	overflow: hidden;
  }
  
  .nav-bar a {
	text-decoration: none;
	float: left;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	display: inline;
	color: #fff;
	padding: 20px;
  }
  
  .nav-bar > a > i {
	margin-right: 10px;
  }
  
  .nav-bar a:hover {
	background-color: #ffffff;
  }
  
  .active {
	background-color: #2375e6;
  }

  .derecha {
	float: right;
  }
  
  .tachado {
      text-decoration: line-through;
  }

#footer{
	height:30px;
	width:100%;
	background-image: linear-gradient(#FFF, #EEE 50%, #E4E4E4);
	background-repeat: no-repeat;
	filter: none;
	border: 1px solid #f7f3f3;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	bottom: 0;
	border-width: 1px 0 0;
}

#logo {
	height: 100%;
	width: 100%;
}

#logo2 {
	height: 15%;
	width: 15%;
}
.contenido {
	margin-top: 1%;
	width: 100%;

}

#panel-margin{
	margin-top:4%;
}

#title{
	color:#fff;
}

#sidebar{
	top:55px;
	width:17%;
	position:fixed;
	height:100%;
	border:1px solid #e7e7e7;
}

#menu ul li{
	list-style-type:none;
	padding:5px;
	border-bottom:0;
}

#menu ul li a:hover{
	text-decoration:none;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
  }
  
.user{
	color:#fff;
	margin-top:10px;
	margin-right:20px;
}

#content{
	float:right;
	width:81%;
	margin-right:10px;
	height:1000px;
}

.contenedor_mapa {
	margin-top: 5%;
	margin-left: 25%;
}
/* Popup estilos */

.white-popup {
  position: relative;
  background: #FFF;
  padding: 5px;
  width:auto;
  max-width: 600px;
  
  margin: 25px auto;
}
.mfp-iframe-holder {
  height: 600px;
  max-height: 600px;
     padding-top: 1px; 
    padding-bottom: 1px; 
}
	.time {
    text-align: center;
	 
    margin: 0 auto; 
    max-width: 150px;
	position: relative;
	z-index: 1000;
	padding: 4px 7px 5px;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 2px solid #444;
	border-bottom: 2px solid #444;
	line-height: 1.6;
	font-size: 1.2em;
	background: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.time-span, #welcome .sunrise, #welcome .sun, #welcome .sunset {
	padding: 0px 4px 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#before-sunrise, #after-sunset, #daylight {
	display: none;
}
.sunrise {
	background: #FFED9E;
}
.sunset {
	background: #FFC3AD;
}
.sun {
	background: #ffdc9c;
}
.transit {
	background: #FFFC9C;
}
.dark {
	background: #bfd5dd;
	
}
.twilight {
	background: #d0e5ff;
}
acronym {
	cursor: help;
}

#now-link {
	position: relative;
	top: 17px;
}

#legend {
	top: 135px;
	right: 5px;
}

.boxs {
	    text-align: center;
  		margin: 0 auto;	 
}  	

a {
  text-decoration: none;
  color: white;
}

/* Estilos para la tabla */

table {
	border-collapse: collapse;
    margin: 25px 0;
	margin-top: 2%;
    font-size: 0.9em;
    font-family: sans-serif;
    width: 1850px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	table-layout: fixed;
  }

  table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
  }
  
  table tr {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: .4em;
  }
  
  table th,
  table td {
	padding: .725em;
	text-align: center;
  }
  
  table th {
	font-size: 1.2em;
	text-transform: uppercase;
  }
  

/* Alertas */

.top-text-block {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: inherit !important;
	border-bottom: 1px solid #f4f4f4;
	position: relative;
  }
  .top-text-block:hover:before {
	content: '';
	width: 4px;
	background: #f05a1a;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;
  }
  .top-text-block.unread {
	background: #ffc;
  }
  .top-text-block .top-text-light {
	color: #999;
	font-size: 0.8em;
  }
  .top-head-dropdown .dropdown-menu {
	width: 350px;
	height: 300px;
	overflow: auto;
  }
  .top-head-dropdown li:last-child .top-text-block {
	border-bottom: 0;
  }
  .topbar-align-center {
	text-align: center;
  }
  .loader-topbar {
	margin: 5px auto;
	border: 3px solid #ddd;
	border-radius: 50%;
	border-top: 3px solid #666;
	width: 22px;
	height: 22px;
	-webkit-animation: spin-topbar 1s linear infinite;
	animation: spin-topbar 1s linear infinite;
  }
  @-webkit-keyframes spin-topbar {
	0% {
	  -webkit-transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	}
  }
  @keyframes spin-topbar {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  
/* Responsive Table Style */
.responsive-table {
  background-color: #fefefe;
  border-collapse: collapse;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  width: 100%;
  margin: 2rem 0;
  overflow: hidden;
}
.responsive-table__row {
  display: grid;
  border-bottom: 1px solid #edeef2;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .responsive-table__row {
    grid-template-columns: 2fr 1fr 2fr 2fr 1fr;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-table__row {
    grid-template-columns: 1fr 2fr 1fr;
  }
}
.responsive-table__row th,
.responsive-table__row td {
  padding: 1rem;
}
.responsive-table__head {
  background-color: #e1e8f2;
}
@media (max-width: 991px) {
  .responsive-table__head {
    display: none;
  }
}
.responsive-table__head__title {
  display: flex;
  align-items: center;
  font-weight: 500;
  text-transform: capitalize;
}
.responsive-table__body .responsive-table__row {
  transition: 0.1s linear;
  transition-property: color, background;
}
.responsive-table__body .responsive-table__row:last-child {
  border-bottom: none;
}
.responsive-table__body .responsive-table__row:hover {
  color: #ffffff;
  background-color: #fb4f83;
}
.responsive-table__body__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.responsive-table__body__text::before {
  margin-right: 1rem;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .responsive-table__body__text::before {
    content: attr(data-title) " :";
  }
}
@media (max-width: 400px) {
  .responsive-table__body__text::before {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.responsive-table__body__text--name {
  font-weight: 600;
}
@media (min-width: 768px) {
  .responsive-table__body__text--name::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-table__body__text--name {
    grid-column: 1/2;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-table__body__text--status, .responsive-table__body__text--types, .responsive-table__body__text--update {
    grid-column: 2/3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-table__body__text--country {
    grid-column: 3/-1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-table__body__text--name, .responsive-table__body__text--country {
    grid-row: 2;
  }
}

/* SVG Up Arrow Style */
.up-arrow {
  height: 100%;
  max-height: 1.8rem;
  margin-left: 1rem;
}

/* SVG User Icon Style */
.user-icon {
  width: 100%;
  max-width: 4rem;
  height: auto;
  margin-right: 1rem;
}

/* Status Indicator Style */
.status-indicator {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #222222;
  margin-right: 0.5rem;
}
.status-indicator--active {
  background: #25be64;
}
.status-indicator--inactive {
  background: #dadde4;
}
.status-indicator--new {
  background: #febf02;
}

/* Paginación  */

.paginacion {
	margin-top: 10%;
	margin-bottom: 5%;
  }

  
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notification-drop {
  font-family: 'Ubuntu', sans-serif;
  padding-top: 1%;
  padding-right: 1%;
  color: #444;
}
.notification-drop .item {
  padding: 10px;
  font-size: 18px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.notification-drop .item:hover {
  cursor: pointer;
}
.notification-drop .item i {
  margin-left: 10px;
}
.notification-drop .item ul {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  left: -200px;
  right: 0;
  z-index: 1;
  border-top: 1px solid #ddd;
}
.notification-drop .item ul li {
  font-size: 15px;
  padding: 15px 0 15px 25px;
}
.notification-drop .item ul li:hover {
  background: #ddd;
  color: rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 500px) {
  .notification-drop {
    display: flex;
    justify-content: flex-end;
  }
  .notification-drop .item {
    border: none;
  }
}



.notification-bell{
  font-size: 20px;
}

.btn__badge {
  background: #FF5D5D;
  color: white;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0px;
  padding:  3px 10px;
  border-radius: 50%;
}

.pulse-button {
  box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
  -webkit-animation: pulse 1.5s infinite;
}

.pulse-button:hover {
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(255, 0, 0, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

.notification-text{
  font-size: 14px;
  font-weight: bold;
}

.notification-text span{
  float: right;
}