@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	height:100%;
}

.page {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}

a, .btn-link {
	color: #0366d6;
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.button-container {
	margin-bottom: 1em;
	margin-top: 0.5em;
}

.button-Main {
	background-color: #0d3f5e;
	border-radius: 18px;
	height: 36px;
	margin: 0 0.5em;
	border: none;
	padding: 0 16px;
	color: #fff;
}
	.button-Main:disabled {		
		opacity: 0.4;
		pointer-events: none;
	}

.colHeight1 {
	height: 30Px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}

.colHeight2 {
	height: 80Px;
	margin:2px;
}

.colHeight3 {
	height: 140Px;
	margin: 2px;
}

.colHeight4 {
	height: 160Px;
	margin: 2px;
}

.deliveryRow {
	flex-wrap: nowrap;
	margin-top: 0em;
}

.textarea {
	overflow: auto;
	resize: horizontal;
	height: 100px;
}

app {
	position: relative;
	display: flex;
	flex-direction: column;
}

.app-name {
	color: white;
	font-size: 18px;
}

.top-row {
	display: flex;
	align-items: center;
	height: 7em;
	background-color: #0d3f5e;
}

.img {
	max-width: 100%;
	max-height: 100%;
	outline: 0;
	border: none;
}

.imgLogo {
	max-width: 100%;
	max-height: 100%;
	outline: 0;
	border: none;
	width: 180px;
	padding-right: 20px;
}

.logout {
	margin-left: auto;
	margin-right: 2em;
}

	.logout a:first-child {
		color: white;
		font-size: 14px;
	}

.delivery-background {
	background-color: antiquewhite;
	font-size: smaller;
	margin:2px;
	padding:15px;
}

.attachment-background {
	background-color: #dee2e6;
	font-size: smaller;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 1px;
}

.condition-background {
	background-color: skyblue;
	margin-left: 2px;
	margin-right: 2px;
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: none;
	opacity:1;
	z-index:auto;
}

	.tooltip .tooltiptext {
		visibility: hidden;
		width: 250px;
		background-color: lightgrey;
		color: black;
		text-align: center;
		border-radius: 3px;
		padding: 2px 2px;
		/* Position the tooltip */
		position: absolute;
		z-index: 1;
		margin-left:5px;
	}

	.tooltip:hover .tooltiptext {
		visibility: visible;
	}

	.tooltip .tooltiptext::after {
		content: " ";
		position: absolute;
		top: 50%;
		right: 100%; /* To the left of the tooltip */
		margin-top: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: transparent lightgrey transparent transparent;
	}


.username {	 
	color: white;
	font-size: 18px;
	padding-right:1em;
}
.batch {
	margin-left: auto;
	margin-right: 2em;
}

.hiddentext {
	display: none;
}

.disabledtext {
	color: gray;
}


.main {
	flex: 1;
}

	.main .top-row {
		background-color: #f7f7f7;
		border-bottom: 1px solid #d6d5d5;
		justify-content: flex-end;
	}

		.main .top-row > a, .main .top-row .btn-link {
			white-space: nowrap;
			margin-left: 1.5rem;
		}

		.main .top-row a:first-child {
			overflow: hidden;
			text-overflow: ellipsis;
		}

.sidebar {
	background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

	.sidebar .top-row {
		background-color: rgba(0,0,0,0.4);
	}

	.sidebar .navbar-brand {
		font-size: 1.1rem;
	}

	.sidebar .oi {
		width: 2rem;
		font-size: 1.1rem;
		vertical-align: text-top;
		top: -2px;
	}

	.sidebar .nav-item {
		font-size: 0.9rem;
		padding-bottom: 0.5rem;
	}

		.sidebar .nav-item:first-of-type {
			padding-top: 1rem;
		}

		.sidebar .nav-item:last-of-type {
			padding-bottom: 1rem;
		}

		.sidebar .nav-item a {
			color: #d7d7d7;
			border-radius: 4px;
			height: 3rem;
			display: flex;
			align-items: center;
			line-height: 3rem;
		}

			.sidebar .nav-item a.active {
				background-color: rgba(255,255,255,0.25);
				color: white;
			}

			.sidebar .nav-item a:hover {
				background-color: rgba(255,255,255,0.1);
				color: white;
			}

.content {
	padding-top: .8rem;
}

.navbar-toggler {
	background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
	outline: 1px solid #26b050;
}

.invalid {
	outline: 1px solid red;
}

.validation-message {
	color: red;
}



#blazor-error-ui {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

	#blazor-error-ui .dismiss {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}

@media (max-width: 767.98px) {
	.main .top-row:not(.auth) {
		display: none;
	}

	.main .top-row.auth {
		justify-content: space-between;
	}

	.main .top-row a, .main .top-row .btn-link {
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	app {
		flex-direction: row;
		height:100%;
	}

	.sidebar {
		width: 250px;
		height: 100vh;
		position: sticky;
		top: 0;
	}

	.main .top-row {
		position: sticky;
		top: 0;
	}

	.main > div {
		padding-left: 2rem !important;
		padding-right: 1.5rem !important;
	}

	.navbar-toggler {
		display: none;
	}

	.sidebar .collapse {
		/* Never collapse the sidebar for wide screens */
		display: block;
	}
}

.loginPage-Toolset {
	color: #FFFFFF;
	font-family: effra;
	position: relative;
	top: -40px;
	font-size: 18px;
}

.loginPage-detailsLayout {
	background-color: #FFFFFF;
	height: 350px;
	width: 375px;
	/*overflow-y: auto;
	overflow-x: hidden;*/
	display: block;
	position: relative;
	top: -60px;
	border-bottom: 40px solid transparent;
}

.loginPage-background {
	background-color: #0d3f5e;
	height:100%
}

.loginPage-loginIcon {
	margin-top: 0;
	margin-bottom: 0;
	box-sizing: border-box;
	font-family: effraBold;
	display: block;
	font-size: 2em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	color: #0d3f5e;
	padding-right: 20px;
	position: relative;
	right: 80px;
	padding-top: 20px;
}

.loginPage-textbox {
	outline: 0;
	border-width: 0 0 1px;
	border-color: black;
	position: relative;
	top: 5px;
	left: 0px;
}

.loginPage-UserNamelabel {
	font-family: effra;
	position: relative;
	right: 92px;
}

.loginPage-Passwordlabel {
	font-family: effra;
	position: relative;
	top: 30px;
	right: 92px;
}

.loginPage-Passwordtextbox {
	outline: 0;
	border-width: 0 0 1px;
	border-color: black;
	position: relative;
	top: 35px;
	left: 0px;
}

.loginPage-ErrorMessage {
	position: absolute;
	top: 290px;
	box-sizing: border-box;
	font-size: 15px;
	color: orangered;
	padding-left: 45pt;
	padding-right: 10pt;
	text-align: left;
}

.btn-success {
	background-color: #0ca766;
	border-radius: 22px;
	outline-color: #0ca766;
	height: 35px;
	width: 70px;
	margin: 0 !important;
	box-shadow: 0 0 0 0 rgb(0 0 0 / 20%), 0 0 0 0 rgb(0 0 0 / 14%), 0 0 0 0 rgb(0 0 0 / 12%);
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 245px;
	right: 235px;
}

.icon-green {
	color: green;
}

.icon-red {
	color: red;
}

.button-test {
	border-radius: 18px;
	height: 36px;
	margin: 0 0.5em;
	border: none;
	padding: 0 16px;
}

.button-container input[type=text] {
	padding: 0 16px;
	border-radius: 18px;
	margin-top: 8px;
	font-size: 17px;
	border: none;
}

.button-container .search-container button {
	padding: 0 16px;
	border-radius: 18px;
	margin-top: 8px;
	margin-right: 16px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
}

	.button-container .search-container button:hover {
		background: #ccc;
	}

@media screen and (max-width: 600px) {
	.button-container .search-container {
		float: none;
	}

		.button-container a, .button-container input[type=text], .button-container .search-container button {
			float: none;
			display: block;
			text-align: left;
			width: 100%;
			margin: 0;
			padding: 14px;
		}

	.button-container input[type=text] {
		border: 1px solid #ccc;
	}
}

.resizedTextbox {
	height: 100px;
	width: 100%;
	overflow-y: auto;
	overflow-x: auto;
	border: 1px solid rgb(118,118,118,0.3);
	padding: 5px;
}

.required {
	color: red !important;
}

.blazored-modal {
	/*width: 50%;*/
	position: absolute;
	float: left;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}


.dvScroll {
	overflow: auto;
	max-height: 230px;
	width: 90%;
}

.blazored-modal-title {
	font-size: 17px;
}

.deployment-row-height{
    min-height:0;
    height:0;
    display:none;
}
.oi-chevron-bottom {
    cursor: pointer;
}

.row-header {
    border-bottom: 2px solid #008eb1;
}


.logout a, .btn-link {
    color: white;
}

.assertLastModifiedDate {
    float:right;
}

.mark, mark {
	padding: 0.2em;
	background-color: yellow;
}

.icon-darkorange {
	color: darkorange;
}

* {
	font-family: effra;
}

.header-container {
	display: flex;
	align-items: center;
	height: 7em;
	background-color: #0d3f5e;
}

.shell-content {
	padding: 0 4em;
	display: flex;
	flex-flow: column;
	height: 100%;
	flex: 1 1 auto;
}

.page-header h3 {
	font-size: 30px;
	font-weight: 400;
	color: #008eb1;
	line-height: 34px;
}

.page-header p {
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
}

#gridView tr:nth-child(odd) {
	background-color: #f2fafc;
}

#gridView tr:first-child {
	border-bottom: 2px solid #008eb1;
	height: 56px;
	color: rgba(0,0,0,.54);
	font-size: 15px;
	font-weight: 500 !important;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
}

#gridView tr th {
	font-weight: 400;
	padding:10px;
}


