<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*CRM*/
@media (min-width: 992px) {
	.submenu-excel{
		background-color:#fff;
		position:absolute;
		top:0;
		right:-251px;
		display:none;
	}
	.submenu-csv{
		background-color:#fff;
		position:absolute;
		top:46px;
		right:-251px;
		display:none;
	}
	.submenu-pdf{
		background-color:#fff;
		position:absolute;
		top:92px;
		right:-251px;
		display:none;
	}
}
@media (max-width: 991px) {
	#download-excel,
	#download-csv,
	#download-pdf{
		display:none;
	}
}

.cabecera-crm{
	background-color:#efefef;
}
.cabecera-crm h1,h2{
	font-weight:400;
}
.cabecera-crm h1{
	color:#000;
	font-size:50px;
}
.cabecera-crm h2{
	color:#82b5b2;
}

#listado-pedidos{
	padding-top:50px;
}
@media (min-width: 1450px) {
	.container{
		width: 1400px;
	}
}

.cabecera-acordeon{
	width:96%;
}
.cabecera-acordeon h3{
	font-weight:300;
	font-size:14px;
	margin-top:0;
	color:#000;
}
.text-nowrap{
	white-space:nowrap;
}
.expand{
	height:100%;
	min-height:31px;
}
.expand .right-arrow{
	margin-top:7px;
}
.expand:hover h3{
	color:#0F62FE;
}
.detail{
	width:100%;
}
.detail .progreso{
	margin-top:50px;
	margin-left:0;
	margin-right:0;
}
.detail .fechas{
	margin-bottom:30px;
	margin-left:0;
	margin-right:0;
}
.detail .fechas p{
	margin-bottom:5px;
}
.detail p{
	font-size:12px;
	white-space:initial;
}

.progreso .col-md-2,
.progreso .col-md-3,
.progreso .col-md-6,
.fechas .col-md-3,
.fechas .col-md-6{
	padding-left:0;
	padding-right:0;
}
.progreso .row,
.fechas .row{
	margin-left:0;
	margin-right:0;
}
.enlace_ir_link{
	padding-top:40px;
	padding-bottom:40px;
	padding-left:15px;
	display:inline-block;
}
.enlace_qsr{
	float:right;
	padding-bottom:40px;
}
.enlace_ir_link img,
.enlace_qsr img{
	display:inline;
	width:30px;
	height:auto;
	margin-bottom:5px;
	margin-left:15px;
	margin-right:5px;
}
.boton-crm{
	color:#0F62FE;
	display:inline-block;
	padding:0.5rem 0.7rem;
	border:1px solid #0F62FE;
	border-radius:20px;
	font-size:12px;
	line-height:1.4;
}
a.boton-crm:hover{
	background-color:#d3d3d3;
}
.boton-crm.desactivado{
	opacity:0.5;
}
.detail .boton-crm{
	padding:0.5rem 1.5rem;
	color:#0F62FE;
}
.boton-crm img{
	display:inline;
	width:20px;
	margin-right:3px;
	margin-top:-2px;
}
.boton-crm span{
	line-height:1.6;
}
.boton-crm.condiciones{
	margin-right:10px;
}
#cabecera-crm .dropdown-menu{
	padding-left:5px;
	padding-right:5px;
	margin-top:5px;
	width:166px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	opacity:1;
}
#cabecera-crm .dropdown-menu a{
	color:#000;
	border-bottom:1px solid #efefef;
	padding-left:3px;
	padding-right:3px;
	display:block;
	padding-bottom:2px;
}
#cabecera-crm .dropdown-menu a:hover{
	background-color:#0F62FE;
	color:#fff;
	border-radius:5px;
}
#cabecera-crm .dropdown-menu a:last-child{
	border-bottom:none;
}
.desplegable{
	display:inline-block;
	position:relative;
	padding-right:10px;
}
.dkpdf-button-container{
	padding:0!important;
	float: none !important;
	text-align: left !important;
	border-bottom: 1px solid #efefef;
}
a.dkpdf-button span.dkpdf-button-icon{
	display:none!important;
}
a.dkpdf-button{
	display:block!important;
}

#filtros{
	padding-top:40px;
	padding-bottom:0;
}
#filtros h3{
	font-weight:300;
	font-size:16px;
	color:#000;
	border-bottom:1px solid #000;
	margin-top:0;
	padding-bottom:0.5rem;
}
#filtros label{
	width:100%;
	font-size:14px;
	color:#525252;
	margin-bottom:0;
}
#filtros .form-control{
	width:400px;
	max-width:100%;
	background-color:#f4f4f4;
	border:none;
	border-radius:0;
	border-bottom:1px solid #8d8d8d;
	padding:0.5rem 1rem;
	margin-top:0.5rem;
	color:#000;
}
#filtros .form-control:active,
#filtros .form-control:focus{
	outline:2px solid #0F62FE;
}

