@font-face {
    font-family: 'weatherCard';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

i.weather-card { 
  font-family: 'weatherCard';
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
}
.perfilesTablesLink { color: #FFF !important; padding: 5px; background-color: #ff6326; border-radius: 5px; }
.perfilesTablesLink:hover { background-color: #ffb199; }

i.icon-0:before { content: ":"; }
i.icon-1:before { content: "p"; }
i.icon-2:before { content: "S"; }
i.icon-3:before { content: "Q"; }
i.icon-4:before { content: "S"; }
i.icon-5:before { content: "W"; }
i.icon-6:before { content: "W"; }
i.icon-7:before { content: "W"; }
i.icon-8:before { content: "W"; }
i.icon-9:before { content: "I"; }
i.icon-10:before { content: "W"; }
i.icon-11:before { content: "I"; }
i.icon-12:before { content: "I"; }
i.icon-13:before { content: "I"; }
i.icon-14:before { content: "I"; }
i.icon-15:before { content: "W"; }
i.icon-16:before { content: "I"; }
i.icon-17:before { content: "W"; }
i.icon-18:before { content: "U"; }
i.icon-19:before { content: "Z"; }
i.icon-20:before { content: "Z"; }
i.icon-21:before { content: "Z"; }
i.icon-22:before { content: "Z"; }
i.icon-23:before { content: "Z"; }
i.icon-24:before { content: "E"; }
i.icon-25:before { content: "E"; }
i.icon-26:before { content: "3"; }
i.icon-27:before { content: "a"; }
i.icon-28:before { content: "A"; }
i.icon-29:before { content: "a"; }
i.icon-30:before { content: "A"; }
i.icon-31:before { content: "6"; }
i.icon-32:before { content: "1"; }
i.icon-33:before { content: "6"; }
i.icon-34:before { content: "1"; }
i.icon-35:before { content: "W"; }
i.icon-36:before { content: "1"; }
i.icon-37:before { content: "S"; }
i.icon-38:before { content: "S"; }
i.icon-39:before { content: "S"; }
i.icon-40:before { content: "M"; }
i.icon-41:before { content: "W"; }
i.icon-42:before { content: "I"; }
i.icon-43:before { content: "W"; }
i.icon-44:before { content: "a"; }
i.icon-45:before { content: "S"; }
i.icon-46:before { content: "U"; }
i.icon-47:before { content: "S"; }
/**/

.flexit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-wrap: nowrap;
    -webkit-box-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flexbox-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.flex-row {
    -moz-box-direction: row;
    -webkit-box-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flexbox-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-row-reverse {
    -moz-box-direction: row-reverse;
    -webkit-box-direction: row-reverse;
    /*-webkit-box-orient: horizontal;*/
    -webkit-flex-direction: row-reverse;
    -ms-flexbox-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flex-col {
    -moz-box-direction: column;
    -webkit-box-direction: column;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flexbox-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-align-between {
    -webkit-box-align-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-align-content: space-between;
    align-content: space-between;
}
.flex-align-center {
    -webkit-box-align-content: center;
    -webkit-align-content: center;
    -ms-flex-align-content: center;
    align-content: center;
}
.flex-align-start {
    -webkit-box-align-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-align-content: flex-start;
    align-content: flex-start;
}
.flex-align-item-start {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.flex-align-item-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-start-all {
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-align-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-align-content: flex-start;
    align-content: flex-start;
}
.flex-align-item-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.flex-align-item-end{
	-webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;

}
.flex-justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.flex-justify-center {
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: center;
}
.flex-justify-start {
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: flex-start;
}
.flex-justify-end {
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: flex-end;
}
.flex-justify-space-evenly {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-evenly;
}
.flex-wrap {
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-grow {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.flex-shrink {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.flexit .auto {
  margin: auto;
}

/** Helper class **/
.pan { padding: 0 !important; }
.pas { padding: 10px !important; }
.pam { padding: 20px !important; }
.pal { padding: 30px !important; }
.ptn { padding-top: 0 !important; }
.pts { padding-top: 10px !important; }
.ptm { padding-top: 20px !important; }
.ptl { padding-top: 30px !important; }
.pln { padding-left: 0 !important; }
.pls { padding-left: 10px !important; }
.plm { padding-left: 20px !important; }
.pll { padding-left: 30px !important; }
.pbn { padding-bottom: 0 !important; }
.pbs { padding-bottom: 10px !important; }
.pbm { padding-bottom: 20px !important; }
.pbl { padding-bottom: 30px !important; }
.prn { padding-right: 0 !important; }
.prs { padding-right: 10px !important; }
.prm { padding-right: 20px !important; }
.prl { padding-right: 30px !important; }

.man { margin: 0 !important; }
.mas { margin: 10px !important; }
.mam { margin: 20px !important; }
.mal { margin: 30px !important; }
.mtn { margin-top: 0 !important; }
.mts { margin-top: 10px !important; }
.mtm { margin-top: 20px !important; }
.mtl { margin-top: 30px !important; }
.mln { margin-left: 0 !important; }
.mls { margin-left: 10px !important; }
.mlm { margin-left: 20px !important; }
.mll { margin-left: 30px !important; }
.mbn { margin-bottom: 0 !important; }
.mbs { margin-bottom: 10px !important; }
.mbm { margin-bottom: 20px !important; }
.mbl { margin-bottom: 30px !important; }
.mrn { margin-right: 0 !important; }
.mrs { margin-right: 10px !important; }
.mrm { margin-right: 20px !important; }
.mrl { margin-right: 30px !important; }

.mr5 { margin-right: 5px !important; }

.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.mt15 { margin-top: 15px !important; }
.mb15 { margin-bottom: 15px !important; }

.pl35 { padding-left: 35px !important; }
.pr35 { padding-right: 35px !important; }
.pt35 { padding-top: 35px !important; }
.pb35 { padding-bottom: 35px !important; }

.cursor-default { cursor: default !important; }
.cursor-pointer { cursor: pointer !important; }

.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-lowercase { text-transform: lowercase !important; }

/** End Helper class **/

.modal.modal-abastible.in {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -moz-box-wrap: nowrap;
    -webkit-box-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flexbox-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-box-direction: column;
    -webkit-box-direction: column;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flexbox-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal.modal-abastible > .modal-dialog {
    margin: auto;
}

.panel {
    box-shadow: none;
}

body {
	overflow-x: hidden;
	font-family: 'Klavika Rg';
	background-color: #fff;
	padding-right: 0 !important; /* bug modal bootstrap */
}
a, button {
	cursor: pointer;
}
a:hover, a:focus {
	text-decoration: none;
}
b {
	font-family: 'Klavika Md' !important;
}
strong {
	font-family: 'Klavika Bd' !important;
}

.bold-font{
	font-family: 'Klavika Bd' !important;
}

body.login-home{
	width: 100%;
    background-color: #ff6326;
    background-image: url(../images/bg-login2.png);
    background-repeat: no-repeat;
    background-position: center right; 
	/*background-size: contain;*/
    background-blend-mode: multiply;
    font-family: 'Klavika Rg' !important;
	min-height: 100vh;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-wrap: nowrap;
    -webkit-box-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flexbox-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

body.login-home > .login {
	margin: auto;
}

body.login-home > .login .logofn,
body.login-home > .login .logoab {
    width: 160px;
}

body.login-home > .login .logoab {
    padding-top: 5px; 
}

body.login-home > .login .spacer {
    padding: 60px 0 90px;
}

body.login-home > .login .spacer.thin {
    padding: 30px 0 45px;
}

body.modal-open {
	padding-right: 0 !important;
}

.background-grey {
	background-color: #f7f7f7;
}
.background-white {
    background-color: #FFFFFF !important;
}

.btn {
	transition: all .25s;
}
.btnCostos {
    padding: 20px!important; 
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff!important; 
    border-bottom: 2px solid #ff6326 !important;
    border-radius: 5px !important;
}
.btn.btn-white {
	color: #ff6326;
	background-color: white;
	border-color: transparent; 
}
.btn.btn-outline {
	color: white;
	background-color: transparent;
	border-color: white;
}

.gexbtn-1 {
    float: left;
}
.gexbtn-2 {
    float: left;
    margin-top: 0px !important;
    margin-left: 14px;	
}

.btn.btn-outline.btn-abastible,
.btn.btn-outline.btn-rounded {
	color: #ff6326;
	background-color: transparent;
	border-color: #ff6326;
}

.btn.btn-abastible.blue {
	background-color: #174d9c;
	width: 240px;
}

.btn.btn-outline.btn-abastible:hover {
	color: white;
	background-color: #ff6326;
}

.btn.btn-outline.lt-blue {
	color: #52c2e8;
	border-color: #52c2e8;
}
.btn.btn-outline.lt-blue:hover {
	color: white;
	background-color: #52c2e8;
}

.btn.btn-rounded {
	text-transform: uppercase;
    color: white;
    padding: 9px 60px;
    border-radius: 20px;
    border: 1px solid #ff6326;
    background-color: #ff6326;
}
.btn.btn-rounded.tour-end{
    padding: 1px 6px;
}
#tourBtn {
    padding: 8px 15px;
    margin: 4px 0 0 20px;
    font-size: 0.8em;
}

.btn-transparent {
	-webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}


/*--------header home------*/
header{
	position: relative;
}
header.mis-pedidos-stage2{
	background: url(../images/bg-mis-pedidos.jpg) no-repeat bottom center;
	background-size: cover;
	height: 250px;
}
.menutop{
	background: #fff;
	height: 50px;
	position: absolute;
	z-index: 10;
	display: block;
	width: 100%;
}
.menutop-left, .topmenu-right, .menutop-lateral{
	height: 50px;
	padding: 5px;
}
.menutop-left {
	padding: 5px 25px 5px 90px;
}

.menutop-lateral {
	padding: 0;
}

.menutop-lateral>a {
    display: block;
    text-align: center;
    height: inherit;
    padding: 15px;
}
.logo-home {
	padding: 3px;
}
.logo-home, .asistente-v{
	float: left;
}
.asistente-v{
	padding: 10px 40px;
}
.asistente-v a{
	font-family: 'Klavika Rg';
	text-decoration: none;
	color: #c0c0c0;
	font-size: 0.9em;
	padding: 10px 0;
}
.search-home{
	float: right;
    padding: 5px;
    background: #FF620F;
    border-radius: 50%;
    margin-top: 5px;
}
.menutop-right{
	width: 57%;
}
.profile-pic {
    position: absolute;
    top: 4px;
    left: -64px;
    height: 64px;
    width: 64px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid white;
}
.profile-pic img {
	width: 100%;
	display: block;
	min-height: 60px;
}
.datos-perfil{
	float: right;
    padding: 5px 5px;
    margin: 0;
	font-family: 'Klavika Md';
	color: #FFF;
	position: relative;
}
.name-p{
	font-weight: 700;
	font-size: 1.2em;
	text-transform: uppercase;
}
.naranja{
	width: 1px;
	border-left: 1px solid #FF620F;
	margin: 0 10px;
}
.mensajes, .setpassword {
	float: right;
	color: #dcdcdc;
	margin: 11px;
	position: relative;
}
.mensajes .got-mail {
	background-color: #f33;
	color: white;
	position: absolute;
	top: -2px;
	right: -8px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
    font-size: 11px;
    text-align: center;
    line-height: 17px;	
}
.menutop-lateral{
	background: #cc4003;
	text-decoration: none;
}
.menutop-lateral a{
	text-decoration: none;
	color: #fff;
}
.menu-principal-step2{
	position: absolute;
	top: 225px;
	width: auto;
	left: 50%;
	margin-left: -550px;
}
.navbar-default{
	border-bottom: 3px solid #969696;
}
.no-padding{
	padding: 0 !important;
}
.nav-menu{
	border-color:#fff !important;

}
.nav-menu-lista li{
	border-right: 1px solid #e3e3e3;
	float: left;
	/*height: 73px;*/

}
.no-border {
	border-right:transparent !important;
}
.nav-menu-lista li a{;
	text-transform: uppercase;
	/*height: 73px;*/
	font-family: 'Klavika Md';
}
.img-pdd{
	padding-right: 10px;
}
.breadcrums{
	margin-top: 80px;
}
.breadcrums ul{
	list-style: none;
}
.breadcrums li{
	display: inline-block;
}
.breadcrums a{
	text-decoration: none;
	color: #505050;
}
.breadcrums a:hover{
	text-decoration: none;
	color: #505050;
}
.breadcrum-active a{
	color: #ff6326;
}
.breadcrum-no-active:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	margin: 0 5px 0 10px;
	font-weight: 900;

}

/*.boton-pedido-home{
	margin-top: 15px;
}
*/.hacer-pedido-boton-home{
	color: #fff;
    outline: none;
    width: 215px;
    position: relative;
    background: #ff6326;
    padding: 20px 10px 20px 30px;
    border-radius: 50px;
    bottom: 70px;
    left: 25px;
    border: none;
    font-family: 'Klavika Md';
    text-transform: uppercase;
    border-bottom: 2px solid #d25322;
}
.haz-pre-liq{
	border: 2px solid #ff6326;
    border-radius: 50px;
    padding: 20px 15px;
    width: 270px;
    color: #ff6326;
    text-align: center;
    background: #fff;
    display: inline-block;
}
.haz-pre-liq:hover, .haz-pre-liq:active, .haz-pre-liq:focus{
	color: #ff6326;
	text-decoration: none;
}
.titulo-pre-liq{
	font-family: 'Klavika Md';
    font-size: 0.8em;
    text-transform: uppercase;
    color: #5a5a5a;
}
.fecha-precio-pre-liq{
	font-size: 0.8em;
    font-family: 'Klavika Md';
    text-transform: uppercase;
    color: #a0a0a0;
    padding-left: 20px;
}
.ver-mas-pedidos-pre-liq{
	border: none;
    background: transparent;
    outline: none;
    font-family: 'Klavika Rg';
    font-size: 0.8em;
    text-transform: uppercase;
    padding-left: 25px;
}
.boton-accesos-pre-liq{
	color: #ff630f;
    float: left;
    padding: 5px 25px;
    margin-top: 10px;
    border: 1px solid #f2f2f2;
    margin-right: 5px;
}
.boton-accesos-pre-liq:hover, .boton-accesos-pre-liq:active, .boton-accesos-pre-liq:focus {
	color: #ff630f;
	text-decoration: none;
}
.boton-accesos-pre-liq2{
	padding: 5px 20px;
}
/*-- novedades --*/
.titulo-seccion-noticia{
	border-bottom: 1px solid #f2f2f2;
}
.titulo-seccion-noticia h3{
	font-family: 'Klavika Md';
    color: #4a4a4a;
    font-size: 1.3em;
    width: 20%;
    float: left;
}
.link-seccion-ver-todos{
	color: #4e5f6f;
    font-family: 'Klavika Rg';
    float: right;
    margin-top: 20px;
}
/*--  noticias -- */

.texto-noticia-contenido{
	color: #b6b6b6;
	font-family: 'Klavika Rg';
}
.tag-categoria{
	text-align: right;
	color: #ff6326;
	font-family: 'Klavika Rg';
	font-size: 0.7em;
}


/*************************/
/******** GENERAL ********/
/*************************/

.panel-abastible .panel-heading {
	background-color: #ff620f;
    color: white;
    font-size: 14px;
    cursor: pointer;
}


.btn.btn-abastible-mini,
a.btn.btn-abastible-mini {
	color: white;
	background-color: #ff6326;
	border-radius: 4px;
	text-transform: none;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0;
}

.btn.btn-abastible-mini-disabled,
a.btn.btn-abastible-mini-disabled {
	color: #ff6326;
	background-color: white;
	border-radius: 4px;
	text-transform: none;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0;
	border: solid 1px #ff6326;
	cursor: not-allowed;
}

.btn.btn-abastible,
a.btn.btn-abastible {
	font-family: 'Klavika Rg';
	font-size: 14px;
	color: white;
	background-color: #ff6326;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 14px;
	margin-bottom: 15px;
}

.btn.btn-abastible,
a.btn.btn-abastible.btnl800 {
	font-family: 'Klavika Rg';
	font-size: 13px;
	color: white;
	background-color: #ff6326;
	border-radius: 4px;
	padding: 5px 16px 5px 16px;
	margin-bottom: 0px !important;
	text-transform: capitalize;
}

.btn.btn-abastible.btn-wide,
a.btn.btn-abastible.btn-wide {
	padding: 14px 45px;
}


.btn.btn-abastible[disabled],
a.btn.btn-abastible[disabled] {
	background-color: #e5e5e5;
	color: #9d9d9d;
	opacity: 1;
}

.top-banner {
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
}
.mi-tienda .top-banner {
	background-image: url(../images/background/banner_mi_tienda.png);
}

.mis-pedidos-page .top-banner {
	background-image: url(../images/background/banner_mis_pedidos.png);
}

.mi-comunidad .top-banner {
	background-image: url(../images/background/abastible_banner_mi_comunidad.png);
}

.album .top-banner {
    background-image: url(../images/background/abastible_banner_mi_comunidad.png);
}

.album .top-banner.santiago {
    background-image: url(../images/background/cabecera_stgo.png);
}
.album .top-banner.osorno {
    background-image: url(../images/background/cabecera_osorno.png);
}
.album .top-banner.concepcion {
    background-image: url(../images/background/cabecera_conce.png);
}
.album footer .final {
    left: 0;
}

.mi-escuela .top-banner {
	background-image: url(../images/background/abastible_banner_mi_escuela.png?v=2);
	background-position: center;
}

.mi-negocio-page .top-banner {
	background-image: url(../images/background/banner_mi_negocio.png);
}

.mi-asistente .top-banner {
	background-image: url(../images/background/abastible_banner_mi_asistente.png);
}

.mi-corporativo-a .top-banner {
    background-image: url(../images/background/corporativo01.png);
}

.mi-corporativo-b .top-banner {
    background-image: url(../images/background/corporativo02.png);
}

.mi-corporativo-c .top-banner {
    background-image: url(../images/background/corporativo03.png);
}
	
.body-content > div > .container {
	padding: 60px 27px 45px;
}

.breadcrumb {
	text-transform: uppercase;
	font-size: 12px;
	background-color: transparent;
}

.breadcrumb a {
	color: inherit;
}

.breadcrumb > li.active {
	color: #ff6326;
}

.breadcrumb > li + li:before {
	color: #333;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
}

.page-title {
	color: #3c3c3c;
    font-size: 24px;
    margin: 10px 0 45px;
    font-family: 'Klavika Md';
    line-height: 30px;
}

.page-subtitle {
    color: #4e5f6f;
    font-size: 16px;
    margin: 0 0 30px;
    font-family: 'Klavika Bd';
    text-transform: uppercase;
}
.page-subtitle .light {
    font-family: 'Klavika Rg';
    text-transform: none;
    font-size: 12px;
}

.mi-negocio-interior h4.page-subtitle {
    font-size: 16px;
}

.page-subtitle.small {
	font-size: 12px;
}

.page-title img {
	height: 30px;
	margin-right: 20px;
	width: auto;
	display: block;
	float: left;
}

.form-control:focus {
    border-color: #ff6326 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 99, 38, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 99, 38, .6) !important;
}

/**************************************/
/******** MI TIENDA & INTERIOR ********/
/**************************************/

.body-content > div > .container.tienda-container {
	padding: 60px 80px 45px;
}

.body-content > div > .container.tienda-container.reporte-descuento-rut {
	padding: 60px 80px 45px;
	min-height: 700px;
}

.tienda-interior {
	padding: 0 80px;
}
.ajustAdmin {
	overflow-y:auto;
	overflow-x:hidden;
	max-height: 100%;
}
.ajustAdmin .inner-extra-sidebar {
	padding: 5px 50px 15px;
}

.tienda-menu h3,
.tienda-menu ul {
	text-align: center;
	color: #4e5f6f;
	text-transform: uppercase;
	font-size: 14px;
}
.page-title + h3 {
	font-family: 'Klavika Md';
	font-size: 16px;
	margin-bottom: 30px;
}
.tienda-menu .page-title + h3 {
	margin: 0 0 15px;
	background-color: #f5f5f5;
	padding: 12px;
	font-size: 14px;
}

.tienda-menu ul li {
	font-size: 16px;
	margin-bottom: 15px;
	cursor: pointer;
    color: #ff6326;
    border-radius: 4px;
    padding: 8px;
}

.tienda-menu:not(.escuela-menu) ul li {
	border: 1px solid #DDD;
	color: #4E5F6F;
}

.tienda-menu ul li.active {
	font-family: 'Klavika Bd';
	color: #FF6326;
}
.tienda-menu:not(.escuela-menu) ul li.active {
    font-family: 'Klavika Bd';
    color: #FF6326;
    border: 2px solid #FF6326;
}
.store-grid {
	color: #4e5f6f;
}
/*.store-grid img {
	width: 100%;
	display: block;
}*/

.store-grid .category-tag {
	background-color: #ff6326;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 20px;
	display: inline-block;
	margin: 30px 0 15px;
}

.store-grid .product-car .category-tag {
    position: absolute;
    top: 0;
    left: 15px;
    margin: 18px;
    padding: 7px 25px 5px;
    font-size: 13px;;
}

.store-overview {
	margin: 0 0 45px 15px;
	background-color: #eee;
}

.tienda-interior .store-overview {
	background: transparent;
}

.store-overview > .col-sm-6:first-child {
	padding-left: 0;
}

.tab-container .nav > li {
	opacity: .5;
	border-radius: 0;
	text-transform: uppercase;
	border-right: 1px solid #aaa;
}
.tab-container .nav > li:first-child a {
	border-radius: 4px 0 0 4px;
}
.tab-container .nav > li:last-child {
	border: none;
}
.tab-container .nav > li:last-child a {
	border-radius: 0 4px 4px 0;
}

.tab-container .nav > li.active {
	opacity: 1;
	border: none;
}

.tab-container .nav > li > a {
	color: #4e5f6f;
	border-radius: 0;
	padding: 15px;
	background-color: #eee;
}

.tab-container .nav > li.active > a {
	color: white;
	background-color: #ff6326;
}

.tab-container .nav > li > a .notif-pill {
    background-color: #f7f7f7;
    color: #4e5f6f;
    font-size: 11px;
    padding: 5px 15px;
    border-radius: 11px;
    margin-left: 15px;
}

.tab-container .tab-pane {
    padding: 30px 80px;
    font-size: 15px;
    line-height: 1.5;
}

.tab-container .tab-pane.no-padding {
    padding: 30px 0px;
}

.tab-container .tab-pane.no-padding .campo {
    min-width: 240px;
    font-size: 14px;
}

.tab-container .tab-pane.no-padding .search.campo {
    width: 380px;
}

.store-overview .image-overview {
    position: relative;
	height: 0;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 72.75%;
}

.tienda-interior .store-overview .image-overview {
	padding-top: 0px;
    padding-bottom: 100%;
}


.store-overview .image-overview img {
    position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: auto;
}

.store-overview h4  {
	text-transform: uppercase;
	font-size: 21px;
	font-family: 'Klavika Bd';
	margin-bottom: 15px;
}

.store-overview p {
	margin-bottom: 15px;
	font-size: 13px;
}

.store-overview .btn-group {
	border-spacing: 10px;
	margin: 0 -10px;
}

.store-overview .btn-group .btn-abastible {
	border-radius: 4px !important;
}

.store-overview .form-control.campo {
	max-width: 170px;
	display: block;
	margin-bottom: 12px;
}

.tienda-interior .store-overview p {
	font-size: 15px;
}

.tienda-interior .store-overview p.item-price {
	font-size: 25px;
	color: #ff6326;
}

.store-grid .watch-more {
    color: #ff6326 !important;
    background-color: #fff;
    text-transform: uppercase;
    padding-left: 20px;
    border-radius: 11px;
}
#manualesContainer .watch-more {
    position: absolute;
    bottom: 0;
    left: 30%;
}

.store-grid .watch-more .plus {
	background-color: #ff6326 !important;
}

.store-item {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-size: 16px;
}

#manualesContainer .store-item {
    height: 350px;
    position: relative;
}

#manualesContainer .store-item a.link-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.store-item .store-gradient {
    height: 276px;
	overflow: hidden;
    background: #e7eff2;
    background: -moz-linear-gradient(0deg, #fff 0%, #e7eff2 100%);
    background: -webkit-gradient(linear, bottom, top, color-stop(0%, #fff), color-stop(100%, #e7eff2));
    background: -webkit-linear-gradient(180deg, #fff 0%, #e7eff2 100%);
    background: -o-linear-gradient(0deg, #fff 0%, #e7eff2 100%);
    background: -ms-linear-gradient(0deg, #fff 0%, #e7eff2 100%);
    background: linear-gradient(0deg, #fff 0%, #e7eff2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e7eff2',GradientType=1 );
}

.store-item p {
	margin: 0;
	font-family: 'Klavika Rg';
}

.store-item img {
	width: 100%;
}
p.item-price {
	font-family: 'Klavika Bd';
	font-size: 19px;
	margin: 0 0 15px;
}

p.item-price.orange {
	font-family: 'Klavika Md';
	margin-top: 0 !important;
}


.store-item .category-tag {
	background-color: white;
	color: #ff6326;
	font-size: 11px;
	border: 1px solid #ff6326;
	padding: 5px 40px;
	margin-top: 25px;
}

.recomendados {
	margin: 0;
	padding: 45px 15px 0;
	text-align: center;
	border-top: 1px solid #e9eff5;
}

.product-car {
	position: relative;
}

#product-carousel .carousel-indicators {
	bottom: -45px;
}
#product-carousel .carousel-indicators li,
#product-carousel .carousel-indicators .active {
	margin: 0 15px;
	border: 1px solid #ff6326;
	height: 10px;
	width: 10px;
}

#product-carousel .carousel-indicators .active {
	background-color: #ff6326;
}

/******************************/
/******** MI ASISTENTE ********/
/******************************/


.dude {
	margin-bottom: 45px;
}

.dude-img {
	background-color: #ddd;
	height: 120px;
	width: 120px;
	margin: 0 20px;
	border-radius: 50%;
	float: left;
	overflow: hidden;
}

.dude-img img {
	display: block;
	width: 100%;
	pointer-events: none;
}

.dude-img.default-image img {
    width: auto;
    margin: 35px auto;
}

.dude-info {
	margin-left: 200px;
	color: #333;
	font-size: 14px;
}

.dude-info h2 {
	font-family: 'Klavika Md';
	font-size: 21px;
	margin: 0 0 5px;
}

.dude-info h2 + p {
	text-transform: uppercase;
	margin: 0 0 15px;
}

.my-assistant .dude-img {
	height: 160px;
	width: 160px;
	margin: 0;
}
.my-assistant .dude-info h2 {
	font-size: 24px;
}

.my-assistant .dude-info h2 + p {
	font-size: 16px;
}

.dude-info ul {
	color: #ff6326;
}
.dude-info ul li {
	overflow: hidden;
}

.dude-info .icon {
	font-size: 22px;
    width: 20px;
    display: block;
    text-align: center;
    margin-right: 10px;
    float: left;
}

.dude-info span {
	display: block;
    margin-left: 30px;
    padding-top: 5px;
}

.assistant-form {
	padding-left: 30px;
}

.assistant-form form {
    background-color: #F7F7F7;
    border-radius: 5px;
    padding: 35px 20px;
}

.assistant-form input.error,
.assistant-form textarea.error {
    border: 2px solid #F00;
}
.assistant-form .error-message{
    color: #F00;
    padding: 10px;
    font-size: 0.9em;
    font-weight: bold;
}

.assistant-form .page-subtitle {
	font-family: 'Klavika Rg';
	text-align: center;
	color: #333;
	margin: 0 0 15px;
}

.assistant-form p.note {
    font-style: italic;
    font-size: 0.9em;
}

.assistant-form .page-subtitle + p {
	text-align: center;
	margin: 0 0 20px;
}
.assistant-form .btn {
	padding: 15px;
    text-transform: uppercase;
    line-height: 11px;
}
.assistant-form .input-box {
    width: 100%;
    background-color: #DDD;
}
.assistant-form .input-box .input-name {
    width: 65%;
    overflow: hidden;
    height: 27px;
}

.transaction-type {
	color: #52c2e8;
	text-align: center;
	margin: 0 0 30px;
}

.transaction-type > li{
	width: 33%;
	float: left;
}

.transaction-icon {
	width: 70px;
	height: 70px;
	display: block;
	border-radius: 50%;
	margin: 0 auto 10px;
    line-height: 74px;
    font-size: 36px;
}

.option-btn {
    width: 70px;
    margin: auto;
    cursor: pointer;
}

.active .transaction-icon {
	background-color: #52c2e8;
	color: white;
}

.assistant-form textarea {
	max-width: 100%;
}

/** Mi Asistente: New Icons **/
.option-btn .icon-btn {
    height: 72px;
    width: 72px;
    margin: 0 0 8px;
}
.option-btn .icon-btn.consulta {
    background: url('/libs/images/icons/asistente-consulta.png');
}
.option-btn.active .icon-btn.consulta {
    background: url('/libs/images/icons/asistente-consulta_hover.png');
}

.option-btn .icon-btn.reclamo {
    background: url('/libs/images/icons/asistente-reclamo.png');
}
.option-btn.active .icon-btn.reclamo {
    background: url('/libs/images/icons/asistente-reclamo_hover.png');
}

.option-btn .icon-btn.solicitud {
    background: url('/libs/images/icons/asistente-solicitud.png');
}
.option-btn.active .icon-btn.solicitud {
    background: url('/libs/images/icons/asistente-solicitud_hover.png');
}


/******************************/
/******** HOME CONTENT ********/
/******************************/

.modal-home .modal-dialog {
	width: 400px;
	color: #4e5f6f;
}
.modal-home h2 {
	color: #ff6326;
	text-transform: uppercase;
	font-family: 'Klavika Bd';
	font-size: 24px;
	line-height: 1;
	position: relative;
}
.modal-home h2 small {
	color: inherit;
	font-family: 'Klavika Rg';
	font-size: 60%;
}

.modal-home h2 .logo-title {
    position: absolute;
    top: -20px;
    left: -30px;
    height: 34px;
}
.modal-home h2 .logo-title.right { 
	left: auto;
    right: -43px;
    height: 43px;
    top: -23px;
}

.modal-home h4 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 30px;
}

.modal-home h4 + p {
	font-size: 16px;
	margin: 0 0 30px;
}

.modal-home p + .close {
    float: none;
    margin: 15px 0;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #ff6326;
    opacity: 1;
    text-shadow: none;
}
.modal-home a.btn.btn-abastible {
	font-size: 12px;
    padding: 12px 16px;
    border-radius: 22px;
    margin-bottom: 30px;
}

.modal-home .upload-pic {
	height: 210px;
    width: 210px;
    border-radius: 50%;
    background-color: #ff6326;
    margin: 15px auto 45px;
    color: #fff;
    text-transform: uppercase;
}

.modal-home .img-circle {
	height: 210px;
    width: 210px;
    border-radius: 50%;
    margin: 15px auto 45px;
}
.modal-home .upload-pic p {
	margin: 85px auto 0;
}
.modal-home .upload-pic span:not(.plus) {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
	font-family: 'Klavika Rg';	
}

.modal-home .upload-pic .plus {
	display: block;
	height: 36px;
	width: 36px;
	line-height: 36px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin: auto;
}

.modal-home .modal-body {
	padding: 15px 60px;
}

.fixed-toolbar {
    position: fixed;
    top: 212px;
    left: 0;
    z-index: 10;
    width: 70px;
}

.fixed-toolbar.tienda {
	left: auto;
	right: 0;
}

.fixed-toolbar.affix {
	position: fixed;
    top: 60px;
}

.fixed-toolbar a {
    display: block;
    height: 70px;
    width: 100%;
    padding: 13px;
}

.fixed-toolbar a:first-child {
    border-top-right-radius: 4px;
    background-color: #ff6326;
} 
.fixed-toolbar a:last-child {
    border-bottom-right-radius: 4px;
    background-color: #2d6eb9;
}

.fixed-toolbar.tienda a {
	border-radius: 4px 0 0 4px !important;
}
.fixed-toolbar.tienda a .got-items {
	background-color: #fff;
    color: #2d6eb9;
	position: absolute;
	top: 12px;
	right: 12px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
    font-size: 11px;
    text-align: center;
    line-height: 17px;	
}
.container.home-container > section {
	margin-bottom: 35px;
}

	/***** Indicadores ****/

	.container.home-container > .indicadores {
		padding: 45px 27px 30px;
		margin-bottom: 0;
	}
	
	.indicadores {
		padding: 2em 0;
	}

	.indicadores > div {
		float: left;
		margin-left: 45px;
		padding-top: 1em;
	    text-transform: uppercase;
	}

	.indicadores > div:first-child,
	.indicadores > div:last-child {
		margin: 0;
	}

	.indicadores > div.boton-pedido {
		padding-left: 38px;
	}

	.indicadores > div > button {
		position: relative;
	    height: 60px;
	    padding: 8px 30px;
	    border-radius: 30px;
	    background-color: white;
	    color: #ff6326;
	    border: 2px solid #ff6326;
	    text-transform: uppercase;
	}

	.indicadores > div.boton-pedido > button {
		outline: none !important;
	    padding-left: 60px;
	    border-radius: 0 30px 30px 0;
	    background-color: #ff6321;
	    color: white;
	}

	.indicadores > div.boton-pedido.preliquidacion > button {
		text-align: left;
		background-color: #fff;
		color: #ff6326;
	}

	.indicadores > div button .circle {
		border: 2px solid #ff6326;
	    border-radius: 50px;
	    width: 76px;
	    height: 76px;
	    z-index: 10;
	    text-align: center;
	    position: absolute;
	    left: -38px;
	    top: -10px;
	    background: url(../images/balon1.png) center no-repeat white;
	}
	.indicadores > div.boton-pedido.preliquidacion .circle {
		background: url(../images/icons/preliquidacion-big.png) center no-repeat white;	
	}
	.haz-pre-liq {
		border: 2px solid #ff6326;
	    border-radius: 50px;
	    padding: 20px 15px;
	    width: 270px;
	    color: #ff6326;
	    text-align: center;
	    background: #fff;
	    display: inline-block;
	}

	.indicadores > div.tendencia-precio {
		text-align: center;
	}
	.indicadores > div.tendencia-precio .number + p {
		margin-bottom: 5px;
	}

	.indicadores > div.deuda-impaga,
	.indicadores > div.deuda-impaga-5-dias {
		background-color: #ef353f;
		border-radius: 20px;
		padding: 15px 45px 10px;
		text-align: center;
	}
	.indicadores > div.deuda-impaga-5-dias {
        background-color: #5B9BD5;
    }

	.indicadores > div.deuda-impaga > h3,
	.indicadores > div.deuda-impaga-5-dias > h3 {
		margin: 0 0 10px;
		font-size: 14px;
		color: white;
	}

	.deuda-impaga .docs,
	.deuda-impaga-5-dias .docs {
		color: #f23239;
		background-color: white;
		font-size: 10px;
		height: 24px;
		border-radius: 12px;
		padding: 5px;
		margin-bottom: 10px;
	}

	.indicadores > div.deuda-impaga a,
	.indicadores > div.deuda-impaga-5-dias a {
		color: white;
		opacity: .5;
		font-size: 11px;
		text-decoration: underline;
	}

	.indicadores > div.deuda-impaga a:hover,
	.indicadores > div.deuda-impaga-5-dias a:hover {
		opacity: 1;
	}

	.mis-accesos {
	    /*text-align: center;
	    text-transform: uppercase;*/
	    /*border-top: 1px solid #ededed;*/
	    margin-bottom: 2em;
	}

	.mis-accesos .accesos-title {
		font-family: 'Klavika Md';
	    font-size: 18px;
	    margin: 0;
	    border: 0;
	    padding: 0 0 5px;
	    text-align: left;
	    text-transform: capitalize;
	}

	.mis-accesos span {
		color: #4e6676;
		font-size: 11px;
		margin-right: 30px;
	}

	.mis-accesos .dash {
		color: #ff6326;
		display: block;
		font-size: 32px;
		text-transform: uppercase;
		font-family: 'Klavika Bd';
		padding-left: 60px;
		height:	50px; 
		line-height: 50px; 
		background: url(../images/icons/dash.png) no-repeat;
		background-position: left;
		margin-bottom: 10px;
	}
/*
	.orientacion {
		border-radius: 4px;
		padding: 15px 45px;
		text-transform: uppercase;
		background: url(../images/placeholder/orientacion.png) no-repeat;
		background-size: cover;
		font-size: 15px;
		color: #fff;
	}
	.orientacion h4 {
		font-size: 15px;
		border-bottom: 1px solid #fff;
		padding-bottom: 10px;
		font-family: 'Klavika Md';
	}
	.orientacion p {
		line-height: 24px;
		padding-left: 30px;
	}
	.orientacion .phone {
		font-size: 17px;
		background: url(../images/icons/phone.png) no-repeat;
		background-position: left;
	}
	.orientacion .mail {
		font-size: 12px;
		background: url(../images/icons/mail.png) no-repeat;
		background-position: left;
	}*/
.mis-accesos .system-login {
    border-radius: 4px;
    background: url(../images/placeholder/system-login.png) no-repeat;
    background-size: cover;
    color: white;
    padding: 9px 26px;
    margin: 10px 0 0;
    font-family: 'Klavika Rg';
    text-align: center;
    height: 143px;
}
.mis-accesos .system-login h2 {
    font-size: 34px;
    margin: 10px 0;
    text-transform: uppercase;
    font-family: 'Klavika Md';
}
	.mis-accesos .system-login em {
	    font-family: 'Klavika Rg';
		display: block;
		font-size: .25em;
	}

.mis-accesos .system-login .btn {
    font-family: 'Klavika Md';
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 15px;
    width: 47%;
}

	.indicadores > div > h3 {
		margin: 0 0 10px;
	    font-family: 'Klavika Md';
	    font-size: 11px;
	    text-transform: uppercase;
	    color: #5a5a5a;
	}

	.indicadores > div.tendencia-precio > h3 {
		margin: 0;
	}
	
	.indicadores > div.tendencia-precio .number {
		font-family: 'Klavika Md';
	    color: #505050;
	    font-size: 28px;
	    margin: 0;
	    line-height: 1;
	    padding: 5px 0;
	}

	.indicadores > div.tendencia-precio .number img {
		vertical-align: top;
	}

	.watch-more {
		font-size: 10px;
		color: #595959 !important;
		display: inline-block;
		cursor: pointer;
		background-color: #eee;
		padding-left: 20px;
		border-radius: 10px;
	}
	.watch-more span.plus {
		background-color: #595959 !important;
		width: 21px;
		height: 21px;
		border-radius: 50%;
		text-align: center;
		display: inline-block;
		color: white;
	}

	.watch-more:hover {
		color: #ff6326 !important;
	}

	.watch-more:hover span.plus {
		transition: all .25s;
		background-color: #ff6326 !important;
	}

	span.plus {
		margin-left: 15px;
		font-size: 150%;
		font-family: 'Klavika Rg';
		color: inherit;
	}

	.tendencia-precio small {
		color: #b2b2b2;
	}

	/* Indicadores end */

	/**** Noticias ****/

	.noticias h3 {
		font-family: 'Klavika Md';
		font-size: 18px;
		margin: 0;
		padding: 0 0 15px;
		border-bottom: 2px solid #ededed;
		text-transform: uppercase;
	}

	.noticias h3 a {
		color: #4e6676;
		text-transform: uppercase;
		font-size: 12px;
		display: block;
	}
	
	.texto-noticia span {
		font-size: 11px;
		font-family: 'Klavika Md';
		color: #000;
	}

	.texto-noticia h4 {
		padding-right: 24px;
		position: relative;
	}

	.texto-noticia h4 a {
		color: white;
		position: absolute;
		line-height: 21px;
		top: 0px;
		right: 0px;
	}

	.texto-noticia h4 a span.plus {
		background-color: #ff6321;
	    width: 21px;
	    height: 21px;
	    font-size: 60%;
	    border-radius: 50%;
	    text-align: center;
	    display: inline-block;
	    color: white;
	}
	
	.post, .card {
		margin-top: 25px;
		padding: 0 27px;
	}
	
	.post {
		padding: 0 15px;
	}

	.post .imagen-noticia {
		padding-bottom: 55.25%;
	    padding-top: 25px;
	    height: 0;
	    position: relative;
	    overflow: hidden;
	    margin-bottom: 25px;
	}
	.post .imagen-noticia img {
		top: 0;
	    position: absolute;
	    left: 0;
	    width: auto;
	    height: 100%;
	    margin: auto;
	    pointer-events: none;
	}

	.post .imagen-noticia .fecha {
		position: absolute;
	    bottom: 0;
	    left: 0;
	    background: #000;
	    color: white;
	    text-align: center;
	    font-size: 30px;
	    line-height: 1;
		font-family: 'Klavika Rg';
		padding: 5px 13px 8px;
	}

	.post .imagen-noticia .tag-categoria {
	    position: absolute;
	    top: 15px;
	    background: #ff6326;
	    left: 0;
	    padding: 8px 20px;
	    color: #fff;
	    font-size: 12px;
	    text-transform: uppercase;
	 }
	.post .imagen-noticia .fecha + .tag-categoria {
	    color: #ff6326;
	    border: 2px solid #ff6326;
	    left: 15px;
	    padding: 6px 20px;
    	background-color: #fff;
	}
/*
	.post .imagen-noticia .fecha small {
		display: block;
		font-size: .5em;
		line-height: .5;
		letter-spacing: .2em;
	}
*/
	.post .imagen-noticia .fecha {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    background: #000;
	    color: white;
	    text-align: center;
	    font-size: 30px;
	    line-height: 1;
	    font-family: 'Klavika Rg';
	    padding: 5px 13px 8px;
	    display: none;
	 }
	.post .texto-noticia h4 {
		color: #3c3c3c;
    	font-size: 21px;
    	line-height: 1.5;
    	font-family: 'Klavika Rg';
    	margin: 15px 0 20px;
    	text-transform: uppercase;
	}

	/* Noticias end */

	/*Cards*/

	.card .card-content {
		min-height: 500px;
		background-color: white;
		overflow: hidden;
	}
	.card .card-shadow {
		-webkit-box-shadow: 0 0 100px -10px rgba(0,0,0,0.15);
		-moz-box-shadow: 0 0 100px -10px rgba(0,0,0,0.15);
		-ms-box-shadow: 0 0 100px -10px rgba(0,0,0,0.15);
		-o-box-shadow: 0 0 100px -10px rgba(0,0,0,0.15);
		box-shadow: 0 0 100px -10px rgba(0,0,0,0.15);
	}

	.card.chanchito .card-content {
		background-image: url('../images/chanchito.png');
		background-repeat: no-repeat;
		background-position: bottom;
	}
	.card-img {
		width: 100%;
	}

	.card .card-title {
		color: #858585;
		font-size: 17px;
		text-transform: uppercase;
		margin: 40px 0;
	}

	.card .card-section {
		padding: 15px 30px;
	}

	.card .card-section.restriccion {
		padding: 30px;
		text-transform: uppercase;
		background-color: transparent;
	}

	.card .card-section.restriccion h6 {
		font-size: 16px;
	}

	.card .card-section.restriccion h4 {
		font-size: 25px;
    	font-family: 'Klavika Rg';
	}

	.card .card-section.restriccion .row > div:first-child {
		border-right: 1px solid #e4e4e4;
		color: #858585;
	}

	.card .card-section.restriccion .row > div:last-child {
		text-align: center;
		color: #0064b3;
	}
	.card .card-section p {
		margin: 0;
	}
	.card .card-section .tendencia-ammount {
		font-size: 28px;
    	font-family: 'Klavika Md';
		color: #4f5f6f;
	}
	.card .card-section .tendencia-name {
		font-size: 16px;
		color: #ff6326;
		font-weight: bold;
	}

	.card .card-section.weather-widget {
		text-align: center;
		font-size: 12px;
		text-transform: uppercase;
		color: white;
    	font-family: 'Klavika Md'; 
	}

	.card .card-section.weather-list {
		padding: 30px;
		padding-top: 0px;
		padding-bottom: 10px;
	}
	.card .card-section.weather-list select.campo.form-control.grey {
		height: 33px;
		border: 2px solid #ccc;
		line-height: 1;
		text-align-last: center;
		color: #aaaaaa;
    	font-family: 'Klavika Md'; 
	    font-weight: 700;
	    letter-spacing: .3em;
	    margin-bottom: 30px;
	}
	.weather-overlay { /*background-color: rgba(0,0,0,0.2);*/ min-height: 500px; }
	.weather-ul {
		font-size: 18px;
	}
	.weather-widget .weather-card {
		font-size: 120px;
		color: white;
	}

	.weather-widget .weather-card + span {
		font-size: 60px;
		margin-left: 10px;
	}

	.weather-list {
		font-size: 12px;
		color: #4f5f6f;
	}

	.weather-list .weather-card {
		font-size: 32px;
		margin-left: 10px;
		vertical-align: middle;
	}

	.weather-list li {
		text-transform: uppercase;
		font-size: 16px;
		line-height: 32px;
		margin: 0 0 10px;
		opacity: .7;
	}

	.weather-list li.active {
		opacity: 1;
    	font-family: 'Klavika Md'; 
	}

	.weather-list p {
	    margin: 5px 0;
    	font-family: 'Klavika Md'; 
	}


.menu-principal {
    position: absolute;
    width: 1170px;
    left: 50%;
    margin-left: -585px;
    z-index: 100;
    top: 160px;	
}
	/***** Estos es sólo para borrar el mi club, eliminar después  */
	.menu-principal {
	    /*width: 1040px;*/
	    /*margin-left: -520px;*/
	}
	.menu-principal .navigation-menu li:last-child {
		display: none;
	}

	/***** Estos es sólo para borrar el mi club, eliminar después  */




.slider-home{
	z-index: 1;
	padding: 0 !important;
}

.slider-home .carousel-inner {
	height: 310px;
}

.slider-home .control-container {
	position: absolute;
    display: block;
    height: 310px;
    top: 0;
    left: 0;
    right: 0;
}

.slider-home .carousel-caption {
	bottom: 0;
	top: 0;
	padding-top: 100px;
}

.slider-home .carousel-caption h2 {
	text-align: left;
	font-size: 24px;
	font-family: 'Klavika Rg';
	text-shadow: none;
	display: inline-block;
}

.slider-home .carousel-caption h2 span {
	font-size: 46px;
	font-family: 'Klavika Rg';
}
.slider-home .carousel-caption h2 span.caribe {
	font-family: 'Qwigley', cursive;
	font-size: 500%;
    line-height: 24px;
}

.control-container .carousel-control {
	top: 50%;
	width: auto;
	margin-top: -27px;
	background: none;
	opacity: .75;
	height: 54px;
}

.control-container .carousel-control:hover {
	opacity: 1;
}
.control-container .carousel-control span {
	height: 54px;
	width: 54px;
	line-height: 54px;
	background-color: #000;
	border-radius: 50%;
	font-size: 24px;
	margin: 0 15px;
}

.carousel-inner > .item > img {
	width: 100%;
}
#fotoContainer.carousel-inner > .item > img {
    text-align: center;
    margin: auto;
    width: auto;
    height: 540px;
} 
.site-wrapper {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; 
}
/*
.show-nav.site-wrapper {
  -webkit-transform: translateX(-276px);
  transform: translateX(-276px);
  
  -webkit-transform: translate3d(-276px, 0, 0);
  transform: translate3d(-276px, 0, 0);
}
*/

/*-- menu usario lateral --*/

.sidebar-menu {	
    position: fixed;
    top: 0;
    bottom: 0;
    right: -400px;
    width: 400px;
    background: #EFEFEF;
    /* padding-top: 130px; */
	color: #373737;
	font-family: 'Klavika Rg';
  z-index: 15000;
	overflow:auto;
	max-height: 100%;
	transition: all 0.5s ease;
}
.show-nav {
	right: 0 !important; 
}
.sidebar-menu a {
	color: inherit;
}

.sidebar-menu a:hover {
	opacity: 1;
}

.inner-menu {
	padding: 30px; 
	border-top: 1px solid #798284;
	letter-spacing: .1em;
}

.inner-menu:first-child {
	border: none;
	text-align: center;
	/*
	padding-right: 60px;
	padding-left: 50px;
	*/
}
.inner-menu h6 {
	font-weight: bold;
	text-align: center;
}

.inner-menu-title {
	font-family: 'Klavika Md';
	font-size: 11.5px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.inner-menu-title a {
	font-family: 'Klavika Rg';
	font-size: 11px;
	opacity: .25;
}
.inner-menu-title img {
	margin-right: 5px;
}

.inner-menu ul {
	font-family: 'Klavika Md';
	margin-left: 45px;
}

.inner-menu ul.my-info {
	/*margin-top: 45px;*/
}
.inner-menu ul.my-email {
	font-family: 'Klavika Rg';
}

.sidebar-menu .codigos ul {
	background-color: #4f6d76;
	margin: 0;
	padding: 15px 0 15px 30px; 
}
.sidebar-menu .codigos p {
	margin: 0;
}

.sidebar-menu .codigos p + p {
	opacity: .5;
}

.sidebar-menu .codigos label {
	padding-left: 30px;
}

.sidebar-menu .codigos .checkbox input[type="checkbox"] {
	margin-left: -30px;
	top: 12px;
}

.inner-menu ul.my-email span {
	display: none;
	background-color: #ff2645;
	height: 17px;
	width: 17px;
	line-height: 17px;
	border-radius: 50%;
	text-align: center;
	font-family: 'Klavika Rg';
}

.inner-menu ul.my-email li {
	position: relative;
}

.inner-menu ul.my-email li.has-mail {
	font-family: 'Klavika Md';
}


.inner-menu ul.my-email li.has-mail span {
	display: inline-block;
}
/*
.inner-menu ul.my-email li.has-mail:before {
	content: '>';
	position: absolute;
	font-family: 'Klavika Rg';
	font-size: 75%;
    left: -10px;
    top: 0;
}
*/

.inner-menu ul + .inner-menu-title {
	margin-top: 30px;
}
.inner-menu-title div {
	font-size: 12px;
	letter-spacing: 0;
	margin-top: 5px;
	font-weight: bold;
}

.inner-menu ul li {
	line-height: 1.2em;
	margin-bottom: 10px;
}

.inner-menu ul li h6 {
	font-size: inherit;
	text-transform: uppercase;
	margin-top: 15px;
}

.link-extra-side {
	margin-bottom:10px;
	margin-top:10px;
}
.link-extra-side a {
	padding: 6px;
	/*background-color: #FF6300;*/
	color: #373737;
	/* text-transform: uppercase; */
	font-size: 14px;
	font-weight: bold;
}
.link-extra-side-bg a {
	padding: 10px;
	background-color: #FF6300;
	border-radius: 30px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;	
}
.loader_side {
	color: white;
	font-size: 18px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.bottom-buttons {
	border: 1px solid;
	font-size: 13px;
	color: #384447;
}

.bottom-buttons .square-btn {
	background-color: #bcc9cd;
	/*overflow: hidden;*/
	border-bottom: 1px solid;
	display: block;
}

.bottom-buttons .square-btn:hover {
	background-color: #d3e0e4;
	text-decoration: none;
}

.bottom-buttons .square-btn .left-img {
    display: block;
    float: left;
    padding: 0 3px;
    background-color: white;
}

.bottom-buttons .square-btn .btn-content {
    padding: 23px 20px 19px 86px;
    display: block;
    position: relative;
}

.info-icon {
	height: 23px;
	width: 21px;
	display: inline-block;
	background-image: url('../images/icons/info-23-normal.png');
	background-repeat: no-repeat;
	background-position: center;
}
.info-icon:hover{
	background-image: url('../images/icons/info-23-hover.png');
}
.info-icon-reverse{
	height: 23px;
	width: 21px;
	display: inline-block;
	background-image: url('../images/icons/info-23-hover.png');
	background-repeat: no-repeat;
	background-position: center;
}
.info-icon-reverse:hover{
	background-image: url('../images/icons/info-23-normal.png');
}

.info-icon.white {
	background-image: url('../images/icons/info-white.png');
}
.bottom-buttons .square-btn .info-icon {
	position: absolute;
	right: 20px;
	top: 20px;

}
.info-icon-reporte{
	vertical-align: middle;
	margin-bottom: 1px;
	margin-right: 5px;
  }
.menu-usuario-cerrar {
    font-family: 'Klavika Rg';
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 25px;
    display: inline-block;
}
.menu-usuario-cerrar span {
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 1px solid;
    text-transform: lowercase;
    line-height: 12px;
    font-size: 14px;
    padding-left: 1px;
    text-align: center;
}
.sidebar-menu .profile-img {
	border: 2px solid #5a6c71;
    padding: 7px;
    width: 166px;
    height: 166px;
    border-radius: 50%;
    overflow: hidden;
    margin:auto;
}
.sidebar-menu .profile-img img {
	height: 100%;
	width: 100%;
	border-radius: 50%
}

.sidebar-menu .profile-img.default-image {
	background-color: #dcdcdc;	
}
.list-unstyled .profile-img, .sidebar-menu .profile-img {
    border: 2px solid #5a6c71;
    padding: 7px;
    width: 166px;
    height: 166px;
    border-radius: 50%;
    overflow: hidden;
}
.sidebar-menu .profile-img.profile-little {
    width: 50px;
    height: 50px;
    padding: 1px;
}

.sidebar-menu .profile-img.default-image img {
	height: auto;
	width: auto;
	margin: 35px auto;
}
.list-unstyled .profile-img img,
.sidebar-menu .profile-img img {
	height: 100%;
	width: 100%;
	border-radius: 50%
}
.sidebar-menu .profile-img.small {
	padding: 6px;
    width: 145px;
    height: 145px;
}
.sidebar-menu .nombre-usuario{
	font-family: 'Titillium Web';
    font-weight: 600;
    font-size: 20px !important;
    padding-top: 20px;

}
.sidebar-menu .profile-img.small {
	padding: 6px;
    width: 145px;
    height: 145px;
}
.sidebar-menu .nombre-usuario{
	font-family: 'Klavika Rg';
	font-size: 20px;

}
.sidebar-menu .usuario-cargo, .porcentaje-logro {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 25px;
}

.porcentaje-logro {
	font-family: 'Klavika Rg';
	font-size: 11px;
}

.progress{
	background-color: #ddd;
	height: 11px;
	margin-bottom: 10px;
}

.progress-bar {
	background-color: #CC4104;
}
.cambia-codigo{
	text-transform: uppercase;
	border-bottom: 1px solid;
    display: inline-block;
    font-size: 0.85em;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}

.cambia-codigo:hover {
	color: #FF6326;
}

/*Extra sidebar*/

/*Extra sidebar*/
.extra-sidebar {
	position: fixed;
    top: 0;
    bottom: 0;
    right: 400px;
    width: 500px;
    background: #EFEFEF;
    /* padding-top: 105px; */
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
	z-index: 140;
	box-shadow: -12px 5px 26px -4px rgba(0,0,0,0.49);
	
}
.extra-sidebar.invisible {
	/*-webkit-transform: translateX(640px);
	-ms-transform: translateX(640px);
	transform: translateX(640px);*/
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.extra-sidebar.invisible {
	display:none !important;
}

.extra-sidebar .close {
    display: block;
    float: left;
    height: 45px;
    width: 45px;
    background-color: rgba(0,0,0,.25);
    color: white;
    opacity: .75;
    text-shadow: none;
    font-family: 'Klavika Rg';
}
.extra-sidebar .close:hover {
	opacity: 1;
}
.inner-extra-sidebar {
    padding: 5px 70px 15px;
    /* color: #fff; */
    clear: both;
}
.inner-extra-sidebar .input-composed {
	display: table !important;
}
.input-mod { width: calc(100% - 100px); }

.inner-extra-sidebar .inner-menu-title {
	font-size: 18px;
	letter-spacing: .1em;
    font-family: 'Klavika Rg';
    margin-bottom: 45px;
}

.inner-extra-sidebar ul {
	padding: 0 0px;
	margin: 0 0 45px;
	/* text-align: right; */
}

.inner-extra-sidebar .form-group > * {
	display: inline-block;
	vertical-align: middle;
    font-size: 1em;
}

/* .inner-extra-sidebar .input-name {
    width: 95px;
    padding-right: 10px;
    text-align: left;
} */

.inner-extra-sidebar .change-password-link {
    color: #FFF;
    border-bottom: 1px solid;
}

.inner-extra-sidebar .change-password-link:hover {
    color: #FF6300;
}

.inner-extra-sidebar .form-group > input,
.inner-extra-sidebar .form-group > .btn-group {
	width: calc(100% - 100px);
    height: 45px;
    padding: 12px;
    color: #ccc;
}
.inner-extra-sidebar .input-box {
    width: calc(100% - 100px);
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.inner-extra-sidebar .input-box label {
	padding: 14px 12px;
}

.inner-extra-sidebar .form-group > .btn-group {
    padding: 0 4px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
}
.inner-extra-sidebar .form-group > .btn-group .btn {
	font-size: 12px;
    width: 25%;
    padding: 13px 2px;
    display: block;
    border: 0;
    border-right: 2px solid #ddd;
    float: left;
    border-radius: 0 !important;
    color: #ff6326;
}

.inner-extra-sidebar .form-group > .btn-group .btn:last-child {
	border-right: 0;
}

.extra-sidebar-btns {
	padding: 0 45px;
}

.extra-sidebar-btns .btn {
	height: 45px;
    font-size: 11px;
    padding: 12px 36px;
    margin: 0 0 0 15px;
    text-transform: uppercase;
}

.usuario {
	background: url('../images/home/tarde.jpg') no-repeat;
	background-size: 100% 100%;
	text-align: center;
	font-family: 'Klavika Rg';
	padding: 30px 0 20px;
    color: #fff;
}

.usuario.am {
	background-image: url('../images/home/manana.jpg');
}

.usuario.pm {
	background-image: url('../images/home/noche.jpg');
}

.usuario .container {
	position: relative;
}

.usuario h2 {
	margin-bottom: 5px;
}
.usuario p {
	margin-bottom: 15px;
}

.usuario h3 {
	display: inline-block;
    background: rgba(255,255,255,0.3);
    color: #ff630f;
    font-size: 11px;
    padding: 10px;
    padding-bottom: 8px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.social-media a {
	text-decoration: none;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	margin: 0 5px;
}

.social-media a.facebook {
	background-image: url('../images/icons/facebook.png');
}

.social-media a.twitter {
	background-image: url('../images/icons/twitter.png');
}
.social-media a.youtube {
	background-image: url('../images/icons/youtube.png');
}
.usuario .social-media {
	position: absolute;
	top: 10px;
    right: 60px;
}

.usuario .social-media .fa-stack-2x{
	color: #848484;
}
/*------------home--------------*/

/*------------mis pedidos--------------*/
.mis-pedidos{
max-width: 960px;
margin:0 auto !important;
}
.pedidos-container{

}
.pedidos-container-menu{

}
.pedidos-container-menu-title{
	color: #3c3c3c;
    font-size: 2em;
    font-family: 'Klavika Md';
}
.pedidos-menu-title-img{
	padding: 5px 30px 5px 5px;
}
.pedidos-menu-container ul{
	list-style: none;
}
.pedidos-menu-link{
color:#4e5f6f;
line-height: 4em;
font-family: 'Klavika Rg';
text-decoration: none;
}
.pedidos-menu-link:hover{
color:#4e5f6f;
line-height: 4em;
text-decoration: none;
}
.pedidos-menu-link:active, .just-now{
color: #ff6326;
font-family: 'Klavika Bd';
text-decoration: none;
}

.pedidos-accordeon-title{
	line-height: 3em;
    font-family: 'Klavika Rg';
    padding-left: 40px;
    display: block;
    padding: 15px 30px;
    text-decoration: none;
    color: #fff;
}
.pedidos-accordeon-title:hover, .pedidos-accordeon-title:focus{
    text-decoration: none;
    color: #fff;
}
.flecha-right{
	float: right;
}
.pedidos-panel{
	border-radius: 0;
	border:none;
}
.panel-body{
	padding: 0;
}
.pedidos-accordeon-header {
    color: #fff ;
    background-color: #ff6326 ;
    border-color: #ff6326 ;
    border-radius: 0;
    padding: 0;
}
.tabla-pedidos-td-1{
	color: #4e5f6f;
	font-family: 'Klavika Rg';
	line-height: 4em;
	text-align: center;
}
.tabla-pedidos-td-2{
	color: #ff6326;
}
.no-borde{
	border-top: transparent;
	text-align: center;
}
.naranjo{
	color: #ff6326;
}
.total{
	color: #4e5f6f;
	text-align: left;
}
.totals{
	text-align: right;
	/* font-weight: bold; */
	font-family: TitilliumWeb-Regular !important;
	padding-right: 28px;
}
.no-style-input{
	outline: none;
	border: 2px solid #eee;
	width: 60px;
	padding-left: 2px;
	text-align: right;

}
.balones{
	padding: 0 5px;
	max-width: 90px;
}
.total-pedido{
	padding: 0 !important;
	text-align: center;
}
.total-final{
	border: 1px solid #ff6326;
	padding: 20px;
	text-align: center;
	color: #4e5f6f;
	font-size: 1.8em;
	font-family: 'Klavika Rg';

}
.t-naranjo{
	color: #ff6326;
	font-size: 1.1em;
	font-family: 'Klavika Bd';

}
.total-pedido .valorizar{
	background: #4e5f6f;
	border: none;
	border-radius: 5px;
	padding: 15px 20px;
	color: #fff;
	font-family: 'Klavika Rg';
	font-size: 1.5em;
	outline: none;
	margin: 20px 0;

}
.valor-pedido{
	background:#ff6326;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-family: 'Klavika Rg';
    font-size: 1.5em;
	display:none;
}
.t-blanco{
	font-size: 1.1em;
	font-family: 'Klavika Bd';
}
/*formulario pedidos*/
.label-0{
	color: #4e5f6f !important;
	display: inline-block !important;
	font-family: 'Klavika Rg' !important;
	text-transform: uppercase !important;
}
.label-1{
  	max-width: 30% !important;
}
.label-2{
  	max-width: 40% !important;
}
.label-3{
  	max-width: 25% !important;
  	margin-right: 20px;
}
.label-4{
	max-width: 25% !important;
  	margin-right: 25px;
  	margin-left: 15px;
}
.label-5{
	max-width: 25% !important;
  	margin-right: 20px;
	float: left;;
}
.campo.form-control {
	display: inline-block;
	box-shadow: none;
	border: 1px solid #ff6326;
	color: #ff6326;
	font-family: 'Klavika Rg';
	line-height: 2em;
	font-size: 1.1em;
	height: 50px;
	-webkit-appearance: none;
    -moz-appearance: none;
	outline: none;
}

select.campo.form-control {
	background: url('../images/flecha-form.png') no-repeat;
	background-color: #fff;
	background-position: 100% 0;
    min-width: 180px;
}
select.campo.form-control.categoriaFAQ {
    padding: 6px 55px 6px 12px;
}

select.campo.form-control.wide {
    min-width: 240px;
}

select.campo.form-control.grey {
	background: url('../images/icons/select-grey.jpg') no-repeat;
	background-position: 100% 0;
    border: 1px solid #ccc;
    color: inherit;
}

select.campo.form-control.small {
    line-height: inherit;
    font-size: inherit;
    height: inherit;
    background-size: 47px;
}

.campo.form-control.no-border {
	border: none;
}

.formulario .form-fields .campo{
	font-size: 1.5em !important;
}
.formulario-pedido-campos .campo-1{
	 width: 65% !important;
	 background: url('../images/flecha-form.png')  no-repeat;
	 margin-left: 35px;
}
.formulario-pedido-campos .campo-2{
	 width: 60% !important;
	 background: url('../images/flecha-form.png')  no-repeat;
	 margin-left: 50px;
}
.campo-3{
	 width: 25% !important;
	 background: url('../images/plus-form.png')  no-repeat;
}
.campo-4{
	 width: 30% !important;
	 background: url('../images/plus-form.png')  no-repeat;
}
.campo-5{
	width: 70% !important;
	margin-left: 10px;
	background: url('../images/flecha-form.png')  no-repeat;
	height: 50px;
}
.boton-limpiar{
	background: #ff6326;
	border: none;
	border-radius: 5px;
	padding: 15px 20px;
	color: #fff;
	font-family: 'Klavika Rg';
	font-size: 1.1em;
	outline: none;
	margin: 20px 30px;
	text-transform: uppercase;
	float: right;
}

.btn_type_a,
.btn_type_b,
.boton-confirmar{
	background: #ff6326;
	border: none;
	border-radius: 5px;
	padding: 15px 20px;
	color: #fff;
	font-family: 'Klavika Rg';
	font-size: 1.1em;
	outline: none;
	margin: 20px 0;
	float: right;
	text-transform: uppercase;
}

/* mis pedidos - pre pedidos */
/*.boton-pedido-container{
	text-align: center;
	height: 85px;
}*/
.circulo{
	border: 3px solid #ff6326;
    border-radius: 50px;
    padding: 20px;
    width: 80px;
    bottom: 0px;
    z-index: 10;
    left: 50%;
    margin-left: -120px;
    height: 80px;
    text-align: center;
    background: #fff;
    position: relative;
}
.circulo img, .circulo2 img{
	width: 20px;
}

.pedidos-container .circulo img, .pedidos-container .circulo2 img {
    width: 20px;
    /*margin-top: -82px;*/
}
.hacer-pedido-boton{
	color: #fff;
    outline: none;
    width: 250px;
    position: relative;
    background: #ff6326;
    padding: 20px 10px;
    border-radius: 50px;
    bottom: 70px;
    left: 30px;
    border: none;
    font-family: 'Klavika Md';
    text-transform: uppercase;
    border-bottom: 2px solid #d25322;
}
.tabla-pedidos, .tabla-pedidos-align{
	text-align: center;
	margin-top:15px;
}
.tabla-pedidos h2{
	color: #505050;
	font-family: 'Klavika Rg';
	font-size: 1.4em;
	background: #eee;
	padding:20px;
}
.tabla-pedidos .note {
    font-size: 0.9em;
}
.bg-tabla{
	background: #fff;
}
.tabla-pedido-titulo{
	color: #505050;
	font-family: 'Klavika Rg';
	font-size: 1.4em;
	margin: 35px 0;
}
.titulos-tabla{
	color:#ff6326;
	font-family: 'Klavika Rg';
	font-size: 1.1em;
	text-transform: uppercase;
}
.texto-tabla{
	font-family: 'Klavika Rg';
}
.texto-tabla2{
	font-family: 'Klavika Md';
}
.sin-envio, .liquidado, .sin-transporte{
	font-family: 'Klavika Md';
	text-transform: uppercase;
}
.sin-envio{
	color: #f7ce0e;
}
.liquidado{
	color: #31d243;
}
.sin-transporte{
	color: #fd5c64;
}
.last-menu{
	margin: 50px 0 ;
	padding:0 !important;
}
.ver-todo-pedidos, .ver-mas-pedidos{
    border: none;
    background: transparent;
    outline: none;
    font-family: 'Klavika Rg';
    font-size: 0.8em;
    text-transform: uppercase;
    color: black;
}

.ver-todo-pedidos-plus{
	padding: 0 10px;
}
.titulo-preliq{
    font-family: 'Klavika Md';
    font-size: 1em;
    text-transform: uppercase;
    color: #ff6326;
    margin: 13px 10px 10px 7px;
}
.tendencia-precios{
	font-family: 'Klavika Md';
    color: #505050;
    font-size: 2.3em;
    margin:0;
}
.fecha-precio{
    font-size: 0.8em;
    font-family: 'Klavika Md';
    text-transform: uppercase;
}
.no-margin{
	margin: 0;
}
/*.alza{
	color: #07e13f;
}
.baja{
	color: #fd5c64;
	display: none !important;
}*/
/*------------mis pedidos--------------*/
/*----------------Mi Negocio --------------------------*/
.titulo-pre-negocio{
	color: #ff6326;
	text-align: center;
	font-family: 'Klavika Rg';
    text-transform: uppercase;
    font-size: 1.3em;
    margin-bottom: 30px;
}
.mi-negocio{
	margin: 10px 0;
}
/*
.negocio-imagen{
	float: left;
    padding: 0 10px 75px 10px;
}*/
.negocio-imagen {
	/*
    float: left;
    max-width: 80px;
    padding: 0 10px 2em;
    transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  opacity: 1;
  */
}
img.negocio-imagen:hover {
    opacity: 0.3;
}
.titulo-negocio-seccion{
	color: #3c3c3c;
    font-family: 'Klavika Md', sans-serif;
    font-size: 1.5em;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 140px;
}
.titulo-negocio-seccion:hover{
	color: #FF5B00;
    text-decoration: none;
}
@media (max-width: 1200px) {
    .titulo-negocio-seccion.ln60 {
        line-height: 1em;
    }
}
.negocio-texto{
	font-family: 'Klavika Rg';
    color: #505050;
    margin-top: 15px;
}
/*------------------ descuento-rut -------------*/
.imagen-titulo{
	padding: 15px;
}
.titulo-rut-promocion{
	color: #3c3c3c;
    font-size: 1.8em;
    font-family: 'Klavika Md';
}
.texto-normal{
	font-family: 'Klavika Rg';
	color: #505050;
}
.texto-destacado{
	font-family: 'Klavika Md';
	color: #505050;
}
.link-texto{
	color: #ff6326;
	font-family: 'Klavika Md';
	text-decoration: underline;
}
.link-texto:hover{
	color: #ff6326;
	font-family: 'Klavika Md';
	text-decoration: underline;
}
.panel-rut{
	color: #ff630f !important;
    background: #e9eef0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.panel-rut-collapse{
	padding: 20px 30px;
    color: #ff630f;
    background: #e9eef0;
    display: block;
}
.panel-rut-collapse:focus, .panel-rut-collapse:hover{
    color: #ff630f;
    background: #e9eef0;
    text-decoration: none;
}
.panel-rut-texto{
	margin-top: 20px;
}
.flecha-right-2{
	position: absolute;
    right: 30px;
    top: 10px;
}
.codigo-input{
	display: inline-block !important;
    box-shadow: none !important;
    border: 1px solid #ff6326 !important;
    border-radius: 3px;
    padding: 5px;
    width: 250px;
    color: #ff6326 !important;
    font-family: 'Klavika Rg' !important;
    line-height: 2em !important;
    font-size: 1em !important;
    height: 50px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    outline: none !important;
    background-position: right !important;
}
.campo-6{
	background: url('../images/flecha-form.png') no-repeat;
	 display: inline-block !important;
	 width: 250px !important;
	 box-shadow: none !important;
	 border: 1px solid #ff6326 !important;
	 color: #ff6326 !important;
	 font-family: 'Klavika Rg' !important;
	 line-height: 2em !important;
	 font-size: 1em !important;
	 height: 50px !important;
	 -webkit-appearance: none !important;  /*Removes default chrome and safari style*/
     -moz-appearance: none !important;
	 outline: none !important;
	 background-position: right !important;
}
.boton-filtro{
	background: #ff6326;
	border: none;
	border-radius: 5px;
	padding: 15px 20px;
	color: #fff;
	font-family: 'Klavika Rg';
	font-size: 1.1em;
	outline: none;
	margin: 0px 30px;
	text-transform: uppercase;
}
.top-tabla-rut{
	color: #fff;
	background: #ff6326;
}
.top-tabla-title{
	font-family:'Klavika Rg';
	text-transform: uppercase;
	text-align: center;
}
.table-content{
	font-family: 'Klavika Rg';
    color: #4e5f6f;
    text-align: center;
}
.table-content td{
	/*border-top: none !important;*/
}
.total-rut{
	margin: 30px;
}
.descarga-container{
	margin-bottom: 40px;
}
.texto-descarga{
	font-family: 'Klavika Rg';
    text-transform: uppercase;
}
.texto-descarga-a{
	font-family: 'Klavika Rg';
    text-transform: uppercase;
    color: black;
}
.texto-descarga-a:hover {
	color: black
}
.botones-descarga{
	padding: 0 15px;
}
.modal-no-border{
	border-radius: 0 !important;
}
.contenido-del-modal{
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 30px 90px;
}
.contenido-del-modal img{
	margin-top: 30px;
}
.titulo-modal-rut{
	color: #4e5f6f;
    font-family: 'Klavika Rg';
    line-height: 1.5;
    font-size: 16px;
    margin: 30px 0;
}
.cuadro-modal{
	border: 1px solid #ff630f;
    padding: 45px 30px 30px;
}
.texto-modal{
	font-family: 'Klavika Rg';
	color: #4e5f6f;
	font-size: 1.3em;
    text-align: left;
    /*margin-top: 50px;*/
    margin: 0;
}
.modal-destacado{
	font-family: 'Klavika Bd';
	color: #000;
}
.modal-descarga{
	border-top:none !important;
	text-align: center !important;
}
/*------------------ descuento-rut -------------*/

/*------------------ linea de credito -----------*/
.table-linea-credito {
    border: 1px solid #DDD;
}
.contenido-linea-credito{
	text-align: center;
	color: #4e5f6f;
}
.titulo-linea-credito{
	font-family: 'Klavika Rg';
	text-transform: uppercase;
	color: #4e5f6f;
}
.destacado-credito{
	color: #ff6326;
}
.texto-linea-credito{
	/*text-transform: uppercase;*/
    border-top: 0 !important;
    border-bottom: 1px solid #ddd;
    padding: 10px 8 !important;
    text-align: left;
}
.monto-linea-credito{
	text-align: right;
	color: #ff6326;
    border-top: 0 !important;
    border-bottom: 1px solid #ddd;
    padding: 10px 8px !important;
}
.disponible{
	background: #e9eef0 !important;
	font-family: 'Klavika Bd';
}
.descarga-container-2{
	margin: 40px 0;
}
/*------------------ linea de credito -----------*/
/* ------------------seccion login------------------------------------------ */
/*.login-field, .slider{
	height: 580px;
}*/

body.login-home > .login {
	margin: auto;
}

body.login-home > .login > .row {
	padding-top: 30px;
	margin-bottom: 60px;
}

.formulario{
	background: #fff;
	border-radius: 5px;
	text-align: center;
	color: #4e5f6f;
	padding: 15px 30px 30px !important;
	overflow: hidden;
}
.logo{
    margin: 0 auto;
    max-width: 160px;
}
.formulario h2{
	font-family: 'Klavika Md';
	font-size: 1.5em;
}
.formulario h4{
	font-size: 1em;
	font-family: 'Klavika Rg';
	margin-bottom: 1.2em;
}
.form-fields input{
    display: inline-block;
    width: 100%;
    color: #4e5f6f;
    outline: transparent;
    border: none;
    padding: 10px 18px;
    background: #EFEFEF;
    margin-bottom: 15px;
    font-size: 12px;
    border-radius: 3px;
}

.form-fields ::-webkit-input-placeholder {
   color: #4e5f6f;
}

.form-fields ::-moz-placeholder { 
   color: #4e5f6f;  
}

.form-fields :-ms-input-placeholder {  
   color: #4e5f6f;  
}
.ingresa{
	color: #fff;
    display: block;
    cursor: pointer;
    background: #ff6326;
    max-width: 240px;
    margin: auto;
    padding: 12px 21px;
    border-radius: 50px;
    font-family: 'Klavika Rg';
}
.ingresa:hover{
	text-decoration: none;
	color: #fff;
}
.losspass{
	color: #ff6326;
	font-size: 0.8em;
	display: block;
	padding: 1em;

}

hr.separator {
	margin-top: 0;
}

hr.transparent {
    border: 0;
}
.losspass:hover{
	text-decoration: none;
	color: #ff6326;
}
.linea{
	border-bottom:1px solid #E8E8E8;
	margin-bottom:15px;
}
.registro{
	margin-bottom: 10px;
}
.registro p{
	font-size:0.9em;
	margin:0;
}
.registro a{
	color: #ff6326;
	font-size: 0.9em;
}
.registro a:hover{
	color: #ff6326;
	text-decoration: none;
}
.registro2 p{
	font-size: 0.9em;
    margin: 0;

}
.registro2 a{
	color: #ff6326;
}
.registro2 a:hover{
	color: #ff6326;
	text-decoration: none;
}
/* seccion sliders*/
.slider-container {
	margin: auto auto 0;
}
.slider-container > .carousel {
	padding-bottom: 50px;
}
.slider-container .carousel-indicators {
	bottom: 0 !important;
}
.bullets-carrousel li {
	margin: 0 15px !important;
	width: 13px !important;
	height: 13px !important;
}

.linea2 {
	border-bottom:1px solid #fff;
	margin: 30px 0;
}
.titulo-slide, .texto-slide {
	color: #fff;
	font-size: 2.7em;
	line-height: 1.3em;
}
.titulo-slide {
	font-weight: bold;
	text-transform: uppercase;
}
.texto-slide {
	font-size: 1.5em;
	line-height: 1.6em;
	font-family: 'Klavika Rg';
    font-weight: bold;
}
.texto-b {
    font-family: 'Klavika Bd';
    text-transform: none;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1em;
}
.login-home .copyright {
	margin-top: 20px;
	margin-bottom: 20px;
}
.copyright p {
	color: #fff;
}

/*------------Resumen de pedidos--------------*/

.m_sans_b {
	font-family: "Klavika Rg";
	font-weight: 700;
}
.m_sans_med {
	font-family: "Klavika Rg";
	font-weight: 500;
}
.m_sans_reg {
	font-family: "Klavika Rg";
	font-weight: 300;
}

.orders_btn-cont,
.total_box_a,
.total_box,
.item_cell_a,
.item_cell,
.tab-cont,
.orders_resume_cont,
.basicrow {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	font-family: "Klavika Rg";
}

.orders_resume_cont {
	background-color: #eee;
	padding: 20px 0 50px 0;
}

.orders_resume_cont h3 {
	padding: 15px;
	border-bottom: 1px solid #d8e0e0;
	font-family: "Museo_sans_cyrl100";
	color: #4e5f70;
	font-size: 18px;
}

.total_box_a,
.total_box,
.tab-cont {
	margin-bottom: 20px;
}

.total_box span {
	color: #ff630f;
	font-weight: bold;
}

.total_box_a span {
	font-weight: bold;
}

.item_cell {
	padding: 10px 0;
}

.item_cell_a {
	padding: 10px;
}

.total_box_a,
.total_box {
	background-color: #ffffff;
	border: 1px solid #ff630f;
	padding: 25px 10px;
	border-radius: 3px;
	font-size: 16px;
}

.total_box_a {
	background-color: #ff630f;
	color: #ffffff;
	margin-bottom: 40px;
}

.btn_type_a {
	background-color: #ffffff;
	width: 44%;
	float: none;
	margin: 0 1%;
	display: inline-block;
	border: 2px solid #ff630f;
	color: #ff630f;
}

.btn_type_b {
	width: 44%;
	float: none;
	margin: 0 1%;
	display: inline-block;
	border: 2px solid #ff630f;
}
.contenido-del-modal-resumen{
	text-align: center;
}
.titulo-modal-resumen{
	color: #ff8000;
    font-family: 'Klavika Rg';
    line-height: 1.4em;
    font-size: 1.3em;
}
.cuadro-modal-resumen {
	text-align: center;
/* 	height: 250px; */
}
.precios-resumen{
	text-align: center;
    margin-bottom: 50px;
}
.resumen-pedido-title{
	background: #ff6326;
	text-align: center;
	font-size: 1.6em;
	font-family: 'Klavika Rg';
	color: #fff;
	padding: 30px;
	margin-bottom: 0;
	text-transform: uppercase;
}
/*------------------------------ Estadisticas de compra----------------------------------*/
.lista-estadistica{
	font-family: 'Klavika Rg';
	color: #ff6326;
	margin-bottom: 30px;
}
.numero-destacado{
font-family: 'Klavika Md';
}
.numero-neutro{
color: #58c2e6;
font-family: 'Klavika Md';
}
.numero-positivo{
color: #35c545;
font-family: 'Klavika Md';
}
.numero-negativo{
color: #e65159;
font-family: 'Klavika Md';
}
.upp{
	text-transform: uppercase;

}
.imagen-grafico{
	width: 100%;
	margin-bottom: 20px;
}
.meses{
font-weight: 800;
}
.ver-mas-estadistica{
	font-size: 0.8em;
}
.fondo-estadistica{
	background: #eee;
}
.borde-estadistica{
	border-bottom: 1px solid #dfe8e8;
	padding: 0 !important;
}
/*------------------------------ Estadisticas de compra----------------------------------*/
/*--------------------- detalle de deudas ----------------------------*/
.texto-detalle-deuda{
	margin: 25px 10px;
}
.docs-deudas{
	font-family: 'Klavika Rg';
	background: #eee;
}
.docs-deudas-activas{
	background: #ff6326;
}
.docs-deudas-activas .deuda-activa{
	background: #ff6326;
	padding: 20px 0 15px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.tabDC .deuda-doc {
	border-radius: 15px;
	padding: 5px 10px;
	text-transform: uppercase;
	text-align: center;
    background: #fff;
    color: #4e5f6f;
    border-radius: 15px;
}
.docs-deudas .deuda-inactiva{
    padding-top: 25px;
    text-align: center;
    color: #FF6804;
    text-transform: uppercase;
    border-right: 1px solid;
    margin: 0;
	border: 1px solid #FF6804;
	font-weight: 600;
	background-color: white;
}
.docs-deudas .deuda-inactiva2{
    padding:25px 0 10px 0;
    text-align: center;
    color: #4e5f6f;
    text-transform: uppercase;
}

.titulo-tabla-d-deudas{
	background: #FF5800 !important;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Klavika Rg';
	text-align: center;
	line-height: 2.5em !important;
	cursor: pointer;
	padding: 5px !important;
}
.titulo-tabla-d-deudas .fa-caret-down{
	color: #cdcdcd;
}
.tabla-d-deudas > tbody > tr {
	font-family: 'Klavika Rg';
	color: #4e5f6f;
	text-transform: uppercase;
	text-align: center;
	background: #eee;
	border-bottom: 2px solid #fff;
}

 .table-hover> tbody > tr:hover > td {
 	background-color: #ccc;
 }
 .table-hover> tbody > tr > td.inner-table {
    background-color: #FFF;
    border-bottom: 1px solid #ddd;
 }
 .table-hover> tbody > tr:hover > td.inner-table {
    background-color: #CCC;
 }
/*------------- footer-----------*/
.el-footer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7737+0,f75844+100 */
	background: #ff7737; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff7737 0%, #f75844 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff7737 0%,#f75844 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff7737 0%,#f75844 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7737', endColorstr='#f75844',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding-bottom: 20px;
	font-size: 11px;
	position: relative;
}

.el-footer::after {
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 0;
    background: url(../images/placeholder/footer-background.png) no-repeat;
    background-size: 100%;
    background-position: 0 100%;
    pointer-events: none;
}

.el-footer a {
	color: inherit;
}

nav.menu-footer{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9ebd49+0,3793ba+50,345fa1+100 */
	background: #9ebd49; /* Old browsers */
	background: -moz-linear-gradient(left,  #9ebd49 0%, #3793ba 50%, #345fa1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #9ebd49 0%,#3793ba 50%,#345fa1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #9ebd49 0%,#3793ba 50%,#345fa1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ebd49', endColorstr='#345fa1',GradientType=1 ); /* IE6-9 */
}
.menu-footer ul {
	width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.menu-footer li {
	display: inline-block;
	padding: 0;
}
.menu-footer-link{
	text-decoration: none;
	color: #fff;
	font-family: 'Klavika Md';
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: 20px;
	display: block;
}
.menu-footer-link:hover{
	text-decoration: none;
	color: #fff;

}
.footer-corporativo{
	margin: auto;
	padding: 0;
	width: auto;
}
.footer-corporativo li{
	display: inline-block;
	padding: 28px 5px 14px;
}
.footer-corporativo .active a {
	font-family: 'Klavika Bd';
}
.footer-corporativo a {
	text-decoration: none;
	font-family: 'Klavika Md';
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-right: 5px;
	border-right: 2px solid #fff;
}
.footer-corporativo-no-line{
	border-right:none !important;
}
.footer-corporativo a:hover{
	text-decoration: none;
	color: #fff;
}
.final{
	text-align: center;
    display: inline-table;
    position: relative;
    /*left: 30%;*/
}
.final p {
	text-align: center;
	font-size: 12px;
	line-height: 80px;
}
.final img{
	width: 150px;
	margin-left: 15px;
}
.webpay_footer{
	    float: left;
}
.webpay_footer p{
    float: left;
}
.final p.copyright-footer{
	opacity: .4;
	font-family: 'Klavika Rg';
	font-size: 10px;
	line-height: 1;
}

.final ul li {
	padding: 0 25px;
}
.rrss-footer{
	text-align: center;
    float: left;
    padding-top: 17px;
}
.rrss-footer a {
	background-color: #fff;
	text-decoration: none;
	display: inline-block;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 15px;
}
.rrss-footer a:hover{
	color: #fff;
	text-decoration: none;
}
.rrss-footer a .redes-iconos{
	padding: 8px 0;
    color: #f96041;
    line-height: 1;
    vertical-align: top;
    font-size: 18px;
}
/*------------- footer-----------*/

/* loading*/
.loading{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: fixed;
	text-align: center;
	z-index: 9999;
	top:0;
	left:0;
}
.loading-gif{
	position: relative;
	top: 300px;
}
/* loading*/

@media (min-width: 320px) and (max-width: 480px) {
	.login-field{
		height: 650px;
	}
	.formulario{
		top: 50px;
	}
	.slider{
		display: none;
	}
	.codigo-container {
	    width: 98% !important;
	    max-width: 100%;
	    min-width: initial !important;
	}
	.codigo-inner img {
		max-width: 100px;
	}
}
@media (min-width: 480px) and (max-width: 1024px){
	.login-field{
		height: 800px;
	}
	.slider{
		display: none;
	}
}

/* Web Despacho */
#exTab2 h3 {
    padding : 5px 15px;
}


/*****************************************/
/********* Icons, Popovers & etc *********/
/*****************************************/

.icon-img {
	pointer-events: none;
}
.popover {
	padding: 10px 15px 16px;
    color: #535353;
    /* background-image: url('../images/icons/info-big.png'); */
    /* background-repeat: no-repeat; */
    /* background-position: -25px -25px; */
    /* background-size: 50%; */
	margin-left: 110px;
}
.popover-title, .popover-content {
	padding: 14px 0;
}
.popover-title {
	color: #CC4104;
	/* border-bottom: 1px solid #dcdcdc; */
	font-family: TitilliumWeb-Bold;
	background-color: transparent;
	font-size: 15px;
	padding-bottom: 0;
	margin-bottom: 0;

}

.modal-abastible {
	color: #4e5f6f;
}

.modal-abastible .logoab {
    width: 120px;
}

.modal-abastible .modal-content {
	border-radius: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    padding: 10px 0;
}
.modal-abastible .modal-header,
.modal-body {
	border: none;
	padding: 30px 30px;
}

.modal-abastible .modal-header .close {
	font-size: 16px;
    text-transform: uppercase;
    padding: 2px 0;
	font-family: "Klavika Md";
}

.modal-abastible .modal-title {
	font-size: 13px;
	text-transform: uppercase;
}

.modal-dialog.modal-fullscreen {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
}


/**********************************************/
/******** MIS PEDIDOS - PRELIQUIDACIÓN ********/
/**********************************************/


.preliquidacion-interior {
	padding: 0 40px;
}

.preliquidacion-overview {
    margin: 0 auto 45px;
	background-color: #eee;
	padding: 15px 75px;
}

.preliquidacion-overview > p {
	margin-bottom: 30px;
}

.preliquidacion-overview .table-bordered {
    margin: 0 auto 30px;
    font-size: 11px;
	border-color: #4d5f70;
	color: #4d5f70;
	text-transform: uppercase;
}

.preliquidacion-overview .table-bordered > thead > tr > th {
	border: 0;
	padding: 7px 21px;
    vertical-align: middle;
}

/*.preliquidacion-overview .table-bordered > thead > tr > th span {
	border-right: 1px solid #4d5f70;
}*/
.preliquidacion-overview .table-bordered > tbody > tr > td {
	background-color: #fff;
}
.preliquidacion-interior .steps {
    font-size: 2em;
    color: #4d5f70;
    font-weight: bold;
}
.table.table-unstyled {
	color: #4d5f70;
	text-align: left;
} 

.table.table-unstyled > thead > tr > th,
.table.table-unstyled > tbody > tr > td {
	border: none;
}

.preliquidacion-overview .table-bordered > thead > tr > th, 
.preliquidacion-overview .table-bordered > tbody > tr > td {
	text-align: center;
    border-bottom-width: 1px;
	border-color: #4d5f70;
    border-left: none;
    border-right: none;
}
.preliquidacion-overview .btn {
	margin: 0 15px 10px;
}

.preliquidacion-overview .btn.btn-abastible.blue,
.btn.btn-abastible.valorizar {
	background-color: #4d5f70;
	width: auto;
}
.factura-tipo {
	color: #4d5f70;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	padding-top: 30px;
}
.factura-tipo .stuff {
	display: inline-block;
	position: relative;
}
.factura-tipo .stuff p {
    position: absolute;
    top: -20px;
    left: 0;
    width: 360px;
    font-size: 11px;
    text-transform: capitalize;
    text-align: left;
}

.factura-tipo .stuff p span {
	margin: 5px 15px;
}

.factura-tipo label {
	margin-right: 80px;
}

.factura-tipo select.form-control {
	max-width: 360px;
	margin-bottom: 45px;
	font-size: 14px;
}

.factura-tipo .campo option span {
	display: inline-block;
}

.factura-tipo .campo option[disabled="disabled"] {
	text-transform: capitalize;
	font-size: 12px;
}

.preliquidacion-overview .table-unstyled {
	max-width: 640px;
	margin: 0 auto 30px;
	text-transform: uppercase;
}

.cupones.panel-group .panel {
	margin: 0 0 1px;
}

.cupones .table thead tr:first-child td { border-top: 0; }
.cupones .table tbody tr:first-child td { border-top: 0; }
.cupones .panel, .panel-group.cupones .panel-heading,
.cupones .panel-body {
	border: none;
	border-radius: 0;
}

.panel-group.cupones .panel-heading {
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px 30px;
	position: relative;
	box-shadow: 2.5px 2px 6px 0 rgb(0 0 0 / 50%);
}
.panel-group.cupones .panel-heading a.click-area {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
}
.panel-group.cupones .panel-heading .info-icon.white,
.panel-group.cupones .panel-heading button {
    position: relative;
    z-index: 100;
}

.panel-group.cupones .panel-heading > img {
    max-width: 40px;
    float: left;
    margin-top: 10px;
    margin-right: 15px;
}


.panel-group.cupones .panel-heading > p,
.panel-group.cupones .panel-heading > .panel-title {
    /*padding: 22px 0 18px;*/
    margin-bottom: 0;
    float: left;
	margin-right: 30px;
	line-height: 60px;
	height: 60px;
}

.panel-group.cupones .panel-heading > a {
	float: left;
}

.panel-group.cupones .panel-heading > [data-toggle="collapse"] {
	width: 40px;
    text-align: right;
}

.panel-group.cupones .panel-heading .fa {
	font-size: 42px;
	padding: 9px 6px;
	cursor: pointer;
	vertical-align: middle;
}

.cupones .sub-total span {
	font-family: 'Klavika Md';
}

.cupones .panel-title {
	width: 200px;
	font-size: inherit;
}

.cupones .panel-title.wide {
    width: auto;
}

.cupones .panel-body {
	padding: 30px 20px;
	border: 1px solid #FF5800;
    margin-bottom: 20px;
    border-top: 0;
    box-shadow: 2.5px 2px 6px 0 rgb(0 0 0 / 50%);
}

.panel-group.cupones .panel-heading .info-icon {
	opacity: .5;
	margin: 20px 30px;
	margin-left: 0px;
}
.panel-group.cupones .panel-heading .btn-outline {
    text-transform: uppercase;
    margin: 14px;
    font-size: 12px;
    padding: 8px 25px 6px;
}

.panel-group.cupones .panel-heading .btn-outline:hover {
	background: white;
	color: #ff6326;
}

/* Estilos para tabla de DataTables */
.cupones table.table {
	width: 100% !important;
	margin: 0 0 15px;
}
.cupones .dataTables_filter {
   display: none;
}

.table-search {
	width: 190px;
	display: inline-block;
	border: 1px solid #4d5f70;
	background-image: url(../images/icons/lupa.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 34px;
	margin: 0 0 15px 30px;
}

.cupones table.dataTable thead th, 
.cupones table.dataTable thead td,
.cupones table.dataTable.no-footer {
	text-align: center;
	text-transform: uppercase;
	border-bottom-color: #ff620f;
	color: #4c5f70;
}
#TblReporteMP.table.dataTable,
#pedidosListTable.table.dataTable {
    border-bottom: none;
}
#TblReporteMP.table.dataTable thead th,
#pedidosListTable.table.dataTable thead th {
    color: #FFF;
    padding: 12px 12px;
}
.cupones table.dataTable thead th, 
.cupones table.dataTable tbody td  {
	padding: 18px 12px;
}
.cupones table.dataTable tbody th {
	padding: 12px;
}

.cupones table.dataTable td.dataTables_empty {
    display: none;
}

.cupones .dataTables_wrapper .dataTables_paginate {
	float: none;
	text-align: center;
	font-size: 12px;
}

.cupones .dataTables_wrapper .dataTables_paginate .paginate_button {
	color: #ff6326 !important;
    border: 1px solid transparent;
    background: none;
    height: 24px;
    width: 24px;
    padding: 3px 8px;
    border-radius: 50%;
    margin-left: 20px;
}
#TblReporteMP_paginate.dataTables_paginate .paginate_button,
#pedidosListTable_paginate.dataTables_paginate .paginate_button {
    color: #FF6326;
    border: 1px solid #FFB199;
    border-radius: 0 0 0 0;
    padding: 6px 12px;
    line-height: 1.4em;
    width: auto;
    height: inherit;
    margin-left: -1px;
    font-size: 14px;
}
#TblReporteMP_paginate.dataTables_paginate .paginate_button.previous,
#pedidosListTable_paginate.dataTables_paginate .paginate_button.previous {
    border-radius: 4px 0 0 4px;
    margin-left: 0;
}
#TblReporteMP_paginate.dataTables_paginate .paginate_button.next,
#pedidosListTable_paginate.dataTables_paginate .paginate_button.next {
    border-radius: 0 4px 4px 0;
}
#TblReporteMP_paginate.dataTables_paginate .paginate_button:hover,
#pedidosListTable_paginate.dataTables_paginate .paginate_button:hover {
    z-index: 2;
    position: relative;
    background-color: #ffb199;
    border-color: #ff6326;
    color: #FFF !important;
}
#TblReporteMP_paginate.dataTables_paginate .paginate_button.disabled,
#pedidosListTable_paginate.dataTables_paginate .paginate_button.disabled {
    color: #777 !important;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ffb199;
}
#TblReporteMP_info.dataTables_info,
#pedidosListTable_info.dataTables_info {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.cupones .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.cupones .dataTables_wrapper .dataTables_paginate .paginate_button:active {
	border: 1px solid #ff6326;
	box-shadow: none;
}

.cupones .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.cupones .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
    border: 1px solid #ff6326;
	background: #ff6326;
}

.cupones .bottom {
	text-align: center;
	padding: 30px 0 15px;
}

.cupones .bottom > p,
.cupones .bottom > .btn {
	display: inline-block;
	margin: 0 15px;
}
.table-historial .pagado {
    color: #BBB;
}
.cupones .delete,
.table-historial .delete {
    font-family: sans-serif;
    text-transform: lowercase;
    color: #e02f31;
    height: 18px;
    width: 18px;
    border: 2px solid #e02f31;
    display: block;
    margin: 0;
    border-radius: 50%;
    line-height: 13px;
    padding: 0 2px;
    text-align: center;
    cursor: pointer;
}
.table-historial .delete {
    margin: auto;
}

#pedidosListTable tbody > tr > td {
    border-bottom: 1px solid #FFF;
    border-top: none;
    padding: 15px;
}
#pedidosListTable tbody > tr:hover {
    background-color: #CCC;
}
.modal-body .mini-container {
	width: 400px;
	margin: auto;
}

.modal-body .mini-container.demi {
	width: 400px;
}
.modal-body .mini-container.preli {
	width: 100%;
}

#preliquidacionPage .modal-abastible .input-group-btn:last-child > .btn {
    padding: 9px 27px 8px;
    text-transform: uppercase;
    color: white;
    background: rgb(77, 95, 112);
    font-size: 12px;
    border: 0;
    border-radius: 0;
}

.mini-container label {
	margin-bottom: 10px;
}

.mini-container .form-control {
	/*border-radius: 17px;*/
    padding-left: 18px;
    background-color: #f5f5f5;
    box-shadow: none;
    font-size: 12px;
    color: #9d9d9d;
    border: 0;
}

.mini-container .input-group .form-control {
	border-radius: 0;
}

#preliquidacionPage .modal-abastible  select.campo.form-control.grey {
	background-color: rgb(247, 247, 247);
	padding: 7px 12px;
	border: 0;
}

.mini-container .input-group.date .input-group-addon {
	border-radius: 0;
	border: 0;
	padding: 4px 17px;
    font-size: 23px;
	font-family: 'Klavika Rg';
    color: #ccc;
    background: rgb(245, 245, 245);
}

.mini-container p.text-center {
	padding: 30px 0 15px;
	margin: 0;
} 
.mini-container p.text-center span {
    display: inline-block;
    font-size: 11px;
    text-align: left;
    padding-left: 15px;
}
.mini-container h5 {
	font-family: 'Klavika Md';
	text-transform: uppercase;
	margin-bottom: 15px;
}

.mini-container h3 {
	font-family: 'Klavika Rg';
	color: #ff6326;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 1.5;
}
.mini-container h5.subtitle {
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 15px;
    color: #ff6326;
}
.mini-container .weby {
	width: 140px;
}
.mini-container .btn-rounded {
	margin: 15px 0;
}

.mini-container .bottom .btn {
    display: inline-block;
    padding: 9px 15px;
    width: 46%;
    margin: 0 1.5%;
}
.mini-container ul,
.mini-container dl {
	margin-bottom: 30px;
}
.mini-container dl {
	text-align: left;
	text-transform: uppercase;
}

.mini-container dt,
.mini-container dd {
	display: inline-block;
}

.mini-container dd {
	font-family: 'Klavika Md';
	float: right;
}
.mini-container dd.tall {
	line-height: 60px;
}

.mini-container dl a {
	color: #ff6326;
	text-decoration: underline;
}

.mini-container em {
	display: block;
	padding: 30px 0;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Klavika Md';
}

.mini-container .download-pdf {
	background-image: url('../images/icons/pdf.png');
	background-repeat: no-repeat;
	background-position: right;
	display: inline-block;
	font-size: 16px;
	padding: 15px;
	padding-right: 50px; 
}

.mini-container .table .form-control {
	text-align: center;
}

.mini-container .table.table-unstyled > thead > tr > th {
	font-family: 'Klavika Md';
}

.table.table-blue {
	margin: 30px 0 0;
	font-size: 13px;
	font-family: 'Klavika Rg';
}
.table.table-blue > thead > tr {
	background-color: #4d5f70; 
}

.table.table-blue > thead > tr > th,
.table.table-blue > tbody > tr > td {
	border: none;
}
.table.table-blue > thead > tr > th {
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}

#preliquidacionPage .mini-container .table.table-blue .form-control {
    width: 60px;
    margin: auto;
    background-color: #f5f5f5;
}

#preliquidacionPage .mini-container .table.table-blue {
	margin: 30px 0 0;
}

#preliquidacionPage .mini-container .table.table-blue + .table-blue {
	margin: 0 0 30px;
}