#gridView {
	font-family: effra;
	border-collapse: collapse;
	width: 100%;
	word-break: break-word;
	align-content: center;
}

	#gridView td, #clients th {
		border: 0;
		padding: 8px;
		width: 75px;
		border-bottom-color: rgba(0,0,0,.12);
		border-bottom-width: 1px;
		border-bottom-style: solid;
		color: rgba(0,0,0,.87);
		font-size: 14px;
		text-align:left;
	}

	#gridView tr:nth-child(odd) {
		background-color: #f2fafc;
	}
	#gridView tr td a {
		color: #008eb1;
		font-size: 16px;
	}

		#gridView tr td a:hover {
			text-decoration: underline;
		}

	#gridView tr td .button-Main {
		background-color: #0d3f5e;
		border-radius: 18px;
		height: 30px;
		margin: 0 0.5em;
		border: none;
		padding: 5px;
		color: #fff;
		width: 90px;
		padding-top: 8px;
	}

	#gridView tr td .oi-chevron-bottom {
		color: #0d3f5e;
		padding-right: 5px;
	}

	#gridView tr th span {
		padding-left: 3px;
	}

.mat-tab-link {
	height: 48px;
	padding: 0 24px;
	cursor: pointer;
	box-sizing: border-box;
	min-width: 160px;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	color: rgba(0,0,0,.87);
}
.mat-dialog-actions {
	padding: 1.5em 0;
}

