/*
//////////////////////////////////////////////////////
------------------------------------------------------
V.1.0 by Soluble Branding visit soysoluble.com
------------------------------------------------------
//////////////////////////////////////////////////////
*/

@charset "UTF-8";

/*RESET*/
::-moz-focus-inner{border:0;}

*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

.no-select, img{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body{
	background-color: rgb(242,242,242);
	color: rgb(180,180,180);
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	font-weight: 400;
	overflow-x: hidden;
}

#wallet-application{
	height: 100vh;
	overflow-x: hidden;
	width: 100vw;
}

.onlineClass .is-online{
    bottom: -13px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.is-offline{
    position: relative;
    z-index: 2;
}

input[type=text], input[type=tel], input[type=email], input[type=number], input[type=password], input[type=date], button, textarea, select{
    font-family: 'Montserrat', sans-serif;
}

input[type=submit]{
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6{
	line-height: 1.2em;
}

p{
	line-height: 1.3em;
}

::-moz-selection{background-color:rgb(0,230,205); color: rgb(75,75,90)}

::selection{background-color:rgb(0,230,205); color: rgb(75,75,90)}

/*
/////////////////////////////////////////////
/////////////////////////////////////////////
AUXULIARES
/////////////////////////////////////////////
/////////////////////////////////////////////
*/
.link{
	text-decoration: underline;
	text-transform: uppercase;
}

.link + .link{
	margin-left: 1em;
}

.link:hover{
	color: rgb(75,75,90);
}

.t-white .link:hover, .link.t-white:hover{
	color: rgb(255,255,255);
	opacity: 0.6;
}

.t-complementary .link:hover, .link.t-complementary:hover{
	color: rgb(0,100,230);
}

.btn > .icon, .swal-modal button > .icon{
	padding-right: 0.25rem;
}

.btn, .swal-modal button{
	border-radius: 4px;
	-webkit-box-shadow: 0 15px 15px 0 rgba(220,220,220,0.5);
	-moz-box-shadow: 0 15px 15px 0 rgba(220,220,220,0.5);
	box-shadow: 0 15px 15px 0 rgba(220,220,220,0.5);
	background-color: rgb(250,250,250);
	border: none !important;
	color: rgb(180,180,180);
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	margin-bottom: 1em;
	padding:  0.75rem;
	text-transform: uppercase;
	z-index: 2;
}

.btn + .btn{
	margin-left: 1em;
}

.btn-full{
	width: 100%;
}

.btn:hover, .swal-modal button:hover{
	-webkit-box-shadow: 0 0 10px 0 rgba(220,220,220,0.5);
	-moz-box-shadow: 0 0 10px 0 rgba(220,220,220,0.5);
	box-shadow: 0 0 10px 0 rgba(220,220,220,0.5);
	-webkit-transform: scale(0.98);
	-ms-transform: scale(0.98);
	-o-transform: scale(0.98);
	transform: scale(0.98);
}

.btn.b-primary, .btn.b-secondary, .btn.b-warn, .swal-modal button.swal-button--confirm{
	color: rgb(255,255,255);
}

.btn.b-primary, .swal-modal button.swal-button--confirm{
	-webkit-box-shadow: 0 15px 15px 0 rgba(0,230,205,0.5);
	-moz-box-shadow: 0 15px 15px 0 rgba(0,230,205,0.5);
	box-shadow: 0 15px 15px 0 rgba(0,230,205,0.5);
}

.btn.b-primary:hover, .swal-modal button.swal-button--confirm:hover{
	-webkit-box-shadow: 0 0 10px 0 rgba(0,230,205,0.5);
	-moz-box-shadow: 0 0 10px 0 rgba(0,230,205,0.5);
	box-shadow: 0 0 10px 0 rgba(0,230,205,0.5);
}

.btn.b-secondary{
	-webkit-box-shadow: 0 15px 15px 0 rgba(0,100,230,0.5);
	-moz-box-shadow: 0 15px 15px 0 rgba(0,100,230,0.5);
	box-shadow: 0 15px 15px 0 rgba(0,100,230,0.5);
}

.btn.b-secondary:hover{
	-webkit-box-shadow: 0 0 10px 0 rgba(0,100,230,0.5);
	-moz-box-shadow: 0 0 10px 0 rgba(0,100,230,0.5);
	box-shadow: 0 0 10px 0 rgba(0,100,230,0.5);
}

.btn.b-warn{
	-webkit-box-shadow: 0 15px 15px 0 rgba(230,110,0,0.5);
	-moz-box-shadow: 0 15px 15px 0 rgba(230,110,0,0.5);
	box-shadow: 0 15px 15px 0 rgba(230,110,0,0.5);
}

.btn.b-warn:hover{
	-webkit-box-shadow: 0 0 10px 0 rgba(230,110,0,0.5);
	-moz-box-shadow: 0 0 10px 0 rgba(230,110,0,0.5);
	box-shadow: 0 0 10px 0 rgba(230,110,0,0.5);
}

.btn:focus{
	background-color: rgb(240,240,240);
	border: none;
	-webkit-box-shadow: 0 0 0 0 rgba(220,220,220,0.5);
	-moz-box-shadow: 0 0 0 0 rgba(220,220,220,0.5);
	box-shadow: 0 0 0 0 rgba(220,220,220,0.5);
}

.btn.b-secondary:focus{
	background-color: rgb(0,100,230);
}

.btn.b-warn:focus{
	background-color: rgb(230,110,0);
}

.btn.b-primary:focus, .swal-modal button.swal-button--confirm:focus{
	background-color: rgb(0,220,195);
}

/*
/////////////////////////////////////////////
/////////////////////////////////////////////
MENSAJES
/////////////////////////////////////////////
/////////////////////////////////////////////
*/

.messages-container{
	list-style: none;
	margin: 0;
	padding: 0;
}

.message-item{
	background-color: rgb(250,250,250);
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
}

.message-item.fatal, .message-item.success{
	color: rgb(255,255,255);
}

.message-item i{
	cursor: pointer;
	margin-right: 10px;
}

#pantalla-espera{
	background-color: rgb(255,255,255);
	background-image: url(../images/fottom.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 200px auto;
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

/*
/////////////////////////////////////////////
/////////////////////////////////////////////
ESTILOS DE TEXTO
/////////////////////////////////////////////
/////////////////////////////////////////////
*/

.t-thin{font-weight: 100;}

.t-extra-light{font-weight: 200;}

.t-light{font-weight: 300;}

.t-regular{font-weight: 400;}

.t-semibold{font-weight: 600;}

.t-bold, b, strong{font-weight: 700;}

.t-extra-bold{font-weight: 800;}

.t-black{font-weight: 900;}

.t-upper{text-transform: uppercase;}

.t-line, u{text-decoration: underline !important;}

.t-italic, em{font-style: italic;}

.t-left{text-align: left;}

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

.t-center{text-align: center;}

.t-justify{text-align: justify;}

.t-8-px{font-size: 0.5rem;}

.t-10-px{font-size: 0.625rem;}

.t-12-px{font-size: 0.75rem;}

.t-14-px{font-size: 0.875rem;}

.t-16-px{font-size: 1rem;}

.t-18-px{font-size: 1.2rem;}

.t-21-px{font-size: 1.3125rem;}

.t-24-px{font-size: 1.5rem;}

.t-28-px{font-size: 1.75rem;}

.t-32-px{font-size: 2rem;}

.t-48-px{font-size: 3rem;}

/*
/////////////////////////////////////////////
/////////////////////////////////////////////
ESTILOS DE TEXTO COTIZACION
/////////////////////////////////////////////
/////////////////////////////////////////////
*/

@font-face {
	font-family: 'everettregular';
	src: url('../fonts/everett-regular-webfont.woff2') format('woff2'),
	     url('../fonts/everett-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'sf_ui_textregular';
	src: url('sfuitext-regular-webfont.woff2') format('woff2'),
	     url('sfuitext-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'sf_ui_textbold';
	src: url('sfuitext-bold-webfont.woff2') format('woff2'),
	     url('sfuitext-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.ck-editor .ck-content, .preview_contenedor{
	color: #000000 !important;
	font-family: 'sf_ui_textregular', sans-serif;
	font-size: 8px;
}

.ck-editor .ck-content *{
	color: #000000 !important;
}

.preview_contenedor.quote_page{
	background-color: #ffffff;
	left: 0;
	position: fixed;
	top: 0;
	width: 532px;
	z-index: 999;
}

.preview_contenedor.quote_page:not(.visible), 
.preview_contenedor.temporal:not(.visible){
	opacity: 0;
	position: fixed;
	visibility: hidden;
	z-index: -1;
}

.preview_contenedor h2, 
.ck-editor .ck-content p, .ck-editor .ck-content ul, .ck-editor .ck-content ol, .ck-editor .ck-content li, .preview_contenedor p, .preview_contenedor ul, .preview_contenedor ol, .preview_contenedor li{
	display: block;
	font-size: 8px;
	letter-spacing: .055em;
	line-height: 1.2em !important;
	margin: 0;
	margin-bottom: 15px;
	width: 100%;
}

.ck-editor .ck-content p span[style*="font-size"], .preview_contenedor p span[style*="font-size"]{
	line-height: 1.2em;
}

.preview_contenedor h1{
	display: block;
	font-family: 'everettregular', sans-serif;
	font-size: 53px;
	letter-spacing: -.2;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	margin-top: -10px;
	padding-left: 40px;
	width: 100%;
}

.ck-editor .ck-content h2, .preview_contenedor h2{
	font-family: 'sf_ui_textbold', sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: inherit;
}

.ck-editor .ck-content strong, .preview_contenedor strong{
	font-family: 'sf_ui_textbold', sans-serif;
	font-weight: bold;
}

.ck-editor .ck-content ul, .ck-editor .ck-content ol, .preview_contenedor ul, .preview_contenedor ol{
	padding-left: 16px;
}

.ck-editor .ck-content li, .preview_contenedor li{
	display: list-item;
	margin: 0;
}

.separador-hojas{
	background-color: rgb(200,200,200);
	clear: both;
	display: block;
	float: left;
	height: 1px;
	margin: 20px 0;
	width: 100%;
}

.ck-editor .ck-content{
	font-size: 8pt;
}

.ck-editor .ck-content p, .ck-editor .ck-content ul, .ck-editor .ck-content ol, .ck-editor .ck-content li{
	font-size: 8pt;
}

.ck-editor .ck-content [style*="10px"]{
	font-size: 10pt !important;
}

.ck-editor .ck-content [style*="12px"]{
	font-size: 12pt !important;
}

.ck-editor .ck-content [style*="14px"]{
	font-size: 14pt !important;
}

.ck-editor .ck-content [style*="16px"]{
	font-size: 16pt !important;
}

.ck-editor .ck-content [style*="18px"]{
	font-size: 18pt !important;
}

.ck-editor .ck-content [style*="21px"]{
	font-size: 21pt !important;
}

.ck-editor .ck-content [style*="24px"]{
	font-size: 24pt !important;
}

/*
/////////////////////////////////////////////
/////////////////////////////////////////////
COLORES
/////////////////////////////////////////////
/////////////////////////////////////////////
*/

.b-cover{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.b-contain{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.b-white{background-color: rgb(255,255,255);}

.t-white{color: rgb(255,255,255);}

.b-black{background-color: rgb(0,0,0);}

.t-black{color: rgb(0,0,0);}

.b-primary{background-color: rgb(0,230,205);}

.t-primary{color: rgb(0,230,205);}

.b-secondary{background-color: rgb(0,100,230);}

.t-secondary{color: rgb(0,100,230);}

.b-fail{background-color: rgb(232,76,83);}

.t-fail{color: rgb(232,76,83);}

.b-warn{background-color: rgb(230,110,0);}

.t-warn{color: rgb(230,110,0);}

.b-complementary{background-color: rgb(75,75,90);}

.t-complementary{color: rgb(75,75,90);}

.b-base{background-color: rgb(180,180,180);}

.t-base{color: rgb(180,180,180);}

.b-soft{background-color: rgb(242,242,242);}

.t-soft{color: rgb(242,242,242);}



/*
/////////////////////////////////////////////
/////////////////////////////////////////////
RETICULA
/////////////////////////////////////////////
/////////////////////////////////////////////
*/


/*
/////////////////////////////////////////////
/////////////////////////////////////////////
FORMILARIOS
/////////////////////////////////////////////
/////////////////////////////////////////////
*/
.icon-wrap{
	position: relative;
}

.icon-wrap input{
	padding-right: 30px;
	position: relative;
	z-index: 1;
}

.icon-wrap i{
	cursor: pointer;
	display: block;
	font-size: 90%;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 50%;
	width: 50px;
	z-index: 2;
}

.icon-wrap textarea + i{
	top: 15px;
}

.icon-wrap textarea{
	max-width: calc(100% - 50px);
}

.form label{
	cursor: pointer;
}

.form .ck.ck-editor{
	margin-bottom: 30px;
	margin-top: 15px;
}

.form input, .form textarea{
	background-color: transparent;
	border: none;
	border-bottom: solid 1px rgb(180,180,180);
	border-radius: 0;
	color: rgb(180,180,180);
	display: block;
	font-size: 1rem;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	margin-top: 5px;
	opacity: 0.5;
	padding-bottom: 5px;
	-webkit-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
	width: 100% !important;
}

.form textarea{
	height: auto;
	line-height: 1.2em;
	max-height: inherit;
	min-height: 2em;
	padding-top: 3px !important;
}

.form .filled input, .form .filled textarea, .form .filled .multiselect{
	color: rgb(75,75,90) !important;
	opacity: 1;
}

.form .filled .multiselect__tag, .form .filled .multiselect__tag-icon::after{
	border-color: rgb(75,75,90) !important;
	color: rgb(75,75,90) !important;
}

.form input:focus, .form textarea:focus{
	border-color: rgb(0,100,230);
	color: rgb(75,75,90);
	opacity: 1;
}

.form .icon-picker{
	color: rgb(180,180,180) !important;
	margin: 5px 0 30px;
}

.form .icon-picker input{
	margin-bottom: 0 !important;
}

.form .multiselect{
	color: rgb(180,180,180) !important;
	font-weight: 300 !important;
	margin: 5px 0 30px;
	opacity: 0.5;
}

.form .multiselect--active{
	color: rgb(75,75,90) !important;
	opacity: 1;
}

.form .multiselect input{
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	height: 30px !important;
}

.form .multiselect:not(.multiselect--active) input{
	padding-right: 40px !important;
}

.form .multiselect:not(.multiselect--active) input.multiselect__input{
	display: none;
}

.form .multiselect__select{
	margin-right: -10px !important;
	height: 40px;
}

.form .multiselect .multiselect__tags{
	border: none !important;
	border-bottom: solid 1px rgb(180,180,180) !important;
	border-radius: 0 !important;
	min-height: 40px !important;
	padding-left: 0 !important;
}

.form .multiselect .multiselect__tag{
	padding: 3px 26px 3px 10px;
}

.form .multiselect--active .multiselect__tags{
	border-color: transparent !important;
}

.form .multiselect .multiselect__content-wrapper{
	border: none !important;
	border-bottom: solid 1px rgb(0,100,230) !important;
	background-color: rgb(250,250,250) !important;
	border-radius: 0 !important;
	/*bottom: inherit !important;
	position: relative !important;
	top: inherit !important;*/
}

.form .multiselect__element{
	margin-bottom: 0 !important;
}

.form .multiselect__option--highlight{
	background: rgb(0,100,230) !important;
}

.form .multiselect__option--selected{
	background: rgb(240,240,240) !important;
	color: rgb(180,180,180) !important;
	font-weight: inherit !important;
	opacity: 0.5;
}

.form .multiselect__tag{
	background: none !important;
	border: solid 1px rgb(180,180,180) !important;
	color: rgb(180,180,180) !important;
}

.form .multiselect__tag-icon::after{
	color: rgb(180,180,180) !important;
}

.form .multiselect__tag-icon:hover{
	background: rgb(240,240,240) !important;
	color: rgb(180,180,180) !important;
}

.form .vue-swatches__trigger{
	border-radius: 4px !important;
	border: solid 3px rgb(255,255,255);
	-webkit-box-shadow: 0 0 10px 0 rgba(220,220,220,0.5);
	-moz-box-shadow: 0 0 10px 0 rgba(220,220,220,0.5);
	box-shadow: 0 0 10px 0 rgba(220,220,220,0.5);
	margin: 5px 0 30px;
	min-width: 42px;
	width: 100% !important;
}

.form.simple input, .form.simple .vue-swatches__trigger{
	margin-bottom: 0;
}

.form .multiselect__single{
	line-height: inherit;
	height: 31px;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 0;
}

.form .multiselect__placeholder{
	font-size: 1rem;
	line-height: 27px;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 0;
	height: 31px;
}

.circle .vue-swatches__trigger{
	border: solid 3px rgb(245,245,245);
	border-radius: 50% !important;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
	height: 25px !important;
	margin: 0 5px;
	width: 25px !important;
}

.form .vue-swatches__container{
	-webkit-box-shadow: 0 0 10px 0 rgba(220,220,220,0.5) !important;
	-moz-box-shadow: 0 0 10px 0 rgba(220,220,220,0.5) !important;
	box-shadow: 0 0 10px 0 rgba(220,220,220,0.5) !important;
	padding-right: 0 !important;
	top: 56px;
}

.form .vue-swatches__wrapper{
	padding-left: 0 !important;
}

.form input[type='checkbox']{
	cursor: pointer;
}

.form textarea{
	padding: 0;
	resize: vertical;
}

.form .btn{
	margin-bottom: 0;
	margin-top: 0;
}

.form ::placeholder{color: rgb(180,180,180); opacity: 1;}

.form ::-webkit-input-placeholder{color: rgb(180,180,180); opacity: 1;}

.form ::-webkit-input-placeholder{color: rgb(180,180,180); opacity: 1;}

.form :-moz-placeholder{color: rgb(180,180,180); opacity: 1;}

.form ::-moz-placeholder{color: rgb(180,180,180); opacity: 1;}

.form :-ms-input-placeholder{color: rgb(180,180,180); opacity: 1;}

.form ::-ms-input-placeholder{color: rgb(180,180,180); opacity: 1;}

/*
/////////////////////////////////////////////
/////////////////////////////////////////////
CONTENIDO
/////////////////////////////////////////////
/////////////////////////////////////////////
*/
.header{
	display: block;
	position: relative;
	width: 100%;
	z-index: 2;
}

#action-menu{
	display: block;
	height: 20px;
	margin: 20px 0;
	position: relative;
	width: 20px;
}

#action-menu span{
	display: block;
	height: 1px;
	margin-top: -1px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transition: transform ease-out .3s;
	-o-transition: transform ease-out .3s;
	transition: transform ease-out .3s;
	width: 18px;
}

#action-menu span:nth-child(1){
	margin-top: -6px;
}

#action-menu span:nth-child(3){
	margin-top: 4px;
}

#action-menu.back{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#action-menu.back span:nth-child(1){
	margin-top: -4px;
	right: -1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 9px;
}

#action-menu.back span:nth-child(3){
	margin-top: 2px;
	right: -1px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 9px;
}

#menu{
	display: block;
	position: fixed;
	height: 100vh;
	left: 0;
	max-width: 350px;
	overflow: auto;
	padding: 30px 20px;
	top: 0;
	width: 85%;
	z-index: 12;
}

#menu ul{
	list-style: none;
	margin: 0;
	max-height: calc(100vh - 130px);
	overflow: auto;
	padding: 0;
}

