:root {
	--color-primary: #002157 ;
	--color-onPrimary: #E6EBF3 ;
	--color-secondary: #7F46DD ;
	--color-onSecondary: #FFFFFF ;
	--color-surface: #FFF;
	--color-onSurface: #6C757D;
	--color-background: #EFF1F7;
	--color-onBackground: #525252;
	--color-nav: var(--color-surface);
	--color-onNav: var(--color-onSurface);

	/*/ color/dialog*/
	--color-success: #32B468;
	--color-onSuccess: #FFF;
	--color-error: #C06260;
	--color-onError: #FFF;
	--color-warning: #F7C74A;
	--color-onWarning: #FFF;

	--font-family: var(--font-family-sans);
	--font-family-sans: 'system-ui', 'Nunito Sans', -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-mono: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

	/* font/sizes */
	--font-size-xs: 0.65rem;
	/* 10.4px */
	--font-size-sm: 0.8rem;
	/* 12.8px */
	--font-size-base: 1rem;
	/* 16px */
	--font-size-md: 1.25rem;
	/* 20px */
	--font-size-lg: 1.5rem;
	/* 24px */
	--font-size-xl: 2rem;
	/* 32px */
	--font-size-d1: 4rem;
	/* 64px */

	/* color/overlays */
	--color-overlay-05: rgba(33, 33, 33, 0.05);
	--color-overlay-10: rgba(33, 33, 33, 0.1);
	--color-overlay-20: rgba(33, 33, 33, 0.2);
	--color-overlay-30: rgba(33, 33, 33, 0.3);
	--color-overlay-40: rgba(33, 33, 33, 0.4);
	--color-overlay-50: rgba(33, 33, 33, 0.5);
	--color-overlay-60: rgba(33, 33, 33, 0.6);
	--color-overlay-70: rgba(33, 33, 33, 0.7);
	--color-overlay-80: rgba(33, 33, 33, 0.8);
	--color-overlay-90: rgba(33, 33, 33, 0.9);
}

body {
	font-family: var(--font-family);
	background-color: var(--color-background) !important;;
}

body.login {
	background-color: #FFF;
}

.framer {
	display: table;
	/*min-width: 768px;*/
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0 auto 0 auto;
}

.brandbar .navbar-inverse {
	background-color: transparent;
	border-color: none;
}

.menubar .navbar-inverse {
	background-color: #0068D6;
	border-color: none;
}

.navbar-login {
	background-color: #0C3;
	border-color: none;
}

.navbar-header {
	display: table;
	width: 260px;
}

.navbar {
	margin-bottom: 0;
	border-radius: 0;
	border: none;
}

.navbar-defaul_kiut {
	background-color: var(--color-nav);
	padding: 15px;

}

.navbar-brand {
	color: #FFF;
	background-color: var(--color-nav);
}

.panel-default {
	background-color: var(--color-background) !important;
	border: none;
}

label {
	color: var(--color-secondary) !important;
}

.text-center>a {
	color: var(--color-secondary);
}

.alert-danger {
	color: var(--color-onError);
	background-color: var(--color-error);
}

.navbar-inverse .navbar-brand {
	color: #FFF;
	background-color: var(--color-surface);
}

.navbar-inverse .navbar-nav>li>a {
	color: #FFF;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #0055D6;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: #0BB73E;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #008528;
}

.panel-title , .card-title {
	color: var(--color-primary);
    font-size:16px
}

.form-control:focus {
	border-color: var(--color-primary);
}

.btn:focus,
.btn:active,
.btn:hover {
	outline: 3px solid var(--color-overlay-20) !important;
	box-shadow: none;
}

