/* general */
@font-face{
    font-family: 'Avenir';
    src: url('../fonts/AvenirNext-Regular.woff2');
}
@font-face{
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue-Medium.woff2');
}
@font-face{
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue-Bold.woff2');
    font-weight: bold;
}
@font-face{
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Regular.ttf');
}
@font-face{
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Bold.ttf');
    font-weight: bold;
}
@font-face{
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Black.ttf');
}

html{
	font-family: 'Avenir';
}
h1,h2,h3,h4,h5,h6{
	font-family: 'HelveticaNeue';
}
a{
	color: #211c37;
}
.avenir{
	font-family: 'Avenir'!important;
}
.helvetica{
	font-family: 'HelveticaNeue'!important;
}
h1.underline,h2.underline,h3.underline,h4.underline,h5.underline,h6.underline{
	border-bottom: 2px solid #FF2F4B;
    padding-bottom: 8px;
    display: inline;
}
h1.underline.underline-blue,h2.underline.underline-blue,h3.underline.underline-blue,h4.underline.underline-blue,h5.underline.underline-blue,h6.underline.underline-blue{
	border-bottom: 2px solid #76C2EC!important
}
body{
	background-color: #f5f6fa;
	transition: all .5s !important;
}
/* fin general */

/* backgrounds midelivery */
.md-purple-background{
	background: #211c37;
  background: -moz-linear-gradient(45deg, #211c37 0%, #79267c 100%); 
  background: -webkit-linear-gradient(45deg, #211c37 0%,#79267c 100%); 
  background: linear-gradient(45deg, #211c37 0%,#79267c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#211c37', endColorstr='#79267c',GradientType=1 );
}
/* fin background midelivery */

/*preloader */
#preloader{
	position: fixed;
	top: 0;
	bottom: 0
	left:0;
	right: 0;
	z-index: -1;
	opacity: 0;
	height: 100vh;
	width: 100vw;
	background-color: #ffffff;
	text-align: center;
	transition: opacity .3s ease;
}
#preloader.show{
	opacity: 1;
	z-index: 99999;
}
#preloader .col{
	display: flex!important;
	flex-direction: column!important;
	width: 100%!important;
}
#preloader img{
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 35px);
}
#preloader span{
	margin-top: 75%;
}
#preloader .loader {
	position: absolute;
	top: calc(50% - 45px);
	left: calc(50% - 45px);
	color: #27233a;
	font-size: 90px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	5%,
	95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	10%,
	59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}
	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}
	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}
	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}
@keyframes load6 {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	5%,
	95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	10%,
	59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}
	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}
	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}
	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}
@-webkit-keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*fin preloadoer */
/* color input */

input:not([type]):focus:not([readonly])+label, input[type=text]:not(.browser-default):focus:not([readonly])+label, input[type=password]:not(.browser-default):focus:not([readonly])+label, input[type=email]:not(.browser-default):focus:not([readonly])+label, input[type=url]:not(.browser-default):focus:not([readonly])+label, input[type=time]:not(.browser-default):focus:not([readonly])+label, input[type=date]:not(.browser-default):focus:not([readonly])+label, input[type=datetime]:not(.browser-default):focus:not([readonly])+label, input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label, input[type=tel]:not(.browser-default):focus:not([readonly])+label, input[type=number]:not(.browser-default):focus:not([readonly])+label, input[type=search]:not(.browser-default):focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label{
	color: #5B348A;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]){
	border-bottom: 1px solid #5B348A!important;
	box-shadow: 0 1px 0 0 #5B348A!important;
}
.switch[data-color=red] label input[type=checkbox]:checked+.lever {
	background-color: #ff9988!important;
}
.switch[data-color=red] label .lever:before{
	background-color: rgba(255, 38, 104, .15)!important;
}
.switch[data-color=red] label input[type=checkbox]:checked+.lever:after {
    background-color: #ff4940!important;
}
.switch[data-color=purple] label input[type=checkbox]:checked+.lever {
	background-color: #cdc5ef!important;
}
.switch[data-color=purple] label .lever:before{
	background-color: rgba(33, 28, 55, .15)!important;
}
.switch[data-color=purple] label input[type=checkbox]:checked+.lever:after {
    background-color: #211c37!important;
}
/* fin inputs */
/* select and dropdown */
.dropdown-content li>span{
	color: #27233a!important;
}
.select-wrapper.select-action > input.select-dropdown.dropdown-trigger{
	border: 1px solid #7F838D!important;
  	border-radius: 10px!important;
  	padding: 0px 0px 0px 12px!important;
  	margin-bottom: 0px;
}
/*fin select and dropdown */
/* custom modals */
.modal-container{
	border-radius: 9px;
}
.modal.wide{
	min-width: 85%!important;
    overflow-x: hidden;
    max-height: 85%!important;
}
.modal.small{
	max-width: 35%!important;
}
.modal.search{
	border-radius: 12px;
}
.modal.search > .modal-content {
	padding: 4px;
	border-radius: 12px;
}
.modal.search > .modal-content .search-wrapper{
	padding: 4px 0px;
}
.modal.search > .modal-content .search-wrapper i{
	position: absolute;
    padding: 6px 6px;
    font-size: 33px;
    color: #211C37;
}
.modal.search > .modal-content .search-wrapper input[type="search"]{
	border-bottom:none!important;
	box-shadow: none!important;
	margin-left: 48px;
	width: calc(100% - 96px);
	margin-bottom: 0px;
	position: relative;
	font-size: 20px;
	line-height: 20px;
}
.modal.search > .modal-content .search-wrapper input[type="search"]::placeholder{
	color: #999;
	font-weight: 100;
}
.modal.search > .modal-content .search-wrapper input[type="search"]:placeholder{
	color: #999;
	font-weight: 100;
}
.modal.search > .modal-content .search-wrapper input[type="search"]:-ms-input-placeholder{
	color: #999;
	font-weight: 100;
}
.modal.search > .modal-content .search-wrapper input[type="search"]::-ms-input-placeholder{
	color: #999;
	font-weight: 100;
}
span.modal-close{
    position: absolute;
    right: 0;
    margin-right: 12px;
    font-size: 32px;
    color: #999;
    transition: color .3s ease;
}
span.modal-close:hover{
	color: #000;
}
/* fin custom modals */
/* radio buttons */
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after{
	background-color: #27233a!important;
}
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after{
	border-color: #27233a!important;
}
[type="checkbox"]:checked+span:not(.lever):before{
	border-right:2px solid #27233a!important;
	border-bottom:2px solid #27233a!important;
}
[type="checkbox"].filled-in:checked+span:not(.lever):after{
	border:2px solid #27233a!important;
	background-color: #27233a!important;
}
[type="checkbox"]:indeterminate+span:not(.lever):before{
	border-right:2px solid #27233a!important;
}
/* fin radio buttons */

