/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
#facturacion{
	padding: 10px 15px;
}
#modalprevisionescobro > .modal-dialog{
	max-width: 850px;
}
.frm-group-historical, .frm-group-annual{
	margin-bottom: 0;
}
.form-bold{
	font-weight: bold;
}
.row-item_action{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	margin: 0;
}
.row-item_action > .form-control{
	text-align: center;
}
.form-header{
	font-weight: bold;
	background-color: #bf1b22!important;
	color: #fff!important;
}
.wrap-select{
	display: flex;
}
.row-info_main, .row-info_headers{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	margin: 0px 0;
	align-items: flex-end;
}
.row-info_main .btn{
	padding: .6rem 1rem;
}
.row-info_detail{
	padding: 5px 20px;
}
.search-date-invoice, .search-date-delivery, .search-date-previsiones{
	display: block;
	width: 100%;
}
.row-item_description{
	display: none;
}
.row-item_description.active{
	display: block;
}
.form-column{
	width: 100%;
	padding: 0px;
}
.form-group.row-info{
	margin-top: 10px;
	margin-bottom: 0px;
}
.select2-selection--single, #filter_year{
	height: 40px!important;
}
.select2-selection__rendered{
	line-height: 38px!important;
}
.select2-selection__arrow{
	height: 33px!important;
}

.invoice_headers{
	background-color: #c11b21;
	color: #ffffff;
	padding: 5px;
}
.invoice_detail_headers{
	background-color: grey;
	color: #ffffff;
	padding: 5px;
}
.form-control:disabled {
	background-color: #ffffff;
}
.invoice-tabs{
	display:flex;
	gap:10px;
}
.active-tab, .tab{
	margin: 0 !important;
	text-align: center;
	padding: 10px 0px;
	flex-grow: 1;
}
.active-tab > .tab-title{
	cursor: default;
	background: #c11b21;
	color: #FFF;
	font-weight: 400;
	margin: 0;
	border-radius: 5px;
	font-size: 2rem;
	padding: 5px;
}
.tab > a > .tab-title{
	background: #161819;
	color: #FFF;
	font-weight: 500;
	margin: 0;
	border-radius: 5px;
	font-size: 2rem;
	padding: 5px;
}
.js-show-bills{
	width: 100%;
	white-space: nowrap;
	text-align: center;
}
.btn-download-list{
	align-self: flex-end;
	padding-bottom: 2px;
	display: inline-flex;
	flex-direction: row-reverse;
}
.invoices-icon{
	color: white;
	padding-right: 5px;
}
.pdf-icon, .excel-icon, .asigna-icon{
	text-align:center;
}
.pdf-icon > i {
	color:red!important;
	cursor: pointer;
}
.excel-icon > i {
	color: green!important;
	cursor: pointer;
}
.js-invoices_product {
	display: block;
	padding: 7px;
	color: #fff;
	background: #2bc2ec;
	font-size: 0.9em;
	margin-right: -10px;
	z-index: 1;
	cursor: pointer;
	height: 32px;
	text-align: center;
}
.js-invoices_product.visible-0{
	display: none;
}
.modal-sub-header{
	display: flex;
	flex-direction: column;
}
.sub-ref, .sub-article{
	gap: 5px;
	display: flex;
}
.modal-body{
	overflow-y: auto;
	max-height: 43rem;
}

.st0{
	color:#f17474;
}
.st1{
	color:#1DD800;
}
.st2,.st9,.st10,.st11{
	color: #FF0000;
}
.st3,.st4{
	color:#f5e600;
}
.st5{
	color:#0053b1;
}
.st6,.st7{
	color:#b100d5;
}
.st8{
	color:#dbafe4;
}

@media screen and (max-width: 767px){
	.js-invoices_product {
		margin-right: 5px;
		width: 50px;
	}
}