:root {
	--enabled-color: #ef3824;
	--disabled-color: gray;
}

/* Start Font face */

@font-face {
	font-family: 'LSANS';
	src: url('../fonts/LSANS.ttf');
	src: url('../fonts/LSANS?#iefix') format('embedded-truetype'),
	  url('../fonts/LSANS.svg#Locaweb-Icons') format('svg'),
	  url('../fonts/LSANS.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
	   font-family: LSANS;
	   src: url('../fonts/LSANS.TTF');
  }
  
  /* End Font face */

  #menu {
	font-family: 'LSANS', LSANS, sans-serif;
	font-weight: bold;
	font-size: 90%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 70;
	padding: 0;
	margin: 0;
	width: 32px;
}

#menu li {
	padding: 0;
	margin: 0;
	color: transparent;
}

.tab-enabled {
	border-right: 27px solid var(--enabled-color);
}

.tab-enabled:hover {
	border-right: 33px solid var(--enabled-color);
}

.tab-disabled {
	border-right: 27px solid var(--disabled-color);
}

.tab-disabled:hover {
	border-right: 33px solid var(--disabled-color);
}

.tab-main {
	float: right;
	border-bottom: 13px solid transparent;
	height: 335px;
	width: 0px;
}

.tab-main span {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-top: -20px;
	padding-bottom: 40px;
	text-align: left;
}

.tab-secondary {
	float: right;
	padding: 0;
	margin: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	height: 151px;
	width: 0px;
}

.tab-span {
	font-family: 'LSANS', LSANS, sans-serif;
	font-weight: bold;
	color: white;
	height: 100%;
	transform: scale(-1);
	filter: FlipH;
	writing-mode: vertical-lr;
	text-orientation: sideways;
	margin-left: 5px;
	text-align: center;
}