:root {
	--primary: #0068c8;
	--primary-hover: #2883d8;
}

html {
	height: 100%;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	width: 80%;
	padding: 2%;
	padding-top: 10px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}

.logo {
	margin: 5px 10px;
	border-radius: 7px;
}

.nav-item a {
	color: var(--primary) !important;
	font-weight: bold;
}

#back_button {
	float: none;
}

tr {
	cursor: pointer;
}

tr.upTrend {
	color: #0e83cd;
}

tr.downTrend {
	color: #cd4436;
}

td {
	vertical-align: middle !important;
}

td.values {
	text-align: center;
}

.promisOutcome {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	line-height: 135px;
	font-size: 75px;
	font-weight: bolder;
}

tr.upTrend .promisOutcome {
	border: 5px solid #0e83cd;
}

tr.downTrend .promisOutcome {
	border: 5px solid #cd4436;
}

.otherValue {
	font-size: 30px;
	font-weight: bold;
}

.border {
	border: none !important;
	border-top: 1px dashed !important;
}

tr.upTrend .trend {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 30px solid #0e83cd;
}

tr.downTrend .trend {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 30px solid #cd4436;
}

.cl-effect-4 {
	width: 33%;
	float: left;
}

.cl-effect-4 lable {
	width: 100%;
}

.datepicker.form-control {
	width: 52%;
}

.headerTop,
.filters {
	padding: 1% 0;
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#chartjs-tooltip {
	opacity: 1;
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	border-radius: 3px;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
	pointer-events: none;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

#chartjs-tooltip table th {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}

#chartjs-tooltip table tr {
	font-size: 14px;
}

.chartjs-tooltip-key {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
}

#loginFormDiv {
	padding-top: 50px;
	width: 40%;
	margin: 0 auto;
}

.hide {
	display: none !important;
}

.pull-right {
	float: right;
}

.ui-autocomplete {
	/* these sets the height and width */
	max-height: 300px;
	max-width: 100%;
	/* these make it scroll for anything outside */
	overflow-y: scroll;
}

.card-bg {
	background: var(--primary) !important;
}

.card-border {
	border-radius: 15px !important;
}

.border-top {
	border-top-right-radius: 15px !important;
	border-top-left-radius: 15px !important;
}

.border-bottom {
	border-bottom-right-radius: 15px !important;
	border-bottom-left-radius: 15px !important;
}

.card-horizontal {
	display: flex;
	flex: 1 1 auto;
}

.unit {
	position: absolute;
	top: 10px;
}

.icon {
	margin-top: 20px;
}

.tableContainer {
	font-size: 15px;
	margin: auto 0;
}

.tableContainer tr td {
	padding-top: 0.2px;
	padding-bottom: 0.2px;
}

.header-fixed {
	width: 76%;
	margin-left: 12%;
	margin-right: 12%;
}

footer {
	margin-top: 5%;
}

.footer-area {
	background: var(--primary) !important;
	color: white;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	width: 95%;
	left: 2.5%;
}

.footer-area ul {
	list-style: none;
}

.footer-area ul li {
	display: inline-block;
	padding: 15px 16px 0px 0px;
}

.footer-area ul li a {
	display: block;
	color: white;
	transition: 0.3s;
	border-right: 3px solid #fff;
	padding-right: 15px;
	line-height: 15px;
}

.last-child {
	border-right: 0px !important;
}

.footer-area ul li a:hover {
	color: black;
}

/* #btnnotify {
	border: none;
	background: none;
	color: #fff;
	position: absolute;
	right: 70px;
	top: 15px;
	font-size: 20px;
}
#btnnotify:hover {
	cursor: pointer;
}*/
#notificationCount span {
	position: absolute;
	top: -15px;
	font-weight: 700;
}
.tab-content > .active {
	display: block;
	position: relative;
}

/*  Loader spinner css */
#spinner:not([hidden]),
.spinner:not([hidden]) {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	/* align-items: center; */
	background: #fff;
	z-index: 2;
	padding-top: 100px;
}
#requestCodeBtn:disabled {
	cursor: not-allowed;
}
#spinner::after,
.spinner::after {
	content: '';
	width: 80px;
	height: 80px;
	border: 2px solid #f3f3f3;
	border-top: 3px solid var(--primary) !important;
	border-radius: 100%;
	will-change: transform;
	animation: spin 1s infinite linear;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
#mfacode {
	width: 120px;
	display: inline-block;
	margin-left: 20px;
	border: 2px solid var(--primary) !important;
}
.btnProcessed {
	background: var(--primary) !important;
	padding: 0px 5px;
	border: 1px solid var(--primary) !important;
	font-weight: 700;
}

.hideOnIframe {
	display: none !important;
}

.dailyScheduleData {
	margin: 26px;
}
.dailyScheduleData p {
	font-size: 25px;
	line-height: 40px;
}
.text-green {
	color: green;
	font-weight: bold;
}

.ds-title {
	font-size: 25px;
	font-weight: 600;
	margin: 40px 0 0 0;
}
.thead-edifact {
	background: var(--primary) !important;
	color: #fff;
}

.edifact-table i {
	font-size: 20px;
	margin-left: 12px;
}

.edifact-table tr {
	cursor: initial !important;
}
.nav-tabs .nav-link.active {
	color: #000 !important;
}
#clientlink:hover {
	color: #fff !important;
}

.btn-primary {
	color: #fff;
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
}
