/**********************
** CSS PRINCIPAL 
** CSI MX/LATAM
** V: 1.0.0
**********************/
/*
[type="date"] {
  background:#fff 97% 50% no-repeat ; /url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)/
}

[type="date"]::-webkit-inner-spin-button {
  display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
*/
*{
  padding: 0px;
  margin: 0px;
}

html,body {
  width:100%;
  height:100%;
  font-size: 75%
}

body {
  font-family: Helvetica Neue,Arial,Helvetica,sans-serif;
  font-size: 75%;
  color: #666666;
  overflow-x:hidden;
  background-color: withe;
}
h1 {
  margin-bottom: 0px;
  font-size: 2em;
  color: #000000;
  font-family: bmw_groupbold,arial,helvetica,sans-serif;
}
h2 {
  font-size: 2em;
  color: #666666;
  font-family: bmw_groupbold,arial,helvetica,sans-serif;
}
h4 {
  font-size: 1em;
  color: #000000;
}
legend {
  color: #666666;
  font-size: 1em;
}
.logo {
  text-align: right;
}
hr {
  background: #666666 none repeat scroll 0 0;
  clear:both;
  float:none;
  width:100%;
}

.login{
  width: 70%;
  margin: auto;
}

.encabezado{
  width: 100%;
}

.titulos{
  padding-top: 2.90rem;
  width: 80%;
  float: left;
}

.modulos{
  float: right;
  width: 20%;
}

.image-modulos {
  float: right;
  width: 103px;
  box-shadow: 2px 2px 10px #666;
}

.form-login {
  width:100%;
  margin-top: 2.5rem;
}

fieldset{
  min-width: 300px;
  max-width: 330px;
  padding: 1.3em;
  margin: 0 0 1.5em 0;
  border: 1px solid #ccc;
}

legend{
  color: #666666;
  font-size: 1.1em;
  font-weight: bold;
}

label{
  color: #666666;
  font-size: 1em;
  font-weight: bold;
}

.entrar{
  width: 100%;
  padding-right: .7em;
}

.formato_submit{
  float: right;
  font-size: 1.2em;
  padding:2px 8px 3px 8px;
}

.formato_input{
  font-size: 1em;
  padding: 3px 2px;
}

.barra_principal{
  background: #375480 none repeat scroll 0 0;
  color: #FFFFFF;
  padding: 6px 0px 0px 20px;
}

.barra_principal h6{
  padding-left: .05rem;
  font-size: 1.5em;
  font-weight: bold;
}

.barra_logout{
  background: #d6e3f2 none repeat scroll 0 0;
  padding: 6px 0px 6px 0px;
  border-bottom: 1px solid #8db2e2;
}

.barra_logout a{
  color: #000000;
  border: #d6e3f2 solid 1px;
  padding:2px 3px 2px 3px;
}

.barra_logout a:hover{
  color: #000000;
  text-decoration: none;
  border: #8db2e2 solid 1px;
  border-radius: 0.25rem;
}

.logout{
  text-align: right;
  padding-right: 1.25rem;
  font-size:13px;
}

.barra_menu{
  background: #d6e3f2 none repeat scroll 0 0;
}

.card-header{
  background-color: #d6e3f2;
  border-bottom: 1px solid #8db2e2;
}

.navegacion-left {
  float: left;
  width: 250px;
  /*height: 100%;*/
}

.navegacion2-left {
  float: left;
  width: 290px;
  font-size: 11px;
  /*height: 100%;*/
}

.navegacion {
  float: left;
  width: 100%;
  padding-left: .25rem;
  padding-right: .25rem;
  height: 100%;
}

.contenido-principal {
  float: right;
  padding-right: .25rem;
  padding-left: .25rem;
  /*height: 550px;*/
  height: 100%;
  flex: 1;
}

.contenido-principal2 {
  float: right;
  padding-right: .25rem;
  padding-left: .25rem;
  height: 112%;
  flex: 1;
}

.contenido_left, .contenido_right {
  border: 1px #8db2e2 solid;
  height: 100%;
}

.myGrid{
  width: 100%;
  height: 100%;
}

.titulo{
  width: 100%;
  padding: 8px;
  padding-left: 10px;
  background-color: #d6e3f2;
  border-bottom: 1px solid #8db2e2;
  font-size: 12px;
  color: #15428b;
}

.titulo2{
  width: 100%;
  padding: 8px;
  padding-left: 10px;
  padding-bottom: 3px;
  background-color: #d6e3f2;
  border-bottom: 1px solid #8db2e2;
  font-size: 12px;
  color: #15428b;
}

.herramientas{
  width: 100%;
  padding: 4px;
  background-color: #d6e3f2;
  border-bottom: 1px solid #8db2e2;
}

.color-green{
  color: green;
}

.color-red{
  color: red;
}

.boton1{
  font-size: 12px;
  border: none;
  background-color: #d6e3f2;
  border: 1px solid #d6e3f2;
  padding: 4px;
  display: block;
}

