body
{
	margin: 0;
	padding: 0;
	color: #333;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEe;
}

#page
{
	background: white;
}

#content
{
	padding: 1em;
	max-width: 1600px;
	margin: auto;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#mainmenu {
	text-align: right;
	background: #444;
	min-width: 960px;
}

#mainmenu > ul
{
	padding:8px 20px 0 20px;
	max-width: 1200px;
	margin: auto;
}

#mainmenu > ul > li
{
	display: inline;
}

#mainmenu > ul > li:first-child {
	font-size: 1.25em;
	float:left;
	line-height: 1;
}

#mainmenu > ul > li > a
{
	color:#ffffff;
	background-color:transparent;
	/*font-size:12px;*/
	font-weight:bold;
	text-decoration:none;
	padding:5px 10px;
	display: inline-block;
}

#mainmenu > ul > li > a:hover, #mainmenu ul > li.active > a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
	font-size: 1.1em;
	display: inline-block;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.grid-view > .widget-header {
	font-size: 1.25em;
	padding-bottom: 0.2em;
}

.grid-view > .keys {
	display: none;
}

#clientDetails > tbody > tr > th {
	width: 210px;
}

.subDetails {
    width: auto;
    margin: -0.3em -0.6em;
    font-size: 1.111em;
}

.subDetails > tbody > tr > th {
    width: auto;
}

td.ar {
    text-align:right;
}

td.ac {
	text-align:center;
}

td.checkbox {
	font-size: 1.2em !important;
	line-height: 1;
	text-align:center;
}

.yiiPager > .selected > a,
.portlet-decoration,
.grid-view .items > thead > tr >th {
	background: #0090d7 !important;
}

ul.yiiPager a:link, ul.yiiPager a:visited {
	border: solid 1px #0090d7;
}

table.detail-view th, table.detail-view td,
.grid-view table.items th, .grid-view table.items td {
	border: none; /* reset */
	border-right: 1px white solid;
	padding: 3px;
}

.detail-view > tbody > tr.odd,
.items > tbody > tr.odd,
.sub-items > tbody > tr.odd {
	background: #eaeaea !important;
}

.detail-view > tbody > tr.even,
.items > tbody > tr.even,
.sub-items > tbody > tr.even {
	background: #fff !important;;
}

.sub-items > thead > tr > th {
	background: none !important;
}

.sub-items {
	width: auto;
	margin: -8px 0 0 -10px;
}

.sub-items.full {
	width: 100%;
	margin: -1em 0 2em;
}

#mainmenu > ul > li.active > a {
	color: #333;
	background-color: #fff;
}

#mainmenu > ul > li > a:hover {
	background-color: #298dcd;
	color: #fff;
}

.grid-view {
	padding: 0 !important;
}

.grid-view > .empty {
	padding: 0.5em 0 1em;
	font-size: 1.1em;
	display: block;

}

.grid-view > .widget-header {
	padding-top: 0.5em;
}

#submenu {
	margin: 0 auto;
	width: 90%;
	min-width: 900px;
	min-height: 48px;
}

.menu-cell { padding: 0}

#actions {
	margin-top: 1em;
	text-align: right;
}

#actions > ul {
	list-style: none;
	margin: 0;
}

#actions > ul > li {
	display: inline-block;
}

#actions > ul > li > a {
	display: inline-block;
	padding: 6px 8px;
	background: #eaeaea;
	text-decoration: none;
	font-weight: bold;
	border-radius: 2px;
	margin: 3px;
	color: #000;
}

#actions > ul > li.active > a {
	background: #989898;
	color: #fff;
}

#actions > ul > li > a:hover {
	background: #298dcd;
	color: #fff;
}

div.breadcrumbs {
	font-size: 1.1em
}

h1, h2 {
	display: none
}

h3.bar {
	background-color: #0090d7;
	color: #fff;
	padding: 4px;
}

.nbm {
	margin-bottom: 0;
}

h3.bar > a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-style: italic;
}

h3.bar > a:hover {
	color: #fcf0b3;
}

tr.inprogress > td {
	font-weight: bold;
	color: #0090d7;
}

td.nowrap {
	white-space: nowrap;
}

td.pre-wrap {
	white-space: pre;
}

span.error {
	font-weight: bold;
	color: red;
}

.error-container {
	margin-top: 10vh;
	margin-bottom: 10vh;
	text-align: center;
}

.error-title {
	font-size: xx-large;
	font-weight: bold;
	color: red;
}

.error-text {
	font-size: large;
	clear: both;
}

.not-ready {
	text-decoration: line-through;
	color: red;
}

/* Fixes to solve layout issues after migrate to jQuery 3.7.1 */

/* Hide the text "Close" appearing under the close button */
.ui-dialog-titlebar-close {
	color: transparent !important;
}

/* Restyle the button  */
.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button{
	padding: .4em 1em;
	border: 1px solid #d3d3d3;
	color: #555;
}
.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:hover{
	border-color: #999;
	color: #212121;
}