@CHARSET "UTF-8";

@import url("/core_web/bootstrap/icons/bootstrap-icons.css");


/* Company colours */

.red {
	color: #8e1703;
}

/* make */

body.bjc-flexscroll {
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

body.bjc-expandtominheight {
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.entitytitle {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
    background-color: #DBEAF9;
    width: 100%;
    overflow: hidden;
	color: #000;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
}


.table_gesamt {
	background-color: white;
	border-style: none;
	border-collapse: collapse;
}


.table_gesamt th, div.table_gesamt div:first-child {
	font-size: 15px;
	font-weight: bold;
	text-align: left; 
	background-color: #D8E5F3;
	color: #000000;
	border-style: solid;
	border-width: thin;
	border-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.table_gesamt td, div.table_gesamt > div {
	font-size: 15px; 
	color: #000000;
	background-color: #FFFFFF;
	border-style: solid; 
	border-width: thin;
	border-color: #FFFFFF;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.table_gesamt td a {
	color: #000000;
	text-decoration: underline dotted #000000;
}

.table_gesamt td > a:only-child {
	display: block;
}

.table_gesamt td a:hover {
	background-color: #ffe3c0;
}

.table_gesamt .impossible {
	color: #666666;
	background-color: #FFB7B9;
}

.table_gesamt tr .postponed {
	color: #666666;
	background-color: #B3FF84;
}

.table_gesamt .inactive {
    color: #666666;
}

.table_gesamt .subheader {
	color: #000000;
	background-color: #DDDDDD;
}

.table_gesamt .club {
	background-color: #FF9900;
}

.table_gesamt.linktable a {
	color: #000000;
	text-decoration: none;
}

.table_gesamt.linktable tr:hover {
	background: #ffe3c0;
}

.table_gesamt .icon_close {
	float: right;
	border-style: none;
	border-width: 0px;
}


/* ZEBRA */

.zebra td {
	background: none
}

.zebra tr:nth-child(even), .zebra > div:nth-child(even) > div {
	background: #E9E9E9
}

.zebra tr:nth-child(odd), .zebra > div:nth-child(odd) > div {
	background: #FFF
}

 /* ZEBRA header row - show different color and do not allow hover selection to take effect on this row*/
.zebra tr.header, .zebra > div.row.header > div, .zebra > div.row.header:hover > div {
	background: #e7e5e5
}

/* ZEBRA and postponed */

.zebra tr.postponed:nth-child(even) {
	color: #666666;
	background-color: #90d267;
}

.zebra tr.postponed:nth-child(odd) {
	color: #666666;
	background-color: #B3FF84;
}

/* Linktable + Postponed + Hover */
.table_gesamt.linktable tr.postponed:hover {
	background: #e2ffc5;
}

/* HOVER */ 
.zebra > div.row:hover > div {
	background-color:  #ced0d4;
}

/* MARKED - sehr ähnlich zu "selected Fields", wurde parallel entwickelt*/
.zebra > div.row.marked > div {
	background: #8d6464 !important;
}

/* Selected Fields */

th.selectedfield, td.selectedfield, .row > div.selectedfield, .zebra > div.row > div.selectedfield, .list-group-item.active {
	font-weight: bold;
	background-color: #aab6d7;
	color: 000000;
}

/* POINTER*/
.pointer {
	cursor: pointer;
}

/* POINTER mit HOVER */
.hover-cell:hover {
    background-color: #cccccc; /* Heller Grauton für Bootstrap */
    cursor: pointer;
	display: block;
}

/* Klicken in der ganzen Tabellenzelle möglich - muss auf das <a> Element in einem Klick angewendet werden*/
.full-cell-click {
	display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}


.login_div {
	padding: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	max-width: 400px;
}

.login_div div {
	display: flex;
	align-items: center;
	justify-content: center
}

.login_div div.leftbound {
	justify-content: left;
}
	
.login_div select, .login_div input[type="text"], .login_div input[type="password"] {
	-webkit-appearance: none; -moz-appearance: none;
	 width: 100%;
	 min-width: 320px;
	 height: 40px;
	 display: block;
  	 margin: 0px;
  	 padding: 0px 0px 0px 5px;
  	 line-height: 35px; font-size: 17px;
     border: 1px solid #bbb;
}

.login_div input[type=submit] {
   -webkit-appearance: none; -moz-appearance: none;
   width: 100%;
   display: block;
   margin: 0.5em;
   font-size: 1.5em; line-height: 1.5em;
   font-weight: bold;
   height: 2.5em;
}

.login_div input[type=checkbox] {
 	width: 44px; height: 44px;
 	border: 1px solid #bbb;
 	margin: 5px;
}

.login_div > .image_div {
	display: flex;
	align-items: center;
	margin: 5px;
}

.login_div img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.login_div div.headline {
	padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 5px;
    margin-top: -1px;
    margin-left: 0;
    font-weight: 500;
    color: #999;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    justify-content: left;
}


.infolayer {
	background-color: #FFFFFF;
}

.ui-autocomplete {
     z-index: 10010 !important;
}

.ui-menu .ui-menu-item a { 
  padding: 0;
  margin: 0;
  border: 0;
  font-family: Arial,Helvetica,Verdana,sans-serif;
  font-size: 8pt;
}



.button, input[type=button], input[type=submit], button {
	padding: 0.375rem 0.75rem;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.box .button, .table_gesamt .button, .table_gesamt input[type=button], .table_gesamt input[type=submit], .table_gesamt button {
	background: #F3EFE0;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.table_gesamt input:disabled, .table_gesamt button:disabled, .table_gesamt .button:disabled {
	color: #000000;
}

.button:before {
	content: ">> ";
}

.club {
	background-color: #FF9900;
}

table.club {
	border-width: 0px;
	background-color: #FFEFD0;
}

table.club th {
        font-size: 15px;
        text-align: left;
        background-color: #FF9900;
        color: #000000;
        border-width: 0px;
        padding: 2px;
}

table.club td {
        font-size: 15px;
        color: #000000;
        background-color: #FCCC6C;
        border-width: 0px;
        vertical-align: top;
        padding: 2px;
}

.cashregister button, .cashregister input[type="button"], .cashregister input[type="submit"] {
	margin: 1px;
	font-weight: normal;
}

.cashregister input:disabled, .cashregister button:disabled, .cashregister .button:disabled {
	color: #000000;
}

.cashregister, .cashregister *, .cashregister td, .cashregister th, .cashregister div {
	font-size: 20px;
	font-weight: normal;
}

.cashregister .quickkassa_checkout button, .cashregister .quickkassa_checkout input[type="button"] {
	width: 300px;
}

.cashregister .quickkassa_checkout input[type="text"] {
	width: 200px;
	font-size: 30px;
}

.cashregister .quickkassa_checkout th, .cashregister .quickkassa_checkout td {
	font-size: 30px;
}

.cashregister .sum {
	float: right;
	display: flex;
	align-items: center;
}

.cashregister .sum > div {
	margin-right: 10px;
}

.cashregister .sum * {
	font-size: 35px;
}

.cashregister .sum + * {
	clear: right;
}

/*
.cashregister .sum th, .cashregister .sum td, .cashregister .sum input[type="text"] {
	font-size: 35px;
	vertical-align: top;
}
*/

.cashregister .sum input[type="text"] {
	width: 200px;
	border: 1px #4D90FE solid;
}

.cashregister .clientinfo {
	font-weight: bold;
	font-size: 30px;
}

.progresswheel {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 10020;
  width: 80px;
  height: 80px;
}

.progresswheel div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #dba325;
  border-radius: 50%;
  animation: progresswheel 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #dba325 transparent transparent transparent;
}
.progresswheel div:nth-child(1) {
  animation-delay: -0.45s;
}
.progresswheel div:nth-child(2) {
  animation-delay: -0.3s;
}
.progresswheel div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes progresswheel {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.progressmessage {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	z-index: 20;
	background-color: #FFFFFF; /*#F3EFE0;*/
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 15px 30px;
	display: flex;
	align-items: center;
	
}

.progressmessage .progresswheel {
  all: initial;
  all: unset;
  margin: 10px;
  width: 80px;
  height: 80px;
}

.dropzone-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	border-style: dotted;
	border-width: 7px;
	border-radius: 25px;
	border-color: black;
	background: grey;
	opacity:0.6;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 3rem;
	font-weight: bold;
}

.productphotodiv {
	margin: 15px;
	background-color: #FFFFFF;
	float: left;
}

.box {
        background: #DBDBDB;
        padding: 5px;
        margin: 10px;
}

.box img {
        float: left;
        margin: 3px;
        clear: left;
}

.kurs_kurzbezeichnung {
        margin: 1px;
        border-width: 1px;
        border-style:solid;
        border-color: #000000;
        padding: 2px;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        min-width: 15px;
}

.calendarentry_kurs {
        margin: 1px;
        border-width: 1px;
        border-style:solid;
        border-color: #000000;
        padding: 2px;
        font-size: 10px;
}

div.calendar_choosediv {
	margin-left: 0px;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
}

div.calendar_choosediv:hover {
	background-color: #CCCCCC;
}

div.calendar_choosediv .settingsicon {
	display:none;
	float: right;
}

div.calendar_choosediv:hover .settingsicon { 
	display: inline;
}

.calendar_smallsquare {
    margin-top: 1px;
	margin-right: 10px;
	margin-left: 10px;
    border-width: 1px;
    border-style:solid;
    border-color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    min-width: 15px;
	min-height: 15px;
	float: left;
}

.delete, td.delete {
    background-color: #EEEEEE;
    color: #CCCCCC;
}

.zebra td.delete {
    color: #CCCCCC;
}


.closeicon {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
}

/* Hide parent having class hiddenparent when a sub element having class emptychild (does not have to be direct child) is empty*/

.hiddenparent:has(.emptychild:empty) {
	display: none;
}

/* STOCK/REPLENISHMENT (IIS-VB) */

/* aos = always on stock, sos = sometimes on stock, sop = stock on preorder */

.stock_aos_sufficient, td.stock_aos_sufficient {
	background-color: #00FF00;
}

.stock_aos_insufficient, td.stock_aos_insufficient {
	background-color: #FF0000;
}

.stock_aos_pendingrestock, td.stock_aos_pendingrestock {
	background-color: #CCCC00;
}

.stock_aos_alarm, td.stock_aos_alarm {
	background-color: #F13AD9;
}

.stock_sos_sufficient, td.stock_sos_sufficient {
	background-color: #00FF00;
}

.stock_sos_insufficient, td.stock_sos_insufficient {
	background-color: #EB5A1A;
}

.stock_sos_pendingrestock, td.stock_sos_pendingrestock {
	background-color: #CCCC00;
}

.stock_sop_sufficient, td.stock_sop_sufficient {
	background-color: #FFFFFF;
}

.stock_sop_insufficient, td.stock_sop_insufficient {
	background-color: #FF0000;
}

.stock_sop_pendingrestock, td.stock_sop_pendingrestock {
	background-color: #CCCC00;
}

.stock_novalidreplenishmentparameter, td.stock_novalidreplenishmentparameter {
	background-color: #6A6A6A;
}


/* PRODUKTSTATUS (IIS-VB)*/

.product_discontinued, td.product_discontinued {
	background-color: #450000;
}

.product_deactivated, td.product_deactivated {
	background-color: #ff5e5e;
}

.product_active, td.product_active {
	background-color: #ffffff;
}

.product_specialitem, td.product_specialitem {
	background-color: #fe7e47;
}

.smallcalendar {
	font-size: 10px;
	background-color: white;
	border-style: none;
	border-collapse: collapse;
	width: 150px;
}

.smallcalendar th {
	font-size: 10px;
	text-align: left;
	background-color: #003366;
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

.smallcalendar th > a:link {
	color: #FFFFFF
}

.smallcalendar td {
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	vertical-align: top;
}

.smallcalendar td.notfromthismonth {
	background-color: #E9E9E9;
}

.smallcalendar td.notfromthismonth > a:link {
	color: #000000;
}

.calendarweek { font-family: arial,serif,Helvetica;  font-size: 10pt;  background-color: white; border-style: none; border-collapse:collapse; width: 100%}
.calendarweek th { font-family: arial,serif,Helvetica;  font-size: 12pt;  text-align: left;  background-color: #D8E5F3;
color: #000000; border-style: solid; border-width: 1px; border-color: #FFFFFF; width: 14%}
.calendarweek th > a:link {color: #000000}
.calendarweek td { font-family: arial,serif,Helvetica;  font-size: 9pt;  color: #000000; background-color: #FFFFFF; border-style: solid; border-width: 1px; border-color: #FFFFFF; vertical-align: top; 
width: 14%}
.calendarweek a:link {color: #000000; text-decoration: none}
.calendarweek a:hover {display:block; background-color: #FFFFFF}
.calendarweek a:visited {color: #000000; text-decoration: none}
.calendarweek .failed {font-family: Arial, Serif, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight:
normal; font-variant: normal; color: #FFFFFF; background-color: #CC0000}



/* Gemeinsame CSS Definitionen */

/* Statusmeldungen alt */

.done, td.done {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 
14px; font-style: normal; line-height: normal; font-weight: normal; font-variant: 
normal; color: #FFFFFF; background-color: #00AA00}

.done th {border-style: none; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; font-size:
14px; font-style: normal; line-height: normal; font-weight: bold; font-variant:
normal; color: #FFFFFF; background-color: #004000}

.done td, input.done {border-style: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:
14px; font-style: normal; line-height: normal; font-weight: normal; font-variant:
normal; color: #000000; background-color: #B3FF84}

.failed, td.failed {border-style: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:
14px; font-style: normal; line-height: normal; font-weight: normal; font-variant:
normal; color: #FFFFFF; background-color: #CC0000}

.failed th {border-style: none; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; font-size:
14px; font-style: normal; line-height: normal; font-weight: bold; font-variant:
normal; color: #FFFFFF; background-color: #800000}

.failed td, input.failed {border-style: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:
14px; font-style: normal; line-height: normal; font-weight: normal; font-variant:
normal; color: #000000; background-color: #FFB7B9;}

.ask {border-style: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:
14px; font-style: normal; line-height: normal; font-weight: normal; font-variant:
normal; color: #FFFFFF; background-color: #BBBB00}

.ask th {border-style: none; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; font-size:
14px; font-style: normal; line-height: normal; font-weight: bold; font-variant:
normal; color: #FFFFFF; background-color: #BDA30F}

.ask td, input.ask {border-style: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:
14px; font-style: normal; line-height: normal; font-weight: normal; font-variant:
normal; color: #000000; background-color: #FF9}

.impossible { font-weight: normal; color: #FFFFFF; background-color: #000000}

.impossible th { border-style: none; text-align: left; font-weight: bold; color: #FFFFFF; background-color: #484848}

.impossible td, input.impossible { border-style: none; font-weight: normal; color: #000000; background-color: #D7D7D7}

/* Statusmeldungen neu */

.error {
	background-color: #FFB7B9;
}

div.error, td.error {
        background-color: #FFB7B9;
        padding: 5px;
        margin: 10px;
        max-width: 500px;
}

.error ul {
        margin-left: 20px;
        list-style-position: outside;
}

.error:after {
   content: "";
   visibility: hidden;
   display: block;
   height: 0px;
   clear: both;
}

.error img {
        float: left;
        margin: 3px;
}

.success {
	background-color:#B3FF84;
}


div.success, td.success {
        
        padding: 5px;
        margin: 10px;
        max-width: 500px;
}

.success:after {
   content: "";
   visibility: hidden;
   display: block;
   height: 0px;
   clear: both;
}

.success ul {
        margin-left: 20px;
        list-style-position: outside;
}

.success img {
        float: left;
        margin: 3px;
}

.alert {
	background-color: #FF9;
}

div.alert, td.alert {
    background-color: #FF9;
    padding: 5px;
    margin: 10px;
    max-width: 500px;
}

.alert:after {
   content: "";
   visibility: hidden;
   display: block;
   height: 0px;
   clear: both;
}

.alert ul {
    margin-left: 20px;
    list-style-position: outside;
}

.alert img {
    float: left;
    margin: 3px;
}

/* Recordbox */

.recordbox, td.recordbox {
	border-style: none;
    background-color: #aab6d7;
    padding: 5px;
    margin: 10px;
    max-width: 700px;
    width: 100%;
}

.recordbox > div:first-child {
	display: flex;
}

.recordbox > div:first-child > div {
	padding: 5px;
}

.recordbox ul {
    margin-left: 20px;
    list-style-position: outside;
}

.recordbox table {
	border-style: none;
	border-collapse: collapse;
	background: none;
}

.recordbox table tr > td {
	background: none; 
	border-style: none; 
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.recordbox table tr > td a {
	display: block;
	text-decoration: none;
	color: #000000;
}

.recordbox table tr:nth-child(even) {
	background: #8f9ec8;
}

.recordbox table tr:nth-child(odd) {
	background: #b3c4f2;
}

.recordbox table tr:hover {
	background: #cde3ff;
}

.subwindow {
	border-style: outset;
	border-width: 1px;
}

/* Record Functions */

.list_record_row {
	cursor: pointer;
}


/* Global Return Messages */

#wraper_globalreturnmessage {
	position: fixed;
    right: 5%;
    bottom: 10%;
    z-index: 10000;
}

.globalreturnmessage {
	margin: 10px 0px 0px 0px;
    border-radius: 5px;
    color: #000000;
    display: none;
    cursor: pointer;
    max-width: 400px;
    min-width: 300px;
    min-height: 60px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.globalreturnmessage > div {
    padding: 5px 5px 5px 75px;
}

.globalreturnmessage img {
	float: right;
}

div.globalreturnmessage.success {
	background-image: url("/core_web/images/icon_success.gif");
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

div.globalreturnmessage.alert {
	background-image: url("/core_web/images/icon_alert.gif");
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

div.globalreturnmessage.error {
	background-image: url("/core_web/images/icon_error.gif");
	background-repeat: no-repeat;
    background-position: 10px 10px;
}


/* Navigationsleisten und Fensteraufteilung */

/* Main Container */

.maincontainer {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
}

/* Container für Navleisten */

.nav {
	/*overflow: hidden;*/
	width: 100%;
}

/* TOPNav */

.topnav {
	background-color: #DBEAF9;
	overflow: hidden;
	z-index: 31;
}

.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 8px;
  text-decoration: none;
  font-size: 15px;
}

.topnav .icon {
  display: none;
}

.dropdown2 {
  float: left;
  overflow: hidden;
}

.dropdown2 .dropbtn {
  border: none;
  outline: none;
  color: #000000;
  padding: 8px;
  background-color: inherit;
  margin: 0;
  text-decoration: none;
  font-weight: normal;
  font-size: 15px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #F1F5FB;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 32;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 8px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown2:hover .dropbtn {
   color: #000;
   background-color: #a3b8cd;
}

.topnav #currentuserinfo {
	padding: 8px;
	float: right;
}

.dropdown-content a:hover {
   color: #000;
   background-color: #d7e8fa;
}

.dropdown2:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown2 .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  .topnav #currentuserinfo {
  	display: none;
  }
  
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown2 {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown2 .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* ICONNAV */

#iconnav {
	float: left;
	display: block;
    color: #000000;
    padding: 0px;
    width: 100%;
 
	z-index: 30;
	background-color: #DBEAF9;
}

#iconnav_ul { 
	margin: 0px;
	padding: 0px;
	z-index: 32;
	font-size: 15px;
}

#iconnav_ul li {
	float: left;
	display: inline;
	cursor: pointer;
	list-style: none;
	padding: 2px;
	border: 1px #DBEAF9 solid;
	position: relative;
	font-size: 15px;
	background-color: #DBEAF9;
}

#iconnav_ul li ul.first {
	left:-1px;
	top:100%;
}

@media screen and (max-width: 600px) {
	#iconnav {
		display: none;
	}
}


/*
#navleiste1 { 
	height: 37px;
	position: fixed;
	z-index: 31;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #DBEAF9;
}

#navleiste1 #currentuserinfo {
	padding: 8px;
	float: right;
}

#navleiste1 #drehsperren {
	padding: 8px;
	float: left;
}

#navleiste2 { 
	height: 49px;
	position: fixed;
	z-index: 30;
	top: 37px;
	left: 0px;
	width: 100%;
	background-color: #DBEAF9;
}

#navleiste3 { 
	height: 49px;
	width: 100%;
	background-color: #DBEAF9;
	margin: 0px;
}

#nav, #nav2, .nav, #nav .nav li, #nav2 .nav li { 
	margin: 0px;
	padding: 0px;
	z-index: 32;
	font-size: 15px;
}

#nav li {
	float: left;
	display: inline;
	cursor: pointer;
	list-style: none;
	padding: 8px;
	border: 1px #DBEAF9 solid;
	position: relative;
	font-size: 15px;
	background-color: #DBEAF9;
}

#nav2 li {
	float: left;
	display: inline;
	cursor: pointer;
	list-style: none;
	padding: 2px;
	border: 1px #DBEAF9 solid;
	position: relative;
	font-size: 15px;
	background-color: #DBEAF9;
}

#nav li ul.first, #nav2 li ul.first {
	left:-1px;
	top:100%;
}


#nav .nav li, #nav2 .nav li {
	width:100%;
	text-indent:10px;
	line-height:30px;
	margin-right:10px;
	border: 1px #F1F5FB solid;
	background-color: #F1F5FB;
}

#nav li a, #nav2 li a {
	display:block;
	width:inherit;
	height:inherit;
	border: 0px;
}

ul.nav { 
	display:none;
}

#nav li:hover > a, #nav2 li:hover > a {
	color: #000;
	background-color: #F1F5FB;
}

#nav li:hover, #nav2 li:hover {
	color:#000;
	background-color: #F1F5FB;
	border: 1px #AECCF1 solid;
}

li:hover > .nav {
	display:block;
	position:absolute;
	width:200px;
	top:-2px;
	left:50%;
	z-index:10000;
	border-left:1px #A0A0A0 solid;
	border-top:1px #A0A0A0 solid;
	border-right:7px #A0A0A0 solid;
	border-bottom:3px 
	#A0A0A0 solid;
}

li:hover {
	position:relative;
	z-index:2000;
}



#nav li.uebungsversion_color, #nav li.uebungsversion_color:hover > a {
	background-color: #ce750e;
}

*/

li, li a {
	color: #000;
	text-decoration:none;
}

#uebungsversion_warningdiv {
        position: fixed;
        top: 2%;
        left: 80%;
        z-index: 20;
}

#searchform {
	display: inline;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#searchterm, #add_lockmbr, #searchform_submitbutton {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#main {
	flex-grow: 1;
	border: none;
	margin: 5px;
	padding: 0;
}

.calendar_lightbox {
	position: absolute;
        top: 200px;
        left: 300px;
        z-index: 10001;
        display: none;
        background-color: white;
        border: 2px outset gray;
        padding-top: 0px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        font-family: Arial,Helvetica,Verdana,sans-serif;
        font-size: 10pt;
}

.calendar_lightbox label {
	width: 300px;
}

<.repeattypeselection {
	float: left;
	margin-right: 10px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #DDDDDD;
	padding: 10px;
}

/* Registercard */

.registercard {
	display: flex;
	align-items: flex-end;
	padding-left: 20px;
	background-color: #DBEAF9;
	clear: both;
	padding: 0px;
	overflow: hidden;
}

.registercard a:link {
	color: #000000;
	text-decoration: none;
}

.registercard div {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	float: left;
	background-color: #FFFFFF;
	border-width: 0px;
	padding: 10px;
	margin-left: 1px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
	color: #000000;
	cursor: pointer;
}

.registercard > div {
	color: #BBBBBB;
}

.registercard div > img {
	margin-top: - 2px;
	margin-bottom: -3px;
}

.registercard + * {
	clear: both;
}

.registercard > div:first-child {
	margin-left: 20px;	
}

.registercard div.selected {
	background-color: #EDEDED;
	font-weight: bold;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	color: #000000;
}


/* SMS */

.smsmessageoverviewitem {
	background-color: #FFFFFF;
	height: 50px;
	margin: 0px;
	padding: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	color: #878787;
}

.smsmessageoverviewitem > div {
	color: #000000;
	font-weight: bold;
}

.smsmessageoverviewitem > div > div {
	float: right;
	color: #878787;
	font-weight: normal;
	font-size: 11px;
}

.smsbubble {      
  position:relative;
  padding:15px;     
  margin: 5px;
  color:#000;
  background:#F4E575; /* default background for browsers without gradient support */
  /* css3 */
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#2e88c4), to(#075698));
  background:-moz-linear-gradient(#2e88c4, #075698);
  background:-o-linear-gradient(#2e88c4, #075698);
  background:linear-gradient(#2e88c4, #075698);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

.smsbubble.incoming {           
  margin-left:40px;
  background:#FAC5AC;
}

.smsbubble.outgoing {
  margin-right:40px;
  background:#F4E575;
}

.smsbubble.failed {
  margin-right:40px;
  background:#CC0000;
}

.smsbubble:after {
  content:"";
  position:absolute;
  bottom:-20px; /* value = - border-top-width - border-bottom-width */
  left:50px; /* controls horizontal position */
  border-width:20px 0 0 20px; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#F4E575 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

.smsbubble.incoming:after {               
  top:16px;
  left:-40px; /* value = - border-left-width - border-right-width */
  bottom:auto;                 
  border-width:15px 40px 0 0; /* vary these values to change the angle of the vertex */
  border-color:transparent #FAC5AC;
}

.smsbubble.outgoing:after {
  top:16px;         
  right:-40px; /* value = - border-left-width - border-right-width */
  bottom:auto;
  left:auto;
  border-width:15px 0 0 40px; /* vary these values to change the angle of the vertex */
  border-color:transparent #F4E575 ;
}

.smsbubble.failed:after {
  top:16px;         
  right:-40px; /* value = - border-left-width - border-right-width */
  bottom:auto;
  left:auto;
  border-width:15px 0 0 40px; /* vary these values to change the angle of the vertex */
  border-color:transparent #CC0000 ;
}

.smsbubble > div {
	font-weight: bold;
}

.smsbubble > div > div {
	float: right;
	font-weight: normal;
	font-size: 11px;
}

.smsbubble > div.state {
	float: right;
	font-size: 11px;
	font-weight: normal;
}

.general_lightbox {
    position: fixed;
    max-height:90%;
    overflow:auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    background-color: white;
    border: 2px outset gray;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 10pt;
    min-width: 200 px;
    min-height: 100px;
}

div[contenteditable="true"], .table_gesamt div[contenteditable="true"], .table_gesamt .contenteditable {
	border-style:dashed;
	border-width:1px;
}

div[contenteditable="true"]:empty:not(:focus):before, .table_gesamt div[contenteditable="true"]:empty:not(:focus):before {
        content:attr(placeholder);
}

ul.textblockresolverelement, ul.textblockresolverelement ul {
	list-style-type: none;
	background-color: white;
}

ul.textblockresolverelement div, .table_gesamt ul.textblockresolverelement div {
	margin: 5px;
	padding: 5px;
	background-color: #E9E9E9;
	width: 400px;
	height: 50px;
	display: flex; 
    align-items: center;
}

ul.textblockresolverelement div.placeholder, .table_gesamt ul.textblockresolverelement div.placeholder {
	background-color: #aaf9ad;
	border-style: dashed;
	border-width: 3px;
	border-color: #52a955;
}

ul.textblockresolverelement div.placeholder_hover, .table_gesamt ul.textblockresolverelement div.placeholder_hover {
	background-color: #aaf9ad;
	border-style: solid;
	border-width: 3px;
	border-color: #52a955;
}

ul.textblockresolverelement div > img, .table_gesamt ul.textblockresolverelement div > img {
	min-width: 40px;
	margin: 10px;
}

ul.textblockresolverelement div span, .table_gesamt ul.textblockresolverelement div span {
	margin: 5px;
}

.recorduploaddropzone {
	width: 64px;
	height: 64px;
	padding: 1px;
	border: 2px;
	border-color: #04257d;
	border-style: dashed;
}

/* Quickkassa Menu */

#quickkassamenu .ui-tabs-anchor {
	font-size: 20px;
}

/* Quickkassa Produktwahl_tabs (iists) */

#produktwahl_tabs .ui-tabs-anchor {
	font-size: 20px;
}

#quickbutton_tabs .ui-tabs-anchor {
	font-size: 20px;
}

/* AI */

.list_ai_row {
	cursor: pointer;
}

.ainavbar {
	flex-grow: 0;
	flex-shrink: 0;
}

.aiview {
	flex-grow: 1;
	overflow: hidden;
	display: flex;
	width: 100%;
	gap: 10px;
}

.aiview > div:nth-child(1) {
	height: 100%;
	overflow-y: auto;
	flex: 1 2 auto;
	display: flex;
	flex-direction: column;
}

.aiview > div:nth-child(2) {
	height: 100%;
	flex: 1 1 auto;
}

.aidetails > div {
	padding-top: 3px;
	padding-bottom: 3px;
}

.aidata > label {
	width: 100%;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.aidata > div {
	display: flex;
	align-items: center;
	gap: 5px;
	
}

.aidata input, .aidata select {
	height: 40px;
}

.aidata textarea {
	height: 100px;
}

.aidata > div > input, .aidata > div > select, .aidata > div > textarea {
	flex-grow: 1;
}

.aidata > table {
	border-spacing: 5px;
}

.aidata > table > td {
	padding-right: 10px;
}

.aicurrent {
	background-color: #d6fed7 !important;
}

.aidue {
	background-color: #fececf !important;
}

.aideferred {
	background-color: #f0fda8 !important;
}

.aiwaiting {
	background-color: #aaffd6 !important;
}

.aiconfidential {
	background-color: #f0fda8 !important;
}

.aidetails {
	position: relative;
	box-sizing: border-box;
	height: 100%;
	width: 99%;
	max-width: 750px;
	min-height: 40px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	display: flex;
	flex-direction: column;
}

.aidetails > div.headline {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	font-weight: bold;
	flex: 0 0 auto;
}

.aidetails > div.buttonline {
	flex: 0 0 auto;
}

.aidetails > ul.aitabline {
	flex: 0 0 auto;
}

.aidetails > div.headline > div:not(:first-child) {
	padding: 15px;
}

.aidetails > div.aicontent {
	flex: 1 1 auto;
}

.ainotes {
	height: 0px;
}

.ainotebubble {
	display: flex;
	align-items: center;
}

.ainotebubble.incoming { 
  justify-content: flex-start;
}

.ainotebubble.machine {
  justify-content: flex-start;
}

.ainotebubble.outgoing {
  justify-content: flex-end;
}

.ainotebubble.incoming_email {
	justify-content: flex-start;
}

.ainotebubble.outgoing_email {
	justify-content: flex-end;
}

.ainotebubble > div:first-child {
  position:relative;
  padding:15px;     
  margin: 5px;
  color:#000;
  background:#dedede;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

.ainotebubble.incoming > div:first-child {
  background:#fcdecf;
}

.ainotebubble.machine > div:first-child {
  background: #c1ccff;
}

.ainotebubble.outgoing > div:first-child {
  background:#d9fdd3;
}

.ainotebubble.incoming_email > div:first-child, .ainotebubble.outgoing_email > div:first-child {
	background: #fce3ad;
	cursor: pointer;
}

.ainotebubble .timestamp{
  font-size: 12px;
  float: right;
  margin: 8px 0px 4px 4px;
  color: #000000;
}

.ainotebubble .name{
  font-weight: 600;
  font-size: 12px;
  float: right;
  margin: 8px 0px 4px 4px;
  color: #000000;
}


.ainotedropzone {
  border: 2px;
  border-style: dashed;
  width: fit-content;
  flex: 0 0 auto;
}

.ainotedropzone:empty {
	display: none;
}

.ainoteform {
	flex: 0 0 content;
}

.aitoentitylink {
	height: 0px;
}

.aitoentitylinkform {
	flex: 0 0 content;
}

/* AI Box*/

.aibox, td.aibox {
	border-style: none;
    background-color: #69d18b;
    padding: 5px;
    margin: 10px;
    max-width: 700px;
    width: 100%;
}

.aibox > div:first-child {
	display: flex;
	align-items: flex-end;
}

.aibox > div:first-child > div {
	padding: 5px;
}

.aibox table {
	border-style: none;
	border-collapse: collapse;
	background: none;
}

.aibox table tr > td {
	background: none; 
	border-style: none; 
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.aibox table tr > td a {
	display: block;
	text-decoration: none;
	color: #000000;
}

.aibox table tr:nth-child(even) {
	background-color: #5bb574;
}

.aibox table tr:nth-child(odd) {
	background-color: #80c18f;
}

.aibox table tr:hover {
	background-color: #d6fed7;
}

.aibox .nav-tabs .nav-item .nav-link {
	background-color: #5bb574;
	color: #000000;
}
  
.aibox .nav-tabs .nav-item .nav-link.active {
	background-color: #d6fed7;
	color: #000000;
	font-weight: bold;
}


/* Phonecall Box*/

.phonecallbox, td.phonecallbox {
	border-style: none;
    background-color: rgb(209, 152, 105);
    padding: 5px;
    margin: 10px;
    max-width: 700px;
    width: 100%;
}

.phonecallbox > div:first-child {
	display: flex;
	align-items: flex-end;
}

.phonecallbox > div:first-child > div {
	padding: 5px;
}

.phonecallbox table {
	border-style: none;
	border-collapse: collapse;
	background: none;
}

.phonecallbox table tr > td {
	background: none; 
	border-style: none; 
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.phonecallbox table tr > td a {
	display: block;
	text-decoration: none;
	color: #000000;
}

.phonecallbox table tr:nth-child(even) {
	background-color: rgb(204, 126, 62);
}

.phonecallbox table tr:nth-child(odd) {
	background-color: rgb(255, 171, 102);
}

.phonecallbox table tr:hover {
	background-color: rgb(238, 190, 151);
}

.phonecallbox .nav-tabs .nav-item .nav-link {
	background-color: rgb(204, 126, 62);
	color: #000000;
}
  
.phonecallbox .nav-tabs .nav-item .nav-link.active {
	background-color: rgb(238, 190, 151);
	color: #000000;
	font-weight: bold;
}

/* CONTACT */

@media (min-width:439px) {
	
	.contactframe {
		min-width: 400px;
	}
	
	.contactframe > div:first-child {
		min-width: 400px;
	}
	
	.contactlist > a:first-child > div {
		min-width: 400px;
	}
		
}

@media (max-width:440px) {
	
	.contactframe {
		width: 90%;
	}
	
	.contactframe > div:first-child {
		width: 90%;
	}
	
	.contactlist > a:first-child > div {
		width: 90%;
	}
	
}

.contactframe {
	padding: 20px;
	margin: 10px;
}

.contactframe > div:first-child {
	margin-bottom: 10px;
}

.contactframe > div:first-child, .contact > div:first-child {
	width: 100%;
	min-height: 40px;
	background-color: #D8E5F3;
	color: #000000;
	align-items: center;
	display: flex;
}

.contactframe > div:first-child > div {
	font-size: 25px;
	font-weight: normal;
	text-decoration: none;
	flex-grow: 1;
}

.contactframe > div:first-child > img {
	cursor: pointer;
}

.contact {
	margin-bottom: 10px;
}

.contact > div {
	padding: 5px 0px 5px 5px;
}

.contact > div:First-child > div {
	width: 100%;
}

.contact div.arrow {
	float: right;
	cursor: pointer;
}

.contact .contact_header {
	font-size: 18pt;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
	
}

.contact .contactheader img {
	cursor: pointer;
}

.contact .contact_subheader {
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
}

.contact .contact_entitylinktypes {
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	width: 100%;
}

.contact input:disabled, .contact select:disabled {
	color: #000000;
}


.contactdetails > div {
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}

.contactdetails .contactmenu {
	display: flex;
	flex-wrap: wrap;
	background-color: #D8E5F3;
}

.contactdetails .contactmenu div {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background-color: #FFFFFF;
	border-width: 0px;
	padding: 10px;
	margin-left: 1px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
	color: #000000;
	cursor: pointer;
}

.contactdetails .contactmenu div.selected {
	background-color: #EDEDED;
	font-weight: bold;
	border-width: 1px;
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}

.contactdata > label {
	width: 100%;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.contactdata > div {
	display: flex;
	width: 100%;
}

.contactdata input, .contactdata select {
	height: 40px;
}

.contactdetails > div.contactmenu > div {
	width: -webkit-max-content;
  	width: -moz-max-content;
  	width: max-content;
}

.contactdata > div > input, .contactdata > div > select {
	flex-grow: 1;
}

.contactlinks {
	background-color: #FFFFFF;
}

.contactlinks > .contactlinks_header {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.contactlinks > div {
	margin-bottom: 5px;
	margin-left: 10px;
}

.contactentitylinktype {
	display: flex;
	align-items: center;
}

.contactentitylinktype > div {
	margin-right: 3px;
}


.contactaccessrights {
	background-color: #FFFFFF;
}

.contactaccessrights > .contactaccessrights_header {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.contactaccessrights > div {
	margin-bottom: 5px;
	margin-left: 10px;
}


/* CHANGE CLIENTADDRESS (VB) */

@media (min-width:439px) {
	
	.addressframe {
		min-width: 400px;
	}
	
	.addressframe > div {
		min-width: 400px;
	}
			
}

@media (max-width:440px) {
	
	.addressframe {
		width: 90%;
	}
	
	.addressframe > div {
		width: 90%;
	}
	
}

.addressframe {
	padding: 20px;
	margin: 10px;
}

/* E-Mail Functions */

.send_email_wrapper {
	position: relative;
}

.emailview {
	display: flex;
	height: 100%;
	width: 100%;
	gap: 5px;
}

.emailview > div:nth-child(1) {
	height: 100%;
	overflow-y: auto;
	width: 12%;
	flex: 1 1 auto;
	transition: all 0.5s ease;
}

.emailview > div:nth-child(2) {
	height: 100%;
	width: 45%;
	flex: 1 1 auto;
	transition: all 0.5s ease;
}

.emailview > div:nth-child(3) {
	height: 100%;
	width: 43%;
	flex: 1 1 auto;
	transition: all 0.5s ease;
}

.emailattachmentdropzone {
	border: 2px;
	border-style: dashed;
	width: fit-content;
	flex: 0 0 auto;
  }
  
.emailattachmentdropzone:empty {
	display: none;
}

/* Email Box*/

.emailbox, td.emailbox {
	border-style: none;
    background-color: #CCB175;
    padding: 5px;
    margin: 10px;
    max-width: 700px;
    width: 100%;
}

.emailbox > div:first-child {
	display: flex;
}

.emailbox > div:first-child > div {
	padding: 5px;
}

.emailbox ul {
    margin-left: 20px;
    list-style-position: outside;
}


.emailbox table {
	border-style: none;
	border-collapse: collapse;
	background: none;
}

.emailbox table tr > td {
	background: none; 
	border-style: none; 
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.emailbox table tr > td a {
	display: block;
	text-decoration: none;
	color: #000000;
}

.emailbox table tr:nth-child(even) {
	background: #AF9861;
}

.emailbox table tr:nth-child(odd) {
	background: #BAA36E;
}

.emailbox table tr:hover {
	background: #E5C888;
}



/* Custom Drop Down Field*/

.select-wrapper {
  position: relative;
  width: 200px;
}

.select-wrapper::before {
  color: #fff;
  font-size: 20px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 10px;
}

.select-wrapper select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 3px;
  color: #000000;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  height: 40px;
  outline: none;
  padding-left: 10px;
  width: 100%;
}

.select-wrapper select option {
  color: #666;
}

.select-wrapper select::-ms-expand {
  display: none;
}

.select-wrapper select:focus::-ms-value {
  background-color: transparent;
}

.hide {
	display: none !important;
}

.hide-if-empty:empty {
	display: none !important;
}

/* Excel-Style table  */

.exceltable_wrapper {
  max-width: 100%;
  overflow: scroll;
  height:650px;
}

.exceltable_wrapper table {
  position: relative;
  border: 1px solid #ddd;
  border-collapse: collapse;
  /*border: 2px solid #000 !important;*/
}



.exceltable_wrapper td, .exceltable_wrapper th {
  white-space: nowrap;
  border: 1px solid #ddd;
  padding: 5px;
  text-align: center;
  min-width: 80px !important;
}

.exceltable_wrapper th {
  background-color: #eee;
  position: sticky;
  top: 0px;
  z-index: 2;
  min-width: 81.3px !important;
}

.exceltable_wrapper td {
  background-color: #fff;
}

.exceltable_wrapper th.fixedpos_column1{
	z-index:999;
}

.exceltable_wrapper .fixedpos_column1{
  position: sticky;
  left: 0px;
  z-index:99;
  background-color: #eee;
  width: 99px;
}

.exceltable_wrapper th.fixedpos_column2{
	z-index:999;
	border: 1px solid #ddd;
}

.exceltable_wrapper .fixedpos_column2{
  position: sticky;
  left: 99px;
  z-index:99;
  background-color: #eee;
  width: 99px;
  border: 1px solid #ddd;
}

.exceltable_wrapper th.fixedpos_column3{
	z-index:999;
}

.exceltable_wrapper .fixedpos_column3{
  position: sticky;
  left: 198px;
  z-index:99;
  background-color: #eee;
  width: 97px;
  border: 1px solid #ddd;
}

.exceltable_wrapper th.fixedpos_column4{
	z-index:999;
}

.exceltable_wrapper .fixedpos_column4{
  position: sticky;
  left: 295px;
  z-index:99;
  background-color: #eee;
  width: 97px;
  border: 1px solid #ddd;
}

.exceltable_wrapper th.fixedpos_column5{
	z-index:999;
}

.exceltable_wrapper .fixedpos_column5{
  position: sticky;
  left: 392px;
  z-index:99;
  background-color: #eee;
  border: 1px solid #ddd;
}

/* Selectize */

.selectize-input {
    min-width: 300px !important;
}

/* ChartJS */

.wrapper_chartcanvas {
	aspect-ratio: 16 / 9;
}

@media screen and (min-width: 900px) {

	.wrapper_chartcanvas {
		width: 890px;
	}		

}

@media screen and (max-width: 899px) {

	.wrapper_chartcanvas {
		width: 99%;
	}		

}

/* Scrollable Table */

.table_scrollable {
	table-layout: fixed;
}

.table_scrollable td,
.table_scrollable th {
	padding: 0.5rem 1rem;
}

.table_scrollable thead th {
	padding: 3px;
	position: sticky;
	top: 0;
	z-index: 1;
	width: 25vw;
}

.table_scrollable td {
	padding: 4px 5px;
  }
  
.table_scrollable tbody th {
	position: relative;
}

.table_scrollable thead th:first-child {
	position: sticky;
	left: 0;
	z-index: 2;
  }

.table_scrollable tbody th {
	position: sticky;
	left: 0;
	z-index: 1;
  }

.table_scrollable tbody tr:hover {
	background-color: #8a8a5c;
}

caption.table_scrollable {
	text-align: left;
	padding: 0.25rem;
	position: sticky;
	left: 0;
  }
  
.wrapper_table_scrollable {
	width: 100%;
	max-height: 98vh;
	overflow: auto;
  }

.wrapper_table_scrollable:focus {
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
	outline: 0;
  }

.table_scrollable.small tbody {
  display: block;
  overflow: auto;
  max-height: 200px;
}

.table_scrollable.small thead tr {
  display: block;
}


/* Bootstrap Changes */

/*.list-group-item.active {
	background-color: 
	border-color: #000;
	color: ;
}
*/

.form-label {
    font-weight: bold;
	font-size: 0.9rem;
}
