﻿html {
    height: 100%;
}

body {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-attachment: fixed;
    background-repeat: no-repeat;
    box-sizing: border-box;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

body,
input,
select,
button,
.button,
.tooltip {
    font-family: "Source","Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type=checkbox]:hover {
    cursor: pointer;
}

button {
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    padding: 5px;
}


button.icon {
    width: 28px;
    height: 28px;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h4,
.h4 {
    font-size: 1rem;
}

h2,
.h2 {
    font-size: 1.75rem;
}



label {
    padding: 4px;
    text-align: right;
}


table tbody tr td a {
    text-decoration: none;
}

/*****************************/


a,
a:not([href])  {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table,
table thead tr,
table tbody tr {}

table caption {
    font-size: 20px;
    font-weight: bold;
}

table thead tr td,
table tbody tr td {
    white-space: nowrap;
}

table tbody tr td input {
    margin: 0;
}

table tbody tr td {
    text-align: left;
}

table thead,
.pointer {
    cursor: pointer;
}




table tfoot {
    font-size: smaller;
    min-height: 15px;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, input:-moz-placeholder {
    font-style: italic;
}

input,
select,
button {
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid #aaa;
}

input {
    padding: 2px 0 2px 2px;
}


select {
    height: 22px;
}



#header select,
#sidebar select {
    padding: 2px 0 2px 25px;
}

input[type=button],
input[type=submit],
#header select,
#sidebar select,
.button {
    cursor: pointer;
    margin: 0;
    padding: 2px 25px;
    width: auto;
}

#sidebar select {
    padding-left: 0;
}

input[type=button]:disabled,
input[type=submit]:disabled,
#header select:disabled,
#sidebar select:disabled,
.button:disabled {
    cursor: pointer;
    margin: 0;
    padding: 2px 25px;
}

input[type=file] {
    margin-bottom: 2px;
    margin-top: 2px;
}

.blue-gradient,
.blue-gradient>a {
    padding: 2px 5px 2px 5px;
}


.validation-summary-errors ul li {
    color: red;
    list-style: none;
}


div.validation-summary-errors ul {
    padding: 0;
}

#header select,
#sidebar select {
    background-color: #64676e;
}

input.search:hover,
select.search:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=file]:hover,
.button:hover {
    -ms-box-shadow: 0px 0px 1px 0px #009CDE;
    -webkit-box-shadow: 0px 0px 1px 0px #009CDE;
    box-shadow: 0px 0px 1px 0px #009CDE;
}

input[type=button]:hover:disabled,
input[type=submit]:hover:disabled,
input[type=file]:hover:disabled,
.button:hover:disabled {
    -ms-box-shadow: 0 0 0 0 black;
    -webkit-box-shadow: 0 0 0 0 black;
    box-shadow: 0 0 0 0 black;
}

input[type=button]:active,
input[type=submit]:active,
.button:active {
    background-image: url(../../static/images/button_icon.gif);
    background-image: url(../../static/images/button_icon.gif), -moz-linear-gradient(#009CDE 0%, lightskyblue 100%);
    background-image: url(../../static/images/button_icon.gif), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009CDE), color-stop(100%, lightskyblue));
    background-image: url(../../static/images/button_icon.gif), -webkit-linear-gradient(#009CDE 0%, lightskyblue 100%);
    background-image: url(../../static/images/button_icon.gif), linear-gradient(#009CDE 0%, lightskyblue 100%);
    background-repeat: no-repeat;
}

input[type=button]:active:disabled,
input[type=submit]:active:disabled,
.button:active:disabled {
    background-image: url(../../static/images/button_icon.gif);
    background-image: url(../../static/images/button_icon.gif), -moz-linear-gradient(lightgray 0%, darkgray 100%);
    background-image: url(../../static/images/button_icon.gif), -webkit-gradient(linear, left top, left bottom, color-stop(0%, lightgray), color-stop(100%, darkgray));
    background-image: url(../../static/images/button_icon.gif), -webkit-linear-gradient(lightgray 0%, darkgray 100%);
    background-image: url(../../static/images/button_icon.gif), linear-gradient(lightgray 0%, darkgray 100%);
    background-repeat: no-repeat;
}

input,
select,
.button {
    font-size: 13px;
}

fieldset {
    border: 1px solid rgb(191, 219, 255);
}

.wrapper {
    margin: auto;
    margin-left: 5%;
    margin-right: -5%;
}

.error-wrapper {
    text-align: center;
}

label.error {
    font-size: smaller;
    padding-bottom: 0px;
    margin-bottom: 0;
    float: right;
}


#Logit-Logo {
    margin: 13px 10px 15px;
    width: 187px;
}


#preview {
    padding-right: 0;
}

#sidebar div.center,
#sidebar-navigation,
#sidebar-appInfo,
#sidebar-appInfo select,
#sidebar-appInfo input {
    margin: auto;
    width: 180px;
}

#sidebar form>* {
    width: 100%;
}

#sidebar-content-wrapper {
    position: relative;
}

#sidebar-appInfo {
    position: fixed;
    bottom: 30px;
}

