@charset "utf-8";

/* Fonts */
@import "/connect/jakarta.faces.resource/css/museosans-fonts.css.xhtml?v=24.3.0";


/* CSS Document */
ul {margin:0;list-style:none;}

a img {border:0;}
a {color: #159fda;}
a:visted {color: #159fda;}

h1,h2,h3,h4,h5 {
    color: #4b4b4b;
}

h1 {
    font-size: 20px;
	font-weight: 300;
}

h2 {
	font-size: 15px;
	padding:0;
	margin:5px 0 0;
}

b{
	font-weight: bold;
}

dt {font-weight:bold;}
dd {margin-left:5px;}
dd img {vertical-align: text-bottom;}

textarea {
	font-family: museo-sans, "Museo Sans", Arial, sans-serif;
    font-size: 13px;
}

.anc-top{
	float: right;
	margin: 3px 0 0 0;
	clear:both;
	font-size: 0.85em;
}

/***************************
 * Text formatting styles
 ***************************/

.red_text{
	color:#F00;
}
.green_text{
	color:#090;
}
.blue_text{
	color: #159fda;
}
.violet_text{
	color: #990099;
}
.orange_text{
	color: #F60;
}
.bold_text{
	font-weight:bold;
}
.italic_text,.italicText{
	font-style: italic;
}
.no_italic_text{
	font-style: normal !important;
}
.strikethrough_text{
	text-decoration:line-through;
}
.small_text{
	font-size: 10px !important;
}

/***************************
 * Box formatting styles
 ***************************/
.table-cell{
	display:table-cell;
}
.vertical-middle{
	vertical-align: middle;
}

/***************************
 * Common styles
 ***************************/

 .cursor_help{
	cursor:help;
}

h1 form{
	display:inline;
}
.round-box{
	border: 1px dashed #b1b5b9;
	padding: 6px;
    border-radius: 5px;
}

span.tooltip, label.tooltip{
	border-bottom: 1px dotted #222;
	font-weight: normal !important;
	cursor:help;
}

/*******************************
 * Session timeout
 ******************************/
#session_timer{
    font-weight: bold;
}

#expiry_information{
	position:fixed;
	top:0;
	left:0;
	text-align: center;
	padding-top:15%;
	background-color:rgba(0,0,0,0.85);
	width: 100%;
	height:100%;
    z-index: 999999;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}

#expiry_information h1{
    color: #fff;
}

/***************************
 * News area styles
 ***************************/
.news {
	margin-top:0px;
	position: relative;
}
.newsupcoming {
	color: #555;
}
.news .maintenance {
	color: #ff0000;
}
.news .header {
	margin:5px 0;
	background-color: #F6F6F6;
	border: 1px solid #ccc;
	padding: 1em;
	font-size:14px;
	line-height:18px;
	color:#4b4b4b;
}

.pointer {
	cursor: pointer;
}

.news .header .actions {
	float: right;
	z-index: 2;
	padding: 5px 0 0 0;
}

.news .header .actions img {margin:0 2px;}
.news .header-extention{
	padding-bottom:2px;
	margin-bottom:2px;
	border-bottom: 1px solid #fff;
}
.news .small-header-extention{
	padding:5px 0;
}

.news .clickableHeader{
	width:100%;
}

.news .content{
	padding:0 0 25px 0;
	line-height:16px;
}
.newsupcoming .content {
	background-color: #eee;
}

.newsupcoming .maintenance {
	color: #ff9999;
}
.news div.message {
	margin: 6px 6px;
}


.news h2 {
    font-size: 16px;
	font-weight: 500;
    margin:0 !important;
}
.newsupcoming h2 {
	color: #555;
}

.news .subject {
	font-weight: bold;
	padding-right: 6px;
	width:70px;
	float:left;
}

.news .table-row{
	display:table-row;
	*clear:both;
}

.news .table-cell{
	display:table-cell;
	vertical-align:top;
	*float: left;
}

/****************************************
 * Connect Styles
 ****************************************/

ul.app-settings-list form {display:inline;}

br.clearer{
	clear:both;
	line-height:0;
	display:block;
}

