.scm_gauge_size {
	max-height: 250px !important;
}

input[type=date] {
  -moz-appearance: textfield;
 
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
  }

 
  input[type=date]::-webkit-calendar-picker-indicator {
    max-width: 5px;
}

::-webkit-clear-button
{
    display: none; /* Hide the button */
    -webkit-appearance: none; /* turn off default browser styling */
}

.small-icon {
    font-size: 85% !important;
}

.extra-small-icon {
    font-size: 75% !important;
}

.scm_lk_element_transportmittel {
	color: black !important; 
}

.scm_lk_element_transportmittel_details {
	padding-right: 3px !important;
    padding-left: 3px !important;
    color: inherit !important;
}

.scm_lk_element_ok {
	border: 1px dotted silver;
	background: #6A94BA !important;  /* Aus dem Adventure Works -Logo */
    color: white;
}

.scm_lk_button {
	z-index: 100;
}

.scm_lk_element_failed {
  border: 1px dotted;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* background-color: rgba(0,0,0,0.5); /*dim the background*/
  background: #8B0000;
  color: white;
}

div.scm_lk_element_failed:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "\274c"; /* use the hex value here... */
    font-size: 50px; 
    color: #FFF;
    z-index: 1;     
    line-height: 100px;
    text-align: center;
}

.scm_bottom_left {
   position: absolute;
   bottom: 0;
   left: 0;
}

.scm_bottom_right {
   position: absolute;
   bottom: 0;
   right: 0;
}

.btn-group {
  display: flex;
}

h1 {
    color: red;
}

.red {
  background: #E9242D !important; /* Aus dem Adventure Works -Logo */
  color: white;
}

.blue {
	background: #6A94BA !important;  /* Aus dem Adventure Works -Logo */
    color: white;
}

.bg-adventureworks {
	background-color: #c8c9ca !important;
}

.greybackground {
  background-color: #c0c0c0!important;
}

.backgroundlightcoral {
  background-color: #F08080 !important;
}

.backgroundmistyrose {
  background-color: #FFE4e1 !important;
}

.backgroundmoccasin {
  background-color: #FFE4B5 !important;
}

.backgroundbeige {
  background-color: #F5F5DC !important;
}

.backgroundpalegreen {
  background-color: #98FB98 !important;
}

.backgroundazure {
  background-color: #f0ffff !important;
}

.backgroundwhitesmoke {
  background-color: #F5F5F5 !important;
}

.backgroundaliceblue {
  background-color: #F0F8FF !important;
}

.backgroundgainsboro {
  background-color: #DCdCdC !important;
}

.backgroundsilver {
  background-color: silver !important;
}

td.highlightTextRed {
  color: red;
  font-weight: bold;
}

td.highlightTextBlue {
  color: blue;
}

td.highlight {
  font-weight: bold;
  color: blue;
}

td.greybackground {
  background-color: #c0c0c0 !important;
  color: black;
/*   font-weight: normal; */
}

.blackcolor {
  color: black;
}

img.lk_icons {
  border: 0;
  height: 30px;
  box-sizing: none !important;
}

img.fileIcons {
  border: 0;
  height: 40px;
  box-sizing: none !important;
}

img.logo_navbar {
  border: 0;
  height: 80px;
  background-color: white;
  border-radius: 25px;
}





