.imagen_movi {
	height: 60px;
	width: 60px;
	margin-left: 30px;
	border-radius: 10px;
}

.nav-tabs .nav-link {
	border: 1px solid #034801e6;
	color: black;
	background-color: #4eb666;
	margin: auto;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	color: white;
	background-color: #2c6839;
}

.tabs-contenedor {
	overflow: hidden;
	padding: 10px 0px 1px 4px;
}

.tabs-tab {
	width: -moz-max-content;
	position: relative;
	left: 0px;
}

.left-button {
	float: left;
	z-index: 9999;
	position: relative;
}

.right-button {
	float: right;
	z-index: 9999;
	position: relative;
}

.tabs-inner {
	float: left;
	width: 95%;
}

.tableTabs {
	width: 100%;
}

.modal .fade <.guardar {
	z-index: 0;
	display: none;
}

.boton {
	display: block;
	background: #4E9CAF;
	text-align: center;
	color: white;
	font-weight: bold;
	border-radius: 30px !important;
	font-size: 20px;
	height: 40px;
	width: 44px;
	padding-top: 4px;
	border-collapse: separate;
}

.todos-filtro {
	border-radius: 50px;
	width: 70px;
	height: 30px;
	background-color: #28a7457d;
	outline: none;
}

.tamañofijo {
	resize: none;
}

.navbar {
	z-index: 9999999;
	padding: 0px 0px;
	box-shadow: 0px 1px 1px #aaa;
}

}
.navbar-brand {
	display: inline-block;
	padding-top: 0rem;
	padding-bottom: 0rem;
	width: -moz-max-content;
}

#panic_mobiles_count {
	background: yellow;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	left: 30px;
	width: 20px;
	text-align: center;
	margin: 10px;
}

.nav_configuracion_main {
	position: absolute;
	left: -65px;
}

.dropdown-toggle.active-dropdown::after {
	transform: rotate(-90deg);
}

@media screen and (max-width: 900px) {
	#logo {
		background-image: url(img/agps_responsive.png);
		background-repeat: none;
		width: 70px;
		height: 50px;
	}
	.nav-item {
		margin: inherit;
	}
	.dropdown-menu-home {
		max-height: 100%;
		overflow-y: auto;
	}
	#OpenLayers_Control_Panel_133 {
		display: none;
	}
	.nav_configuracion {
		position: relative;
		right: auto;
	}
	.nav_configuracion_main {
		position: relative;
		left: auto;
	}
}

@media screen and (max-width: 600px) {
	.nav-item {
		width: 100%;
	}

	/*navbar de report_display.php**/
	.navbar-title {
		margin: 0px;
		padding: 0px;;
	}
	#report_display_title.navbar-collapse {
		flex-basis: 0;
	}
}

.btn {
	color: black;
	background-color: #ffffff;
	border-radius: 4px;
	text-transform: uppercase;
	border-color: rgb(63, 71, 71);
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
}

div.dataTables_wrapper div.dataTables_filter {
 text-align:right;
}

div.dataTables_wrapper div.dataTables_length {
 text-align:left;
}

div.report_display_title {
 width: auto;
}

.modal {
    position: inherit;
}

.nuevo_viaje{
	margin-left: 30px;
    text-align: left;

}

.seleccionar-fecha {
	width: 200px!important;
	font-size: 18px;
}

.dt-button{
	color: black;

background-color: #ffffff;

border-radius: 4px;

text-transform: uppercase;

border-color: rgb(63, 71, 71);

display: inline-block;

padding: 6px 12px;

margin-bottom: 0;

font-size: 14px;

font-weight: 400;

line-height: 1.42857143;

text-align: center;

white-space: nowrap;

vertical-align: middle;

-ms-touch-action: manipulation;

touch-action: manipulation;

cursor: pointer;

-webkit-user-select: none;

-moz-user-select: none;

-ms-user-select: none;

user-select: none;

background-image: none;
border: 1px solid #000;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    float: left;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

.modal-backdrop {
	background-color: #0000;
}

.modal-header .close {

    padding: 1rem;
    margin: -2rem -12rem -1rem auto;

}

.modal-dialog {
	max-width: 600px;
	z-index:99999;
}






.fade.in {
  opacity: 1 !important;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-backdrop .fade .in {
  opacity: 0.5 !important;
}


.modal-backdrop.fade {
    opacity: 0.5 !important;
}


#tabla_wrapper{
	overflow: auto;
	max-height: 550px;
}

@media (max-height: 600px) {
	#tabla_wrapper {
	  max-height: 350px;
	}
  }



.sidebar.nav-item.collapse {
	z-index: 0;
}
