/*!
 * Start Bootstrap - One Page Wonder (https://startbootstrap.com/template-overviews/one-page-wonder)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

header.masthead {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

header.masthead>.overlay {
  padding: 5rem 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}

@media (min-width: 992px) {
  header.masthead>.overlay {
    padding: 10rem 0;
  }
}

header {
  width: 100%;
}
 
header nav {
  background:#023859;
  z-index:1000;
  max-width: 1000px;
  width:95%;
  margin:20px auto;
}
 
header nav ul {
  list-style:none;
}
 
header nav ul li {
  display:inline-block;
  position: relative;
}
 
header nav ul li:hover {
  background:#E6344A;
}
 
header nav ul li a {
  color:#fff;
  display:block;
  text-decoration:none;
  padding: 20px;
}
 
header nav ul li a span {
  margin-right:10px;
}
 
header nav ul li:hover .children {
  display:block;
}
 
header nav ul li .children {
  display: none;
  background:#011826;
  position: absolute;
  width: 150%;
  z-index:1000;
}
 
header nav ul li .children li {
  display:block;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.5);
}
 
header nav ul li .children li a {
  display: block;
}
 
header nav ul li .children li a span {
  float: right;
  position: relative;
  top:3px;
  margin-right:0;
  margin-left:10px;
}
 
header nav ul li .caret {
  position: relative;
  top:3px;
  margin-left:10px;
  margin-right:0px;
}
 
@media screen and (max-width: 800px) {
  body {
    padding-top:80px;
  }
 
  .menu_bar {
    display:block;
    width:100%;
    position: fixed;
    top:0;
    background:#E6344A;
  }
 
  .menu_bar .bt-menu {
    display: block;
    padding: 20px;
    color: #fff;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
  }
 
  .menu_bar span {
    float: right;
    font-size: 40px;
  }
 
  header nav {
    width: 80%;
    height: calc(100% - 80px);
    position: fixed;
    right:100%;
    margin: 0;
    overflow: scroll;
  }
 
  header nav ul li {
    display: block;
    border-bottom:1px solid rgba(255,255,255,.5);
  }
 
  header nav ul li a {
    display: block;
  }
 
  header nav ul li:hover .children {
    display: none;
  }
 
  header nav ul li .children {
    width: 100%;
    position: relative;
  }
 
  header nav ul li .children li a {
    margin-left:20px;
  }
 
  header nav ul li .caret {
    float: right;
  }
}


.nav-item {
    position: relative;
    display: inline-block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown-content {
    display: none;
    background-color: #f9f9f9;
    min-width: 160px;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.nav-item:hover .dropdown-content {
    display: block;
}


.consultarEquipo {
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fafafa), color-stop(1, #dfdfdf));
  background:-moz-linear-gradient(top, #fafafa 5%, #dfdfdf 100%);
  background:-webkit-linear-gradient(top, #fafafa 5%, #dfdfdf 100%);
  background:-o-linear-gradient(top, #fafafa 5%, #dfdfdf 100%);
  background:-ms-linear-gradient(top, #fafafa 5%, #dfdfdf 100%);
  background:linear-gradient(to bottom, #fafafa 5%, #dfdfdf 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#dfdfdf',GradientType=0);
  background-color:#fafafa;
  -moz-border-radius:60px;
  -webkit-border-radius:60px;
  border-radius:20px;
  border:5px solid #dcdcdc;
  display:inline-block;
  cursor:pointer;
  color:#777777;
  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #ffffff;
}
.consultarEquipo:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #fafafa));
  background:-moz-linear-gradient(top, #dfdfdf 5%, #fafafa 100%);
  background:-webkit-linear-gradient(top, #dfdfdf 5%, #fafafa 100%);
  background:-o-linear-gradient(top, #dfdfdf 5%, #fafafa 100%);
  background:-ms-linear-gradient(top, #dfdfdf 5%, #fafafa 100%);
  background:linear-gradient(to bottom, #dfdfdf 5%, #fafafa 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#fafafa',GradientType=0);
  background-color:#dfdfdf;
}
.consultarEquipo:active {
  position:center;
  top:8px;
}
/*# sourceMappingURL=bootstrap.css.map */