#filtros #date-of-arrival,
#filtros #date-of-quote-acceptance{
	background-image:url('img/client-area/calendario.png');
	background-repeat:no-repeat;
	background-size:auto 20px;
	background-position:6px center;
	padding-left:45px;
}

input.btn.plus.angle{
	padding-right:60px;
	background-image:url('img/iconos/angle-right-white.svg');
	background-position: top 17px right 15px;
	background-size:auto 15px;
	background-repeat:no-repeat;
}


textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}

/*Datatables*/
table.dataTable::after {
	content:none;
}
table.dataTable th,
table.dataTable td{
	padding-left:0!important;
	padding-right:0!important;
}
table.dataTable &gt; thead &gt; tr &gt; th:first-child,
table.dataTable &gt; tbody &gt; tr &gt; td:first-child{
	padding-left:5px!important;
}
table.dataTable.display &gt; tbody &gt; tr &gt; td{
	border-top:1px solid rgba(0,0,0,.125);
}
table.dataTable.no-footer{
	border-bottom:1px solid rgba(0,0,0,.125);
}
table.dataTable thead &gt; tr &gt; th.detalles{
	display:none;
}
table.dataTable thead &gt; tr &gt; th.sorting::after,
table.dataTable thead &gt; tr &gt; th.sorting::before{
	display:none;
}
table.dataTable &gt; thead &gt; tr &gt; th,
table.dataTable &gt; thead &gt; tr &gt; td{
	background-color:#fff;
	border-bottom:1px solid rgba(0,0,0,.125);
}

table.dataTable{
	border-bottom:1px solid #000;
	width:1370px!important;
	padding-bottom:0;
}
table.dataTable th,
table.dataTable td{
	width:16.66666667%;
	width:150px!important;
	float:left;
}
table.dataTable th.col4,
table.dataTable td.col4{
	width:304px!important;
}
table.dataTable th.col6,
table.dataTable td.col6{
	width:166px!important;
}
table.dataTable td.detalles{
	width:100%!important;
	width:1370px!important;
	padding:0!important;
	border:none!important;
	background-color:#fff!important;
	box-shadow:none!important;
}
table.dataTable thead &gt; tr &gt; th,
table.dataTable tbody &gt; tr &gt; td a{
	font-weight:400;
	font-size:13px;
	color:#525252;
	display:block;
	text-decoration:none;
}
table.dataTable thead &gt; tr &gt; th{
	background-color:#f4f4f4;
	padding-top:9px;
	padding-bottom:9px;
}

.fixedHeader-floating {
	transition:top 0.3s ease-in-out;
	z-index:1001;
	width:100%!important;
}

table.dataTable thead &gt; tr &gt; th:hover{
	color:#0F62FE;
}
table.dataTable tbody &gt; tr &gt; td{
	padding-top:5px;
	padding-bottom:5px;
}
table.dataTable tbody &gt; tr &gt; td{
	border-top: 1px solid #000;
}
table.dataTable tbody &gt; tr:hover &gt; td a{
	color:#0F62FE;
}

table.dataTable &gt; tbody &gt; tr &gt; td.col8{
	position:relative;
}
table.dataTable &gt; tbody &gt; tr &gt; td.col8 a.leer-mas:after{
	cursor:pointer;
	content:url('img/iconos/angle-down-grey.svg');
	position:absolute;
	top:-3px;
	right:5px;
	width:auto;
	height:30px;
	margin:0;
	transform:rotate(180deg);
	transition:all 0.11s ease 0s;
}
table.dataTable tbody &gt; tr &gt; td.col8 a.leer-mas.collapsed:after{
	transform:rotate(0deg);
	top:2px;
}

#listado-pedidos{
	overflow-x:hidden;
}

/*Cambios Diciembre 2022*/
.modal p{
	font-weight:300;
	font-size:16px!important;
	max-width:310px;
	margin-left:auto;
	margin-right:auto;
}
@media (min-width: 576px) {
	.modal-dialog-centered {
		width:500px;
	}
	.modal-body{
		padding:50px 95px;
	}
}
.modal .boton-crm{
	min-width:120px;
	font-size:16px;
	padding-bottom:0.75rem;
	color:#0F62FE;
	background-color:#fff;
	margin-top:10px;
	margin-bottom:10px;
}
.modal .boton-crm:hover{
	background-color:#0F62FE;
	color:#fff;
}
.modal-content{
	border-color:#0F62FE;
}
button.close{
	position:absolute;
	top:0;
	right:0.5rem;
	font-weight:400;
	caret-color:transparent;
	z-index:10;
}
button.close:focus{
	outline:none;
}

