.t-Body-content{
background-color: #f9f9f9 !important;
}

.colorStatusGreen {
  background: #4cd84c !important;
}

.colorStatusRed {
  background: #D81709 !important;
}

.colorStatusYellow {
  background: #FFDE00 !important;
}

.colorStatusBlue {
  background: #0F5BA8 !important;
}

.colorStatusGray {
  background: #0F5BA8 !important;
}

.t-Header-branding{
	background-color: #511c76;
}

.t-MediaList-title{
	color: #2C1A63;
}

.t-Button--hot{
  background-color: #2C1A63 !important;
}

.t-Button--simple{
background-color: #ffffff !important;
color: #2C1A63  !important;
box-shadow: 0 0 0 1px #2C1A63 inset !important;
}

.t-Button--simple .t-Icon{
  color: #2C1A63  !important;
}

.t-HeroRegion-icon{
  background-color: #c95788 !important;
  color: #2C1A63 !important;
}

.a-IRR-headerLink{
color: #2C1A63 !important;
}

.t-Header {
border-bottom: 3px solid #c95788;
}

.t-Region-title {
font-size: 1.8rem !important;
}

.a-IRR-toolbar {
    border-bottom: 3px solid #511c76;
}

.a-IG-header{
    border-bottom: 3px solid #511c76;
}

.ui-dialog.ui-dialog--inline .ui-dialog-titlebar{
    border-bottom: 3px solid #511c76;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix{
    border-bottom: 3px solid #511c76;
}

.t-Region-headerItems.t-Region-headerItems--title{
border-left: 3px solid #511c76;
}

.t-Region-headerIcon{
color: #c95788 !important;
}

.a-TreeView-content .fa{
color: #c95788 !important;
}

.apex-item-option .apex-item-option--no.a-Button{
background-color: #c95788 !important;
}

.t-Form-fieldContainer{
margin-top:6px !important;
}

.apex-button-group input:checked+label, .t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input:checked+label{
border-color: #c95788 !important;
  background-color: #c95788 !important;
}

.t-Card-colorFill, .t-Card-icon{
  background-color: #c95788 !important;
  color: #2C1A63 !important;
}

.t-Alert--info .t-Alert-icon .t-Icon{
color: #2C1A63 !important;
}

.t-Button--link.t-Button, .t-Button--link .t-Icon{
color: #2C1A63 !important;
}


.t-HeroRegion-icon{
  /*transform: rotate(45deg);*/
  border-radius: 7px !important;
}

.t-Card-icon{
  border-radius: 7px !important;
  /*transform: rotate(45deg);*/
}

/*.t-Icon{
transform: rotate(-45deg);
}*/

.t-WizardSteps-step.is-complete .t-WizardSteps-marker {
    background-color: #2c1b63 !important;
    color: #FFF;
}

.t-WizardSteps-step.is-active .t-WizardSteps-marker {
    background-color: #c95788;
}

.apex-item-multi:focus, .apex-item-select:focus, .apex-item-text:focus, .apex-item-textarea:focus, select.listmanager:focus {
border-color: #c95788 !important;
}

.t-Form-fieldContainer--floatingLabel .apex-item-has-icon:focus+.apex-item-icon, .t-Form-fieldContainer--floatingLabel .apex-item-multi.is-focused+.apex-item-icon {
background-color: #c95788 !important;
}

/*Corrigir Bug da atualização do Chrome que some o Item ao selecionar*/
.apex-item-select,
.apex-item-text,
.apex-item-textarea,
.apex-item-multi {
backface-visibility: hidden;
}
