﻿
/* ******************** Fonts ******************** */


@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../fonts/raleway-400.woff') format('woff'), url('../fonts/raleway-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: local(''), url('../fonts/raleway-500.woff') format('woff'), url('../fonts/raleway-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: local(''), url('../fonts/raleway-600.woff') format('woff'), url('../fonts/raleway-600.woff2') format('woff2');
}


/* ******************** Allgemein ******************** */


html, body {
    font-family: Raleway;
    font-size: 13px;
    color: #555555;
    height: 100%;
}

.container {
    margin-top: 40px;
}

a,
a:hover,
a:active,
.btn-link,
.btn-link:hover,
.btn-link:active {
    color: #555555;
    text-transform: uppercase;
}

h3 {
    text-transform: uppercase;
}

li {
    list-style-type: circle;
    line-height: 25px;
}


/* ******************** Flex Layout ******************** */


#content {
    flex-grow: 1;
}

#content_header {
    position: fixed;
    z-index: 999;
    height: 60px;
    width: 100%;
    color: white;
    background-color: #005198;
}

#fixed_container {
    position: fixed;
    top: 0;
    background-color: white;
    width: 100%;
	z-index: 997;
}

.breadcrumb_row {
    margin: 100px 40px 23px 100px;
}

.filter_row {
    margin: 0px 25px 20px 100px;
}

.table-master {
    padding: 220px 40px 40px 100px;
}

.intro {
    padding: 100px 40px 40px 100px;
}

.intro ul {
    padding-left: 12px;
}

.intro a {
    text-decoration: underline;
}

.intro hr {
    margin-top: 25px;
    padding-bottom: 15px;
}

.intro .teams {
    margin-top: 20px;
    margin-bottom: 25px;
}

.intro .teams li {
    list-style-type: none;
    line-height: 25px;
}

.intro .teams li img {
    margin-right: 10px;
    height: 20px;
}


/* ******************** Header ******************** */


#content_header .lmx-icon {
    float: left;
    margin: 10px 0 0 25px;
}

#content_header h3 {
    float: left;
    margin: 15px 0 0 15px;
    color: white;
}

#username {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

#avatar {
    float: right;
    margin: 12px 40px 0 0;
    width: 35px;
    height: 35px;
}

#avatar a:hover {
    -webkit-filter: brightness(80%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#avatar .dropdown-toggle::after {
    visibility: hidden;
}

#avatar .dropdown-menu {
    min-width: 250px;
}

#avatar .dropdown-menu h5 {
    padding-top: 20px;
    padding-bottom: 5px;
}

#avatarPassword .description {
    padding-top: 10px;
    padding-bottom: 20px;
}

#avatar .dropdown-menu p {
    padding-top: 10px;
}

#avatar label {
    font-size: 0.8rem;
}

#avatar .btn-link {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

#avatar .error {
    color: #ad0000;
    font-size: 0.8rem;
    font-weight: 600;
}


/* ******************** Login ******************** */


.login_panel {
    padding: 170px 50px 0 50px;
}

.login_panel .bg {
    background-color: #f3f3f3;
    padding: 50px;
    border-radius: 30px;
}

.login_panel label {
    font-size: 0.85rem;
    margin-left: 10px;
    color: #808080;
}

.login_panel .btn-success {
    width: 100%;
    margin-top: 10px;
}

.login_icon {
    margin-bottom: 20px;
    max-width: 100%;
}

.flex {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.flex .bottom_background {
    margin-top: auto;
    height: 50px;
    background-color: #373737;
    color: white;
    padding: 15px;
    text-align: center;
    color: white;
}

.flex .bottom_background a,
.flex .bottom_background a:hover,
.flex .bottom_background a:active {
    color: #fff;
}

.modal-dialog.imprint {
    min-width: 50%;
	max-width: 800px;
    padding-top: 50px;
}

.modal-dialog.imprint h4 {
    padding: 20px 0 10px 0;
}


/* ******************** Infotext ******************** */


.description h5 {
    padding-bottom: 20px;
}


/* ******************** Breadcrumb ******************** */


.breadcrumb {
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    font-weight: 600;
}

.breadcrumb a {
    text-transform: uppercase;
}

.breadcrumb span {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -1px;
}

.selection {
    padding-left: 5px;
    padding-top: 1px;
    padding-right: 0;
}

.selection .e-ddl {
    height: 31px;
}


/* ******************** Filterpanel ******************** */


.search_button {
    margin-left: 5px;
}

.btn-default.filter_button {
    margin-left: 5px;
    color: #555555;
}

#filterDiv {
    min-width: 600px;
}

