.logoBox {
	border: 1px solid white;
    width: 30vw;
    border-radius: .2em;
    background: white;
    padding: .5em;
	text-align:center;
}

.main {
	width:48vw!important;
}

@media only screen and (max-width: 968px) {
	@supports (display: grid)
	{
		.l-grid {
			 display: block!important;
		}
	}
	
	.main {
		width:88vw!important;
	}

	.menuLinkDiv {
		width: 100%!important;
	}
	
	.logoBox {
		border: 1px solid white;
		width: 100vw;
		border-radius: .2em;
		background: white;
		padding: .5em;
		text-align:center;
	}
	.alerta {
		font-size: 14px!important;
	}
	.tilesStatus {
		width:100%!important;
	}
	.tile {
		width:100%!important;
	}
	
	.details {
		display:none;
	}
}

@supports (display: grid)
 {
   .l-grid {
     background: transparent;
     color: white;
     display: grid;
     grid-template-columns: 25% 30% 45%;
    // transform: rotate(-45deg);
    }
   .header, .footer, .center-column, .right-column {
     margin: 5px;
     padding: .5em;
     text-align: center;
   }
   
   .left-column {
     margin: 5px;
	 padding: .5em;
     text-align: left;
   }
   
   .header, .footer {
     background: transparent;
     grid-column-start: 1;
     grid-column-end: end;
   }
   .left-column {
     background: transparent;
   }
   .center-column {
     background: transparent;
   }
   .right-column {
     background: transparent;
   }
   
}

.menuLinkDiv {
    width: 20vw;
    background: white;
    border-radius: .2em;
    padding: .2em;
	display: inline-flex;
	margin: .1em;
}

.menuLinkText {
	padding-left: .3em;
}

.menuLinkIcon {
	color: #f46c24!important;
	
}

.menuLinkA {
	display:block;
	color: #14449c;
}

.menuLinkChild {
	width:18vw!important;
	margin-left: 2vw!important;
}

.metodoRad { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
	/* IMAGE STYLES */
.metodo:hover {
	cursor: pointer;
}

.metodo {
	height: 15vh!important;
	width: auto!important;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
	/*outline: 2px solid #B0A294;*/
	border-radius: 5px;
	opacity: 1;
}
	[type=radio]:not(:checked) + img {
	opacity: 0.5;
}
.estiloform, .estiloformvenc, .estiloformcod {
	width: 80vw!important;
	height: 10vh!important;
	font-size: 3em!important;
	text-align: center;
	 margin: 0.5vh;
		border-radius: 1em;
	text-align: center;
	outline: white!important;
}
/*
[type=text] {
		margin: 0.5vh;
		border-radius: 1em;
	text-align: center;
}*/
.submitbutton {
	background-color: transparent;
	border: 0px;
}

.ui-datepicker-calendar {
	/*display: none;*/
}

.ui-datepicker {
	z-index:9999!important;
}

@import url('https://fonts.googleapis.com/css?family=Poppins');

/* BASIC */

html {
	/*background-color: #14449c;*/
}

body {
	font-family: "Poppins", sans-serif;
	height: 100vh;
}

a {
	color: #14449c;
	display:inline-block;
	text-decoration: none;
	font-weight: 400;
}

h2 {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display:inline-block;
	margin: 40px 8px 10px 8px; 
	color: #cccccc;
}



/* STRUCTURE */

.wrapper {
	display: flex;
	align-items: center;
	flex-direction: column; 
	justify-content: center;
	width: 100%;
	min-height: 100%;
	padding: 20px;
}

#formContent {
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #fff;
	padding: 30px;
	width: 90%;
	max-width: 450px;
	position: relative;
	padding: 0px;
	-webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
	box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
	text-align: center;
}

#formFooter {
	background-color: #f6f6f6;
	border-top: 1px solid #dce8f1;
	padding: 25px;
	text-align: center;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}



/* TABS */

h2.inactive {
	color: #cccccc;
}

h2.active {
	color: #0d0d0d;
	border-bottom: 2px solid #14449c;
}



/* FORM TYPOGRAPHY*/