/************************************/
/******** seleccionar código ********/
/************************************/

#seleccionarCodigo {
	height: 100%;
	background-color: #ff620f;
}

.codigo-container {
	margin: 60px auto 0;
    /*display: table;*/
    background-color: white;
    min-width: 640px;
}
.codigo-inner {
	color: #4e5f6f;
	text-align: center;
	padding: 30px 0;
	font-size: 14px;
}
.codigo-inner h3 {
    font-family: 'Klavika Rg';
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 0;
}

.codigo-inner h3 + p {
	font-size: 16px;
    margin-bottom: 20px;
}

.codigo-inner .logofn {
/*	width: 160px;**/
}
.codigo-inner .logoab {
	padding: 23px 0;
	/*width: 145px;*/
}

.codigo-inner .codigos-box  {
	max-width: 560px;
	margin: 0 auto 30px;
	border: 1px solid #ff620f;
	text-align: left;
	/*max-height: 330px;
	overflow-y: auto;*/
}
.codigo-inner .codigos-box > li {
	padding: 20px;
	border-bottom: 1px solid #ff620f;
}

.codigo-inner .codigos-box > li:last-child {
	border: none;
}

.codigo-inner .codigos-box p {
	margin: 0;
}

.codigo-inner .codigos-box .checkbox,
.codigo-inner .codigos-box .radio {
	margin: 0;
	display: inline-block;
}
.codigo-inner .codigos-box label {
	padding-left: 30px;
}
.codigo-inner .codigos-box input[type="checkbox"],
.codigo-inner .codigos-box input[type="radio"] {
	margin-left: -30px;
	margin-top: 12px;
}
.codigo-inner .codigos-box .user {
	color: #ff620f;
	font-size: 10px;
	line-height: 1.5;
	text-transform: uppercase;
    padding: 5px 0 5px 30px;
    border-left: 1px solid #e5e5e5;
}