#filterDiv .row {
    margin-bottom: 5px;
}

#filterDiv .text {
    margin-top: 7px;
}

#filterDiv .columnname {
    text-transform: uppercase;
}

#filterDiv .button-row {
    border-top: none;
    margin-top: 0px;
    margin-bottom: 0;
}


/* ******************** Actionpanel ******************** */


#action_panel .dropdown-menu .btn {
    margin-top: 3px;
    margin-bottom: 3px;
}

.row_count {
    float: left;
    padding-right: 5px;
    height: 31px;
    width: 70px !important;
}

.btn.disabled, .btn:disabled {
    opacity: .4;
}


/* ******************** Menü ******************** */


#menu {
    position: fixed;
    z-index: 998;
    width: 60px;
    height: 100vh;
    flex-shrink: 0;
    background-color: #373737;
    overflow: hidden;
    white-space: nowrap;
    transition: width 0.5s;
    padding-top: 60px;
}

#menu:hover {
    width: 240px;
    overflow-y: scroll;
    scrollbar-color: #4d4d4d #373737;
    scrollbar-width: thin;
    -ms-overflow-style: none;
}

#menu:hover::-webkit-scrollbar {
    width: 10px;
}

#menu ul {
    list-style: none;
    padding-top: 25px;
    padding-left: 0px;
    flex-direction: column;
}

#menu .navbar {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
}

.navbar-nav {
    width: 100%;
}

#menu .nav-item.active,
#menu .nav-item.hover {
    background-image: linear-gradient( 90deg, #676767, #373737 );
}

#menu .nav-item img {
    padding-left: 20px;
}

#menu .nav-link {
    display: inline-block;
}

#menu a {
    color: white;
    margin: 1px 1px 1px 15px;
    font-size: 1rem;
    line-height: 18px;
}

#menu .nav-sub {
    margin-bottom: 10px;
}

#menu .nav-sub a {
    margin: 0 0 0 55px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 11px;
}

#menu .nav-item img.arrow {
    padding-left: 7px;
}


/* ******************** Listen ******************** */


.mastertable,
.evaluation_table {
    margin-top: 10px;
    border: 1px solid #dee2e6;
    border-collapse: separate;
    border-radius: 3px;
    border-spacing: 0px;
    border-top: none;
}

.table_headline {
    background-color: #e9ecef;
}

.table_headline a {
    color: #666666;
    font-weight: 600;
    text-transform: uppercase;
}

.table_row:hover {
    background-color: #f1f1f1;
}

.mastertable td.right {
    text-align: right;
}

.row_selected td {
    background-color: #f1f1f1;
}

.paging_row > td {
    border-top: 1px solid #dee2e6;
}

.paging_row table td {
    border: none;
    padding: 0.5rem 1rem 0.5rem 0;
}

.paging_row a {
    color: #666666;
}

.pagenumber_active {
    font-weight: 600;
}


/* ******************** CRUD ******************** */


.group {
    border: 1px solid #dee2e6;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    border-radius: 3px;
    padding-bottom: 8px;
}

.group-header {
    background-color: #eee;
    margin-bottom: 10px;
}

.group-header-green {
    background-color: #28a745;
    margin-bottom: 10px;
    color: white;
}

.crud-panel h5 {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 13px;
    padding-bottom: 4px;
    padding-left: 8px;
}

.crud-panel.details label {
    font-size: 0.9rem;
    margin-left: 10px;
    color: #808080;
}

.crud-panel.edit label {
    font-size: 0.8rem;
    margin-left: 10px;
    color: #808080;
}

.button-row {
    border-top: 1px solid rgb(233, 236, 239);
    margin-top: 10px;
    padding-top: 20px;
}

select option {
    font-family: Raleway;
    font-size: 1.0rem;
    color: #555555;
}

.btn:hover,
.btn.active,
.btn:focus {
    box-shadow: none;
}

.btn-default:hover,
.btn-default.active,
.btn-default:focus {
    background-color: #dadada;
}

.btn-delete {
    display: none;
}

.btn-link {
    /*padding-left: 0;*/
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

.form-control:focus {
    box-shadow: #cecece 0 0 2px;
    border-color: #cecece;
}

.form-control:disabled {
    background-color: #eee;
    border-color: #ccc;
    color: #bdbdbd;
}

.group-header h5 span {
    float: right;
}

.group-header h5 span .e-chkbox-wrap {
    margin-top: -4px;
    margin-left: 6px;
}

.row-pointup {
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.underline {
    text-decoration: underline;
}

.result-label {
    font-size: 13px;
    margin-left: 0;
    color: #555555;
}


/* ******************** PLZ Verwaltung ******************** */


#rowProduktgruppen {
    border: 1px solid #dee2e6;
    border-radius: 3px;
    margin-bottom: 5px;
    padding: 15px;
}

#rowProduktgruppen label {
    font-family: Raleway;
    font-size: 13px;
    color: #555555;
}