.detail .col-md-10dot5 p{
	font-size:10px;
}
table.dataTable tbody &gt; tr{
	position:relative;
}
table.dataTable tbody &gt; tr.alerta:before{
	content:'';
	position:absolute;
	left:-30px;
	top:6px;
	background-image:url('img/client-area/important.png');
	width:22px;
	height:22px;
	background-size:cover;
	background-repeat:no-repeat;
}
#listado-pedidos .table-responsive.col-md-12{
	padding-left:30px;
	padding-right:30px;
	overflow-y:hidden;
}
@media (min-width:1450px) {
	#filtros .container{
		width:1430px;
		max-width:1430px;
		padding-left:30px;
		padding-right:30px;
	}
	#listado-pedidos .container{
		width:1430px;
		max-width:1430px;
		padding-left:16px;
		padding-right:16px;
	}
}

.boton-crm.btn-important{
	display:inline-block;
	color:#0F62FE;
	background-color:#fff;
	font-size:12px;
	padding:0.5rem 0.8rem 0.5rem 0.5rem;
	cursor:pointer;
}
.boton-crm.btn-important:hover{
	background-color:#d3d3d3;
}

.btn.plus.white.alert::after {
	content:none;
}
.btn.plus.white.alert{
	background-image:url('img/client-area/important.png');
	background-position:top 5px right 5px;
	background-size:auto 19px;
	background-repeat:no-repeat;
	padding-right:30px;
	font-size:12px;
}
.btn.desactivado{
	cursor:default!important;
	background-color:#c6c6c6!important;
	color:#525252!important;
	opacity:1;
	border:none;
}
.btn.angle.white.desactivado:after{
	content:url('img/iconos/angle-right-grey.svg');
	position:absolute;
	right:15px;
}


.modal-acceptance p{
	max-width:100%;
}
.modal-acceptance p a{
	display:inline!important;
	font-size:16px!important;
	color:#000!important;
	text-decoration:underline;
}
.modal-acceptance p.small{
	font-size:12px!important;
}
button.close-modal{
	position:absolute;
	top:5px;
	right:8px;
	background-color:transparent;
	border:none;
	color:#0F62FE;
}

/*Ordered items*/
.ordered-items{
	margin-left:15px;
	border-top:1px solid rgba(0,0,0,.125);
	border-bottom:1px solid rgba(0,0,0,.125);
}
.ordered-items-btn{
	position:relative;
	padding:8px;
}
.invoice-information{
	border-top:none;
}
.ordered-items-btn:after {
	cursor:pointer;
	content:url('img/iconos/angle-down-grey.svg');
	position:absolute;
	top:0px;
	right:5px;
	width:auto;
	height:30px;
	margin:0;
	transform:rotate(180deg);
	transition:all 0.11s ease 0s;
}
.ordered-items-btn.collapsed::after {
	transform:rotate(0deg);
	top:5px;
}
table.dataTable tbody &gt; tr:hover &gt; td a.ordered-items-btn {
	color:#525252;
}
table.dataTable tbody &gt; tr:hover &gt; td a.ordered-items-btn:hover{
	color:#0F62FE;
}

.ordered-items .ordered-items-list table th,
.ordered-items .ordered-items-list table td{
	float:none;
	display:table-cell;
	width:auto!important;
	padding:8px!important;
	white-space:initial;
	max-width:250px;
	border-top:none;
	font-size:13px;
}
.ordered-items .ordered-items-list table th{
	background-color:#f4f4f4;
	font-weight:500;
	border-bottom:1px solid #fff;
}
.ordered-items .ordered-items-list table th:hover{
	color:#525252;
}
.ordered-items .ordered-items-list table td{
	background-color:#ffffff;
}



/*Columnas*/
.col-md-1dot2,
.col-md-1dot3,
.col-md-1dot5,
.col-md-2dot4,
.col-md-10dot5,
.col-md-1dot71{
	position:relative;
    width:100%;
    min-height:1px;
	float:left;
}
@media (min-width:1px) {
	.col-md-1dot2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }
	.col-md-1dot3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 11.11%;
        flex: 0 0 11.11%;
        max-width: 11.11%;
    }
	.col-md-1dot5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
	.col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
	.col-md-10dot5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%;
	}
	.col-md-1dot71 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 14.28%;
		flex: 0 0 14.28%;
		max-width: 14.28%;
	}
}</pre></body></html>