div.clearer:after{content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
div.clearer{display: inline-block;}

.inactive{text-decoration:line-through;color:#F00;}

/****************************************
 * Table Styles
 ****************************************/

table.data-table{
	width:100%;
	border:0;
	padding:5px;
	border-spacing:0;
	border-collapse:collapse;
	text-align:left;
	font-size:1em;
}

table.data-table th{
	text-align:left;
	padding:2px 5px 2px 5px;
}
table.data-table td{
	border-top:1px solid #b1b5b9;
	padding:2px 5px 2px 5px;
}
table.data-table td.no_padding{
	padding:0;
}
table.data-table th.centered, table.data-table td.centered{
	text-align:center !important;
}
table.data-table tfoot{
	text-align:center;
}
table.data-table tfoot input{
	padding:1px;
}
table.data-table tfoot input.first-page-button, table.data-table tfoot input.prev-page-button{
	float:left;
}
table.data-table tfoot input.next-page-button, table.data-table tfoot input.last-page-button{
	float:right;
}

table.data-table tbody  tr:hover {
	background-color: #edf9fc;
}


table.data-table .option-column{
	width:1px;
	white-space: nowrap;
	padding: 1px;
}

table.data-table td.option-column img {
	vertical-align:middle;
	margin: 1px;
}

table.data-table form {
	display:inline;
}

table.data-table form.data-table-pager {
	display:block;
}

table.data-table div.option-column a:hover {
	text-decoration: none;
}


/**************************************************
 * Small table Styles (e.g. used in Connect's treeview
 **************************************************/
table.small_table {
 	margin:0 0 12px 20px;
	border:0 none;
	border-spacing:0;
	border-collapse:collapse;
	text-align:left;
	font-size:0.9em !important;
	line-height: 16px !important;
}
table.small_table .option-column{
	width:1px;
	white-space: nowrap;
	padding: 1px;
}
table.small_table td.option-column img {
	vertical-align:middle;
	margin: 1px;
}
table.small_table div.option-column a:hover {
	text-decoration: none;
}
table.small_table a img {
	width: 18px;
	margin: 1px;
	vertical-align:middle;
}
table.small_table td {
    border-top: 1px solid #b1b5b9;
    padding: 2px 5px;
}

/**************************************************
 * Data Table Pager Styles
 **************************************************/
form.data-table-pager {
	padding: 5px;
	display: block;
	position: relative;
}
form.data-table-pager input {
	vertical-align: middle;
}
form.data-table-pager input:focus {
	focus:none;
	border: none;
}
form.data-table-pager input:disabled {
	cursor:default;
}
form.data-table-pager span {
	padding: 8px;
}
form.data-table-pager div {
	display: block;
	float: right;
	position: absolute;
	right: 5px;
	top: 5px
}
form.data-table-pager input.data-table-pager-goto {
	width: 30px;
}
form.data-table-pager input.data-table-pager-goto:focus {
	border: 1px solid #999;
    background-color: #FFF;
}

/**************
 * List styles
 **************/
ul.commalist {
  display: inline;
  list-style: none;
  margin:0;
  padding:0;
  border:0;
}
ul.commalist li {
  display:block;
  float:left;
  _display:inline;
  _float:none;
  margin-right:2px;
}
ul.commalist li form{
  display:inline;
}

ul.commalist li.auto:after {
  content: ", ";
}

ul li.auto:last-child::after{
  content:"";
}

ul.list-arrows{
	list-style-image:url('/connect/jakarta.faces.resource/ci/2018R2/img/layout/thirdnav-a-bg.png.xhtml?v=24.3.0');
}

/**************
 * DL wellformated
 **************/
 dl.wellformated dt {
 	font-weight: bold;
 }

/* WEB STYLES START HERE */
body {
	margin:0;
	padding:0;
	background-color: #F6F6F6;
    color: #1a1a1a;
    font-family: museo-sans, "Museo Sans", Arial, sans-serif;
	font-size:13px;
    text-align: left;
}

html, body {
	height:100%;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

#wrapper {
    margin: 0px;
    min-width: 973px;
    height:100vh;
    position:relative;
    display: table;
    width: 100%;
}

.layout-row {
	display: table-row;
}

.footer-row{
	height: 67px;
}

.left-column{
	vertical-align: top;
	font-size: 0.9em;
    display: table-cell;
    width: 224px;
    background-color: #003158;
    color: #eee;
    z-index: 2;
}

.right-column{
	display: table-cell;
}

/*************************************************************************************************************************
 HEADER - START
 *************************************************************************************************************************/

#header {
	height: 71px;
	background-color: #FFF;
	white-space: nowrap;
	display: flex;
	border-bottom: 1px solid #CCC;
}
#logo {
	width: 100px;
}
#logo-area {
	background-color: #003158;
	padding: 15px;
	display: table-cell;
	width: 194px;
	text-align: center;
	height: 90px;
	border-bottom: 1px solid #CCC;
	vertical-align: middle;
}
#logo-text {
    color: #FFF;
	padding: 14px 0 0 0;
	display: block;
	text-transform:uppercase;
}

