﻿/*html,
body, .container2 {
    height: 100%;
    margin: 0;    
    font-size: 0.9rem;
}
.main-body,.main{
	display: flex;
	flex-direction: column;
	height: 100%;
	flex-grow:1;
}
aside{
	width:250px;
	z-index: 1100;
	overflow:hidden;
}

.sidebar {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    overflow-y: auto;
    height: calc(100% - 4rem);
}
input[type="radio"], input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 5px;
}
.card-header {
    font-size: 19px;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
    color: #ffffff;
    background-color: #007bff;
}
.sidebar-dark-primary .nav-sidebar > .nav-item.menu-open > .nav-link, .sidebar-dark-primary .nav-sidebar > .nav-item:hover > .nav-link {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}
.nav-sidebar .nav-item > .nav-link {
    position: relative;
}
@media (min-width: 992px) {
    .sidebar-mini .nav-sidebar, .sidebar-mini .nav-sidebar > .nav-header, .sidebar-mini .nav-sidebar .nav-link {
        white-space: nowrap;
        overflow: hidden;
    }
}
.nav-sidebar .nav-item > .nav-link {
    margin-bottom: 0.2rem;
}
.nav-sidebar > .nav-item {
    margin-bottom: 0;
}
.nav-sidebar {
    position: relative;
}
.navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.5rem;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.navbar-nav .nav-item {
    margin: 0;
}
.navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.nav-sidebar > .nav-item .nav-icon {
    text-align: center;
    width: 1.6rem;
    font-size: 1.2rem;
    margin-right: .2rem;
}
.sidebar .nav-link p, .main-sidebar .brand-text, .sidebar .user-panel .info {
    transition: margin-left 0.3s linear, opacity 0.5s ease;
}
.nav-sidebar .nav-link p {
    display: inline-block;
    margin: 0;
}
.nav-sidebar .menu-open > .nav-link .right {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.nav-sidebar .nav-item > .nav-link .right {
    transition: transform ease-in-out 0.3s;
}
.nav-sidebar .nav-link > p > .right {
    position: absolute;
    right: 1rem;
    top: 12px;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-treeview {
    background: transparent;
}
.nav-sidebar .menu-open > .nav-treeview {
    display: block;
}
.nav-sidebar .nav-treeview {
    display: none;
    list-style: none;
    padding: 0;
}
.sidebar-dark-primary .nav-treeview > .nav-item > .nav-link.active, .sidebar-dark-primary .nav-treeview > .nav-item > .nav-link.active:hover {
    color: #343a40;
    background-color: rgba(255, 255, 255, 0.9);
}
.sidebar-dark-primary .nav-treeview > .nav-item > .nav-link {
    color: #C2C7D0;
}
.nav-sidebar .nav-item > .nav-link {
    position: relative;
}
@media (min-width: 992px) {
    .sidebar-mini .nav-sidebar, .sidebar-mini .nav-sidebar > .nav-header, .sidebar-mini .nav-sidebar .nav-link {
        white-space: nowrap;
        overflow: hidden;
    }
}
.nav-sidebar .nav-item > .nav-link {
    margin-bottom: 0.2rem;
}
[class*="sidebar-dark"] .brand-link {
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #4b545c;
}
.brand-link {
    padding: 0.8125rem 0.5rem;
    font-size: 1.25rem;
    display: block;
    line-height: 1.5;
    white-space: nowrap;
}
.elevation-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.img-circle {
    border-radius: 50%;
}

.brand-image {
    float: left;
    line-height: .8;
    max-height: 34px;
    width: auto;
    margin-left: .8rem;
    margin-right: .5rem;
    margin-top: -3px;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.bg-white {
    background-color: #ffffff !important;
}
.elevation-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.sidebar-dark-primary {
    background-color: #343a40;
}
.main-footer {
    padding: 15px;
    color: #555;
    border-top: 1px solid #dee2e6;
    background: #ffffff;
}
.main-body {
    background: #f4f6f9;
}
.content-header {
    padding: 15px 0.5rem;
}
.container-fluid {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
}
.content-header .breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    line-height: 1.8rem;
}
.main-body > .content {
    padding: 0 0.5rem;
}
.content-header h1 {
    font-size: 1.8rem;
    margin: 0;
}
@media (max-width: 576px) {
	aside{
		display:none;
		height: 100vh;
		overflow-y: hidden;
	}
	.main-sidebar .brand-link .brand-text, .nav-item a p{ opacity:0; }
	.nav-item .nav-link p{ display:none; }
}
@media (max-width: 992px) {
	aside{
		width: 4.6rem;
		height: 100vh;
		overflow-y: hidden;
	}
	.main-sidebar .brand-link .brand-text, .nav-item a p{ opacity:0; }
	.nav-item .nav-link p{ display:none; }
}
th {
    white-space: nowrap
}*/
.column-new {
    /*background-color:#09F !important;
	color:Black;*/
    background: url(/img/pico/new.png) no-repeat 0px 4px;
    padding-left: 12px;
}

.column-accepted { /* background-color:Yellow !important; */
    background: url(/img/pico/accepted.png) no-repeat 0px 4px;
    padding-left: 12px;
}

.column-privat {
    /*background-color:#FC0 !important;*/
    background: url(/img/pico/privat.png) no-repeat 0px 4px;
    padding-left: 12px;
}

.column-registered {
    /*background-color: Olive !important;*/
    background: url(/img/pico/registered.png) no-repeat 0px 4px;
    padding-left: 12px;
}

.column-confirmed {
    /*background-color:Lime !important;*/
    background: url(/img/pico/confirmed.png) no-repeat 0px 4px;
    padding-left: 12px;
}

.column-finalized {
    /*background-color:none !important;*/
    background: url(/img/pico/finalized.png) no-repeat 0px 4px;
    padding-left: 15px;
}

.column-true-icon {
    background: url(/img/pico/true.png) no-repeat 0px 4px;
    padding-left: 12px;
}

.column-canceled {
    /*	background-color:none !important;*/
	background: url(/img/pico/false.png) no-repeat 0px 4px;
    padding-left: 15px;
}

.column-complete {
    /*background-color:#CF9 !important;*/
    background: url(/img/pico/completed.png) no-repeat 0px 4px;
    padding-left: 12px;
}

.column-urgent {
    /*background-color:Red !important;
	color:White !important;*/
    background: url(/img/pico/urgent.png) no-repeat 0px 4px;
    padding-left: 10px;
}

.column-wait {
    /*	background-color:Red !important;
	color:White !important;*/
    background: url(/img/pico/wait.png) no-repeat 0px 4px;
    padding-left: 12px;
}

.column-false-icon {
    background: url(/img/pico/false.png) no-repeat 0px 4px;
    padding-left: 12px;
}

.toast {
    flex-basis: auto;
    max-width:unset;
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.detailcard {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-bottom: 20px;
}

.btn.active {
    background-color: #007bff;
    color: white!important;
}
.modal-full {
    max-width: unset;
    margin-left: 1rem;
    margin-right: 1rem;
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.btn-25 {
    height: 25px;
    width: 25px;
}
.btn-30 {
    height: 30px;
    width: 30px;
}
.uppercase {
    text-transform: uppercase;
}
.hidden {
    display:none;
}
label {
    font-weight: normal !important;
}