/* ******************** Anwenderforum ******************** */


#contentFiles ul {
    margin: 0;
    padding: 0;
}

#contentFiles li {
    line-height: 0;
}

#ulFiles li {
    list-style-type: inherit;
}


/* ******************** Auswertungen ******************** */


.kennzahl {
    background-color: #f7f7f7;
    min-height: 120px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 15px;
    color: white;
}

.kennzahl h2 {
    margin-bottom: 20px;
}

#kennzahlen {
    margin-top: 10px;
}

#kennzahlen div {
    padding-right: 0;
}

#kennzahlen .green {
    background-color: #28a745;
}

#kennzahlen .blue {
    background-color: #337ab7;
}

#charts {
    margin-top: -15px;
}

.chart-col {
    padding-right: 0;
}

.chart-border {
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #dee2e6;
    border-radius: 3px;
}


/* ******************** Data Limits ******************** */


td[data-limit="green"] {
    color: #349401;
}

td[data-limit="yellow"] {
    font-weight: 600;
    color: #ff7d00;
}

td[data-limit="red"] {
    font-weight: 600;
    color: #ff0000;
}


/* ******************** Modal Dialog ******************** */


.modal-body {
    padding: 15px;
}

.modal.fade.right {
    padding-right: 0 !important;
}

.modal.fade.right .modal-dialog {
    min-height: 100%;
    margin: 0 0 0 auto;
}

.modal.fade.right .modal-dialog[data-min-width='30'] {
    min-width: 30%;
}

.modal.fade.right .modal-dialog[data-min-width='40'] {
    min-width: 40%;
}

.modal.fade.right .modal-dialog[data-min-width='50'] {
    min-width: 50%;
}

.modal.fade.right .modal-dialog {
    -webkit-transform: translate(100%,0);
    -moz-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    -o-transform: translate(100%,0);
    transform: translate(100%, 0px);
    display: flex;
    align-items: stretch;
    height: 100%;
}

.modal.show.right .modal-dialog {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.modal.fade.right .modal-content {
    border: none;
    border-radius: 0;
}

.modal.fade.right .modal-dialog .modal-header,
.modal.fade.right .modal-dialog .modal-body,
.modal.fade.right .modal-dialog .modal-footer {
    background-color: #fff;
}


/* ******************** UploadPanel ******************** */


.result {
    margin-left: 10px;
}

.result h6 {
    margin-top: 30px;
    font-size: 14px;
}

.result .success {
    color: #008a27;
}

.result .error {
    color: #ad0000;
    font-weight: 500;
}


/* ******************** Bootstrap ******************** */


.btn-new {
    background-color: #337ab7;
    border-color: #337ab7;
}

.btn-new:hover,
.btn-new:active {
    background-color: #2e6da4;
}

.btn-default {
    color: #444444;
}

.dropdown-menu {
    margin-top: 5px;
    padding: 10px;
    color: #555555;
    box-shadow: #cecece 0 0 3px;
    border-color: #cecece;
}

.dropdown-menu button {
    padding: 0;
}


/* ******************** Responsive ******************** */


.table-responsive-x {
    overflow-x: hidden;
}

@media (max-width: 767px) {

    #action_panel {
        float: left !important;
    }

    #username {
        display: none;
    }

    .breadcrumb_row {
        margin-bottom: 10px;
    }

    .selection {
        padding-left: 0;
        padding-top: 10px;
    }

}

@media (max-width: 991px) {

    #btnFilter,
    #selRowCount_wrapper {
        display: none;
    }

    .action_container {
        padding-left: 0;
    }

    .row_count {
        padding-right: 5px;
        width: 59px !important;
    }
}


/* ******************** Syncfusion ******************** */


.ej_hidden_element {
    visibility: hidden;
}

input[type='text'].e-input,
.e-input,
.e-ddl .e-input[readonly],
.e-ddl .e-options,
.e-ddl-popup,
.e-ddl-popup li,
.e-ddl .e-input,
.e-ddl .e-options,
.e-datewidget .e-input,
.e-datepicker.e-calendar,
.e-datepicker .e-header,
.e-timewidget .e-input,
.e-timepicker .e-input,
.e-datetime-popup .e-timecontainer .e-header,
.e-datetime-popup .e-dt-button,
.e-datetime-wrap .e-input,
.e-timecontainer .e-content,
.e-daterangewidget .e-input,
.e-daterangepicker-popup .e-drp-button,
.e-numeric .e-input,
.e-mask .e-input {
    font-family: Raleway;
    font-size: 1.0rem;
    color: #555555;
    box-shadow: none;
}

