@import "./cms_user_style/main.css";
@import "./cmsbreadcrumb.css";
@import "./contentRoundedBox.css";
@import "./forms.css";
@import "./admin-flyout.css";

body, td, div {
  font-family: "Segoe UI", Arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  background-color: #6C83AC;
}

iframe{
  background-image: none;
  background-color: #ffffff;
  border: none;
}

H1 {
  color: #841313;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
}

H2 {
  color: #841313;
  font-weight: bold;
  font-size: 11px;
  line-height: 17px;
}

HR {
  border: 0;
  height: 1px;
  color: #841313;
  background-color: #841313;
}

label {
  cursor: pointer;
  cursor: hand;
}

radio, checkbox, .checkbox, .radio {
  padding: 0px;
  margin: 0px;
  line-height: 0px;
  font-size: 0px;
  border: 0px;
}

fieldset {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-color: #A9C4E7;
}

legend {
  color: #0B224B;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
}

.error, .errorMessage {
  background: #ffcccc url(../images/nav_icons/error.png) no-repeat 5px 9px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  color: #900;
  border: 2px solid #c00;
  padding-left: 45px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 11px;
  min-height: 40px;
  /*margin-top: 8px;
  margin-bottom: 8px;*/
  display: block;
}

.notice, .warningMessage, .noticeMessage, span.invalid, span.missing {
  background: #F8F2AA url(../images/nav_icons/notice.png) no-repeat 5px 9px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  color: #0B224B;
  border: 2px solid #FFB608;
  padding-left: 45px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;

  font-weight: bold;
  font-size: 11px;
  min-height: 40px;
  /*margin-top: 8px;
  margin-bottom: 8px;*/
  display: block;
}

.helpText {
  background: url(../images/icons/icon_info.gif) no-repeat 2px 0px;
  font-size: 11px;
  color: #7B96BD;
  margin-top: 8px;
  display: block;
  padding-left: 25px;
}

.helpText ul {
  margin: 0 0 5px 0;
  padding: 0;
}

.helpText ul li {
  list-style: none;
}

.helpText li.head {
  font-weight:bold;
}

.helpText ul ul,
.helpText ul.info {
  margin: 0;
  padding: 0 0 0 30px;
}

.helpText ul li ul li,
.helpText ul.info li {
  list-style: disc;
}

.helpText ul.info li.no-icon {
  list-style: none;
}

.helpText span.strike-through {
  text-decoration: line-through;
}

.helpText div.important strong,
.helpText strong.important {
  color: #900;
}

.success, .successMessage {
  background: #E3F8D8 url(../images/nav_icons/success.png) no-repeat 5px 9px;
  border-radius: 8px; /* CSS3 rounded corners */
  -moz-border-radius: 8px; /* Mozilla rounded corners */
  -webkit-border-radius: 8px;
  color: #0B224B;
  border: 2px solid #217C21;
  padding-left: 45px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 11px;
  min-height: 40px;
  /*margin-top: 8px;
  margin-bottom: 8px;*/
  display: block;
}

/* message for uploads etc. */
.indicator {
  background: #F8F2AA url(../images/indicator_medium.gif) no-repeat 5px 9px;
  border-radius: 8px; /* CSS3 rounded corners */
  -moz-border-radius: 8px; /* Mozilla rounded corners */
  -webkit-border-radius: 8px;
  color: #0B224B;
  border: 2px solid #FFB608;
  padding-left: 45px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 11px;
  min-height: 40px;
  /*margin-top: 8px;
  margin-bottom: 8px;*/
  display: block;
}

.tinyNotice {
  color: #0B224B;
  padding-left: 20px;
  background-image: url(/chameleon/blackbox/images/icons/information.png);
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 16px;
}

.tinyError {
  color: #900;
  padding-left: 20px;
  background-image: url(/chameleon/blackbox/images/icons/exclamation.png);
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 16px;
}

/*
* Headline User/Portal Content Box
*/

#userContentBox,
#portalContentBox {
  float: right;
  margin-top: 6px;
  margin-right: 6px;
  padding: 4px;
  height: 75px;
  background-repeat: no-repeat;
}