.boton1Menu{
  font-size: 12px;
  /*border: none;*/
  /*background-color: #d6e3f2;*/
  border: 1px solid #8db2e2;
  padding: 4px;
  display: block;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.boton1Menu:hover {
  border-top: 1px solid #8db2e2;
  border-left: 1px solid #8db2e2;
  border-right: 1px solid #8db2e2;
  border-bottom: 0px;
  display: block;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-weight: bold;
}

.boton1-1{
  font-size: 12px;
  font-weight: bold;
  /*border: none;*/
  /*background-color: #d6e3f2;*/
  border-top: 1px solid #8db2e2;
  border-left: 1px solid #8db2e2;
  border-right: 1px solid #8db2e2;
  padding: 4px;
  display: block;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.boton2{
  font-size: 12px;
  border: none;
  background-color: #d6e3f2;
  border: 1px solid #d6e3f2;
  padding: 1px;
  display: block;
}

.boton2{
  font-size: 12px;
  border: none;
  background-color: #d6e3f2;
  border: 1px solid #d6e3f2;
  padding: 2px;
  display: block;
}

.boton4{
  font-size: 12px;
  border: none;
  background-color: #f0f0f0;
  padding: 5px 6px;
  display: block;
}

.boton5{
  font-size: 12px;
  border: none;
  padding: 8px 8px;
  display: block;
  background-color: #fff;
}

.boton6{
  font-size: 12px;
  color: #15428b;
  border: none;
  padding: 0;
  display: block;
  background-color: #d6e3f2;
}

.boton7{
  font-size: 12px;
  border: none;
  padding: 8px 8px;
  padding-left: 6px;
  display: block;
  background-color: #f0f0f0;
}

.boton4_1{
  font-size: 12px;
  border: none;
  background-color: #f0f0f0;
  padding: 5px 6px;
  display: block;
}

.boton8{
  font-size: 12px;
  border: none;
  background-color: #d6e3f2;
  border: 1px solid #d6e3f2;
  border-radius: 0.25rem;
  padding: 4px;
  display: block;
  margin-left: 5px;
  margin-top: 2px;
}

.boton8:hover {
  border: 1px solid #8db2e2;
  text-decoration: none;
  border-radius: 0.25rem;
}

.boton1:hover {
  border: 1px solid #8db2e2;
  text-decoration: none;
  border-radius: 0.25rem;
}

.boton2:hover {
  border: 1px solid #8db2e2;
  text-decoration: none;
  border-radius: 0.25rem;
}

.boton3:hover {
  border: 1px solid #8db2e2;
  text-decoration: none;
  border-radius: 0.25rem;
}

.boton4:hover {
  text-decoration: none;
  font-weight: bold;
  border-radius: 0.25rem;
}

.boton5:hover,
.boton6:hover,
.boton7:hover{
  text-decoration: none;
  font-weight: bold;
}

.boton7:hover{
  color: blue;
}

.botones{
  display: flex;
  margin-bottom: 0px;
  list-style: none;
  width: 90%;
}

.card-header-tabs{
  font-size: 12px;
}

.botones2{
  position: relative;
  float: right;
  list-style: none;
}
.botones3{
  display: flex;
  margin-bottom: 0px;
  list-style: none;
  float: right;
}
.botones4{
  position: absolute;
  float: right;
  list-style: none;
}
.refresh{
  float: right;
  margin-top: -25px;
  margin-bottom: -25px;
  position:relative;
}

.mercado{
  float: right;
  /*margin-top: -5px;*/
  margin-top: -18px;
  /*margin-bottom: -25px;*/
  /*position:relative;*/
  /*border:2px solid red;*/
}

.mercado2{
  float: right;
  margin-top: -6px;
}

.a{
  border:2px solid pink;
  /*height: 650px;*/
  /*float: right;*/
  /*margin-top: -25px;*/
  /*margin-bottom: -25px;*/
  /*position:relative;*/
}

.centrado{
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.centrado h1{
  font-size: 80px;
}

.ValidacionCampos{
  color: red;
}

.ventana_modal_form{
  background-color: #c7d6e9;
  border-radius: 0.25rem;
}

.submitVentaModal{
  float: right;
  font-size: 1.1em;
  margin-top: 1em;
  padding:.3em;
}

.submitVentaModal2{
  float: right;
  font-size: 1.1em;
  margin-top: 2.5em;
  padding:.3em;
}

.submitVentaModal3{
  float: right;
  font-size: 1.1em;
  margin-top: 2.5em;
  padding:.3em;
}

.formularioModal{
  padding-top:.5em;
  padding-right: .7em;
}

.formularioModal-left{
  padding-top:.5em;
  padding-left: .7em;
}

.formVentanaModalHeading{
  /*border-bottom: solid #c7dbe7 2px;*/
  border-bottom: 2px solid #8db2e2;
  background-color: #c7dbe7;
  padding: .5em;
  font-size: 1.2em;
  font-weight: bold;
  color: #1542a9;
}

.formVentanaModal{
  background-color: #c7d6e9;
  padding: .5em;
  height: 100%;
}

.closeVentanaModal{
  float: right;
  font-size: .7em;
  padding:3px;
  border: solid #c7dbe7 1px;
  background-color: #c7dbe7;
  border-radius: 0.25rem;
}

.closeVentanaModal:hover{
  border: solid #000 1px;
  border-radius: 0.25rem;
}

.formato_input_ventanaModal{
  width: 75%; 
  font-size: 1em;
  padding: 3px 2px;
}

.input_edit{
  width: 95%; 
  font-size: 1em;
  padding: 3px 2px;
  /*border: solid 1px black;*/
}

.input_edit4{
  width: 100%; 
  font-size: 1em;
  padding: 5px;
  /*border: solid 1px black;*/
}

.input_edit5{
  width: 100%; 
  font-size: 1em;
  padding: 3px 2px;
  /*border: solid 1px black;*/
}

.input_edit2{
  width: 30%; 
  font-size: 1em;
  padding: 3px 2px;
}

.input_edit3{
  width: 70%; 
  font-size: 1em;
  padding: 3px 2px;
}

.alineacion{
  margin-right: 2px;
}

.estilotextarea {
  width: 100%;
  height: 180px;
}

.estilotextareaVentas {
  width: 100%;
  height: 80px;
}

.estilotextareaServicio {
  width: 95%;
  height: 80px;
}
/***************************/
/***************************/
#A{
  /*border: solid green 2px;*/
  height: 100%;
}
#Security{
  height: 100%;
}

.file-input {
  visibility: hidden;
  width: 0;
  position: relative;
}
.file-input::before {
  content: 'Select some files';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
  visibility: visible;
  position: absolute;
}
.file-input:hover::before {
  border-color: black;
}
.file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.espacio{
  padding-right: 5px;
}

/***************************/
.separador {
  font-size: 1.5em;
  padding-left:2px;
  padding-right:2px;
  color: #8db2e2;
}
.separador2 {
  font-size: .8em;
  padding-left:2px;
  padding-right:2px;
  color: #8db2e2;
}
.separador3 {
  font-size: .8em;
  padding-left:2px;
  padding-right:2px;
  color: #d6e3f2;
}

.barra_subMenu{
  background: #d6e3f2 none repeat scroll 0 0;
  padding: 2px 0px 2px 0px;
  padding-left: .25rem;
  border-bottom: 1px solid #8db2e2;
}
/***************************/

.recuadroForm{
  margin: 5px;
  padding: .5em;
  border: 1px solid #8db2e2;
  border-radius: 0.25rem;
}

.textbold{
  font-weight: bold;
  color: #1542a9; 
}

.distancia{
  padding-left: 3px;
  padding-right: 3px;
}

#final{
  background: #333;
	color: white;
	height: 80px;
	
	left: 0; /* Posicionamos la cabecera al lado izquierdo */
	bottom: 0; /* Posicionamos la cabecera pegada arriba */
	position: fixed; /* Hacemos que la cabecera tenga una posición fija */
}