input[type=button], input[type=submit], input[type=reset]	{
	background-color: #14449c;
	border: none;
	color: white;
	padding: 15px 80px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
	box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin: 0px 20px 0px 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover	{
	background-color: #14449c;
	cursor:pointer;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active	{
	-moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

#login {
	background-color: #f6f6f6;
	border: none;
	color: #0d0d0d;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 5px;
	width: 85%;
	border: 2px solid #f6f6f6;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#login:focus {
	background-color: #fff;
	border-bottom: 2px solid #14449c;
}

#login:placeholder {
	color: #cccccc;
}

input[type=password] {
	background-color: #f6f6f6;
	border: none;
	color: #0d0d0d;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 5px;
	width: 85%;
	border: 2px solid #f6f6f6;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

input[type=password]:focus {
	background-color: #fff;
	border-bottom: 2px solid #14449c;
}

input[type=password]:placeholder {
	color: #cccccc;
}


/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
	opacity:0;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}

.fadeIn.first {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.fadeIn.second {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.fadeIn.third {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.fadeIn.fourth {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
	display: block;
	left: 0;
	bottom: -10px;
	width: 0;
	height: 2px;
	background-color: #14449c;
	content: "";
	transition: width 0.2s;
}

.underlineHover:hover {
	color: #0d0d0d;
}

.underlineHover:hover:after{
	width: 100%;
}



/* OTHERS */

*:focus {
		outline: none;
} 

#icon {
	width:60%;
}

* {
	box-sizing: border-box;
}


.ui-menu-item {
	background-color:white;
	height: auto;
		width: 20vw;
		border: 0px;
		border-radius: 2px;
		font-size: 1em;
		margin: 5px;
	list-style-type: none;
	
}


.autocomplete {
	/*the container must be positioned relative:*/
	position: relative;
	display: inline-block;
}

.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	right: 0;
}
.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff; 
	border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
	/*when hovering an item:*/
	background-color: #e9e9e9; 
}
.autocomplete-active {
	/*when navigating through the items using the arrow keys:*/
	background-color: DodgerBlue !important; 
	color: #ffffff; 
}
	
.body {
	background: #237996 fixed;
	background: -webkit-linear-gradient(#14449c, #14449c) fixed; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#14449c, #14449c) fixed; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#14449c, #14449c) fixed; /* For Firefox 3.6 to 15 */
	background: linear-gradient(#14449c, #14449c) fixed; /* Standard syntax */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

h2.dio-heading {
	display: block;
	font-size: 20px;
	font: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.tile-table a {
	color: unset;
	text-decoration: unset;
}
.tile {
	display: inline-table;
	position: relative;
	overflow: hidden;
	margin-bottom: 2px;
	border-radius: 4px;
	width: 170px;
	height: 170px;
	padding: 6px;
	background-color: #FFF;
	color: #333;
	text-align:left!important;
}
.tile:hover {
	margin: 0 -2px;
	border: 2px solid #FFF;
	width: 170px;
	height: 174px;
}
.tile-wide {
	width: 358px;
}
.tile-wide:hover {
	margin: 0;
	margin-bottom: 2px;
	border: none;
	width: 358px;
	height: 170px;
}
.tile .fp-clearfix {
	line-height: 1px;
}
.tile .fp-img {
	position: absolute;
	overflow: hidden;
	height: 156px;
}
.tile .fp-img img {
	width: calc(100% - 6px);
}
.tile .fp-title {
	font-size: 17px;
	line-height: 17px;
}
.tile .fp-subtitle {
	overflow: hidden;
	width: inherit;
	font-size: 14px;
	color: #848f94;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tile i.fa {
	position: absolute;
	bottom: 24px;
	font-size: 1.5em;
	color: #f46c24;
}
.tile .fp-baseNum,
.tile .fp-baseInfo {
	position: absolute;
	right: 5px;
	bottom: 1.4rem;
	font-size: 1.7em;
	color: #848f94;
}
.tile .fp-baseInfo {
	bottom: 5px;
	font-size: 12px;
}
.tile .fp-baseNum small {
	font-size: 15px;
	font-weight: bold;
}
.text-danger {
	color: #d14900;
}
.text-success {
	color: #3c763d;
}

.container {
	width:100%!important;
}

@media only screen and (max-width: 600px) {
    .container {
		width:100%!important;
	}
}

.tablaPedidos {
	height:auto;
	width:100%; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
	border:1px solid;
	border-collapse: collapse;
	font-size: 1em;
}

.trPedidos {
	border:1px solid;
	border-collapse: collapse;
}

.tdPedidos {
	border:1px solid;
	border-collapse: collapse;
	text-align: center;
}

.thPedidos {
	border:1px solid black;
	border-collapse: collapse;
	background: #237996 fixed;
	background: -webkit-linear-gradient(#14449c, #14449c) fixed; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#14449c, #14449c) fixed; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#14449c, #14449c) fixed; /* For Firefox 3.6 to 15 */
	background: linear-gradient(#14449c, #14449c) fixed; /* Standard syntax */
	color: white;
}

.envio, .envio_nojs, .envio_conf, .editar {
	width: 3em;
}


.ingresodatos {
	width:60%;
}

.ingresodatos_sincheck {
	width:60%;
}

.popups input, .popups textarea, .popups select { 
  font-family: inherit; 
  text-transform: inherit; 
  font-size: .6em;
  border: 1px solid gray;
  display: block; 
  width: 15vw; 
  padding: 12PX 5PX;
  border-radius: 5px 5px 5px 5px;
  margin: .3em;
    
}

.popups_ficha select { 
  font-family: inherit;
    text-transform: inherit;
    font-size: inherit;
    border: 1px solid gray;
    display: block;
    width: auto;
	margin-top: .5em!important;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: -.5em!important;
    margin-left: .5em;
}

.loteInput {
    margin: 0em!important;
    width: 8vw!important;
}
.editaswitch:hover, .editaservidor:hover, .editarouter:hover, .editareloj:hover, .editadns:hover, .editacamara:hover, .editaimpresora:hover, .editapc:hover, .editalicencia:hover {
	cursor:pointer;
}
.altaswitch:hover, .altaservidor:hover, .altarouter:hover, .altareloj:hover, .altadns:hover, .altacamara:hover, .altaimpresora:hover, .altapc:hover, .altalicencia:hover {
	cursor:pointer;
}
/* {
	cursor:pointer;
}
 {
	cursor:pointer;
}
 {
	cursor:pointer;
}*/
.editaswitch, .editaservidor, .editarouter, .editareloj, .editadns, .editacamara, .editaimpresora, .editapc, .editalicencia {
	color:blue;
	font-weight:bold;
}

#formularioIngreso, #altaOp, #formularioTarea, #formularioCtto, #formularioIngresoFactura,  #formularioCoti, #formularioIngresoProveedor, #formularioIngresoContacto, #formularioIngresoOrden, #edicionSwitch, #edicionServidor, #edicionRouter, #edicionReloj, #edicionDNS, #edicionCamara, #edicionImpresora, #edicionPC, #altaServidor, #altaSwitch, #altaRouter, #altaReloj, #altaDNS, #altaCamara, #altaImpresora, #altaPC, #altaLicencia, #edicionLicencia { 
	display: none;
	/*border: 6px solid #FFB600; */
	padding: 2em;
	width: 20vw;
	text-align: center;
	background: rgba(244, 244, 244, 0.9);
	position: fixed;
	top:50%;
	height: 100%;/*calc(100% - 50px);*/
	overflow-y: scroll!important;
	left:90vw;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

#pageBlur {
	display:none;
	height: 100vh;
    width: 80vw;
    z-index: 9000!important;
    position: fixed;
    top: 0;
    background: #00000099;
}

.altaDropdown {
  position: relative;
  display: inline-block;
  color:white;
}

.altaDropdown:before {
  font-family:fontawesome;
  content:'\f055';
}

.dropdown-content-alta {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  color:black;
  font-size: .5em!important;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.altaDropdown:hover .dropdown-content-alta {
  display: block;
}

@media only screen and (max-width: 768px) {
    #formularioIngreso, #altaOp, #formularioTarea, #formularioCtto, #formularioIngresoFactura, #formularioCoti, #formularioIngresoProveedor, #formularioIngresoContacto, #formularioIngresoOrden, #edicionSwitch, #edicionServidor, #edicionRouter, #edicionReloj, #edicionDNS, #edicionCamara, #edicionImpresora, #edicionPC, #altaSwitch, #altaServidor, #altaRouter, #altaReloj, #altaDNS, #altaCamara, #altaImpresora, #altaPC, #altaLicencia, #edicionLicencia { 
		display: none;
		/*border: 6px solid #FFB600; */
		padding: 2em;
		width: 90%;
		text-align: center;
		background: rgba(244, 244, 244, 0.9);
		position: fixed;
		top:50%;
		height: calc(100% - 50px);
		overflow-y: scroll!important;
		left:50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
	}
	#pageBlur {
		display:none;
		height: 0;
		width: 0;
		z-index: -1!important;
		position: absolute;
		background: transparent;
	}
}

.salida {
	display: inline-table;
	position: relative;
	overflow: hidden;
	padding: 1em;
	width: 181px;
	margin-bottom: 2px;
	border-radius: 4px;
	padding: 6px;
	background-color: #FFF;
	color: #f46c24!important;
}

.salida:hover {
	margin: 0 -2px;
	border: 2px solid #FFF;
}

.globalCamiones {
	height:auto;
	width:100%; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
	border:0px solid;
	border-collapse: collapse;
}

.trGlobalCamiones {
	border:0px solid;
	border-collapse: collapse;
	vertical-align: top;
}

.tablaCamiones {
	height:auto;
	width:100%; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
	border:1px solid;
	border-collapse: collapse;
	font-size: 12px;
}

.trCamiones {
	border:1px solid;
	border-collapse: collapse;
}

.tdCamiones {
	border:1px solid;
	border-collapse: collapse;
	text-align: center;
}

.carga {
	background: #00000095;
	width:100%;
	height:100%;
	position:absolute;
	margin-top: -1em;
	margin-left: -1em;
	z-index: 1000;
}

.imgcarga {
	padding-left: 35%;
    padding-top: 5%;
}

.Ingreso_Conf, .Ingreso_Cancela, .Tarea_Cancela, .cttoCancela, .cotiCancela {
	background-color: #14449c;
    border: none!important;
    color: white;
    padding: 15px 80px!important;
	width:auto!important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px!important;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 0px 20px 0px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.egresoinput {
	height: 2em!important;
    font-size: 1em!important;
    padding: 0px!important;
    margin: 0px!important;
    border-radius: 0px!important;
    width: 100%!important;
}

@media print
{    
    .printbutton {
        display: none !important;
    }
}


/* ########  CRM  ######## */

.alertasHead {
    width: 100%;
    height: auto;
    background-color: white;
	border-bottom: 2px solid black;
}

.alerta {
	width: 100%;
    height: auto;
}

.headerCampo {
	color: #14449c;
}

.submit_ficha {
	width:100%;
	background: white;
	height: 4em;
	padding:1em;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://use.fontawesome.com/releases/v5.15.1/css/all.css');
.tabs {
  max-width: 100%;
  /*padding: 40px;
  border: 1px solid rgba(0,0,0,.2);
  box-shadow: 0 1px 3px rgba(0,0,0,.1);*/
}

.tabSection {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid white;
}

.tabbed {
  display: none;
}

.tabbedLabel {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #abc;
  border: 1px solid transparent;
}

.tabbedLabel:before {
  font-family: fontawesome!important;
  font-weight: normal;
  margin-right: 10px;
}

label[for*='1']:before { content: '\f03a'; }
label[for*='2']:before { content: '\f0ae'; }
label[for*='3']:before { content: '\f674'; }
label[for*='4']:before { content: '\f651'; }
label[for*='5']:before { content: '\f2b9'; }
label[for*='6']:before { content: '\f0cb'; }

.tabbedLabel:hover {
  color: #789;
  cursor: pointer;
}

.tabbed:checked + .tabbedLabel {
	color: white;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6 {
  display: block;
}

.actions {
	width: 100%;
    background: white;
    padding: .5em;
    border-radius: 50%;
}

.items--container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: .1rem;
  width: 100px;
  height: 25px;
  font-size:12px!important;
}

.item.active .content {
  color: #FFFFFF;
}

.item.active .arrow {
  background: #d68a3a;
}

.item.green .arrow {
	background: green!important;
}

.item.red .arrow {
	background: red!important;
}

.content {
  color: #000000;
  position: absolute;
  z-index: 2;
}

.arrow {
  width: 100%;
  height: 50%;
  background: #FFFFFF;
}

.arrow.top {
  transform: skew(45deg, 0deg);
  border-left: 1px solid #d68a3a;
  border-right: 1px solid #d68a3a;
  border-top: 1px solid #d68a3a;
}

.arrow.bottom {
  transform: skew(-45deg, 0deg);
  border-left: 1px solid #d68a3a;
  border-right: 1px solid #d68a3a;
  border-bottom: 1px solid #d68a3a;
}

@media only screen and (max-width: 768px) {
    .popups input, .popups textarea, .popups select {
		width:95%!important;
		font-family: inherit; 
		text-transform: inherit; 
		font-size: .6em;
		border: 1px solid gray;
		display: block; 
		padding: 12PX 5PX;
		border-radius: 5px 5px 5px 5px;
		margin: .3em;
	}
	.tabbedLabel {
    padding: 0px!important;
    font-size: 3vw!important;
	}
}


.login-wrapper {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.login-wrapper * {
  transition: all 1s;
}

.login-wrapper .login-panel {
  box-sizing: border-box;
  display: table;
  background-color: white;
  width: 500px;
  margin: 0 auto;
  padding: 60px 40px 40px 40px;
  animation: fade-in 1s ease-in 0s 1 alternate;
}

.login-wrapper .login-panel:hover {
  box-shadow: 0 0 50px rgba(1, 1, 1, .3);
}

.login-wrapper .login-panel label {
  font-size: 16px;
  display: block;
  margin: 5px 0;
  color: #34495e;
  opacity: 0;
  animation: fade-in 1s ease-in 1s 1 forwards;
}

.login-wrapper .login-panel input[type="text"] + label,
.login-wrapper .login-panel input[type="password"] + label {
  position: relative;
  color: #c4cacd;
  transition: all .3s;
  animation: label .3s ease-in 0s 1 forwards;
  animation-play-state: paused;
  animation-play-state: running;
}

.login-wrapper .login-panel input[type="text"]:focus + label,
.login-wrapper .login-panel input[type="password"]:focus + label {
  font-size: 16px;
  color: #34495e;
  animation-fill-mode: forwards;
}

.login-wrapper .login-panel input[type="text"],
.login-wrapper .login-panel input[type="password"],
.login-wrapper .login-panel input[type="submit"] {
  font: 400 20px 'Hind', sans-serif;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-left: 3px solid transparent;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  /*display: block;*/
  padding: 10px 20px;
  opacity: 0;
  animation: fade-in 1s ease-in 1.5s 1 forwards;
}

.login-wrapper .login-panel input[type="text"],
.login-wrapper .login-panel input[type="password"],
.login-wrapper .login-panel input[type="checkbox"] {
  margin-bottom: 20px;
  background-color: #ecf0f1;
  color: #34495e;
}

.login-wrapper .login-panel input[type="text"]:focus,
.login-wrapper .login-panel input[type="password"]:focus {
  background-color: #E1E6E7
}

.login-wrapper .login-panel input[type="text"]:focus,
.login-wrapper .login-panel input[type="password"]:focus,
.login-wrapper .login-panel input[type="submit"]:focus {
  outline: none;
}

.login-wrapper .login-panel input[type="text"]:valid,
.login-wrapper .login-panel input[type="password"]:valid {
  border-left: 3px solid #3498db;
}

.login-wrapper .login-panel input[type="text"]:valid + label,
.login-wrapper .login-panel input[type="password"]:valid + label {
  color: #3498db !important;
}

.login-wrapper .login-panel input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.login-wrapper .login-panel input[type="checkbox"],
.login-wrapper .login-panel label[for='remember'] {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.login-wrapper .login-panel label[for='remember'] {
  position: relative;
  font-size: 16px;
  margin-top: -25px;
}

.login-wrapper .login-panel input[type="checkbox"] + [for='remember']:before {
  content: '';
  background: #ecf0f1;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  text-align: center;
  opacity: 0;
  animation: fade-in 1s ease-in 2s 1 forwards;
}

.login-wrapper .login-panel input[type="checkbox"]:checked + [for='remember']:before {
  background: #3498db;
  box-shadow: inset 0px 0px 0px 5px #ecf0f1;
}

.login-wrapper .login-panel input[type="checkbox"]:checked + [for='remember'] {
  color: #3498db;
}

.login-wrapper .login-panel input[type="checkbox"]:focus + [for='remember'] {
  outline: 1px solid #ddd;
}

.login-wrapper .login-panel input[type="submit"] {
  text-transform: uppercase;
  width: 100%;
  background-color: #3498db;
  color: white;
  font-weight: 300;
  letter-spacing: 10px;
  margin-top: 15px;
  cursor: pointer;
}

.login-wrapper .login-panel input[type="submit"]:hover {
  background-color: #2980b9;
}

.login-wrapper .login-panel .forget-password {
  margin-top: 20px;
  display: block;
  text-align: center;
  color: #bdc3c7;
  font-size: 14px;
  cursor: pointer;
  opacity: 0;
  animation: fade-in 1s ease-in 2s 1 forwards;
}

.login-wrapper .login-panel .forget-password:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .login-wrapper .login-panel {
    width: 90%;
    padding: 60px 20px 20px 20px;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes label {
  0% {
    top: -58px;
    left: 20px;
    opacity: 1;
  }
  100% {
    top: -98px;
    left: 0;
    opacity: 1;
  }
}

.desplegable .desplegable-header::before {
	font-family: fontawesome!important;
	content: '\f068';
	cursor: pointer;
	color: #14449c;
}
.desplegable .hidden.desplegable-header::before {
	font-family: fontawesome!important;
	content: '\f105';
	color: #14449c;
}
.desplegable .hidden.desplegable-header ~ .desplegable-body {
	display:none;
}

.div_inv {
	display:inline-flex;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 50vw;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}