/* header */

html {
	/*background: #DEDEE0;*/
}

body {
	margin: 0;
	font-family: "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background-image: url(../images/new_bg_agents.jpg);
	background-color: #fff;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 24%;
	/* Explicitly center horizontally and vertically */
	position: relative;
	/* Required for pseudo-element */
}

body::before {
	content: "";
    position: absolute;
    top: -22.5vh;
    left: 0px;
    width: 100vw;
    height: 103.5vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
    bottom: 10%;
}

.heading {
	color: #2196f3;
	font-weight: bolder;
}

.side-heading {
	color: goldenrod;
}

.ttp-logo img {
	height: 80px;
	width: 80px;

}

.logo-accenture {
	height: 80px;
	width: 130px;
	padding: 8px;
}

.row-container {
	display: flex;
	flex-direction: row;
}

.mid-heading {
	flex-grow: 2;
}

.form-control {
	height: 40px;
	/* font-weight: bold; */
}

.form-control-feedback {
	padding: 6px 12px;
}

.form-align {

	position: absolute;
	top: 140px;
	bottom: 30%;
	left: 0;
	right: 0;

}

.btn-submit,
.btn-submit-final {
	width: 100%;
	padding: 0 !important;
}

.glyphicon-log-in {
	margin-left: 10px;
}

.footer {
	position: fixed;
	bottom: 0 !important;
	width: 100%;
	/*color: #fff;*/
	/*background-color: #1b3a4bcc;*/
	color: #121212;
	background-color: #ffffff;
	text-align: center;
}

