﻿* {
	/*font-family: Helvetica, sans-serif*/
	/*font-size: 15px !important;*/
	/*font-family: Helvetica, sans-serif;*/
	/*background-color: #212121;*/
}
:root {
	font-family: Inter !important
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	display: grid;
	grid-template-rows: auto 1fr;
	color:black;
}

.e-control, .e-control[class^='e-'], .e-control[class*=' e-'], .ej-form-input, a, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
ejs-textbox, ejs-dropdownlist, .e-float-input, .e-float-input.e-control-wrapper, .e-float-input.e-disabled, .e-float-input.e-control-wrapper.e-disabled,
.e-float-input.e-input-group.e-disabled, .e-float-input.e-input-group.e-control-wrapper.e-disabled, .e-float-input, .e-float-input.e-control-wrapper,
.e-float-input.e-disabled, .e-float-input.e-control-wrapper.e-disabled, .e-float-input.e-input-group.e-disabled, .e-float-input.e-input-group.e-control-wrapper.e-disabled,
.e-checkbox-wrapper .e-label, .e-list-parent {
	/*font-size: 1rem;*/
	font-family: Inter !important;
	color: black;
}

.e-card {
	/*font-size: 1rem;*/
	font-family: Inter !important;
	color: black;
	font-weight: 400;
	border: 1px solid grey;
}

/*.e-control, [class^="e-"] *:not([class*="e-icon"]) {*/
	/*font-size: 15px !important;*/
	/*font-family: Helvetica, sans-serif;*/
	/*font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif !important;*/
/*}*/

.inputaddon {
	height: 33px;
}

.footer {
	grid-row-start: 3;
	grid-row-end: 4;
}

.main-content{
	height:100vh;
	max-height:100vh;
	overflow:hidden;
}

/*.e-small-btn {
	height: 30px;
	vertical-align: middle;
}*/

/*Sidebar Changes*/
#sidebar {
	/*background-color: #414141;*/
	background-color: #2c3e50;
	border-right: 1px solid;
	padding: 10px 20px;
	font-family: Inter !important;
}

#sidebar .e-menu-wrapper
{
	width:100%;
	background-color:inherit;
	color:white;
}

	#sidebar .e-anchor-wrap {
		width: 100%;
		background-color: inherit;
		color: #18bc9c;
		font-size: 16px;
		margin-top: 14px;
	}

#sidebar-toggler
{
	cursor:pointer;
}

#sidebar.e-close
{
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
}

#sidebar.e-close .main-content 
{
	margin:10px;
}

/*	#sidebar.e-close .app-logo, #sidebar.e-close .profile {
		display: none;
	}*/

/*#sidebar.e-close .e-anchor-wrap, #sidebar.e-close .e-menu-item.e-menu-caret-icon
{
	padding-left: 0px;
	padding-right: 0px;
}*/

	#sidebar.e-open .e-anchor-wrap, 
	#sidebar.e-close .e-menu-icon, #sidebar.e-open .e-menu-icon{
		visibility:visible;
	}

/*	#sidebar.e-close .e-anchor-wrap,
	#sidebar.e-close .e-menu-item.e-menu-caret-icon {
		font-size:0px;
	}*/

	#sidebar.e-sidebar.e-right.e-close{
		visibility:visible;
		transform:translateX(0%);
	}

#sidebar .e-menu-icon {
	font-size: 24px;
	margin-right:14px;
}

#sidebar.e-close .e-menu-icon{
	font-size:24px;
}
/*#sidebar.e-close #sidebar-toggler {
	padding-left: 14px;
}*/

/*#sidebar.e-close .profile-wrapper{
	padding-left: 0px;
	background-color:inherit;
}*/

.profile-picture {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #A7A9AC;
}

.profile-wrapper {
	display: flex;
	flex-direction: row;
	color: #18bc9c;
	font-size: 18px;
	background-color:inherit;
	border-radius: 5px;
	padding: 10px;
}

.profile{
	padding-top:10px;
	padding-left:10px;
}
/*sidebar changes ends*/
/* vertical-menu styles */
.sidebar-menu .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon {
	width: 220px;
}

.e-close .e-menu-wrapper ul .e-menu-item {
	width: 220px;
}

.e-close ul .e-menu-item.e-menu-caret-icon {
	padding-right: 12px;
}

.sidebar-menu.e-dock.e-close .e-menu-wrapper ul .e-menu-item .e-caret {
	display: none;
}

.sidebar-menu.e-dock.e-close .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon,
.sidebar-menu.e-dock.e-close .e-menu-wrapper ul.e-vertical {
	min-width: 0;
	width: 220px !important;
}

.sidebar-menu.e-dock.e-close .e-menu-wrapper ul.e-menu {
	font-size: 0;
}

.sidebar-menu.e-dock.e-close .e-menu-item .e-menu-icon {
	font-size: 20px;
	padding: 0;
}

