body 
{
    background-color: #fff;
    font-family: 'FF Mark', 'Century Gothic', Arial, Helvetica, sans-serif;
    color: #211E5B;
}

#application-container  {
    background-image: url(Images/background.aro-new.1000x700.jpg);
    background-repeat: no-repeat;
    border-width: 0px 1px;
    border-color: silver;
    border-style: solid;
    background-color: #B1EDE8;
}

#footer 
{
    border-bottom: 1px solid silver;
    border-width: 0 0 1px 0;
}

#header {
    height: 212px;
}

#topbar {
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
}

#login-name-container,
#organisatie-naam-container,
#disclaimer-link-container {
    margin-left: 15px;
    color: #211E5B;
}

#organisatie-naam-container {
    
}

#login-name-container a, #disclaimer-link-container a {
    color: #DF3D4F;
}

#login-name-container a:hover, #disclaimer-link-container a:hover {
    color: #211E5B;
}

#navigation {
    padding-left: 10px;
}

#content-wrapper {
    padding-top: 15px;
}

#content {
    width: 780px;
    min-height: 450px;
    margin-left: 0;
}

#content-inner {
    margin: 10px 10px 10px 15px;
}

/* text */
h1, h2, h3, h4, h5, h6 {
    color: #211E5B;
    font-weight: bold;
}

h4, h5, h6 {
    color: #211E5B;
    font-weight: bold;
}

a {
    color: #211E5B; 
    font-weight: bold;
}

a:hover {
    color: #DF3D4F;
    text-decoration: none;
}

/* forms */

/* buttons */
.btn 
{
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.btn-primary {
    background-color: #F9364C;
    color: white;
    border-color: #f8152f;
    border-radius: 4px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #f8152f;
    border-color: #f8152f;
    cursor: pointer;
}

.btn-secondary
{	
    color: #fff;
    background-color: #211E5B;
    border-color: #181641;
    border-radius: 4px;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active .open .dropdown-toggle.btn-secondary {
    color: #fff;
    background-color: #181641;
    border-color: #181641;
    cursor: pointer;
}
    .dropdown-item {
        
    }
        .dropdown-item:active,
        .dropdown-item.active {
            color: #fff;
            background-color: #211E5B;
            border: none;
        }

.btn-link
{	
    color: #211E5B;
}

.table {
    background-color: white;
    border: 1px solid #cbcbcb;
}

    .table th {
        text-align: left;
        padding: 5px;
    }

.table.grid p {
    margin: 10px;
}

.table tr.header,
.table .thead-dark th {
    text-align: center;
    background-color: #211E5B;
    font-weight: bold;
    color: #ffffff !important;
    text-decoration: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #e8faf8;
}

.form-control {
    border-color: #ced4da;
    font-size: 11px;
}

.form-control:focus,
.ck-editor__editable.ck-focused {
    background-color: white;
    border-color: #F9364C !important;
    outline: 0;
}

/* navigation */

.tree-selected-node {
    color: #DF3D4F;
}

.tree-root-node {
    color: #DF3D4F;
    font-weight: bold;
}