/* auth-card */
.auth-card{
	width: 75%;
	margin: auto;
}
@media only screen and (max-width: 600px){
	.auth-card{
		width:90%;
	}
}
/* fin auth-card */

/* card conf */
.card {
   	border: 1px solid #cecece;
   	overflow: hidden;
   	border-radius: 10px;
    -webkit-box-shadow: 0px 6px 25px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 25px -12px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 25px -12px rgba(0,0,0,0.75);
}
.md.conf-card h5{
	font-size: 1.25rem!important;
}
.md.conf-card .section small{
	text-transform: uppercase;
    color: #777;
    width: 100%;
    display: block;
    padding: 4px 0px;
    border-bottom: 1px solid #cecece;
    margin: 8px 0px 0px 0px;
}
.md.conf-card .section .section-body .configuration{
	display: flex
}
.md.conf-card .section .section-body .configuration .configuration-name{
	height: 42px;
    line-height: 42px;
    width: 50%;
    display: flex;
}
.md.conf-card .section .section-body .configuration .no-input{
    width: 100%;
}
.md.conf-card .section .section-body .configuration .configuration-name i{
	height: 42px;
    width: 42px;
    text-align: center;
    line-height: 42px;
    margin-right: 12px;
}
.md.conf-card .section .section-body .configuration .configuration-name span{
	line-height: 42px;
    height: 42px;
    display: inline-block;
    width: calc(100% - 48px);
    border-bottom: 1px solid #cecece;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.md.conf-card .section .section-body .configuration .configuration-options{
	width: 50%;
    text-align: left;
    height: 42px!important;
    border-bottom: 1px solid #cecece;
}
.md.conf-card .input-field{
	margin-bottom: 0px!important;
	margin-top: 0px!important;
}
.md.conf-card .input-field > input{
	border-bottom: none!important;
	box-shadow:none!important;
	-webkit-box-shadow:none!important;
	height: 38px!important;
}
.md.conf-card span.country-code{
	margin-top: 9px!important;
}
.md.conf-card .section .section-body .configuration .configuration-options .select-wrapper>input.select-dropdown{
    border-bottom: none;
    height: 42px;
    margin-bottom: 0px;
}
.md.conf-card .section .section-body .configuration .configuration-options .switch{
	height: 42px
}
.md.conf-card .section .section-body .configuration .configuration-options .switch label{
	font-size: 1.4rem!important;
}
@media only screen and (max-width: 600px){
	.md.conf-card .section .section-body .configuration .configuration-name{
		width: 65%;
	}
	.md.conf-card .section .section-body .configuration .configuration-options{
		width: 35%;
	}
}
/*fin card conf */
/* md.card.with-structure */
.md.card.with-structure{
	padding: 0px!important;
}
.md.card.with-structure > .card-header , .md.card.with-structure > .card-body, .md.card.with-structure > .card-footer{
	padding: 2.5%;
}
/*fin md.card.with-structure */

/* dropdowns */
.dropdown-content {
	border-radius: 6px!important;
}
.dropdown-content li a{
	color: #27233a!important;
}
.dropdown-content {
	scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0);
	scrollbar-width: thin;
	max-height: 250px !important;
  }
  .dropdown-content::-webkit-scrollbar {
	-webkit-appearance: none;
  }
  .dropdown-content::-webkit-scrollbar-button:increment,
  .dropdown-content::-webkit-scrollbar-button {
	display: none;
  }
  .dropdown-content::-webkit-scrollbar-thumb {
	background-color: #7979794d;
	border-radius: 20px;
	border: 6px solid white;
  }
