[data-theme="dark"] {
    background-color: #121212 !important;
    color: #eee
}

[data-theme="dark"] .bg-light {
    background-color: #333 !important
}

[data-theme="dark"] .bg-white {
    background-color: #000 !important
}

[data-theme="dark"] .bg-black {
    background-color: #eee !important
}

.modal-dialog.modal-reverse .modal-header {
    border-bottom: 0
}

.modal-dialog.modal-reverse .modal-body {
    background-color: rgba(0, 0, 0, .05)
}

.modal-dialog.modal-reverse .modal-footer {
    border-top: 0
}

@font-face {
    font-family: "FrutigerLTStd";
    src: local(FrutigerLTStd Light), url("../font/FrutigerLtStd/FrutigerLTStd-Light.eot?");
    src: url("../font/FrutigerLtStd/FrutigerLTStd-Light.eot?#iefix") format("embedded-opentype"), url("../font/FrutigerLtStd/FrutigerLTStd-Light.woff2") format("woff2"), url("../font/FrutigerLtStd/FrutigerLTStd-Light.woff") format("woff"), url("../font/FrutigerLtStd/FrutigerLTStd-Light.ttf") format("truetype");
    font-weight: 200
}

@font-face {
    font-family: "FrutigerLTStd";
    src: local(FrutigerLTStd Italic), url("../font/FrutigerLtStd/FrutigerLTStd-Italic.eot?");
    src: url("../font/FrutigerLtStd/FrutigerLTStd-Italic.eot?#iefix") format("embedded-opentype"), url("../font/FrutigerLtStd/FrutigerLTStd-Italic.woff2") format("woff2"), url("../font/FrutigerLtStd/RFrutigerLTStd-Italic.woff") format("woff"), url("../font/FrutigerLtStd/FrutigerLTStd-Italic.ttf") format("truetype");
    font-style: italic
}

@font-face {
    font-family: "FrutigerLTStd";
    src: url("../font/FrutigerLtStd/FrutigerLTStd-Roman.eot?");
    src: url("../font/FrutigerLtStd/FrutigerLTStd-Roman.eot?#iefix") format("embedded-opentype"), url("../font/FrutigerLtStd/FrutigerLTStd-Roman.woff2") format("woff2"), url("../font/FrutigerLtStd/FrutigerLTStd-Roman.woff") format("woff"), url("../font/FrutigerLtStd/FrutigerLTStd-Roman.ttf") format("truetype");
    font-weight: 300
}

@font-face {
    font-family: "FrutigerLTStd";
    src: url("../font/FrutigerLtStd/FrutigerLTStd-Bold.eot?");
    src: url("../font/FrutigerLtStd/FrutigerLTStd-Bold.eot?#iefix") format("embedded-opentype"), url("../font/FrutigerLtStd/FrutigerLTStd-Bold.woff2") format("woff2"), url("../font/FrutigerLtStd/FrutigerLTStd-Bold.woff") format("woff"), url("../font/FrutigerLtStd/FrutigerLTStd-Bold.ttf") format("truetype");
    font-weight: 700
}

@media print {
    .do-not-print {
        display: none
    }
}

body {
    font-family: FrutigerLTStd;
    font-weight: 300;
    color: rgba(0, 0, 0, .8);
    line-height: 1.5;
    background-color: rgba(100, 0, 0, .05)
}

strong {
    font-weight: 700
}

.red.lighten-5 {
    background-color: #ffebee !important
}

.red.lighten-4 {
    background-color: #ffcdd2 !important
}

.red.lighten-3 {
    background-color: #ef9a9a !important
}

.red.lighten-2 {
    background-color: #e57373 !important
}

.red.lighten-1 {
    background-color: #ef5350 !important
}

.red {
    background-color: #cf1426 !important
}

.red-text {
    color: #cf1426 !important
}

.rgba-red-slight,
.rgba-red-slight:after {
    background-color: rgba(244, 67, 54, .1)
}

.rgba-red-light,
.rgba-red-light:after {
    background-color: rgba(244, 67, 54, .3)
}

.rgba-red-strong,
.rgba-red-strong:after {
    background-color: rgba(244, 67, 54, .7)
}

.red.darken-1 {
    background-color: #e53935 !important
}

.red.darken-2 {
    background-color: #d32f2f !important
}

.red.darken-3 {
    background-color: #c62828 !important
}

.red.darken-4 {
    background-color: #b71c1c !important
}

.red.accent-1 {
    background-color: #ff8a80 !important
}

