:root{
    --primary-color: #243e5e;
    --primary-color-2: #eccf52;
    --secondary-color: #994eb9;
    --secondary-color-2: #c8482e;
    --secondary-color-3: #7497ad;
    --secondary-color-4: #1f754e;
}

body {
    font-family: Calibri;
    color: var(--primary-color)
}

a.anchor-inherit-styles {
    color: var(--primary-color) !important;
    font-family: 'Open Sans' !important;
    font-weight: 700;
    font-size: 17px !important;
}

h1.siteTitle {
    margin-left: 32px;
}

.static-top.navbar-dark .navbar-brand a {
    text-decoration: none !important;
}

.static-top.navbar .menu-bar > .navbar-nav > li > a {
    outline: 0 !important;
    border: none !important;
}

input {
    margin-right: 16px !important;
}

.text.form-control,
.crmEntityFormView .form-control.readonly {
    border: 1px solid #d9d9d9 !important;
    color: #424242 !important;
    margin-right: 0px !important;
} 

.text.form-control:focus,
.textarea.form-control:focus,
.form-select.form-control:focus {
    border: 1px solid #b3b3b3 !important;
    box-shadow: none !important;
} 

.crmEntityFormView fieldset {
    margin-bottom: 0px !important;
}

.crmEntityFormView .actions {
    margin: 0px !important;
}

.btn-primary:focus {
    outline: 0;
}

table a {
    color: var(--primary-color) !important;
    font-family: 'Open Sans' !important;
    font-weight: 600;
    font-size: 14px !important;
}

table td,
table td a {
    color: #424242 !important;
    font-family: 'Open Sans' !important;
    font-weight: 400;
    font-size: 14px !important;
    vertical-align: middle;
}

table td {
    border-style: none !important;
}

table .btn-default,
table .btn-default:active {
    background-color: transparent !important;
    border-color: transparent !important;
}

table .btn.show {
    color: #424242 !important;
}

.navbar-dark .navbar-nav > .dropdown > a.show:focus {
    background-color: transparent !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f6f9fb !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent !important;
}

.crmEntityFormView .form-control.readonly:focus {
    outline: 0 !important;
}

.crmEntityFormView .form-control.readonly {
    padding-right: 16px !important;
    padding-left: 16px !important;
}

.crmEntityFormView .cell div.table-info.required label:after {
    color: #d0634d !important;
}

.btn.show:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
}

.text-muted {
    padding-right: 16px;
    padding-left: 16px;
}

.navbar-dark .navbar-nav .show.dropdown-menu > li > a:hover {
    color: white !important;
}

p.smallText > a {
    font-size: 12px !important;
}

div[role=form] {
    border: none;
}

div.actions {
    border: none !important;
}

label {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
}

.cell {
    padding-left: 0px !important;
}

.entitylist {
    border: none !important
}

.wrapper-body {
    min-height: calc(100vh - 177px);
}