.autocomplete-content li img{
	opacity: 0;
	visibility: hidden;
	z-index: -999;
	display: none;
}
/* fin drodowns */

/* paginaciones */
.text-center ul.paginate-links li{
	display: inline-block;
	background-color: rgba(0,0,0,0);
	margin:0 6px;
	cursor: pointer;
	height: 24px;
	width: 24px;
	line-height: 24px;
	border-radius: 4px;
	text-align: center;
	transition: background-color .3s ease;
}
.text-center ul.paginate-links li:hover{
	background-color: rgba(0,0,0,0.25);
}
.text-center ul.paginate-links li>a{
	display: block;
	height: 24px;
	width: 24px;
	color:#5b348a;
	font-weight: bold;
	transition: color .3s ease;
}
.text-center ul.paginate-links li.active{
	background-color:#5b348a;
}
.text-center ul.paginate-links li.active:hover{
	background-color:#5b348a;
}
.text-center ul.paginate-links li.active>a{
	color: white;
}
/* fin paginaciones */

/* estilos tabs */
.tabs .indicator{
	background-color: #FF2F4B!important;
	height: 3px!important;
}
/* fin estilos tabs */

/* estilos botones */
.btn, .btn:focus, .btn-disabled{
	background-color: #5B348A;
	border-radius: 5px;
	color: #ffffff;
	text-transform: capitalize;
}
.btn:hover{
	background-color: #5B348A;
}
.btn.disabled{
	opacity: 0.6 !important;
}
.btn-secondary, .btn-secondary:focus, .btn-secondary.disabled{
	color:#5B348A!important;
	border:1px solid #5B348A!important;
	background-color: transparent!important;
	box-shadow: unset!important;
	border-color: #5B348A!important;
}
.btn-success, .btn-success:hover, .btn-success:focus, .btn-success.disabled{
	background-color: #33DDA2!important;
	color: white!important;
}
.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger.disabled{
	background-color: #DD4033!important;
	color: white!important;
}
.btn-transparent, .btn-transparent:focus, .btn-transparent.disabled{
	background: rgba(255,255,255,0.3)!important;
	transition: all .3s ease;
}
.btn-transparent.active{
	background: rgba(255,255,255,1)!important;
	color: #27233a!important;
}
.btn-transparent:hover{
	background: rgba(255,255,255,0.6)!important;
	color: #666!important;
}

/* fin estilos botones */