.btn-primary {
	background-color: var(--color-primary);
	color: var(--color-onPrimary);
	border-color: var(--color-primary);
	border-radius: 3px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited {
	background-color: var(--color-primary);
	color: var(--color-onPrimary);
	border-color: var(--color-primary);
	border-radius: 3px;
}

.nav-pills>li>a {
	color: var(--color-secondary);
	background-color: transparent;
}

.nav-pills>li>a:hover {
	color: var(--color-onSecondary);
	background-color: var(--color-secondary);
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:link,
.nav-pills .nav-link.active:active,
.nav-pills .nav-link.active:focus {
	color: var(--color-onSecondary);
	background-color: var(--color-secondary);
	border-radius: 3px;
}

.nav>li.dropdown>a {
	color: var(--color-onNav);
	background-color: var(--color-nav);
}

.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {
	color: var(--color-onNav);
	background-color: var(--color-nav);
}

.nav>li.dropdown>a:hover,
.nav>li.dropdown.open {
	background-color: var(--color-nav);
}

.dropdown-menu>li>a:hover {
	color: var(--color-onSecondary);
	background-color: var(--color-secondary);
}

.page-header {
	margin: 20px 0 20px;
}



.fixed {
	position: fixed;
	display: block;
	width: 100%;
	top: 0;
	z-index: 1;
}

.pointer {
	cursor: pointer;
	background: #960;
}

.clearboth {
	clear: both;
}

.clearnone {
	display: inline-block;
	clear: none !important;
}

.clearcolor {
	background: none !important;
}

.clearborder {
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	border: none !important;
	border-style: none !important;
}

.nopadding {
	margin: 0 !important;
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*.nomargin-bottom {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}*/
.nopaddingleft {
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.nopaddingright {
	padding-right: 0 !important;
	margin-right: 0 !important;
}

.nopaddingtop {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.nopaddingbottom {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.nomarginside {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.margin-top {
	padding: 0 15px 10px 15px !important;
}

.gutter-top {
	padding-top: 20px !important;
}

.gutter-bottom {
	padding-bottom: 20px !important;
}

.gutter-left {
	padding-left: 20px !important;
}

.gutter-right {
	padding-right: 20px !important;
}

.space-top {
	margin-top: 20px !important;
}

.space-top-3 {
	margin-top: 30px !important;
}

.space-bottom {
	margin-bottom: 20px !important;
}

.space-left {
	margin-left: 20px !important;
}

.space-right {
	margin-right: 20px !important;
}

.gutter {
	margin-right: 20px !important;
	margin-bottom: 20px !important;
}

.zero-top {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.zero-bottom {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.zero-left {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.zero-right {
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.form-group-datepicker1 {
	display: inline-table;
	width: 49%;
	padding-right: 2%;
	vertical-align: top;
}

.form-group-datepicker2 {
	display: inline-table;
	width: 49%;
	padding-left: 0;
	vertical-align: top;
}

.outline {
	outline: 2px solid red;
}

.yesborder {
	outline: 1px solid #CCC;
}

.form-control {
	display: table !important;
}

.autowidth {
	vertical-align: middle;
	width: auto !important;
}

a.navbar-brand.kiu-logo-index {
	float: none;
	display: table;
	clear: both;
	width: 160px;
	height: 204px;
	margin: 0 auto 20px auto;
	padding: 0;
	text-indent: -100000px;
	background: url(../img/logo-index.png) no-repeat;
}

a.navbar-brand.kiu-logo-header {
	display: inline-table;
	width: 281px;
	height: 60px;
	text-indent: -100000px;
	background: url(../img/logo-header-kiu.jpg) no-repeat;
}

a.kiu-gryphicon {
	display: inline-table;
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 10px;
}

p.copyright {
	display: table;
	font-size: 11px;
	color: inherit;
	margin: 30px auto 40px auto;
}

.btn-kiu:hover,
.btn-kiu:focus,
.btn-kiu.focus,
.btn-kiu:active,
.btn-kiu.active,
.open>.dropdown-toggle.btn-kiu {
	color: #FFF;
	background-color: #337AB7;
	border-color: #2E6DA4;
}

table.table thead tr th {
	background-color: #E2E2E2 !important;
}

table.table thead tr th span.kiu-gryphicon {
	display: table;
	font-size: 18px;
	text-decoration: none;
	color: #000;
	margin: 0 auto 0 auto;
	cursor: default;
}

table.table tbody tr td a.kiu-gryphicon {
	display: table;
	font-size: 18px;
	text-decoration: none;
	color: #000;
	margin: 0 auto 0 auto;
	cursor: pointer;
}

.table-hover>tbody>tr:hover {
	background-color: #EDF0F4;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	border-top: 1px solid #dddddd;
	line-height: 1.42857;
	padding: 8px;
	vertical-align: middle;
}

/* agregado por DE */
.widthsmall {
	width: 60px;
}

.panel_filtrar {
	background: #F0F8FF;
	display: none;
}

#panel_filtrar .panel-body {
	font-size: 11px;
}

.kiu-btn-small {
	padding: 2px 8px;
	font-size: 12px;
}

.gutter-margin-left {
	margin-left: 20px !important;
}

.gutter-margin-right {
	margin-right: 20px !important;
}

.nodisplay {
	display: none;
}


/* para animar el icon de loading de un boton */

@keyframes spin {
	from {
		transform: scale(1) rotate(0deg);
	}

	to {
		transform: scale(1) rotate(360deg);
	}
}

@-webkit-keyframes spin2 {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

.glyphicon-refresh-animate {
	-animation: spin .7s infinite linear;
	-webkit-animation: spin2 .7s infinite linear;
}

.kiu-requiredmark {
	color: #f00;
	font-weight: bold;
	/* font-size:18px; */
}

.kiu-leyenda-form {
	font-size: 12px;
	padding-bottom: 10px;
}

.gutter-top {
	padding-top: 20px;
}

.gutter-bottom {
	padding-bottom: 20px;
}

.padding5 {
	padding: 5px 5px 5px 10px !important;
	margin: 0px 0px 10px 0px !important;
}

.padding10 {
	padding: 10px 10px 10px 15px !important;
	margin: 0px 0px 15px 0px !important;
}

.kiu-color-primary {
	color: #337AB7;
}

.kiu-helptext {
	color: var(--color-onBackground);
	font-size: 11px;
	padding: 5px;
}

.kiu-red {
	color: #b80000;
}

.kiu-blue {
	color: #337AB7;
}

.kiu-yellow {
	color: #ffff88;
}

.kiu-orange {
	color: #fa0;
}

.kiu-green {
	color: #5CB85C;
}

.kiu-border-top-sep {
	border-top: 1px solid #000;
}

.kiu-uppercase {
	text-transform: uppercase;
}

.kiu-pointer {
	cursor: pointer;
}

.kiu-bold {
	font-weight: bold;
}

/*
.form-balance-inputs label {
	background-color: white;
    border-color: white;
}
*/


/**redencion***/

/****************/

/* CSS Document */


.fechas_estilos {
    width: 104px;
    text-align: center;
    border: none;
    cursor: pointer;
    height: 35px;
    font-size: 18px;
}
.titulo_fecha {
    text-align: center;
    background: #CCC;
    color: #FFF;
    font-size: 12px;
}
.texterro /*confirmado*/
{	color:#F00;
}
#ida {
    width: 106px;
    float: left;
    margin: 2px 0px 2px 5px;
    background-color: #FFF;
    border: #CCC solid 1px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 2px 2px 2px 2px;
    height: 56px;
}
#vuelta {
    width: 106px;
    float: right;
    margin: 2px 4px 2px 5px;
    background-color: #FFF;
    border: #CCC solid 1px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 2px 2px 2px 2px;
    height: 56px;
}
.option {
    width: 107px;
    float: left;
    margin: 2px 0px 2px 4px;
}
.option1 {
    width: 116px;
    float: right;
    margin: 2px 0px 2px 3px;
}
.clear {
    clear: both;
}
#inicio_formulario h3 {
    color: #FFF;
}
.titulo_medios{
    background-color: #D9EDF7;
    height: 30px;
    border: 1px solid #DDDDDD;
    text-align: left;
    padding: 5px 5px 5px 10px;
    border-radius: 3px;
    font-size: 16px;
    color: #31708f;
}
#c_boton {
    text-align: center;
    padding: 10px;
}
.estilos_tabla {
    margin-bottom: 5px;
    margin-top: 8px;
}
.estilos_tabla td, .estilos_tabla th {
    text-align: center;
    font-size: 11px;
    height: 20px;
}
.estilos_tabla th {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}
#BandaFechas {
    height: 70px;
    border-bottom: 2px solid var(--color-primary) !important;
    margin-bottom: 5px;
}
#BandaFechasRT { /*confirmado*/
    height: 75px;
    margin-bottom: 5px;
    width: 85%;
}
.aligleft { /*confirmado*/
    float: left;
}
#VuelosVueltaL {/*confirmado*/
    width: 110px;
    float: left;
    height: 280px;
}
#VuelosVueltaL-es {
    width: 31px;
    float: left;
    /*	height: 50px;*/
    margin-top: 38px;
}
#VuelosVueltaL-esder {
    width: 31px;
    float: right;
    height: 50px;
    margin-top: 22px;
}
.filat {/*confrimado*/
    height: 36px;
}
.col { /*confrimado*/
    width: 14%;
    float: left;
    height: 35px;
    margin-left: 2px;
    background-color: #D4DAE1;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    padding-top: 9px;
}
.col_sel { /*confrimado*/
    width: 14%;
    float: left;
    height: 35px;
    margin-left: 2px;
    background-color: #FEC41E;
    font-size: 12px;
    padding-top: 8px;
    text-align: center;
}
#listaFormadepago
{ width: 100%;
  
    
}
.col_nn { /*confrimado*/
    width: 14%;
    float: left;
    height: 35px;
    margin-left: 2px;
    background-color: #D4DAE1;
    text-align: center;
    font-size: 12px;
}
.col:hover {
    /*background-color: #FFC41E;****************************/

    color: #fff;
    background-color: #31708f;
}
#ContenidoVuelos { /*confirmado*/
    width: 85%;
    float: left;
    /*height: 220px;*/
    padding: 1px;
}
.fecha_banda {
    width: 13%;
   /* height: 80px;*/
  /*  border: 1px solid #000;*/
    float: left;
    margin-left: 3px;
    margin-top: 8px;
    cursor: pointer;
    color: var(--color-secondary) !important;
}
.fecha_banda_n { /*confrimado*/
    width: 13%;
    /*height: 80px;*/
   /* border: 1px solid #000;*/
    float: left;
    margin-left: 3px;
    margin-top: 8px;
    /*cursor: pointer;*/
    color: var(--color-onSurface) !important;
}

/*usado*/
.fecha_banda_selecionada {
    width: 13%;
  /*  height: 80px;*/
  /*  border: 1px solid #000;*/
    float: left;
    margin-left: 3px;
    margin-top: 8px;
   /* cursor: pointer;*/
    color: var(--color-primary) !important;
    background-color: var(--color-onSecondary) !important;
    border-radius: 13px 13px 0px 0px;
}
.fecha_banda_selecionadaRT {
    width: 128px;
    height: 85px;
    border: 2px solid #FFCC66;
    border-bottom: 0px;
    background: #FFF;
    float: left;
    margin-left: 3px;
}
.fecha_banda_cab_img {  /*confirmado*/
    height: 79px;
    text-align: center;
    color: #FFF;

    padding: 5px 0px;
}
.label_vuelta /*confirmado*/ {
    background: #5CB85C;
    float: left;
    height: 40px;
    padding: 8px;
    margin-top: 2px;
    margin-right: 2px;
    width: 58%;
}
.label_ida /*confirmado*/ {
    background: #008000;
    float: left;
    height: 40px;
    padding: 8px;
    margin-top: 2px;
    width: 39%;
}
.fecha_banda_cab {/*confirmado*/
    height: 77px;
    background: #008000;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    padding: 28px 0px;
    font-weight: bold;
}



.fecha_banda_cab_v {/*confirmado*/
    height: 35px;
    background: #5CB85C;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    padding: 8px 0px;
    font-weight: bold;
}
.fecha_banda_cab_n {  /*confirmado*/
    height: 77px;
    background: #999;
    text-align: center;
    color: #CCC;
    font-size: 11px;
    padding: 28px 0;
    font-weight: bold;
}
.fecha_banda_cab_n_v {  /*confirmado*/
    height: 35px;
    background: #999;
    text-align: center;
    color: #CCC;
    font-size: 11px;
    padding: 8px 0px;
    font-weight: bold;
}
.fecha_banda_cab_sim_m {/*confirmado*/
    height: 27px;
   /* background: #29ABE2;*/
    text-align: center;
 /*   color: #FFF;*/
    font-size: 11px;
    padding: 6px 0px;
    font-weight: bold;
    clear: both;
}
.fecha_banda_cab_n_sim_m {  /*confirmado*/
    height: 27px;
   /* background: #1C8595;*/
    text-align: center;
   /* color: #FFF;*/
    font-size: 11px;
    padding: 6px 0;
    font-weight: bold;
    clear: both;
}
.fecha_banda_cab_sel {
    height: 27px;
    /* background: #29ABE2;*/
     text-align: center;
  /*   color: #FFF;*/
     font-size: 11px;
     padding: 6px 0px;
     font-weight: bold;
     clear: both;
}

.fecha_banda_con {
  /*  height: 20px;*/
    text-align: right;
    font-size: 23px;
    vertical-align: top;
    float: left;
    width: 50%;
}
.fecha_banda_con_sel {
   /* height: 20px;*/
    text-align: right;
    font-size: 23px;
    vertical-align: top;
    float: left;
    width: 50%;
}

.fecha_banda_pie {
   /* height: 33px;*/
    font-size: var(--font-size-md);
    text-align: left;
    text-transform: uppercase;
    float: right;
    width: 46%;
    margin: 12px 0px 0px 0px;
}
.fecha_banda_pie_sel {
    font-size: var(--font-size-md);
    text-align: left;
    text-transform: uppercase;
    float: right;
    width: 46%;
    margin: 12px 0px 0px 0px;
}

.fecha_banda_cab_selrt {
    height: 18px;
    text-align: center;
    color: #000;
}


.texto_condiciones {
    float: left;
    text-align: right;
    margin-left: 5px;
    margin-top: 20px;
    width: 180px;
}
#contendor_iz {
    /*width: 947px;*/
    margin-left: 5px;
}
.oferta {
    width: 300px;
    height: 300px;
    background: #FFC;
    float: left;
    margin-left: 3px;
}
#contenido_ida {
    margin: 5px 0px 10px 7px;
    background-color: #fff;
    /*border: 1px solid #cccccc;*/
    /*border-radius: 3px;*/
    padding: 1px;
    width: 98%;
}
#Contenido_main {
    margin: 20px 0px 20px 0px;
    background-color: #fff;
    border: 1px solid #00578A;
    border-radius: 3px;
    margin-left: 2px;
    margin-top: 5px;
    padding: 1px;
    width: 99%;
}
#matrix { /* confirmado*/
    margin-top: 5px;
    background-color: #fff;
    /* border:1px solid #00578A;*/
    border-radius: 3px;
    margin-left: 2px;
    padding: 1px;/*  width: 99%;*/
}
#tabla60porciento {
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid #00578A;
    border-radius: 3px;
    margin-left: 2px;
    padding: 1px;/*    width: 60%;*/
}
#tabla40porciento {
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid #00578A;
    border-radius: 3px;
    margin-left: 2px;
    padding: 1px;/*    width: 60%;*/
}
#contenido_body {
    /*	border-right: 1px #CCCCCC solid;
border-left: 1px #CCCCCC solid;*/
    background-color: #FFF;
    padding: 3px;
}
#contenido_vuelta {
    margin: 5px 0px 10px 7px;
    background-color: #fff;
    /*border: 1px solid #cccccc;*/
    border-radius: 3px;
    padding: 1px;
    width: 98%;
}
.Filas_tabla_titulo {
    margin-bottom: 2px;
}
.Filas_tabla_titulo h2 {
    margin-bottom: 3px;
    margin-top: 3px;
}
.Filas_tabla_der {/*confrimado*/
    width: 15%;
    float: right;
}
.Filas_tabla_der2 { /*confrimado*/
    width: 15%; /*489px;*/
    float: right;
}
.Filas_tabla_der_inter {
    width: 92px;
    float: right;
    margin-top: 3px;
}
.divcostofa {/*confirmado*/
    width: 100%;
   /* height: 50px;*/
    font-size: 10px;
    float: left;
    margin: 1px;
    text-align: center;
    padding: 5px 0px 5px 0px;
}
.divcostofa_ida {/*confirmado*/
    width: 90%;
    /*height: 50px;*/
    float: left;
  /*  margin: 1px;*/
    text-align: center;
    padding: 5px 0px 5px 0px;
}
.divcostofa_vuelta {/*confirmado*/
    width: 90%;
  /*  height: 50px;*/
    float: left;
  /*  margin: 1px;*/
    text-align: center;
    padding: 5px 0px 5px 0px;
}
.seleccionar {
    background-color: #FEC41E!important;
    font-size: 14px;
    color: #333!important;
    font-weight: bold;
}
.divcostofacabecera { /* confrimado*/
    width: 90%;
    /*height: 50px;*/
    float: left;
    margin: 1px;
    padding: 1px;
    text-align: center;
    /*border: 1px solid #000;*/
}
.FX { /*confrimado*/
    background-color: #CCCCCC;
}
.FL { /*confirmado*/
    background-color: #999999;/*color: #CCC;*/
}
.FXBLO {
    background-color: #CCCCCC;
}
.FLBLO {
    background-color: #CCCCCC;
}
.LE { /*confrimado*/
    background-color: #DDDDDD;
}
.LEBLO {
    background-color: #CCCCCC;
}
.SP { /*confrimado*/
    background-color: #EEEEEE;
}
.SPBLO {
    background-color: #CCCCCC;
}
.resalta:hover {
    /*background-color: #FEC41E;*/
    cursor: pointer;
    color: #fff;
    background-color: #31708f;
}
.Filas_tabla_iz_inter {
    width: 578px;
    float: left;
}
.Filas_tabla_iz {/*confirmado*/
    width: 80%;
    float: left;
    margin-left: 7px;
}
.Filas_tabla_iz2 { /*confirmado*/
    float: left;
    width: 80%;
    margin-left: 7px;
}
.fondo {/*confirmado*/
    background-color: #F0F0F0;
}
.fila_num {
    float: left;
    font-size: 16px;
    width: 30px;
    text-align: center;
    margin-top: 5px;
    color: #007A2E;
}
.stop {
    font-size: 8px;
}
.mas1 {
    font-size: 7px;
}
.costo_moneda {
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}
.label_a {
    float: left;
}
.ContendorLateral {
    margin: 10px 0px 10px 2px;
    background-color: #fff;
    border: 1px solid #00578A;
    border-radius: 3px;
    width: 99%;/*padding: 1px;*/
}
.titulo_lateral {
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    background-color: #CCCCCC;
}
.titulo_resumen {
    color: #000;
    font-size: 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-left: 5px;
    color: #FFF;
    margin: 8px;
    background-color: #00578A;
}
#con_resumen {
    padding: 0px 8px 8px 8px;
}
.titulo_lateral_costo {
    text-align: center;
    font-size: 18px;
    padding: 5px;
    background-color: #fec41e;
    color: #000;
}
#VueloIdaResumen {
    background-color: #F0F0F0;
}

