/* main elements */

body,div,td {
	/* font-family: Helvetica,Arial,sans-serif; */
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #003366;
}

body {
	background-color: #fff;
	text-align: center;
}

#header {
	margin-bottom: 1em;
}

#imageBanner {
    height: 100%;
    width: 100%;
    object-fit: contain;
    box-shadow: 5px 5px 3px #ddd;
}

#wrapper {
	width:800px;
	min-width: 800px;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;

	/* fix max-width incompatibility in IE6 */
	width:expression(document.body.clientWidth > 800? "800px": "auto" );
	
	overflow:hidden;
	display:block;
}

/* header and footer elements */

#main {
	overflow:hidden;
	display:box;
}

#menu {
	background: #eee;
	position:relative;
	float:left;  	
	left:0px;
	width:220px;
	margin-right:15px;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	padding: 0px;
}


#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 2px 6px;
	color:#FFFFFF;
}

#menu h2 {
	color: #fff;
	background: #648C1D;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 12px;
}

#menu a {
	color: #3399CC;
	background: #efefef;
	text-decoration: none;
	padding: 2px 12px;
}

#menu a:hover {
	color: #648C1D;
	background: #fff;
}

#footer {
	background:#fff;
	border:none;
	margin-top:15px;
	border-top:1px solid #999999;
	font-size: 12px;
}

#footer .new {
	float:left;
}

#footer a:link {color: #3399CC;}

.quicklinks {
	clear:both; 
	padding-bottom: 15px
}
.quicklinks span {
	float: right;
}

table.navigation {
	border: 0px;
}

label {
	width:170px;
	float:left;
	margin-left: 5px;
	margin-top: 0px;
	font-weight: bold;
}

input {
	height:20px;
}

input, textarea, select {
	border:1px solid #003366;
}

input.image {
	border: none;
	height: auto;
	vertical-align: middle;
}

submit {
	height:25px;
}

div {
	text-align: left;
}

div .box {
	display:block;
	margin-left:145px;
	color: #003366;
}

/* menu elements*/

a.menu, a.menu:link, a.menu:visited {display:block; width:150px; height:25px;} 
	
/* text styles */

h1,h2,h3 {
	/* font-family: Helvetica, sans-serif; */
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #003366;
}

h1 {
	font-size: 20px;
	line-height: 26px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
}

h3 {
	font-size: 15px;
	line-height: 21px;
	color:#555;
}

h4 {
	font-size: 14px;
	line-height: 20px;
}

.errors {
	
	border: 2px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 80px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D8000C;
	background-color: #FFFFFF;
	background-image: url('/portal/resources/images/error.png');
	font-weight: bold;
	display: block;
	margin-left: 105px;
	margin-right: 105px;
	
}


.success {
	border: 2px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 80px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('/portal/resources/images/ok.png');
	font-weight: bold;
	display: block;
	margin-left: 105px;
	margin-right: 105px;
}

.successResult {
	border: 1px solid;
	margin: 150px 0px;
	padding:15px 10px 15px 80px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('/portal/resources/images/ok.png');
	font-weight: bold;
	margin-left: 105px;
	margin-right: 105px;
}

a {
	text-decoration: none;
	font-size: 12px;
}

a img {
	border: 0 none;
	vertical-align: middle;
}

tr:nth-child(odd) {
	background-color: #FFFFFF;
}

tr:nth-child(even) {
	background-color: #EFEFEF;
}

a:link {
	color: #003366;
}

a:hover {
	color: #003366;
}

a:active {
	color: #003366;
}

a:visited {
	color: #003366;
}


li {
	padding-top: 5px;
	text-align: left;
}

ul li {
	margin:0 0 0.25em 0;
	padding:0;
}
/* table elements */

table {
	background: #EEEEEE;
	margin: 2px 0 0 0;
	border: 1px solid #BBBBBB;
	border-collapse: collapse;
	width: 100%
}

table table {
	margin: -5px 0;
	border: 0px solid #e0e7d3;
	width: 100%;
}

