/********* Admin area Only *********/

.table-content-border2 {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.table-header-bg {
    background-color: #999999;
    color: #ffffff;
    border-right: 1px solid #ffffff;
}
.table-header-bg-red {
    background-color: rgba(197,34,39,1);
    color: #ffffff;
}
.table-header-bg-light {
    background-color: #f3f3f3;
}
.table-content-border {
    border-right: 1px solid #cccccc;
}
.table-content-border2 {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
#divRemainingLocations .ui-accordion-content {
    height: 100% !important;
    padding: 0px !important;
    margin: -1px !important;
}
#divRemainingLocations .ui-accordion-header {
    border: 1px solid rgb(170, 170, 170);
}
#content .orgunit_forms_documents .select2-container {
    width: 100% !important;
}
#DivisionName {
    -webkit-border-radius: 0px 0px 4px 4px!important;
    -moz-border-radius: 0px 0px 4px 4px!important;
    border-radius: 0px 0px 4px 4px!important;
    border: 1px solid #666666!important;
    color: #fff;
    padding: 10px 10px 10px 10px!important;
    margin-bottom: 5px;
}

/** BEGIN-6654: Permissions Security Center Icons **/

a.whereUsedPopover * {
    color: #ffffff;
}
a:active.whereUsedPopover,
a:hover.whereUsedPopover,
a:visited.whereUsedPopover
{
	color: #999;
}

.override-icon,
.inactive-rule-icon,
.where-used-icon
{
	font-size: 12px !important;
	min-width: 11px;
	line-height: 12px;
	background: #fff;
	color: #999;
	border-color: #ddd;
	margin-top: -3px;
	padding: 1px 3px;
}

/** END-6654 **/
