.calcmodalroga {
    width: 22px; /* Definir de acuerdo al ancho de la imagen */
    height: 32px; /* Definir de acuerdo al alto de la imagen */
    margin-top: 3px;
}

.presmodalroga {
    width: 29px; /* Definir de acuerdo al ancho de la imagen */
    height: 40px; /* Definir de acuerdo al alto de la imagen */
    margin-top: 0px;
}

.logoutroga {
	width: 30px;
	height: 30px;
	margin-left: 35px;
}

.clientemodalroga {
	width: 45px;
	margin-right: 20px;
	margin-top: 3px;
}

#heading { color: #FFFFFF; }

.titulo-pagina {
	padding-top: 8px;
}

.maxwidth {
	width: 100%;
}

.viajes_mercanciaceldas {
	width: 15%;
}

.viajesmedidaswidth {
	width: 100%;
}

.centertext {
	text-align: center;
}

/*.viajes_padding {
	padding-top: 10px;
}*/

.anadir_proveedor {
	border-radius: 5px;
	background-color: #6c757d;
	color: white;
}

.viajes_padding2 {
	margin-top: 8px;
}

.halfwidth {
	width: 50%;
}

.quartwidth {
	width: 25%;
}

body {
	font-size: .875rem !important;
	animation: opacidadbody 0.2s;
}

@keyframes opacidadbody {
  from {
    opacity: 0;
  }

  to {
    opacity: 100;
  }
}

.form-control:focus {
	background-color: #ffb8b8;
	color: black;
	border-color: black;
}

.treswidth {
	width: 33%;
}
.pac-container {
    z-index: 1051 !important;
}

.obligatorio {
	color: red;
}

.treswidth {
	width: 33%;
}

.heigtheliminarpunto {
	border-radius: 5px;
	height: 30px;
	margin: 4px;
}

.ui-front {
    z-index: 9999999 !important;
}

.margentoptexto {
	margin-top: 8px;
}

.oculto {
	display: none;
}

.tdfactura {
	border: 1px solid white;
}

.piefactura{
	font-size: 11px;
	text-align: center;
}

.preloader {
	width: 50px;
	height: 50px;
	border: 10px solid #eee;
	border-top: 10px solid #666;
	border-radius: 50%;
	animation-name: girar;
	animation-duration: .7s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes girar {
	from {
	 	transform: rotate(0deg);
	}
	to {
	 	transform: rotate(360deg);
	}
}

::selection {
  color: white;
  background: #dc3545;
}

input[type=checkbox] {
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 7px;
	border: 1px solid #000;
	background-color: #fff;
}
input[type=checkbox]:checked {
	background-color: #dc3545;
}

input[type=checkbox]:checked:after {
	content: "\2713";
	color: #fff;
	position: absolute;
    -webkit-transform: translate(-50%,-50%);
}

input:disabled {
	cursor: not-allowed;
}

.div_disabled {
	opacity: 0.8;
  	cursor: not-allowed;
}

.boton_disabled {
	display: none;
}

.warninginput {
	border-color: #ffb818;
}

input[type=time]::-webkit-calendar-picker-indicator { 
  -webkit-appearance: none; 
  margin: 0; 
}

.cambiarcoordsboton {
	border-radius: 5px;
	margin-left: 10px;
}

.copiardirboton {
	border-radius: 5px;
	margin-left: 10px;
}

#fullscreenboton {
	font-size: 20px;
	color: white;
	cursor: pointer;
}

#botoninfoayuda {
	cursor: help;
}

#refreshboton {
	cursor: pointer;
}

#configuracionboton {
	cursor: pointer;
}

.footerboton {
	font-size: 20px;
	color: white;
	padding-right: 10px;
}

.infoayudapadre {
	text-align: center;
	font-size: 20px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-radius: 2px;
}

.infoayudahijo {
	text-align: center;
	font-size: 15px;
	padding-top: 10px;
}

.ojopassusr {
	margin-top: 25px;
}

.check_series{
	margin-top: 35px;
}

/*Switch de los ajustes*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #17a2b8;
}

input:focus + .slider {
  box-shadow: 0 0 1px #17a2b8;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*Hasta aqui*/
.btn-modal-presu{
  border-radius: 5px;
}

.speech-bubble {
	position: relative;
	background: #28a745;
	border-radius: .4em;
	color: white;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-right-color: #28a745;
	border-left: 0;
	margin-top: -25px;
	margin-left: -25px;
}

.desborde-scroll-hiden::-webkit-scrollbar {
  display: none;
}

.desborde-scroll-hiden {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.disabled_div{
  background-color: lightgrey;
  cursor: no-drop;
  border-radius: 5px;
}

.fc-header-toolbar::-webkit-scrollbar {
  display: none;
}

.fc-header-toolbar {
	-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  overflow: scroll;
}

#sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#sortable li { font-size: 1.4em; height: 38px; }
#sortable li span { position: absolute; margin-top: 10px; margin-left: -1.3em; right: 5%;}

.correo_seleccionado {
  background-color: #dc3545;
  color: white;
  border-top: 5px solid white;
  border-bottom: 5px solid white;
}

.red-background {
	background-color: #dc3545 !important; /* Fondo rojo */
	color: white; /* Texto blanco para contraste */
}

.swal2-container.swal2-center.swal2-backdrop-show {
	z-index: 9999999;
}