@font-face {
	font-family: 'Amatic';
	src: url('../../../fonts/AmaticSC-Regular.ttf') format('truetype'); 
}
@font-face {
	font-family: 'Bellota';
	src: url('../../../fonts/Bellota-Regular.ttf') format('truetype'); 
}
@font-face {
	font-family: 'Henny';
	src: url('../../../fonts/HennyPenny-Regular.ttf') format('truetype'); 
}
@font-face {
	font-family: 'Mountains';
	src: url('../../../fonts/MountainsofChristmas-Regular.ttf') format('truetype'); 
}
@font-face {
	font-family: 'Sofia';
	src: url('../../../fonts/Sofia-Regular.ttf') format('truetype'); 
}

.combinacion.card{
    background: inherit;
}

.inbox-img {
    width: 60px;
}
.btn-table{
    line-height: 41px!important;
    margin: 0 10px;
}
.checkbox label::before, .checkbox label::after{
    border: 1px solid #929292;
}
.btn-addRowPrecio{
    line-height: 41px!important;
    margin: 0!important;
}
.border-radius-left{
    border-radius: 30px 0 0 30px;
}
.border-radius-right{
    border-radius: 0 30px 30px 0;
}
.p-t-8{
    padding-top: 8px!important;
}
.p-10{
    padding: 10px!important;
}
.btn-ean{
    padding: 9px 17px!important;
}
#atributosProducto .form-control:not(:read-only):not(:disabled) {
    background-color: rgb(255, 255, 255);
}
#atributosProducto .checkbox label::before, .checkbox label::after {
    background-color: rgb(255, 255, 255);
}

/** Estilos Recepcion albaranes **/

@media only screen and (max-width: 420px) {
    .producto h5.card-title {
        font-size: 16px;
    }
    .combinacion h1.bagde-number{
        font-size: 1.5em;
        margin-bottom: 0px;
    }
}

.recepcionMaterial .badge{
    color: #fff;
}
.servirMaterial .badge{
    color: #fff;
}
.servirMaterial .botones .badge{
    border: none;
}

.collapseListaProveedores{
    background-color: #4bb5ff;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    outline: 0 !important;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.17);
}

.ubicacionproducto{
    white-space: nowrap;
}

/** Estilo para reducir el tamaño de la fuente de los números que representan a totalizadores.  **/
.number-size {
    font-size: 1.02rem !important;
}

/*
Estilos para sidebar PDA
*/
#body-row {
    margin-left:0;
    margin-right:0;
}
#sidebar-container {
    position: absolute;
    z-index: 1;
    min-height: 100vh;
    background-color: #17a2b8 !important;
    padding: 0;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color: white!important;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}
.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #333;
    height: 35px;
}
.sidebar-separator {
    background-color: #333;
    height: 25px;
}
.logo-separator {
    background-color: #333;
    height: 60px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: " \f0da";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}
span.label{
    display: inline-block;
    margin-bottom: .5rem;
}
.boton-eliminar-tupla-en-bloque{
    display: none;
}
.bloque-clonable:last-child .boton-eliminar-tupla-en-bloque{
    position: absolute;
    right: 0;
    bottom: 5px;
    display: inline-block;
}
.cuenta-de-caracteres{
    position: absolute;
    right: 0;
    bottom: -19px;
    font-size: 11px;
    color: #f96332;
}