/****/

/* MENU DESPLEGALBE*/
/* Style The Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f0f0f0;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
    border: 1px solid #71bb87;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f0f0f0}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #f0f0f0;
}


/****AAAAAAAAAAAAAAAAAA*****/

/* The container <div> - needed to position the dropdown content */
.dropdown2 {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f0f0f0;
    min-width: 460px;
    margin-left: 100%;
    margin-top: -20%;
    padding: 4px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
    border-bottom: 1px solid #8db2e2;
}

/* Links inside the dropdown */
.dropdown-content2 a {
    color: black;
    padding: 5px 6px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content2 a:hover {background-color: #f0f0f0}

/* Show the dropdown menu on hover */
.dropdown2:hover .dropdown-content2 {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown2:hover .dropbtn {
    background-color: #f0f0f0;
}

.mensaje_fin_filas{
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.mensaje_fin_filas h4,
.mensaje_error h4{
  text-align: center;
}

.mensaje_fin_filas2{
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.mensaje_error{
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.recuadroFormERROR{
  margin: 5px;
  padding: .5em;
  border: 2px solid #8db2e2;
  border-radius: 0.25rem;
  background-color: rgba(141,178,226,0.1);
  /*opacity:0.2;*/
}

.botonERROR{
  border: solid #8db2e2 2px;
  border-radius: 0.25rem;
  background-color: rgba(141,178,226,0.5);
  color: #fff;
  font-weight:bold;
  font-size: 1.1em;
  margin-top: 1.1em;
  padding:.5em;
}

.botonERROR:hover{
  background-color: rgb(141,178,226);
}


.altura{
  height: 100%;
  /*border: solid red 2px;*/
}

.altura3{
  height: 100%;
  /*border: solid yellow 2px;*/
}

.altura2{
  height: 100%;
  /*border: solid black 2px;*/
}