/**
 * Application Shared CSS
 *
 * Main Styles
 *
 * @author		Ernst Wilhelm Holl
 * @since		Version 1.0
 * @requires	Bootstrap getbootstrap.com
 */

/** font definition */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
a, a:hover, a:focus {
    color:rgba(0,0,0,.5);
    text-decoration: none;
}

h5.h5-sm {
    font-size: 1.125rem;
}
h4.h4-sm {
    font-size: 1.125rem;
    font-weight: 600;
}

.font-bold {
    font-weight: 600;
}

/** font awesome */

i.fas {
    min-width: 12.25px;
}

#mySidenav i.far {
    font-size: 16px;
}
#mySidenav i.fas {
    font-size: 16px;
    width:35px;

}
#mySidenav i.fas.pl3 {
    padding-left: 3px;
}
#mySidenav i.fas.pl2 {
    padding-left: 2px;
}

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.toggle-link::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f077";
}
.toggle-link.collapsed::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f078";
}
.toggle-link-append::after {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f077"; margin-left: 7px;
}
.toggle-link-append.collapsed::after {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f078"; margin-left: 7px;
}

.toggle-sidebar-link-prepend::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f078"; margin-right: 7px;
}
.toggle-sidebar-link-prepend.collapsed::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054"; margin-right: 7px;
}

span[data-action], *[data-files_manager_action], *[data-files_wizard_action] {
    cursor: pointer;
}

/** main definition */
/** gray background: #F4F4F2 */
html, body {
    background-color: #f3f3f4;
    #background-color: #E9ECEF;
    #background-color: #FFF;
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
    #color: #2e291f;
    color:rgb(103, 106, 108);
}

/** height definition */
.vh-30 {
    height: 30vh;
}
.vh-35 {
    height: 35vh;
}
.vh-40 {
    height: 40vh;
}
.vh-50 {
    height: 50vh;
}
.vh-60 {
    height: 60vh;
}
.vh-70 {
    height: 70vh;
}
.vh-75 {
    height: 75vh;
}
.vh-80 {
    height: 80vh;
}
.vh-90 {
    height: 90vh;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

/** errors */
.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}
span.error {
    color: darkred;
    border:none;
}
/** main nav */
#main_nav li.nav-item.nav-icon {
    padding-top: 5px;
}
/** user nav */
#user-nav-section {
    right: -15px;
    top: 44px;
    width: 200px;
}
#user-nav-section a {
    padding: .5rem 1rem;
    border-bottom: 1px solid #1D2939;
}
/** footer */
#footer {
    width: 100%;
    height: 25px;
    background-color: #fff;
    color: #000;
    clear: both;
    border-top: 1px solid #1D2939;
    font-size: 10px;
}

#footer a, #footer a:hover {
    text-decoration: none;
    color: #000;

}

#footer > div {
    margin: 0 12px auto auto;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
}
/** sidebar */
.sidebar-container .settings-item {
    padding: 15px 20px;
    border-bottom: 1px solid #e7eaec;
}
.settings-item {
    padding: 10px 30px;
}
.settings-item.skin {
    text-align: center;
}
.settings-item .switch {
    float: right;
}
.skin-name a {
    text-transform: uppercase;
}
.settings-item a {
    color: #fff;
}
#right-sidebar {
    background-color: #fff;
    border-left: 1px solid #e7eaec;
    border-top: 1px solid #e7eaec;
    overflow: hidden;
    position: fixed;
    top: 50px;
    width: 260px !important;
    z-index: 1009;
    bottom: 0;
    right: -260px;
}
#right-sidebar.sidebar-open {
    right: 0;
}
.sidebar-container .nav-tabs-gfc .nav-link {
    border-radius: 0px;
}
.sidebar-container .tab-content {
    padding-top: 0px;
}
.sidebar-container .sidebar-title {
    background: #f9f9f9;
    padding: 20px;
    border-bottom: 1px solid #e7eaec;
}

.sidebar-container .settings-item {
    padding: 15px 20px;
    border-bottom: 1px solid #e7eaec;
}
.sidebar-container .sidebar-content {
    padding: 15px 20px;
    font-size: 12px;
}
.sidebar-second-level {
    width:185px !important;
}
#breadcrumb {
    float: left;
}

