[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}

/* --- BODY --- */

body {
	overflow-x: hidden;
	-webkit-animation: fadeIn 1.5s;
	animation: fadeIn 1.5s;
	background-color: #001324;
	color: white;
	font-family: Helvetica;
}

/* --- table --- */

table {
	table-layout: fixed;
	margin: 0 15px;
	width: calc(100% - 30px);
	margin-bottom: 5px;
}

tbody tr:last-child {
	border-bottom: none
}

th, td {
	text-align: center;
	vertical-align: middle;
}

th:first-child, td:first-child {
	border-left: none;
}

th:last-child, td:last-child {
	border-right: none;
}

#hourglass-section {
	text-align: center;
}

.hg-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.hourglass-container {
	width: 100%;
}

header div {
	display: inline-block;
}

.op {
	font-family: Helvetica;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 4.3px;
	text-align: left;
	color: #ffffff;
	margin: 0 15px;
}

.cap {
	font-family: Helvetica;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 2.3px;
	text-align: left;
	color: #000000;
	vertical-align: bottom;
}

.estado {
	font-family: HelveticaNeue, "HelveticaNeue", Helvetica;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	letter-spacing: 2.8px;
	text-align: center;
	color: white;
	float: right;
	padding-left: 40px;
	padding-right: 10px;
	text-transform: uppercase;
	text-align: right;
}

.estado:before {
	content: '';
	position: absolute;
	top: 0;
	border-right: 40px solid transparent;
	margin-left: -174px;
	border: 0 !important;
}

header {
	width: 100%;
	background-color: #6dcff6;
}

/* Gaveta */
header .gaveta {
	height: 60px;
	position: relative;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}

.apps{
	cursor: pointer;
	padding-right: 3px;
}

.apps-list {
	list-style-type: none;
	outline: none;
	min-width: 181px;
	width: 100%;
	padding: 0;
	margin: -8px -41px;
	border-radius: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.apps-list-item {
	font-size: 14px;
	font-family: Helvetica;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0.5px;
	padding: 12px 14px;
	cursor: pointer;
	display: block;
	text-align: center;
	color: black;
	background-color: white;
	border-bottom: 1px solid #ddd;
}

.apps-list-item:last-child {
	border: 0;
}

.apps-list-item:hover {
	background-color: #6DCFF6;
	color: white;
}

.apps-list-item:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

}

.apps-list-item:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.apps-btn:focus-within {
	border: none;
	outline: none;
}

.apps-btn > div.only-active {
	display: none;
	position: absolute;
	margin: 73px -22px 0;
	z-index: 1;
	opacity: 0;
	animation: fade 0.25s ease-out;
}

.apps-btn:focus-within > div.only-active {
	display: flex;
	opacity: 1;

}

.apps-btn div.arrow-wrapper {
	position: absolute;
	margin: -17px 0 0 44px;
	max-height: 10px;
	overflow: hidden;
}

.apps-btn div.arrow {
	border: solid #ccc;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(-135deg);
	background-color: white;
	z-index: 2;
}

th, #hourglass-section h5 {
	font-family: Helvetica;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 2.3px;
	text-align: left;
	color: #ffffff;
	border-color: #6dcff6 !important;
	text-align: center;
}

td, tr {
	border-color: #6dcff6 !important;
}

thead tr:first-child {
	border-bottom: 5px solid;
}

#hourglass-section h5 {
	border-bottom: 5px solid #6dcff6;
	margin: 0;
}

.lista-maquinas {
	margin: 0 15px;
}

.maquina {
	display: inline-block;
	text-align: center;
}

.maquina a:hover, .maquina a:active {
	text-decoration: none;
}

.maquina div:first-child {
	color: #000000;
	background-color: #999999;
}

/* .maquina div:last-child {
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 1.3px;
	text-align: center;
	color: #f9ec31;
} */

.lista-maquinas>div {
	float: left;
}

#tcs-logo {
	object-fit: contain;
	margin-bottom: 15px;
}

#hourglass-section>div {
	border-bottom: 1px solid #6dcff6;
	padding: 0;
}

.green {
	color: #37b34a;
}

.yellow {
	color: #e2bf23;
}

.red {
	color: #e22323;
}

.lista-maquinas>div.logo-right {
	float: right;
	width: auto;
}

#sel_area {
	width: 100%;
	color: dimgray;
}

.logo-right label {
	font-weight: 700;
}

#paradaProgramada {
	position: absolute;
	top: 30%;
	bottom: 30%;
	margin-left: 0.5%;
	margin-top: 0.5%;
	padding: 0.5% 0.5% 0.5% 0.5%;
	width:99%; 
	z-index: 3; 
	background:#ccc;
	display: none;
}

#paradaProgramada p {
	width:100%; 
	height:100%;
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 8vh;
	text-align: center;
	color: #000000;
	background: #F9EC31;
	padding: 3%;
}