/*************************************************************************************************************************
 HEADER - END
 *************************************************************************************************************************/

/*************************************************************************************************************************
 Language / Search - START
 *************************************************************************************************************************/


#search-box {
	color: #7e8083;
	font-size: 0.9em;
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 20px;
	position: relative;
	right: 0;
}

#search-box form{
	display:inline;
}

#search-box .inner {
}

#search-box a {
	display:block;
    color: inherit;
}

#search-box a:hover {
	text-decoration:none;
}

#user-menu img{
	height: 30px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
}
#user-menu div{
	display: inline-block;
}
#user-menu {
	background: url('/connect/jakarta.faces.resource/ci/2018R2/img/button/down_single-gray.png.xhtml?v=24.3.0') no-repeat center right;
}
#user-menu .user-name {
	padding-right: 30px;
	display: block;
	font-weight: bold;
}
#user-menu .org-name {
	padding-right: 30px;
	display: block;
	font-style: italic;
	font-size: 0.9em;
}

* html #search-box select,*+html #search-box select {
    position: relative;
    top: 1px;
}

#user-settings{
	top: 71px;
	right: 1px;
	position: fixed;
	display: none;
	box-shadow: 1px 1px 5px 0px #003158;
	background: #FFF;
	color: #4b4b4b;
	line-height: 20px;
	padding: 4px;
	min-width: 190px;
	font-size: 0.9em;
	z-index: 99;
}

#user-settings ul {
	padding: 4px;
}

#user-settings ul li > span:not(.value) {
    padding-right: 50px;
}
#user-settings ul li.margin_after{
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
}
#user-settings ul li .value{
	position: absolute;
	right: 9px;
	font-weight:bold;
}

#user-settings a {
    color: #159fda;
    font-weight:700;
	letter-spacing: 0.05em;
	display: block;
	width: auto;
	padding: 5px;
}

#user-settings a:hover{
	text-decoration: none;
	background:#7e8083;
	color:#FFF
}

#user-settings select{
	color: #7e8083;
    font-size: 0.95em;
 	background:#FFF;
    position: relative;
	border: 1px solid #dadbdc;
	letter-spacing: 0.05em;
	border-radius:2px;
}

#user-settings option{
 	background:#FFF;
 	font-weight: 300;
}

#user-settings form.logout-form, span.logout-form {
	display:inline;
}
/*************************************************************************************************************************
 Language / Search - END
 *************************************************************************************************************************/

/*************************************************************************************************************************
 1. NAV - START
 *************************************************************************************************************************/
#nav-area{
	height: 45px;
	padding-top: 26px;
	display: inline-block;
	width: 100%;
}

#nav {
    white-space: nowrap;
    padding-left: 15px;
	text-transform:uppercase;
}
#nav li {
    text-align: center;
    position: relative;
    display:inline-block;
}

#nav li .anc-wrapper-left, #nav li .anc-wrapper-right {
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 0 2px;
    width: 1px;
}

#nav .level-one {
    color: #666;
	float: left;
	height: 41px;
	line-height: 45px;
	margin: 0 10px;
	font-weight: 600;
	padding: 0 5px;
    border-bottom: 4px solid #FFF;
}

#nav .active .level-one, #nav .more:hover .level-one {
    color: #08416e;
    border-bottom: 4px solid #08416e;
}

#nav a:hover {
    text-decoration: none;

}

/*************************************************************************************************************************
 1. NAV - END
 *************************************************************************************************************************/


/*************************************************************************************************************************
 SECOND NAV LEVEL - START
 *************************************************************************************************************************/
#stage {
	height: 50px;
}

#subnav {
    line-height: 50px;
    margin-left: 15px;
    padding:0;
	text-transform:uppercase;
    font-weight:bold;
}
#subnav li {
    display: inline;
    float: left;
    margin-right: 8px;
}
#subnav li.active a,#subnav li a:hover {
    color: #333;
    text-decoration: underline;
}
#subnav a {
    color: #666;
    font-size: 12px;
    margin-left: 12px;
}
/*************************************************************************************************************************
 SECOND NAV LEVEL - END
 *************************************************************************************************************************/

/*************************************************************************************************************************
 THIRD NAV LEVEL - START
 *************************************************************************************************************************/

#menu-column h6 {
    margin: 4px 0;
    font-size: 1em;
}

#menu-column .context-right {
    margin-left: 18px;
    margin-right: 0 !important;
}