#breadcrumb img {
    margin-top: -3px;
    height: 15px;
    width: 15px;
}

#copy {
    float: right;
}

#footer .version {
    float: left;
    margin-left: 39%;
}
#main-sub-navigation {
    #background-color: rgb(173, 181, 189);
    background-color: #fff;
    #color: #000;
    color: rgb(103, 106, 108);
    padding: 10px;
    margin-bottom: 15px;

    border-bottom: 1px solid #e7eaec;
}

#main-sub-navigation .btn-gfc-light, #main-sub-navigation .btn-gfc-light:hover, #main-sub-navigation .btn-gfc-light:focus {
    background: transparent;
    color: #1D2939;
    border: 1px solid #1D2939;
}
#main-sub-navigation span.sub-header {
    font-size: 1.25em;
}
/** nav tabs */
.tab-pane img {
    max-width: 100%;
}
/** hr */
hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

hr.hr-green {
    border-top: 1px solid #1D2939;
}
.hr-line-solid-light-gray {
    border-bottom: 1px solid #e7eaec;
    margin-top: 15px;
    margin-bottom: 15px;
}

/** color classes */
.gray-bg {color:#a7aaab;background:#f3f3f4;}
.white-bg {background: #fff}
/** buttons */
.btn-gfc-light, .btn-gfc-light:hover, .btn-gfc-light:focus {
    background: transparent;
    color: #343a40;
    border: 1px solid #8c3838
}

.btn:focus:active, .btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}

/** forms */
.form-group {
    margin-bottom: 0.5rem;
}
.form-group-gfc {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #8c3838;
    padding: 10px;
}
a.form-group-gfc {
    display: inline-block;
    width:100%;
    margin-bottom: 15px;
}
.input-group-text {
    font-size: 0.825rem;
}
.form-control:focus {
    box-shadow: none;
}
select.form-control {
    padding-left: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: .875rem;
}
.select2-search__field {
    width: 100% !important;
}
input[data-render="number"] {
    text-align:right;
}
.list-filter label {
    margin-top: .25rem;
    margin-bottom: 0;
}
/** cards */
.panel.panel-default {
    background: #fff;
    padding: 10px;
}
.card-body {
    padding: 15px;
    overflow-y: hidden;
    background: #fff;
}
.card-body.card-scroll {
    overflow-y: scroll;
}
.card-gfc-dark {
    margin-bottom: 15px;
    background:transparent;
    border: none;
    #box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.card-gfc-dark .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #8c3838;
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #fff;
}
.card-gfc-dark .card-body, .card-gfc-dark .card-body .form-control {
    font-size: .875rem;
}
.card-gfc-dark .card-header .btn-gfc-light {
    border-color: #cfcdcd;
    color: #cfcdcd;
}

.card-gfc, .card-gfc-standard {
    background:transparent;
    margin-bottom: 5px;
}
.card-gfc .card-header, .card-gfc-standard .card-header {
    padding: 0.25rem 0.5rem;
}
.card-gfc .card-body, .card-gfc-standard .card-body {
    padding: 0.5rem 0.5rem;

}
.card-gfc .card-body {
    font-size: 0.8rem;
}

.card-gfc-standard .card-body {
    font-size: 0.9em;
}
.ch-col-4, .ch-col-8, .ch-col-6 {
    float:left;
}

.ch-col-4 {
    width: 33%;
}
.ch-col-6 {
    width: 50%;
}
.ch-col-8 {
    width: 66%;
}

/** modals */
.wide-screen-modal {
    padding-right: 0px !important;
}

.wide-screen-modal .modal-dialog {
    max-width: 90vw;
    margin: 50px 0px auto auto;

}
.wide-screen-modal.modal-header {
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid #8c3838;
}
.modal-body {
    padding: 15px;
}
.wide-screen-modal .modal-body {
    overflow-y: scroll;
}

.wide-screen-modal .modal-content {
    height: 95vh;
    border-left: 2px solid #1D2939;
    border-radius: 0px;
}
#second_edit_modal {
    z-index: 1052;
}
/** inline toggle modal */
.gfc-inline-modal {
    z-index: 1024;
    position: absolute;
    background: #fff;
    width: 100%;
    padding-top:10px;
}

