
/* Yellow Theme*/
.YellowModena.Geometry {
  background-image: url("/hr/javax.faces.resource/images/SVG_grayscale.svg.xhtml?ln=modena-layout");
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
}
.YellowModena {
  background-image: none;
}
.YellowModena #layout-topbar {
  background-color: #fff;
}

.tileIcon.YELLOW {
	color: #2D5A94;
}

#show-top-menu{
	color:#2D5A94;
}
.ui-fieldset{
	border: solid 1px #2D5A94;
}

.ui-fieldset-legend {
    background-color: #f5e462;
    color: #2D5A94;
    font-weight: bold;
}

.ui-datatable table thead tr th, .ui-datatable table tfoot tr td, .ui-datatable table thead tr th {
    color: #fff;
    background-color: #6C8BAA;
}

.ui-treetable table thead tr th, .ui-treetable table tfoot tr td{
	color: #fff;
    background-color: #6C8BAA !important;
}

.ui-dialog .ui-dialog-titlebar{
    background-color: #2D5A94;
    color: #fff;
}


.ui-datatable table thead tr th .ui-commandlink{
    color: #fff !important;
}

.ui-datatable .ui-datatable-summaryrow td{
    color: #fff;
    background-color: #2D5A94;	
}

.ui-selectcheckboxmenu-header .ui-chkbox {
	display: none;
}

.ui-selectoneradio label {
    cursor: pointer;
    display: inline-block;
    margin: 0 15px 0 10px !important;
    vertical-align: middle;
}

#top-menu > li > a {
	color: #2D5A94;
}

#top-menu > li > .ui-commandlink, #top-menu > li > .ui-link, #top-menu > li > span {
	color: #2D5A94 !important;
}


.ui-commandlink {
    color: #2D5A94 !important;
}

.ui-datatable table tbody .ui-state-hover td{
	color: #2D5A94 !important;
}

.ui-datatable table tbody .ui-state-highlight > td{
	background-color: #f5e462 !important;
	color: #2D5A94 !important;
}

.ui-datatable .ui-datatable-header {
    background-color: #2D5A94;
}

.ui-tabs-top .ui-tabs-nav li a {
    color: #6C8BAA !important;
}

.ui-inputfield {
	color: #2D5A94 !important;
}

.ui-inputfield.ui-state-hover, .ui-inputfield.ui-state-focus{
	color: #2D5A94 !important;
	
}

.ui-tabs-top .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-top .ui-tabs-nav li.ui-tabs-active a, .ui-tabs-top .ui-tabs-nav li.ui-state-hover a{
	 color: #2D5A94 !important;
}

.ui-radiobutton .ui-radiobutton-box {
    border: solid 2px #f5e462;
}

.ui-radiobutton .ui-state-active .ui-icon-bullet, .ui-radiobutton .ui-state-focus .ui-icon-bullet{
	background-color: #f5e462;
}

.ui-button{	
    color: #fff !important;
	background-color: #2D5A94;
}

.fb-sidebar .ui-commandlink {
    color: #2D5A94 !important;
}

.ui-accordion-header {
	background-color: #6C8BAA;
}

.ui-accordion .ui-accordion-header.ui-state-hover, .ui-accordion .ui-accordion-header.ui-state-active {
    background-color: #6C8BAA;
    color: #ffffff;
}

.ui-accordion .ui-tabs-outline {
	background-color: #6C8BAA !important;
    color: #ffffff;
}

.CardTopic {
    color: #2D5A94;
}

.ui-chkbox-box .ui-icon-check {
	border-bottom: solid 3px #2D5A94;
    border-right: solid 3px #2D5A94;
}


.ui-treetable table tbody tr td .ui-chkbox-box .ui-icon-check {
    border-bottom: solid 2px #2d5a94;
    border-right: solid 2px #2d5a94;
}


.fc-toolbar {
    background-color: #6C8BAA;
}

.fc-toolbar button {
    border: solid 1px #2d5a94;
    background-color: #2d5a94;
}

.fc-toolbar button.ui-state-active {
    background-color: #f5e462;
    color: #2D5A94;
}

.fc-toolbar button.ui-state-hover {
    background-color: #f5e462;
    color: #2D5A94;
}

.fc-view-container table thead tr th {
    background-color: #2D5A94;
    color: #FFFFFF;
}

.fc-view-container table thead tr .fc-sun, .fc-view-container table thead tr .fc-sat {
    background-color: #2D5A94;
}

.fc-view-container .fc-month-view > table > thead {
    background-color: #2D5A94;
}

.emp2 .fc-event-skin {
    background: red;
}

.ui-button.ui-state-active, .ui-buttonset .ui-state-active {
    background-color: #f5e462;
    color: #2D5A94 !important;
}
/*
.fc-event, .fc-event:hover, .ui-widget .fc-event .home {
    background-color: #f5e462 !important;
}
*/

.yellow-background {
    background-color: #f5e462;
}

.yellow-foreground {
    color: #f5e462;
}