﻿/*  Variables  */
/* Barva která určuje hlavní barvu skinu */
/* Sekudarní (světlejší) barva skinu */
/* HavitWebBootstrap Variables */
/* Definice barev pro Dashboard - pojmenováno dle nadpisu tlačítka pro lepší orientaci */
/* Fonts */
/* Definice pro accounting styl*/
/* Paths */
/* barvy stavů */
html {
  height: 100%;
  -ms-overflow-style: scrollbar;
  background: #000 url('/Content/Images/bg/html.png') 0 0 repeat-x fixed;
}
body {
  min-height: 100%;
  color: #fff;
  background: url('Images/bg/body.png') 0 0 no-repeat fixed;
}
.delegateLabel {
  color: #fff;
  font-size: 16px;
}
a,
a:hover,
a:focus {
  color: #fff;
}
div.transparent table.grid td,
div.transparent table.edit td,
div.transparent table.grid th,
div.transparent table.edit th {
  border: 2px solid #1C1C1C;
}
.footerLogo {
  background: url('Images/logo-tulip-footer.png') no-repeat;
}
.footerLogoAccace {
  background: url('Images/logo-accace-footer.png') no-repeat;
}
.facebook-icon {
  background: url('Images/facebook.png') no-repeat;
}
.google-icon {
  background: url('Images/google.png') no-repeat;
}
.linkedin-icon {
  background: url('Images/linkedin.png') no-repeat;
}
.twitter-icon {
  background: url('Images/twitter.png') no-repeat;
}