#portalContentBox {
  float: left;
}
#userContentBoxLeft,
#userContentBoxRight,
#portalContentBoxLeft,
#portalContentBoxRight {
  float: left;
  width: 9px;
  height: 75px;
}

#userContentBoxMiddle,
#portalContentBoxMiddle {
  float: left;
  background: url(../images/header_user_box_middle.gif);
  height: 75px;
}

#userContentBoxMiddlePadding,
#portalContentBoxMiddlePadding {
  padding-top: 5px;
}

#headerBoxPortal .openPortalLink,
#headerBoxPortal .openPortalFavicon {
  float: left;
  width: 16px;
  height: 16px;
}

#portalquicklist {
  width: 200px;
}

#headerBoxPortal .openPortalLink {
  padding-left: 5px;
}

#headerBoxWorkflow {
  border-right: 2px solid #D3DBE7;
  padding-right: 8px;
  width: 360px;
  float: left;
  height: 65px;
}

#headerBoxWorkflowTransactionFunctions {
  padding-bottom: 3px;
  border-bottom: 2px solid #D3DBE7;
}

#headerBoxUser, #headerBoxPortal {
  float: left;
  height: 65px;
  width: 200px;
  padding-left: 3px;
}

#userContentBox .userContentBoxLogin,
#portalContentBox .portalContentBoxLink {
  padding-bottom: 3px;
  font-weight: bold;
  color: #419BDE;
  width:130px;
  overflow:hidden;
}

#userContentBox a,#userContentBox a:link,
#userContentBox a:visited,#userContentBox a:hover,
#userContentBox a:active, #userContentBox a:focus
{
  text-decoration: none;
  background-color: transparent;
  border-bottom-color: transparent;
  color: #0B224B;
	background-position: left;
	background-repeat: no-repeat;
  padding-left:20px;
  line-height: 16px;
}
#userContentBox a:hover {
  text-decoration: underline;
}

#userContentBox .userContentBoxUserconfig {
	background-image: url(/chameleon/blackbox/images/icons/vcard.png);
}

#userContentBox .userContentBoxLogout {
	background-image: url(../images/icon_padlock_small.gif);
}

#userContentBox .userContentBoxLanguage {
	background-image: url(../images/icon_world.gif);
}

#userContentBox .linkTransactionNew {
  background-image: url(/chameleon/blackbox/images/icons/application_form_add.png);
}

#userContentBox .linkTransactionShowAll {
  background-image: url(/chameleon/blackbox/images/icons/application_view_list.png);
}

#userContentBox .linkTransactionCurrent {
  background-image: url(/chameleon/blackbox/images/icons/application_form_edit.png);
}


.listEvenRow {
  background-color:#E6E6FA;
}

.listUnevenRow {
  background-color:#F0F8FF;
}

.cleardiv {
  clear:both;
  font-size:0px;
  line-height:0px;
  height:0px;
}

.pleasewaitMessage {
  font-size: 12px;
  font-weight: bold;
  padding-left: 40px;
  color: #419BDE;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(../images/indicator_medium.gif);
	width: 210px;
}

#pleaseWaitMessage {
  display: none;
}