.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text {
	color: #000000;
	font-size: 14px;
}

.e-headertext {
	font-size: 20px;
	font-weight:600;
	color:black;
	font-variant-caps:all-small-caps;
}

.e-list-group-item .e-text-content .e-list-text {
	font-size: 14px;
	font-weight: 600;
	color: black;
	/*font-variant-caps: all-small-caps;*/
}
/*From Synfusion Sample Ends*/
.modal-header {
	background-color: #1D2127;
}

.tbl-row-sm td {
	padding: 4px;
}

.tbl-row-sm th {
	padding: 4px;
}

.modal-title {
	color: #A7A9AC;
	margin: auto;
}

ejs-textbox, ejs-numerictextbox, ejs-dropdownlist
{
	margin-top:20px;
}

.ej-form-input {
	margin-top: 10px;
}

.form-control {
	/*	height: calc(1em + 1.5rem + 0px);
	padding: 0.25rem 1rem;
	line-height: 1;*/
	border-radius: 0.25rem;
	color: black;
	margin: 0.25em 0 0.25em 0;
}

.form-control-sm {
	/*	height: calc(1em + 1rem + 0px);
	padding: 0.25rem 1rem;
	line-height: 1;*/
	border-radius: 0.25rem;
	color: black;
	margin: 0.25em;
}

.btn {
	border-radius: 0.25rem;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
	color:orangered;
}

/*Customize scrollbar*/

/* width */

::-webkit-scrollbar {
	width: 3px;
}



/* Track */

::-webkit-scrollbar-track {
	background: white;
}



/* Handle */

::-webkit-scrollbar-thumb {
	background: #f47920;
}



	/* Handle on hover */

	::-webkit-scrollbar-thumb:hover {
		background: #555;
	}

	/*Customize scrollbar end*/

/*.form-label{
	padding:2rem;
}*/

.horizontal-scrollable > .row {
	overflow-x: auto;
	white-space: nowrap;
}

	.horizontal-scrollable > .row > .col-xs-4 {
		display: inline-block;
		float: none;
	}

	.page-footer {
		position: absolute;
		bottom: 0;
		width:100%;
	}

.border-warning {
	border-color: #f47920 !important;
}


.cus-bg-primarycolor {
	background-color: #414141; /*Black*/
	color: white;
}


.cus-bg-secondarycolor {
	background-color: #a7a9ac; /*Mid-Grey*/
	color: white;
}

.cus-bg-lightcolor {
	background-color: #f5f5f5; /*light - grey*/
	color: black;
}

.cus-bg-body {
	background-color: white;
}

.cus-bg-body-dark {
	background-color: white;
}

.cus-bg-warning {
	background-color: #f47920; /*Orange*/
	color: white;
}

.cus-font-primarycolor {
	color: #a7a9ac;
}

.cus-font-secondarycolor {
	color: #607D8B;
}

.cus-font-warning {
	color: #f47920;
}

.hover {
	/*background-color: #f47920;*/
	/*color: #f47920;*/
	transform: scale(1.1);
}

.nav-link:hover {
	/*text-decoration: none;*/
	color: #f47920;
	transform: scale(1.1);
}

.nav-link:focus {
	/*text-decoration: none;*/
	color: #f47920;
}

.btn:hover {
	color: #f47920;
	transform: scale(1.05);
	/*	background-color: #f47920;*/
	/*box-shadow:rgba(0,0,0,0.4) 10px 10px unset;*/
	/*border-color: #010000;*/
}

.nav-tabs {
	background-color: white;
	border-bottom: 1px solid #f5f5f5;
}

.card-header .nav-tabs {
	background-color: white;
	border-bottom: 1px solid #f5f5f5;
}

.nav-link:hover, .nav-link:focus {
	color: #f47920;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-item .nav-link.active {
	color: #f47920;
	background-color: white;
	border-color: #f5f5f5 #f5f5f5 #f47920;
}

/*.card-header .nav-tabs .nav-link.active,
.card-header .nav-tabs .nav-item.show .nav-link,
.card-header .nav-item .nav-link.active {
	color: white;
	background-color: #414141;
	border-color: white white #414141;
}*/

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 16px;
	z-index: 1;
}

.dropdown:hover .dropdown-content {
	display: block;
}

/*dropdown divider in navigation menu*/
.dropdown-divider {
	border-top: 1px solid orange
}
	/*.smallfont {
	height: calc(1.5em + 1rem + 0px);
	padding: 0.5rem 1rem;
	font-size: 0.765625rem;
	line-height: 1.5;
}*/

	.MultipleSelect{
	border:none;
}