/** popovers */
.popover {
    border-top: 2px solid #1D2939;
    border-radius: 0px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);
    min-width: 300px;
}

/** dataTables */
.data-tables-background {
    background: #fff;
    padding: 10px;
}
.dataTables_wrapper .pagination .page-link {
    color: #343a40;
    border-color: #1D2939;
    background-color: #FFF;
}
.dataTables_wrapper .pagination .page-item.active .page-link {
    border-color: #1D2939;
    background-color: rgb(173, 181, 189);
}
.dataTables_wrapper .pagination .page-item.disabled .page-link {
    color: #6c757d;
}

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate  {
    border-top: 1px solid #dee2e6;
    padding-top: 5px;
}
.dataTables_filter {
    overflow: hidden;
}
table.dataTable td, table.dataTable th {
    border-bottom: 1px solid rgba(103, 106, 108, 0.3);
}

table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
    outline: 2px solid #0275d8;
    outline-offset: -2px;
}
table.dataTable tbody tr.selected th.focus,
table.dataTable tbody tr.selected td.focus {
    outline-color: #013e73;
}

div.dtk-focus-alt table.dataTable tbody th.focus,
div.dtk-focus-alt table.dataTable tbody td.focus {
    outline: 2px solid #ff8b33;
    outline-offset: -2px;
}

html.dark table.dataTable tbody th.focus,
html.dark table.dataTable tbody td.focus {
    outline-color: rgb(13, 110, 253);
}
html.dark table.dataTable tbody tr.selected th.focus,
html.dark table.dataTable tbody tr.selected td.focus {
    outline-color: #0143a3;
}
html.dark div.dtk-focus-alt table.dataTable tbody th.focus,
html.dark div.dtk-focus-alt table.dataTable tbody td.focus {
    outline-color: #ff8b33;
}
/** speech bubbles */
.bubble {
    width: 90%;

    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #8c3838;
    background: transparent;
    color: #2e291f;
    padding: 10px;

    position: relative;
}

.bubble-right {
    margin-left: 10%;
}
.bubble-left {
    margin-right: 10%;
}

/** lists */
ul.gfc-list {
    list-style: none;
    padding-left: 25px;
}

ul.gfc-list a.navigation_tree_link::before {

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin-right: 10px;
    font-size: 14px;
    display: inline-block;

}
ul.gfc-list a.navigation_tree_link[aria-expanded="true"]::before {
    content: "\f078";
}

/** badges */
.badge {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    text-shadow: none;
    white-space: nowrap;
}

.badge-open {
    background-color: #8c3838 !important;
}
.badge-blue {
    background-color: #3884E8 !important;
    color: #fff;
}
.badge-success {
    background-color: darkgreen;
    color: #fff;
}
.badge-gfc-info {
    background-color: darkgreen ;
    color: #fff;
}
.label.label-fixed-60 {
    min-width: 60px;
    display: inline-block;
    text-align: center;
}

.label-primary, .badge-primary {
    background-color: #1ab394;
    color: #FFFFFF;
}
.label-info, .badge-info, toast-info {
    background-color: #23c6c8;
    color: #FFFFFF;
}
.label-success, .badge-success, toast-success {
    background-color: #1ab394;
    color: #FFFFFF;
}
.label-warning, .badge-warning, toast-warning {
    background-color: #f8ac59;
    color: #FFFFFF;
}
.label-danger, .badge-danger, toast-error {
    background-color: #ed5565;
    color: #FFFFFF;
}
.badge-secondary {
    color: #5e5e5e;;
    background-color: #d1dade;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

/** tables */

tr.task-warning {
    border-left: 2px solid #e67300;
}
tr.task-danger {
    border-left: 2px solid #b62c2c;
}

/** tasks */
#task-container .ibox-content {
    min-height:125px;
}
.task-danger {
    border-left: 2px solid #ed5565;
}
.task-warning {
    border-left: 2px solid #f8ac59;
}
.todo-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.todo-list.small-list {
    font-size: 12px;
}
.todo-list.small-list > li {
    background: #f3f3f4;
    border-left: none;
    border-right: none;
    border-radius: 4px;
    color: inherit;
    margin-bottom: 2px;
    padding: 6px 6px 6px 12px;
}
.todo-list.small-list .btn-xs,
.todo-list.small-list .btn-group-xs > .btn {
    border-radius: 5px;
    font-size: 10px;
    line-height: 1.5;
    padding: 1px 2px 1px 5px;
}
.todo-list > li {
    background: #f3f3f4;
    border-left: 6px solid #e7eaec;
    border-right: 6px solid #e7eaec;
    border-radius: 4px;
    color: inherit;
    margin-bottom: 2px;
    padding: 10px;
}
.todo-list .handle {
    cursor: move;
    display: inline-block;
    font-size: 16px;
    margin: 0 5px;
}
.todo-list > li .label {
    font-size: 9px;
    margin-left: 10px;
}
.check-link {
    font-size: 16px;
}
.todo-completed {
    text-decoration: line-through;
}