.red.accent-2 {
    background-color: #ff5252 !important
}

.red.accent-3 {
    background-color: #ff1744 !important
}

.red.accent-4 {
    background-color: #d50000 !important
}

.yellow {
    background-color: #FFC13D !important
}

.green {
    background-color: #96C120 !important
}

.blue {
    background-color: #00A9C5 !important
}

.light-blue {
    background-color: #5EA8E6 !important
}



.text-danger {
    color: #cf1426 !important
}

.text-info {
    color: #71bce9 !important
}

.navbar a.navbar-brand {
    font-weight: 500
}

.navbar .btn.btn-md {
    padding-right: 1.2rem;
    padding-left: 1.2rem
}

.navbar .dropdown-menu {
    padding-top: 5px;
    padding-bottom: 0
}

.navbar .dropdown-menu a {
    color: rgba(0, 0, 0, .7)
}

.navbar .dropdown-menu .dropdown-item {
    padding-top: 5px;
    padding-bottom: 5px
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: rgba(0, 0, 0, .7)
}

.navbar.navbar-light .breadcrumb .nav-item .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    background-color: rgba(0, 0, 0, .05)
}

footer.page-footer .footer-copyright {
    background-color: #fff;
    color: rgba(0, 0, 0, .6);
    font-size: .9rem
}

li.borderless {
    border-top: 0 none
}

ul.striped>li {
    border: 0 none
}

.form-control {
    font-size: .95rem
}

.form-control:focus {
    box-shadow: 0 0 0 .2rem rgba(207, 20, 43, .25);
    border-color: rgba(207, 20, 43, 1) !important
}

.form-control.form-control-transparent-border {
    border-color: transparent
}

.form-group {
    margin-bottom: .9rem
}

.form-group>span {
    border: 0 none
}

.form-group div>input,
.form-group div>textarea,
.form-group div>select {
    border: 0 none;
    background-color: rgba(0, 0, 0, .05)
}

.form-group div>input:disabled,
.form-group div>input:read-only,
.form-group div>textarea:disabled,
.form-group div>textarea:read-only,
.form-group div>select:disabled,
.form-group div>span.col-form-text {
    border: 0 none;
    background-color: rgba(0, 0, 0, .15)
}

span.col-form-text {
    white-space: pre-wrap;
    height: auto
}

.custom-select:focus {
    box-shadow: 0 0 0 .2rem rgba(207, 20, 43, .25);
    border-color: rgba(207, 20, 43, 1)
}

.leadActions .createdBy {
    font-weight: 700
}

.leadActions .dateTime {
    font-size: .9rem
}

.btn {
    margin: .4rem
}

.btn.btn-outline-red {
    background-color: #fff !important
}

.btn.btn-outline-default {
    background-color: #fff !important
}

.btn.btn-outline-success {
    background-color: #fff !important
}

.btn.btn-outline-warning {
    background-color: #fff !important
}

.btn.btn-outline-info {
    background-color: #fff !important
}

button.multiselect.form-control {
    border: 0 none;
    background-color: rgba(0, 0, 0, .05)
}

button.multiselect.form-control:disabled {
    border: 0 none;
    background-color: rgba(0, 0, 0, .15)
}

.dropdown .dropdown-menu .dropdown-item.active,
.dropdown .dropdown-menu .dropdown-item:active {
    background-color: rgba(0, 0, 0, .1)
}

.dropdown-item {
    color: rgba(0, 0, 0, .7)
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: rgba(0, 0, 0, .8);
    background-color: rgba(0, 0, 0, .08)
}

.dropdown-divider:first-child {
    display: none
}

table {
    color: inherit !important
}

table.dataTable tbody td {
    vertical-align: middle
}

table.table-normalsize td {
    font-size: inherit
}

.table td {
    vertical-align: middle;
    font-weight: inherit
}

.table-striped thead tr,
.table-striped tfoot tr {
    background-color: #fff
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #fff
}

table.table a {
    color: rgba(0, 0, 0, .7)
}

div.dataTables_wrapper div.dataTables_length label {
    margin-top: .2rem;
    margin-bottom: .2rem;
    font-size: .9rem
}

div.dataTables_wrapper div.dataTables_length select {
    font-size: .9rem
}

div.dataTables_wrapper div.dataTables_filter label {
    margin-top: .2rem;
    margin-bottom: .2rem;
    margin-right: .2rem;
    font-size: .9rem
}