#PasjerosResumen {
    background-color: #F0F0F0;
}
#CostoResumen {
    float: right;
    width: 500px;
}
.contenido_resumen {
    font-size: 12px;
    text-align: center;
}
.titulo_interno {
    font-weight: bolder;
    font-size: 12px;
}

#montos_label h2 {
    color: #FFF;
}

.resaltado {
    background-color: #FF3;
}
.table_resumen th {
    background-color: #005085;
    color: #FFF;
    border: 1px dotted #CCCCCC;
}
.table_resumen {
    border: 1px solid #000000;
}
.table_resumen td {
    text-align: center;
}
.linea {
    margin-bottom: 24px;
    border: 1px dotted #000;
}
.itinerarios_a {
    width: 99%;
}
/**para rt cuadro **/
.fecha_banda_rt { /*confirmado*/
    width: 14%;
    float: left;
    margin-left: 2px;
    margin-top: 1px;
    height: 30px;
}
.fecha_banda_rt_v { /*confirmado*/
    width: 108px;
    float: left;
    margin-left: 2px;
    margin-top: 1px;
    /*height: 30px;*/
}
.fecha_banda_n_rt { /*confirmado*/
    width: 14%;
    float: left;
    margin-left: 2px;
    margin-top: 1px;
}
.contendor_op {
    min-height: 100px;
    border: 1px solid #999;
    margin: 5px;
    border-radius: 3px;
    padding: 3px;
}
.vuelos_opciones {
    width: 78%;
    float: left;
}
.costo_opcion {
    width: 20%;
    float: left;
    padding: 5px;
}
.IdaOpcion {
    border: 1px solid #209051;
    border-radius: 3px;
}
.VueltaOpcion {
    border: 1px solid #999;
    border-radius: 3px;
    margin-top: 1px;
}
.costo_opcion_d {
    border: 1px solid #209051;
    border-radius: 3px;
    width: 150px;
    padding: 3px;
    margin-left: 20px;
}
.montoc {
    font-size: 18px;
    text-align: center;
    padding: 2px;
}
.montor {
    font-size: 14px;
    text-align: center;
    padding: 1px;
}
.botonlink {
    background-color: #09F;
    color: #FFF;
    border-radius: 3px;
    padding: 3px;
    margin: 3px 0px 3px 0px;
}
.textoMonto {
    font-size: 12px;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
}
.boton {
    text-align: center;
    padding: 2px;
    height: 20px;
    margin-top: 10px;
}
.linea_rija {
    width: 100%;
    height: 35px;
    background-color: #E34334;/*margin: 0px 0px  0px 10px;*/
}
.selCab {
    background-color: #FEC41E;
    color: #066;
}
.tipopago_credito_pax {
    float: left;
}
.table_resumen th {
    background-color: #005085;
    color: #FFF;
    border: 1px dotted #CCCCCC;
}
.table_resumen {
    border: 1px solid #000000;
}
.table_resumen td {
    text-align: center;
}
.tipopago_credito {
    width: 90px;
    height: 77px;
    border: 1px #99CCCC solid;
    background-color: #FFF;
    float: left;
    padding: 5px;
    margin-left: 4px;
}
.imagen_tarjeta_cash
{ height:80px;
}
.imagen_tarjeta
{ height:50px;
}
.tipopago_credito_medios_cash {
    width: 95%;
    border: 1px #99CCCC solid;
    background-color: #FFF;
    float: left;
    padding: 5px;
    margin-left: 4px;
}
.tipopago_credito_cash {
    width: 90px;
    height: 100px;
    border: 1px #99CCCC solid;
    background-color: #FFF;
    float: left;
    padding: 5px;
    margin-left: 4px;
}
.tipopago_credito_pax {
    width: 70px;
    height: 40px;
    border: 1px #99CCCC solid;
    background-color: #FFF;
    float: left;
    padding: 5px;
    margin-left: 4px;
}

