* {
	margin: 0;
	padding: 0
}

html {
	height: 100%
}

h2 {
	color: #2b6777;
}

#form {
	text-align: center;
	position: relative;
	margin-top: 20px
}


.xyz {
	background-size: auto;
	text-align: center;
	padding-top: 100px;
}


.btn-circle.btn-xl {
	width: 105px;
	height: 70px;
	padding: 10px 16px;
	border-radius: 35px;
	font-size: 10px;
	text-align: center;
	white-space: normal;
}

.anchor {
	background: none !important;
	border: none;
	padding: 0 !important;
	/*optional*/
	font-family: arial, sans-serif;
	/*input has OS specific font-family*/
	color: #069;
	text-decoration: underline;
	cursor: pointer;
}

.center-div {
	width: 300px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -150px;
}

.spinner {
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: Black;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.8;
}

.loader {
	margin: auto;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #15a0ec;
	border-bottom: 16px solid #15a0ec;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.inner-div {
	background-color: white;
	border-radius: 15px;
	margin: auto;
	padding: 2%;
	width: 150px;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.one, .two, .three {
	position: absolute;
	margin-top: -10px;
	z-index: 1;
	height: 40px;
	width: 40px;
	border-radius: 25px;
}

.one {
	left: 25%;
}

.two {
	left: 50%;
}

.three {
	left: 75%;
}
/*
.primary-color {
	background-color: #4989bd;
}
*/
.success-color {
	background-color: #5cb85c;
}



/* progressbar*/

ul {
	text-align: center
}

	ul li {
		display: inline-block;
		/*width: 16%;*/
		font-family: sans-serif;
		color: #01ab97;
		position: relative;
		font-size: 10px;
	}


.fa {
	color: #FFBF00;
}

/*ul li .fa::after {
	content: '';
	background-color: #FFBF00;
	height: 3px;
	width: 200px;
	display: block;
	position: absolute;
	left: 0;
	top: 20px;
}
*/

ul li:first-child .fa::after {
	width: 110px;
	left: 90px;
}

ul li:last-child .fa::after {
	width: 90px;
	right: 90px;
}


hr {
	background-color: #FFBF00;
	border: none;
	height: 2px;
	width: 200px;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
}

#hr1 {
	width: 110px;
	left: 90px;
}

#hr5 {
	width: 90px;
	right: 90px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.title {
		height: 10px;
		font-weight: bold;
		font-size: 34px;
		color: white;
		text-align: center;
		margin-top: 27px;
	}
}

.completeWF {
	margin-left: 12px;
	display: flex;
}

.userSelectedWF {
	display: flex;
	width: 16%;
	display: none;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
/*@media only screen and (min-width: 600px) {*/
	.title {
		height: 10px;
		font-weight: bold;
		font-size: 34px;
		color: white;
		text-align: center;
		margin-top: 27px;
	}

.tileTitle {
	font-size: 15px;
	color: darkgrey;
	position: absolute;
	top: 10px;
	right: 6px;
}
	.gridAllHeaderRowNoLeft {
		width: 25px;
	}

	.gridAllHeaderRowNoRight {
		width: 25px;
	}

	.gridAllHeaderColumnNoLeft {
		width: 70px;
	}

	.gridAllHeaderColumnNoRight {
		width: 70px;
	}

	.gridAllHeaderSrcFileTestLeft {
		width: 150px;
	}

	.gridAllHeaderSrcFileTestRight {
		width: 150px;
	}

	/*Difference Found Tab*/
	.gridDifHeaderRowNoLeft {
		width: 84px;
	}

	.gridDifHeaderRowNoRight {
		width: 74px;
	}

	.gridDifHeaderColumnNoLeft {
		width: 241px;
	}

	.gridDifHeaderColumnNoRight {
		width: 210px;
	}

	.gridDifHeaderSrcFileTestLeft {
		width: 350px;
	}

	.gridDifHeaderSrcFileTestRight {
		width: 350px;
	}

	/*Difference Found End*/
	.gridBodyRowNo {
		/*width: 100px;*/
		width:82px;
	}

	.gridBodyColumnNo {
		/*width: 250px;*/
		width:171px;
	}

	.gridBodySrcFileTest {
		width: 350px;
	}

	.gridDifBodyRowNoLeft{
		width:90px;
	}
	.gridDifBodyColumnNameLeft{
		width:258px;
	}
	.gridDifBodySrcFileTestLeft{
		width:350px;
	}

.gridDifBodyRowNoRight {
	width: 78px;
}

.gridDifBodyColumnNameRight {
	width: 221px;
}

.gridDifBodySrcFileTestRight {
	width: 350px;
}

.custom-file-button input[type=file] {
	margin-left: -2px !important;
}

	.custom-file-button input[type=file]::-webkit-file-upload-button {
		display: none;
	}

	.custom-file-button input[type=file]::file-selector-button {
		display: none;
	}

.custom-file-button:hover label {
	background-color: #dde0e3;
	cursor: pointer;
}

.text-white, .settings-white {
	color: white;
}

#linkCloseSuccess {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 20px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	font-weight: bold;
}

.my-background-class {
	background-color: #52ab98;
	background-size: cover;
	background-position: top center;
	overflow: hidden;
}