div.dataTables_wrapper div.dataTables_filter input {
    font-size: .9rem
}

i {
    font-size: .85rem
}

i.hover-danger:hover {
    color: #cf1426
}

i.lighten-1 {
    color: rgba(33, 37, 41, .9)
}

i.lighten-2 {
    color: rgba(33, 37, 41, .8)
}

i.lighten-4 {
    color: rgba(33, 37, 41, .7)
}

i.lighten-5 {
    color: rgba(33, 37, 41, .6)
}

i.lighten-6 {
    color: rgba(33, 37, 41, .5)
}

i.lighten-7 {
    color: rgba(33, 37, 41, .4)
}

i.lighten-8 {
    color: rgba(33, 37, 41, .3)
}

i.lighten-9 {
    color: rgba(33, 37, 41, .2)
}

i.lighten-10 {
    color: rgba(33, 37, 41, .1)
}

.active i.lighten-1,
.active i.lighten-2,
.active i.lighten-3,
.active i.lighten-4,
.active i.lighten-5,
.active i.lighten-6,
.active i.lighten-7,
.active i.lighten-8,
.active i.lighten-9,
.active i.lighten-10 {
    color: #fff
}

table.table a span.link {
    text-decoration: underline
}

i.small-1 {
    font-size: 90%
}

.fitit {
    height: auto;
    width: auto;
    white-space: nowrap;
    display: inline-block
}

.prio-timer {
    background-color: rgba(0, 0, 0, .07);
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px
}

div.dataTables_wrapper div.dataTables_info {
    font-size: .9rem;
    padding-top: .5rem !important
}

.pagination .page-item .page-link {
    color: rgba(0, 0, 0, .7)
}

.pagination .page-item .page-link:hover {
    background-color: transparent;
    text-decoration: underline
}

.pagination .page-item.active .page-link {
    background-color: transparent;
    border: 2px solid #cf142b !important;
    color: #cf142b;
    padding-top: .38rem;
    padding-bottom: .38rem;
    font-size: .8rem
}

.pagination .page-item.active .page-link:hover {
    background-color: transparent;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    text-decoration: none
}

.pagination .page-item.active .page-link:focus {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.pagination .page-item.disabled .page-link {
    color: rgba(0, 0, 0, .5)
}

.pagination .page-item.disabled#propsTabel_ellipsis .page-link {
    color: rgba(0, 0, 0, .7)
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-bottom: 1rem !important
}

.input-group-text {
    font-size: .95rem
}

.navbar .dropdown-menu a:not(.active) {
    color: rgba(0, 0, 0, .7) !important
}

.description {
    margin-left: 1rem
}

.square {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.square-100 {
    width: 100%;
    padding-bottom: 100%
}

.square-round {
    border-radius: 15px
}

.square {
    height: 0
}

.titel-top {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center !important
}

.titel {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center !important
}

.titel h4 {
    margin: 0 !important
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.list-group-item-action:active,
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    background-color: rgba(0, 0, 0, .1)
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #cf1426 !important;
    border-color: #cf1426 !important;
    margin: 0 !important
}

.list-group-item+.list-group-item.active {
    border-top-width: 0
}

.btn.btn-label {
    font-size: medium !important;
    text-transform: none
}

tr.selected {
    background-color: rgba(240, 145, 146, .5) !important
}

.btn .custom-control.custom-switch,
.btn .custom-control.custom-switch .custom-control-label,
.btn .custom-control.custom-switch .custom-control-label::before {
    border-color: inherit
}

.btn .custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: inherit
}

.btn .custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff
}

.btn.btn-outline-default .custom-control-input:checked~.custom-control-label::before,
.btn.btn-outline-default .custom-switch .custom-control-label::after {
    background-color: #2bbbad
}

.btn.btn-outline-default .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(43, 187, 173, .25)
}

.btn.btn-outline-info .custom-control-input:checked~.custom-control-label::before,
.btn.btn-outline-info .custom-switch .custom-control-label::after {
    background-color: #33b5e5
}

.btn.btn-outline-info .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(51, 181, 229, .25)
}

.btn.btn-outline-red .custom-control-input:checked~.custom-control-label::before,
.btn.btn-outline-red .custom-switch .custom-control-label::after {
    background-color: #d32f2f
}

.btn.btn-outline-red .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(211, 47, 47, .25)
}

.btn.btn-outline-warning .custom-control-input:checked~.custom-control-label::before,
.btn.btn-outline-warning .custom-switch .custom-control-label::after {
    background-color: #fb3
}