.codigo-inner .codigos-box .user p {
	background-image: url('../images/icons/user-box.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 35px;
	min-height: 30px;
}

#seleccionarCodigo .copyright {
    color: white;
    padding: 20px 0;
    opacity: .75;
}

#seleccionarCodigo .ast-vir {
	color: #ff620f;
	text-transform: uppercase;
    font-family: 'Klavika Md';
}

#seleccionarCodigo .ast-vir img {
	margin-right: 10px;
}


/*Media Queries*/

@media (min-width: 768px) {
	.modal-abastible .modal-dialog:not(.modal-lg) {
	    width: 540px;
	}
}


/***************************/
/******** COMUNIDAD ********/
/***************************/

#comunidad-carousel .control-container .carousel-control span,
#album-carousel .control-container .carousel-control span {
	height: 46px;
	width: 46px;
	line-height: 46px;
}

#comunidad-carousel .carousel-caption {	
    right: 0;
    left: 0;
    bottom: 0;
    padding: 40px 0;
	background: #020c15;
    background: -moz-linear-gradient(0deg, #020c15 0%, rgba(78,95,111,0) 100%);
    background: -webkit-gradient(linear, bottom, top, color-stop(0%, #020c15), color-stop(100%, rgba(78,95,111,0)));
    background: -webkit-linear-gradient(180deg, #020c15 0%, rgba(78,95,111,0) 100%);
    background: -o-linear-gradient(0deg, #020c15 0%, rgba(78,95,111,0) 100%);
    background: -ms-linear-gradient(0deg, #020c15 0%, rgba(78,95,111,0) 100%);
    background: linear-gradient(0deg, #020c15 0%, rgba(78,95,111,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020c15', endColorstr='rgba(78,95,111,0)',GradientType=1 );
}

#comunidad-carousel .carousel-caption .caption-text {	
	margin-left: 80px;
    margin-right: 80px;
    text-align: left;
}

#comunidad-carousel .carousel-caption .caption-text .lead {
	margin: 0;
}

#comunidad-carousel .carousel-indicators {	
    margin-bottom: 0;
    bottom: 15px;
}

#comunidad-carousel .carousel-indicators li,
#comunidad-carousel .carousel-indicators .active {
	margin: 0 10px;
	height: 9px;
	width: 9px;
}

.facebook-feed, .facebook-feed + .orientacion {
	margin-bottom: 30px;
}



.newsletter {
	padding: 30px;
	background-color: #ff6326;
}

.newsletter .newsletter-content {
	background-color: white;
	padding: 15px 30px;
	border-radius: 2px;
}

.newsletter .btn {
	padding: 9px 30px;
}

.newsletter h5 {
	text-align: center;
    color: #4e5f6f;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.25;
    margin: 0 0 30px;
}

.newsletter h5 strong {
	font-size: 21px;
}

.full-thing {	
	font-family: 'Klavika Rg';
	text-transform: uppercase;
    font-size: 19px;
    margin: 0;
    padding: 20px 30px;
    background-color: #eee;
    color: #4e5f6f;
}
.full-thing a {
	color: #4e6676;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    display: block;
}

/* Galería de videos */

#video-carousel {
	margin: 30px 0 10px 0;
}

#video-carousel .carousel-indicators {
	/*left: 75%;*/
	bottom: -5px;
}

