/* $Id$ */
/*Login screen css*/
@font-face {
	font-family: 'Zoho_Puvi';
	src: url('/css/font/zohopuvi/Zoho_Puvi_Regular.eot') format('embedded-opentype'), url('/css/font/zohopuvi/Zoho_Puvi_Regular.woff2') format('woff2'), url('/css/font/zohopuvi/Zoho_Puvi_Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
  }
  
  @font-face {
	font-family: 'Zoho_Puvi';
	src: url('/css/font/zohopuvi/Zoho_Puvi_Semibold.eot') format('embedded-opentype'), url('/css/font/zohopuvi/Zoho_Puvi_Semibold.woff2') format('woff2'), url('/css/font/zohopuvi/Zoho_Puvi_Semibold.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
  }
  @font-face {
	font-family: 'Zoho_Puvi';
	src: url('/css/font/zohopuvi/Zoho_Puvi_Bold.eot') format('embedded-opentype'), url('/css/font/zohopuvi/Zoho_Puvi_Bold.woff2') format('woff2'), url('/css/font/zohopuvi/Zoho_Puvi_Bold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
  }

body {
	font-family: 'Zoho_Puvi';
}

#sidebar h2 {
	margin: 0;
	margin-bottom: 8px;
	font-weight: 500;
}

#sidebar p {
	margin-bottom: 26px;
}

.loginwrap {
	background: none repeat scroll 0 0 #fff;
	border-radius: 2px;
	float: right;
	margin: 200px;
	padding: 28px 20px;
	width: 332px;
	box-shadow: 0 1px 1px #c9c9c9 inset, 0 0 4px #c9c9c9;
	position: relative;
	z-index: 2
}

.login-logo {
	background: url("/images/ssl-logo-login.svg") no-repeat;
	width: 278px;
	height: 58px;
	margin: 0px auto 0px;
}

input[type=text]:focus,
input[type=password]:focus,
#sidebar select:focus {
	border: 1px solid #10BC83;
	outline: none;

}

#sidebar input[type="text"],
#sidebar input[type="password"],
#sidebar select {
	border: 1px solid #e5e5e5 !important;
	color: #333;
	font-size: 14px;
	height: 40px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0 25px 0 10px;
	width: 100%;
	box-shadow: none;
	border-radius: 3px;
}

#sidebar i.icon-showpwd,
#sidebar i.icon-hidepwd {
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 0;
	padding: 13px 10px;
	cursor: pointer;
}

#sidebar input[type=text]:focus,
#sidebar input[type=password]:focus {
	border: 1px solid #10BC83;
	box-shadow: none;
	color: #333;
}

.loginbt a {
	background-color: #10BC83;
	border-radius: 2px;
	color: #fff;
	display: block;
	padding: 12px;
	text-align: center;
}

.loginbt a:hover {
	background-color: #2da16f;
	box-shadow: 0 0 4px #c9c9c9
}

.loginbt {
	margin: 10px 0px 0 5px;
	width: 280px;
}

.errnot {
	background-color: #f78587;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	height: 30px;
	line-height: 20px;
	padding: 5px 10px;
	text-align: center;
	width: 280px;
}

#bg {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1
}

/*table css*/
#lview tr th {
	border-bottom: 1px solid #ebebeb;
	color: #4a4a4a;
	font-weight: 400;
	padding: 10px 30px 10px;
	text-align: left;
}

#lview tr.odd {
	background-color: #ffffff
}

#lview tr.even {
	background-color: #f5f5f5
}

#lview tr th:last-child {
	border-right: none;
}

#lview tr td {
	border-top: none;
	text-align: left;
	border-bottom: 1px solid #f2f2f2;
	padding: 6px 30px;
	color: #5a5a5a;
}

/*New login page css*/
.sslgfeat {
	width: 40%;
	float: left;

}

.midline {
	width: 2%;
	float: left;

}

div#sidebar label {
	font-weight: 500 !important;
}

#ref_div {
	left: 145px !important;
}

.sslgwr {
	width: 40%;
	float: right;
	border-left: 1px solid green
}

/* STRUCTURE */
#pagewrap {
	display: table;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: #f8f8fa;
}

#header {
	height: 100px;
	padding: 0 15px;
}

#content {
	float: left;
	padding: 240px 20px 20px;
	width: 445px;
}

#middle {

	border-left: 1px solid #10BC83;
	float: left;
	height: 566px;
	margin: 0 5px 0 33px;
	padding: 5px 15px;
	width: 32px;
}

#sidebar {

	position: relative;
	width: 50%;
	background: #10BC83;
}

#footer {
	clear: both;
	padding: 0 15px;
}

.round {
	background: none repeat scroll 0 0 #10BC83;
	border-radius: 10px;
	height: 10px;
	margin-left: -20px;
	padding: 2px;
	position: absolute;
	top: 566px;
	width: 10px;
}