.btn.btn-outline-warning .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(255, 187, 51, .25)
}

.treeview-animated.treeview-ricoh .treeview-title {
    padding: 1rem;
    margin: 0;
    background-color: rgba(0, 0, 0, .07);
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.treeview-animated.treeview-ricoh ul:not(.nested) {
    background-color: #fff;
    padding: 1em
}

.treeview-animated.treeview-ricoh .treeview-animated-list {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.treeview-animated.treeview-ricoh .treeview-animated-list .treeview-animated-items a.active,
.treeview-animated.treeview-ricoh .treeview-animated-list .treeview-animated-element.active {
    background-color: #cf1426 !important
}

.treeview-animated.treeview-ricoh .treeview-animated-list .treeview-animated-items .open,
.treeview-animated.treeview-ricoh .treeview-animated-list .treeview-animated-element.opened {
    background-color: rgba(207, 20, 38, .7)
}

.treeview-animated.treeview-ricoh .treeview-animated-list .treeview-animated-items .open i,
.treeview-animated.treeview-ricoh .treeview-animated-list .treeview-animated-element.opened i {
    color: #fff
}

.treeview-animated.treeview-ricoh .treeview-animated-list .treeview-animated-element.opened:hover:not(.active) i {
    color: rgba(33, 37, 41, .7)
}

.treeview-animated.treeview-ricoh .treeview-animated-list .treeview-animated-items i {
    color: rgba(33, 37, 41, .7)
}

.treeview-animated.treeview-ricoh .treeview-animated-list .treeview-animated-items .closed:hover:not(.active),
.treeview-animated.treeview-ricoh .treeview-animated-list .treeview-animated-element:hover:not(.active) {
    color: rgba(0, 0, 0, .8);
    background-color: rgba(0, 0, 0, .1)
}

.treeview-animated.treeview-ricoh .treeview-animated-list .treeview-animated-items .closed:hover:not(.active) .fa-angle-right.down {
    color: inherit
}

.treeview-animated.treeview-ricoh .treeview-animated-list .treeview-animated-items .closed:hover:not(.active) span {
    color: inherit
}

.treeview-animated.treeview-ricoh .treeview-animated-list .treeview-animated-items .closed:hover:not(.active) span i {
    color: rgba(33, 37, 41, .7)
}

.folderview-ricoh .folderview-title {
    padding: 1rem;
    margin: 0;
    background-color: rgba(0, 0, 0, .07);
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.folderview-ricoh .folderview-table {
    background-color: #fff;
    margin: 0 !important
}

.folderview-ricoh .folderview-table tr th {
    border-bottom: none
}

.folderview-ricoh .folderview-table tr th {
    border-right: 1px solid rgba(0, 0, 0, .07)
}

.folderview-ricoh .folderview-table tr th:hover {
    background-color: rgba(0, 0, 0, .2)
}

.folderview-ricoh .folderview-table tr th:last-child {
    border-right: none
}

.folderview-ricoh .folderview-table tr td {
    border: 0
}

.folderview-ricoh .folderview-table tr:hover,
.folderview-ricoh .folderview-table tr.selected {
    background-color: transparent !important
}

.folderview-ricoh .folderview-table tr:hover td,
.folderview-ricoh .folderview-table tr.selected td {
    color: #fff;
    background-color: rgba(0, 0, 0, .5)
}

.folderview-ricoh .folderview-table tr:hover td i,
.folderview-ricoh .folderview-table tr.selected td i {
    color: #fff
}

.folderview-ricoh .folderview-table td.folderview-actions .btn {
    margin: 0;
    padding: 0;
    padding-right: 1.5rem
}

.folderview-ricoh .folderview-table td.folderview-actions .btn:last-child {
    padding-right: 0
}

.folderview-ricoh .folderview-table td.folderview-actions i {
    color: #fff
}

.modal .modal-content .modal-header {
    background-color: rgba(0, 0, 0, .07)
}

.modal .modal-content .modal-footer {
    background-color: rgba(0, 0, 0, .07)
}

.error-icon {
    color: rgba(33, 37, 41, .7);
    padding-left: 6rem;
    padding-right: 6rem
}

.error-text {
    text-align: center !important;
    padding-top: 1rem !important;
    color: rgba(33, 37, 41, .8)
}

.error-subtext {
    text-align: center !important;
    padding-top: 1rem !important;
    color: rgba(33, 37, 41, .8)
}