#menu ul li{
	display: block;
	margin-bottom: 5px;
	width: 100%;
}

#menu ul li a{
	border-left: solid 4px transparent;
	display: inline-block;
	padding: 10px 5px;
	padding-left: 10px;
}

#menu ul li a:hover{
	color: rgb(75,75,90);
}

#menu ul li a.router-link-active{
	border-color: rgb(0,100,230);
	color: rgb(75,75,90);
}

.hover-screen{
	background-color: rgba(75,75,90,0.8);
	cursor: pointer;
	display: block;
	height: 100vh;
	position: fixed;
	right: -20px;
	top: 0;
	width: 100%;
	z-index: 10;
}

#logo-menu{
	display: block;
	height: auto;
	margin-bottom: 50px;
	width: 120px;
}

.screen{
	display: block;
	min-height: 100vh;
	left: 0;
	overflow-x: hidden;
	padding-bottom: 60px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.page{
	padding-top: 20px;
}

.animated{
  -webkit-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.screen.login-screen{
  background-color: rgb(255,255,255);
  padding-top: 65px;
}

.screen.login-screen .form{
	margin: 40px 0 100px;
}

.screen.formActions{
  background-color: rgb(255,255,255);
  margin-top: -65px;
  padding-top: 70px;
}

#logo-login{
	display: block;
	height: auto;
	margin-bottom: 40px;
	width: 120px;
}

.footer{
	margin: 30px 0;
}

.log-out-icon{
	border: solid 1px rgb(75,75,90);
	border-left-color: transparent !important;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	position: relative;
	width: 10px;
}

.log-out-icon span{
	display: block;
	height: 1px;
	left: -8px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	-webkit-transition: left ease-out .3s;
	-o-transition: left ease-out .3s;
	transition: left ease-out .3s;
	width: 6px;
}

.log-out-icon::before, .log-out-icon::after{
	background-color: rgb(75,75,90);
	content: '';
	display: block;
	height: 3px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

.log-out-icon::after{
	margin-top: 9px;
}

.log-out-icon:hover span{
	left: -12px;
}

.log-out-icon span:nth-child(1){
	margin-left: -1px;
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.log-out-icon span:nth-child(2){
	width: 12px;
}

.log-out-icon span:nth-child(3){
	margin-left: -1px;
	margin-top: 1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.short-menu-container{
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 1;
}

.short-menu-container.opened{
	z-index: 2;
}

.short-actions{
	bottom: 20px;
	display: block;
	position: absolute;
	right: 0;
	z-index: 8;
}

.short-actions .hover-screen{
	height: 100vh;
	opacity: 0;
	right: 0;
	-webkit-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
	visibility: hidden;
	width: 100vw;
	z-index: 1;
}

.short-actions.opened .hover-screen{
	opacity: 1;
	visibility: visible;
}

.short-actions.opened{
	z-index: 99;
}

.btn-short-actions{
	border-radius: 60px;
	-webkit-box-shadow: 0 15px 15px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 15px 15px 0 rgba(0,0,0,0.1);
	box-shadow: 0 15px 15px 0 rgba(0,0,0,0.1);
	color: rgb(255,255,255);
	cursor: pointer;
	display: block;
	height: 60px;
	line-height: 60px;
	min-width: 60px;
	text-align: center;
	position: relative;
	padding: 0 20px;
	z-index: 3;
}

.short-menu{
	bottom: 0;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
	display: block;
	position: fixed;
	max-height: 80vh;
	min-height: 100px;
	left: 0;
	overflow-y: auto;
	padding: 30px 0;
	width: 100%;
	z-index: 999;
}

.filter-actions .short-menu{
	max-height: 100vh;
}

.filter-actions .short-menu .grid:first-child{
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}

#filtros-form-container .form{
	overflow: visible;
	padding: 30px 0;
	z-index: 9999;
}

.short-menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.short-menu ul li{
	display: block;
	margin-bottom: 5px;
	width: 100%;
}

.short-menu ul li a{
	display: block;
	padding: 10px 5px;
	padding-left: 10px;
	width: 100%;
}

.short-menu ul li a:hover{
	color: rgb(75,75,90);
}

.box-container{
	border-radius: 8px;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
	margin-bottom: 10px;
	overflow: visible;
}

.slide-resume{
	padding: 50px 10px 10px;
}

.slide-resume p{
	margin: 0.5em 0;
}

.balance .slide-resume{
	padding-bottom: 50px;
}

.slick-dots{
	height: 10px;
	margin: 15px 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.slick-dots li{
	border: solid 2px rgb(180,180,180);
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 8px;
	margin: 0 4px;
	text-indent: -9999px;
	-webkit-transition: transform ease-out .3s;
	-o-transition: transform ease-out .3s;
	transition: transform ease-out .3s;
	white-space: nowrap;
	width: 8px;
}

.slick-dots li.slick-active{
	background-color: rgb(0,230,205);
	border-color: rgb(0,230,205);
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}

.fulled-slider .slick-dots{
	bottom: 65px;
	left: 0;
	position: absolute;
}

.fulled-slider .slick-dots li, .fulled-slider .slick-dots li.slick-active{
	background-color: rgb(255,255,255);
	border-color: rgb(255,255,255);
}

.account-resume{
	cursor: pointer;
	display: block;
	padding: 30px 10px 25px;
	position: relative;
}

.color-account{
	border-radius: 8px;
	color: rgb(255,255,255);
	display: block;
	font-size: 0.5rem;
	left: 5px;
	padding: 2px 6px;
	position: absolute;
	top: 5px;
}

.edit-account{
	position: absolute;
	right: 5px;
	top: 5px;
}

.popup-container{
	background-color: rgb(255,255,255);
	height: 100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.popup-container > .grid{
	padding: 100px 0;
}

.container-product-quote{
	border: solid 1px rgb(180,180,180);
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 20px;
}

.quote-row-draggable{
	margin-bottom: 20px;
	margin-top: 20px;
}

.quote-row-draggable + .row{
	margin-bottom: 20px;
}

.moves-container{
	padding: 18px;
}

.stuffs-container{
	padding: 18px;
}

.box-container.stuffs-container{
	overflow: inherit;
}

.stuffs-container input{
	color: rgb(75,75,95);
	display: inline-block;
	width: 100%;
}

.stuffs-container input.task-monto{
	max-width: 60px;
}

.stuffs-container ::placeholder{color: color: rgb(75,75,95); opacity: 1;}

.stuffs-container ::-webkit-input-placeholder{color: color: rgb(75,75,95); opacity: 1;}

.stuffs-container ::-webkit-input-placeholder{color: color: rgb(75,75,95); opacity: 1;}

.stuffs-container :-moz-placeholder{color: color: rgb(75,75,95); opacity: 1;}

.stuffs-container ::-moz-placeholder{color: color: rgb(75,75,95); opacity: 1;}

.stuffs-container :-ms-input-placeholder{color: color: rgb(75,75,95); opacity: 1;}

.stuffs-container ::-ms-input-placeholder{color: color: rgb(75,75,95); opacity: 1;}

#container-moves-home{
	margin-top: 16px;
}

.list-container{
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-task, .list-timer-task{
	list-style: none;
	margin: 0;
	padding: 10px 0;
	padding-left: 5px !important;
}

.active-drag .list-task, .sortable-chosen .list-task{
	display: none;
}

.list-task li, .list-timer-task li{
	margin-right: -10px;
	padding-bottom: 10px;
	padding-right: -5px;
	padding-top: 10px;
	-webkit-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.list-task li.ready{
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
}

.list-task li.create{
	cursor: pointer;
	opacity: 0.5;
}

.icon-add-task{
	margin-left: 34px;
}

.list-task p, .list-timer-task p{
	margin: 0;
	margin-bottom: 0.25em;
}

.list-container > li{
	border-bottom: solid 1px rgb(242,242,242);
	cursor: pointer;
	padding-bottom: 18px;
	padding-top: 18px;
	-webkit-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.list-container > li:first-child{
	padding-top: 0;
}

.list-container > li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.list-container:not('.list-timer-task') li:hover{
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.8;
}

.icon-list{
	background-color: rgb(242,242,242);
	border-radius: 50%;
	color: rgb(255,255,255);
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	width: 40px;
}

.account-indicator{
	border-radius: 50%;
	display: block;
	height: 6px;
	position: absolute;
	right: -10px;
	top: 2px;
	width: 6px;
}

.list-container p{
	margin: 0;
}

.list-container p > span{
	display: inline-block;
	margin: 0;
	position: relative;
}

.list-container p > span.separador-fechas{
	margin: 0 8px;
}

.tag-list{
	background-color: rgb(75,75,90);
	color: rgb(255,255,255);
	border-radius: 16px;
	display: inline-block;
	font-size: 0.6rem;
	height: 16px;
	line-height: 16px;
	padding: 0 8px;
	margin-right: 0.5em;
}

.handle-container{
	position: relative;
	width: 20px;
	z-index: 2;
}

.handle{
	cursor: move;
	display: block;
	left: 0;
	margin-top: -20px;
	padding: 12px 0;
	position: absolute;
	top: 50%;
	width: 40px;
}

.handle span{
	background-color: rgb(180,180,180);
	display: block;
	height: 1px;
	margin: 4px 0;
	width: 12px;
}

.handle-stuffs, .handle-task{
	width: 30px;
}

.handle-stuffs .handle, .handle-task .handle{
	left: 10px;
	width: 30px;
}

.handle-task .handle{
	margin-top: -10px;
}

.handle-stuffs .handle span{
	background-color: rgb(75,75,90);
}

.handle-task .handle span{
	background-color: transparent;
}

.handle-task .handle span::before, .handle-task .handle span::after{
	background-color: rgb(75,75,90);
	border-radius: 50%;
	content: '';
	display: block;
	float: left;
	height: 3px;
	margin: 0 1px;
	width: 3px;
}

.white-style .t-complementary{
	color: rgb(255,255,255);
}

.white-style .b-complementary, .white-style .log-out-icon::before, .white-style .log-out-icon::after{
	background-color: rgb(255,255,255);
}

.white-style .log-out-icon{
	border-color: rgb(255,255,255);
}

.page.fulled-slider{
	margin-top: -60px;
	padding-top: 0;
}

.fulled-slide-container{
	margin: 0 -36px;
}

.fulled-slide-resume{
	padding: 95px 0 120px;
}

#container-moves-full-slide{
	margin-top: -60px;
}

.month-nav-container{
	margin-bottom: 40px;
}

.month-nav-container .link i{
	display: none;
}

.filter-container{
	border-radius: 8px;
	padding: 10px 25px;
}

.filter-container .col, .filter-container .col-auto{
	padding-bottom: 10px;
	padding-top: 10px;
}

.filter-resume{
	overflow-x: auto;
	white-space: nowrap;
}

.delete-row{
	cursor: pointer;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: right;
	width: 40px;
}

.check-box{
	border: solid 2px rgb(75,75,95);
	border-radius: 4px;
	color: rgb(255,255,255);
	cursor: pointer;
	display: block;
	font-size: 10px;
	height: 20px;
	line-height: 16px;
	text-align: center;
	width: 20px;
}

.check-box.checked{
	background-color: rgb(75,75,95);
}

.task-timers .timer-task{
	margin-top: 15px;
	padding-left: 56px;
}

.task-timers .list-timer-task{
	margin-left: -5px;
}

.task-timers .list-timer-task input{
	color: rgb(75,75,95);
	display: inline-block;
	width: 100%;
}

.task-timers .list-timer-task select{
	margin: 0.5em 0;
	max-width: 80px;
}

.tasks-page .task-timers .timer-task{
	margin-top: 0;
	padding-left: 5px;
}

.tasks-page .task-timers .list-timer-task{
	padding: 0 5px;
}

.tasks-page .task-timers .list-timer-task li{
	border-bottom: solid 1px rgb(242,242,242);
	padding-bottom: 18px;
	padding-top: 18px;
}

.tasks-page .task-timers .list-timer-task li:first-child{
	padding-top: 0;
}

.tasks-page .task-timers .list-timer-task li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.the-timer{
	bottom: 20px;
	position: fixed;
	z-index: 1;
}

.the-timer .btn-short-actions{
	bottom: 0;
	left: -10px;
	position: absolute;
	width: 60px;
}

.the-timer > .grid{
	padding-left: 20px;
	padding-bottom: 30px;
}

.the-timer ul.container{
	margin: 0;
	max-height: calc(100vh - 110px);
	max-width: 480px;
	overflow: hidden;
	overflow-y: auto;
	padding: 0;
}

.hiddenDate, .hiddenDate .vdatetime{
	position: relative;
}

.hiddenDate .vdatetime-input{
	cursor: pointer;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 2;
}

.item-task-timer{
	margin: 0;
	padding: 15px;
}

.item-task-timer:nth-child(2n+1){
	background-color: rgb(250,250,250);
}

.item-task-timer p{
	margin: 0;
	margin-bottom: 0.15em;
}

.item-task-timer input{
	color: rgb(75,75,95);
	display: inline-block;
	width: 100%;
}

.pulse{
	position: relative;
}

.pulse i{
	position: relative;
	z-index: 2;
}

.pulse:before{
	animation-name: show_me;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	background-color: rgba(0,100,230,0.5);
	border-radius: 50%;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

@keyframes show_me{
    0%  {
    	opacity: 0;
    	-webkit-transform: scale(0);
    	-ms-transform: scale(0);
    	-o-transform: scale(0);
    	transform: scale(0);
    }
    75%{
    	opacity: 1;
    }
    100%{
    	opacity: 0;
    	-webkit-transform: scale(1.3);
    	-ms-transform: scale(1.3);
    	-o-transform: scale(1.3);
    	transform: scale(1.3);
    }
}

.tabs{
	list-style: none;
	margin: 0;
	margin-left: -4px;
	padding: 0;
}

.tabs li{
	border: solid 1px rgb(180,180,180);
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
	display: inline-block;
	margin-left: -1px;
	padding: 0.5em 2em;
}

.tabs li.active{
	background-color: rgb(75,75,90);
	border-color: rgb(75,75,90);
}

.padding-block{
	padding: 10px 20px 0;
}

/*
/////////////////////////////////////////////
/////////////////////////////////////////////
SWITCH TOGGLE
/////////////////////////////////////////////
/////////////////////////////////////////////
*/

.container-selector-salto-propuesta{
	margin-top: 20px;
}

.switch-toggle{
	cursor: pointer;
	display: inline-block;
	height: 34px;
	position: relative;
	width: 60px;
}

.switch-toggle input{ 
	height: 0 !important;
	margin: 0 !important;
	opacity: 0 !important;
	width: 0 !important;
}

.switch-toggle span{
	background-color: rgb(180,180,180);
	border-radius: 30px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}

.switch-toggle span:before{
	background-color: rgb(255,255,255);
	border-radius: 50%;
	bottom: 4px;
	content: "";
	height: 26px;
	left: 4px;
	position: absolute;
	transition: .4s;
	width: 26px;
}

.switch-toggle input:checked + span{
	background-color: rgb(0,100,230);
}

.switch-toggle input:checked + span:before{
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/*
/////////////////////////////////////////////
/////////////////////////////////////////////
RESPONSIVE
/////////////////////////////////////////////
/////////////////////////////////////////////
*/

@media screen and (max-width: 767px){
	.grid{
		width: calc(100% - 30px);
	}
	/*ESTILOS TELEFONO*/
	#logo-menu{
		margin-bottom: 30px;
	}
	.t-48-px{
		font-size: 2.25rem;
	}
	.balance .t-48-px{
		font-size: 1.15rem;
	}
	.account-resume{
		padding-bottom: 10px;
	}
	.cuenta-dashboard .t-24-px{
		font-size: 1rem;
	}
	.month-nav-container .link i{
		display: inline-block;
	}
	.month-nav-container .link span{
		display: none;
	}
	.form input, .form textarea, .form .icon-picker, .form .multiselect{
		margin-bottom: 20px;
	}
	#container-moves-full-slide{
		position: relative;
		z-index: 9;
	}
	#filtros-form-container{
		bottom: inherit;
		top: 0;
	}
	#filtros-form-container.opened{
		max-height: 100%;
		overflow-x: auto;
	}
	#filtros-form-container .form{
		min-height: 100vh;
		padding: 90px 0 100px;
	}
	#filtros-form-container .form .grid > .container > .row > .col{
		-webkit-box-flex: 0 !important;
		-webkit-flex: 0 0 calc((100%/12)*12) !important;
		-ms-flex: 0 0 calc((100%/12)*12) !important;
		flex: 0 0 calc((100%/12)*12) !important;
		max-width: calc((100%/12)*12) !important;
	}
	.tabs{
		margin-left: 1px;
	}
	.tabs li{
		border-radius: 0;
	}
}

@media screen and (max-width: 560px){
	/*ESTILOS SMALL*/
	.list-container{
		min-height: 60px;
		position: relative;
	}
	/*.icon-list{
		position: absolute;
	}
	.list-container .col-auto:first-child{
		padding-left: 0;
		margin-bottom: 0;
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	    flex: 0 0 auto;
	    width: auto;
	}
	.list-container .row .row .col{
		margin-bottom: 10px;
		padding-left: 60px;
		-webkit-box-flex: 0 !important;
		-webkit-flex: 0 0 calc((100%/12)*12) !important;
		-ms-flex: 0 0 calc((100%/12)*12) !important;
		flex: 0 0 calc((100%/12)*12) !important;
		max-width: calc((100%/12)*12) !important;
	}*/
	.list-container p > span.separador-fechas{
		display: block;
		height: 0;
		opacity: 0;
		overflow: hidden;
	}
	.list-container .t-right{
		text-align: left;
	}
	.tabs li{
		display: block;
	}
	.formActions .btn{
		margin: 0;
		width: 100%;
	}
	.formActions .form .btn + .btn{
		margin: 1.5em 0;
	}
}

@media screen and (max-width: 360px){
	.list-container p{
		-ms-word-break: break-word;
		word-break: break-word;
	}
}

@media screen and (min-width: 375px) and (max-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape){
	/*ESTILOS IPHONEX HORIZONTAL*/
	#filtros-form-container{
		bottom: inherit;
		top: 0;
	}
	#filtros-form-container.opened{
		max-height: 100%;
		overflow-x: auto;
	}
	#filtros-form-container .form{
		padding: 90px 0 100px;
	}
	#filtros-form-container .form .grid > .container > .row > .col{
		-webkit-box-flex: 0 !important;
		-webkit-flex: 0 0 calc((100%/12)*12) !important;
		-ms-flex: 0 0 calc((100%/12)*12) !important;
		flex: 0 0 calc((100%/12)*12) !important;
		max-width: calc((100%/12)*12) !important;
	}
}

@media screen and (max-width: 767px) and (orientation: landscape){
	/*ESTILOS TELEFONO HORIZONTAL*/
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	/*ESTILOS TABLET*/
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
	/*ESTILOS TABLET VERTICAL*/
	
}

@media screen and (hover: none) and (max-width: 1024px){
	/*ELIMINAR HOVER ITEMS*/
	.list-container:not('.list-timer-task') li:hover{
		-webkit-filter: grayscale(0%);
		-o-filter: grayscale(0%);
		filter: grayscale(0%);
		opacity: 1;
	}
}