/** scroll tables */
.table-scroll {
    overflow: auto;

}
.table-scroll table {
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.table-scroll thead th, .table-scroll tfoot th {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}
/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}

.table-scroll .form-check-input {
    position: relative;
}
/** files manager */
#folder_tree_section ul {
    list-style: none;
    padding-left: 15px;
}
#folder_tree_section ul li, #file_section table tbody tr:hover {
    cursor: pointer;
}
#folder_tree_section ul span.active {
    border-bottom: 2px solid #8c3838;
}
a.navigation_tree_link::before {

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin-right: 10px;
    font-size: 14px;
    display: inline-block;

}
a.navigation_tree_link[aria-expanded="true"]::before {
    content: "\f078";
}

/** bootstrap-datetimepicker */
.bootstrap-datetimepicker-widget {

    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid #1D2939 !important;
    z-index: 10999  !important;
    position: absolute !important;
}

.bootstrap-datetimepicker-widget table th, .bootstrap-datetimepicker-widget table td.day {
    height: 30px;
    line-height: 30px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #fff;
    color: #1D2939;
    border: 1px solid #1D2939 !important;
    border-radius: 5px;
    margin: 2px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.bootstrap-datetimepicker-widget table td.today {
    position: inherit;
}

/** tiny_mce */
.mce-toolbar-grp {
    background: #fff !important;
    border:none;

}
.mce-toolbar-grp button {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #1D2939;
    color: #1D2939;
}
.mce-toolbar-grp button .mce-ico {
    color: #1D2939;
}
.mce-container-body {
    background: #fff !important;
}
/** leaflet */
#osm_map {width:100%;height:500px;}
.leaflet-routing-alt {max-height: 300px !important}
.headerNav .main-nav ul.menu > li > ul {z-index: 9999;}

/** carousel */
#thumbnail-preview-indicators .carousel-inner {
    height: 300px;
}
#thumbnail-preview-indicators .carousel-item img, #thumbnail-preview-indicators .carousel-inner img {
    max-height: 300px;

}
#thumbnail-preview-indicators .list-inline {
    white-space:nowrap;

}

#thumbnail-preview-indicators .carousel-indicators {
    overflow-x: hidden;
    overflow-y: hidden;
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
    padding-left:0px !important;
    padding-right: 0px !important;
    border:none;
    margin-right: 3px;
    margin-left: 3px;
    margin-top: 7px;
}

#thumbnail-preview-indicators .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#thumbnail-preview-indicators .carousel-indicators > li img {
    height:50px;

}
#thumbnail-preview-indicators .carousel-indicators > li img:hover {
    cursor:pointer;

}
#thumbnail-preview-indicators .carousel-indicators > li.active img {
    opacity: 0.7;
}

.team-members {
    margin: 10px 0;
}

.avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    font-size: 38px;
    color: white;
    line-height: 72px;
    text-align: center;
    background: #1ab394;
    margin: auto;


}
.avatar-list .avatar {
    display: inline-block;
}
.avatar-sm {
    width: 38px;
    height: 38px;
    font-size: 19px;
    color: white;
    line-height: 38px;
}
.avatar-xs {
    width: 32px;
    height: 32px;
    font-size: 17px;
    color: white;
    line-height: 32px;
}
.avatar-xxs {
    width: 24px;
    height: 24px;
    font-size: 11px;
    color: white;
    line-height: 24px;
}
.avatar-info {
    background: #1c84c6;
}

