html {
	position: relative;
	font-size: 16px;
}

html, body {
	width: 100%;
	height: 100%;
	overflow: auto;
}

	body div.note.note-info.note-info-custom {
		background-color: #deedfa;
	}

	body .text-info-custom, body .text-info-custom span {
		color: black;
	}

.text-15 {
	font-size: 15px;
}

.navbar-header {
	background-color: #1e3e77 !important;
}

	.navbar-header div a {
		color: white !important;
	}

#sidebar-and-main {
	height: calc(100vh - 114px) !important;
}

#sidebar {
	border-style: double !important;
	border-width: 1px !important;
	border-color: #bcbdbf !important;
	z-index: 3;
	flex: 1 0 250px;
}

	#sidebar ul a {
		display: block;
		padding: 10px 2px;
	}

	#sidebar .selected {
		background-color: #bccbe9;
	}

	#sidebar ul a:hover {
		background-color: #d0daef;
	}

	#sidebar ul a i {
		color: #1e3e77;
	}

	#sidebar .sub-menu {
		position: relative;
	}

		#sidebar .sub-menu::before {
			bottom: 0;
			right: 10px; /*21px*/
			top: 0;
			background-color: #809ed5;
			content: "";
			position: absolute;
			width: 3px;
			border-radius: 5px;
		}

		#sidebar .sub-menu li {
			position: relative;
		}

			#sidebar .sub-menu .selected:before,
			#sidebar .sub-menu li:hover:before {
				bottom: 0;
				right: 10px; /*21px*/
				top: 0;
				background-color: #1e3e77;
				content: "";
				position: absolute;
				width: 3px;
				border-radius: 5px;
			}

		#sidebar .sub-menu a {
			padding-right: 20px;
			color: #1e3e77;
		}

	#sidebar #user-info img {
		width: 40px;
		border-radius: 50% !important;
	}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
}

#breadcrumb {
	margin-bottom: 0.5rem;
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 0px 10px;
	border: 1px solid #ff8800;
	border-style: none none solid none;
}

	#breadcrumb a,
	#breadcrumb span {
		padding: 5px;
		font-size: 13px;
	}

	#breadcrumb a {
		color: #243f80;
	}

.text-size-14 {
	font-size: 14px
}

.bg-whiteSomke {
	background-color: #e6ebf6
}


input[type="number"]:-moz-placeholder {
	text-align: right !important;
}

input[type="number"]:-ms-input-placeholder {
	text-align: right !important;
}

input[type="number"]::-webkit-input-placeholder {
	text-align: right !important;
}

input[type="email"]:-moz-placeholder {
	text-align: right !important;
}

input[type="email"]:-ms-input-placeholder {
	text-align: right !important;
}

input[type="email"]::-webkit-input-placeholder {
	text-align: right !important;
}

.separator {
	background: #bcbdbf;
	height: 1px;
	flex-shrink: 0;
}

@media (max-width: 767px) {
	#sidebar {
		position: absolute;
		bottom: 0.5rem;
		top: 0.5rem;
		right: calc(-250px - 0.5rem);
		transition: right 0.2s ease-in-out;
	}

		#sidebar.open {
			right: 0;
		}

			#sidebar.open + .overlay {
				display: block;
			}

	main {
		margin-right: 0.5rem;
	}

	select {
		font-size: 12px
	}
}

.text-bold {
	font-weight: bold !important
}

.text-bolder {
	font-weight: bolder !important
}

.step-inprogress {
	background-color: #ffbe25
}

.step-complete {
	background-color: #4fc18b
}
.step-reject {
	background-color: #efa09b
}
.step-new {
	background: #757F9A; /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #D7DDE8, #757F9A); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #D7DDE8, #757F9A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.step-sendinfo {
	background-color: #15a9ff
}

.btn-navyblue {
	background-color: #1e3e77 !important;
}

.bg-blue {
	background-color: #15a9ff !important;
}

.btn-success1 {
	background-color: rgb(25 135 84);
	color: white ;
}

.bg-report {
	background: #B993D6; /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #8CA6DB, #B993D6); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #8CA6DB, #B993D6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-inprogress {
	background: #ffe259; /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #ffa751, #ffe259); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #ffa751, #ffe259); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-complete {
	background: #76b852; /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #8DC26F, #76b852); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #8DC26F, #76b852); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-lightgreen {
	background-color: #bad8a8 !important;
}
