/* $Id$ */	
/*Login screen css*/
.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("/pki/images/ssl-logo-login.svg") no-repeat;
	width: 278px;
	height: 58px;
	margin: 0px auto 0px;
}
input[type=text], input[type=password] {
	width: 280px;
	height: 35px;
	margin: 8px 5px;
	border: 1px solid #cec7b0;
	color: #333;
	font-size: 14px;
	padding: 0 10px;
	
}
input[type=text]:focus, input[type=password]:focus {
	border: 1px solid #66afe9;outline:none;
	
}
#sidebar input[type="text"], #sidebar input[type="password"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #cec7b0;
    border-image: none;
    border-style: none none dotted;
    border-width: 0 0 1px;
    color: #333;
    font-size: 14px;
    height: 35px;
    margin: 8px 5px 8px 5px;
    padding: 0 25px 0 10px;
    width: 280px;box-shadow: none;
	border-radius:0;
}
#sidebar input[type=text]:focus, #sidebar input[type=password]:focus {
	border: 0;
	border-bottom: 1px solid #66afe9;
	box-shadow: none;
	color:#7f8792;
	border-radius:0;
}
.loginbt a {
	background-color: #5fb84e;
	border-radius: 2px;
	color: #fff;
	display: block;
	padding: 12px;
	text-align: center;
}
.loginbt a:hover {
	background-color: #56a747;
	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;
	
}
.sslgwr {
	width: 40%;
	float: right;
	border-left: 1px solid green
}
/* STRUCTURE */
#pagewrap {
	padding: 0 5px;
	width: 960px;
	margin: 0px auto;
}
#header {
	height: 100px;
	padding: 0 15px;
}
#content {
    float: left;
    padding: 240px 20px 20px;
    width: 445px;
}
#middle {
   
    border-left: 1px solid #78b836;
    float: left;
    height: 566px;
    margin: 0 5px 0 33px;
    padding: 5px 15px;
    width: 32px;
}
#sidebar {
	float: left;
    margin: 20px;
    padding: 5px 15px;
    width: 329px;
}
#footer {
	clear: both;
	padding: 0 15px;
}
.round {
	background: none repeat scroll 0 0 #78b836;
	border-radius: 10px;
	height: 10px;
	margin-left: -20px;
	padding: 2px;
	position: absolute;
	top: 566px;
	width: 10px;
}
.lgbutton {
	clear: both;
	background-color: #78b836;
	border: 1px solid #689f2f;
	color: #fff;
	padding: 10px 115px;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 0 5px;
	width:281px;
	border-radius:2px;
}
.loginpglogo {
    background: url("/pki/images/key-manager-logo.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 58px;
    margin: 0 auto 30px;
    width: 175px;
}
#header, #content, #middle, #sidebar {
	margin-bottom: 5px;
}
#sidebar{margin:14% 1% 1% 1%}
.lgusrname {
	background: url("/pki/images/usrname.png") 259px center no-repeat;
	width: 16px;
	height: 16px;
	position: relative;
	
	
}
.lgpwd {
	background: url("/pki/images/key.png") 259px center no-repeat;
	width: 16px;
	height: 16px;
	position: relative;
}
.lgerror{background-color:#f2dede;border:1px solid #eed3d7;color:#b94a48;text-shadow:0 1px 0 #fff;padding:8px 16px;border-radius:2px;text-align:center}
.errorwrap{height:53px;margin:20px 0}

/* for 980px or less */
@media screen and (max-width: 980px) {
#pagewrap {
	width: 94%;
}
#content {
	width: 41%;
	padding: 1% 4%;
}
#middle {
	width: 41%;
	padding: 1% 4%;
	margin: 0px 0px 5px 5px;
	float: right;
}
#sidebar {
	clear: both;
	padding: 1% 4%;
	width: auto;
	float: none;
}
#header, #footer {
	padding: 1% 4%;
}
}

/* for 700px or less */
@media screen and (max-width: 600px) {
#content {
	width: auto;
	float: none;
}
#middle {
	width: auto;
	float: none;
	margin-left: 0px;
}
#sidebar {
	width: auto;
	float: none;
}
}

/* for 480px or less */
@media screen and (max-width: 480px) {
#header {
	height: auto;
}
h1 {
	font-size: 2em;
}
#sidebar {
	display: none;
}
}
.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #cec7b0;
	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;
}


/*login select box css*/
.select-wrapper {
	float: left;
	display: inline-block;
	border:0;
	border-bottom: 1px dotted #cec7b0;
	background: url("/pki/images/arrow.png") no-repeat right center;
	cursor: pointer;
}
.select-wrapper, .select-wrapper select {
	width: 277px;
	height: 26px;
	line-height: 26px;
	margin:15px 0 15px 7px;
}
.select-wrapper:hover {
	background: url("/pki/images/arrow-hover.png") no-repeat right;
	border-color: #239fdb;
}
.select-wrapper .holder {
	display: block;
	margin: 0 35px 0 5px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: -1;
	line-height:18px;
	color:#999;
}
.custom-select option{padding:5px;font-size:13px;}
.select-wrapper select {
	margin: 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;/* CSS hacks for older browsers */
    _noFocusLine: expression(this.hideFocus=true);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

/* 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: #78b836;
display: inline-block;
height: 12px;
margin-top: 20px;
width: 12px;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* 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}