.messageInnerDiv {
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  padding-left: 40px;
  color: #0B224B;
  background: #F8F2AA url(../images/indicator_medium.gif) no-repeat 5px 9px;
	width: 210px;
  border: 2px solid #FFB608;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}


.contentboxHeadline {
  padding-left: 15px;
  height: 18px;
  color: #841313;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 3px;
  padding-top: 5px;
  line-height: 18px;
}

.contentMessageBox {
  padding-left:5px;
  padding-right:5px;
  height: 23px;
  border: 1px solid #ABBDCD;
  margin-bottom: 10px;
  border-radius: 6px; /* CSS3 rounded corners */
  -moz-border-radius: 6px; /* Mozilla rounded corners */
  -webkit-border-radius: 6px;
  padding-top: 5px;
}

/* the breadcrumb in treeNode fields */
.treeField {
  padding-left:5px;
  padding-right:5px;
  padding-bottom: 2px;
  float: left;
  height: 100%;
  border: 1px solid #ABBDCD;
  margin-bottom: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-image:url(/chameleon/blackbox//images/icons/page_navigation.gif);
  background-position:5px 3px;
  background-repeat:no-repeat;
}

.treeField ul{
  padding:0px;
  margin:0;
  list-style: none;
  list-style-type:none;
  list-style-image:none;
  clear:both;
  padding-left:20px;
}

.treeField ul li{
  display:block;
  line-height: 21px;
  color: #0B224B;
  list-style: none;
  list-style-type:none;
  list-style-image: none;
  line-height: 18px;
  border: none;
  float:left;
}
.treeField ul li .treesubpath{
  float:left;
  background: url(../images/breadcrumb/arrow.gif) no-repeat;
  background-position: left;
  padding-left: 20px;
  line-height: 21px;
}
.treeField .dateinfo{
  float:left;
  line-height: 21px;
}
.treeField .dateinfo .dateinfo_inner{
  padding-left:25px;
  line-height: 21px;
}
.treeField .dateinfo .dateinfo_inner_active{
  background-image:url(/chameleon/blackbox//images/icons/date_go.png);
  background-position:0 2px;
  background-repeat:no-repeat;
}
.treeField .dateinfo .dateinfo_inner_none_active{
  background-image:url(/chameleon/blackbox//images/icons/date_delete.png);
  background-position:0 2px;
  background-repeat:no-repeat;
}
.pageNavigationTreeSelectBox .treeField ul li .treesubpath{
  line-height:20px;
  height:20px;
}
.modalCloseButton, .modalCloseButton:hover {
  background: url(../images/icons/action_stop.gif) no-repeat 0px 0px;
  padding-left: 20px;
  color: #0B224B;
  display: block;
  width: 70px;
}

#toaster {
  position: absolute;
  top: -100px;
  left: 200px;
  z-index:1004;
}

/* jquery.flash alt Text */
.flash-replaced .alt {
  display: none;
}

.dialogHeadline {
  padding: 5px;
  color: #EFEFEF;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  background-image: url(/chameleon/blackbox/images/table_bg.gif);
  background-position: 50%;
}

.dialogContent {
  padding: 3px;
}

.actionButton, .actionButton:hover {
  background-color: #e7f3ff;
  background-image: url(../images/icons/action_go.gif);
  background-repeat: no-repeat;
  background-position: 5px 4px;
  padding: 5px 5px 5px 25px;
  color: #151c55;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid;
  border-color: #9cb2c6;
  line-height: 22px;
  height: 22px;
  text-decoration: none;
}

.actionButton:hover {
  background-color: #21618c;
  color: #fff;
  border-color: #083c63;
}

#headerCloseContainer {
  float:left;
  margin-left: 14px;
}

#mainnavigationcontainer {
  margin-top: 6px;
}

#mainnavigationcontainer.hidden {
  margin-top: 0px;
}

#mainnavigationcontainer #headerCloseContainer a {
  padding-left: 25px;
  background-image: url(/chameleon/blackbox/images/icon_sort_asc.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
}

#mainnavigationcontainer #headerCloseContainer a.hidden {
  background-image: url(/chameleon/blackbox/images/icon_sort_desc.gif);
}

#headerLogoContainer {
  float: left;
  vertical-align: bottom;
}

#headerLogoContainer img {
  margin: 20px 15px 0 20px;
}

#headerWebsiteOpener {
  padding-left: 8px;
}

#headerWebsiteOpener a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  background-image: url(/chameleon/blackbox/images/icon-external-link.gif);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 15px;
}

/* textarea/iFrame resize jquery plugin */
div.grippie {
	background:#EEEEEE url(/chameleon/blackbox/images/grippie.png) no-repeat scroll center 2px;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}
.resizable-textarea textarea {
	display:block;
	margin-bottom:0pt;
	width:95%;
	height: 20%;
}

.cmsmessage {
  margin-left: 10px;
  border: 2px solid #FFB608;
  padding: 3px;
  font-size: 12px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #0B224B;
  background-color: #F8F2AA;
}

.externalLink {
  padding-left: 20px;
  background-image: url(/chameleon/blackbox/images/icon_external_link.gif);
  background-repeat: no-repeat;
}