/* estructura general panel admin */
nav .container{
	width: 95%!important;
}
nav .brand-logo > img{
	max-height: 30px;
	margin-top: 7px;
}
nav ul li{
	margin-left: 12px;
	line-height: 60px;
}
nav ul.dropdown-content li{
	margin-left: 0px!important;
}
.modal-overlay{
	transition: all .35s ease;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter:blur(5px);
}
nav li.user button{
	background: transparent;
	min-height: 48px;
	color: #ffffff;
	line-height: 48px;
	border: unset;
	transition: background .3s ease;
	border-radius: 6px;
	margin-right: 12px;
}
nav li.user button .img-perfil{
	border-radius: 6px;
	margin-right: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 42px;
	width: 42px;
	background-size: cover;
	background-repeat: no-repeat;
    background-position: 50% 50%;
}
nav li.user button i{
	line-height: 48px;
	height: 48px;
}
nav button.btn.toggle{
	height: 48px;
    width: 48px;
    padding: 0px;
    text-align: center;
    background: transparent!important;
    line-height: 1;
    box-shadow: none;
}
nav button.btn.toggle i{
	height: 48px;
	line-height: 48px;
	color: inherit;
}
#app  #app-wrapper{
	width: 100%!important;
}
.sidenav#main-sidenav{
	width: 250px;
	transition: width .3s ease;
	z-index: 1;
}
.sidenav.md-dark-purple#main-sidenav{
	background-color: #27233A!important
}
.sidenav#main-sidenav li.sitio{
	display: flex;
	height: 76px;
	margin-top: -6px;
	line-height: 76px;
	background-color: rgba(255,255,255,0.1)!important;
}
.sidenav#main-sidenav li.sitio div.img-container{
	border-radius: 50%;
	height: 50px;
    width: 50px;
	border: 1px solid #fa2c4d;
	margin: 16px auto;
}
.sidenav#main-sidenav li.sitio img{
	border-radius: 50px;
	height: 40px;
	width: 40px;
	margin: 4px;
}
.sidenav#main-sidenav li.sitio a{
	display: flex;
    flex-direction: row;
	height: 76px;
	line-height: 76px;
	background-color: unset!important;
}
.sidenav#main-sidenav li.sitio a span.link-text{
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sidenav#main-sidenav li > a{
	height: 48px;
	line-height: 48px;
	color: #ffffff;
	transition: all .3s ease;
}
.sidenav#main-sidenav li:not(.sitio) .link-text{
	margin-left: 12px;
}
.sidenav#main-sidenav li.sitio .link-text{
	margin: 2px 12px;
}
.sidenav#main-sidenav li:not(.active):hover{
	background-color: rgba(255,255,255,0);
}
.sidenav#main-sidenav li > a > i.md-icon{
	position: relative;
	height: 48px;
	font-size: 30px;
	line-height: 48px;
	color: inherit!important;
	margin: 0 auto!important;
}
.sidenav#main-sidenav li.active > a > i.md-icon{
	left: -5px;
}
.sidenav#main-sidenav li.active{
	padding: 6px 0px;
	background-color: #211C37;
}
.sidenav#main-sidenav span.badge{
	background-color: rgba(255,255,255,0.15);
	border-radius: 3px;
	padding: 0px 6px;
	color: #27233a!important;
	min-width: 1.5rem;
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	transition: all .3s ease;
}
.sidenav#main-sidenav.slim{
	width: 72px;
}
.sidenav#main-sidenav.slim span.link-text{
	display: none;
}
.sidenav#main-sidenav.slim li > a {
	text-align: center;
	display: flex;
	margin: 0 auto!important;
	padding: 0px !important;
}
.sidenav#main-sidenav li.active > a{
	border-left: 5px solid #ffffff;
}
.sidenav#main-sidenav.slim span.badge{
	position: absolute;
	left: 23px;
	background-color: rgba(255,255,255,0.4);
	margin-top: 2px;
	border-radius: 50%;
}
.sidenav , main{
	height: calc(100% - 64px);
	margin-top: 64px;
}
.md-dark-purple{
	background-color: #211C37!important;
}
nav.navbar-fixed{
	position: fixed;
	top: 0;
}
main{
	display:flex;
	flex-direction: row;
	overflow-x: hidden;
	transition: margin .3s ease;
}
ul.secondary-sidenav{
    position: fixed;
    height: 100%;
    width: 64px;
    /*background-color: #5b348a;*/
    background-color: #5C5290;
    margin:0;
    display: flex;
    flex-direction: column;
}
ul.secondary-sidenav div.separator{
	padding: 0px;
	height: 1px;
	background-color: rgba(124, 124, 124, 0.67);
	margin: 2px 16px;
}
ul.secondary-sidenav > li{
	height: 64px;
	width: 64px;
	padding: 11px;
}
ul.secondary-sidenav > li.bottom{
	position: absolute;
	bottom: 64px;
}
ul.secondary-sidenav > li > a, ul.secondary-sidenav > li > button{
	display: block;
	border-radius: 6px;
	background-color: rgba(255,255,255,0.1);
	color:rgba(255,255,255,0.2);
	height: 42px;
	width: 42px;
	min-height: 42px;
	min-width: 42px;
	border:none;
	transition: all .3s ease;
}
ul.secondary-sidenav > li > a{
	text-align: center;
	padding: 5px;
}
ul.secondary-sidenav > li:hover > a, ul.secondary-sidenav > li:hover > button{
	background-color: rgba(255,255,255,0.2);
	color:rgba(255,255,255,0.6);
}
ul.secondary-sidenav > li.active > a, ul.secondary-sidenav > li.active > button{
	background-color: rgba(0,0,0,0.25);
	color:white;
}
main section.content.navbar-full{
	margin-left: 250px;
}
main section.content.navbar-slim{
	margin-left: 72px;
}
main section.content.inspector-visible{
	margin-right: 300px;
}
main section.content{
	transition: all .3s ease;
}
main section.content > .row{
	margin-left: 64px;
	padding: 0 24px;
}
main section.content.without-secondary-nav > .row{
	margin: 0px;
	padding: 0 24px
}
main aside#inspector{
	z-index: 100;
	background-color: transparent;
	transition: all .3s ease;
	padding-bottom: 0px!important;
	right: 0!important;
	left: auto!important;
	overflow-y: hidden;
}
main aside#inspector > .container{
	width: 85%!important;
}
main aside#inspector .card{
    overflow-y: scroll;
    height: calc(100vh - 63px);
    margin: 0 ;
    border-radius: unset;
    border: none;

    /* border-left: 1px solid #CED0D7; */
}
main aside#inspector .card.with-bottom-nav{
    height: calc(100vh - 110px);
}
@media only screen and (max-width: 768px){
	main aside#inspector .card.with-bottom-nav{
		height: calc(100vh - 44px);
	}
}
main aside#inspector .card::-webkit-scrollbar {
	width: 3px;
}
main aside#inspector .card::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
main aside#inspector .card::-webkit-scrollbar-thumb {
	background: #888; 
}
main aside#inspector .card::-webkit-scrollbar-thumb:hover {
	background: #555; 
}
@media only screen and (max-width: 992px){
	.sidenav#main-sidenav{
		z-index: 999;
	}
	main section.content{
		margin-left: 0px!important;
	}
	main aside#inspector{
		z-index: 999;
	}
	main aside#inspector .card{
		height: 100vh;
	}
	.sidenav{
		height: 100%;
		margin-top: 0px;
	}
	main{
		margin-top: 64px;
	}
	.sidenav#main-sidenav.slim{
		width: 250px;
	}
	.sidenav#main-sidenav.slim span.link-text{
		display: block;
	}
	.sidenav#main-sidenav.slim span.badge{
		position: static;
		margin-top: 12px;
		border-radius: 3px;
	}
	.sidenav#main-sidenav li > a > i.md-icon{
		margin: 0 12px 0 24px!important;
	}
}
@media only screen and (max-width: 600px){

    nav .brand-logo > img{
        margin-top: 8px;
    }
    nav ul li:not(.divider){
        margin-left: 8px;
        line-height: 48px;
        height: 48px!important;
        max-height: 48px!important;
        margin-top: 2px;
    }
    nav li.user button {
        height: 48px;
        margin-right: 6px;
    }
    .sidenav#inspector{
        z-index: 999;
        background-color: white;
    }
    main{
        margin-top: 56px;
    }
    ul.secondary-sidenav{
        width: 48px;
    }
    ul.secondary-sidenav > li{
        height: 48px;
        width: 48px;
        padding: 7px;
    }
    ul.secondary-sidenav > li > a, ul.secondary-sidenav > li > button {
        height: 36px;
        width: 36px;
        min-height: 36px;
        min-width: 36px;
    }
    ul.secondary-sidenav > li > a > i.md-icon, ul.secondary-sidenav > li > button > i.md-icon {
        font-size: 24px!important;
    }
    main section.content > .row {
        margin-left: 48px;
    }

}
/* fin estructura panel de admin */

