.materialboxed {
 /* display: block;*/
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;
}
.label-Selected {
	color:#4CAF50!important;
}
.select-dropdown li img {
    height: 30px;
    width: 30px;
    margin: 2px 5px;
    float: right;
}

/* KioskBoard: Main: begin */
#KioskBoard-VirtualKeyboard {
  box-sizing: border-box !important;
  position: fixed;
  z-index: 2000;
  width: 100%;
  max-width: 1440px;
  background: #e3e3e3;
  background: linear-gradient(to right bottom, #eee, #ebebeb, #e8e8e8, #e6e6e6, #e3e3e3);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.25), 0 0 20px -8px rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.25), 0 0 20px -8px rgba(0, 0, 0, 0.15);
  padding: 5px 5px 5px;
  left: 0;
  right: 0;
  margin: auto;
}
#KioskBoard-VirtualKeyboard .kioskboard-row-numpad span[class^="kioskboard-key"] {
  max-width: 100%;
   min-height: 0px; 
  width: calc(33.3333% - 16px);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 4px 4px 4px;
  padding: 15px 12px 12px;
  align-content: center;
}

.kioskboard-type-numpad{
	max-width:320px!important;
}

html {
  scroll-behavior: smooth;
  /*font-size: 16px;*/
	 height:100%;
}
.overFlowScroll{
	overflow:hidden;
}
.overFlowScrollAuto{
	overflow:auto;
}

.nomargin{
	margin:0 0 0 0 !important;
}
.nopadding{
	padding:0 0 0 0 !important;
}
.smallNav{
	height:36px !important;
	line-height:36px !important;
}
/*#editorConsulta{
	margin: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}*/
/*#editorConsulta {
    height: 275px;
    border: 1px solid #DDD;
    border-radius: 4px;
    border-bottom-right-radius: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
}*/
.ace_print-margin{
	visibility:hidden !important;
}
.aceEditor{
    height: 275px;
    border: 1px solid #DDD;
    border-radius: 4px;
    border-bottom-right-radius: 0px;
    margin: 5px;
	font-size:16px;
}
.clean {
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom:0px;
 }
.tabs .tab a {
  color:#666;
}
.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #039be5;
  font-weight:700;
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color: rgba(0,102,204,0.15);
}
.tabs .indicator {
  background-color: #039be5;
}
.sideFixed{
  padding-left: 300px;
}

/*.sideFixed-right{
  padding-left: 0px;
  padding-right: 300px;
}*/
.actionButtonLeft{
	position:absolute;
	left:+1px;
	top:+3px;
}
.starButtonLeft{
	position:absolute;
	left:+1px;
	top:+3px;
}
.idButtonLeft{
	position:absolute;
	right:+5px;
	top:+3px;
}

.secondButtonLeft{
	position:absolute;
	left:+30px;
	top:+3px;
}


.actionButton{
	position:absolute;
	right:+1px;
	top:+3px;
}
.starButton{
	position:absolute;
	right:+30px;
	top:+3px;
}
.idButton{
	position:absolute;
	left:+5px;
	top:+3px;
}

.secondButton{
	position:absolute;
	right:+60px;
	top:+3px;
}
.floatingStar{
	bottom:-10px !important;
	right:-10px !important;
}
.btn-xsmall {
  width: 24px;
  height: 24px;
}
.btn-xsmall i {
  line-height: 24px;
  font-size: 1.3rem;
}

.btn-big {
  height: 34px;
}
.btn-big i {
  line-height: 34px;
  font-size: 3rem;
}


.btn-mini {
  width: 20px;
  height: 20px;
}
.btn-mini i {
  line-height: 20px;
  font-size: 1.2rem;
}

span.badge2 {
	border-radius: 20px !important;
    min-width: 1rem;
    padding: 4px;
    margin: 0px 5px 0px 0px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 25px;
	width: 35px;
    height: 35px;
    /* height: 22px; */
    color: #757575;
    float: left;
	font-weight:500 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	position:absolute;
	top:-10px !important;
	left:-10px !important;
}
span.badgeTurno {
	border-radius: 20px !important;
    min-width: 1rem;
    padding: 4px;
    margin: 0px 5px 0px 0px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 25px;
	width: 35px;
    height: 35px;
    /* height: 22px; */
    color: #757575;
    float: left;
	font-weight:500 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	position:absolute;
	top:-4px !important;
	left:-4px !important;
}