table td,table th {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

table td form {
	text-align:center;
	vertical-align: middle;
	margin: 0px;
}

table th {
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	background: #999;
}

table thead {
	font-weight: bold;
	font-style: italic;
	background-color: #BBBBBB;
}

table a:link {color: #303030;}

.utilbox {width: 18px;}

caption {
	caption-side: top;
	width: auto;
	text-align: left;
	font-size: 12px;
	color: #848f73;
	padding-bottom: 4px;
}

fieldset {
	background: #e0e7d3;
	padding: 8px;
	padding-bottom: 22px;
	border: none;
	width: 560px;
}

fieldset label {
	width: 70px;
	float: left;
	margin-top: 1.7em;
	margin-left: 20px;
}

fieldset textfield {
	margin: 3px;
	height: 20px;
	background: #e0e7d3;
}

fieldset textarea {
	margin: 3px;
	height: 165px;
	background: #e0e7d3;
}

fieldset input {
	margin: 3px;
	height: 20px;
	background: #e0e7d3;
}

fieldset table {
	width: 100%;
}

fieldset th {
	padding-left: 25px;
}

.table-buttons {
	background-color:#fff;
	border:none;
}

.table-buttons td {
	border:none;
}

.submit input {
	border: 1px solid #BBBBBB;
	color:#003366;
	padding:2px 7px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	height:24px;
	letter-spacing: 0.1em;
}

.submit input[disabled] {
  background: #dddddd;
  opacity: 0.65; 
  cursor: not-allowed;
}

.updated {
	background:#ecf1e5;
	font-size:11px;
	margin-left:2px;
	border:4px solid #ecf1e5;
}

.updated td {
	padding:2px 8px;
	font-size:11px;
	color:#888888;
}

.dijitArrowButton {
	height: 20px;
}

.dijitTextArea{
	min-height:5.5em !important;
	max-height:22em !important;
	overflow-y: auto !important;
	max-width: 175px;
}

.RichTextEditable{
	min-height:18em !important;
	max-height:18em !important;
}

.flag {
	height: 11px;
	width: 16px;
}

.certAUT {
	background-image: url('/portal/resources/images/star16.png');
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left; 
	background-color: green;
	color: white;
	font-weight: bold;
	padding: 2px;
	text-decoration: none !important;
}

.certREV {
	background-color: red;
	color: white;
	font-weight: bold;
	padding: 2px;
	text-decoration: none !important;
}

.certSUS {
	background-color: orange;
	color: white;
	font-weight: bold;
	padding: 2px;
	text-decoration: none !important;
}

.certPUB {
	background-color: #003366;
	color: white;
	font-weight: bold;
	padding: 2px;
	text-decoration: none !important;
}

#freemail-third-declaration {
    margin: 5px;
    padding: 0;
}

.ua-hide {
	display:none;
}

/*	Generate CSR page
* 	-> tools/generatecsr.jsp
*/
#csrRequestForm .container-to-remove{
	padding-top: 2%;
}

#csrRequestForm .container-to-remove .container-to-remove-label {
	display: inline-block;
	width: 32%;
	margin-left: 2%;
}

#csrRequestForm .container-to-remove .container-to-remove-input {
	width: 60%;
	margin-right: 10px;
}

#csrRequestForm img.add_field_button {
	vertical-align: middle;
	max-width:20px;
}

#csrRequestForm .csr-generate-label {
		width:23%;
}

#csrRequestForm .csr-generate-label-sans{
	width:22%;
	display: inline-block;
	vertical-align: top;
}

#csrRequestForm .san-type-select{
	display: inline-block;
	width: 92%;
	margin-right:2%;
	margin-left: 2%;
}

#csrRequestForm a.add_field_button img{
	vertical-align: middle;
	max-width: 20px;
}

#csrRequestForm a.remove_field img{
	vertical-align: middle;
	max-width: 20px;
}


/* 	
*		Tools menu page 
*		-> tools/menu.jsp 
*/
.tools-menu-container img{ 
	vertical-align: middle;
  padding-right: 2%;
  max-width: 115px;
}

.tools-menu-container .tools-menu-right{ 
	text-align: right;
	background-color: #f7f7f7;
  padding: 20px;
}

.tools-menu-container .tools-menu-left{ 
  padding: 20px;
}

.tools-menu-container .tools-menu-left a{ 
  margin-left: 10px;
}

.tools-menu-container .tools-menu-right a{ 
  margin-right: 10px;
}


