body {
	 margin-top: 20px; 
}

.page-header {
  margin-top: 0;
}

h1 {
	color: #3484D2;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form .required label {
	font-weight: bold;
}

form .radio label {
  margin-right: 1em;
}

/*
 * Dashboard - Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
   padding-top: 50px; 
}

/* Scrollovani on-page odkazu */
a[name] {
    display: block;
    padding-top: 55px;
    margin-top: -55px;
} /* a nebo html, body { scroll-padding-top: 50px; } */





/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}


/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: hidden; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
  .sidebar:hover {
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }  
  
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca; 
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/* 
 * Taby - active
 */
li.active > a:focus {
  outline: none; /* eliminace outline */
}

.tab-pane {
  padding-top: 1em;
}

/* abbr[title] {
  border-bottom: none; 
} */


/**
 * BS dodo
 */ 
.dropdown-menu > .disabled > a {
  pointer-events: none;
}  
.dropdown-menu > .disabled {
  cursor: not-allowed;
}  

/* 
 * Multi level dropdown menu for Bootstrap 3
 */ 

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 5px 6px 6px 6px;
    -moz-border-radius: 5px 6px 6px;
    border-radius: 5px 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 5px 6px 6px;
    -moz-border-radius: 6px 5px 6px 6px;
    border-radius: 6px 5px 6px 6px;
} /* end of multi level dropdown menu for Bootstrap 3*/



/* Podtržení */ 
.spellcheck {
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #0099ff;
}


  