#video-carousel .carousel-indicators li,
#video-carousel .carousel-indicators .active {
	margin: 0 10px;
	border: 1px solid #fff;
	height: 10px;
	width: 10px;
}

#video-carousel .carousel-indicators .active {
	background-color: #fff;
}

#video-carousel .a-col {
	width: 50%;
	float: left;
	height: 212px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#video-carousel .text-container {	
	padding: 0 30px;
	text-align: center;
	margin: 0 0 45px;
}
#video-carousel .category-tag {	
	background-color: white;
    color: #ff6326;
    font-size: 11px;
    border: 1px solid #ff6326;
    padding: 5px 40px;
    margin: 15px 0 10px;
    display: inline-block;
    text-transform: uppercase;
}
#video-carousel .text-container h5 {	
	color: #ff6326;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.25;
}

/* Galería de imágenes */

#img-gallery {
	margin: 8px 0;
}

#img-gallery .row {
	margin: 0 -4px;
}

#img-gallery .row > div {
	padding: 0 4px;
}

#img-gallery img {
	width: 100%;
}

#img-gallery .slider-item {
	position: relative;
	height: 165px;
}

#img-gallery .slider-item:hover .slider-overlay {
	display: block;
}

#img-gallery .slider-item .slider-overlay {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: rgba(246,247,251,.75);
	padding: 28% 0;
	text-align: center;
	color: #ff6326;
}