#menu-column .context-nav {
	margin:0 -15px;
    line-height: 2.1em;
    text-align: left;
	padding: 0;
}

#menu-column .context-nav form{
    display:inline;
}

#menu-column .context-nav a {
	display: block;
	color:inherit;
    padding: 3px 15px 3px 12px;
	border-left: 3px solid transparent;
}
#menu-column .context-nav a:hover, ul.context-nav li.active a, ul.context-nav li.active a:visited {
	text-decoration:none;
    color:#FFF;
	font-weight:bold;
	background:url('/connect/jakarta.faces.resource/ci/2018R2/img/button/arrow_right_single_white.png.xhtml?v=24.3.0') no-repeat right;
	border-left: 3px solid #FFF;
}
#menu-column .context-nav a:hover {
	background-color:#08416e;
}

#menu-column .context-nav .active ul a {
    background:none;
    color:#FFF;
    padding-left:0;
    width: 161px;
}

#menu-column .context-nav ul li.active ul.fourthnav {
    background-color: #fff;
    border: none;
    width: auto;
}

#menu-column .context-nav ul li.active ul.fourthnav a {
	background-color: #FFF;
	color: #159fda;
}

#menu-column .context-nav ul li.active ul.fourthnav li a{
    margin: 0 0 0 10px;
    padding: 0 0 0 12px;
}
#menu-column .context-nav ul li.active ul.fourthnav a:hover, .context-nav ul li.active ul.fourthnav li.active a {
    color: #15325f;
    text-decoration:underline;
    background: url('/connect/jakarta.faces.resource/ci/2018R2/img/layout/anc-more-dark.png.xhtml?v=24.3.0') no-repeat scroll 0 10px;
}

#menu-column .context-box .inner .image {
    height: 101px;
    margin-bottom: 15px;
    position: relative;
}
#menu-column .context-box .inner .image img, #menu-column .context-box .inner .mask {
    height: 101px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 5;
}
#menu-column .context-box .inner .mask {
    z-index: 10;
}
#menu-column .context-box h5 a {
    display: inline-block;
	float: right;
	font-size: 0.9em;
	font-weight: bold;
}
/*************************************************************************************************************************
 THIRD NAV LEVEL - END
 *************************************************************************************************************************/

 /*************************************************************************************************************************
 CONTENT - START
 *************************************************************************************************************************/

#breadcrumb{
	list-style-image:url('/connect/jakarta.faces.resource/ci/2018R2/img/layout/thirdnav-a-bg.png.xhtml?v=24.3.0');
	margin:0;
	padding:0;
	font-size:0.8em;
}

#breadcrumb li{
	float:left;
	margin: 0 10px;
}

#breadcrumb li.first{
	float:left;
	margin: 0 10px 0 0;
	list-style:none;
}

#content {
	background: #F6F6F6;
}

.content-box  {
    background-color: #F6F6F6;
    padding: 0 5px 15px 5px;
}
.content-box .content-box-inner {
    margin: 0 20px 35px 20px;
    position:relative;
    border: 1px solid #CCC;
	background-color: #fff;
	border-radius: 3px;
	padding: 10px 15px 15px 15px;
}

.content-box h1 {
	padding: 0px 15px 10px 15px;
	line-height: 25px;
	border-bottom: 1px solid #ccc;
	margin: 0 -15px 0 -15px;
	color: #003158;
}

.content-box .box-frame h1{
	margin: 0 -15px 15px -15px;
}

.content-box .content-box-inner.collapsed h1 {
	border-bottom: 0;
}
.content-box .content-box-inner .inner{
    position:relative;
    z-index:1;
    margin: 0;
    padding: 10px 0 0 0;
    width:auto;
    overflow-x:auto;
}
.content-box-full-width .content-header {
    width: 954px;
}
.content-box .inner-wrapper { width: 717px; }
.content-box-full-width .inner-wrapper { width: 954px; }
.center-box .inner-wrapper, .content-2col-left .content-box-inner {
        width: 480px;
}
.content-box .inner {
    overflow: hidden;
    width: 661px;
}
.content-box-full-width .inner { width: 898px; }
.content-box .inner .text {
    display: inline;
    float: left;
    margin-right: 20px;
    width: 430px;
}
.content-box-full-width .inner .text { width: 667px; }
.content-box h4, .content-2col-box h4 {
    font-weight: bold;
}

