/*
//////////////////////////////////////////////////////
------------------------------------------------------
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;
}

/*
/////////////////////////////////////////////
/////////////////////////////////////////////
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;}

/*
/////////////////////////////////////////////
/////////////////////////////////////////////
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;
}

.content-form-versions .icon-wrap i{
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
	width: 30px;
}

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

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

.form label{
	cursor: pointer;
}

.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;
	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;
	margin-top: 0 !important;
}

.form .icon-picker .col-12{
	min-height: 0;
}

.form .icon-selected i{
	line-height: 40px;
}

.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;
	height: 32px;
	line-height: 32px;
	margin-bottom: 0;
	margin: 0;
	display: none;
}

.form .multiselect--active input{
	display: block;
}

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

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

.form .multiselect--active .multiselect__tags{
	border: none !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;
	padding-bottom: 3px !important;
	padding-top: 3px !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{
	width: 100%;
}

.form .vue-swatches__trigger__wrapper{
	width: 100%;
}

.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;
}

.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 .multiselect__placeholder{
	display: block !important;
}

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

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

.sugerencias textarea{
	height: auto !important;
}

.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_busqueda{
	font-size: 1.2rem;
	padding: 20px;
	width: 100%;
}

.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;
}

.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: hidden;
}

.box-container .info-row-container{
	overflow: auto;
	white-space: nowrap;
}

.load-container{
	padding: 10px;
}

.logo-load{
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 180px;
	width: 90%;
}

.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;
}

.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;
}

.timer-task{
	cursor: initial;
}

.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;
}

.move-type{
	border-radius: 50%;
	color: rgb(255,255,255);
	display: block;
	font-size: 9px;
	height: 18px;
	line-height: 18px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 18px;
}

.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;
}

.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, .handle-products, .handle-include, .handle-notes{
	width: 30px;
}

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

.handle-products{
	margin-top: 25px;
}

.handle-products .handle{
	left: 0 !important;
}

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

.handle-stuffs .handle span, .handle-products .handle span, .handle-notes .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{
	margin-bottom: 25px;
	margin-top: -25px;
	padding: 10px 0;
}

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

.filter-resume{
	margin-right: 20px;
	overflow: hidden;
	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, .item-task-timer select{
	margin: 0.5em 0;
	max-width: 85px;
}

.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;
}

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

@media screen and (max-width: 340px){
	/*ESTILOS SMALL*/
	.grid{
		width: calc(100% - 20px);
	}
	.list-container{
		min-height: 60px;
		position: relative;
	}
	.icon-list{
		position: absolute;
	}
	.list-container .col, .list-container .col-auto{
		margin-bottom: 10px;
		padding-left: 50px;
		-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;
	}
	.move-type{
		left: 25px;
		right: inherit;
	}
	.list-container .t-right{
		text-align: left;
	}
	.accounts .list-container .col, .accounts .list-container .col-auto{
		padding-left: 80px;
	}
	.accounts .icon-list{
		left: 25px;
		margin-top: 10px;
	}
	.accounts .handle{
		margin-top: 10px
	}
	.delete-row{
		text-align: left;
	}
	.box-container .info-row-container{
		max-width: 100%;
		overflow: auto;
		white-space: initial;
	}
	.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;
	}
}

@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;
	}
	.cuenta-dashboard p{
		overflow: hidden;
		white-space: nowrap;
	}
	.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;
	}
	.tabs{
		margin-left: 0;
		overflow: auto;
		white-space: nowrap;
		width: 100%;
	}
	#quote-container{
		overflow: auto;
	}
	.content-form-versions .btn{
		margin: 1em 0;
		width: 100%;
	}
	.list-timer-task .icon-list, .item-task-timer .icon-list{
		position: relative;
	}
	.list-timer-task .tag-list{
		margin-left: 0 !important;
		white-space: nowrap;
	}
	.delete-task{
		position: absolute;
		right: -10px;
		top: 0;
	}
	.item-task-timer .t-right{
		text-align: left;
	}
	.item-task-timer .col-auto p span{
		display: block;
		padding: 5px 0;
	}
	.separator-timer{
		display: none !important;
	}
	.item-task-timer > .col-auto:first-child{
		padding-left: 0;
	}
	.item-task-timer > .col{
		-webkit-order: 3;
		-moz-order: 3;
		-ms-order: 3;
		-o-order: 3;
		order: 3;
		padding-left: 50px;
	}
	.item-task-timer > .col-auto:last-child{
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
}

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

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

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

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