body{
    margin-top:40px;
    padding: 51px;
}

h1{
    color: #0078bd;
}

/* Estilos GridView */
.gridview-id{
    width: 75px;
}


/* Botoneras */
.botonera-acciones{
    width: 175px;
}

.botonera-tres-acciones{
    width: 275px;
}

.botonera .btn-sm{
    margin-right: 10px;
}

.botonera .btn{
    margin-right: 10px;
}

.botonera a{
    text-decoration: none;
}

.botonera span{
    text-decoration: none;
}

/* Estilos del menÃº */
.navbar-nav li{
    padding-top: 5px;
}

.navbar-form input{
    width: 100px;
}

.navbar-form{
    margin-top: 0px;
    margin-bottom: 0px;
}


/*Estilos Ãºtiles*/
.oculto{
    display: none;
}

/* Estilos de los formularios */
.panel-heading{
    font-weight: bold;
}

/* Lightbox Popeye en los formularios */

#popeye_form .ppy-stage{
    opacity: 1;
    height: 150px;
    width: 150px;
}

#popeye_form .ppy-placeholder{
    float: none !important;
}

/* Estilos del editor summernote */
.note-editable{
    background-color: white;
    overflow: auto !important;
}

.note-editor{
    border-color: #ccc;
}

.note-toolbar{
    border-bottom: 1px solid #ccc !important;
}

/* Flechas orden filas */

.flechas-orden{
    width: 85px;
}

.flechas-orden a:first-child{
    padding-left: 10px;
}

.flechas-orden span{
    padding-left: 5px;
}

sup{
    color: red;
}

.idiomas a{
    margin-right: 5px;
    margin-left: 5px;

}
.idiomaActual img{
    width: 28px;
    border-radius: 5px;
    border: 5px solid #0078bd;
}

.afterinput{
    font-size: 11px;
}

.form-corto .form-group{
    max-width: 500px;
}

.table tr{
    <<<<<<< HEAD
    cursor: pointer;
}

.leido{
	background-color: #faf2cc !important;
}

.leido td{
	background-color: #faf2cc !important;
    =======
    cursor: pointer;
}

/* Plugin Jcrop */
.galeria-jcrop{
    padding: 20px;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
}

.imagen-jcrop{
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #CCC;
    margin-bottom: 20px;
}

.texto-jcrop{
    font-style: italic;
    font-weight: bold;
    font-size: 11px;
    margin-top: 20px;
    float: left;
}

.nuevaimagen-jcrop{
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}
/*MENUS*/

.menuPrincipal .active{
    background:#77C127;
}
.menuPrincipal .active>a {
    color:white;
}
.menuUsuario #identificadorCentro {
    color:white;
    font-weight: bold;

}
/* Submenus */
.submenu{
    padding: 10px;
    border: 1px solid #eee;
    >>>>>>> e88c2ff4ebc7578a408fae20c23ee45685251d37
}

/*Estilo de panel de descripción de producto*/

.panelDescripcionProducto{
    max-width: 500px;
    background-color: #77C127;
    color: black;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid black;
}
.panelDescripcionProducto h3{
    margin-top: 0px;
}
.panelDescripcionProducto i.fa{
    margin-right:5px;
}
.panelDescripcionProducto p{
    margin-left: 36px;
}
.nopad{
    padding:0;
}
.nomar{
    margin:0;
}
.nopadright{
    padding-right: 0;
}
.nomarleft{
    margin-left: 0;
}
#PedidoManualForm input{
    margin: 0;
}
.contenedorInsercionManual{
//     margin-left: 15px;
}
.btn-insercion-manual{
    margin-left: -15px;
}
div.icono-fa{
    width:36px;
    display: inline-block;
}
#contenedorTipoVenta legend{
  font-family: "Open Sans",Calibri,Candara,Arial,sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333333;
  border-bottom:none;
  font-weight: bold;
}

#ProductoCentroParteTipoVenta1{
    margin-left: 10px;
}
.labelDisabled{
    opacity:0.4;
}


#ProductoCentroParteCantidad{
    max-width:93px;
}
@media all and (max-width: 765px){
    .contenedorInsercionManual{
        margin:0;
    }
    #contenedorDescripcionProducto{
        margin:10px auto;
    }
    #ProductoCentroParteManualForm{
        text-align: center;
    }
    #ProductoCentroParteManualForm label{
        display:block;
    }
    #ProductoCentroParteManualForm input{
        margin:0 auto;
    }
    .page-header{
        text-align:center;
    }
    body{
        padding-left:5px;
        padding-right:5px;
    }
    .botonPedido{
        width:45%;
        display:inline-block;
    }
    .botoneraPedidos,.botoneraManual{
        text-align: center;
    }
}

@media all and (max-width: 670px){
    .contenedorInsercionManual .botonAtras{
        margin-bottom:15px!important;
    }
    .contenedorInsercionManual .botonAtras, .contenedorInsercionManual .contenedorBotones input{
        width:100%!important;
    }
}


@media all and (max-width: 478px){

    .botonPedido{
        width:100%;
    }
    .botonPedido:first-child{
        margin-bottom: 10px;
    }
    .botoneraProductos a,.botoneraProductos input{
        width:100%;
    }
    .botoneraProductos input{
        margin-bottom: 10px;
    }
}