body {
    /*font-family: Arial, sans-serif;*/
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

#application-container {
	width: 1000px;
	margin: 0px auto 20px auto;
}

#application-container-inner 
{
    padding: 0px;
    border: 0px;
    width: 100%;
}

#content-wrapper 
{
    width: 100%;
}

#content {
	float: right;
	width: 794px;
	overflow-x: hidden;
	z-index: 10;
}

#content-inner 
{
    margin-right: 10px;
    padding-top: 20px;
}

#navigation {
	display: inline-block;
	overflow: visible;
	width: 200px;
	z-index: 5;
}

#navigation-inner,
.navigation-inner
{
    padding-top: 20px;
}

#header 
{
    height: 92px;
}

#footer 
{
	clear: both;
}

#topbar 
{
    width: 100%;
    float: left;
}

#login-name-container 
{
    float: left;
}

#organisatie-naam-container 
{
    float: right;
    margin-right: 20px;
}

#disclaimer-link-container 
{
    float: right;
    margin-right: 20px;
}

#content-wrapper 
{
    clear: both;
    float: left;
    display: inline;
}

#navigation-tree 
{
    width: 180px;
}

/** HEADING */
h1 {
    font-size: 20px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 10px;
}

h6 {
    font-size: 8px;
}

a .fa {
    font-size: 14px;
}

/** FA overrides */

i.fa.icon {
    font-size: 20px;
}

/** Bootstrap overrides */
.table.table-sm th,
.table.table-sm td {
    padding: 0.75rem 0.3rem;
    margin: 0;
}

.grid-pagination td {
    border: 0;
}

.grid-pagination > td {
    padding: 0 !important;
}

.grid-pagination table td {
    padding: 0.75rem !important;
}

.clear 
{
    clear: both;
}
/*
.clear:after {
    content: ".";
    display: block;
    height: 0px;
    padding: 0px;
    margin: 0px;
    clear: both;
    visibility: hidden;
}*/

.panel {
    margin-bottom: 2rem;
}

.panel.panel-small {
    margin-bottom: 1rem;
}

.incident-category .list-group-item {
    border: 0;
    padding: 0;
    display: flex;
}

    .incident-category .list-group-item > label {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
        word-break: unset;
        flex: 1;
    }

    .incident-category .list-group-item .btn-help {
        width: 50px;
        margin-left: auto;
        flex: 1;
    }

    .incident-category .incident-category-name {
        line-height: 1.5;
        padding: 0.6rem 1.25rem;
        display: inline-block;
    }


/* tooltips */
/* simple css-based tooltip */
.tooltip {
	background-color: #000;
	border: 1px solid #fff;
	padding: 10px 15px;
	width: 200px;
	display: none;
	color: #fff;
	text-align: left;
	font-size: 12px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

.table-striped {
    font-size: 0.8em;
}

a {
    text-decoration: underline;
}

.ui-state-success {
    border: 1px solid #2B402B;
    background: #99CC8A url(images/ui-bg_highlight-hard_55_99cc8a_1x100.png) 50% 50% repeat-x;
}

.ui-state-warning {
    border: 1px solid #CD640A;
    background: #FAD3B3 url(images/ui-bg_highlight-hard_55_fad3b3_1x100.png) 50% 50% repeat-x;
}

.ui-state-info {
    border: 1px solid #1F2342;
    background: #cdccf5 url(images/ui-bg_highlight-hard_55_cdccf5_1x100.png) 50% 50% repeat-x;
}

.ui-corner-all {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.form-group {
    margin-bottom: 1rem;
}

.wrap-text-ellipsis {
    text-overflow: ellipsis;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
}