.avatar-success {
    background: #1ab394;
}
.avatar-warning {
    background: #f8ac59;
}

.avatar-secondary {
    background: #d1dade;
    color: #5e5e5e;
}

.toast-top-right {
    top: 52px;
    right: 12px;
}

a.btn-sm-light {
    background-color: #e7eaec;
    padding: 3.25px 6.5px;
    border-radius: 2.6px;
    border: 1px solid #e7eaec;
}
.btn-xs {
    padding: .125rem 0.25rem;
    line-height: 1.2;
}
.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

button.btn-sm-light, a.btn-sm-light {
    color: rgb(103, 106, 108);
    font-size: 0.875rem;
}
#welcome-screen a.btn-sm-light {
    display: block;
}

.dashboard-header-widget {
    height: 250px;
    margin-bottom: 15px;
    background-color: #fff;
}

a.btn-sm-light.active, a.btn-sm-light:hover,
button.btn-sm-light.active, button.btn-sm-light:hover {
    background-color: rgb(173, 181, 189) !important;
}
.dashboard-header .list-group-item span.label,  .list-group-item span.label {
    margin-right: 10px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
    border-radius: 0.25em;
    line-height: 1;
    white-space: nowrap;
}
.progress-bar {
    background-color: #1ab394;
}
.progress-bar.progress-secondary {
    background-color: #dae0e5;
}
.progress-bar.progress-info {
    background-color: #23c6c8;
}
.progress-bar.progress-warning {
    background-color: #f8ac59;
}
.progress-bar.progress-success {
    background-color: #1ab394;
}
.progress-small,
.progress-small .progress-bar {
    height: 10px;
}
.progress-small,
.progress-mini {
    margin-top: 5px;
}
.progress-mini,
.progress-mini .progress-bar {
    height: 5px;
    margin-bottom: 0;
}
.progress-bar-navy-light {
    background-color: #3dc7ab;
}
.progress-bar-success {
    background-color: #1c84c6;
}
.progress-bar-info {
    background-color: #23c6c8;
}
.progress-bar-warning {
    background-color: #f8ac59;
}
.progress-bar-danger {
    background-color: #ed5565;
}
.stat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.stat-list li {
    margin-top: 15px;
    position: relative;
}
.stat-list li:first-child {
    margin-top: 0;
}

.stat-percent {
    float: right;
}

.gantt .bar-wrapper.milestone-bar .bar, .gantt .bar-wrapper.milestone-bar.active .bar, .gantt .bar-wrapper.milestone-bar:hover .bar {
   stroke-width: 1;
    stroke: rgb(103, 106, 108);
}
.gantt .bar-wrapper.progress-none .bar, .gantt .bar-wrapper.progress-none.active .bar, .gantt .bar-wrapper.progress-none:hover .bar {
    fill: rgba(218, 224, 229, 1) !important;
}
.gantt .bar-wrapper.progress-none .bar-progress, .bar-wrapper.progress-none .gantt .bar-wrapper.active .bar-progress, .gantt .bar-wrapper.progress-none .bar-wrapper:hover .bar-progress {
    fill: #dae0e5 !important;
}
.gantt .bar-wrapper.progress-start .bar, .gantt .bar-wrapper.progress-start.active .bar, .gantt .bar-wrapper.progress-start:hover .bar {
    fill: rgba(248, 172, 89, 0.3) !important;
}
.gantt .bar-wrapper.progress-start .bar-progress, .bar-wrapper.progress-start .gantt .bar-wrapper.active .bar-progress, .gantt .bar-wrapper.progress-start .bar-wrapper:hover .bar-progress {
    fill: #f8ac59 !important;
}
.gantt .bar-wrapper.progress-run .bar, .gantt .bar-wrapper.progress-run.active .bar, .gantt .bar-wrapper.progress-run:hover .bar {
    fill: rgba(35, 198, 200, 0.3) !important;
}
.gantt .bar-wrapper.progress-run .bar-progress, .bar-wrapper.progress-run .gantt .bar-wrapper.active .bar-progress, .gantt .bar-wrapper.progress-run .bar-wrapper:hover .bar-progress {
    fill: #23c6c8 !important;
}
.gantt .bar-wrapper.progress-full .bar, .gantt .bar-wrapper.progress-full.active .bar, .gantt .bar-wrapper.progress-full:hover .bar {
    fill: rgba(26, 179, 148, 0.3) !important;
}
.gantt .bar-wrapper.progress-full .bar-progress, .bar-wrapper.progress-full .gantt .bar-wrapper.active .bar-progress, .gantt .bar-wrapper.progress-full .bar-wrapper:hover .bar-progress {
    fill: #1ab394 !important;
}

