
#cw-wrapper {
    min-height: 90%;
    height: auto;
    padding: 0 0 60px;
    margin: 0 auto -60px;
}

.img-rounded  {
	border-radius: 16px;
}

.breadcrumb {
	background-color: #f5f5f5;
	border-radius: 4px;
	list-style: outside none none;
	margin-bottom: 20px;
	padding: 8px 15px;
	top: 25px;
	margin-right: 25px;
}

.uk-breadcrumb {
	position: absolute;
	left: 0;
	top: 10px;
}

.uk-notification {
	width: 550px;
}

.uk-notification-message {
	border: 1px solid LightGray;
	border-radius: 10px;
	text-align: center;
}

.uk-heading-bordered-light {
	border: 1px solid LightGray;
	border-radius: 10px 10px 5px 5px;
	background-color: #f5f5f5;
	padding: 5px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}
.uk-heading-bordered-light-bg1 {
	border: 1px solid LightGray;
	border-radius: 10px 10px 5px 5px;
	background-color: #c0c0c0;
	padding: 5px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}
.uk-panel-bordered-light {
	border: 1px solid LightGray;
	border-radius: 5px 5px 5px 5px;
	background-color: #f5f5f5;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
}

.uk-div-bordered-lightgray {
	border: 1px solid LightGray;
}


.uk-open>.uk-accordion-title {
	font-weight: bold;
	color: DimGray;
	/*  		color: CadetBlue; */
	/* 		background-color:LightGray; */
}

.cw-background-titles {
	background-color: #85929e; /* #aeb6bf;*//*#85929e ;*/
}
.cw-heading-titles {
	color: White; 
	padding-right:40px
}
.cw-cellitem-success-remark {
	color: White; 
	font-weight: bold;
	background-color: Green;
	
}
.cw-cellitem-warning-remark {
	color: White; 
	font-weight: bold;
	background-color: Orange;
	
}
.cw-cellitem-error-remark {
	color: White; 
	font-weight: bold;
	background-color: Red;
	
}

/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Dimensions
 * 3. Style
 * 4. Required for `a`
 */
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  /* 1 */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* 2 */
  box-sizing: border-box;
  height: 80px;
  padding: 0 15px;
  /* 3 */
/*   font-size: 0.875rem; */
/*   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
   font-size: 1.1rem;
   font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; 
  /* 4 */
  text-decoration: none;
}
/*
 * Nav items
 */
.uk-navbar-nav > li > a {
  color: #999;
  text-transform: uppercase;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
/*
 * Hover
 * Apply hover style also to focus state and if dropdown is opened
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #666;
  outline: none;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  color: #333;
  font-weight: 700;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  color: #333;
  font-weight: 700;
}
/* Item
 ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
 ========================================================================== */
.uk-navbar-toggle {
  color: #999;
}

.uk-text-tiny {
  font-size: 0.675rem;
  line-height: 1.5;
}
/* tiny
 ========================================================================== */
.uk-padding-tiny {
  padding: 7px;
}

.uk-background-tertiary {
  background-color: #808080;
}

.uk-background-login {
  background-color: #d1d6d2;
}

.uk-background-active  {
  color: White;
  background-color: #0080c0;
}

/* Para Modal Mindow*/

div.wicket-modal div.w_caption
{
  background-color: inherit;
  height: 100;
}
.w_caption {
    border-style: solid;
    border-width: 0;
    height:100;
}

