/*@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,600,700,800,900');*/
@import "bootstrap.all.css";
@import "fontawesome.css";
@import "jquery-ui.css";
@import "jquery.toastmessage.css";
@import "jquery-impromptu.css";

:root{
        --color-base:#d11515;
                        }
:focus {
    outline: 2px solid var(--color-base);
    box-shadow: 0 0 10px rgba(54,92,180,0.5);
}

* {
	font-family: 'Muli', Arial, Helvetica;
	font-weight: 400;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#print, .onlyprint {
	display: none;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-size: 13px;
	/*color: #67757c;*/
	color: #222;
	margin: 0;
	background-color: #fafafa;
	overflow: hidden;
}
a:hover,
a[onclick]:hover {
	text-decoration: none;
	cursor: pointer;
}
img {
	max-width: 100%;
}
fieldset {
	border: 1px solid #ccc;
}
fieldset legend {
	color: #999;
	font-size: 175%;
	padding: 0 10px;
}
header {
    position: fixed;
	top: 0;
	left: 0;
	right: 0;
	min-height: 70px;
    background: #fff;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
	z-index: 50;
}
textarea {
	resize: none;
}
table {
	font-size: 110%;
}
.logo {
	display: block;
	text-align: center;
}
.logo img {
	max-height: 70px;
	padding: 5px 0 8px;
}
.profile h3 {
	font-size: 120%;
	font-weight: normal;
	margin: 0;
}
.profile h3 > span {
	display: inline-block;
	width: 36px;
	line-height: 36px;
	margin-right: 10px;
	text-align: center;
	background: #f3f3f3;
	border-radius: 20px;
	vertical-align: middle;
}
.profile h3 > span > i {
	display: block;
	font-size: 130%;
	line-height: inherit;
}
.profile ul {
	display: none;
}
.page-wrapper {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}
.page-content {
	position: relative;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
	z-index: 1;
}
.sidebar {
	position: relative;
	width: 65px;
    background: #fff;
    -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 2;
}
.sidebar:hover {
	width: 200px;
}
.sidebar nav {
	padding-top: 20px;
	padding-bottom: 20px;
}
nav ul,
.profile > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav ul > li,
.profile > ul > li {
	margin-bottom: 5px;
}
nav ul > li > a,
.profile > ul > li > a {
	display: block;
	color: #607d8b;
    padding: 7px 35px 7px 15px;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
nav ul > li.sub > a:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #607d8b;
    right: 10px;
    -webkit-transform: rotate(135deg) translate(0, -50%);
    -ms-transform: rotate(135deg) translate(0, -50%);
    -o-transform: rotate(135deg) translate(0, -50%);
    transform: rotate(135deg) translate(0, -50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    top: 47%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
nav ul > li > a > i.fa {
	color: #99abb4;
	width: 25px;
	font-size: 130%;
	text-align: center;
	margin-right: 7px;
	vertical-align: middle;
}
nav ul li.active > a,
.profile > ul li.active > a,
nav ul li.active:hover > a {
	color: #fff;
    background-color: var(--color-base);
	border-radius: 5px;
}
nav ul li.active > a > i.fa,
nav ul li.active:hover > a > i.fa {
	color: #fff;
	
}
nav ul > li.sub.active > a:after {
	border-color: #fff;
}
nav ul li:hover > a,
.profile > ul li:hover > a,
nav ul li:hover > a > i {
    color: var(--color-base); !important;
}
nav ul > li:hover > a:after {
	/*border-color: #E94E1B;*/
    border-color: var(--color-base);
}
nav ul ul,
.profile > ul {
	display: none;
	position: absolute;
    left: 100%;
    top: 0;
	bottom: 0;
	min-width: 200px;
    padding: 10px 0;
	background: #fff;
    -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
	overflow: auto;
	z-index: 3;
}
nav ul ul li > a {
	padding: 3px 20px;
}
nav ul ul li.active > a,
nav ul ul li.active:hover > a {
	border-radius: 0;
}
/* Menu collapse */
.sidebar nav {
	display: inline-block;
}
.sidebar nav .menutop {
	padding: 0 15px;
}
nav ul > li > a > i.fa {
	margin-right: 0;
}
nav ul > li a > span,
nav ul > li.sub > a:after {
	display: none;
}
nav ul > li > a {
	padding: 7px 5px;
}
.sidebar:hover nav > ul > li > a {
	position: relative;
	text-align: left;
	padding: 7px 35px 7px 15px;
}
.sidebar:hover nav > ul > li > a > i.fa {
	margin-right: 7px;
}
.sidebar:hover nav > ul > li a > span,
.sidebar:hover nav > ul > li.sub > a:after {
	display: inline;
}
/* Fin */
.menuclose {
	display: inline-block;
	padding: 5px;
}
.menuclose > i {
	font-size: 175% !important;
	margin-right: 0 !important;
}
.profile > ul {
	left: auto;
	right: 10px;
	top: 100%;
	text-align: left;
}
.profile > ul > li > a {
	padding: 5px 20px;
}
.profile > ul > li > a > i {
	width: 20px;
	text-align: center;
	margin-right: 10px;
}
.toolbar {
	text-align: right;
    margin: 0 0 25px;
    padding: 15px;
	background: #fff;
    box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
}
.toolbar ul {
	display: inline-block;
	float: none !important;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.toolbar ul li {
	display: inline-block;
	margin-left: 5px;
}
.toolbar ul li > a,
.btn-light-alt {
	display: inline-block;
	color: inherit;
	line-height: 35px;
	padding: 0 15px;
	background-color: #f8f9fa;
	border-radius: 5px;
}
.toolbar ul li > a:hover,
.btn-light-alt:hover {
	color: #fff !important;
	/*background-color: #E94E1B;*/
    background-color: var(--color-base);
}
.toolbar ul li > a > i,
.btn-light-alt > i {
	color: inherit;
	font-size: 120%;
	line-height: 1;
	margin: 0 5px;
	vertical-align: middle;
}
footer {
	text-align: right;
    color: #afb0b1;
    padding: 15px 0 0;
	margin-top: 30px;
    border-top: 1px solid #eee;
}
footer p {
	margin: 0;
}
/* Content */
.print {
	display: none;
}
.fixedHead {
    display: none;
    position: fixed;
    top: 70px;
	right: 0;
    overflow: hidden;
}
.table-scroll > .fixedHead {
    position: absolute;
    left: 0 !important;
    right: auto !important;
}
.login {
	text-align: center;
	padding: 30px;
	margin: 30px 0;
	background: #fff;
	border: 1px solid #f2f2f2;
}
.login img {
	max-height: 200px;
}
.login a {
	display: inline-block;
	margin-top: 15px;
}
.login div {
	display: table;
	width: 100%;
	border: 1px solid #d1d3d4;
	margin-top: 15px;
}
.login div > * {
	display: table-cell;
}
.login div > span {
	padding: 0 5px;
}
.login div > input {
	width: 100%;
	border: none;
}
.login input[type="submit"] {
	width: 100%;
	padding: 10px;
	margin-top: 15px;
}
.gas {
    color: #fff;
	font-size: 125%;
    padding: 20px 25px;
	margin: 25px 0;
    background: #999 url('../images/disel.png') no-repeat right center;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}
.gas p,
.gas h3 {
	margin: 0;
	line-height: 100%;
}
.gas h3 {
	font-size: 270%;
	font-weight: 300;
	letter-spacing: -2px;
	margin-top: 5px;
	white-space: nowrap;
}
.diesel {
	color: #fff !important;
    background-color: #2f2f2f !important;
}
.text-diesel {
	color: #2f2f2f !important;
}
.industrial {
	color: #fff !important;
    background-color: #f15a28 !important;
}
.text-industrial {
	color: #f15a28 !important;
}
.marino {
	color: #fff !important;
    background-color: #27aae1 !important;
}
.text-marino {
	color: #27aae1 !important;
}
.magna {
	color: #fff !important;
    background-color: #00a500 !important;
}
.text-magna {
	color: #00a500 !important;
}
.premium {
	color: #fff !important;
    background-color: #dc0000 !important;
}
.text-premium {
	color: #dc0000 !important;
}
.module {
    margin: 15px 0;
    padding: 20px;
	background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.module > h2 {
	font-size: 175%;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #ddd;
}
.module > h2 > i {
	color: #99abb4;
	margin-right: 10px;
}
h1.titulo {
    font-size: 220%;
    font-weight: 400;
    margin: 20px 0 15px;
}
.table-scroll {
    position: relative;
	overflow: auto;
}
.listado {
    width: 100% !important;
    border-collapse: collapse;
    word-wrap: break-word;
}
.listado.dataTable {
	margin: 15px 0;
}

.listado thead {
    background: #4b5453;
}
.listado thead th {
    font-weight: 900;
    color: #fff;
	font-size: 80%;
    padding: 10px 5px;
	text-transform: uppercase;
	white-space: nowrap;
}
.listado thead th > i.fa-info-circle,
.listado thead th > i.fa-warning {
	font-size: 120%;
	margin-right: 5px;
} 
/* .listado thead,
.listado .thead {
    background: #4b5453;
}
.listado thead th,
.listado .thead th {
    color: #fff;
	font-size: 80%;
    padding: 10px 5px;
	text-transform: uppercase;
	white-space: nowrap;
}
.listado thead th > i.fa-info-circle,
.listado thead th > i.fa-warning,
.listado .thead th > i.fa-info-circle,
.listado .thead th > i.fa-warning {
	font-size: 120%;
	margin-right: 5px;
} */

.listado tbody td {
    font-weight: 500;
	line-height: 100%;
    padding: 8px 5px;
	white-space: nowrap;
}
.listado tbody td.wrap {
	white-space: normal;
}
.listado tbody td.actions {
	text-align: center;
}
.listado tbody td.actions a {
	padding: 0 5px;
}
.listado tbody td.actions a > i {
	line-height: 1;
	vertical-align: middle;
}
.listado table thead th,
.listado table tbody td {
	padding: 0;
}
.listado > tbody > tr:nth-child(2n+2) {
	background: #fafafa;
}
.listado tbody > tr:hover {
	background: #e8e8e8;
}
.listado td.nameCliente {
    text-align: left;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listado tr.rowTotal {
    border-bottom: 2px solid #ccc;
    background: #f2f2f2;
}
.listado tr.rowTotal td {
	color: #000;
    font-weight: normal;
}
.listado tr.rowTotales td {
	color: #000;
    font-weight: normal;
    background: #f2f2f2;
    white-space: nowrap;
}
.listado .nowrap {
    white-space: nowrap;
}
.listado tbody tr[onclick]:hover {
	color: #333;
    background: #e2e2e2;
    cursor: pointer;
}
.listado tr.error {
    background: #FFE9E6;
}
.listado tr.error td {
    color: #900;
}
.dataTables_empty {
	text-align: center;
}
table.details,
table.classic {
	width: 100%;
	border-collapse: collapse;
}
table.details th,
table.classic th {
	font-weight: 800;
	text-align: right;
	padding: 0 10px;
	vertical-align: top;
}
table.classic th {
	font-weight: 700;
	text-align: left;
	padding: 0;
}
table.classic thead {
	border-bottom: 1px dashed #67757c;
}
table.details th > label {
	font-weight: inherit;
}
table.details td {
	line-height: 100%;
}
table.classic tfoot {
	border-top: 1px dashed #67757c;
}
.dataTable th.sorting,
.dataTable th.sorting_asc,
.dataTable th.sorting_desc {
	position: relative;
	padding-right: 20px;
	cursor: pointer;
}
.dataTable th.sorting:after,
.dataTable th.sorting_asc:after,
.dataTable th.sorting_desc:after {
	position: absolute;
	right: 7px;
	top: 50%;
    margin-top: -7px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.dataTable th.sorting:after {
	content: '\f0dc';
	opacity: 0.3;
}
.dataTable th.sorting_asc:after {
	content: '\f0de';
}
.dataTable th.sorting_desc:after {
	content: '\f0dd';
}
.dataTables_paginate {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.dataTables_paginate > a,
.dataTables_paginate > span,
.dataTables_paginate > span > * {
	display: inline-block;
	color: inherit;
	width: 30px;
	line-height: 30px;
	margin: 0 3px;
	background: #f2f2f2;
	border-radius: 15px;
}
.dataTables_paginate.paging_simple_numbers > span,
.dataTables_paginate.paging_full_numbers > span {
	line-height: inherit;
	margin: 0;
	padding: 0;
	width: auto;
	background: none;
}
.dataTables_paginate > span > span.ellipsis {
    background: no-repeat;
	cursor: default;
}
.dataTables_paginate > label,
.dataTables_info {
	display: block;
	margin-top: 10px;
	color: #999;
}
.dataTables_paginate a:hover,
.dataTables_paginate .current {
	color: #fff !important;
	/*background: #E94E1B;*/
    background: var(--color-base);
}
.dataTables_paginate a.disabled {
	opacity: 0.3;
	cursor: default;
}
.dataTables_paginate a.disabled:hover {
	color: inherit;
	background: #f2f2f2;
}
.simple-loading {
	text-align: center;
	font-size: 100%;
}
.simple-loading > i {
	font-size: 250%;
	line-height: 100%;
}
.simple-loading > span {
	display: block;
	margin-top: 15px;
}
.proximos > .item {
	padding: 20px 0;
	border-top: 1px solid #ddd;
}
.proximos > .item:first-child {
	padding-top: 0;
	border-top: none;
}
.proximos > .item .estatus {
	display: inline-block;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 10px;
}
.proximos > .item .estatus > i {
	font-size: 120%;
	text-align: center;
	margin-right: 5px;
}
.proximos > .item h4 {
	font-size: 140%;
}
.proximos > .item p {
	margin: 0;
}
.proximos > .item p > i {
	color: #000;
	width: 15px;
	font-size: 110%;
	text-align: center;
	margin-right: 10px;
}
.proximos > a {
	display: block;
	text-align: center;
}
.turno {
	margin-top: 15px;
	padding: 25px 0;
	border-top: 1px solid #ddd;
}
.turno > h3 {
	font-size: 130%;
	/*color: #E94E1B;*/
    color: var(--color-base);
	margin: 0;
}
.turno table {
	width: 100%;
	text-align: center;
	margin-top: 15px;
	border-collapse: collapse;
}
.turno table .titular {
	width: 15%;
	text-align: right;
	padding: 0 15px;
}
.turno table .equipos td {
	border: 1px solid #939598;
}
.turno table .equipos .titular {
	border: 1px solid #fff;
	border-right: 1px solid #939598;
}
.turno table .bloques td {
	border: 1px solid #fff;
}
.turno table .bloques td.disp-total {
	cursor: pointer;
}
.forms p {
	margin: 0 0 5px;
}
.forms fieldset {
	width: 100%;
	margin: 0;
	padding: 10px;
}
.forms fieldset > div > label {
	display: inline-block;
	width: 25%;
	text-align: right;
	padding: 3px 10px;
	vertical-align: top;
}
.forms fieldset > div > span {
	display: inline-block;
	width: 73%;
	padding: 3px 0;
}
.forms fieldset > div > span * {
	width: 100%;
	max-width: none;
}
.nuevo {
    max-width: 600px;
    border-collapse: collapse;
}
.nuevo > div > * {
	display: block;
    padding: 5px;
}
.nuevo > div > div {
	color: #000;
	font-weight: 600;
	padding-top: 0;
}
.nuevo > div > label {
	padding-bottom: 0;
	margin-bottom: 0;
}
.nuevo > div > * > input:not([type="radio"]):not([type="checkbox"]),
.nuevo > div > * > select,
.nuevo > div > * > textarea {
    width: 100%;
	max-width: none;
}
.NumNegativo{
	color: #f00;
}
.card-info > .row {
	margin-top: 10px;
}
.card-info label {
	display: block;
	/*color: #E94E1B;*/
    color: var(--color-base);
	font-size: 80%;
	font-weight: bold;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.card-info label > i {
	color: #fff;
	font-size: 110%;
	width: 18px;
	line-height: 18px;
	text-align: center;
	margin-right: 5px;
	/*background-color: #E94E1B;*/
    background-color: var(--color-base);
	border-radius: 3px;
}
.card-info span {
	display: block;
	font-size: 130%;
	font-weight: 300;
	line-height: 180%;
	border-top: 1px dashed #ddd;
}
.mostrarHoja {
    position: relative;
    width: 100%;
    max-width: 792px;
    margin: 0 auto 30px;
}
.pagina {
    position: relative;
    padding: 15px;
    background: #fff;
    border: 1px solid #e6e7e8;
}
.pagina1, .pagina2 {
    border: 1px solid #dadada;
    border-top: none;
    background: #fff;
    height: 2px;
}
.pagina1 {
    margin: 0 2px;
}
.pagina2 {
    margin: 0 6px;
}
.pagina2 {
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.pagina2:before, .pagina2:after {
    content: "";
    position: absolute;
    z-index: -2;
}
.pagina2:before, .pagina2:after {
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.pagina2:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}
.pagada {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/pagada.png) no-repeat center center;
}
.pagina h2, .factura h2 {
    color: #fff;
    font-size: 110%;
    font-weight: normal;
    margin: 0;
    padding: 3px 10px;
    /* background: #dd3937; */
	background: var(--color-base);
}
.pagina h3 {
    margin-top: 0;
}
.pagina p {
    margin: 3px 0;
}
.pagina .cabezera, .pagina .datosCliente {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.pagina .cabezera > *, .pagina .datosCliente > * {
    display: table-cell;
    vertical-align: top;
}
.pagina .datosCliente .etiquetas span {
    display: inline-table;
    width: 25%;
    /*color: #E94E1B;*/
    color: var(--color-base);
    text-align: right;
    padding-right: 10px;
}
.pagina .datosCliente .etiquetas span + span {
    width: 75%;
    color: #727777 !important;
    text-align: left;
	padding-right: 10px;
	word-break: break-all;
}
.pagina .datosCliente .marco.etiquetas span {
	width: 40%;
	line-height: 1.2;
}
.pagina .datosCliente .marco.etiquetas span + span {
	width: 60%;
	word-break: break-word;
}
.pagina .marco > div {
    border: 1px solid #ccc;
    padding: 5px 0;
}
.pagina .marco h2 {
    text-align: center;
}
.pagina .conceptos table {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-collapse: collapse;
}
.pagina .conceptos table tr.head {
    color: #fff;
    /* background: #dd3937; */
    background: var(--color-base);
}
.pagina .conceptos table th {
    font-size: 85%;
    font-weight: normal;
    padding: 8px 0;
}
.pagina .conceptos table td {
    padding: 0 4px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.pagina .formaPago {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.pagina .formaPago > div {
    display: table-row;
}
.pagina .formaPago > div > div {
    display: table-cell;
    width: 30%;
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.pagina .formaPago .formapar {
    width: 20%;
    color: #fff;
    text-align: right;
    background: #dd3937;
}
.est1, .est2, .est3, .est4 {
    display: inline-table;
    width: 14px;
    height: 13px;
    vertical-align: middle;
    background: url(../images/estado.png) no-repeat 0 0;
}
.est2 {
    background-position: 0 -13px;
}
.est3 {
    background-position: 0 -26px;
}
.est4 {
    background-position: 0 -39px;
}
.pagina .observaciones > div {
    margin: 10px 0 20px;
}
.pagina .remisiones ul, .factura .etiquetas ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.pagina .remisiones ul > li, .factura .etiquetas ul > li {
    display: inline-block;
    padding: 10px;
}
.factura h2 {
    margin-top: 20px;
}
.factura .etiquetas {
    margin: 0;
    padding: 5px;
}
.factura .etiquetas.listaremisiones {
    padding: 15px;
}
.factura .etiquetas label {
    display: block;
    width: 100%;
    padding: 3px 0;
}
.factura .etiquetas label > span {
    display: inline-table;
    width: 20%;
    min-width: 180px;
    text-align: right;
    padding-right: 10px;
}
.factura .etiquetas input[type="text"] {
    width: 50%;
}
.productos_lista {
    width: 100%;
    font-size: 90%;
    text-align: center;
    margin: 15px 0;
    border: 1px solid #ccc;
    border-collapse: collapse;
    word-wrap: break-word;
}
.productos_lista tr.head {
    color: #fff;
    /* background: #dd3937; */
	background: var(--color-base);
}
.productos_lista th {
    font-weight: normal;
    padding: 8px 0;
}
.productos_lista td {
    padding: 6px 0;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.productos_lista input[type="text"] {
    width: 100%;
    color: #727777;
    text-align: center;
    padding: 0;
    background: none;
    border: none;
}
table.tabla-simulador th {
	width: 12.5%;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 5px;
}
table.tabla-simulador tbody > tr {
	border-top: 1px solid #ddd;
}
table.tabla-simulador td {
	text-align: center;
	padding: 5px;
}
table.tabla-simulador td input {
	width: 100%;
	line-height: 30px !important;
	text-align: right;
}
.simulador {
	padding: 30px 15px;
}
.simulador > h2 {
	font-size: 175%;
	margin: 0 0 25px;
}
.simulador h4 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.simulador table {
	width: 100%;
	text-align: center;
	margin: 15px 0;
}
.simulador table th {
	color: #666;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 5px;
	background: #ddd;
}
.simulador table td {
	text-align: right;
	padding: 5px;
	border: 1px solid #ddd;
}
.simulador table td:empty {
	border: none;
}
.simulador table tbody tr {
	border-top: 1px solid #ddd;
}
.simulador table tbody tr:first-child {
	border-top: 1px solid #ddd;
}
.simulador table tfoot th {
	color: #333;
	font-size: 100%;
	text-align: right;
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
}
.simulador table.mini {
	margin: 0;
}
.simulador table.mini th {
	padding: 5px;
}
.simulador table.mini td {
	padding: 0;
}
.simulador table.mini td input {
	text-align: right;
	line-height: 30px !important;
	border: none;
}
.simulador select {
	padding: 0 30px 0 20px;
	background-position-x: 80%;
}
#gallery {
    list-style-type: none;
    margin: 0;
    padding: 0
}
#gallery li img {
    display: none;
}
#gallery.list-backup li {
    display: inline-block;
    position: relative;
    width: 21%;
    padding: 0;
    margin: 0 1.5% 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.06);
}
#gallery.list-backup li img {
    display: inline;
    width: 100%;
}
#gallery.list-backup li > div {
    padding: 15px;
}
#gallery.list-backup li > div h3 {
    width: 100%;
    margin: 0 0 5px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#gallery.list-backup li > div p {
    margin: 0;
}
#gallery.list-backup li .icon-delete {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 15px;
    margin: 0;
    background: url(../images/icon-delete2.png) no-repeat center center;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
}
.etiquetas.listaremisiones > p {
    text-align: center;
}
.etiquetas.listaremisiones {
    position: relative;
}
/* Bootstrap */
.text-muted {
	/*color: #67757c;*/
	color: #222 !important;
}
.nav-tabs {
	margin-bottom: 20px;
}
.nav-tabs .nav-link {
	border-bottom-width: 2px;
}
.nav-tabs .nav-link:hover {
	color: #000;
	border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	/*color: #E94E1B;
	border-color: transparent transparent #E94E1B;*/
    color: var(--color-base);
    border-color: transparent transparent var(--color-base);
}
.form-group {
    margin-bottom: 5px;
}
/* jQuery */
.ui-widget-overlay {
	background: rgba(0,0,0,0.8);
}
.ui-dialog {
	padding: 10px;
	background: #fff;
	border-radius: 5px;
}
.ui-dialog .ui-dialog-content {
	max-height: 400px !important;
}
.ui-dialog-titlebar {
	border-bottom: 1px solid #ddd;
}
.ui-dialog-titlebar .ui-dialog-title {
	font-size: 150%;
}
.ui-dialog-titlebar .ui-dialog-titlebar-close {
	color: inherit;
	padding: 0 5px;
	background-color: inherit;
	border: none;
}
.ui-dialog-titlebar .ui-dialog-titlebar-close:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f00d';
}
.ui-dialog-titlebar .ui-button-icon-only .ui-button-text {
	text-indent: inherit;
	padding: 3px 5px;
}
.ui-datepicker {
    display: none;
    position: relative;
}
.ui-datepicker-inline {
    width: 100%;
}
.ui-datepicker-prev, .ui-datepicker-next {
    position: absolute;
    top: 0;
    padding: 5px 10px;
    cursor: pointer;
}
.ui-datepicker-prev {
    left: 0;
}
.ui-datepicker-prev:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f104';
}
.ui-datepicker-next {
    right: 0;
}
.ui-datepicker-next:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: '\f105';
}
.ui-datepicker-title {
	color: #000;
    text-align: center;
    font-size: 150%;
}
.ui-datepicker-calendar {
    width: 100%;
    border-collapse: collapse;
}
.ui-datepicker-calendar a {
    display: block;
	color: #777;
    width: 100%;
    height: 100%;
    padding: 5px;
}
.ui-datepicker-calendar th {
	color: #000;
    text-align: center;
    padding: 10px 0;
}
.ui-datepicker-calendar th span {
	text-transform: uppercase;
	font-weight: bold;
}
.ui-datepicker-calendar td {
    width: 14.2%;
    text-align: center;
    vertical-align: top;
    padding: 0;
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f2f2f2;
	border-radius: 5px;
}
.ui-datepicker-calendar .ui-state-active {
	color: #fff;
	/*background: #E94E1B;*/
    background: var(--color-base);
	border-radius: 5px;
}
.ui-autocomplete {
    display: none;
	max-width: 80%;
    max-height: 200px;
    padding: 10px !important;
    margin: 0;
    background-color: #fff;
	overflow: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	z-index: 1000;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
	margin: 0;
    color: inherit;
    white-space: nowrap;
    text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	color: #fff;
	margin: 0;
	/*background: #E94E1B;*/
    background: var(--color-base);
}

/* Loading */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.9;
    z-index: 99999;
}
.loading .text-ring {
	position: absolute;
    left: 0;
    right: 0;
    top: 50%;
	color: #666;
	text-align: center;
	margin-top: 40px;
}
.lds-ring {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    margin-left: -32px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    /*border: 6px solid #E94E1B;*/
    border: 6px solid var(--color-base);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    /*border-color: #E94E1B transparent transparent transparent;*/
    border-color: var(--color-base) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/************************* Nuevo diseño *****************************/
.btn, .form-control {
	font-size: inherit;
	line-height: inherit;
}
.btn > i {
	margin-right: 5px;
}
.page {
	padding: 30px 20px 20px;
}
.page > .wrapper {
	padding: 15px;
}
.page > h1 {
	font-size: 170%;
	text-transform: uppercase;
	margin: 30px 0 15px;
}
.filtroReporte {
	border-bottom: 1px solid #ddd;
}
.filtroReporte .form-control,
.filtroReporte .select2 {
	width: 100% !important;
	margin: 5px 0 !important;
}
.proximos {
	margin-bottom: 10px;
	max-height: 170px;
	overflow: auto;
}
.proximos > div {
	margin: 0 15px;
	padding: 10px 0;
	border-top: 1px dashed #ddd;
}
.proximos > div:first-child {
	padding-top: 0;
	border-top: none;
}
.vista-precios {
	padding: 15px;
}
.vista-precios p {
	margin: 0;
}
.vista-precios p.text-right {
	font-size: 300%;
	letter-spacing: -1px;
	line-height: 1;
	margin-top: 5px;
}
.lista-despachos .card {
	border: 1px solid rgba(0, 0, 0, 0.125);
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
}
.lista-despachos .card .btn-vertical {
	position: absolute;
    bottom: 100%;
    left: 50%;
    background: #fff;
    border-radius: 5px 5px 0 0;
    padding: 8px 20px;
    transform: translate(-50%, 0%);
}
.lista-despachos .card-header h6 {
	line-height: 1;
}
.lista-despachos > .row {
	margin: 0 -10px;
}
.lista-despachos .row {
	margin-bottom: 3px;
}
.lista-despachos .row div {
	line-height: 1;
}
.lista-despachos > .row > div {
	padding-left: 10px;
	padding-right: 10px;
}
.zonacarga {
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.zonacarga h5 {
	font-size: 130%;
	line-height: 1;
	margin: 0;
}
.zonacarga hr {
	margin: 5px 0;
}
.zonacarga .tanque {
	position: relative;
	height: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.zonacarga .tanque > div {
	position: absolute;
	margin: 5px;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	border-radius: 3px;
}
.scrolltable {
	overflow: auto;
}
/* Bootstrap */
.card, .page > .wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: none;
    box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
}
.card-header {
	background: none;
}
.card-header h2 {
	/*color: #E94E1B;*/
    color: var(--color-base);
	font-size: 140%;
	text-transform: uppercase;
	margin: 0;
}
.nav-link {
	color: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
	color: #fff;
	/*background-color: #E94E1B;*/
    background-color: var(--color-base);
}
.sidebar.mini {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.accordion .card {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.accordion .card + .card {
	margin-top: -1px;
}
.accordion .card-header  {
	margin-bottom: 0 !important;
	padding: 0 !important;
	border: none !important;
}
.accordion > .card .btn.btn-link {
	width: 100%;
	color: inherit;
	font-size: 110%;
	text-align: left;
	text-decoration: none;
	padding: 15px 20px;
	border: 1px solid #ddd;
	border-radius: 0;
}
.accordion > .card .btn.btn-link.collapsed:before,
.accordion > .card .btn.btn-link:before {
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	content: "\f055";
	margin-right: 5px;
}
.accordion > .card .btn.btn-link:before {
	content: "\f056";
}
.accordion > .card:last-child .btn.btn-link.collapsed {
	border-radius: 0;
}
.accordion > .card:first-child .btn.btn-link {
	border-radius: 5px 5px 0 0;
}
.accordion > .card:last-child .btn.btn-link.collapsed,
.accordion > .card:last-child .card-body {
	border-radius: 0 0 5px 5px;
}
/*.accordion .card-header .btn.btn-link.collapsed {
	border-radius: 5px;
}*/
.accordion .card-body {
	margin-top: -1px;
	border: 1px solid #ddd;
}

.d-none {
	display: none !important;
}
/* Otros */
.val{
	color: #f1f2f2;
}
.ext {
  overflow: auto;
}
.divError {
    border: 0px solid #ccc;
    color: red;
}
/* Responsive */
@media (max-width: 768px) {
	.sidebar {
		display: none;
		width: 100%;
		overflow: auto;
		z-index: 51;
	}
	.sidebar:hover {
        width: 100%;
    }
	nav ul > li > a {
		text-align: left;
		padding: 7px 35px 7px 15px;
	}
	nav ul > li a > span,
	nav ul > li.sub > a:after {
		display: inline-block;
	}
	nav ul > li > a > i.fa {
	    margin-right: 7px;
	}
	nav ul ul {
		position: relative;
		left: auto;
		top: auto;
	}
	.profile {
		border-top: 1px solid #ddd;
	}
	.page-wrapper {
		margin-top: 35px;
	}
	.filtroReporte {
		text-align: center;
	}
	.filtroReporte .form-control {
		width: 100% !important;
	}
	.gas {
		margin: 10px 0;
	}
	.page-content > .fixedHead {
		display: none !important;
	}
}
/* usado para dejar un espacio a la derecha y que no quede pegado a la derecha, se suele usar para decimales */
.spaceRight  {
	padding: 0px 30px !important;
}
/* Con esto se resuelve detalle con select que no abarca todo el espacio definido con pSel2 */
.select2-container{
	width: 100% !important;
}
.select2-selection--single {
	height: 100% !important;
}
.select2-selection__rendered{
	word-wrap: break-word !important;
	text-overflow: inherit !important;
	white-space: normal !important;
}