.alerterror {
	z-index: 9999;
	position: fixed;
}

.alertsuccess {
	z-index: 9999;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	text-align: center;
	padding: 15px;
	min-width: 300px;
	border-radius: 5px;
}

.container-custom {
	background-color: #2b6777;
	margin-top: 5px;
	border-radius: 6px;
	width: 99%;
}
.container-custom-errorpage {
	background-color: #2b6777;
	margin-top: 16px;
	border-radius: 6px;
	width: 99%;
}
.row-custom {
	margin-top: 5px;
	border-radius: 6px;
	height: 130px;
}
.row-custom-login {
	margin-top: 0px;
	border-radius: 6px;
	height: 130px;
}
.row-custom-error {
	margin-top: -10px;
	border-radius: 6px;
	height: 130px;
}

.col-no-padding-left {
	padding-left: 0;
}

.img-custom {
	height: 130px;
	width: 100%;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.img-custom-error {
	height: 130px;
	width: max-content;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

.col-no-padding-right {
	padding-right: 0;
}

.img-custom-right {
	height: 130px;
	width: 100%;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}

.smp-container-custom {
	background-color: white;
	margin-top: 8px;
	border-radius: 6px;
	width: 99%;
	height: 110px;
}

.smp-row-custom {
	margin-top: 5px;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}
.font-size {
	font-size: x-large;
}
.smp-row-custom-fileupload {
	padding-left: 7px;
	margin-top: 7px;
}

.col-custom-width {
	width: 33%;
}

.margin-custom {
	margin-top: 2px;
	margin-left: 10px;
}

.btn-custom-bg {
	background-color: #2b6777;
}

.btn-custom {
	font-size: 15px;
	background-color: #2b6777;
	font-weight: 400;
	font-size: 1rem;
}
.btn-custom-lgr {
	text-decoration: none;
	font-size: larger;
	font-weight: bold;
	color: #000000;
}

.margin-top-7 {
	margin-top: 7px;
}
.margin-top-61 {
	margin-top: 61px;
}

.label-custom {
	font-size: 14px;
}

.usw-width {
	width: 16%;
	display: none;
}

.container-prgbar {
	background-color: white;
	margin-top: 8px;
	border-radius: 6px;
	width: 99%;
	height: 90px;
	position: relative;
	display: none;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-50 {
	margin-top: 50px;
}

.result-custom {
	font-size: 15px;
	padding-bottom: 3px;
}

.div-custom {
	width: 30%;
	margin: 0 auto;
	display: none;
	background-color: #2b6777;
}

.progressbar-custom {
	width: 320px;
	height: 18px;
}

.progress-stripe-custom {
	position: relative;
	top: 1px;
	width: 100%;
}

.progress-bar-custom {
	width: 100%;
	border: none;
	background-color: #2b6777;
}

.body-tile-custom {
	margin-top: 17px;
	border-radius: 6px;
	margin-left: -2px;
	width: 100%;
	display: none;
	height: 105px;
}

.col-custom-height {
	margin-top: 2px;
}

.card-header-custom {
	background-color: deepskyblue;
	width: 50px;
	height: 50px;
	margin-left: 10px;
	margin-top: -15px;
	padding-left: 14px;
}

.card-header-custom-forestgreen {
	background-color: forestgreen;
	width: 50px;
	height: 50px;
	margin-left: 10px;
	margin-top: -15px;
	padding-left: 14px;
}

.card-header-custom-orange {
	background-color: orange;
	width: 50px;
	height: 50px;
	margin-left: 10px;
	margin-top: -15px;
	padding-left: 14px;
}

.card-header-custom-orangered {
	background-color: orangered;
	width: 50px;
	height: 50px;
	margin-left: 10px;
	margin-top: -15px;
	padding-left: 14px;
}

.card-footer-custom {
	color: darkgrey;
}

.btn-download {
	font-size: small;
	color: grey;
	font-weight: bold;
	padding: 0;
	border: none;
	background: none;
}

.body-tile1-custom {
	margin-top: 24px;
	border-radius: 6px;
	margin-left: -2px;
	width: 100%;
	display: none;
}

.col-custom-height-display {
	display: none;
}

.body-tile2-custom {
	margin-top: 17px;
	border-radius: 6px;
	margin-left: -2px;
	width: 100%;
	display: none;
}

.btn-hidden {
	display: none;
}

.div-custom-style {
	padding: 10px;
	position: fixed;
	bottom: 0px;
	text-align: center;
	font-size: smaller;
	width: -webkit-fill-available;
}

.link-legal {
	color: black;
}

.input-group-custom {
	display: flex;
	margin-left: 5px;
	margin-top: 8px;
	width: 90%;
}

.modal-body-custom {
	overflow-y: auto;
}

.col-custom-height-oly {
	height: 105px;
}

.text-red {
	color: red;
}

.label-small-font {
	font-size: small;
}

.card-category-tileTitle {
	font-size: 15px;
	color: darkgrey;
	position: absolute;
	top: 10px;
	right: 6px;
}

/*}*/

.scrollable-container {
	max-height: 400px;
	overflow-y: auto;
}