div.content-box-inner.collapsed{
	cursor:pointer;
	border-style:dashed;
	padding-bottom: 10px;
}
div.content-box-inner.collapsed:hover{
	background-color:#edf9fc;
}
div.content-box-inner .content-box-collapse-control{
	position:absolute;
	right:0;
	top:0;
}
div.content-box-inner .content-box-collapse-control img{
	cursor:pointer;
	padding: 9px 20px;
}
div.content-box-inner .collapsable-area{
	padding-bottom: 5px;
}

.content-box .two-columns{
	clear: both;
}
.content-box .two-columns div:nth-child(2n+1) {
    float: left;
}
.content-box .two-columns div:nth-child(2n) {
    float: right;
}
.content-box .two-columns div label {
    width: 150px;
	display: inline-block;
	font-weight: bold;
}
.content-box .two-columns div {
    box-sizing: border-box;
    padding: 3px 2px;
    width: 50%;
}
.content-box .two-columns div select{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin-bottom: 2px;
    padding: 2px;
}
.error-debug-details {
	margin: 10px 0 0 0;
    padding:0
}

 /*************************************************************************************************************************
 CONTENT - END
 *************************************************************************************************************************/

 /*************************************************************************************************************************
 FORMS - START
 *************************************************************************************************************************/

span.error_message, .error{color:#F00;text-align:left;}
ul.error{
	float:left;
	margin: 3px 0 0 245px!important;
	display:inline;
	padding-top:3px}
ul.error li{list-style-image: url('/connect/jakarta.faces.resource/ci/2018R2/img/layout/error-a-bg.png.xhtml?v=24.3.0');margin:0;}
ul.error.fullsize_error{padding-left:15px;margin:7px 0!important;}
ul.error.centered_error{text-align:center;float:none;}
ul.fullsize_error li{margin-left:0px;}

span.error_message {background-image:url('/connect/jakarta.faces.resource/ci/2018R2/img/layout/error-a-bg.png.xhtml?v=24.3.0');background-repeat:no-repeat;background-position:left;margin: 3px 0 0 270px!important;padding-left:15px;}

td span.error_message {
	margin: 0 0 0 10px !important;
	padding-left: 10px;
}

form .global_form_messages, span.global_form_messages, ul.global_form_messages {
	float: none;
	margin: 20px 0;
	display: block;
	padding-left: 0;
	font-weight: bold;
}

form .global_form_messages li{
	margin-left: 0;
}

.form-wrapper input, .form-wrapper select, .form-wrapper textarea {
	float:left;
}

.clr:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
.form-wrapper {
    width: 661px;
}

.form-wrapper.fullsize{
    width: auto;
}
.form-wrapper div.no-input-text, .form-wrapper span.no-input-text, .form-wrapper ul.no-input-text, .form-wrapper pre.no-input-text, .form-wrapper a.no-input-text {
	font-style: italic;
	margin:0;
	padding-top:3px;
	float: left;
    margin-bottom: 2px;
}
.form-wrapper span.no-input-text, .form-wrapper pre.no-input-text, .form-wrapper a.no-input-text {
    display: block !important;
}
.form-wrapper ul.no-input-text {
	padding: 3px 0 0 0;
}

.form-wrapper .text {
    display: block !important;
    float: none !important;
    margin: 0;
    margin-right: 0 !important;
    width: auto !important;
}
p.error, label.error { color: #f00; }

.form-wrapper input, .form-wrapper select, .form-wrapper textarea, .select-input {
	background-color: #FFF;
    border: 1px solid #ccc;
    margin-bottom: 2px;
    padding: 3px 10px;
    width: 238px;
}
.form-wrapper input:focus, .form-wrapper textarea:focus, .form-wrapper select:focus, .select-input:focus {
    border: 1px solid #999;
    background-color: #FFF;
}

.form-wrapper .radio-wrapper label {
    display: inline-block;
    float: none;
    margin: 0 20px 0 4px;
    text-align: left;
    width: auto;
    padding-top: 2px;
}
.form-wrapper .radio-wrapper input {
	background: none;
    display: inline-block;
    margin-right: 5px;
    width: auto;
}
.form-wrapper input.error, .form-wrapper select.error, .form-wrapper textarea.error { border-color: #f00; }
.form-wrapper select {
    padding: 2px;
    width: 260px;
}


.form-wrapper textarea {
    height: 77px;
    overflow-y: auto;
    resize:none;
}
.form-wrapper .largeTextarea textarea {
    width: 476px;
    height: 154px;
}
.form-wrapper .largeTextarea ul.error{padding:0 0 0 15px;}
.form-wrapper .largeTextarea ul.error li{margin:0;}

.form-wrapper .file, .form-wrapper input.checkbox, div.checkbox input, table.checkbox input, .form-wrapper .radio {
    border: none;
    padding: 0;
    width: auto;
}



.form-wrapper .horizontal input,.form-wrapper .horizontal input {float:none;}
.form-wrapper .horizontal label,.form-wrapper .horizontal label {display:inline; margin-right:5px;}

.form-wrapper select optgroup{
	font-weight: bold;
	font-style: normal;
	color: #808285;
}

.form-wrapper select optgroup option{
	color: #000;
}

.form-wrapper .description {
    display: inline;
    float: left;
    margin: 0 20px 0 -90px;
    text-align: right;
    width: 70px;
}
.form-wrapper .controls{
	margin-top: 10px;
	text-align:left;
}
div.controls.centered{
	text-align:center;
    margin:auto 0;
	width:auto;
}

.form-wrapper div.controls.centered{
    margin-top:6px;
    margin-bottom:6px;
    margin-left:auto;
    margin-right:auto;
    padding:0;
}

.form-wrapper .controls .required-field-info, .additional-info{
	color: #656565;
    font-size: 10px;
    margin: 7px 0;
}

.form-wrapper input[type="hidden"] { display: none; }

.form-table input[type="text"], .form-table input[type="password"], .form-table input[type="file"], .form-table select, .form-table textarea {
    border: 1px solid #ccc;
}
.form-table input[type="text"], .form-table input[type="password"], .form-table input[type="file"], .form-table select, .form-table textarea {
    padding: 3px 5px 3px 5px;
}
.form-table input[type="file"], .form-table select {
	cursor: pointer;
}
.form-table input:focus, .form-table select:focus {
    border: 1px solid #999;
    background-color: #FFF;
}
textarea.resizable-area{
	overflow:auto;
    resize:both;
}
ul.import_errors {
    margin: 0;
    padding: 0;
}
ul.import_errors li {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
    background: url('/connect/jakarta.faces.resource/ci/2018R2/img/layout/thirdnav-a-bg.png.xhtml?v=24.3.0') no-repeat scroll left 5px transparent;
}
ul.import_errors li.error {
    background: url('/connect/jakarta.faces.resource/ci/2018R2/img/layout/error-a-bg.png.xhtml?v=24.3.0') no-repeat scroll left 5px transparent;
    list-style-image: none;
}

/***Wizard Button Styles***/
div.wizard_buttons{
	height: 32px;
	display: block;
	position: relative;
	padding: 0px;
	margin: 10px 0 0 0;
}

div.wizard_buttons input, div.wizard_buttons button{
	margin:0;
	background-color:#FFF;
    color: #00A1F4;
	border: 1px solid #159fda;
	cursor: pointer;
	text-align: left;
	width: auto;
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 20px;
	text-transform: uppercase;
	font-weight:bold;
}
div.wizard_buttons .next, div.wizard_buttons .submit {
	padding-left:10px;
	padding-right: 15px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left:0;
	margin-right: 16px;
	background-color: #159fda;
	color: #FFF;
}
div.wizard_buttons .back{
	padding-right:10px;
	padding-left: 15px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right:0;
	float: left;
}
div.wizard_buttons input:active, div.wizard_buttons button:active {
	border-color: #003158;
    background-color: #003158;
    color: #FFF;
}
div.wizard_buttons input:disabled, div.wizard_buttons button:disabled{
	cursor: not-allowed;
	border-color: #CCCCCC;
	background-color: #FFF;
	color: #CCCCCC;
}
div.wizard_buttons .next:disabled, div.wizard_buttons .submit:disabled {
	border-left: 1px solid #CCC;
}
 /*************************************************************************************************************************
 FORMS - END
 *************************************************************************************************************************/

 /*************************************************************************************************************************
 SMALL FORMS - START
 *************************************************************************************************************************/
 .form-wrapper.small {
    width: auto;
}

.form-wrapper.small div {
    margin: 0;
}

.form-wrapper.small label {
	display: block;
	float: none;
    margin: 10px 3px 3px;
	width: 321px;
	text-align: left;
}

.form-wrapper.small input, .form-wrapper.small select, .form-wrapper.small textarea {
    float: none;
}
.form-wrapper.small span.error_message {
    margin: 3px !important;
}
 /*************************************************************************************************************************
 SMALL FORMS - END
 *************************************************************************************************************************/

 /*************************************************************************************************************************
 FOOTER - START
 *************************************************************************************************************************/

#copyright{
	color: #666;
	font-size: 0.85em;
	background-color: #FFF;
	border-top: 1px solid #CCC;
	padding: 20px;
	display: flex;
	white-space: nowrap;
}
#copyright .links{
	text-transform: uppercase;
	width: 100%;
	display: inline-block;
	text-align: right;
}

#copyright .links a {
	margin-left:10px;
}
 /*************************************************************************************************************************
 FOOTER - END
 *************************************************************************************************************************/

 /*************************************************************************************************************************
 SMALL BOX - START
 *************************************************************************************************************************/