.outer-modal,
.outer-confirm {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.close {
	font-size: 25px;
	opacity: 1;
}

.close:hover {
	font-size: 25px;
	color: #ff8000;
	opacity: 1;

}

.inner-confirm {
	animation: animatezoom 0.2s
}

@keyframes animatezoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

.form-align {
	min-height: 160px;
	max-height: 310px;
}

.floating,
.floating:focus {
	position: relative;
	/* border: none; */
	border-radius: 0;
	/* background: #f5f3f3; */
	/* border-bottom: 1px solid #252e9e; */
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
}

select {
	border-bottom: 2px solid #252e9e;
}

label.float-label {
	position: absolute;
	top: 10px;
	left: 13px;
	width: 100%;
	opacity: 0.7;
	cursor: text;
}

input:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

.btn-submit,
.btn-submit-final {
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.btn-login {
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #337ab7 !important;

}

#project-list {
	margin-top: 18px;
	background-color: #f3f2f2 !important;
	/* border-bottom: 2px solid #252e9e; */
}

/* input:focus + label {
  top: -23px;
  left: 5px;
  font-size: 13px;
  transition: 0.2s;
  color: #105d9f;
  opacity: 1;
} */

/* input:valid + label {
  top: -23px;
  left: 5px;
  font-size: 13px;
  transition: 0.2s;
  color: #105d9f;
  opacity: 1;
} */

.form-group {
	margin-bottom: 15px !important;
}

.text-primary {
	margin-bottom: 30px;
}

.spin {
	margin-left: 8px;
}

/* media queires */


@media only screen and (min-width:768px) {
	.form-align {
		width: 330px;
		padding: 2px 30px 210px;
		border: 2px double #999;
		border-radius: 20px;
		box-sizing: content-box;
	}
}




@media only screen and (min-width:960px) {
	.form-align {
		width: 330px;
		padding: 2px 30px 210px;
		border: 2px double #999;
		border-radius: 20px;
		box-sizing: content-box;
	}

	.col-lg-1 {
		width: 7%;
	}

	/*  .btn-submit{
            width: 180px;
        }
            .btn-login-final{
        	width: 110px;
        } */
}

@media only screen and (min-width:1023px) {
	.form-align {
		width: 330px;
		padding: 15px 40px 210px;
		border: 2px double #999;
		border-radius: 20px;
		box-sizing: content-box;
	}

	.col-lg-1 {
		width: 7%;
	}

	/*     .btn-submit{
            width: 180px;
        }
        
        .btn-login-final{
        	width: 110px;
        } */
}

@media only screen and (min-height:560px) {
	.form-align {
		top: 25%;
	}
}


.login-div {
	border: 1px solid #fff;
	padding: 25px;
	border-radius: 1.5rem;
	/*background-color: rgba(52,58,64,0.6) !important;*/
	/*background-color: #1b3a4b99 !important;*/
	background-color: #00000066 !important;
}

.container {
	margin-top: 10%;
	width: 400px;
}

.log-top-head {
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.nav-bg {
	/*background-color: rgba(52,58,64,0.6)!important;*/
	/*background-color: #174e72b3 !important;*/
	background-color: #fff !important;
	border-bottom: solid 1px #f6f6f6;
}

.head-logo {
	width: 149px;
	height: 38px;
	margin-top: 0px;
	float: left;
}

.topbar-divider {
	width: 0;
	/*border-right: 1px solid #e3e6f0;*/
	border-right: 1px solid #000;
	height: calc(4.975rem - 2rem);
	margin-left: 0.5%
}

.d-sm-block {
	display: block !important;
}

.main-head-txt {
	letter-spacing: 1px;
	color: #008;
	margin: 0;
	margin-top: 0.25%;
	margin-left: 0.5%;
	font-family: "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.main-head-subtxt {
	font-size: 12px;
	letter-spacing: 1px;
	color: #7500c0;
	font-weight: bold;
}

.main-head-txticon {
	top: -50%;
	left: 27.7%;
	position: absolute;
	color: #33ff33cc;
	font-size: 90%;
	font-weight: 600;
}

.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.35rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}

.version-txt {
	margin-left: 0.15%;
	margin-top: -1.75%;
}

.badge-version {
	color: #fff;
	background-color: #00c000;
}

.switch {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 18px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: -3px;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
	background-color: grey;
}

.slider.round:before {
	border-radius: 50%;
}

.app-version {
	position: absolute;
	top: 5%;
	left: 0;
	width: 99%;
	text-align: right;
	font-size: 75%;
	font-weight: 600;
}

.license-check {
	position: absolute;
	width: 100%;
	text-align: center;
}

.license-check-message {
	padding: 0;
	margin-top: 1rem;
	border-radius: 0;
}

.license-text {
	border: 1px solid black;
	width: 100%;
	color: #0000ff;
}

#activate-license-product,
#extend-license-product {
	display: none;
	position: relative;
    bottom: 18.8vh;
}

#license-expiry-days-highlight {
	font-weight: 600;
	color: #ff3333;
}

@keyframes glow-red {
	0% {
		color: #721c24;
		letter-spacing: 0px;
	}

	50% {
		color: #ee0000;
		letter-spacing: 0.1px;
		font-size: 1.02rem;
	}

	100% {
		color: #721c24;
		letter-spacing: 0px;
	}
}

.glow-animation-red {
	animation: glow-red 5000ms infinite;
}

.legalLink {
	position: relative;
	z-index: 1;
	/*color: #ffff33;*/
	color: #7500c0;
}

.legalLink:hover {
	/*color: #ffff33;*/
	color: #7500c0;
	text-decoration: underline;
}

.lr-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #000000aa;
	color: white;
	display: none;
}

.lr-layer-show {
	display: flex;
	align-items: center;
	justify-content: center;
}

.lr-icon {
	font-size: 50px;
}

.lr-text {
	font-size: 150%;
	padding-right: 1%;
}

#refresh-reports:hover {
	color: #7500c0;
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}

.btn-success {
	color: #fff;
	background-color: #b559ef;
	border-color: #b559ef;
}

.btn-success:hover {
	color: #fff;
	background-color: #a02aea;
	border-color: #a02aea;
}

.btn-success.focus,
.btn-success:focus {
	box-shadow: 0 0 0 .2rem #a02aea66;
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #b559ef;
	border-color: #b559ef;
}