label { 
      display:block;
      color:#000;
      margin:0;
      margin-bottom:0.1em;
      margin-top:0.7em;
      font-family: arial,verdana,helvetica,sans-serif;
      font-size: 0.8em;
    }

input[type=text], textarea 
{ 
  width:80%; 
  font-size: 0.8em; 
}

input[type=text]#codpostal
{
  width: 40%
  font-size: 0.8em;
}

input, textarea 
{ 
  padding:0.2em; 
  border:0;
  outline:0;  
  font-size: 0.8em;
}

textarea 
{ 
  border:1px 
  solid #0326C4; 
}

input:focus, textarea:hover, select:hover 
{ 
  border-bottom:2px 
  solid #0326C4;
}

select 
{ 
  /*width:80%; 
  margin:0 0 .5em 0; 
  padding:0.5em; 
  border:0;
  outline:0; 
  border:1px 
  solid #0326C4;
  background-color:#FED5F7;  */
  width:80%; 
  height: 2em;
  margin:0; 
  padding:0; 
  border:0;
  outline:0; 
  border:1px solid #FC60E2;
  border-radius: 0.25rem; 
}

/*
select:hover 
{
  border:2px 
  solid #0326C4;
}*/

input[type=submit], input[type=reset], input[type=button], button
{
  /*width:auto;
  border: 1px solid #0326C4;
  background-color:#fff; 
  font-weight:bold;
  margin:1.2em; 
  color:#000; 
  font-size:0.8em; 
  margin-right:0.4em;*/
  width:auto;
  border: 1px solid #FC60E2;
  background-color:#fff; 
  font-weight:bold;
  margin-bottom:1.2em; 
  color:#000; 
  font-size:0.8em; 
  margin-right:0.4em
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover , button:hover
{
  background-color:#dddddd;
  color:#000 ;
} 

.label1 
{ 
  display:inline;
}

hr.form 
{ 
  border:1px;
  margin:0; 
  padding:0;
  border-bottom:1px solid #000;
  margin:1em;
  width:98%;
}

hr.hrIndex
{
  border: 1px dashed solid #000;
  width: 60%;
}


p
{
  margin-left: 0.5em;
  margin-top: 0.5em;  
  text-align: center;
}

h4,h2
{
  text-align: center;
}

div#idFormIzq
{
  float: left;
  width: 45%;
  margin-left: 6em;
}

div#idFormDer
{
  float: right;
  width: 45%;
}

input#volver{
  float: right;
  margin-right: 1em;
}

form#datos {
  display: visible;
}

form#datos1{
  display: none;
}
@media screen and (max-width: 800px) {

  body{
    padding-top: 30px;
    width: 100%;
  }
  div#idFormIzq, div#idFormDer
  {
    float: center;
    width: 100%;
    margin-left: 1em;
  }

  input[type=text], select{
    width: 90%;
  }
  h2,h4{
    margin-left: 1em;
  }
  form#datos {
    display: none;
  }

  form#datos1 {
    display: block;
  }

}

@media screen and (min-width: 1400px) {

  div#idFormIzq
  {
    margin-left: 11em;
  }

}

div#idFormBuscar
{
  float: left;
  width: 45%;
  margin-left: 25em;
}

div#divBotones
{
  width: 90%;
  text-align: right;
}


div#divVolver
{
  width: 5%;
  margin-right: 1em;
  float: right;
}

div#divVolver1
{
  width: 16%;
  margin-right: 1em;
  float: right;
}

img.img-fluid
{
  height: 18em;
  width: 60em;
  background-repeat: no-repeat;
  background-position: 100%;
  border-radius: 20%;
  background-size: 100% auto;
}

img.img-logo
{
  height: 12em;
  width: 12em;
  background-repeat: no-repeat;
  background-position: 30%;
  border-radius: 30%;
  background-size: 3  0%;
  margin-left: 2em; 
}