/* button groups */
.button-group{
	display: flex;
}
.button-group > button{
	margin:0px!important;
	padding: 0px 12px!important;
	width: 48px!important;
	border-radius: 0px;
	border-right: none!important;
}
.button-group > button:first-child{
	border-top-left-radius: 5px!important;
	border-bottom-left-radius: 5px!important
}
.button-group > button:last-child{
	border-top-right-radius: 5px!important;
	border-bottom-right-radius: 5px!important;
	border-right:1px solid!important;
}
/* fin button groups */

/* datepicker */
.datepicker-date-display {
	background-color: #5b348a;
}
.datepicker-table td.is-selected {
	background-color: #5b348a;
}
.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
    color: #5b348a;
}
/* fin datepicker */

/* input money */
span.money-sign{
    position: absolute;
    margin-top: 12px;
    opacity: .75;
}
input.input-money{
    padding-left: 15px !important;
    width: calc(100% - 15px) !important;
    text-transform: capitalize;
}
label.input-money.active{
    -webkit-transform: translateX(-40px) translateY(-14px) scale(0.8);
    transform: translateX(-40px)  translateY(-14px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
/* modals midelivery */
.md-modal {
    border-radius: 9px;
    height: 80% !important;
}
@media only screen and (max-width: 600px){
    .md-modal{
        width: 95%;
        top: 2.5% !important;
        max-height: 95%;
        min-height: 95%;
    }
}

.md-modal .modal-header {
    height: 55px;
    background-color: #7570D3;
    display: flex;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
}
.md-modal .title {
    align-self: center;
    font-size: 1.3rem;
}
.md-modal > .modal-footer {
    display: flex;
    justify-content: flex-end;
    z-index: 100;
    background-color: #F6F6F6;
    height: 70px;
    padding: 0 14px;
}
.md-modal > .modal-footer .btn{
    align-self: center;
}
.md-modal > .modal-header span {
    color: #FFFFFF;
}
.md-modal .btn-white {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    box-shadow: none !important;
}
.md-modal .btn {
    font-size: 1rem !important;
    background-color: #7570D3;
}
.md-modal .btn:hover {
    background-color: #6C67C1;
}


/* modal de vue no materialize */
.modal-container{
    border-radius:  0.5625rem!important;
}
.modal-container > .modal-header{
    border-top-right-radius: 0.5625rem!important;
    border-top-left-radius: 0.5625rem!important;
}
.modal-container > .modal-header{
    height: 3.6666667rem;
}
.modal-container > .modal-header h5{
    line-height: 2.6666667rem;
    font-size: 1.3rem;
}
.modal-container > .modal-header .modal-close{
    cursor: pointer;
}
.modal-container > .modal-header, .modal-container  > .modal-footer{
    padding: 0.5rem 1.5rem;
}
.modal-container  > .modal-footer{
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}
.modal-container > .modal-content{
    padding: 1.5rem;
    max-height: 70vh;
    width: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 600px){
    .md-modal{
        width: 95%;
        top: 2.5% !important;
        max-height: 95%;
        min-height: 95%;
    }
    .modal-container > .modal-content{
        padding: 1.5rem;
        max-height: 80vh;
        overflow-y: scroll;
    }
}
/* inputs midelivery */
/* Nota:
    Pensado para el uso en conjunto con browser-default de materialize
*/

.md-input *:not(i){
    font-family: 'Avenir';
}

.md-input input,
.md-input select,
.md-input textarea {
    height: 33px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ABB1BE !important;
    padding-left: 12px;
}
.md-input textarea{
    height: 57px;
    background-color: white;
    padding-top: 5px;
}
.md-input input.invalid,
.md-input select.invalid,
.md-input textarea.invalid  {
    border: 1px solid red !important;
    resize: none;
}
.md-input label[for]{
    transform: translateY(-22px) scale(0.8) !important;
    text-transform: uppercase;
    left: .75rem !important;
    color: rgba(27, 37, 62, .6) !important;
    font-weight: bold;
}
.md-input .time-pre-text{
    position: absolute;
    top: 6px;
    left: 20px;
    color: rgba(27, 37, 62, .5);
    user-select: none;
}
.md-input .time-post-text{
    position: absolute;
    top: 6px;
    left: 70px;
    color: black;
    user-select: none;
}
.md-input input[type="time"].pre-text{
    padding-left: 60px;
    user-select: none;
}
.md-input .price-placeholder{
    position: absolute;
    top: 6px;
    left: 20px;
}
.md-input .price{
    padding-left: 20px;
}
.md-input [type="checkbox"] +span:not(.lever){
    padding-left: 25px;
}
.md-input [type="checkbox"] +span:not(.lever):after{
    background-color: #FFFFFF!important;
    border: 2px solid #B9B9B9!important;
    border-radius: 5px;
}
.md-input [type="checkbox"]:checked+span:not(.lever):before{
    border-right:2px solid #FFFFFF!important;
    border-bottom:2px solid #FFFFFF!important;
}
.md-input [type="checkbox"]:checked+span:not(.lever):after{
    background-color: #8A86D8!important;
    border: 2px solid #8A86D8!important;
    border-radius: 5px;
}
.md-input .md-checkbox span{
    font-size: .8rem;
}
.md-input .checkbox-wrapper{
    height: 33px;
    background-color: white;
    border: 1px solid #ABB1BE !important;
    border-radius: 3px;
    padding-left: 5px;
    padding-top: 3px;
}
.md-input .checkbox-wrapper label{
    color: black;
}

.md-input .autocomplete-icon{
    position: absolute;
    top: 5px;
    left: 20px;
    color: #8D929E;
}
.md-input .autocomplete{
    padding-left: 35px;
}
.input-field .helper-text::after {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-error);
    color: red;
}
/* Corregir inputs en ios */
@media only screen and (max-width: 600px){
    .md-input textarea,
    .md-input input.text,
    .md-input input[type="text"],
    .md-input input[type="button"],
    .md-input input[type="submit"],
    .md-input .input-checkbox {
        -webkit-appearance: none;
    }
}
/* fin inputs midelivery */
/* Inicio simple inputs */
/* Pensados para casos de uso más simples,
 * No contempla spans con mensajes de error
 * Si se está usando materialize se debe usar browser-default
 * Se le debe definir un alto y ancho a elección
 */

.md-simple-input{
    background: none;
    color: white;

    border-radius: 3px;
    border: 1px solid;
    border-color: rgba(255,255,255,.4);

    text-align: center;

    transition: .3s all;
}
.md-simple-input:focus{
    border-color: rgba(255,255,255,1);
    outline: 0 none;
}

.md-simple-input::-webkit-inner-spin-button,
.md-simple-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Fin simple inputs */

/* focus para el componente md-input de midelivery-ui*/
.md-input input:focus{
    outline: 1px solid #7570D3!important;
}
/* 
	Nuevos colores Midelivery
	Son clases para aplicar colores a componentes de manera fácil,rápida y comoda... como Midelivery xD
*/
.bg-purple-lighten-3{
	background-color:#ACA9E4!important;
}
.color-purple-lighten-3{
	color:#ACA9E4!important;
}
.hover-color-purple-lighten-3:hover{
	color:#ACA9E4!important;
}
.border-purple-lighten-3{
	border-color:#ACA9E4!important;
}

.bg-purple-lighten-2{
	background-color:#9F9BE0!important;
}
.color-purple-lighten-2{
	color:#9F9BE0!important;
}
.hover-color-purple-lighten-2:hover{
	color:#9F9BE0!important;
}
.border-purple-lighten-2{
	border-color:#9F9BE0!important;
}
.bg-purple-lighten-1{
	background-color:#7570D3!important;
}
.color-purple-lighten-1{
	color:#7570D3!important;
}
.hover-color-purple-lighten-1:hover{
	color:#7570D3!important;
}
.border-purple-lighten-1{
	border-color:#7570D3!important;
}
.bg-purple{
	background-color: #5C5290!important;
}
.color-purple{
	color: #5C5290!important;
}
.hover-color-purple:hover{
	color: #5C5290!important;
}
.border-purple{
	border-color:#5C5290!important;
}
.bg-purple-darker-1{
	background-color: #4D4F6B!important;
}
.color-purple-darker-1{
	color: #4D4F6B!important;
}
.hover-color-purple-darker-1:hover{
	color: #4D4F6B!important;
}
.border-purple-darker-1{
	border-color:#4D4F6B!important;
}
.bg-purple-darker-2{
	background-color: #3B4151!important;
}
.color-purple-darker-2{
	color: #3B4151!important;
}
.hover-color-purple-darker-2:hover{
	color: #3B4151!important;
}
.border-purple-darker-2{
	border-color:#3B4151!important;
}

.bg-deep-purple{
	background-color: #211C37!important;
}
.color-deep-purple{
	color: #211C37!important;
}
.hover-color-deep-purple:hover{
	color: #211C37!important;
}
.border-deep-purple{
	border-color:#211C37!important;
}

.bg-gray-lighten-2{
	background-color: #F7F7F7;
}
.color-gray-lighten-2{
	color: #F7F7F7!important;
}
.hover-color-gray-lighten-2:hover{
	color: #F7F7F7!important;
}
.border-gray-lighten-2{
	border-color: #F7F7F7!important;
}
.bg-gray-lighten-1{
	background-color: #E8EAED!important;
}
.color-gray-lighten-1{
	color: #E8EAED!important;
}
.hover-color-gray-lighten-1:hover{
	color: #E8EAED!important;
}
.border-gray-lighten-1{
	border-color: #E8EAED!important;
}

.bg-gray{
	background-color: #DDDDDD!important;
}
.color-gray{
	color: #DDDDDD!important;
}
.hover-color-gray:hover{
	color: #DDDDDD!important;
}
.border-gray{
	border-color: #DDDDDD!important;
}
.bg-gray-darker-1{
	background-color: #E6E6E6!important;
}
.color-gray-darker-1{
	color: #E6E6E6!important;
}
.hover-gray-color-darker-1:hover{
	color: #E6E6E6!important;
}
.border-gray-darker-1{
	border-color: #E6E6E6!important;
}
.bg-gray-darker-2{
	background-color: #ABB1BE!important;
}
.color-gray-darker-2{
	color: #ABB1BE!important;
}
.hover-color-gray-darker-2:hover{
	color: #ABB1BE!important;
}
.border-gray-darker-2{
	border-color: #ABB1BE!important;
}
.bg-gray-darker-3{
	background-color:#898989!important;
}
.color-gray-darker-3{
	color: #898989!important; 
}
.hover-color-gray-darker-3:hover{
	color: #898989!important; 
}
.border-gray-darker-3{
	border-color: #898989!important;
}
.bg-gray-darker-4{
	background-color: #7B7B7B!important;
}
.color-gray-darker-4{
	color: #7B7B7B!important;
}
.hover-color-gray-darker-4:hover{
	color: #7B7B7B!important;
}
.border-gray-darker-4{
	border-color: #7B7B7B!important;
}

.bg-white{
	background-color: #FFFFFF!important;
}
.color-white{
	color: #FFFFFF!important;
}
.hover-color-white:hover{
	color: #FFFFFF!important;
}
.border-white{
	border-color: #FFFFFF!important;
}
.bg-black{
	background-color: #000000!important;
}
.color-black{
	color: #000000!important;
}
.hover-color-black:hover{
	color: #000000!important;
}
.border-black{
	border-color: #000000!important;
}

.bg-transparent{
	background:transparent!important;
}

.bg-red{
	background-color: #e53935!important;
}
.color-red{
	color:#e53935!important;
}
.hover-color-red:hover{
	color:#e53935!important;
}
.border-red{
	border-color: #e53935!important;
}

.bg-green{
	background-color: #66bb6a !important;
}
.color-green{
	color:#66bb6a !important;
}
.hover-color-green:hover{
	color:#66bb6a !important;
}
.border-green{
	border-color: #66bb6a !important;
}
/* Boton Morado sin sombra ni borde */
.md-button{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  height: 36px;
  padding: 0 16px;
  border: none;
  background-color: #7866C9;
  color: white;
  position: relative;
  transition: all .5s;
  overflow: hidden;
}

.md-button[disabled]{
  color: #9F9F9F ;
  background-color: #DFDFDF;
  pointer-events: none;
  cursor: default;
}

.md-button:after{
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s;
}
.md-button:hover:after{
  background-color: black;
  opacity: .1;
}

/* Boton Blanco sin sombra con borde gris */
.md-button.white-button{
  background-color: white;
  color: #666972;
  border: 1px solid #BBBFC7;
}

/* Botón semi opaco, usar con una clase .hover-XXX.. y un fondo oscuro */
.md-button.dashed{
  background-color: transparent;
  text-align: left;
  border:2px dashed white;
  opacity: .4;
  transition: all .3s ease;
}
.md-button.dashed:hover{
  background-color: #fff;
  border-style: solid;
  opacity: 1;
}
/*Botón circular pequeño*/
.md-button.circle{
  height: 24px!important;
  width: 24px!important;
  text-align: center;
  border-radius: 12px!important;
  border:1px solid;
  padding: 0;
}

/* boton cargando... */
.btn-loading{
  color: transparent!important;
  position: relative!important;
  pointer-events: none!important;
  opacity: .75!important;
}
.btn-loading > * {
  opacity: 0!important;
}
.btn-loading:before{
  content: '';
  position: absolute;
  left: calc(50% - 12px);
  top: 8px;
  height: 24px;
  width: 24px;
  border-top:2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  animation: rotating 1.5s linear infinite;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}
@-moz-keyframes rotating {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}
ul.md-tabs{
	position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 48px;
    width: 100%;
    background-color: transparent;
    margin: 0 auto;
    white-space: nowrap;
}
ul.md-tabs > li.tab{
    text-align: center;
    height: 42px;
    line-height: 42px;
    padding: 0;
    margin: 3px .25rem;
    min-width: calc(20% - .5rem);
    flex:1;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
ul.md-tabs > li.tab > button{
    display: block;
    background-color: transparent;
    border:none;
    outline: none;
    width: 100%;
    height: 100%;
    font-size: .9rem;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
ul.md-tabs > li.tab > button.disabled{
	opacity: .3!important;
	cursor: not-allowed!important;
}
/* fix labels en input */
.input-field.col label:not(.md-checkbox) {
    left: 0rem;
    pointer-events: none;
}
.input-field > input, .input-field > textarea {
	z-index: 2;
}
.input-field > label, .input-field > span.helper-text{
	z-index: 1;
	pointer-events: none;
}
.sidenav {
	padding-bottom: 0 !important;
}
/* fin fix labels */
/* aumento altura modals */
.modal{
	max-height: 80% !important;
}
/* fin aumento altura modals */
.titanic{
	float: none;
}
/* helpers para paddings, margenes, etc */
.no-padding{
	padding: 0px!important;
}
.no-margin{
	margin: 0px!important;
}
.no-shadow, .sun{
	box-shadow: unset!important;
	-webkit-box-shadow:unset!important;
}
.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.clear-r{
	clear: right;
}
.clear-l{
	clear: left;
}
.clear-b{
	clear: both;
}

.w-fit-content{
	width: fit-content !important;
}


/* helpers de texto */
.text-center{
	text-align: center!important;
}
.text-right{
	text-align: right!important;
}
.text-left{
	text-align: left!important;
}
.text-justify{
	text-align: justify!important;
}
.text-capitalize{
	text-transform: capitalize!important;
}
.text-uppercase{
	text-transform: uppercase!important;
}
.text-lowercase{
	text-transform: lowercase!important;
}
.text-transform-none{
	text-transform: none!important;
}
.text-italic{
	font-style: italic!important;
}
.text-of-ellipsis{
	/* para que este funcione el contenedor necesita width, max-width o flex-basis */
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
    display: block!important;
}
.bold , .text-bold{
	font-weight: bold!important;
}
.white-background, .background-white{
	background-color:white!important;
}
.white-text, .text-white{
	color:white!important;
}
.black-text, .text-black{
	color: black!important;
}
.gray-text , .text-gray{
	color: rgb(169,169,169)!important;
}
.text-size-05{
	font-size: 0.5rem!important;
}
.text-size-06{
	font-size: 0.6rem!important;
}
.text-size-07{
	font-size: 0.7rem!important;
}
.text-size-08{
	font-size: 0.8rem!important;
}
.text-size-09{
	font-size: 0.9rem!important;
}
.text-size-10{
	font-size: 1rem!important;
}
.text-size-11{
	font-size: 1.1rem!important;
}
.text-size-12{
	font-size: 1.2rem!important;
}
.text-size-13{
	font-size: 1.3rem!important;
}
.text-size-14{
	font-size: 1.4rem!important;
}
.text-size-15{
	font-size: 1.5rem!important;
}
/* fin helpers de texto */
.flex-1{
	flex:1;
}
.justify-content-center{
	justify-content: center;
}
/* fin helpers display */



/* fin helpers position */

/* helper para validaciones frontend, se pone un msj por defecto que no es visible */
span.helper-text.error{
	color: #F44336;
	opacity: 1;
}
input ~ span.helper-text, textarea ~ span.helper-text, select ~ span.helper-text{
	opacity: 0;
}
input[required].invalid ~ span.helper-text, textarea[required].invalid ~ span.helper-text, select[required].invalid ~ span.helper-text{
	opacity: 1;
	color: red;
}
/* fin helper validaciones */

/*full-screen */
.full-screen{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100%!important;
  height: auto;
}
/*fin full-screen */

/* helpers opacity */
.op-00, .op-0{
	opacity: 0!important;
}
.op-10{
	opacity: .1!important;
}
.op-20{
	opacity: .2!important;
}
.op-30{
	opacity: .3!important;
}
.op-40{
	opacity: .4!important;
}
.op-50{
	opacity: .5!important;
}
.op-60{
	opacity: .6!important;
}
.op-70{
	opacity: .7!important;
}
.op-80{
	opacity: .8!important;
}
.op-90{
	opacity: .9!important;
}
.op-100{
	opacity: 1!important;
}
/* fin helpers opacity */
/* Mouse pointer */
.mouse-pointer, .cursor-pointer{
	cursor: pointer;
}
/* Fin Mouse pointer */

/* overflow */
.of-hidden{
	overflow: hidden!important;
}
.of-x-hidden{
	overflow-x: hidden!important;
}
.of-y-hidden{
	overflow-y: hidden!important;
}
.of-scroll{
	overflow: scroll!important;
}
.of-x-scroll{
	overflow-x: scroll!important;
}
.of-y-scroll{
	overflow-y: scroll!important;
}
.of-overlay{
	overflow: overlay!important;
}
.of-x-overlay{
	overflow-x: overlay!important;
}
.of-y-overlay{
	overflow-y: overlay!important;
}
.of-auto{
	overflow: auto!important;
}
.of-x-auto{
	overflow-x: auto!important;
}
.of-y-auto{
	overflow-y: auto!important;
}
/* fin overflow */
/*rotate*/
.rotate-45{
	transform: rotate(45deg);
}
.rotate-90{
	transform: rotate(90deg);
}
.rotate-180{
	transform: rotate(180deg);
}
.rotate-270{
	transform: rotate(270deg);
}
.rotate-360{
	transform: rotate(360deg);
}
/* fin rotate */
.no-border{
	border:none;
}
.with-border{
	border:1px solid;
}
.border-bottom{
	border-bottom: 1px solid;
}
.border-top{
	border-top: 1px solid;
}
.border-right{
	border-right: 1px solid;
}
.border-left{
	border-left: 1px solid;
}
.transition{
	transition: all .3s ease;
}