.lgbutton:hover {
	background-color: #2da16f;
}

#forgotPass {
	cursor: pointer;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	color: #0fbc83;
	font-weight: 600;
}

.lgbutton {
	clear: both;
	background-color: #10BC83;
	border: 1px solid #10BC83;
	color: #fff;
	padding: 10px 115px;
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0 16px;
	width: 100%;
	border-radius: 2px;
	cursor: pointer;
}

.loginpglogo {
	background: url(/images/key-manager-logo.svg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 58px;
	width: 175px;
	position: absolute;
	top: -72px;

	left: 0;
	right: 0;
}

div#sidebar form {
    position: absolute;
    width: 416px;
    margin: auto;
    background: #fff;
    border-radius: 7px;
    padding: 40px;
    box-shadow: 0px 6px 14px 0px #0000000f;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
lyte-carousel {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 150px;
}
#header,
#content,
#middle,
#sidebar {
	position: relative;
    width: 50%;
    background: #10BC83;
    height: 100vh;
    overflow-y: auto;
}

/* #sidebar{margin:14% 1% 1% 1%} */
.lgusrname {
	background: url("/images/usrname.png") 259px center no-repeat;
	width: 16px;
	height: 16px;
	position: relative;


}

.lgpwd {
	background: url("/images/key.png") 259px center no-repeat;
	width: 16px;
	height: 16px;
	position: relative;
}

.lgerror {
	background-color: #ffffff;
    border: 1px solid #ff788c;
    color: #ff2b27;
    text-shadow: 0 1px 0 #fff;
    padding: 8px 16px;
    border-radius: 2px;
    text-align: center;
    margin-bottom: 16px;
}

.errorwrap {
	margin: 0px 0
}



.form-control {
	background-color: #fff;
	background-image: none;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #333;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 280px;
	margin: 5px 0 5px 5px;
}

/*banner*/
#banner h1 {
	color: #243f58;
	font: normal 22px Helvetica, sans-serif;
}

#banner h2 {
	color: #243f58;
	font: normal 14px/20px Helvetica, sans-serif;
}


.custom-select{
	cursor: pointer;
}

.custom-select option {
	padding: 5px;
	font-size: 13px;
}


/* Bootstrap slider */
.icon {
	width: 127px;
	display: block;
	margin: 0 auto
}

.carousel-caption {
	bottom: 20px;
	color: #666;
	font-size: 14px;
	padding-top: 20px;
	right: 15%;
	text-align: center;
	z-index: 10;
	left: 0;
	position: relative;
	text-shadow: none;
	padding: 30px 40px;
	height: 170px
}

.carousel-indicators {
	bottom: 0px;
	left: 50%;
	list-style: outside none none;
	margin-left: -30%;
	padding-left: 0;
	position: absolute;
	text-align: center;
	width: 60%;
	z-index: 15;
}

.carousel-indicators li {
	background-color: #eee;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	width: 10px;
}

.carousel-indicators .active {
	background-color: #10BC83;
	display: inline-block;
	height: 12px;
	margin-top: 20px;
	width: 12px;
}

/* enable absolute positioning */
.inner-addon {
	position: relative;
	margin-top: 16px;
}

/* style icon */
.inner-addon .glyphicon {
	position: absolute;
	padding: 10px;
	pointer-events: none;
	font-size: 16px
}

/* align icon */
.left-addon .glyphicon {
	left: 0px;
}

.right-addon .glyphicon {
	right: 0px;
}

/* add padding  */
.left-addon input {
	padding-left: 30px;
}

.right-addon input {
	padding-right: 30px;
}

.inner-addon .right-addon input[type="text"],
.inner-addon .right-addon input[type="password"] {
	box-shadow: none
}

.login-page-section {
	display: flex;
	height: 100vh;
	background: #10BC83;
}

.login-page-slider {
	width: 50%;
	background: #fff;
	border-top-right-radius: 100px;
	position: relative;
}

.login-page-slider lyte-carousel-item img {
	height: 250px;
	margin-bottom: 25px;
	display: block;
}

.login-page-slider-content {
	font-size: 14px;
	font-weight: 400;
	margin: auto;
	line-height: 22px;
	display: block;
	width: 416px;

}

.login-page-slider-head {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}

.login-page-slider lyte-carousel-next,
.login-page-slider lyte-carousel-prev {
	display: none;
}

.login-page-slider lyte-carousel-content {
	position: relative;

}



.login-page-slider lyte-carousel-indicator-item.lyteActive {
    background: #10BC83;
    width: 40px;
    border-radius: 10px;
    transition: width 0.5s ease-in-out;
}

.login-page-slider lyte-carousel-indicator-item {
	margin: 0px 5px;
}

.login-page-slider lyte-carousel-item {
	height: 100%;
	padding: 0;
}

.login-page-slider lyte-carousel {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -55%);
	height: 420px;
}