.mensajes {
    border: 1px solid #faebcc;
    background-color: #FCF8E3;
    padding: 10px;
    margin: 10px 4px 10px 1px;
    border-radius: 3px;
}
.lugares {
    font-size: 11px;
}
#errortar {
    color: #F00;
    font-size: 14px;
}
.marcotar {
    border: 1px solid;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 13px;
    width: 380px;
}

.activeee
{
    color:var(--color-secondary) !important;
    font-weight: bold;
}
.inactive
{
    color: rgba(194, 181, 181, 0.616);
}

/****/
.flightComponent__airports {
    margin-top: 1.5rem;
    width: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
  }
  .flightComponent__details {
  /*  max-width: 280px;*/
    margin: 0;
  }
  .flight_airports {
    margin-top: 1.5rem;
    width: 20%;
  
    display: flex;
   
    flex-direction: column;
    text-align: center;
    float: left;
  }
  
  .flight_number {
    margin-top: 2.7rem;
    width: 10%;
   /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-orient: vertical;
  /*  -webkit-box-direction: normal;*/
   /* -ms-flex-direction: column;*/
  /*  flex-direction: column;*/
    text-align: center;
    float: left;
    font-weight: bold;
    margin-left: 10px;
  }
  fligh
  .flight_operador {
   /* margin-top: 1.5rem;*/
    width: 20%;
  /*  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
 /*   -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;*/
   /* flex-direction: column;*/
    text-align: center;
    float: left;
  }
  .flight_airports_arrival {
    margin-top: 1.5rem;
    width: 20%;
  
    display: flex;
   
    flex-direction: column;
    text-align: center;
    float: left;
    
  }
  .flight_airportsCode {
    font-size: var(--font-size-lg);
    font-weight: bold;
  }
  .opvida {
    width: 120px;
    height: 120px;
    background-color: #1C8595;
    border-radius: 13px;
    cursor: pointer;
    padding-top: 20px;
    font-size: 20px;
    color: #FFF;
  }
  .opvvacia {
    width: 117px;
    height: 118px;
    background-color: #EFF1F7;
    border-radius: 13px;
    cursor: none;
    padding-top: 49px;
    font-size: 11px;
    color: #000;
  }
  .opvida:hover {
   
    background-color: #F44E2D;;
    color: #FFF;
    cursor: pointer;
  }

  .opvuelta {
    width: 120px;
    height: 120px;
    background-color: #1C8595;
    border-radius: 13px;
    cursor: pointer;
    padding-top: 20px;
    font-size: 20px;
    color: #FFF;
  }
  .opvuelta:hover {
   
    background-color: #F44E2D;;
    color: #FFF;
    cursor: pointer;
  }
  
  
  .flight_time {
    font-size: var(--font-size-md);
  }
  .flightComponent__graph {
  /*  margin-top: 1.5rem;*/
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: var(--font-size-md);
   /* padding-top: 23px;*/
    text-align: center;
    width: 20%;
    float: left;
  }
  .flightComponent__details p {
    margin: 0;
      margin-left: 0px;
  }
  .flightComponent__total {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .25rem;
    min-height: 2rem;
    cursor: pointer;
    font-size: var(--font-size-xs);
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    background-color: var(--color-overlay-05);
  }
  .flightComponent__totalDetail {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: underline;
    -webkit-box-shadow: 0 1px 0 0 var(--color-overlay-10);
    box-shadow: 0 1px 0 0 var(--color-overlay-10);
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
  }

  #calculodeprecios{
    
    width: 50%;
    background-color: #FFF;
    border-radius: 5px;
    color: #000;
    padding: 15px;
    margin-bottom: 9px;
    margin-left: 50%;
    font-size: var(--font-size-xl);
    font-weight: bold;
  }

  .botonredencion
  {
    padding: 20px 30px 20px 30px;
  }
  .caja_formulario_pasjeros
  {
    width:100%;padding: 2px 1px 2px 5px;
    border: 1px solid #e2e2e2;
    background-color: #FFF;
  }
  .caja_imput
  {
    width:84%;border: none;
    line-height: 34px;
  }
  .caja_div_datos
  {
    background-color:#FFF;
  }
  .caja_imput_select
  {
    width:100%;
    border: none;;
    background-color: #FFF;
    line-height: 34px;
    height: 36px;
  }
  .itinerio_ida_contenedor
  {background-color: #FFF;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 2px;}


    
.arrow-6 {
	/* more triangle */
	height: 10px; width: 10px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-width: 3px 3px 0 0;
	transform: rotate(45deg);
}

.arrow-6:before, .arrow-6:after {
	content: '';
	position: absolute;
	display: block;
	height: 10px; width: 10px;
	border-width: 3px 3px 0 0;
}

.arrow-6:before {
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-width: 3px 3px 0 0;
	/* top - distance minus border */
	top: 7px; left: -10px;
}

.arrow-6:after {
	border: 1px solid rgba(255, 255, 255, 1);
	border-width: 3px 3px 0 0;
	/* top - distance plus border */
	top: -13px; left: 10px;
}

button.opvuelta[disabled] {
    cursor: default;
    background-color: #999;
  }
  button.opvuelta:hover[disabled] {
  background-color: #999;
  }


  .nav-pills > li{
    float: none;
  }

/*******************************************************/


.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.fade {
    transition: opacity 0.15s linear;
  }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none;
    }
  }
  .fade:not(.show) {
    opacity: 0;
  }

  .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
  }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
  }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
  }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.25;
  }
  
  .btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
  }


  .dropup,
  .dropend,
  .dropdown,
  .dropstart {
    position: relative;
  }
  
  .dropdown-toggle {
    white-space: nowrap;
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  
  .dropdown-menu {
    position: absolute;
    z-index: 1200;
    display: none;
    min-width: 13em;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 13px;
    color: #212529;
    text-align: center;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
  }
  
  .dropdown-menu-start {
    --bs-position: start;
  }
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  
  .dropdown-menu-end {
    --bs-position: end;
  }
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  
  @media (min-width: 576px) {
    .dropdown-menu-sm-start {
      --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0;
    }
  
    .dropdown-menu-sm-end {
      --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 768px) {
    .dropdown-menu-md-start {
      --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0;
    }
  
    .dropdown-menu-md-end {
      --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 992px) {
    .dropdown-menu-lg-start {
      --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0;
    }
  
    .dropdown-menu-lg-end {
      --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 1200px) {
    .dropdown-menu-xl-start {
      --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0;
    }
  
    .dropdown-menu-xl-end {
      --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
      --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0;
    }
  
    .dropdown-menu-xxl-end {
      --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto;
    }
  }
  .dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
  }
  .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
  }
  .dropup .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  
  .dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
  }
  .dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .dropend .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .dropend .dropdown-toggle::after {
    vertical-align: 0;
  }
  
  .dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
  }
  .dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
  }
  .dropstart .dropdown-toggle::after {
    display: none;
  }
  .dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
  }
  .dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .dropstart .dropdown-toggle::before {
    vertical-align: 0;
  }
  
  .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef;
  }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd;
  }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
  }
  
  .dropdown-menu.show {
    display: block;
  }
  
  .dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
  }
  
  .dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
  }
  
  .dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
  }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
  }
  .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
  }
  .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd;
  }
  .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd;
  }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
  }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd;
  }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand-xxl .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}