/***********************
        Reset CSS
***********************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }


/***********************
         Global
***********************/
body { font-size:0.75em; color:#59595c; font-family:Arial, Helvetica, Sans-Serif; background:#fff; }
p { line-height: 1.3em;margin: 0 0 15px 0; }
h1, h2, h3, h4, h5, h6 { font-family:Helvetica, "Helvetica Neue", Arial, sans-serif; font-weight:bold; }
h3 { font-size:1.33em; color:#2f95ab; margin:20px 0; }
h3 span { font-style:italic;padding-left:50px; color:#59595c;font-size:0.75em;font-weight:normal; }
h4 { font-size:1em; color:#2f95ab; margin:10px 0; }
h4 span { font-style:italic;padding-left:50px; color:#59595c;font-size:0.75em;font-weight:normal; }
a { text-decoration:underline; color:#056a8e; }
a:hover { text-decoration:none; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.em {font-style:italic;}
.strong {font-weight:bold;}
hr {border: 0;height: 1px;background:#7ebfce url(../images/hr-bg.gif) repeat-x;}
.red {color:#f00;}
.green {color:#00CC00;}
.text-left {text-align:left!important;}
.text-center {text-align:center!important;}
th, td {text-align:left;}

/***********************
         Header
***********************/

#layout-wrapper-home-outer {
    min-height:230px; position:relative; padding-top: 8px; margin-right: 25px; margin-left: 25px; margin: auto;
    min-width: 800px; max-width: 1280px; border: none;
    background-color: white;
}
#layout-wrapper-home-inner { position:relative; padding:0 11px 0 11px; }


/***********************
         Content
***********************/
.content {position:relative; margin-top: 100px; padding-left: 5px;}


/***********************
  General Form Styles
***********************/
form {position:relative;}
form fieldset {display:block; padding:5px;position:relative;border:1px solid #DFDFE3;padding:5px 20px 5px 20px;}
form fieldset  label {clear:left; display:block; float:left; width:180px; text-align:left; padding-right:10px; margin-bottom:0.5em; line-height:1.5em;}
form textarea {width:400px; height:15em;padding:5px; overflow:auto;}

.form-tip {float:right;font-size:13px;width:410px;line-height:1.1em;margin-top:4px;}
.form-tip span, .form-tip span span {padding-left:13px;}

/***********************
         Footer
***********************/ 
#footer { background:#b9babd; font-size:0.75em; color:#fff; padding: 5px 61px;margin-top:10px; }

textarea.desc { height:2em; }
textarea.hostlist { height:6em; }

/* Need a hidden attribute for hiding certain components on load. */
.hidden { display: none; }

/* Show Struts error tags bold and visible. */
div.wwerr div {font-weight: bold; color: red; padding: 5px }

/* Remove the line break between certain Struts 2 tags, as it causes
   the input field to display slightly below the label. */
div.wwgrp br { display: none; }

form select.timefield {width:3.5em;padding:1px;}


/***********************
        Login forms
***********************/
#login-form fieldset {border:1px solid #e9e9ea;padding:20px 20px 10px 20px;}

/*******************
Inline Black Text
*******************/
#inline-menu {position:absolute; top:68px; left:10px; font-size:13px; color: #FFFFFF; }

#inline-menu, #inline-menu ul { width:95%; padding: 0; margin: 0; list-style: none; font-weight: bold; }

#inline-menu li { display: inline; float: left; padding-left: 20px; list-style-type: none }
li#inline-username { float: right;}
li#inline-nav-logout { float: right;}

#inline-menu a { display:block; text-decoration:none; color:#FFFFFF; }
#inline-menu a:hover { color:#85c4d7; }
#inline-menu li.active a { color:#85c4d7; }

li.inline-nav-expandable li a, li.inline-nav-expandable li a:hover, li.inline-nav-expandable.active li a {width:100%;}
li.inline-nav-expandable li a:hover {background:#000000;color:#85c4d7;}
li.inline-nav-expandable a {color:#FFFFFF;}/*For lte IE7*/
li.inline-nav-expandable a:hover, li.inline-nav-expandable.active a {color:#85c4d7;}/*For lte IE7*/
#inline-menu li.inline-nav-expandable {text-indent:0;}/*For lte IE7*/

#inline-menu {z-index:99;}
#inline-menu li ul {position: absolute;background: #056a8f;width: 150px;left: -999em;z-index:100;}
#inline-menu li:hover ul, #inline-menu li.sfhover ul {left: auto;}
#inline-menu li li {text-indent:0;padding:0;margin:0;width:100%;}
#inline-menu li li a {background:#000000;text-indent:0px;color:#ffffff;padding:12px 5px 5px 5px;text-decoration:none;font-weight:bold;}

#saved-scan-form-content select .disabledSelection { background: #dddddd; color:#ffffff; }



h3.instances { font-size:1.33em; color:#3fa348; padding: 0; margin:25px 0 -40px 0; float:left;}
h4.instances { font-size:1.5em; margin: 10px 0 10px 0; padding-top: 20px; padding-bottom: 10px;}
/*.chkbox {padding:0px; margin: 10px 380px 0 0px; float: right;}*/
.chkbox {padding:0px; margin: -10px 280px 0px 0; float: right;} 

.errors {	
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
	margin-bottom:10px;
	font-size:175%;
	padding:5px 10px;
	clear: right;
}
.errors li{ 
	list-style: none; 
}
.success
 {
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;	
	margin-bottom:10px;
	font-size:175%;
	padding:5px 10px;
	clear: right;
}


.bottom-row-buttons {
	display: block;
	border: 0px;
	margin: -30px 0 30px -10px;
}

.placeholder-button {  
  float:left;	
  background:  #B1B1B1;
  font-weight: bold;
  border-width: 4px;
  border-style: solid;
  border: 4px outset;
  padding: 6px ; 
  margin: 55px 10px -100px 12px; 
  text-decoration: none; 
  color: #FFFFFF;	
}

.generic-form-button {  
  background:  #008500;
  border-radius: 4px;
  font-weight: bold;
  border-width: 4px;
  border-style: solid;
  border: 4px;
  padding: 6px ; 
  margin: 10px 10px 20px 12px; 
  text-decoration: none; 
  color:white;	
}

.generic-form-button:hover
{
  background:  #0099CC;
}
.generic-form-button:active
{
  background:  grey;
} 
.generic-middle-form-button {  
  background:  #008500;
  border-radius: 4px;
  font-weight: bold;
  border-width: 4px;
  border-style: solid;
  border: 4px;
  padding: 6px ; 
  text-decoration: none; 
  color:white;	
}

/***********************
         Kendo
***********************/
.k-ff {
    overflow: inherit !important;
}
.k-grid {
    min-width: 800px;
}
div.k-toolbar a.k-button span.k-export-pdf { background: url(../images/icon_pdf.gif) no-repeat; }
div.k-toolbar a.k-button span.k-export-xls { background: url(../images/icon_xls.gif) no-repeat; }
div.k-toolbar a.k-button span.k-get-report { background: url(../images/view.gif) no-repeat; }

.notice-Error {background:url('../images/Error.png') no-repeat center left; padding-left: 15px;}

.gridColumnCenter {
  text-align: center;
  white-space: nowrap;
  width: 100px;
}

.gridColumnLeft {
  text-align: left;
  white-space: nowrap;
  width: 100px;
}

.gridColumnRight {
  text-align: right;
  white-space: nowrap;
  width: 100px;
}

.note {
    padding-top: 10px; 
    font-weight: bold;
}

.filterLabel {
    font-family:Helvetica, "Helvetica Neue", Arial, sans-serif; 
    font-weight:bold;
    font-size:14px;
    color:#2f95ab; 
}

.validationFieldset, .generalFieldset {display:block; padding:5px;position:relative;border:1px solid #DFDFE3;padding:5px 20px 5px 20px;}

.actionIcon { padding-right: 5px; }
    
.countryDetails { padding-left: 10px; }

.gridColumnLabel {
  text-align: left;
  font-weight:bold;  
  white-space: nowrap;
  width: 20%;
}

.spanLabel {
  text-align: left;
  font-weight:bold;  
  white-space: nowrap;
  padding-right: 20px;
  width: 100%;
}

#language_bar {
 font-weight: bold;
 font-size: 12px;
 text-align: right;
 padding: 6px 15px 6px 5px;
 cursor: pointer;
}

.gridFilterWindow {
   width: "600px";
}

.entrust_logo {
position:relative;
background: url(../images/entrust_logo.gif) left bottom no-repeat;
 width: 325px;
 height: 30px;
 margin: 10px;
 padding: 10px;
}

.headerTitle {
     font-weight: bold;
     font-size: 32px;
     text-align: center;
     margin: 20px;
     padding: 20px;
}

#webBanner {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  text-align: center;
}

#webBanner h1 {
  /* This gives us vertically centered header text as well */
  padding-top: 20px;
  color: black;
  font-size: 1.3em;
  font-weight: bold;
}

.left-floating {
    float: left;
}

body
{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 0.8em;
  background-color: #eeeeee;
}

.whitebackground {
    background-color: white;
}

#titlebar
{
  text-align: right;
  color: #ffffff;
  background-color: #2e98b0;
}

#titlebarcontents
{
  height: 20px;
  font-weight: bold;
  color: #ffffff;
  background-color: #2e98b0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  padding: 5px;
}

#titlebarcontents .left 
{
  padding-top: 2px;
  padding-left: 10px;
  color: #ffffff;
  float: left;
  text-align: left;
  white-space: nowrap;
  font-weight: bold;
}

#titlebarcontents .left a
{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none; 
  text-decoration-line: none;
}

#titlebarcontents .right
{
  padding-top: 2px;
  padding-right: 10px;
  color: #ffffff;
  float: right;
  text-align: left;
  white-space: nowrap;
  font-weight: bold;
}

#titlebarcontents .right a
{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none; 
  text-decoration-line: none;
}

#titlebarcontents .right a:hover
{
  font-weight: bold;
  text-decoration: underline; 
  text-decoration-line: underline;
  text-decoration-style: solid;
}

#titlebarcontents .right .active
{
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: white;
  color: #2e98b0;
  font-weight: bold;
}

#appnav
{
  background-color: #daecf4;
  padding-top: 5px;
  padding-bottom: 5px;
}

#appnav ul
{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}

#appnav li
{
  position: relative;
  display: inline;
  white-space: nowrap;
  color: #2f95ab;
}

#appnav li a
{
  color: #2f95ab;
  background-repeat: no-repeat;
  background-position: 5px 2px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 110%;
  font-weight: bold;
}

#appnav .active
{
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  background-color: white;
  color: #2e98b0;
  font-weight: bold;
}

#appnav li a:link, li a:visited
{
  font-family: "Trebuchet MS",Tahoma,"Lucida Sans",sans-serif;
  text-decoration: none; 
  text-decoration-line: none;
  text-decoration-style: solid;
  font-weight: bold;
}

#appnav li a:hover
{
  text-decoration: underline; 
  text-decoration-line: underline;
  text-decoration-style: solid;
}

.editPolicyColumnLabel {
  text-align: left;
  font-weight:bold;  
  white-space: nowrap;
  width: 50%;
}

#editSettingsButton {
    margin-left: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.globalpolicybuttons, .exportbuttons {
    margin-top: 10px;
    margin-bottom: 10px;
}

.policyDetails {
    margin-bottom: 10px;
}

.importlabel {
  width: 250px;
  white-space: nowrap;
}

#aboutinfo img
{
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.inprogress {
  text-align: left;
  font-weight:bold;  
  white-space: nowrap;
  font-size:1.2em;
}

.gridImportLabel {
  padding-left: 10px;
  text-align: left;
  font-weight:bold;  
  white-space: nowrap;
  width: 50%;
}

.importpage {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.gridPolicyLabel {
  text-align: left;
  padding-right: 5px;
  margin-right: 5px;
  font-weight:normal;  
  white-space: nowrap;
  width: 30%;
}

.gridColumnState {
  text-align: left;
  white-space: nowrap;
  width: 175px;
}

.gridConfigLabel {
  text-align: left;
  padding-right: 5px;
  margin-right: 5px;
  font-weight:normal;  
  white-space: nowrap;
}

.indentSelect {
    padding-left: 25px;
}

.help-p-inst-text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #000000;
	font-style : normal;
	font-weight : normal;
	line-height : normal;
	margin-left : 4px;
	margin-top : 4px;
	margin-bottom : 2px;
}