@media only screen and (max-width : 1024px) {
  .sideFixed {
	padding-left: 0;
  }
}

.menuItem{
	padding:0.7rem !important;
	font-size: 16px !important;
	display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
/*.menuItem a {
	padding:0px !important;
	color:#FFF !important;
}
*/
.menuItem  i {
    width: 2rem;
    font-size: 1.6rem;
    display: inline-block;
    text-align: center;
    margin-right: 1rem;
    line-height: inherit;
}

thead { position: sticky; top: 0; }
/*
background: rgb(14,23,45);
background: linear-gradient(138deg, rgba(14,23,45,1) 0%, rgba(75,78,105,1) 100%);
*/
.geodotBack {
  /*background-color: #0E172D !important;*/
   	/*background-color: rgb(14,23,45);
	background-color: linear-gradient(138deg, rgba(14,23,45,1) 0%, rgba(91,95,126,1) 100%);
	
   	background: rgb(14,23,45);
	background: linear-gradient(138deg, rgba(14,23,45,1) 0%, rgba(91,95,126,1) 100%);
	*/
	background: rgb(14,23,45);
	background: linear-gradient(138deg, rgba(14,23,45,1) 0%, rgba(75,78,105,1) 100%);

}

.geodotAccent {
  background-color: #D4145A !important;
}
.geodotIcon {
  background-color: #00A99D !important;
}
.geodotBack-text {
  color: #0E172D !important;
}
.geodotAccent-text {
  color: #D4145A !important;
}
.geodotIcon-text {
  color: #00A99D !important;
}
.geodotGradient{
	background: rgb(31,122,195);
	background: linear-gradient(0deg, rgba(31,122,195,0.989233193277311) 0%, rgba(111,115,150,1) 100%, rgba(0,0,0,1) 100%);
	/*background: rgb(2,0,36);
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(14,23,45,1) 13%, rgba(14,23,96,1) 100%);
	*/
}
.sidenav li {
    line-height: 24px;
}




nav .brand-logo i,
nav .brand-logo [class^="mdi-"], nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
  float: left;
  margin: 0px !important;
}
.highlight {
  background-color: #2196F3 !important;
}
.highlightTree {
 /* background-color: #cddc39 !important;*/
  background-color:#D4145A !important;
  
}

.highlightTR {
 /* background-color: #cddc39 !important;*/
  background-color:rgb(205, 220, 57, 1) !important;
  
}
.highlightTR.even {
 /* background-color: #cddc39 !important;*/
  background-color:rgb(205, 220, 57, 0.7) !important;
  
}
.highlightTR.odd {
 /* background-color: #cddc39 !important;*/
  background-color:rgb(205, 220, 57, 0.6) !important;
  
}
.sidenav-trigger{
  padding:0px 15px 0px 5px !important;
}
.contenedor{
	margin-top:65px !important;
}
.modal-title {
    position: absolute;
    top: 0;
}
.pallet-dato{
	font-weight:500;
}
.waves-effect{
	display:block;
}
.bodyFix { 
    min-height:100%;
	overflow: hidden; /* Hide scrollbars */
}
.collapsible-body{
	padding:0.5rem !important;
}
.collapsible-header{
	padding:0.7rem !important;
	font-size: 16px !important;
}
.row{
	margin-bottom: 0px !important;
}
.dropdown-content li > a, .dropdown-content li > span{
	padding:6px !important;
}
.dropdown-content li{
	line-height:1rem;
	min-height:34px;
}
.brand-logo{
	padding: 0 15px !important;
	font-size: 1.4rem !important;
}
td, th {
    padding: 0px 5px;
}
.modalFat{
	background-color:#fff !important;
	height:80% !important;
	max-height:80% !important;
	width:80% !important;	
}
.modalPref{
	border-radius:7px !important;
	background-color:#fff !important;
	height:80% !important;
	max-height:80% !important;
	width:70% !important;	
}
.modalViaje{
	background-color:#fff !important;
	height:80% !important;
	max-height:80% !important;
	width:70% !important;	
}
.modal-content{
   padding: 0px !important;
}
.carousel.carousel-slider .carousel-item {
 overflow:auto;
}