#loginText {
    margin-bottom: 5px;
}

#loginText em {
    font-weight: bold;
    word-wrap: break-word;
}

/*SIDEBAR*/

#sidebar div.center,
#sidebar-navigation,
#sidebar-appInfo,
#sidebar-appInfo select,
#sidebar-appInfo input {
    margin: auto;
    width: 180px;
}

#sidebar form > * {
    width: 100%;
}

#sidebar-content-wrapper {
    position: relative;
}

#sidebar-appInfo {
    position: fixed;
    bottom: 30px;
}

#loginText {
    margin-bottom: 5px;
}

#loginText em {
    font-weight: bold;
    word-wrap: break-word;
}

/*********************************************/

/*********************************************/

#header,
#footer,
#sidebar {
    position: fixed;
}

#header {
    height: 50px;
    width: 200px;
    left: 0;
    right: 0;
    top: 0;
}

#sidebar {
    bottom: 0;
    left: 0;
    top: 3px;
    width: 200px;
    height: 95vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-position: 50%;
    display: block;
    box-shadow: 0 0 45px 0 rgba(0,0,0,.6);
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 5px;
}

#footer {
    bottom: 0;
    height: 40px;
    left: 200px;
    right: 0;
}

#content {
    overflow: auto;
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 3px;
}

body #content > .container,
body  #content > .container > .wrapper {
    height: 100%
}
/*********************************************/



.accordion-container {
    padding: 5px !important;
}

div.pager {
    position: relative !important;
    top: 0 !important;
    text-align: left;
}

#searchHider:hover {
    cursor: pointer;
}

.bold {
    font-weight: bolder;
}



/* ************************ */
/*       Search Panel       */
/* ************************ */

div.searchpanel {
    text-align: left;
}

input.search,
select.search,
span.select2.select2-container.select2-container--bootstrap.search span.select2-selection.select2-selection--single {
    margin-right: 12px;
    width: 100%;
}

.search-filters-extended {
    display: none;
    width: 110%
}


.searchpanel-buttons,
.search-filters-panel,
.additional-filters {
    display: none;
}

.searchpanel-buttons > .columns.btn-group {
    padding-top:5px;
}

.searchpanel-buttons > .columns.btn-group button {
    height: 36px;
}

/* ======================== */

#searchHider,
#headline {
    text-align: center;
}

.stickyFooterInfoPanel {
    left: 190px;
    right: 0;
    position: fixed;
    bottom: 0;
    font-size: 14px;
}

.stickyFooterInfoPanel input {
    height: 24px;
}

.stickyFooterInfoPanel label {
    display: none;
}

.stickyFooterInfoPanel label {
    margin-bottom: 0;
}
/*
.loading-symbol {
    content: url('../../static/images/ajax-loader.gif');
    height: 15px;
    width: 15px;
    margin-top: 8px;
    float: right;
}
*/

.toolbar1 {
    margin-bottom: 5px;
}

.disabledPagination {
    pointer-events: none;
    opacity: 0.4;
}

table tbody tr td i.status-icon-success,
table tbody tr td i.status-icon-danger {
    font-size: 17px;
    margin-left: 42.5%;
    margin-right: 40%;
    margin-top: 1px;
}


.btn.h4-button {
    padding-top: 0px;
    margin-bottom: 1px;
    height: 18px;
    padding-bottom: 18px;
}


i.table-cell-warning {
    margin-left: 10px;
}

i.deviation-information {
    margin-left: 10px;
}

#forgot-password-link-in-login-page, #cookies-policy {
    font-size: 11px;
/*    float: right;*/
    margin-top: 6px;
}

tr.detail-view pre {
    padding: 5px;
    margin: 5px;
}

/* Hides selected options */
.select2-results__option[aria-selected=true] {
    display: none;
}

#document-upload-bar-container {
    display: none;
}

#documentInput {
    height: 20px;
}

.btn-sm .badge {
    font-size: 11px;
    display: inline;
}


.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: .65;
}

.btn {
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    box-shadow: none;
}

.btn.disabled, .btn:disabled, .btn[disabled] {
    opacity: .35;
}

.delete-grid-icon {
    margin-right: 5px;
}


/** LOADING OVERLAY - START **/
.overlay-container {
    pointer-events: none;
    height: 100%;
    position: relative;
}

.overlay-container .loading-overlay {
    z-index: 1002;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.overlay-container .loading-overlay>.fa {
    position: absolute;
    top: 50%;
    left: 40%;
    font-size: 30px;
}

/**** LOADING OVERLAY - END ******/

.bootstrap-table div.fixed-table-pagination {
    bottom: -5px;
}

.smaller {
    font-size: smaller;
}

.italic {
    font-style: italic;
}


hr.thick {
    border: none;
    height: 1px;
}

.searchpanel input, .searchpanel  select {
    min-height: 36px;
}

.searchpanel-buttons,
.searchpanel-buttons button {
    display: none;
}

#filters {
    display: none;
}

input:focus {
    outline: none;
}

#searchForFiles {
    height: 36px;
}