.nav-bottom {
	border-bottom: 1px solid rgba(0,0,0,.12);
}

li.nav-item > a.active {
	border-bottom: 2px solid #0d3f5e;
}

.navbar {
	padding: 0;
}

.header-padding {
	padding: 10px;
}

.spinner-parentdiv {
	top: 40%;
	left: 46%;
	position: fixed;
}

.spinner-container {
	border: 16px solid silver;
	border-top: 16px solid #337AB7;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 700ms linear infinite;
	position: fixed;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}


@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.dv-blur {
	opacity: 0;
}

.dv-blurDeploy {
	opacity: 0.5;
	display: block;
}

.loader-text {
	position: fixed;
	top: 57%;
	font-size: 20px;
}

.dv-nav .navbar-nav {
	flex-direction: row;
}

.nav-li {
	margin-right: 10px;
	font-size: 16px;
	text-decoration: underline;
}

	.nav-li a {
		color: #008eb1;
	}

.nav-li1 {
	padding: 8px 0px;
	margin-right: 10px;
}

.dv-client {
	padding: 8px 0px;
	margin-right: 10px;
	font-size: 16px;
	font-weight: 500;
}

.nav-link.nav-nolink {
	color: gray !important;
	pointer-events: none;
	text-decoration: none;
}


.blazored-modal-close {
	padding: 0.7rem !important;
}