.box-category-teaser h4 {
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 10px;
}

.box-category-teaser h5 {
    color: #333;
    margin-bottom: 3px;
    font-size: 1em;
}

.box-category-teaser {
    overflow: hidden;
    width: 100%;
    margin: 0 5px 5px 5px;
}
.box-category-teaser .box {
    position:relative;
    display: inline;
    float: left;
    margin-right: 19px;
    overflow: hidden;
    width: 50%;
    min-height: 200px;
    margin:0;
    word-wrap: break-word;
}

.box-category-teaser.box-app-list .box {
    overflow: hidden;
    height: 280px;
}

.box-category-teaser .box .box-frame, .floating-boxes-wrapper .box-frame{
	margin:0 15px 30px 15px;
	line-height:18px;
	color:#4b4b4b;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 3px;
	padding: 15px 15px 20px 15px;
	position:relative;
}

.box-category-teaser.box-app-list .box .box-frame{
	height: calc(100% - 60px);
	position: absolute;
	width: calc(100% - 60px);
}

.floating-boxes-wrapper{
	padding-left: 20px;
	padding-right: 10px;
	box-sizing: border-box;
	margin: 0 0 5px 0;
}

.floating-boxes-wrapper .box-frame {
    margin: 0 0 18px 0;
    max-width: 800px;
    min-width: 500px;
    width: 22.5%;
}