div.divlogo
{
  width: 30%
  margin-left:1em;
}

label.usuario
{
  text-align: center;
  font-size: 2em;
}

input.usuario
{
  width:auto;
  border: 1px solid #0326C4;
  background-color:#fff; 
  font-weight:bold;
  margin:0.5em; 
  color:#000; 
  font-size:1em; 
  margin-left:0.1em;
  margin-right:0.4em;
}

div.usuario
{
  width: auto;
  margin-top: 2em;
  text-align: center;
}

input[type=submit].usuario
{
  width:5.5em;
}

div.pie
{
  width: 100%;
  background-color: #212529;
  color:#fff;
  text-align: center; 
  position: relative;
  clear: both;
           
}

.cons_opcion {
    margin:0; padding:0; margin-top:1em; position:relative;
  }
  
  .cons_opcion span { color:#7C7676; font-weight:bold; padding-left:0.85em;}
  
  .cons_opcion  form {
    margin:0; padding:0; position:relative; 
  }
  
  .cons_opcion  fieldset {
    width:90%;margin:0; padding:0.2em; padding-top:0.3em; position:relative;
  }

  
  .cons_opcion  label {
    display:inline;
    font-size:0.9em;
    color:#6AAEC4;
    margin:0;
  }
  
  .cons_opcion  input, .cons_opcion select  { 
    color:#333;
    background-color:#FFF;
    background-color:#FFF;
    border:1px solid #cdcdcd;
  }
  
  
  .cons_opcion input[type=text]    { 
    width:10%;  
  }

  .cons_opcion input[type=submit]  { 
    
    font-size:0.9em;  
  }
  
  .cons_opcion input:focus, .cons_opcion select:hover  { outline:1px #cccccc solid; background:#ffffff;}
  
  .cons_opcion input[type=submit]:hover { 
      background-color:#eeeeee;color:#6AAEC4;

    }

  .cons_tabla {
    color:#333;
    background:#FFF;
    border:0;
    margin: 1em;
    
  }
  
  .cons_tabla  th {
    border-bottom: 1px solid orange;
    padding:0;
    margin:0;
  }
  
  
  
  .cons_tabla {
    color:#000000;
    background-color:#f2f2f2;  
    margin-top:1em;
    padding:0;
    border-spacing:0;
    border-collapse:collapse;
  }
    
    
  .cons_tabla th {
    color:#9999FF; 
    background-color:#FFFFFF;
    font-size:0.8em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    vertical-align:middle;
    text-align:left;
    border:0;
    border-bottom: 1px #9999FF solid;
  }
    
  .cons_tabla td  {
    font-size:0.8em;
    line-height:1.2em;
    padding:0.2em;
    padding-top:0.4em;
    margin:0;
    background:#ffffff;
    vertical-align:top;   
    border:0;
    border-bottom: 1px #f2f2f2 solid;  
  }

  /*td
  {
    border: 1px solid;
  }*/

  #listado_personas
  {
    margin: 1em;
    border: none;
  }
  
  #encabprint { display:none; text-align:center;} 
  
  @media print {

/*  estilos para impresion    */
    #encabprint { display:block;}
    body { 
      font-size:14pt; 
      font-family:"times new roman",times;
      color:#000;
      background-color:#FFFFFF;   
      width:100%;
      border:none;
    }
  
    .volver{ display:none;}
    #encab { display:none;}
    #camino { display:none;}
    #cons_print { display:none;}
    #barra_superior { display:none;}
    #pie {  display:none;}
    
    .cons_opcion { display:none;}
}

body#login
{
  background: url('../images/fondo.png') no-repeat center center fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}

#verTiposDocumento {
  background-image: 
}

.img_image_menu {
  width: 40px;
}

#dropdownThemes {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

div#dropdownThemes {
  text-align: none;
}
/*
#tablaNuevaVenta, #tablaNuevaVentaPago{
  display: none;
}*/
