/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03-nov-2016, 18:30:43
    Author     : Raúl
*/

footer{
    background-color: #006699;
    min-height: 60px;
    margin-top: 50px;
}
main{
    min-height: 700px;
}
.navbar{
    border-radius: 0px !important;
}
template{
    display: none;
}
.dronpdown-content{
    display: none;
}
.dronpdown-header:hover{
    cursor:pointer;
    background-color: #006699;
    color: #fff;
}
.dronpdown-header i{
    padding-left: 20px;
}
.orange{
    color:orange;
}
.dronpdown-header td:last-child{
    text-align: center;
    font-size: 18px;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a{
    color: #fff !important;
}
.navbar-inverse{
    background-color: #006699 !important; 
    border: none !important;

}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border-color:#fff!important; 
}
.container-margin-top{
    margin-top: 30px;
}
.subtable{
    background-color: #ececec !important;
}
.contenedor-filtros{
    padding: 20px;
    border: 1px solid #006699;
    padding-bottom: 10px;
}

.btn-personalizado-rojo{
    background-color: red;
    padding: 7px;
    border-radius: 5px;
    color: #fff;
}

.btn-personalizado-verde{
    background-color: green;
    padding: 7px;
    border-radius: 5px;
    color: #fff;
}

.btn-personalizado{
    padding: 7px;
    border-radius: 5px;
    color: #fff; 
}
.green{
    background-color: green;
}

.blue{
    background-color: #006699;
}

.btn-personalizado:hover{
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

#crear-proveedor-vivo,
#crear-producto-vivo,
#crear-familia-vivo{
    background-color: #efefef;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.btn-personalizado-rojo:hover{
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background-color: #d00303;
}
.btn-personalizado-verde:hover{
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background-color:green;
}

button.new{
    float: right;
}

#boton-proveedor{
    margin-top: 5px;
    margin-bottom: 5px;
}
#boton-proveedor:hover{
    color: #fff;
}

button.filtro{
    background-color: #006699;
    color: #fff;
}
.listadoProveedores,
#listadoClientes,
#listadoProductos,
.listadoFamilia{
    border: 1px solid #ccc;
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    background-color: #fff;
    position: absolute;
    z-index: 1000;
}
#listadoClientes{
    margin-top: 31px;
}
.listadoProveedores li:hover{
    cursor: pointer;
}

.listadoProveedores li,
#listadoClientes li,
#listadoProductos li,
.listadoFamilia li{
    list-style: none;
    padding: 8px;
    border-bottom: 1px solid #ccc;
}
.separador{
    margin-top:30px;
}
.pagada{
    font-size: 18px;
}

.verde{
    color: green;
}
.rojo{
    color: red;
}

#listadoClientes li:hover,
#listadoProductos li:hover,
.listadoFamilia li:hover{
    cursor: pointer;
    background-color: #006699;
    color: #fff;
}
#lineas-existentes .contenedor-linea > div{
    display: inline-block;
}
table td,table th{
    text-align: center;
}
.separador-linea{
    width: 100%;
    border: 1px solid #ccc;
}
.contenedor-linea p{
    margin-bottom: 0px;
}
td.contenedor-precio-linea{
    padding-top: 20px;
    text-align: center;
}
.glyphicon-edit,
.glyphicon-remove{
    font-size: 20px;
    margin-left: 15px;
    margin-top: 10px;
}

#lineas-existentes td p{
    margin-bottom: 0px;
}

#lineas-existentes i.glyphicon-edit:hover,
#lineas-existentes i.glyphicon-remove:hover,
#pagos-cuenta-existentes .glyphicon-edit:hover,
#pagos-cuenta-existentes i.glyphicon-remove:hover{
    cursor: pointer;
}
#contenedor-totales,#contenedor-totales-pagos-cuenta{
    text-align: right;
}
#contenedor-login{
    padding: 20px;
    border: 1px solid #006699;
}
#respuesta{
    color: red;
}
#cargando{
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
    position: absolute;
    z-index: 10000;
    text-align: center;
    display: none;
}
#menu-principal{
    cursor: pointer;
}
text-center{
    text-align: center;
}
.estado{
    width: 10px;
    height: 10px;
    background-color: green;
    border-radius: 100%;
    margin-top: 5px;
}
.ok{
    background-color: green;
}
.ko{
    background-color: #facc49;
}
#boton-sincronizar,
#menu-usuario{
    margin-top: 7px;
    margin-left: 10px;
}

#tabla-totales{
    font-size: 18px;
}
#tabla-totales th,
#tabla-totales td{
    text-align: center;
}
.bloque{
    padding: 24px;
    border: 1px solid #069;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.ya-convertido{
    border-left: 4px solid red;
}

.contendor-botones button{
    margin-left: 5px;
}
#contenedor-tipo label{
    margin-right: 10px;
}
.concepto-linea{
    text-align: justify;
}
#boton-cliente{
    background-color: red;
    color: #fff;
}

.cambioOrdenTabla{
    background-color: #fd8686;
}
#descuento-max{
    color: red;
}
.glyphicon-download-alt{
    font-size: 17px;
    margin-left: 8px;
}
#form_new_gasto .form-group {
    margin-bottom: 5px;
}
.fila-aviso{
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #eee;
}
.fila-aviso i:hover{
    cursor: pointer;
}

.prioridad1{
    background-color: #fdd6d6;
}
.prioridad2{
    background-color: #fbf3d6;
}
.prioridad3{
    background-color: #e1ffd4;
}


/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.contenedor-botones{
    padding-top: 20px;
    min-height: 60px !important;
}
.contenedor-botones i{
    font-size: 20px;
}

.contenedor-botones .glyphicon-ok,
.contenedor-botones .glyphicon-folder-open
{
    float: right;
    padding: 6px;
    font-size: 20px;
    color: green;
    background-color: #fff;
    border-radius: 100%;
    padding: 10px;
}

.contenedor-fecha-aviso{
    font-size: 20px;
    color: #006699;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    margin-top: 20px;
}
.deslizar-contenido{
    text-align: center;
}
.deslizar-contenido i{
    padding: 6px;
    background-color: #fff;
    border-radius: 100%;
    padding-left: 7px;
    margin-top: 15px;
    text-align: center;
    color: #006699;
}
.descripcion-aviso{
    display: none;
    margin-top: 15px;
    text-align: left;
}
.subtable .glyphicon-send{
    color: #3faae0;
    margin-right: 20px;
    font-size: 16px;
}
.fa-whatsapp{
    font-size: 21px !important;
}

.subtable .fa-whatsapp{
    color: #2abd2a;
    margin-right: 10px;
}

#contenedor-avisos-mantenimiento > .col-md-3 > div{
    background-color: #ffdcdc;
    padding: 15px;
    border-radius: 15px;
        min-height: 225px;
        margin-bottom: 15px;
}

#contenedor-avisos-mantenimiento .col-md-3 > div > h4{
    font-size: 15px;
}
#contenedor-avisos-mantenimiento li{
    list-style: none;
}
#contenedor-avisos-mantenimiento button{
    width: 100%;
}

#contenedor-avisos-mantenimiento button:hover{
    background-color: #72bee6 !important;
    color: #fff !important;
}

table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle !important;
}
#customers-container .dronpdown-header td:last-child {
    min-width: 150px;
}