@font-face {
    font-family: 'Source Italic';
    src: url('../../static/icons/fonts/SourceSansPro-Italic.ttf');
    src: url('../../static/icons/fonts/SourceSansPro-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'Source Light';
    src: url('../../static/icons/fonts/SourceSansPro-Light.ttf');
    src: url('../../static/icons/fonts/SourceSansPro-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Source';
    src: url('../../static/icons/fonts/SourceSansPro-Regular.ttf');
    src: url('../../static/icons/fonts/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Source LightItalic';
    src: url('../../static/icons/fonts/SourceSansPro-LightItalic.ttf');
    src: url('../../static/icons/fonts/SourceSansPro-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Source Bold';
    src: url('../../static/icons/fonts/SourceSansPro-SemiBold.ttf');
    src: url('../../static/icons/fonts/SourceSansPro-SemiBold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Source SemiBoldItalic';
    src: url('../../static/icons/fonts/SourceSansPro-SemiBoldItalic.ttf');
    src: url('../../static/icons/fonts/SourceSansPro-SemiBoldItalic.ttf') format('truetype');
    font-style: normal;
}

b {
    font-family: 'Source Bold', Arial, Helvetica, sans-serif;
}
@media (min-width: 1200px) {
    .container {
        width: 75vw;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 75vw;
    }
}

div#content > div.container {
    padding: 0;
    margin-left: 220px;
}


@media (min-width: 1920px) {
    .container {
        width: 1550px;
        max-width: 1550px;
    }
}

.navbar {
    padding: .5rem 0;
}

/*Accordion*/
div.ui-accordion > h3.ui-state-active {
    transition: all .15s ease !important;
    box-shadow: none !important;
}

div.ui-accordion > h3.ui-state-active {
    outline:none;
}

input[required] ~ label:last-child::after,
select[required] ~ label:last-child::after {
    content: " *";
}

#splash-screen-container {
    height: 100%;
    margin-left: 25%;
}

#tab-drop {
    display:none;
}

#dropdown-menu,
#dropdown-menu > li{
    /*background-color:transparent;*/
}

#dropdown-menu > li a {
    width:100%;
    font-size:14px;
}

#loginText {
    font-size: 12px;
    font-weight: normal;
}

ul.checkout-bar li {
    font-family: 'Source Bold';
}

.btn {
    transition: 0.5s;
}



.navbar-brand {
    font-family: "Source Light";
}

#cssmenu ul li span::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

#cssmenu ul ul li a {
    padding-left: 1.5rem;
}

#cssmenu ul li i {
    font-size: 17px !important;
    padding-bottom: 7px;
}


.card {
    border: 0;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}


ui-tabs-nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 0px 0px 0 0;
}
.ui-tabs-nav li.ui-state-default {
    border-bottom: 0;
    margin-right: 2px;
    margin-bottom: -2px;
    line-height: 1.42857143;
    border-radius: 0px 0px 0 0;
}

.ui-tabs-nav li.ui-state-default:hover, #dropdown-menu li.ui-state-default:hover {
    border-bottom: 0;
}

.ui-tabs .ui-tabs-nav {
    padding: 0.1em 0.1em 0;
    border-bottom: 1px solid rgba(255,255,255,.8);
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 1px;
    float: left;
    margin-bottom: -2px;
    position: relative;
    display: block;
}

.ui-tabs .ui-tabs-nav li.ui-state-active .ui-tabs-anchor {
    border-bottom: 0;
    padding-top: 8px;
    cursor: default;
}

.form-control, .table select {
    border-radius: 0;
}

[disabled], .disabled, :disabled,
[disabled] + label, .disabled + label, :disabled + label {
    cursor: not-allowed !important;
}

li.select2-selection__choice {
    border: none;
}

button.btn i.fal {
    font-size: 1.5em;
    vertical-align: bottom;
}

input {
    padding: 2px 0 2px 2px;
}

select {
    height: 22px;
}

.blue-gradient,
.blue-gradient > a {
    padding: 2px 5px 2px 5px;
}


.fal {
    font-size: 1.5em !important;
    vertical-align: bottom;
}

.table .fal {
    font-size: 1.25em !important;
    line-height: 1.5;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

.close {
    text-shadow: none;
}

.searchpanel-buttons button {
    border-radius: 0 !important;
}

.table thead th {
    vertical-align: bottom;
}

.bootstrap-table .fixed-table-container .table thead th {
    font-family: 'Source Bold';
}

button.tableAction{
    border-width:2px;
}

/* Custom radio - start */

input[type="radio"] {
    display:none;
}

input[type="radio"] + label::before{
    content:'';
    width: 13px;
    height: 13px;
    top: 2px;
    left: -5px;
    position: relative;
    display: inline-block;
    visibility: visible;    
    border: 2px solid;
}

input[type="radio"][disabled] + label::before {
    opacity: 0.5;
}


input[type="radio"] + label::before {
    border-radius: 15px;
}


/* Custom radio - end */

#kundennameinfo {
    display:none;
}

.disabled-table-action-text {
    float: left;
    padding-top: 3px;
    display: none;
}

#privacy-policy-footer {
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
}