.box-category-teaser .inner {
    position:relative;
    z-index:1;
    width:auto;
}

.box-category-teaser.box-app-list .inner {
    height: 100%;
}

.box-category-teaser .inner-full {
	padding: 2px 28px;
    position:relative;
    z-index:1;
    width:auto;
    overflow:auto;
}

.box-category-teaser .inner-full h2{
    margin: 10px 0;
}

.box-category-teaser .image {
    float: right;
    margin: 0 5px;
    position: relative;
    width: 130px;
}

.box-category-teaser.box-app-list .image {
	margin: auto;
	display: block;
	position: absolute;
	top: 70px;
	left: 0;
}

.box-category-teaser .image img, .box-category-teaser .mask {
    height: 130px;
    left: 0;
    position: absolute;
    top: 0;
    width: 130px;
    z-index: 5;
}

.box-category-teaser .image img, .box-category-teaser .mask {
    height: 130px;
    clip-path: circle(51px at center);
    -webkit-clip-path: circle(51px at center);
    margin: auto;
    vertical-align: middle;
}

.box-category-teaser .mask {
    z-index: 10;
}
.box-category-teaser .inner .text {
	width:auto;
	float:none;
}

.box-category-teaser .inner .text {
	width:auto;
	float:none;
}

.box-category-teaser.box-app-list .inner .text {
	width: calc(100% - 150px);
	overflow: auto;
	height: auto;
	vertical-align: middle;
	padding-left: 150px;
	display: flex;
	position: absolute;
	top: 55px;
	bottom: 0;
}
.box-category-teaser.box-app-list .inner .text > div {
	height: auto;
	vertical-align: middle;
	margin: auto 0;
}

.box-category-teaser a {
    color: #159fda;
}
.box-category-teaser h4 a {
    color: #000;
}
.box-category-teaser h4 a:hover {
    text-decoration: none;
}

 /*************************************************************************************************************************
 SMALL BOX - END
 *************************************************************************************************************************/

 /*************************************************************************************************************************
 CONTEXT - START
 *************************************************************************************************************************/

#menu-column .context-box {
	padding: 15px;
	line-height:18px;
	border-bottom: 1px solid #CCC;
}

#menu-column .context-box p{
	color: #FFF;
}

#menu-column .context-box h5 {
	font-size: inherit;
	font-weight: bold;
	color:#BBB;
	text-transform: uppercase;
	margin: 5px 0 10px 0;
}

 /*************************************************************************************************************************
 CONTEXT - END
 *************************************************************************************************************************/

 /*************************************************************************************************************************
 POPUP - BEGIN
 *************************************************************************************************************************/

body.popup{
    background: #FFF;
    padding:5px;
    height:auto;
    display: table;
	width: calc(100% - 10px);
}