.gantt .bar-wrapper.no-date-range .bar, .gantt .bar-wrapper.no-date-range.active .bar, .gantt .bar-wrapper.no-date-range:hover .bar {
    fill: transparent !important;
}
.gantt .bar-wrapper.no-date-range .bar-progress, .bar-wrapper.no-date-range .gantt .bar-wrapper.active .bar-progress, .gantt .bar-wrapper.no-date-range .bar-wrapper:hover .bar-progress {
    fill: transparent !important;
}

.gantt .bar-wrapper.step-progress-warning .bar, .gantt .bar-wrapper.step-progress-warning.active .bar, .gantt .bar-wrapper.step-progress-warning:hover .bar {
    fill: rgba(248, 172, 89, 0.3) !important;
}
.gantt .bar-wrapper.step-progress-warning .bar-progress, .bar-wrapper.step-progress-warning .gantt .bar-wrapper.active .bar-progress, .gantt .bar-wrapper.step-progress-warning .bar-wrapper:hover .bar-progress {
    fill: #f8ac59 !important;
}

.gantt .bar-wrapper.step-progress-secondary .bar, .gantt .bar-wrapper.step-progress-secondary.active .bar, .gantt .bar-wrapper.step-progress-secondary:hover .bar {
    fill: rgba(209, 218, 222, 0.3) !important;
}
.gantt .bar-wrapper.step-progress-secondary .bar-progress, .bar-wrapper.step-progress-secondary .gantt .bar-wrapper.active .bar-progress, .gantt .bar-wrapper.step-progress-secondary .bar-wrapper:hover .bar-progress {
    fill: #d1dade !important;
}

.gantt .bar-wrapper.step-progress-success .bar, .gantt .bar-wrapper.step-progress-success.active .bar, .gantt .bar-wrapper.step-progress-success:hover .bar {
    fill: rgba(26, 179, 148, 0.3) !important;
}
.gantt .bar-wrapper.step-progress-success .bar-progress, .bar-wrapper.step-progress-success .gantt .bar-wrapper.active .bar-progress, .gantt .bar-wrapper.step-progress-success .bar-wrapper:hover .bar-progress {
    fill: #1ab394 !important;
}

.gantt .bar-wrapper.step-progress-info .bar, .gantt .bar-wrapper.step-progress-info.active .bar, .gantt .bar-wrapper.step-progress-info:hover .bar {
    fill: rgba(35, 198, 200, 0.3) !important;
}
.gantt .bar-wrapper.step-progress-info .bar-progress, .bar-wrapper.step-progress-info .gantt .bar-wrapper.active .bar-progress, .gantt .bar-wrapper.step-progress-info .bar-wrapper:hover .bar-progress {
    fill: #23c6c8 !important;
}


/** files & file-manager */
.file-box {
    float: left;
    width: 220px;
}
.file-box .file-actions {
    float:right;
}
.file {
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}
.file .file-name {
    padding: 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec;
    word-break: break-all;
    min-height:77px;
    max-height:77px;
}
.file .icon {
    padding: 15px 10px;
    text-align: center;
}
.file .icon  i {
    font-size:70px
}
.file .icon, .file .image {
    height: 100px;
    overflow: hidden;
}
/** boxes */
.ibox {
    clear: both;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0;
}
.ibox.collapsed .ibox-content {
    display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
    content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
    content: "\f077";
}
.ibox:after,
.ibox:before {
    display: table;
}
.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 90px 8px 15px;
    min-height: 48px;
    position: relative;
    clear: both;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}