/*	Decoded certificate pages
*		-> tools/decodedcertificate.jsp
*		-> tools/decodedcsr.jsp
*/
#certLabel{
	padding-bottom: 10px;
}

#csrLabel{
	padding-bottom: 10px;
}

/*
*		Info box style
*/
.info-box-container{
  	margin-bottom: 10px;
	position: relative;
	background-color: #eaeaea;
	border-radius: 5px;
  	z-index: 5;
  	padding: 15px;
}

.info-box-container .info-box-title{
	font-size: large;
	border-bottom: 2px solid #CCCCCC;
}

.info-box-container .info-box-label{
	display: inline-block;
	width:25%;
	vertical-align:top;
}

.info-box-container .info-box-value{
	display: inline-block;
	padding-left:10px;
	width: 72%;
	word-wrap: break-word; 
}

.info-box-container .info-box-odd{
	background-color:#CCCCCC;
	border-radius:4px;
	padding: 10px;
}

.info-box-container .info-box-even{
	padding: 10px;
}

.info-box-container .info-errors{
	font-weight: bold;
	color: red;
}

/* Warning fragment style */
.warning-message-container{
	background-color:#FFFCBA;
	padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.warning-message-container .warning-col{
	vertical-align: middle;
	display: inline-block;
}

.warning-message-container .warning-message{
	color:#c89a20;
	padding-left:20px;
}

.warning-message-container .warning-message.warning-message-title{
	font-weight: bold;
}

/* Success fragment style */
.success-message-container{
	background-color:#d4edda;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	border: 1px solid #c3e6cb;
}

.success-message-container .success-col{
	vertical-align: middle;
	display: inline-block;
}

.success-message-container .success-message{
	color:#155724;
	padding-left:20px;
}

.success-message-container .success-message.success-message-title{
	font-weight: bold;
}

/* Info fragment style */
.info-message-container{
	background-color:#F7F8F8;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	border: 1px solid #EFF0F0;
}

.info-message-container .info-col{
	vertical-align: middle;
	display: inline-block;
}

.info-message-container .info-message{
	color:#87817F;
	padding-left:20px;
}

.info-message-container .info-message.info-message-title{
	font-weight: bold;
}

#xdocAuthors {
    text-align: right;
    color: #777777;
    font-size: 12px;
}

hr.xdocAuthorsHr {
	width: 50%; 
	float: right; 
	margin-top: 0.5em; 
	margin-bottom: 0.5em;
}



/* Error fragment style */
.error-message-container{
	background-color: #f8b5b8;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	border: 1px solid #f87161;
}

.error-message-container .error-col{
	vertical-align: middle;
	display: inline-block;
}

.error-message-container .error-message{
	color: #87352f;
	padding-left:20px;
}

.error-message-container .error-message.error-message-title{
	font-weight: bold;
}


#overlay {
	background: #ffffff;
	color: #666666;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 5000;
	top: 0;
	left: 0;
	float: left;
	text-align: center;
	padding-top: 25%;
	opacity: .80;
}

.spinner {
	margin: 0 auto;
	height: 64px;
	width: 64px;
	animation: rotate 0.8s infinite linear;
	border: 5px solid #003366;
	border-right-color: transparent;
	border-radius: 50%;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}




.box-title {
    font-size: 14px; 
    color: #003366; 
    background: #cfcfcf repeat-x bottom left;
    font-weight: lighter;
}

.box-content {
    border: 1px solid #bfbfbf; 
    padding: 6px 6px 6px 10px;
}

/*custom cursor style*/
.act-cursor-wait {
	cursor: wait;
}
.act-cursor-default {
	cursor: default;
}

.act-textarea-warning-background{
	background-color: #f9f7ba;
}

.act-client-side-operation-message{
	font-size: 14px;
	background: #ffefde;
	padding:8px;
	border: 1px solid #1C6EA4;
}

.act-h2-text{
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #003366;
	font-size: 18px;
	line-height: 20px;
}

.act-h3-text{
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height: 21px;
	color:#555;
}

.act-text--monospace{
	font-family: monospace, monospace;
}

.act-font--red{
	color: red;
}

.notifyoff-font-color{
	color: #003366;
}

.container-notify{ 
 	min-height: 200px;
}