body.popup a {
	color: #159fda;
}

body.popup .form-wrapper {
	width: auto;
}

body.popup h1 {
	text-align:center;
	margin: 0 0 10px 0;
	line-height:28px;
	padding:3px;
	background-color: #159fda;
	color: #FFF;
	text-transform: uppercase;
}

body.popup h2 {
    margin: 10px 0;
    padding: 5px;
    border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-weight: normal;
}

#popup-wrapper {
    padding: 5px;
}


#popup-wrapper div.centered, .centered_text{
    text-align:center;
}
.popup ul.list-arrows li {
	margin-left: 40px;

}

.popup div.organization_details div,.popup div.popup_content div {
	margin: 0 0 0 20px;
}
div.popup_content div table {
	margin-left: -5px
}
div.organization_details div.text-block, div.popup_content div.text-block{
	display:block;
	padding-left: 150px;
	margin: 0px;
}
div.organization_details div label,div.popup_content div label {
	width:150px;
	font-weight:bold;
	display:block;
	float:left;
}
.popup ul:not(.error), div.organization_details ul{
	padding: 0px;
	margin: 0px;
}
ul li.action, ul.categories li, ul.app-settings-list li, ul.privileges li {
	list-style-image:url('/connect/jakarta.faces.resource/ci/2018R2/img/layout/thirdnav-a-bg.png.xhtml?v=24.3.0');
    margin: 0 0 0 30px;
    padding: 0 0 0 10px;
	white-space: nowrap;
}
ul.privileges li span {
	font-weight: bold;
}

/****************************
 *Status bar styles
 ***************************/
ul.status_bar {
    border: 1px solid #555;
    border-radius: 24px 24px 24px 24px;
    margin: 0 0 1em 0;
    padding: 0;
    text-align: center;
    float:left;
}

ul.status_bar:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

ul.status_bar li {
    float: left;
    margin: 0;
    padding: 0.25em 1em;
    border-right: 1px solid #555;
    font-style: italic;
    color: #666666;
}

ul.status_bar li:first-child {
    border-radius: 24px 0 0 24px;
}

ul.status_bar li:last-child {
    border-right: 0;
    border-radius: 0 24px 24px 0;
}

ul.status_bar li:only-child {
    border-radius: 24px 24px 24px 24px;
}

ul.status_bar li.complete {
    background-color: #BBEE99;
    font-style: normal;
}

ul.status_bar li.current {
    background-color: #ffcc00;
    font-style: normal;
    font-weight: bold;
    color: #000;
}

ul.further_step {
	width: 80px;
}

div.status_bar_arrow{
	background: url('/connect/jakarta.faces.resource/ci/2018R2/img/other/progress-arrow-right.png.xhtml?v=24.3.0') no-repeat center center;
	border: 0;
	padding: 0;
	height: 24px;
	width: 20px;
	float:left;
}

/**************************
 * tag cloud styles
 *************************/

ul.tag_cloud {
	white-space: normal!important;
	padding: 0;
}
ul.tag_cloud li {
    display: inline-block;
    line-height: 20px;
    margin: 0 0 5px -20px;
    padding: 0 20px !important;
}
ul.tag_cloud form{
	display:inline;
}

/**************************
 * jquery CI fixes
 *************************/
.ui-datepicker{
	z-index: 9999 !important;
}

/****************************************************
 *Environments Formats
 ***************************************************/
/* .DEVELOPMENT #logo-area,.TESTING #logo-area,.QUALITY_ASSURANCE #logo-area{ */
/* 	/*background-color: #4b4b4b;*/ */
/* } */
/* .STAGING #logo-area{ */
/* 	background-color: #40AD48; */
/* } */
/* .PRE_PRODUCTION #logo-area{ */
/* 	background-color: #6E20A0; */
/* } */

img {color:#fff}

/**************
* CI popup
**************/

#experience-switch{
	border: 1px solid #003158;
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 20px;
	text-align: center;
	opacity: 0.9;
	box-shadow: 1px 1px 3px 1px #003158;
	display:none;
	z-index: 10;
    background: #FFF;
}

#experience-switch a.close{
	position: absolute;
	right: 1px;
	top: 28px;
}

/**************
* Ajax status loader style
**************/
#ajaxStatusPanel {
	overflow: visible;
}

#ajaxStatusPanel_prestart, #ajaxStatusPanel_start {
	position: fixed;
	z-index: 9999;
	bottom: 2px;
	right: 2px;
	height: 96px;
	width: 96px;
}

#ajaxStatusPanel_complete {
	z-index: 0;
}
