.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

.bg-triton {
  background-color: #0e279e;
}

.bg-ticket {
  background-color: #C0DCC0;
}
.bg-season {
  background-color: #A6CAF0;
}
.bg-info {
  background-color: #FFFBF0;
}
.bg-credit {
  background-color: #F3EEAF;
}
.bg-club {
  background-color: #DA8F8F;
}

.img-map-overlay{
  fill:rgba(255,255,255,0);
  stroke:none;
}

.img-map-overlay[selected]{
  fill:rgba(255,0,0,0.5);
  stroke-width:1;
  stroke:rgba(255,0,0,0.75);
}


.svg-click{
  fill:rgba(255,255,255,0);
}
.svg-click-row{
  fill:rgba(255,255,255,0);
}
.svg-place{
  stroke-width:1;
  stroke:rgb(0,0,0);
  fill:rgba(127,127,127,0.5);
}
.svg-row{
  fill:none;
  stroke-width:1;
  stroke:rgba(0,0,0,0.5);
}
.svg-click[selected] {
/*   fill:rgba(255,0,0,0.2); */
}
.svg-place[selected] {
  stroke-width:8;
  stroke:rgba(255,0,0,0.75);
}
.svg-place[data-state="available"] { /*volne miesto*/
  fill: rgba(182,255,174,1);
  background-color: rgba(182,255,174,1);
}
.svg-place[data-state="reserved"] { /*rezervovane*/
  fill: rgba(252,255,174,1);
  background-color: rgba(252,255,174,1);
}
.svg-place[data-state="blocked"] { /*blokovane*/
  fill: rgba(255,174,174,1);
  background-color: rgba(255,174,174,1);
}
.svg-place[data-state="season"]{ /*permanentka*/
  fill: rgba(243,174,255,1);
  background-color: rgba(243,174,255,1);
}
.svg-place[data-state="sold"] { /*listok*/
  fill: rgba(174,222,255,1);
  background-color: rgba(174,222,255,1);
}
.svg-place[data-state="unsellable"] { /*nepredajne*/
  fill: rgba(255,88,88,1);
  background-color: rgba(255,88,88,1);
}
.svg-place[data-state="local_reserved"] { /*lokalne rezervovane*/
  fill: rgba(212,212,145,1);
  background-color: rgba(212,212,145,1);
}



.svg-text-place{
  font-size:18px;
  font-style:normal;
  font-weight:normal;
  line-height:125%;
  letter-spacing:0px;
  word-spacing:0px;
  fill:#000000;
  fill-opacity:1;
  stroke:none;
  font-family:Sans;
  text-anchor:middle;
  dominant-baseline:central;
}
.svg-text-row{
  font-size:18px;
  font-style:italic;
  font-weight:bold;
  line-height:125%;
  letter-spacing:0px;
  word-spacing:0px;
  fill:#000000;
  fill-opacity:1;
  stroke:none;
  font-family:Sans;
  text-anchor:middle;
  dominant-baseline:central;
}

.scroller::-webkit-scrollbar {
    width: 2rem;
    height: 2rem
}
.scroller::-webkit-scrollbar-button {
    background-color: #8B8B8B
}
.scroller::-webkit-scrollbar-track-piece {
    background-color: #FCFCFC
}
.scroller::-webkit-scrollbar-thumb {
    background-color: #8B8B8B
}
.scroller::-webkit-scrollbar-button:single-button {
  background-color: #FCFCFC;
  display: block;
  border-style: solid;
  height: 2rem;
  width: 2rem;
}
/* Left */
.scroller::-webkit-scrollbar-button:single-button:horizontal:decrement {
  border-width: 1rem 2rem 1rem 0;
  border-color: transparent #8B8B8B transparent transparent;
}
/* Right */
.scroller::-webkit-scrollbar-button:single-button:horizontal:increment {
  border-width: 1rem 0 1rem 2rem;
  border-color: transparent transparent transparent #8B8B8B;
}
/* Up */
.scroller::-webkit-scrollbar-button:vertical:decrement {
  border-width: 0 1rem 2rem 1rem;
  border-color: transparent transparent #8B8B8B transparent;
}
/* Down */
.scroller::-webkit-scrollbar-button:vertical:increment {
  border-width: 2rem 1rem 0 1rem;
  border-color: #8B8B8B transparent transparent transparent;
}
