/*Barra scroll*/
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #ccc #EBEBE6;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  background: #EBEBE6;
}

*::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 1px;
  border: none;
}

/*Estilos globales*/
body {
    font-family: 'Lato', sans-serif !important;
    color: #333;
    font-weight: 400;
    font-size: 14px;
}
body .content_text > * {
    font-size: 14px;
    font-weight: 400;
}
body b {
    font-weight: 700;
}

.container { 
    max-width: 1600px !important;
}
 

/*Clases generales*/
.hidden {
    display: none!important;
}
.stop {
    overflow: hidden;
}
.space_not {
	white-space: nowrap;
}

/* TÍTULOS */
.title_big {
    font-size: 32px;
    margin: 0;
    font-weight: 700;
}
.title_medium {
    font-size: 26px;
    margin: 0;
    font-weight: 700;
}
.title_small {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
}
.view_title {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin: 0 0 30px;
    font-weight: 400;
}
.title_small.view_title.title_text {
    font-size: 14px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    margin: 10px 0 0;
}

.m_top {
    margin-top: 30px !important;
}
@media only screen and (max-width: 767px) {
    .title_big {
        font-size: 28px;
    }
    .title_medium {
        font-size: 22px;
    }
    .title_small {
        font-size: 16px;
    } 
}

.right-position {
  position: absolute;
  right: 0px;
  width: 300px;
  padding: 10px;
}
/*Botones*/
button > svg {
    margin-right: 10px;
}
.btn_ata {
    padding: 5px 15px;
    font-size: 16px;
    color: #fff;
    background: #ac003c;
    border: 1px solid #ac003c;
    border-radius: 0;
    min-height: 40px;
    cursor: pointer;
    display: block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_ata:hover,
.btn_ata:focus {
    background: #eee;
    color: #333;
    border-color: #eee;
    text-decoration: none;
}

.btn_ata_second {
    padding: 5px 15px;
    font-size: 16px;
    color: #ac003c;
    background: transparent;
    border: 1px solid #ac003c;
    border-radius: 0;
    min-height: 40px;
    cursor: pointer;
    display: block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_ata_second:hover,
.btn_ata_second:focus {
    background: #eee;
    color: #333;
    border-color: #eee;
    text-decoration: none;
}

.btn_disabled{
	 padding: 5px 15px;
    font-size: 16px;
    color: #666;
    background: #eee;
    border-bottom: 2px solid #eee;
    border-radius: 0;
    min-height: 40px;
    border: none;
    cursor: pointer;
    display: block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_ata_tabs {
    padding: 5px 15px;
    font-size: 16px;
    color: #666;
    background: #eee;
    border-bottom: 2px solid #eee;
    border-radius: 0;
    min-height: 40px;
    border: none;
    cursor: pointer;
    display: block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_ata_tabs.active {
    background: #ac003c;
    border-bottom: 2px solid #333;
    color: #fff;
}
.btn_ata_tabs:hover,
.btn_ata_tabs:focus {
    background: #333;
    border-color: #333;
    color: #fff;
    text-decoration: none;
}

.btn_simple {
    padding: 0;
    margin: 0;
    text-decoration: underline;
    display: block;
    color: #ac003c;
    border: none;
    background: transparent;
}
.btn_simple:hover,
.btn_simple:focus {
    color: #333;
}
.btn_simple:after {
    content: none;
}

/*Listado botones*/
.list_buttons {
    padding: 0;
    margin: 0 -15px 10px;
    list-style: none;
    justify-content: flex-end;
}
.list_buttons li {
    margin: 0 0 10px;
}
.list_buttons button {
    width: 100%;
}

/*Listado tabs*/
.list_buttons.list_tabs {
    justify-content: flex-start;
    margin: 0 0 10px;
}
.list_buttons.list_tabs li {
    padding: 0;
}


.datos-inline {
    display: flex;
}
.imprimir{
	margin-top:10px;
}
.envios{
	margin-botton:15px;
}
p.text {
    margin-right: 20px;
}
label.text{
	margin-right: 20px;
	width: 120px;
}
label.text_big {
    margin-right: 20px;
    width: 240px;
}
label.text_bigger {
    margin-right: 20px;
    width: 260px;
}
.align-end{
	text-align:end;
}
.title_text {
    margin-right: 20px;
    margin-top: 48px;
}

.remove-item svg, .exclude svg{
    color: #ad333d;
    margin-top: 10px;
}
.text_total{
	text-align: end;
    font-size: medium;
}
.list_actions svg {
    color: #ad333d;
    font-size: 20px;
    margin-right: 10px;
}
.btn_ata.btn_big{
	padding: 5px 12px!important;
}
.remove-item.btn_ata_tabs svg, .btn_ata_tabs.add-more-btn svg {
    color: #666;
    margin: 10px;
}

.btn_ata_import svg {
    margin: 10px;
}

.descript_iso{
	margin-top:20px;
}
.text_iso{
	height:25px;
}

.texto-informativo {
	font-weight: 350;
}
.link-pdf{
	font-size: 10px;
    line-height: 1;
    color: #ad333d;
}

.input-symbol-euro {
  position: relative;
}
.input-symbol-euro input {
  padding-right: 18px;
}
.input-symbol-euro:after {
  position: absolute;
  top: 0;
  content: "\20AC";
  right: 10px;
  padding-top: 11px;
}

.input-symbol-euro-disable {
  position: relative;
}
.input-symbol-euro-disable input {
  padding-right: 18px;
}
.input-symbol-euro-disable:after {
  position: absolute;
  top: 0;
  content: "\20AC";
  right: 10px;
}
.copyright{
	margin-top:20px;
	background: #ac003c; 
	padding: 5px 15px; 
	text-align: center; 
	color: #fff;
}

/*page_error*/
.page_error {
    min-height: calc(100vh - 196px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_error .content_page_error {
    margin: 50px auto;
    padding: 50px;
    width: 90%;
    max-width: 600px;
    background-color: #fafafa;
    border: 2px solid #eee;
    border-radius: 25px;
    text-align: center;
}
.page_error .content_page_error .error{
	margin: 0;	
	font-size: 90px;
	font-weight: 900;
}
.page_error .content_page_error .title_small{
	margin: 15px auto 0;
	font-weight: 500;
}
.page_error .content_page_error .icon {
    display: block;
    margin: 30px 0 0;
    font-size: 45px;
}
.page_error .content_page_error .content_text {
    margin: 30px 0 0;
}
.page_error .content_page_error .btn_ata {
    margin: 30px auto 0;
    text-transform: uppercase;
}

.form-group {
	position: relative;
}
.form-group .message {
	position: absolute;
	z-index: 2;
	bottom: -55%;
	width: calc(100% - 15px);
	border: 1px solid #333;
	border-radius: 5px;
	padding: 6px;
	font-size: 10px;
	display: none;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: fit-content;
	max-width: 100%;
	
}
.form-group .message::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(-45deg);	
	position: absolute;
	left: 15px;
	top: -6px;
}
.form-group .message .icon {
	width: 20px;
	height: 20px;
	background-color: #FF8900;
	margin: 0 5px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	border-radius: 2px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.form-group .message .icon svg {
	width: 12px;
	height: 12px;
	object-fit: contain;
	color: #fff;
}
/*.container-rgpd*/
.container-rgpd {
	display: flex;
	margin: 0 0 40px;
}
.container-rgpd .input-rgpd {
	margin: 0 15px 0 0;
}
.container-rgpd .input-rgpd input {
	margin: 0;
	min-height: auto !important;
}
.container-rgpd .content-rgpd {
	color: #666;
	font-weight: normal;
}
.container-rgpd .content-rgpd > *:first-child {
	margin-top: 0;
}
.container-rgpd .content-rgpd span {
	color: #333;
	font-weight: bold;
}

/*.container-urgent*/
.container-urgent{
	display: flex;
	margin: 0 0 10px;
}
.container-urgent .input-urgent {
	margin: 0 15px 0 0;
}
.container-urgent .input-urgent input {
	margin: 0;
	min-height: auto !important;
}
.container-urgent .content-urgent {
	color: #666;
	font-weight: normal;
}
.container-urgent .content-urgent > *:first-child {
	margin-top: 0;
}
.container-urgent .content-urgent span {
	color: #333;
	font-weight: bold;
}

/*Textos ayuda*/
.message_help {
	display: flex;
	align-items: center;
	margin: 5px 0 0;
	font-size: 13px;
}

.message_help svg {
	margin-right: 5px;
}

a.disabled{
	pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.content_alert {
	margin: 10px 0;
    padding: 10px 15px;
    background-color: #fff4f5;
    border-radius: 10px;
    border-left: 10px solid #ac003c;
}
.content_alert * {
	font-size: 14px;
}
.content_alert > *:last-child {
	margin-bottom: 0px;
}

/*Documentos estado*/
.title_doc {
	margin: 0 0 10px; 
	font-size: 16px;
	text-transform: uppercase;
	font-weight:800;
}
.list_docs {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.list_docs li {
	margin: 0 0 10px;
}
.list_docs li a {
	display: block;
	font-size: 14px;
	color: #ac003c;
}
.list_docs li a:hover, .list_docs li a:focus {
	text-decoration: underline;
}
.list_docs li a svg {
	width: 15px !important;
	height: 15px;
	margin: 0 5px 0 0;
}
.select_doc {
	max-width: 400px;
	margin-bottom: 20px;
}

