/***** General *****/
.view {
	display: none;
	margin: 6px 16px;
}

a {
	border-bottom: 1px dashed;
	text-decoration: none !important;
	transition: all 0.3s;
}
a:hover,
a:focus {
	border: 0;
	text-decoration: none;
}

/***** Sidebar *****/
.wrapper {
	display: block;
}

.sidebar {
	width: 350px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: -355px;
	z-index: 999;
	background: #333;
	color: #fff;
	transition: all 0.3s;
	box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
	text-align: left;
}

.sidebar.active {
	left: 0;
}

.dismiss {
	width: 55px;
	height: 55px;
	position: absolute;
	top: 10px;
	right: 10px;
	transition: all 0.3s;
	background: #444;
	border-radius: 4px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}

.dismiss:hover,
.dismiss:focus {
	background: #555;
	color: #fff;
}

.sidebar .logo {
	padding: 40px 20px;
	border-bottom: 1px solid #444;
	transition: all 0.3s;
}

.sidebar .logo a {
	display: inline-block;
	width: 172px;
	height: 34px;
	border: 0;
	text-indent: -999999px;
}

.logo {
	background-image: url("assets/logo.png");
	background-color: white;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 160px;
}

.navbar-logo {
	width: 164px;
	height: 65%;
}

.navbar-height {
	height: 86px;
}

.navbar-btn {
	font-weight: 600;
	color: black;
}

.space {
	width: 32px;
}

.fa-arrow-left {
	font-size: 20px;
}

.icon-text {
	display: table-cell;
	vertical-align: middle;
}

.icon-element {
	display: table-cell;
	padding-right: 25px;
}

.sidebar-row-element {
	display: inline-table;
}

.sidebar ul.menu-elements {
	padding: 0px 0;
	border-bottom: 1px solid #444;
	transition: all 0.3s;
}

.sidebar ul li a {
	display: block;
	padding: 30px 20px;
	color: #fff;
	font-size: 25px;
	border-bottom: 1px solid #444;
}
.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active > a:hover,
.sidebar ul li.active > a:focus {
	outline: 0;
	background: #555;
	color: #fff;
}

.sidebar ul li a i {
	margin-right: 20px;
	font-size: 26px;
}

.sidebar ul li.active > a,
a[aria-expanded="true"] {
	background: #444;
	color: #fff;
}

.sidebar ul ul a {
	background: #444;
	padding-left: 30px;
	font-size: 14px;
}

.sidebar ul ul li.active > a {
	background: #555;
}

.sidebar a[data-toggle="collapse"] {
	position: relative;
}

/***** Dark overlay *****/

.overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(51, 51, 51, 0.7);
	z-index: 998;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.overlay.active {
	display: block;
	opacity: 1;
}

/***** Content *****/

.content {
	width: 100%;
	transition: all 0.3s;
}

.open-menu {
	position: fixed;
	top: 20px;
	left: 10px;
	z-index: 997;
	box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

/***** Navbar *****/
.card-header {
	height: 84px;
	background-color: rgb(191, 191, 191) !important;
}

.fa-bars {
	font-size: 48px;
}

.navbar-container {
	position: relative;
	height: 100%;
}

.navbar-content {
	position: absolute;
	top: 50%;
	left: 3%;
	transform: translate(-50%, -50%);
}

/***** Notification Badge *****/
.badge {
	position: absolute;
	top: 0;
	right: 0;
	background-color: red;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-weight: bold;
	font-size: 16px;
}

/***** Divider *****/

.divider-1 span {
	display: inline-block;
	width: 200px;
	border-bottom: 1px dotted rgb(68, 67, 67);
}

/***** Chronometer View *****/
.header-container,
.container {
	padding-top: 2px;
	padding-left: 2px;
}

.title {
	font-size: 28px;
	margin: 0 0 8px;
}

.subtitle {
	color: rgb(90, 90, 90);
	text-transform: uppercase;
	font-size: 15px;
}

.divider {
	border-top: 2px solid rgb(187, 187, 187) !important;
	margin-bottom: 16px !important;
}

.body-view {
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 298px);
	padding-bottom: 25px;
}

.footer-view {
	bottom: 0;
	width: 100%;
	height: 76px;
}

.footer-helper {
	height: 76px;
}

.footer-button {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	margin-bottom: 12px;
	text-align: center;
}

.row {
	margin: 0 !important;
}

.btn-100 {
	width: 100%;
	box-shadow: 5px 5px 10px gray;
}

.btn-action {
	height: 52px;
	width: 52px;
	font-size: 30px !important;
	box-shadow: 5px 5px 10px gray;
}

.btn-generic {
	font-size: 24px !important;
	box-shadow: 3px 3px 10px gray;
}

.col-center {
	text-align: center;
}

.full-width {
	width: 100%;
}

.bright-section {
	padding-top: 8px;
}

.quick-btn {
	padding-top: 24px;
}

.quick-time-col {
	padding-right: 80px;
}

.quick-time-col-2 {
	padding-right: 60px;
}

.quick-label-btn {
	height: 70px;
}

.symbol-btn {
	width: 70px;
	height: 70px;
}

.btn-footer {
	font-size: 22px !important;
}

.body-view-departments {
}

#ProblemTypeContainer {
	max-height: calc(65vh - 12px);
	overflow: auto;
}

/* CreateProblemView */
.label {
	font-size: 32px;
	font-weight: bolder;
	white-space: nowrap;
}

.field-value {
	font-size: 32px;
	font-weight: bold;
	white-space: nowrap;
}

/* Number Pad  */

.btn-key-num {
	font-size: 32px !important;
}

.rfid-display-label {
	margin: 12px 24px;
	text-align: center;
	font-size: 32px;
	font-weight: bolder;
	background-color: #ececec;
	border-radius: 12px;
	border: 2px solid #949494;
	padding: 12px 0;
	min-height: 82px;
}

#keyboard {
	margin: 36px 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.key {
	padding: 15px;
	font-size: 32px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #444444;
	border-radius: 5px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
}

.table-prod tbody {
	overflow-y: auto !important;
	max-height: calc(100vh - 300px);

	flex: 1 1 auto;
    display: block;
    overflow-y: scroll;
}

.table-prod thead {
	flex: 0 0 auto;
	width: calc(100% - 0.9em);
}

.table-prod {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.table-prod th {
	font-size: 30px;
	padding: 20px 10px !important;
	cursor: default;

}

.table-prod td {
	font-size: 27px;
	padding: 30px 10px !important;
}

.table-prod tr {
	width: 100%;
	cursor: pointer;
}

table thead, table tbody tr {
    display: table;
    table-layout: fixed;
}