table.striped > tbody > tr:nth-child(odd) {
  /*background-color: #eef;*/
  background-color: rgba(0,0,0,.1);
 };
 /*table.striped > tbody > tr:nth-child(even){
	background-color:#eef !important;
}
*/
/*.odd{
	background-color:#eee !important;
}
*/

span.badge.new{
	font-size:1rem;
}
.gm-style .gm-style-iw-c{
	overflow:visible !important;
}
/*.nav-extended{
	background-color: #F44336 !important;
    /*position: relative !important;
	/*height:128px !important;
	
}
*/
.card{
	border-radius:8px !important;
}
.card1{
	margin:80px 0px !important;
	padding:20px !important;
	border-radius:8px !important;
}
.card-title{
	margin-bottom:3px !important;
}
.card-content{
	padding:20px 15px !important;

	/*padding-top:5px !important;
	padding-bottom:5px !important;
	padding-left:15px !important;
	padding-right:2px !important;
	*/
	
}
.card-action{
	padding:10px 15px !important;
	/*padding-top:5px !important;
	padding-top:5px !important;
	*/
}
.alert-content{
	width:450px !important;
	top:65px !important;
}
.alert-content-user{
	/*color:#F00 !important;
	background-color:#F44336 ;
	*/
	width:300px !important;
	top:65px !important;
}
/*
.li-nonclickeable{
	padding: 6px !important;
	font-size: 16px;
    color: #26a69a;
    display: block;
    line-height: 22px;
}
*/
.addpadding td, th{
   padding: 5px !important;

}
.circular-portrait {
    position: relative;
 /*   width: 53px;
    height: 53px;*/
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;  
    border-radius: 50%;
}
  
.circular-portrait img {
    width: 100%;
    height: auto;
}

.foto{
    margin-top: -12px !important;   
}
.sidenav-trigger{
	margin:0 !important;
}
@media print {
  .pagebreak {page-break-after: always;}
}

@media only screen and (max-width: 1023px){
	nav .brand-logo {
		left: 0% !important;
		-webkit-transform: translateX(0%) !important; 
		transform: translateX(0%) !important; 
	}

}
@media only screen and (max-width: 600px) {
	.modal{
		top: 0px !important;
		background-color:#fff !important;
		height:100% !important;
		max-height:100% !important;
		width:100% !important;	
	}
}
/*  src: 	url('https://ws.relesa.com.ar/Alhorno/iconfont/MaterialIcons-Regular.eot');
*/
/*
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: 	url('https://ws.relesa.com.ar/iconfont/MaterialIcons-Regular.eot');
  src: 	local('Material Icons'),
       	local('MaterialIcons-Regular'),
		url('https://ws.relesa.com.ar/iconfont/MaterialIcons-Regular.woff2') format('woff2'),
		url('https://ws.relesa.com.ar/iconfont/MaterialIcons-Regular.woff') format('woff'),
		url('https://ws.relesa.com.ar/iconfont/MaterialIcons-Regular.ttf') format('truetype'),
		url('https://ws.relesa.com.ar/iconfont/MaterialIcons-Regular.svg') format('svg');
}
*/
.material-icons {
  font-family: 'Material Symbols Outlined';
  /*font-family: 'Material Icons'; */
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
}
/*
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}*/
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}
.texto-rojo{
	color: #f33 !important;
}
.texto-verde{
	color: #3f3 !important;
}
.texto-azul{
	color: #66f !important;
}
.circular--landscape {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}

.circular--landscape img {
  width: auto;
  height: 100%;
  margin-left: -50px;
}

.circular--portrait {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  /*border:solid #999 2px;*/
}

.circular--portrait img {
  width: 100%;
  height: auto;
}
/*
.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}*/
/*nav .nav-wrapper-search i {
  height: 44px;
  line-height: 44px;
}*/

.nav-wrapper-search {
  height: 44px;
  line-height: 44px;
}
nav .nav-wrapper-search i {
  height: 44px;
  line-height: 44px;
}
.input-fullSpace button {
  width:100%;
}

.switchIcon{
  top: 0rem!important;
}