#img-gallery .slider-item .slider-overlay .plus {
	margin: 0 auto;
	height: 32px;
	width: 32px;
	display: block;
	border: 1px solid #ff6326;
	border-radius: 50%;
	cursor: pointer;
}

#img-gallery .slider-item .slider-overlay p {
	margin: 0;
	font-size: 18px;
	font-family: 'Klavika Rg';
	text-transform: uppercase;
}

#img-gallery .slider-item .slider-overlay p + p {
	margin-bottom: 10px;
} 

#img-gallery .control-container .carousel-control {
    font-size: 50px;
    color: #abb3ba;
    box-shadow: none;
    text-shadow: none;
}

#img-gallery .control-container .carousel-control.left {
	left: -35px;
}

#img-gallery .control-container .carousel-control.right {
	right: -35px;
}

#galeriaModal {
	text-align: center;
}

.modal-abastible#galeriaModal .modal-dialog {
    width: auto;
    display: inline-block;
}

.modal-abastible#galeriaModal .modal-content,
.modal-abastible#galeriaModal .modal-body {
	padding: 2px;
	position: relative;
	border-radius: 4px;
}

.modal-abastible#galeriaModal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .5;
    color: white;
    text-shadow: 0 1px 0 #000;
    z-index: 1;
}
.modal-abastible#galeriaModal .close:hover {
    opacity: .75;
}

/***************************************/
/******** MI NEGOCIO INTERIORES ********/
/***************************************/

.mi-negocio-interior {
	padding: 0 80px;
}

.mi-negocio-interior .page-subtitle {
	font-size: 12px;
	margin: 0 0 15px;
	font-family: 'Klavika Md';
} 

.mi-negocio-interior .notes {
    font-size: 0.8em;
    color: #4e5f6f;
} 

.lista-naranja {
	color: #ff6326;
	max-width: 540px;
	margin: 0 auto;
	padding-left: 15px;
	line-height: 1.75;
	list-style-type: disc !important;
}

.mi-negocio-interior > p {
	color: #505050;
}

.mi-negocio-interior .lista-naranja {
	margin-top: 30px;
	margin-bottom: 30px;
}
#DeclaracionJuradaFacturasTable tr.summary-row,
#DeclaracionJuradaFacturasTable tr.second-row {
    font-size: 1.3em;
}

.table-abastible {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #4e5f6f;
}
.table-abastible tbody > tr > td .fa {
    color: #ff6326;
    font-size: 16px;
}
.table-abastible .delete {
    color: #e02f31;
    height: 18px;
    width: 18px;
    border: 2px solid #e02f31;
    padding: 2px 6px;
    border-radius: 50%;
    text-align: center;
}
.table-abastible thead > tr > th {
	/* font-family: 'Klavika Md', sans-serif; */
	background-color: #ff6326;
	color: white;
	text-align: center;
	text-transform: uppercase;
    padding: 12px 8px 10px;
    vertical-align: middle;
}

.table-abastible thead > tr > th.dropdown-th {
	position: relative;
}

.table-abastible thead > tr > th.dropdown-th select {
    padding: 0;
    margin: 0;
    margin-left: 10px;
    background: transparent;
    color: white;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;

    background-image: url(../images/icons/mini-select-white.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 20px;
}

/*.table-abastible thead > tr > th.dropdown-th .selected {
	font-family: 'Klavika Md';
    width: 35px;
    text-align: right;
    display: inline-block;
}

.table-abastible thead > tr > th.dropdown-th .dropdown {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 18px;
}
.table-abastible thead > tr > th.dropdown-th .dropdown-menu {
	left: initial;
	right: 0;
    padding: 5px 20px 15px;
    text-align: center;
    top: 70%;
}
.table-abastible thead > tr > th.dropdown-th .dropdown-menu > li {
	color: #4e5f6f;
	text-transform: none;
}
.table-abastible thead > tr > th.dropdown-th .dropdown-menu > li:first-child {
	padding: 10px 20px;
	border-bottom: 1px solid #e7ebef;
    font-size: 12px;
    margin: 0 0 10px;
}
.table-abastible thead > tr > th.dropdown-th .dropdown-menu > li > span {
	color: #58c2e6;
	display: block;
	padding: 8px;
	cursor: pointer;
}
.table-abastible thead > tr > th.dropdown-th .dropdown-menu > li.active > span,
.table-abastible thead > tr > th.dropdown-th .dropdown-menu > li:hover > span {
	background: transparent;
	font-family: 'Klavika Md';
}*/

.table-abastible tbody > tr:nth-child(even) {
	background-color:white;
}
.table-abastible tbody > tr:nth-child(odd) {
	background-color:#F6F6F6;
}
.table-abastible tbody > tr > td {
	font-family: Titillium Web !important;
    padding: 16px 8px;
    border-color: #fff;
    text-align: center;
}
.span.PL_IN_PROGRESS {
	color: #ff6326;
}

.table-abastible tbody > tr > td .ver-mas,
.table-abastible tbody > tr > td .ocultar {
	font-size: 10px;
	opacity: .7;
	cursor: pointer;
}

.table-abastible tbody > tr > td a {
    color: inherit;
}

.table-abastible tbody > tr > td .ocultar {
	display: none
}

.table-abastible tbody > tr.chart-row > td {
    border: none;
    background-color: #fff;
}
.table-abastible tbody > tr.chart-row + tr > td {
	border: none;
}

.table-abastible tbody > tr > td > .btn-transparent {
	line-height: 16px;
	position: relative;
	padding-right: 20px;
	text-transform: uppercase;
	color: #ff6326;
	overflow: hidden;
}

.table-abastible tbody > tr > td > .btn-transparent .plus {
	position: absolute;
	top: -2px;
	right: 0;
}

.table-abastible tbody > tr > td .table-icon {
	height: 20px;
	margin-top: -3px;
}

table.table-abastible.dataTable thead .sorting,
table.table-abastible.dataTable thead .sorting_asc,
table.table-abastible.dataTable thead .sorting_desc {
    background-image: none;
}

.table-gestionDias .dataTables_wrapper .dataTables_info,
.table-gestionDias .dataTables_wrapper .top {
	display: none;
}
.table-gestionDias .dataTables_wrapper .bottom {
	margin-top: 10px;
}
.table-gestionDias .dataTables_wrapper .bottom .dataTables_length label {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	margin-bottom: 0 !important;
}
.table-gestionDias .dataTables_wrapper .dataTables_paginate .paginate_button {
	display: flex;
	align-items: center;
	justify-content: center;
    color: #ff6326 !important;
    border: 1px solid transparent;
    background: none;
    height: 33px;
    width: 33px;
    padding: 3px 8px;
    border-radius: 50%;
    margin-left: 20px;
}
.table-gestionDias .dataTables_wrapper .dataTables_paginate,
.table-gestionDias .dataTables_wrapper .dataTables_paginate span {
	display: flex;
	align-items: center;
}
.table-gestionDias .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.table-gestionDias .dataTables_wrapper .dataTables_paginate .paginate_button:active {
	border: 1px solid #ff6326;
	box-shadow: none;
}

.table-gestionDias .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.table-gestionDias .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
    border: 1px solid #ff6326;
	background: #ff6326;
}