.blazored-modal-title {
	font-size: 20px !important;
	color: #0D3F5E !important;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 3px solid rgba(0, 0, 0, 0.1);
}

.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
}
.documentTbl,td {
	margin-right: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.nav-tabs .nav-link.active {
	background-color: #0d3f5e;
	border-color: grey;
	color: #fff;
}

	.nav-tabs .nav-link.active:hover {
		background-color: #0d3f5e;
		color: #fff;
	}

.nav-tabs {
	border-bottom: 1px solid grey;
}

.addSection {
	width: 320px;
	background-color: #8080ff;
	border: 1px solid black;
	border-radius: 10px;
}

.addField {
	width: 280px;
	background-color: #63c569;
	border: 1px solid black;
	border-radius: 10px;
}

:root {
	--my-width: 30px;
}

.addChildSection0 {
	width: 320px;
	background-color: #8080ff;
	margin-left: 50px;
	border: 1px solid black;
	border-radius: 10px;
}

.addChildField0 {
	width: 280px;
	background-color: #63c569;
	margin-left: 50px;
	border: 1px solid black;
	border-radius: 10px;
}

.addChildSection1 {
	width: 320px;
	background-color: #8080ff;
	margin-left: 100px;
	border: 1px solid black;
	border-radius: 10px;
}

.addChildField1 {
	width: 280px;
	background-color: #63c569;
	margin-left: 100px;
	border: 1px solid black;
	border-radius: 10px;
}

.addChildSection2 {
	width: 320px;
	background-color: #8080ff;
	margin-left: 150px;
	border: 1px solid black;
	border-radius: 10px;
}

.addChildField2 {
	width: 280px;
	background-color: #63c569;
	margin-left: 150px;
	border: 1px solid black;
	border-radius: 10px;
}

.addChildSection3 {
	width: 320px;
	background-color: #8080ff;
	margin-left: 200px;
	border: 1px solid black;
	border-radius: 10px;
}

.addChildField3 {
	width: 280px;
	background-color: #63c569;
	margin-left: 200px;
	border: 1px solid black;
	border-radius: 10px;
}

.addChildSection4 {
	width: 320px;
	background-color: #8080ff;
	margin-left: 250px;
	border: 1px solid black;
	border-radius: 10px;
}

.addChildField4 {
	width: 280px;
	background-color: #63c569;
	margin-left: 250px;
	border: 1px solid black;
	border-radius: 10px;
}

.addChildSection5 {
	width: 320px;
	background-color: #8080ff;
	margin-left: 300px;
	border: 1px solid black;
	border-radius: 10px;
}

.addChildField5 {
	width: 280px;
	background-color: #63c569;
	margin-left: 300px;
	border: 1px solid black;
	border-radius: 10px;
}


.requiredImg {
	width: 14px;
}

.divAddField {
	padding-bottom: 5px;
}

.spanCursor {
	cursor: pointer;
	top: 5px;
	margin-left: 5px;
}

.width100 {
	overflow: auto;
}

.file-input-zone {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	width: 120px;
	height: 30px;
	border-radius: 18px;
	height: 36px;
	margin: 0 0.5em;
	border: none;
	padding: 0 16px;
	color: #fff;
	background-color: #0d3f5e;
}

	.file-input-zone input[type=file] {
		position: absolute;
		width: 100%;
		height: 100%;
		opacity: 0;
		cursor: pointer;
	}
	.hide {
		display:none;
	}
	.paddingLeft {
		padding-left:20px;
	}



.divRequiredField {
	margin-top: 1em;
}

.dv-message {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

	.dv-message .button-test {
		width: 85px;
		border-radius: 10px;
		height: 30px;
		margin: 0px 10px;
		border: 1px solid lightgrey;
	}

.dv-row-paragraph {
	padding: 3px 0px;
}

.icon-yellow {
	color: #FFD700;
}
	

	.file-input-zone-disabled {
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		position: relative;
		width: 120px;
		height: 30px;
		border-radius: 18px;
		height: 36px;
		margin: 0 0.5em;
		border: none;
		padding: 0 16px;
		color: #fff;
		background-color: #0d3f5e;
		opacity: 0.6;
		cursor: not-allowed;
	}
	.file-input-zone-disabled input[type=file] {
		position: absolute;
		width: 100%;
		height: 100%;
		opacity: 0;
		cursor: pointer;
	}

	.divRequiredField {
		margin-top: 1em;
	}


.spanChildSection {
	cursor: pointer;
	color: #8080ff;
	padding: 3px;
	font-size: x-small;
	top: 3px;
}

.spanChildSectionWhite {
	cursor: pointer;
	color: white;
	padding: 3px;
	font-size: small;
	top: 3px;
}

.spanChildField {
	cursor: pointer;
	color: #63c569;
	padding: 3px;
	font-size: small;
	top: 3px;
}

.spanChildFieldWhite {
	cursor: pointer;
	color: white;
	padding: 3px;
	font-size: small;
	top: 3px;
}
div.blazored-modal {
	max-height: 500px !important;
	max-width: 630px;
	width: auto;
}

.blazored-modal-header {
	padding: 0px !important;
}

.resultTextbox {
	height: 400px;
	width: 100%;
	overflow-y: auto;
	overflow-x: auto;
	border: 1px solid rgb(118,118,118,0.3);
	padding: 5px;
}

.notification-table th{
	text-align:left !important;
}

.notification-table td:nth-child(2) {
	text-align: left !important;
}
.batchDeploySelect{
	width: 100px;
	padding: 0.5rem;
}

.success-img {
	width: 60px ;
	height: 60px;
}
.error-img {
	width: 100px;
	height: 80px;
}
.environment-popup {
	overflow-y: auto;
	overflow-x: hidden;
}

.success-message {
	margin-top:-24px;
	margin-left: 60px;
}

.merge-align {
	padding-top: 25px;
	margin-left: 20px;
}

.merge-span-align {
	margin-bottom:0px;
	margin-left: 3px;
}

@media (max-width: 1024px) {
	div .blazored-modal {
		max-height: 600px !important;
		max-width: 630px;
		width: auto;
	}
}
.pAlignment {
	text-align: justify;
}
.labelDefaultMarginHide {
	margin-bottom: -0.5rem;
}

.deploymentRowStatus {
	min-height: 0;
	height: 0;
	display: none;
}

.notification-align-top {
	margin-top: 10px;
}

.notification-align-left {
	margin-left: 3px;
}

.btn:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.loginPageFullView{
	padding-left:0px;
	padding-right:0px;
}

#BatchDeploymentStatus {
	margin: 0px;
}