.e-ddl,
.e-datewidget,
.e-datetime-wrap,
.e-daterangewidget,
.e-timewidget,
.e-numeric,
.e-mask {
    width: 100%;
    height: 31.5px;
}

.e-numeric.e-focus .e-in-wrap,
.e-mask.e-focus .e-in-wrap,
.e-timewidget.e-focus .e-in-wrap,
.e-timewidget.e-focus .e-in-wrap:hover,
.e-datewidget.e-focus .e-in-wrap,
.e-datewidget.e-focus .e-in-wrap:hover,
.e-daterangewidget.e-focus .e-in-wrap,
.e-daterangewidget.e-focus .e-in-wrap:hover,
.e-ddl.e-focus .e-in-wrap {
    box-shadow: #cecece 0 0 2px;
    border-color: #cecece;
}

.e-disable {
    opacity: .5;
}


/* ******************** Syncfusion Dropdown ******************** */


.e-ddl {
    height: 31.5px;
}

.e-ddl .e-options {
    margin: 4px;
    border-color: #eaeaea;
}

.e-ddl.e-widget .e-input.e-disable {
    background: #fff;
}

.e-ddl-popup.e-box.e-widget.e-popup {
    max-height: 253px !important;
}


/* ******************** Syncfusion Datepicker ******************** */


.e-daterangewidget .e-select {
    background-color: #ececec;
}

.e-daterangepicker-popup .e-drpbuttons div {
    border: none;
    border-radius: 5px;
    font-family: Raleway;
    height: 18px;
    padding-top: 8px;
}

.e-daterangepicker-popup .e-drp-button.e-drp-reset,
.e-daterangepicker-popup .e-drp-button.e-drp-cancel {
    background: #f0f0f0;
}

.e-daterangepicker-popup .e-drp-button.e-drp-reset:hover,
.e-daterangepicker-popup .e-drp-button.e-drp-cancel:hover {
    background: #dadada;
}

.e-daterangepicker-popup .e-drp-button.e-drp-apply {
    background: #28a745;
    color: white;
}

.e-daterangepicker-popup .e-drp-button.e-drp-apply:hover {
    background: #218838;
    color: white;
}


/* ******************** Syncfusion Uploadbox ******************** */


.e-ul.e-boxes {
    min-height: 28px !important;
}

.e-uploadbox.e-js.e-widget {
    width: 100% !important;
    height: 31px !important;
}

.e-uploadbox .e-inputbtn {
    font-family: Raleway;
    font-size: 13px;
    font-weight: 400;
}

.e-uploadbox .e-file-head,
.e-uploadbox .e-file-name-txt {
    font-family: Raleway;
    font-size: 1.0rem;
    color: #555555;
    font-weight: 400;
}

.e-dialog.e-dialog-wrap,
.e-uploadbox.e-dialog .e-header {
    font-family: Raleway;
    font-size: 15px;
    font-weight: 500;
    color: #555555;
    text-transform: uppercase;
    border-bottom-color: #005198;
}

.e-uploadbox .e-title {
    padding-top: 5px;
    padding-left: 3px;
}

.e-uploadbox .e-uploadbtn,
.e-uploadbox .e-uploadclosebtn {
    font-family: Raleway;
    font-size: 13px;
    height: 31px;
    width: 88px;
}

.e-uploaddialog.e-dialog .e-uploadbtn.e-select {
    background: #28a745;
    color: white;
    border: none;
}

.e-uploaddialog.e-dialog .e-uploadbtn.e-select:hover {
    background: #218838;
    color: white;
    border: none;
}

.e-uploaddialog.e-dialog .e-uploadclosebtn.e-select,
.e-uploadbox.e-widget .e-selectpart.e-select {
    background: #f0f0f0;
    border: none;
}

.e-uploaddialog.e-dialog .e-uploadclosebtn.e-select:hover,
.e-uploadbox.e-widget .e-selectpart.e-select:hover {
    background: #dadada;
    border: none;
}


/* ******************** Syncfusion Waitingpopup ******************** */


.waiting-popup {
    background-color: rgba(0, 0, 0, 0.60);
}

.waiting-content {
    left: 0 !important;
}

.waiting-content .loader {
    background-image: url('../icons/loader.gif');
    background-size: cover;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