.perdida {
	color: #e65159;
}

.ganancia {
	color: #35c545;
}

.justo {
	color: #4e5f6f;
}

.meh {
    color: #ffcc22;
}
.chart-container {
    padding: 20px 0;
}

.download-stuff {
	margin: 30px auto 10px;
    text-align: center;
}

.download-stuff li {
	font-size: 11px;
	text-transform: uppercase;
    display: inline-block;
	margin-right: 10px;
    height: 24px;
}
.download-stuff li:first-child {
	padding: 5px;
}
.download-stuff li.print {
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #dcdcdc;
}

.download-stuff li.print button {
	padding: 3px 5px;
	text-transform: uppercase;
}

.download-stuff li.print button img {
	margin-left: 10px;
}

.input-group.date .campo + .input-group-addon,
.input-group.date .campo + div + .input-group-addon {
	padding: 4px 17px;
    font-size: 23px;
    color: #ff6326;
    border-color: #ff6326;
    background: white;
}

.mi-negocio-interior .form-inline {
	margin: 45px 0;
}

.mi-negocio-interior .form-inline .btn.btn-abastible {
	margin-bottom: 0;
}

.mi-negocio-interior .form-inline > * {
	margin-right: 10px;
}

.dev-form {
	margin: 30px 0 15px;
}

.dev-form .panel-heading {
	cursor: pointer;
}

.dev-form .panel-heading .panel-title {
	text-transform: none;
}

.dev-form .panel-heading .fa {
	color: #ff6326;
}
.dev-form .panel-heading.panel-heading-open {
	background-color: #e9eef0;
	color: #ff6326;
}

.dev-form .panel-heading.panel-heading-open .panel-title {
	font-family: 'Klavika Md';
}

#devolucionForm {
	margin: 15px auto;
	max-width: 640px;
}

#devolucionForm .form-inline {
	margin: 0;
}

#devolucionForm .form-group,
#devolucionForm .input-group,
#devolucionForm .form-inline .btn.btn-abastible {
	margin-top: 0;
	margin-bottom: 15px;
}

#devolucionForm .form-inline > .input-group,
#devolucionForm .form-inline .form-group .form-control {
	width: 220px;
}

.mi-negocio-interior .form-inline > label {
	margin-right: 30px;
	font-size: 12px;
	font-family: 'Klavika Rg';
	color: #4e5f6f;
	text-transform: uppercase;
}

#miNegocioInterior .modal .table.table-blue {
	text-transform: uppercase;
	margin: 0;
}

.modal .table-modal {
	/*max-height: 640px;*/
	/*overflow-y: auto;*/
}
#miNegocioInterior .modal .table.table-blue > thead > tr > th,
#miNegocioInterior .modal .table.table-blue > tbody > tr > td {
	font-size: 12px;
	padding: 8px;
}

.mi-negocio-interior .table-abastible.dataTable thead th, 
.mi-negocio-interior .table-abastible.dataTable thead td,
.mi-negocio-interior .table-abastible.dataTable.no-footer {
	border-bottom: none;
}

.tituloTablaOrder {
	cursor: pointer;
}
.tituloTablaOrder1 {
	cursor: pointer;
}
.tituloTablaOrder2 {
	cursor: pointer;
}

/* Descuento RUT Slide */
#desc-rut-carousel {}
#desc-rut-carousel .carousel-inner .item {
    height: 150px;
}
#desc-rut-carousel .carousel-inner img {
    width: 130px;
    display: inline-block;
    margin-right: 90px;
}
#desc-rut-carousel .carousel-inner img:LAST-CHILD {
    margin-right: 0;
}

#desc-rut-carousel .control-container .carousel-control.left {
    top: 65px;
}
#desc-rut-carousel .control-container .carousel-control.right {
    top: 65px;
}
#desc-rut-carousel .control-container .carousel-control {
    font-size: 50px;
    color: #abb3ba;
    box-shadow: none;
    text-shadow: none;
}
/**************************************/
/************* MI ESCUELA *************/
/**************************************/

.color-background {
	padding: 60px 0;
    background-color: #ffe8de;
}

.color-background > .container {
	padding: 0 80px;
}

.color-background h1 {
	font-size: 58px;
	font-family: 'Klavika Rg';
	margin: 0;
    color: #534a46;
}

.color-background h1 span {
	font-family: 'Klavika Md';
}

.color-background h4 {
	font-size: 21px;
	color: #ff6326;
	text-transform: uppercase;
}

.videos-list {
	margin-left: 100px;
}
.videos-list ul{
     width: 100%;
     height: 300px;
     overflow: auto;
}

#video-scroll::-webkit-scrollbar {
    background: #d5d8d1 !important;
    width: 8px;
    border-radius: 5px;
    overflow: visible;
    padding-right: 2px;
}

#video-scroll::-webkit-scrollbar-thumb {
    background: #ff620f !important;
    border-radius: 9px !important;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}

.videos-list .watch-more {
    color: #5a5a5a;
    text-transform: uppercase;
    padding-left: 20px;
    background-color: white;
    border-radius: 11px;
}

.videos-list .watch-more .plus {
	background-color: #5a5a5a;
}

.mi-escuela .recursos-row {
	margin-bottom: 15px;
}

.mi-escuela .recursos-row h3 {
    margin-bottom: 30px;
    font-family: 'Klavika Rg';
    font-size: 21px;
    line-height: 1.25;
}

.mi-escuela .recursos-row > .col-sm-6:last-child h3 {
	color: #ff6326;
    font-family: 'Klavika Md';
}

.mi-escuela .recursos-row .videos-list li  {
	border-top: 1px solid #e3e3e3;
}

.mi-escuela .recursos-row .videos-list li:first-child {
	border: 0;
}

.mi-escuela .recursos-row .videos-list li a {
    display: block;
    color: inherit;
    padding: 9px 0;
    font-size: 16px;
}
.mi-escuela .recursos-row .videos-list li.active a {
	color: #ff6326;
}

.mi-escuela .panel-abastible {
	margin: 20px 0;
}
.mi-escuela .panel-abastible .panel-heading {
	background-color: #ff620f;
	color: #fff;
	text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    border-radius: 0;
    border: none;
}
.mi-escuela .panel-abastible .panel-heading a {
	display: block;
	padding: 15px 45px;
	color: #fff;
}

.mi-escuela .panel-abastible .panel-heading span {
	color: rgba(255,255,255,.75);
}

.mi-escuela .panel-abastible .panel-heading .panel-title {
    padding: 6px 0 0;
    margin-bottom: 0;
}

.mi-escuela .store-item img {
	width: 100%;
}
.orange {
    color: #ff6326;
}
.blue {
    color: #4e5f6f;
}
.lead.blue {
    color: #4e5f6f;
}

.mi-escuela .store-item .orange,
.escuela-grid .store-item .orange {
	font-size: 15px;
	margin: 5px 0 15px;
	color: #ff6326;
	min-height: 45px;
}
.faq-row {
	margin: 15px 0;
}
.faq-row .page-subtitle,
.faq-row .page-subtitle a {
	display: block;
	color: #4e5f6f;
	background-color: #eee;
	font-family: 'Klavika Rg';
    text-align: left;
    font-size: 18px;
    padding: 20px 40px;
    margin: 0 0 15px;
}

.faq-row .page-subtitle {
	padding: 0;
}

.faq-row .page-subtitle a p {
	margin: 0;
}
.faq-row .page-subtitle a .pull-right {
    font-size: 14px;
    line-height: 14px;
}

.faq-row .page-subtitle a .pull-right small {
	font-size: 85%;
}
.faq-list li {
	overflow: hidden;
	padding: 10px;
}

.faq-list li:hover {
	background-color: #eee;
}
.faq-list li a {
	display: block;
	color: inherit;
}
.faq-list li span {
	display: inline-block;
	vertical-align: middle;
}
.faq-list li span:first-child {
	width: 88%;
}
.faq-list li span:last-child {
	text-align: right;
	width: 10%;
	margin: 0 !important;
}
.faq-list li span.plus {
	color: #ff6326;
}
.faq-list li span.plus .fa {
	font-size: 66%;
	line-height: 30px;
	color: #7cd3f2;
}

.faq-list li.faq-answer {
	background-color: #ccc;
	padding: 15px;
	font-size: 12px;
}

.escuela-menu ul a {
	text-align: left;
	color: #4e5f6f;;
	display: block;
}

.escuela-menu ul li.active a {
	font-family: 'Klavika Bd';
	color: #ff6326;
}

.mi-escuela-filtros {
	margin: 0 0 60px;
    padding: 20px 0 10px;
    text-align: center;
    background-color: #eee;
}

.mi-escuela-filtros .form-inline .form-group {
	margin-bottom: 10px;
}

.mi-escuela-filtros .form-inline > .input-group, 
.mi-escuela-filtros .form-inline .form-group .form-control,
.mi-escuela-filtros .form-inline .btn {
	width: 220px;
}

.mi-escuela-filtros .form-inline > *  {
    margin-right: 10px;
    margin-bottom: 15px;
}
.paginator {
	text-align: center;
}
.paginator .paginator-btn {
	color: #ff6326 !important;
    border: 1px solid transparent;
    background: none;
    height: 24px;
    width: 24px;
    padding: 3px 8px;
    border-radius: 50%;
    margin-left: 20px;
    display: inline-block;
    line-height: 18px;
}

.paginator .paginator-btn:hover,
.paginator .paginator-btn:active {
	border: 1px solid #ff6326;
	box-shadow: none;
}

.paginator .paginator-btn.current,
.paginator .paginator-btn.current:hover {
    color: white !important;
    border: 1px solid #ff6326;
	background: #ff6326;
}

.faq-group .panel-heading + .panel-collapse > .panel-body {
	border: 0;
	padding: 40px 30px;
	color: #4f4f4f;
}

.faq-group .panel {
	border: 0;
	margin: 0 !important;
}

.faq-group .panel-heading {
	padding: 0;
	border-bottom: 1px solid #e2e8e9;
	background-color: #eee;
}

.faq-group .panel-title a {
	display: block;
	padding: 20px 45px 20px 30px;
	color: #ff6326;
	font-family: 'Klavika Md';
}
.faq-group .panel-title span.pull-right {
    position: absolute;
    right: 30px;
}
.faq-group .panel-title a .panel-icon {
	color: #ff6326;
    font-size: 38px;
    line-height: 14px;	
}

.faq-group .panel-title a .panel-icon::before {
    content: "\f105";
}
.faq-group .panel-title a.collapsed .panel-icon::before {
    content: "\f107";
}

.faq-group .panel-title a.collapsed {
	color: #4e5f6f;
	font-family: 'Klavika Rg';	
}

.youtube {
	cursor: pointer;
}
.youtube-modal {
	text-align: center;
}
.youtube-modal .modal-header {
    padding: 0;
    border: 0;
    position: static;
}
.youtube-modal .modal-title {
	display: none;
}
.youtube-modal .modal-dialog {
    width: auto !important;
    display: inline-block;
    margin-top: 180px;
}

.youtube-modal .modal-content {
	border-radius: 0;
}

.youtube-modal .modal-header .close {
    margin-top: -2px;
    position: absolute;
    color: white;
    top: -30px;
    right: -30px;
    text-shadow: none;
    padding: 7px 10px;
    display: block;
    opacity: 1;
    font-size: 15px;
    border: 1px solid;
}

.youtube-modal iframe {
	margin: 0 !important;
}

.youtube-modal .modal-body {
    padding: 20px 20px 14px !important;
}

/* Links de interes */
.links-list {
	margin: 30px 0;
	padding: 0 60px;
}
.links-list p {
	margin: 0 0 30px;
}
.links-list h5 {
	text-transform: uppercase;
	color: #ff6326;
	font-size: 20px;
	font-family: 'Klavika Md';
}
.links-list ul {
	margin: 0 0 30px;
}
.links-list li {
	border-bottom: 1px solid #e0e7ed;
}
.links-list li:last-child {
	border: 0;
}
.links-list a {
	text-transform: uppercase;
	display: inline-block;
	color: #4e5f6f;
	line-height: 60px;
}

.links-list br + a {
    margin-left: 123px;
    /*line-height: 40px;*/
}  
.links-list li img {
	margin-right: 40px;
}

/* Noticias */

.noticias-container {
	margin-bottom: 30px;
	padding: 0 30px;
}

.noticias-container .noticias-filtro {
	margin-bottom: 30px;
}

.noticias-container .noticias-filtro li {
	width: 240px;
}
.noticias-container .noticias-filtro li span {
	color: #4e5f6f;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Klavika Rg';
}

.noticia-interior {
	padding: 0 60px;
	color: #4e5f6f;
}

.noticia-interior p {
	font-size: 13px;
	line-height: 1.5;
}

.noticia-info {
	font-size: 18px;
	margin: 0 0 45px;
}
.noticia-info img {
	width: 100%;
}

.noticia-detail-title {
	text-transform: uppercase;
	font-size: 18px;
	color: #ff6326;
	margin: 30px 0;
	font-family: 'Klavika Md';
	padding-left: 30px;
}
.noticia-detail {
	padding-left: 30px;
	font-family: 'Klavika Rg';
}

.big-img-container {
	margin: 45px 0;
}
.noticia-interior .tag-categoria {
    background: #ff6326;
    padding: 8px 20px;
    color: #fff;
    font-size: 12px;
	font-family: 'Klavika Rg';
    text-transform: uppercase;
}
.noticia-interior .date {
	margin-left: 45px;
	font-family: 'Klavika Md';
    color: #000;
}

.noticia-meta .social-icon {
	display: block;
	height: 30px;
	width: 30px;
	color: #fff;
	border-radius: 2px;
	padding: 6px 7px;
}
.noticia-meta li {
	vertical-align: middle;	
}

.noticia-heading .noticia-title {
	font-size: 30px;
	font-family: 'Klavika Md';	
	margin-bottom: 20px;
}
.noticia-heading .lead {
	font-size: 18px;
	color: #ff6326;
	font-family: 'Klavika Rg';
	margin-bottom: 30px;
}
.social-icon.fb {
	background-color: #3c5aa2;
}
.social-icon.tw {
	background-color: #1dadea;
}

.noticia-meta .social-icon .fa {
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}
.social-bottom {
	margin-top: 45px;
}
.social-bottom .social-icon {
	display: block;
	height: 30px;
	width: 150px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	padding: 8px;
	font-size: 10px;
}
.social-bottom .social-icon .fa {
	font-size: 16px;
	margin-right: 12px;
}
.social-bottom .social-icon span {
	display: inline-block;
	vertical-align: text-bottom;
}

/* corporativo */

.corporativo p {
	color: #4e5f6f;
	font-size: 15px;
	font-family: 'Klavika Rg';
}

.corporativo .img-container {
	padding: 15px 0;
}

.corporativo .lead {
	font-size: 21px;
	color: #ff6326;
	padding: 15px 90px 25px; 
	margin: 0;
}
.year-selector {
	width: 100px;
	text-align: center;
	padding: 30px 0;
}
.year-selector li a {
	color: #b0c4d6;
	line-height: 40px;
	font-family: 'Klavika Rg';
	font-size: 16px;
}
.year-selector li.active a {
	font-family: 'Klavika Md';
	font-size: 25px;
	color: #ff6326;
}
.info-thing {
	margin: 30px 0;
}
.info-thing .info-detail {
	background-image: url(../images/abas-fondo.png);
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: top right;
	padding: 36px;
    float: left;
    width: calc(100% - 150px);
}

.info-thing .info-detail h3 {
	font-family: 'Klavika Rg';
	color: #ff6326;
	font-size: 21px;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.info-thing .info-detail h3 + p {
	text-transform: uppercase;
}
.info-thing .info-detail .highlight {
	color: #ff6326;
	margin: 0;
}
.corporativo .mision-title {
	font-size: 18px;
	color: #ff6326;
	text-transform: uppercase;
	font-family: 'Klavika Bd';
	margin: 30px 0;
	position: relative;
    overflow: hidden;
}
.corporativo .mision-title span {
	background-color: #fff;
	margin-right: 45px;
}

.corporativo .mision-title::after {
	content: "";
	height: 1px;
	background: #ff6326;
	position: absolute;
	top: 9px;
	width: 100%;
}

.corporativo .administracion-title {
	font-size: 21px;
	color: #4e5f6f;
	text-transform: uppercase;
	font-family: 'Klavika Bd';
	margin: 30px 0;
}
.corporativo .administrativo {
	text-align: center;
}

.corporativo .administrativo:not(.directorio) > div {
	min-height: 340px;
}
.corporativo .administrativo img {
	width: 100%;
	max-width: 210px;
}
.corporativo .administrativo h5 {
	color: #4e5f6f;
	margin: 15px 0 0;
}

.corporativo .administrativo p {
	color: #ff6326;
	margin-bottom: 30px;
}

.panel-group > .comodato > .panel-heading {
    background-color: #f7f7f7;
}
.panel-group > .comodato > .panel-heading > .panel-title {
    width: auto;
}

.panel-group > .comodato:nth-child(even) > .panel-heading {
	/*background-color: #e9eef0;*/
}
.panel-group > .comodato > .panel-body { 
	padding: 30px 40px;
}

.comodato .total-cilindros span {
	display: inline-block;
	height: 75px;
	width: 350px;
	border: 1px solid #ff6326;
	border-radius: 2px;
	color: #4e5f6f;
	vertical-align: middle;
	font-size: 18px;
	line-height: 75px;
}
.comodato .total-cilindros span b {
	color: #ff6326;
}

.table-pdf {
	margin-top: -5px;
}

.table-camiones > tbody > tr > td {
	background-color: #f5f5f5;
    border-top: 1px solid #fff;
}

.nowrap {
	white-space: nowrap;
	vertical-align: middle;
}

.nowrap span {
	display: inline-block;
	max-width: 66px;
}
.nowrap span::after {
	content: "..."
}
.nowrap a {
	display: inline-block;
}
.nowrap .info-icon {
	margin-top: -5px;
	vertical-align: middle;
	margin-left: 35px;
}

.pagada {
	pointer-events: none;
	color: #35c545;
}

.no-pagada, .no-pagada:hover {
	color: #e65159;
	text-decoration: underline;
}
.preliquidacion-overview.multas-aclaradas {
	margin: 60px auto;
	max-width: none;
}

.multas-aclaradas .campo {
	width: 210px;
	font-size: 13px 
}

.multas-aclaradas .btn-abastible {
	margin: 0;
}

.grey-declaracion {
	padding: 45px 75px;
	background-color: #f7f7f7;
    color: #4e5f6f;
    margin: 30px 0 45px;
}

.alert {
    margin: 0 0 60px;
    padding: 0;
}
.alert .fa {
    color: #ff6326;
    font-size: 150%;
    margin-right: 15px;
}

.grey-declaracion p {
	padding: 0 30px;
}

.grey-declaracion .page-subtitle {
	font-size: 14px;
	line-height: 1.5;
}

.grey-declaracion .page-subtitle a {
	color: #ff6326;
	text-decoration: underline;
}
.declaracion-big-btns {
	margin: 0 0 60px;
}
.declaracion-big-btns > div:first-child {
	border-right: 1px solid #d6d6d6;
}

.declaracion-big-btns a {
	width: 180px;
	margin: auto;
	display: block;
	font-size: 21px;
	color: #ff6326;
}

.declaracion-big-btns .btn-container {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid #ff6326;
	overflow: hidden;
	margin: 0 auto 30px;
}

.declaracion-small-btns {
	margin: 30px 0;
}
.declaracion-small-btns li {
    vertical-align: middle;
	margin: 0 8px;
}
.declaracion-small-btns a {
    color: #ff6326;
    line-height: 1;
    text-transform: uppercase;
    border: 1px solid #ff6326;
    border-radius: 2px;
    padding: 12px 30px;
    font-size: 1em;
    display: inline-block;
}
.declaracion-small-btns a.downlod-format {
    padding: 12px 20px;
}
.declaracion-small-btns a.thick {
    border: 2px solid #ff6326;
    padding: 16px 12px;
}

.declaracion-small-btns a.webpay {
    padding: 2px 12px;
}
.declaracion-small-btns a.webpay img {
    height: 43px;
}

.declaracion-small-btns.com a {
	padding: 4px 20px;
}

.declaracion-small-btns a.go-back {
	color: #4e5f6f;
	border: 1px solid #4e5f6f;
}

.declaracion-small-btns a span {
	float: left;
	margin-right: 10px;
}
.declaracion-small-btns a span.single-line {
	padding: 9px 0 5px;
}

.mi-negocio-interior .step {
	display: inline-block;
    background-color: #ff6326;
    color: #fff;
    padding: 10px 27px;
	font-family: 'Klavika Rg';
	margin: 30px 0;
    font-size: 16px;
}

.mi-negocio-interior p.blue {
	color: #174d9c;
}

.mi-negocio-interior .lead.blue {
    color: #4e5f6f;
}

.mi-negocio-interior p .btn.btn-abastible {
	width: 260px;
	font-size: 13px;
}
.mi-negocio-interior .btn.btn-abastible.grey {
	background-color: #f5f5f5;
	color: #4e5f6f;
}

.input-box {
	width: 480px;
	background-color: #f5f5f5;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.input-box label {
	display: block;
	margin: 0;
	color: #a0a0a0;
	cursor: pointer;
	padding: 12px 20px;
}

.input-box label span {
    line-height: 27px;
}
.input-box label span:last-child {
	color: #4e5f6f;
}

.input-box label span .btn {
    margin: 0 0 0 20px;
    color: #4e5f6f;
    background-color: #ddd;
    font-size: 12px;
    padding: 4px 12px;
}

.table.table-input {
	font-size: 12px;
	color: #4e5f6f;
	margin-bottom: 30px;
}

.table.table-input textarea {
    border: 0;
    text-align: center;
    resize: none;
    overflow: hidden;
    width: 100%	
}

.table.table-input textarea.md {
	max-width: 120px;
}

.table.table-input textarea.sm {
	max-width: 80px;
}

.table.table-input textarea.sm[rows="1"] {
    color: #ff6326;
}

.table.table-input textarea.xs {
	max-width: 30px;
}
.table.table-input input.xs {
	max-width: 25px;
}

.table.table-input > thead > tr > th {
	vertical-align: middle;
	font-family: 'Klavika Rg';
}

.table.table-input [colspan="5"] {
	padding-bottom: 0;
}

.table.table-input tr + tr > th {
	padding-top: 0;
	font-size: 11px;
	opacity: .5;
}
.table.table-input tbody > tr > td {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
}
.table.table-input thead > tr > th.text-left,
.table.table-input tbody > tr > td.text-left,
.table.table-input tfoot > tr > td.text-left {
	text-align: left;
}
.upload-table .fa {
	font-size: 18px;
}
.upload-table label {
	cursor: pointer;
}
.upload-table .fa-check {
	color: #1db700;
}
.table.table-input tr.summary-row > td {
	background-color: #fc7741;
	color: #fff;
}
.table.table-input tr.second-row > td {
	background-color: #ff6326;
	color: #fff;
}

.table.table-input tr.spacer > td {
	background-color: transparent;
}

.table.table-input tr.last-month {
    text-transform: uppercase;
}
.table.table-input tr.last-month > td {
	background-color: #f5f5f5;
	color: #4e5f6f;
	border: 0;
}

.declaracion-subtitle {
	color: #ff6326;
	margin: 30px 0 0;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Klavika Md'
}

.list-archivos li {
    text-align: center;
    margin: 0 0 15px;
}

.list-archivos li > * {
    display: inline-block;
}

.input-file-status {
    height: 50px;
    width: 50px;
}
.input-file-status.times {
    background-image: url("../images/icons/times.png");
}
.input-file-status.check {
    background-image: url("../images/icons/check.png");
}

.list-archivos .input-name {
    color: #ff6326;
}

.camiones-tiles {
}
.camiones-tiles li {
    text-align: center;
    border-right: 1px solid #ddd;
    width: 32%;
}
.camiones-tiles a {
    display: block;
    color: #ff6326;
    font-size: 18px;
}

.camiones-tiles .camiones-img {
    width: 120px;
    height: 120px;
    border: 1px solid #ff6326;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    margin: 0 auto 30px;
}

.camiones-tiles .camiones-img img {
    width: 100%;
}

.camiones-tiles li:last-child {
    border: 0;
}

.table-historial > thead > tr > th {
    background-color: #fff;
    color: #ff6326;
    border: 0;
}
.table-historial > tbody > tr > td {
    padding: 8px;
    background-color: #fff;
    border: 0;
    border-right: 1px solid #ddd;
}

.table-historial > thead > tr > th.text-left {
    text-align: left;
}

.table-historial > tbody > tr > td:last-child {
    border: 0;
}

.table-historial .fa {
    color: #ff6326;
    font-size: 16px;
}

.fwidth span {
    width: 250px;
    display: inline-block;
}

.fwidth span + b {
    color: #ff6326;
}

#preliquidacionDetalle ul {
    font-size: 12px;
    border-right: 1px solid #ddd;
    margin-bottom: 45px;
}
#preliquidacionDetalle ul.fwidth {
    border: 0;
}
.reportes-filter {
    font-size: 12px;
    margin: 0 0 45px;
}
.reportes-filter .form-inline {
    margin-bottom: 15px;
}
.reportes-filter label {
    margin-right: 15px;
    width: 100px;
    text-align: right;
}
.reportes-filter select.form-control.campo {
    width: calc(100% - 125px);
}
.table-precios {
    text-transform: uppercase;
    text-align: center;
}
.table-precios thead span {
    position: relative;
}
.table-precios .info-icon {
    position: absolute;
    top: -4px;
    margin-left: 15px;
}