.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}
.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    text-align: right;
}
.ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: rgba(0,0,0,.5);
}
.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: none;
}

/** feed list */
.feed-activity-list .feed-element {
    border-bottom: 1px solid #e7eaec;
}
.feed-element:first-child {
    margin-top: 0;
}
.feed-element {
    padding-bottom: 15px;
}
.feed-element,
.feed-element .media {
    margin-top: 15px;
}
.feed-element,
.media-body {
    overflow: hidden;
}
.feed-element > a img, .feed-element .avatar {
    margin-right: 10px;
}

.feed-element img.rounded-circle,
.dropdown-messages-box img.rounded-circle {
    width: 38px;
    height: 38px;
}
.feed-element .well {
    border: 1px solid #e7eaec;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 16px;
}
.feed-element .actions {
    margin-top: 10px;
}
.feed-element .photos {
    margin: 10px 0;
}
/** timeline */
.m-b-xs {
    margin-bottom: 5px;
}
.text-muted {
    color: #888888 !important;
}

.timeline-item .date {
    text-align: right;
    width: 110px;
    position: relative;
    padding-top: 30px;
}
.timeline-item .date i {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    width: 30px;
    text-align: center;
    border-top: 1px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
    border-left: 1px solid #e7eaec;
    background: #f8f8f8;
}
.timeline-item .content {
    border-left: 1px solid #e7eaec;
    border-top: 1px solid #e7eaec;
    padding-top: 10px;

}
.timeline-item:first-child .content {
    border-top: 0 !important;
}


/* New Timeline style */
.vertical-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 100%;
    margin: 0 auto;
}
.vertical-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}
.vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #f1f1f1;
}
.vertical-timeline.info-timeline::before {
    width: 0px;
}
.vertical-timeline-content .btn {
    float: right;
}
.vertical-timeline.light-timeline:before {
    background: #e7eaec;
}
.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline.center-orientation .vertical-timeline-content:before {
    border-color: transparent transparent transparent #f5f5f5;
}
.dark-timeline .vertical-timeline-block.right .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block.right .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
    background: #f5f5f5;
}
.center-orientation .vertical-timeline-icon .avatar-sm {
    margin-top: 3px;
}

.vertical-timeline #new_message_form {
    padding: 0px;
}
.vertical-timeline #new_message_form .form-group {
    padding: 1em;
    display: block ruby;
}

.vertical-timeline .mce-toolbar-grp, .vertical-timeline .mce-toolbar-grp .mce-container-body {
background: rgb(245, 245, 245) !important;
}
@media only screen and (min-width: 1170px) {
    .vertical-timeline.center-orientation {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    .vertical-timeline.center-orientation:before {
        left: 50%;
        margin-left: -10px;
    }
}
@media only screen and (max-width: 1170px) {
    .center-orientation.dark-timeline .vertical-timeline-content:before {
        border-color: transparent #f5f5f5 transparent transparent;
    }
    .vertical-timeline-icon .avatar-sm {
        margin-top: 0px;
    }
}
.vertical-timeline-block {
    position: relative;
    margin: 2em 0;
}
.vertical-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.vertical-timeline-block:first-child {
    margin-top: 0;
}
.vertical-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-block {
        margin: 4em 0;
    }
    .center-orientation .vertical-timeline-block:first-child {
        margin-top: 0;
    }
    .center-orientation .vertical-timeline-block:last-child {
        margin-bottom: 0;
    }
}
.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #f1f1f1;
    text-align: center;
}
.vertical-timeline-icon i {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -8px;
}
.vertical-timeline-icon .avatar-sm {
    width: 24px;
    height: 24px;
    font-size: 14px;
    color: white;
    line-height: 20px;
}
#internal_message_container .vertical-timeline-block  .vertical-timeline-icon .avatar-sm, #solution_container .vertical-timeline-block  .vertical-timeline-icon .avatar-sm {

    line-height: 26px;
}
#internal_message_container.vertical-timeline::before, #solution_container.vertical-timeline::before  {
    left: 14px;
}
@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-icon {
        width: 32px;
        height: 32px;
        left: 50%;
        margin-left: -25px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        font-size: 19px;
    }
    .center-orientation .vertical-timeline-icon i {
        margin-left: -12px;
        margin-top: -10px;
    }
    .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
        visibility: hidden;
    }
}
.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 0.5em;
}
.vertical-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.vertical-timeline-content h2 {
    font-weight: 400;
    margin-top: 4px;
}
.vertical-timeline-content p {
    margin: 0;
    line-height: 1.6;
}
.vertical-timeline-content .vertical-date {
    float: left;
    font-weight: 500;
}
.vertical-date small {
    color: #1ab394;
    font-weight: 400;
}
.vertical-timeline-content::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}