.fade.in {
	opacity: 1;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-backdrop.in {
	opacity: 0.5;
}

.modal-backdrop {
	display: none;
}

.modal-content {
	margin: 2px auto;
	z-index: 1100 !important;
}

.input-group-text {
	background-color: #a7a9ac;
	color: white;
}

input,.form-control {
	border: 1px solid #aaa;
}

.form-check-input {
	color: #f47920;
}

input[type=checkbox]:checked {
	background: #f47920;
}

select.input-group-text {
	border-left: 0px;
}

.vertical-text {
	writing-mode: vertical-rl;
	padding: 4px;
	/*transform: rotate(90deg);*/
	/*transform-origin: left top 0;*/
	/*text-orientation: upright;*/
}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 17px;
}

	/* Hide default HTML checkbox */
	.switch input {
		opacity: 0;
		width: 0;
		height: 0;
	}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #607D8B;
	-webkit-transition: .4s;
	transition: .4s;
}

	.slider:before {
		position: absolute;
		content: "";
		height: 12px;
		width: 12px;
		left: 3px;
		bottom: 3px;
		background-color: white;
		-webkit-transition: .3s;
		transition: .3s;
	}

input:checked + .slider {
	background-color: #f47920;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.tableFixHead {
	overflow-y: auto; /* make the table scrollable if height is more than 200 px  */
	height: 80vh; /* gives an initial height of 200px to the table */
}

	.tableFixHead thead th {
		position: sticky; /* make the table heads sticky */
		top: 0px; /* table head will be placed from the top of the table and sticks to it */
	}

	.theadcustom{
		background-color:darkorange;
		text-align:center;
		color:white;
		padding:6px;
		font:14px bold inherit;
	}

.tablerowcustom td{
	text-align:center;
}


/*Table Customization*/

table, thead,tr, td, th {
	/*border: 1px solid #2c3e50;*/
}
.tableheader {
	/*	background-color: #2c3e50;
	color: #18bc9c;*/

	color: #18bc9c;
	/*border: 2px solid #2c3e50;*/
}

.tableheader tr th{
	text-align: center;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 0.5px solid #a4a4a4;
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

	.slider.round:before {
		border-radius: 50%;
	}

body {
	position: relative;
}

.login {
	width: 950px; /* Set this to your convenience */
	height: 300px; /* Set this to your convenience */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -320px; /* Half of height */
	margin-left: -475px; /* Half of width */
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.form-rounded {
	border-radius: 0.25rem;
}

.layoutModal {
	width: 750px;
	margin: auto;
}

.noMarginLeft {
	margin-left: 0rem;
}

.e-toast-container .e-toast .e-toast-message .e-toast-content {
	color: green;
	font-size: 13px;
	font-weight: normal;
}

a {
	color: black;
	text-decoration: none; /* no underline */
}

/* DashboardLayout element styles  */
#defaultLayout {
	padding: 10px;
}

	#defaultLayout .e-panel .e-panel-container {
		vertical-align: middle;
		font-weight: 600;
		font-size: 20px;
		text-align: center;
		line-height: 160px;
	}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.card {
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}

.card-container {
	padding-left: 16px;
	padding-right: 0;
}

	.card-container:first-child {
		padding-left: 16px;
	}

	.card-container:last-child {
		padding-right: 16px;
	}

.toast-success {
	background-color: darkolivegreen;
	font-size: 18px;
	font-weight: bold;
}

.toast-danger {
	background-color:indianred;
	font-size: 18px;
	font-weight: bold;
}

.custom.e-listview .e-list-item.e-high .e-text-content {
	color: red;
}

.blackBorderTable, .blackBorderTable td, .blackBorderTable th {
	border-color: black;
}

.e-listview .e-list-item, .e-listview .e-list-group-item {
	height: auto !important;
}

.e-listview .e-list-text {
	white-space: normal !important;
}

.e-card {
	justify-content: flex-start;
	border: 1px solid #2c3e50;
}

	.e-card .e-card-header {
		padding: 8px;
		/*background-color: #2c3e50;*/
	}

		.e-card .e-card-header .e-card-header-caption .e-card-header-title {
			font-weight: 900;
			color: #18bc9c ;
			text-align: center;
		}

fieldset {
	border: 1px groove #96989B !important;
	border-radius: 5px;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

legend {
	width: inherit; /* Or auto */
	padding: 0 10px; /* To give a bit of padding on the left and right */
	border-bottom: none;
	font-size: 1rem;
}

.modal-header {
	padding: 8px;
	background-color: #2c3e50;
}

.modal-title {
	font-weight: 900;
	color: #18bc9c;
	text-align: center;
}
.cus-bg-header {
	/*background-color: #f47920;*/
	background-color: #faa56c;
	color: black;
}

.e-grid .e-gridheader {
	/*border: 2px solid green*/
}

.e-grid .e-headercell {
	color: darkblue;
}

.e-grid .e-headertext {
	font-size: 16px;
}

.table-sm tbody tr td{
	padding:2px;
	text-align:center;
}

.disableClick {
	pointer-events: none;
}