.table-precios.table-blue tbody > tr > td:first-child,
.table-precios.table-blue tbody > tr.subheader > td:nth-child(2),
.table-precios.table-blue tbody > tr > [rowspan="6"] + td,
.table-precios tbody > tr.separator > td {
    border: 0;
}

.table-precios tbody > tr.subheader > td {
    background-color: #f5f5f5;
}

.table-precios.table-blue tbody > tr.separator > td {
    border-bottom: 1px solid #ddd;
    padding: 12px;
}


.table-precios tbody > tr:not(.subheader) > td {
    color: #ff6326;
    vertical-align: middle;
}
.table-blue.table-precios tbody > tr > td.bd {
    border-right: 1px solid #ddd;
}
.table-blue.table-precios tbody > tr > td.am { 
 	border-right: 1px solid #ddd;
}
.table-precios tbody > tr > td.blue {
    color: #4e5f6f;
}

.indicadores .lead {
    text-transform: none;
    color: #4e5f6f;
    margin: 0 15px 0 60px;
}

.mis-pedidos-thing {
    margin-top: 45px;
}
.mis-pedidos-thing .tendencia-precio {
    height: 80px;
    margin: 15px auto !important;
}
.mis-pedidos-thing .a-thing {
    width: 50%;
    float: left;
    text-align: center;
}

.mis-pedidos-thing .a-thing + .a-thing {
    border-left: 1px solid #eee;
}

.mis-pedidos-thing h3 {
    font-size: 18px;
    background-color: #f5f5f5;
    color: #4e5f6f;
    margin: 0 0 15px;
    padding: 15px 0;
    text-align: center;
}

.mis-pedidos-thing h6 {
    margin-bottom: 20px;
}

.mis-pedidos-thing .a-img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: 15px auto;
    border: 1px solid #ff6326;
    padding: 24px;
}

.mis-pedidos-thing .a-img img {
    width: 100%;
}

.pedido-step-by-step {
    padding: 15px;
    padding-left: 30px;
    border: 1px solid #174d9c;
    border-radius: 8px;
    color: #174d9c;
    margin: 30px 0;
}

.mis-pedidos-thing.full .a-thing {
    width: 100%
}

.mis-pedidos-thing.full .a-thing > div {
    margin-bottom: 30px;
}

.mis-pedidos-thing.full .indicadores {
    overflow: hidden;
    display: block;
}

.mis-pedidos-thing.full .indicadores > .tendencia-precio {
    float: none;
    margin: 0 !important;
    padding: 0;
    height: auto;
}

.mis-pedidos-thing.full h6 {
    margin: 0 0 15px;
}

.pedido-step-by-step h5 {
    margin-bottom: 20px;
}

.pedido-step-by-step li {
    margin-bottom: 15px;
}

.pedido-step-by-step .step {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #174d9c;
    border-radius: 50%;
    padding: 2px 0;
    text-align: center;
    margin-right: 15px;
}

.balon-img {
    width: 70px;
    display: block;
    margin: 0 auto 15px;
}

.total-cilindros.super h3,
.total-cilindros.costo h3 {
    border: 1px solid #ff6326;
    border-radius: 2px;
    color: #4e5f6f;
    margin: 0 0 30px;
    font-family: 'Klavika Rg';
    font-size: 18px;
    padding: 20px;
    text-transform: none;
}

.total-cilindros.costo h3 {
    color: #fff !important;
    background-color: #CC4104;
	text-transform: uppercase;
}

.total-cilindros.super b {
    color: #ff6326;
}
.mis-pedidos-form > li {
    margin: 0 0 20px;
    text-align: right;
}
.mis-pedidos-form > li label {
    width: 30%;
    color: #4e5f6f;
    text-transform: uppercase;
    text-align: left;
}

.mis-pedidos-form > li > .form-inline > .campo {
    width: 69%;
}

.mis-pedidos-form > li .row .form-inline > * {
    width: 49%;
}

.mis-pedidos-form + p button {
    margin-left: 15px;
}

#alertModal .modal-body{
    padding: 15px 120px;
}

#alertModal h3 {
    letter-spacing: .01em;
    margin: 0 0 20px;
}
#alertModal .fa-exclamation-triangle {
    position: absolute;
    left: -30px;
    top: 53px;
    font-size: 170px;
    opacity: .1;
}
#alertModal h5 {
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 30px;
}
#alertModal p {
    opacity: .5;
    font-size: 18px;
    font-family: 'Klavika Rg';
}

#alertModal .modal-footer {
    text-align: center;
    border: 0;
}
#alertModal .close {
    float: none;
    font-size: 13px;
    text-transform: uppercase;
    opacity: .5;
    text-shadow: none;
}
.remember {
    position: relative;
    overflow: hidden;
    padding-top: 45px
}
.remember .fa-exclamation-circle {
    position: absolute;
    left: -40px;
    top: -70px;
    font-size: 170px;
    opacity: .1;
}

.panel-abastible .panel-heading {
    padding: 20px;
}
.panel-abastible .mini-container {
    max-width: 480px;
    margin: auto;
    padding: 30px 0;
}
.panel-abastible .zone {
    padding: 12px 0;
    text-align: center;
}
.panel-abastible .price {
    background-color: #f5f5f5;
    font-family: 'Klavika Bd';
    color: #ff6326;
    margin: 0 15px;
    padding: 6px 12px; 
}
#mainTable h2 {
    font-size: 1.4em;
    color: #4E5F6F;
}
.sector {
    margin: 0 0 30px;
}
.sector span {
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.sector .campo {
    min-width: 200px;
}

.tendencia-container {
    border: 1px solid #4e5f6f;
    border-radius: 4px;
    padding: 30px;
    max-width: 640px;
    margin: 15px auto;
    color: #4e5f6f;
}

.tendencia-container > * {
    color: #4e5f6f;
}

.tendencia-container > p {
    margin: 0;
}

.tendencia-container .big {
    font-size: 36px;
    color: #333;
}

.tendencia-container .list-inline > li {
    vertical-align: middle;
}

.tendencia-container img {
    vertical-align: baseline;
}

.historial-tendencia select.campo {
    font-size: 14px;
    min-width: 280px;
}

.tab-container .nav.nav-unstyled {
    text-align: center;
}
.tab-container .nav.nav-unstyled > li {
    float: none;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    color: #4e5f6f;
    margin: 0;
}

.tab-container .nav.nav-unstyled > li > a { 
    background-color: transparent !important;
    color: #4e5f6f;
    font-size: 12px;
    padding: 0 15px;
    font-family: 'Klavika Md';
}

.tab-container .nav.nav-unstyled > li.active {
    border-right: 1px solid #aaa;
}

.tab-container .nav.nav-unstyled > li:last-child {
    border: 0;
}

.tendencia-container + .input-box {
    margin: auto;
    background-color: transparent;
}

.tendencia-container + .input-box .tab-pane {
    padding-left: 0;
    padding-right: 0;
}
.table-abastible tbody > tr.mes > td {
    background-color: #fff;
    color: #ff6326;
}

.input-box .tab-pane .ganancia img,
.input-box .tab-pane .perdida img {
    height: 14px;
}
.table-bordered.thin > thead > tr > th {
    border-bottom: 0;
}

.table-bordered.thin > thead > tr > th,
.table-bordered.thin > tbody > tr > td {
    font-size: 12px;
    color: #333;
    padding: 12px 18px;
    vertical-align: middle;
    text-align: center;
}

.table-bordered.thin > thead > tr > th.text-left,
.table-bordered.thin > tbody > tr > td.text-left {
    text-align: left;
}

.img-thumb {
    width: 90px;
    display: inline-block;
}
.img-thumb + h5 {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    margin-left: 20px;
}

.table-bordered.thin > tbody > tr > td .form-control {
    width: 45px;
    display: inline-block;
}

.table-bordered.thin > tbody > tr > td .delete {
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 14px;
    padding-left: 2px;
}

.notebook img {
    position: fixed;
    right: 0;
}

.thanks-detail {
    color: #333;
}

.thanks-detail .row {
    margin: 0 -5px;
}

.thanks-detail .row > * {
    padding: 0 5px;
}

.thanks-detail .form-control {
    font-size: 12px;
    border-radius: 0;
}

.thanks-detail .form-control:not(textarea) {
    height: 38px;
}

.row.spacer {
    padding: 15px 0;
}

#listaPrecios {
    font-size: 12px;
}
#listaPrecios h3 {
    margin: 0;
}
#listaPrecios h3 small {
    font-size: 12px;
}

.table-light > thead > tr > th,
.table-light > tbody > tr > td {
    border: 0;
}
.table-light > thead > tr > th {
    background-color: #e9eff4; 
}
.table-light > tbody > tr.sub-head > td {
    background-color: #f4f8fc; 
}

#listaPrecios .paddleft {
    padding-left: 30px;
}

#listaPrecios .paddleft span {
    display: inline-block;
    line-height: 2;
}

#listaPrecios .paddleft span:not(.bottom-border) {
    width: 25%;
}

#listaPrecios .paddleft .bottom-border {
    width: 70%;
    border-bottom: 1px solid #ddd;
}
.ln60 { 
	line-height: 60px;
}

.valores-bg {
	background-image: url(../images/bg_bloque_valores.png);
	background-size: cover;
	background-position: bottom right;
}
.valores-card {
	margin:0 !important;
}
.copyright-footer {
	text-align: center;
}

/* .business-b-cont,
.business-a-cont {
    clear: both;
    color: #fff;
    padding: 2em 0;
} */

/* .business-b-cont ul,
.business-a-cont ul {
    margin: 0 0 45px;
    padding: 0 0px;
    text-align: right;
} */

/* .business-b-cont .input-name,
.business-a-cont .input-name {
    padding-right: 10px;
    text-align: left;
    width: 80px;
} */

.business-b-cont li select.select-b,
.business-b-cont li select.select-a,
.business-a-cont li select.select-b,
.business-a-cont li select.select-a {
    /*max-width: 310px;*/
    width: calc(100% - 100px);
    height: 44px;
}

.business-b-cont li select.select-b,
.business-a-cont li select.select-b {
    max-width: 100px;
}

.input-composed {
    display: table !important;
}

.input-mod {
    width: calc(100% - 100px);
}

.tab-title {
    float: left;
    padding: 5px 0;
}

.edit-btn-3,
.edit-btn-2 {
    float: right;
}

.btn-row {
    margin: 2em 0;
}

.btn-border {
    border-right: 1px solid #98b0b2;
}

.extra-opt-cont {
    padding: 0 45px;
    margin: 25px 0;
}

.extra-opt-cont h5 {
    color: #bbb7b8;
}

.extra-opt-cont h5 span {
    font-weight: 600;
}

.check-label {
    width: 32%;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
}

.check-label span {
    display: inline-block;
    vertical-align: center;
    float: left;
}

.labe-cont,
.check-cont {
    width: 13%;
    height: 100%;
    display: inline-block;
}

.labe-cont {
    width: 82%;
    font-size: 12px;
}

.dates-width {
	width: 485px;	
}

.dates-label-width {
	width: 225px;	
}

.corridas {
	width: 80px;
}

.corridas-input {
	width: 178px;
}

.observaciones {
	width: 225px;
	float:left;
}

.choose-title{
    width: 100%;
    height: auto;
    padding: 5px 70px;
    font-size: 18px;
    color: #fff;
}

.choose-title span {
    color: #768282;
}

.choose-tabs {
    width: 100%;
    display: table;
}


.tab-table {
    display: table;
    width: 100%;
}

.tab-option-b,
.tab-option {
    background-color: #384042;
    border: 1px solid #485052;
    border-radius: 0;
    font-size: 1em;
    color: #fff;
    display: table-cell;
    height: 75px;
    padding: 0 30px;
}

.tab-option-b {
    background-color: #596466;
}

.tab-option.tab-on  {
    background-color: #506367;
}


.tab-option-b.tab-on span.edit-btn-3, 
.tab-option span:hover.edit-btn-2, 
.tab-option.tab-on span.edit-btn-2, 
.tab-option span:hover.edit-btn, 
.tab-option.tab-on span.edit-btn {
    background-color: #61757c;
    color: #465359;
}

.tab-option-b span.edit-btn-3,
.tab-option span.edit-btn-2,
.tab-option span.edit-btn {
    background-color: #2e3638;
    color: #768282;
    cursor: pointer;
    display: inline-block;
    font-size: 0.7em;
    letter-spacing: 0.2em;
    margin-left: 0.5em;
    padding: 1em;
    border-radius: 0.2em;
}

.tab-option-b span.edit-btn-3 {
    background-color: #596466;
    color: #98b0b2;
    border-radius: 0;
}

.tab-option-b span:hover.edit-btn-3 {
    color: #303538;
}

.login-home .carousel-inner {
	height: 390px;
}
.login-home .carousel-inner > .item{
    padding: 0 5px;
}
.title-container {
    margin-top: 30px;
}
.alert-pedido {
    font-weight: bold;
    text-align: center;
    font-family: 'Klavika Bd';
    padding: 10px;
    border-radius: 5px;
}
.alert-pedido span {
    font-size: 1.3em;
    padding-bottom: 5px;
}

/* Instagram Feed */
.instagram-box {
	width: 33%;
	height: auto;
	position: relative;
	display: inline-block;
}
.instagram-box p {
	position: absolute;
    bottom: 0px;
    left: 8px;
    font-size: 10px;
    border: 0;
    border-radius: 13px;
    background-color: rgba(0,0,0,0.7);
    color: #FFF;
    padding: 2px 10px;
}
.instagram-box p i {
	color: #FFF;
}
.instagram-feed {
    height: 500px;
    overflow: hidden;
    background: #FFF;
}
.instagram-feed .header-container {
    height: 130px;
}
.instagram-feed .header-container .user {
    position: relative;
    height: 65px;
    background-color: #FF6326;
    font-size: 1.5em;
    font-weight: bold;
    color: #FFF;
    padding: 20px 10px 10px 95px;
}
.instagram-feed .header-container .user img {
    width: 75px;
    border: 0;
    position: absolute;
    left: 10px;
    top: 20px;
    border-radius: 50%;
}
.instagram-feed .header-container .info {
    font-size: 0.8em;
    padding: 10px 0 0 100px;
    line-height: 1.4em;
}
.instagram-feed .header-container .info span {
    font-weight: bold;
}
.instagram-feed .images-container {
    overflow-y: auto;
    height: 370px;  
}
.instagram-feed .images-container img {
    border: 2px solid #FFF;
    width: 103px;
}
.mi-comunidad .instagram-feed .header-container .user img {
    left: 5px;
}
.mi-comunidad .instagram-feed .header-container .user {
    padding: 20px 10px 10px 85px;
}
.mi-comunidad .instagram-feed .images-container img {
    width: 99px;
}

/** ---------------------------------
    NEW HOME PAGE
/** ---------------------------------- **/
.home .tendencia-de-precios h3,
.home .mis-accesos h3 {
    font-family: 'Klavika Md';
    font-size: 18px;
}
.home .tendencia-de-precios .orange-date {
    color: #FF6326;
    font-size: 1em;
    font-weight: bold;
}
.home .tendencias-bg {
    position: relative;
}
.home .tendencias-bg .row {
    position: absolute;
    width: 100%;
}
.home .tendencias-bg .row > div {
    height: 75px;
}
.home .tendencias-bg .tendencias-bg-1 {
    background-image: url("/libs/images/home/bg_valors.png");
    background-color: #FF6321;
    background-size: 100% auto;
}
.home .tendencias-bg .tendencias-bg-2 {
    background-image: url("/libs/images/home/bg_bencina.png");
    background-color: #0000FF;
    background-size: 100% auto;
}
.home .tendencias {
    height: 75px;
    color: #FFFFFF;
    font-weight: bold;
}
.home .tendencias .tendencia-ammount {
    font-size: 1.8em;
}
.home .tendencias .tendencia-name {
    font-size: 0.8em;
}
.home .mis-accesos .acceso {
    display: inline-block;
    height: 48px;
    width: 150px;
    font-weight: bold;
    margin: 0 .5em;
}
.home .mis-accesos .acceso-btn {
    display: inline-block;
    border-radius: 40px;
    background-color: #FF6321;
    color: white;
    font-size: 16px;
    padding: 13px 35px;
    width: auto;
    margin: 0 .5em;
}
.home .mis-accesos .acceso-btn-white {
    display: inline-block;
    border-radius: 40px;
    border: 2px solid #FF6321;
    background-color: #FFFFFF;
    color: #FF6321;
    font-size: 16px;
    padding: 12px 35px;
    width: auto;
    margin: 0 .5em;
}
.home .carousel-novedades .item {
    background-color: #EEEEEE;
    height: 360px; 
}
.home .carousel-novedades .carousel-inner .item img {
    width: 100%;
}
.home .carousel-novedades .carousel-inner .carousel-caption{
    background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.75);
}
.home ul.carousel-novedades-items {
    background: #FCAE88;
    margin: 0;
    padding: 0;
    height: 360px;
    overflow: hidden;
}
.home ul.carousel-novedades-items > li {
    list-style: none;
    padding: 25px 25px;
    color: #FFFFFF;
    padding: 15px 10px 15px 15px;
}
.home ul.carousel-novedades-items > li .title {
    font-family: 'Klavika Bd';
    font-size: 1.5em;
    line-height: 1em;
    max-height: 42px;
    overflow: hidden;
}
.home ul.carousel-novedades-items > li .category {
    font-size: 1em;
    padding: 0 0 0 47px;
}
.home .carousel-novedades-items .orange-item-0 { background-color: #fa6504; }
.home .carousel-novedades-items .orange-item-1 { background-color: #fa7936; }
.home .carousel-novedades-items .orange-item-2 { background-color: #fb915d; }
.home .carousel-novedades-items .orange-item-3 { background-color: #fcae88; }
.home .carousel-novedades-items .number {
    border-radius: 50px;
    border: 3px solid;
    width: 20px;
    padding: 5px 17px 1px 9px;
    font-weight: bold;
    margin: 5px 15px 0 0;
}
.home ul.carousel-novedades-items > li:first-child .number {
    padding: 4px 15px 0px 10px;
}
.home .title-container {
    position: relative;
}
.home .title-container .line,
.home .mis-accesos .line {
    position: absolute;
    top: 8px;
    border: 1px solid #EDEDED;
    width: 95%;
    z-index: -1;
}
.home .btn-big {
    
}
.home .btn-big .circle {
    width: 88px;
    height: 88px;
}
.home .btn-big button {
    border-radius: 0 35px 35px 0 !important;
    height: 70px;
    padding: 8px 40px 8px 70px !important;
    font-size: 1.1em;
    font-weight: bold;
}

@media (min-width: 992px) {
	.fix-margin-left {
		padding-left: 0px !important;
	}

	.fix-margin-right {
		padding-right: 0px !important;
	}
	
	.table-width {
		width: 100%;
	}
}

@media (max-width: 769px) { 
	.home .carousel-novedades .item {
    	height: auto; 
	}
	.lead {
		font-size: 14px;
	}
	.carousel-caption {
		bottom: 0px !important;
	}
}

/** ---------------------------------
    NEW Declaracion Jurada
/** ---------------------------------- **/
.steps-line { position: relative; }
.steps-line .step {
    border-radius: 50px;
    border: 3px solid;
    width: 20px;
    padding: 0px 16px 0px 7px;
    margin: 5px 15px 0 0;
    border: 2px solid #FF6321;
    background-color: #FFFFFF;
    color: #FF6321;
    font-family: 'Klavika Bd';
    font-size: 1.2em;
    float: left;
    margin-left: 13%;
}
.steps-line .line {
    position: absolute;
    top: 17px;
    border: 1px solid #FF6321;
    left: 16%;
    right: 19%;
    z-index: -1;
}

.steps-line .step.cursor-pointer{
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: box-shadow, , color, background-color;
    transition-property: box-shadow, color, background-color;
}
.steps-line .step.cursor-pointer:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background-color: #FF6321;
    color: #FFFFFF;
}
.video-tutorial {
    width: 310px;
    height: 172px;
    overflow: hidden;
    margin: 10px auto;
}

@media (max-width: 990px) {
    .steps-line .step { margin-left: 10%; }
}
@media (min-width: 990px) and (max-width: 1200px) {
    .steps-line .step { margin-left: 12%; }
}
.steps-line .step.active {
    background-color: #FF6321;
    color: #FFFFFF;
    /*
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    */
}
.declaracion-big-btns .title {
    color: #FF6321;
    font-size: 1.3em;
}
.new-flow .declaracion-big-btns iframe {
    display: inline-block;
}
.new-flow .mi-negocio-interior .title-big {
    color: #4e5f6f;
    font-size: 1.8em;
}
.new-flow .declaracion-big-btns a {
    width: 190px;
}
.new-flow ul.declaracion-small-btns {
    list-style: none;
}
.new-flow ul.declaracion-small-btns li {
    margin: 0 8px 20px;
}
.new-flow ul.declaracion-small-btns li a {
    width: 285px;
}
.new-flow ul.declaracion-small-btns li a span {
    margin-top: 7px;
}
.new-flow ul.declaracion-small-btns li a img {
    right: 10px;
    float: right;
} 
.new-flow ul.declaracion-small-btns .excel-btn {
    color: #FFFFFF;
    background-color: #FF6326;
    position: relative;
}
.new-flow ul.declaracion-small-btns .excel-btn img {
    width: 23px;
    margin-top: 3px;
}
.new-flow ul.declaracion-small-btns .excel-btn span {
    padding-left: 40px;
    font-weight: bold;
}
.new-flow ul.declaracion-small-btns .excel-btn label {
    margin-top: 10px;
}
#DJExcel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
}
.new-flow ul.declaracion-small-btns .fileName {
    background-color: #EEE;
    width: 290px;
    margin: auto;
}
.new-flow .declaracion-big-btns > div {
    border-left: 1px solid #d6d6d6;
    height: 210px;
}
.new-flow .declaracion-big-btns > div:first-child {
    border-left: none;
    border-right: none;
}
.new-flow .declaracion-big-btns .btn-container img {
    width: 93px;
    margin-top: 14px;
}
/****************
 *   Album Page
 *****************/
.album {
    
}
.album ul.image-list {
    
}
.album ul.image-list li {
    float: left;
    margin: 0 15px 20px;
    list-style: none;
    overflow: hidden;
    width: 310px;
    height: 208px;
    cursor: pointer;
}
.album ul.image-list li img {
    width: 100%;
}
#imageModal .modal-body img {
    width: 100%;
}

/* FAMILIA NARANJA - Stylesheets corrections  */

/* Menu */

#mi-menu-abastible .navbar-default {
    background-color: rgba(255, 255, 255, 0);
    border: 0 none !important;
    width: auto !important;
}

