@import url('https://fonts.googleapis.com/css?family=Raleway');

.form-control, .form-control:focus{
   /* color: #bbd319; */
}

/* Productos */
ul#encontrados {
    position: absolute;
    background-color: #fff;
    padding: 0;
    list-style: none;
    padding: 11px;
    width: 98%;
    height: 202px;
    overflow: auto;
    border: 1px solid #ddd;
}
ul#encontrados li {
    line-height: 2.2;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 8px;
}
ul#encontrados li:hover {
    background-color: #0090d6;
    color: #fff;
}
/* end Productos */


/* Ventas */
#registrar_venta{
  display: none;
}
/* Ventas */

.navbar-dark .navbar-brand {
    background-color: #fff;
}
nav.navbar.navbar-dark.bg-dark.flex-md-nowrap.p-0.shadow {
    background: #bbd319 !important;
}
.tabla-scroll {
    overflow: auto;
    height: 565px;
}
.table td, .table th {
    font-size: 12px;
}
.icon-left {
    float: left;
    width: 26px;
    height: 41px;
    margin-right: 15px;
}
.delete_close {
    color: white;
    cursor: pointer;
    background-color: red;
    display: inline-block;
    padding: 0px 6px;
    border-radius: 5px;
}
#farmacia_logeada{
  display: none;
}
#menu_left .feather {
    width: 35px;
    height: 35px;
}
ul#menu_left li a {
    font-size: 20px;
}
nav.navbar h5 {
    color: #fff;
}
.custom-file-label::after {
    content: 'Cargar factura' !important;
}
.custom-file-label {
    color: #fff;
    background-color: #0090d6;
    border: 1px solid #0090d6;
    justify-content: left !important;
}
label {
    font-weight: bold;
}
div#loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    padding-top: 10%;
}
footer{
  margin-top: 70px;
}

.alert {
    padding: 3px;
    margin-bottom: 2px;
}

#pagelogin{
    background-color: #c1d72e;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}
.card-container.card {
    max-width: 450px;
    padding: 40px 40px;
}

header {
    /* padding: 12px; */
    margin-bottom: 30px;
}

footer {
    margin: 37px 0 10px 0;
    padding: 20px 0;
}
.text-primary {
    color: #a6bd0b !important;
}
td, tr{
    font-size: 12px;
}

.cambiosguardados {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 14px 4px 14px;
    border-radius: 0;
}

th{
    text-transform: uppercase;
}

.checkconfirmacioncss{
    width: 20px;
    height: 20px;
}

.list-group-item{
    font-size: 14px;
}

ul.list-group {
    position: relative;
    z-index: -1;
}

.ui-menu .ui-menu-item {
    font-size: 12px !important;
}

/*
 * Card component
 */
.card {
    background-color: #fff;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    color: #000;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p{
    font-size: 14px;
}

a{
    color: #bbd319;
}

.btn-success {
    background-color: #bbd319;
    border-color: #bbd319;
}

.btn-primary{
    background-color: #4CAF50;
    border: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.margen-izquierda{
    margin-left: 10px;
}

#acceder, #logo {
    margin: 0 auto;
}

#buscarfarmacia{
    opacity: 0;
}

#login .input-group {
    margin: 0 auto;
    margin-bottom: 14px;
}

input#acceder {
    float: left;
    width: 164px;
}

#hideforloader{
    display: none;
}

div#resultado {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    z-index: 1000;
}

.listado_ajax {
    display:none;
    position: absolute;
    z-index: 10;
    background-color: #fff;
    width: 97%;
    padding: 7px;
    border: 1px solid #ccc;
    height: 207px;
    overflow: auto;
}
.listado_ajax > div{
    border-bottom: 1px solid #ccc;
    padding: 5px;
    cursor: pointer;
}
.listado_ajax > div:hover{
    background-color: #0090d6;
    color: #fff;
}
label[for="linea"]{
  width: 100%;
}
