﻿body {
	/*padding-top: 50px;
	padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 0px;
	padding-right: 0px;
}

.field-validation-error {
	color: #b94a48;
}

/* Override the default bootstrap behavior where horizontal description lists 
	will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
	max-width: 280px;
}*/


.validation-summary-errors {
	color: #ff0000;
}

.hiddenGroup {
	display: none;
}

a {
	color: #000000;
}

	a:hover, a:focus {
		text-decoration: none;
		color: #900000;
	}



p.stathdr 
{
    background-color: lightgray; 
    margin: 0; 
    padding: 4px; 
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px;
}

div.statcont {
    border: 1px solid black; 
    border-radius: 5px; 
    margin-bottom: 15px;
}

div.statverein {
    background-color: lightgreen; 
    margin-right: 30px; 
}

div.statksv {
    background-color: lightblue; 
    margin-left: 30px; 
}

div.statkkstelle {
    background-color: lightyellow; 
    margin-left: 30px; 
}


table.ablsteps {
    background-color: lightcyan;
}

table.ablsteps tr {
    border: 2px solid black;
}

table.ablsteps tr td, table.ablsteps tr th {
    padding: 3px;
    border: 1px solid black;
}

table.kkPastOrders
{
    background-color: lightgoldenrodyellow;
    margin-bottom: 5px;
}
table.kkPastOrders tr
{
    border: 2px solid black;
}

table.kkPastOrders tr td, table.kkPastOrders tr th
{
    padding: 3px;
    border: 1px solid black;
}
td.nOrd, td.nDel, td.vOrd, td.vDel
{
    text-align: right;
}


table.kkNewOrder
{
    background-color: lightgoldenrodyellow;
    margin-bottom: 5px;
}
table.kkNewOrder tr
{
    border: 2px solid black;
}

table.kkNewOrder tr td, table.kkNewOrder tr th
{
    padding: 3px;
    border: 1px solid black;
}
td.newOrderNum, td.newOrderVal
{
    text-align: right;
    width: 100px;
}
td.newOrderNum
{
}
/*
.ui-state-active .ui-icon, .ui-button:active .ui-icon {*/ /* bugfix: checkboxradio has check icon only on hover */
/*    background-image: url("themes/base/images/ui-icons_777777_256x240.png");
}
*/
.eventTable {
   border-collapse: collapse;
   border-spacing: 2px;
   border: 1px solid black;
   width:100%;
}
.eventTable thead tr {
   background: #aaa;
}
.eventTable tbody tr:nth-child(odd) {
  background: #eee;
}
.eventTable tbody tr:hover {
  background: lightgreen;
}
.eventTable tbody td {
   padding: 0.25rem;
}

.sponsor {
   height:120px;
   margin-top:10px;
   padding:3px;
   border:2px solid grey;
   background-color:#b7d968;
}
.sponsor:hover {
   background-color:#c9e382;

   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);

   z-index:555555;
}

.sponsortitle{
   padding:10px;
   background-color:#b7d968;
}

.sponsoring {
   height:auto;
   margin-top:10px;
   padding:5px;
   border:2px solid grey;
   background-color:lightcoral;
}
span.banner {
   background-color:gold;
   padding:3px;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notruncate {
  white-space: normal;
  overflow: auto;
  text-overflow: initial;
}

img.kantimg {
   width: 50px;
   height: 50px;
   box-shadow: 5px 5px 4px grey;
   border: 1px solid grey;
}

@media (max-width: 991px) {
   .kantimg-md {
      float:right !important;
      position:absolute;
      top:3px;
      right:8px;
      z-index:100;
   }
}
.ui-button {
	padding: .4em .5em;
}


div.isscard {
   border-color: #720000;
}

div.isscard-header {
   background-color: #720000;
   color: white;
   font-weight: bold;
}

/* left side nav bar for Kanton */
/*
 * Sidebar
 */

.sidebar {
   position: fixed;
   top: 0;
   bottom: 0;
   left: 0;
   z-index: 100; /* Behind the navbar */
   padding: 48px 0 0; /* Height of navbar */
   box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
   position: relative;
   top: 0;
   height: calc(100vh - 48px);
   padding-top: .5rem;
   overflow-x: hidden;
   overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
   .sidebar-sticky {
      position: -webkit-sticky;
      position: sticky;
   }
}

.sidebar .nav-link {
   font-weight: 500;
   color: #333;
}

.sidebar .nav-link .feather {
   margin-right: 4px;
   color: #999;
}

.sidebar .nav-link.active {
   color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
   color: inherit;
}

.sidebar-heading {
   font-size: .75rem;
   text-transform: uppercase;
}

tr.memSel {
   background-color: lightskyblue;
}

/*Placeholder-Format: */

.form-control::-webkit-input-placeholder { /* Edge */
   color: red;
   font-style: italic;
   opacity: 0.3;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: red;
   font-style: italic;
   opacity: 0.3;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
   color: red;
   font-style: italic;
   opacity: 0.3;
}