#perfil-responsive {
	display: none;
}

.menutop-lateral-father {
	display: none;
}

/* Responsive */

@media (max-width: 970px) {
	.mensajes {
		display: none;
	}
}

/* Between */
@media (min-width: 769px) and (max-width: 900px) {
	
	.menu-principal .navigation-menu {
		margin-left: 130px !important;
	}
	
	.menu-principal .navigation-menu li a {
		padding: 13px 6px 6px !important;	
		font-size: 10px !important;
	}
	
	.img-pdd {
		padding-right: 4px !important;
	}
	
	.profile-pic {
		display: none !important;
	}
	
	.menutop-right {
		font-size: 12px;
		padding-right: 2px;
	}
	
}

@media (min-width: 901px) and (max-width: 1022px) {
	
	.menu-principal .navigation-menu {
		margin-left: 100px !important;
	}
	
	.menu-principal .navigation-menu li a {
		padding: 15px 9px 7px !important;	
		font-size: 10px !important;
	}
	
	.img-pdd {
		padding-right: 7px !important;
	}
	

}

/* Between */
@media (min-width: 1022px) and (max-width: 1161px) {
	
	.menu-principal .navigation-menu {
		margin-left: 40px !important;
	}
	
	.menu-principal .navigation-menu li a {
		padding: 19px 16px 13px !important;	
	}
	
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 769px) { 
	
	.home .menu-principal {
	    top: 270px;
	}
	
	.menu-principal .navigation-menu {
		border: 1px solid #939292;
		border-bottom-width: 3px;
		background-color: white;
		border-radius: 6px;
		overflow: hidden;
		margin: 0;
	}
	
	.menu-principal .navigation-menu li {
		float: left;
		border-left: 2px solid #e7e7e7;
		background-color: white;
	}
	
	.menu-principal .navigation-menu li:first-child {
		border-left: none;
	}
	
	.menu-principal .navigation-menu li:first-child a {
		padding-left: 35px;
	}
	
	.menu-principal .navigation-menu li a {
		cursor: pointer;
		padding: 25px 17px 18px;
		line-height: 22px;
		display: block;
		text-transform: uppercase;
		font-family: 'Klavika Md';
		letter-spacing: .1em;
		font-size: 11px;
		color: #444;
		border-bottom: 2px solid transparent;
	}
	
	.menu-principal .navigation-menu li.active a {
		color: #ff6321;
		border-bottom-color: #ff6321;
	}
	.menu-principal .navigation-menu li a:hover {
		color: #ff6321;
		text-decoration: none;
	}
	
	.menutop {
		position: fixed;
	}
	
	.table-declaracion {
		overflow-x: initial;
    	width: 100%;
	}
	
}

@media (max-width: 470px) {
	.my-assistant .dude-img {
		 height: 120px;
		 width: 120px; 
	}
	
	.dude-info {
		margin-left: 140px;
	}
	
	.my-assistant .dude-info h2 {
		font-size: 22px;
	}
	
	.my-assistant .dude-info h2 + p {
		font-size: 14px;
	}
	
	.dude-info .icon {
		font-size: 20px;
	}
	
	.declaracion-links-margin {
		margin-left: -40px;
	}
	
	.btn.btn-abastible.btn-wide, a.btn.btn-abastible.btn-wide {
		padding: 14px;
	}
}
	
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	
	.menutop-lateral {
		display: block;		
	    position: absolute;
	    top: -95px;
	    width: auto;
	    right: 0;
	}
	
	.menutop-lateral-father {		
	    width: 100%;
	    position: relative;
	    display: block;
	}
	
	.responsive-nav {
		left: 520px !important;
	}
	
	.banner-escuela {
		margin-top: 78px;
	}
	
	.top-banner {
		height: 103px;
	}
	
	.color-background h1 {
		font-size: 36px;
		margin-top:180px;
		background-color: #ffe8de;
	}
	
	.color-background h4 {
		display:none;
	}
	
	#manualesContainer .watch-more {
		display:none;
	}
	
	.tienda-container-sm {
		padding: 40px 40px 40px !important;
	}
	
	.tienda-container-xs {
		padding: 40px 40px 40px !important;
	}
	
	.container-xs {
		padding: 20px 20px 20px !important;
	}
	
	.store-grid .watch-more {
		display: none;
	}
	
	.store-item p {
		font-size: 12px;
		min-height: 50px;
	}
	
	.mi-negocio-interior {
		padding: 0 !important;
	}
	
	.grey-declaracion {
		 padding: 15px 10px;
		 margin: 10px 0 15px;
	}
	
	/* .mbs {
		margin-top: 70px;
	} */
	
	.mi-negocio-interior{
		margin-top: 75px;
	}
	
	.titulo-negocio-seccion {
		font-size: 1.3em;
	}
	
	.camiones-tiles li {
		width: 100%;
		border-right: 0;
	}
	
	.camiones-tiles a {
		font-size: 14px;
	    margin-bottom: 25px;
	}
	
	.camiones-tiles .camiones-img {
		margin: 0 auto 10px;
	}
	
	.input-box {
		width: auto;
	}
	
	.input-box label span {
		margin-right: 25px;
	}
	
	.noticia-interior {
		padding: 0;
	}
	
	.noticia-detail-title {
		margin: 0;
		padding-left: 0;
	}
	
	.noticia-detail {
		padding-left: 0;
	}
	
	.tienda-interior {
		padding: 0;
	}
	
	.store-overview h4 {
		margin-top: 50px;
	}
	
	.mis-pedidos-form > li{
		text-align: left;
	}
	
	.mis-pedidos-form > li label ,
	.mis-pedidos-form > li > .form-inline > .campo ,
	.dates-width ,
	.mis-pedidos-form > li .row .form-inline > * ,
	.reportes-filter select.form-control.campo {
		width: 100%;
	}
	
	.dates-label-width {
		width: auto;
	}
	
	#observacionesPedido {
		width: 100% !important;
	}
	
	.preliquidacion-interior {
		padding: 0;
	}
	
	.preliquidacion-overview {
		padding: 5px 10px;
	}
	
	.factura-tipo {
		padding: 5px;
	}
	
	.factura-tipo .stuff p {
		top: 0;
		margin-top:10px;
		position: initial;
	}
	
	.factura-tipo select.form-control {
		margin-bottom: 15px;
	}
	
	.table.table-unstyled > thead > tr > th,
	.table.table-unstyled > tbody > tr > td {
		font-size: 11px;
	}
	
	#fixedPL {
		top: auto;
	}
	
	.panel-group.cupones .panel-heading {
		padding: 0 10px;
	}
	
	.table-search {
		margin: 0 0 30px 0px;	
	}

	.mini-container .bottom .btn {
		padding: 9px 9px;
		font-size: 12px;
	}
	
	.margin-reporte {
		margin-top: 50px;
	}
	
	.reportes-filter label {
		margin-right: 0;
		width: auto;
		text-align: left;
	}
	
	.col-md-4 {
		margin-bottom: 20px;
	}
	
	.boton-filtro{
		margin: 15px 0;
	}
/* 	
	.modal-exito {
		margin: 130px 0px 0px 20px;
		background-color: rgba(0, 0, 0, 0.5);
	}
	.modal-exito.fade:not(.show) {
		opacity: 1 !important;
	} */
	.modal-camion {
		margin: 100px 0px 0px 0px;
	}
	
	.modal-pedidos {
    	margin: 100px 10px 10px 10px;
    	
	}
	
	#devolucionForm .form-inline .form-group .form-control {
    	width: 100%;
	}
	
	.codigo-input{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.fixed-width {
    	width: 100% !important;
	}
	
	.links-list {
		margin: 0;
		padding: 0 20px;
	}
	
	.links-list li img {
		margin-right: 10px;
	}
	
	.corporativo .img-container img {
		width: 100%;
	}
	
	.factura-tipo label {
  		margin-right: 0px;
	}
	
	.factura-tipo .stuff {
		display: block !important;
	}
	
	.cupones.panel-group .panel {
    	margin: 0 0 10px;
	}
	
	.tendencia-de-precios,
	.tendencias-bg,
	.tendencia-de-precios,
	nav.menu-footer,
	.chat_icon,
	.bannerWelcome,
	.img-pdd,
	.menutop {
		display: none !important;
	}


	/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Slider */
	
	.site-wrapper {
		padding-top: 0 !important;

	  -webkit-transform: none;
	  transform: none;
	  
	  -webkit-transform: none;
	  transform: none;
	  
	  -webkit-transition: none;
	  transition: none;
	 
	  -webkit-backface-visibility: none;
	  backface-visibility: none;
	}
	
	.slider-home .carousel {
		margin-top: 0 !important;
	}
	
	/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Menú */
	
	.home .menu-principal {
		top:0 !important;
		left: 0 !important;
		margin: 0 !important;
		width: auto !important;
		position: relative !important;
	}

	#mi-menu-abastible .navbar-default {
	    position: fixed !important;
	    width: 100% !important;
	    background: #FFF;
	    top: 0 !important;
	    left: 0;
	    z-index: 9999;
	    border-bottom: 1px solid #aaa;
	}
	
	#bannerWelcome {
		margin-top: 80px;
	}
	
	#mi-menu-abastible .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	
	.slider-home .carousel-inner,
	.slider-home {
		height: auto !important;
	}
	
	#mi-menu-abastible .navbar-header {
		padding: 1em 0; 
	}
	
	#mi-menu-abastible .navbar-brand {
		padding: 10px 15px !important;
	}
	
	#mi-menu-abastible ul {
		margin-bottom: 0;
	}
	
	#mi-menu-abastible ul li:first-child {
		border-bottom: 1px solid #e7e7e7;
	}
	
	#mi-menu-abastible ul li {
		border-bottom: 1px solid #e7e7e7;
	}
	
	#mi-menu-abastible ul li:last-child {
		border: 0;
	}
	
	#mi-menu-abastible ul li a {
		display: block;
		padding: 1em;
		text-transform: uppercase;
		color: #444444;
	}
	
	#mi-menu-abastible ul li:hover {
		background-color: #FF6321;
	}
	
	#mi-menu-abastible ul li:hover a {
		color: #ffffff;
	}
	
	/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Home */
	
	.noticias,
	.indicadores {
		padding: 1em 0;
	}
	
	.usuario .social-media {
	    position: relative;
	    top: 0;
	    right: 0;
	    padding: 1em 0;
	}
	
	.container.home-container > .indicadores {
		padding: 0;
		text-align: center;
	}
	
	.indicadores > div.boton-pedido,
	.indicadores > div.boton-pedido {
		float: none;
		margin-bottom: 2em;
		margin-left: 0;
		display: block;
	}
	
	.indicadores > div.tendencia-precio,
	.indicadores > div.deuda-impaga {
		width: 100%;
		display: block;
	}
	
	.indicadores > div.deuda-impaga {
		margin: 2em 0;
	}
	
	.mis-accesos {
		padding-bottom: 2em;
	}
	
	.home .mis-accesos .acceso,
	.home .mis-accesos .acceso-btn,
	.home .mis-accesos .acceso-btn-white {
	    margin: 1em;
	}
	
	
	
	/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Footer */
	
	.footer-corporativo,
	nav.menu-footer {
		padding: 2em 0;
	}
	
	.footer-corporativo,
	.menu-footer ul {
		width: 100%;
	}
	
	.menu-footer ul li {
		display: block;
	}
	
	.footer-corporativo {
		text-align: center;
	}
	
	.footer-corporativo li {
		padding: 1em 0;
	}
	
	footer .final .rrss-footer,
	.footer-corporativo li a {
		padding: 1em 0;
		display: block;
	}
	
	.footer-corporativo li a {
		padding: 0 1em;
	}
	
	footer .final {
		width: 100%;
		display: block;
		left: 0;
	}
	
	footer .final .rrss-footer,
	footer .final .webpay_footer,
	.webpay_footer p {
		float: none;
	}
	
	footer .final .rrss-footer,
	footer .final .webpay_footer {
		display: block;
		width: 100%;
	}
}
.modal-sombra {
   border: 9px solid #ff6326 !important;
   box-shadow: 0px 1px 18px 4px #333 !important;
}
.changeable {
	text-align:center;
	border:1px solid black;
	padding: 4px;
}
.timeZV {
	text-align: center;
    border: 1px solid black;
    padding: 2px;
    width: 45px !important;
    margin: 0px 2px;	
}
.zvError {
	border: 1px solid red !important;
	background-color: #ffdada !important;
}
.kMselectable {
	text-align:center;
	border:1px solid black;
	padding: 4px;
	outline: none;
}
.kmnActivo {
	background-image: url(/libs/images/checked.png);
	background-size: 15px 15px;
	background-repeat:no-repeat;
	background-position: right 10px top 5px;
}

.fecha-preferente{
	font-size:1.5em;
	color: #eb843b;
	margin-bottom: 40px;
}

.md-font{
	font-family: 'Klavika Md' !important;
}

.text-nrj{
	color: #eb843b;
}

table.dataTable.no-footer {
    border-bottom: 0 !important;
}

#tableReparto_filter{
	color: #ff620f;
	padding: 20px 0 20px 0;
}

#tableReparto_filter input{
	margin-bottom: 0px;	
}

#tableRpPublico_filter{
	color: #ff620f;
	padding: 20px 0 20px 0;
}

#tableRpPublico_filter input{
	border: 2px solid;
}

.det-head{
    background-color: #ec691e;
    color: white;
    font-family: 'Klavika Bd' !important;
}
.det-head td{
    padding-left: 20px;
    padding-right: 20px;
}
.det-body{
    text-align: center;
}
.det-body tr:nth-child(odd){
    background-color: #ffffff;
}
.det-body tr:nth-child(even){
    background-color: #d9d9d9;
}

.mainTblDet{
    padding: 30px 30px 30px 30px;
}   
.mainTblDet td{
    padding-left: 50px;
    text-align: left;
}
hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}

.tblDatosCom{
    text-align: center;
    min-width: 130px;
    font-family: 'Klavika Bd' !important;
}

.tblDatosCom td{
    padding: 7px;
}

.tblDatosCom-head{
    background-color: #ec691e;
    color: #000000;
    text-align: center;
}
.tblDatosCom-head td{
    font-weight: bolder;
}
.tblDatosCom tbody tr:nth-child(odd){
    background-color: #f2f0f0;
}
.tblDatosCom tbody tr:nth-child(even){
    background-color: #d9d9d9;
}
.maindiv{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 50px;
}

.tblNaranja{
	border-spacing: 2px;
    border-collapse: separate;
}

.tblNaranja td{
	color: #ffffff !important;
	background-color: #ec691e !important;
}

.tblNaranja .tdPendiente{
	background-color: #585858 !important;
	color: #ffffff !important;
}

.tdPendiente{
	background-color: #585858 !important;
	color: #ffffff !important;
}

.btn-bloqueo{
	border-radius: 50px !important;
	padding: 5px 10px 5px 10px !important;
	text-transform: none !important;
	font-size: 16px !important;
}

.btn-bloqueo a{
	text-decoration:none;
	color: #ffffff;
}

.btn-bloqueo a:hover{
	text-decoration:none;
	color: #ffffff;
}

button[disabled]{
	cursor: not-allowed;
	background-color: #c6c5c5 !important;
	color: #a2a1a1 !important;
}

.g-recaptcha{
	margin-top: 15px;
}

.table-borderless td{
	border-top: none !important;
}

.img-blocked{
	position: absolute;
    left: 40px;
    object-fit: contain;
    opacity: 0.9;
    width: 380px;
}

.inputOrigin{
	border: solid 2px #ff6904;
}


.btnBuscarMov{
	background-color: #ff6904;
	color: #ffffff;
	border: none;
	padding: 7px;
	border-radius: 5px;
}

.btnVolverMov{
	background-color: #cccccc;
	color: #000000;
	border: none;
	padding: 7px;
	border-radius: 5px;
}

.rowMov{
	display: flex;
	column-gap:20px;
	align-items:center;
}

.diBoxes{
	display: flex;
	justify-content: space-between;
}

.diBox{
	border: solid 2px #eb843b;
	min-width: 370px;
	padding: 10px;
}

.f-20{
	font-size:1.125rem !important;
}

.f-27{
	font-size:1.688rem;
}

.text-end{
	text-align:right;
}

.lil-padding{
	padding:0px 40px 40px;
}

.surv-answers{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    margin-top: 3%;
}

.ans-card{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    min-height: 80px;
    border-radius: 15px;
    font-weight: bolder;
    color: #ff7200;
    border: solid 3px #ff7200;
    font-size: 20px;
    transition: 0.4s;
    padding:0px;
    cursor: pointer;
}

.ans-card:hover{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff7200;
    min-height: 80px;
    border-radius: 15px;
    font-weight: bolder;
    color: #ffffff;
    padding:0px;
}

.ans-card-active{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff7200;
    min-height: 80px;
    border-radius: 15px;
    font-weight: bolder;
    color: #ffffff;
    padding:0px;
}

.modal-enc-ped{
	display:grid;
	align-content:center;
}

.modal-enc-ped > modal-dialog{
	align-self: center;
}

.temp-row{
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 10px;
    align-self: end;
}

.main-temp{
	display: flex;
	justify-content: end;
}

.mb-8{
	margin-bottom: 8vh;
}
#tableReparto{
	width: 100% !important;
}

#rpTable .table-responsive{
	overflow-x: hidden;
}

@media (min-width: 320px) and (max-width: 480px) {
	#rpTable .table-responsive{
		overflow-x: scroll;
	}
}
.titleTable-RP{
	font-weight: 600;
	padding: 15px 10px;

}
/* Prueba */


.collapse.in{
	display: block;
}

.input-custom input{
	padding-left: 40px;
    margin-bottom: 20px;
    background: url("../../assets2023/svg/search-black.svg");
    background-repeat: no-repeat;
    padding-right: 3px;
    background-position: 5% center;
    position: relative;
    right: 20px;
}

/* .fade.in{
	opacity: 1;
} */


.activado{
	border-bottom: 4px solid #CC4104 !important;
}
.activado a{
	color: #CC4104 !important;
	font-weight: bold !important;
}

.aInicio{
	font-weight: bold !important;
	color: #757575;
}

.tt-400{
	font-family: Titillium Web !important;
	font-weight: 400 !important;
}

.ulPuntos{
	list-style-type: disc;
	line-height: 1.75;
}

.cerrarModal{
	position: absolute;
	right: 10px;
	line-height: 20px;
}

.border-0{ border: 0px !important; }

.bg-orange{ background-color:#ff6904 !important; }

.cuadroText{
	border-radius: 32px !important;
	 padding: 15px 24px !important;
}
.cuadroText-2{
	border-radius: 32px !important;
	padding: 10px 24px !important;	
}

.positionSelectable{ background-position: 90% center !important; }

.modal-footer2 {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}
.btn.btn-abastible-mini-disabled,
a.btn.btn-abastible-mini-disabled {
	color: #ff6326;
	background-color: white;
	border-radius: 4px;
	text-transform: none;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0;
	border: solid 1px #ff6326;
	cursor: not-allowed;
}

.btn-mini-close-mdl{
	background: none;
    color: inherit;
    border: none;
    cursor: pointer;
    outline: inherit;
    padding: 0px 20px;
    font-size: 2rem;
    max-height: 1vh;
}

.btn-bloqueo2{
	border-radius: 50px !important;
	padding: 14px 25px !important; 
	text-transform: none !important;
	font-size: 16px !important;
}

.btn-bloqueo2 a{
	text-decoration:none;
	color: #ffffff;
}

.btn-bloqueo2 a:hover{
	text-decoration:none;
	color: #ffffff;
}

.tab-debt{
	display: grid;
    justify-content: center;
    align-items: center;
}

.tab-grid{
	display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    column-gap: 10px;
}

.tab-debt-number{
	border: solid 3px;
    width: 30px;
    border-radius: 20px;
}