@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
        font-size: 18px;
    }
    .vertical-timeline-content p {
        font-size: 13px;
    }

}
@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-content {
        margin-left: 0;
        padding: 0.5em;
        width: 45%;
    }
    .center-orientation .vertical-timeline-content::before {
        top: 10px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .center-orientation .vertical-timeline-content .btn {
        float: left;
    }
    .center-orientation .vertical-timeline-content .vertical-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 2px;
        font-size: 14px;
    }
    .center-orientation .vertical-timeline-block.right .vertical-timeline-content {
        float: right;
    }
    .center-orientation .vertical-timeline-block.right .vertical-timeline-content::before {
        top: 10px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .center-orientation .vertical-timeline-block.right .vertical-timeline-content .btn {
        float: right;
    }
    .center-orientation .vertical-timeline-block.right .vertical-timeline-content .vertical-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
        visibility: hidden;
    }

}
/** folder / information tree section */
.folder-tree-section {
    height:620px;
}
.folder-tree-section span[data-dir_overview]:hover {

    background:#f3f3f4;
}
.folder-tree-section a.active {

    background:#f3f3f4;
}

.file-manager {
    list-style: none outside none;
}
.folder-list li {
    border-bottom: 1px solid #e7eaec;
    display: block;
}
.folder-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}

#data_dir_view {
    margin-top: 15px;
}
ul.notes li, ul.tag-list li {
    list-style: none;
}
.tag-list li {
    float: left;
}

.tag-list li a {
    font-size: 10px;
    background-color: #f3f3f4;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}
.breadcrumb {
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 0;
}
.breadcrumb > li a {
    color: inherit;
}
.breadcrumb > .active {
    color: inherit;
}
/* SWITCHES */
.onoffswitch {
    position: relative;
    width: 54px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.onoffswitch.read {
    width: 85px;
}
.onoffswitch.inventory{
    width: 120px;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #1AB394;
    border-radius: 3px;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 16px;
    padding: 0;
    line-height: 16px;
    font-size: 10px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "EIN";
    padding-left: 7px;
    background-color: #1AB394;
    color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "AUS";
    padding-right: 7px;
    background-color: #FFFFFF;
    color: #919191;
    text-align: right;
}
.onoffswitch-inner.bool:before {
    content: "JA";
    padding-left: 10px;

}
.onoffswitch-inner.bool:after {
    content: "NEIN";
    padding-right: 5px;
}
.onoffswitch-inner.read:before {
    content: "SCHREIBEN";
    padding-left: 3px;

}
.onoffswitch-inner.read:after {
    content: "LESEN";
    padding-right: 16px;
}
.onoffswitch-inner.inventory:before {
    content: "ABGESCHLOSSEN";
    padding-left: 4px;

}
.onoffswitch-inner.inventory:after {
    content: "OFFEN";
    padding-right: 32px;
}
.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 0;
    background: #FFFFFF;
    border: 2px solid #1AB394;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-switch.inventory {
    right: 102px;
}
.onoffswitch-switch.read {
    right: 67px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}
/** calendar */
.fc-button, .fc-button:focus, .fc-button-active:focus {
    background-color: #efefef !important;
    border: none !important;
    color: rgb(103, 106, 108) !important;
}
.fc .fc-button:focus {
    outline:0;
    box-shadow:none;
}
.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow:none;
}
.fc .fc-button-active {
    background-color: rgb(173, 181, 189) !important;
    color:#495057  !important;
}

#calendar_widget_content .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
}

/** flow charts */
.optional-process-step polygon.label-container {
    stroke: #BAB8A2 !important;
    fill: #FFFCE6 !important;
}