html {
    font-size: 14px;
}

body {
    font-family: Arial,"Arial CE",Helvetica,"Helvetica CE",sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    color: #0;
    background-color: #EEEEEE;
}

h2, .h2 {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
}
h3, .h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
h4, .h4 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
}
h5, .h5 {
    font-size: 1.0rem;
}

label {
    margin-bottom: .2rem;
}

#page {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 20px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 20px 2px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 20px 2px rgba(0,0,0,0.2);
}

.background {
   position: absolute;
   top: 10em;
   bottom: 0;
   z-index: -1;
   overflow: hidden;
   color: #e00;
   font-size: 1.3em;
   font-weight: bold;
}
.background-left {
   left: 1em;
}
.background-right {
   right: 1em;
}


.header {
    margin-top: 6px;
    background-color: #fff;
    height: 90px;
}
.line1 {
    min-height: 1.5rem;
}
.line2 {
    height: auto;
    overflow: hidden;
}
.header .left {
    float: left;
    width: 235px;
    overflow: hidden;
}​​
.header .right {
    display: block;
    float: none;
    background-color: blue;
    min-height: 100px;
    overflow: hidden;
}
.header .logo_kru {
    margin-left: 1.2rem;
}
.header h1.cvi {
    color: #180072;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 42px;
}

.color-bar {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    position: relative;
    top: 0;
    height: 6px;
    background-color: transparent;
    display: block;
}
.color-bar-green {
    background-color: #6AC817;
    width: 245px;
    float: left;
}
.color-bar-blue {
    background-color: #180072;
}
.color-bar-green, .color-bar-blue {
    height: 6px;
}



.row-breadcrumb .breadcrumb {
    background-color: #f8f8f8;
}
.breadcrumb {
    padding: 0.5rem 1rem;
}

.form-control {
    padding: 0.5rem 0.75rem;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0;
}


.login-form {
	margin: 1rem auto 2rem auto;
	border: 1px solid #f0f0f0;
	padding: 2em 4em 2em 4em;
	background-color: #fafafa;
}


.nav-tabs {
	margin-bottom: 1rem;
}

.nav-tabs .nav-link {
	padding: 0.5rem 0.7rem;
	border: 1px solid transparent;
	border-radius: 0;
	border-top: 3px solid transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
	border-top: 3px solid #E36209;
}

form input.datepicker {
    border-radius: 0;
}                    

.col-action {
    white-space: nowrap;
    width: auto;
    text-align: right;
}

.col-cislo-mat {
    white-space: nowrap;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 0.2rem;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}
.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem;
}
.bd-callout.bd-callout-info {
    border-left-color: #5bc0de;
    background-color: rgba(225,245,254,0.4);
}
.bd-callout-info h4 {
    color: #5bc0de;
    font-size: 1.5rem;
    font-weight: 500;
}

.bd-callout-warning {
    border-left-color: #c00;
    background-color: rgba(235,120,120,0.3);
}
.bd-callout-warning h4 {
    color: #c00;
    font-size: 1.5rem;
    font-weight: 500;
}



.form-errors {
    padding: 1rem .5rem;
}


form.form-small input:not([type='submit']):not([type='button']) {
    padding: 4px 6px;
    line-height: 14px;
}

form.form-small .form-group {
    margin-bottom: 0.5rem;
}

.nahled-materialu-obal {
	width: 700px;
	margin: 1rem auto 1rem auto;
        padding: 20px 30px;
	background-color: #fff;
}
.nahled-materialu {
	width: 650px;
	margin: 1rem auto 1rem auto;
	background-color: #fff;
	line-height: 1.1rem;
}

.nahled-materialu p {
    margin-top: 0;
    margin-bottom: 0;
    text-align:justify;
}

.nahled-materialu li {
    text-align:justify;
}

.hlavicka-dokumentu {
    margin-bottom: 0.5rem;
}

td.material-koncept a {
	font-style: italic;
}

div.required label {
    font-weight: bold;
    color: #0;
}

div.form-check > label.form-check-label {
    font-weight: normal;
}

a.vlastni-material {
	font-weight: bold;
}

.btn-secondary-old {
  color: #292b2c;
  background-color: #fafafa;
  border-color: #ccc;
}

.btn-secondary-old:hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary-old:focus, .btn-secondary-old.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-secondary-old.disabled, .btn-secondary-old:disabled {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary-old:active, .btn-secondary-old.active,
.show > .btn-secondary-old.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.w-5 {
    width: 5%!important;
}
.w-10 {
    width: 10%!important;
}
.w-15 {
    width: 15%!important;
}
.w-20 {
    width: 20%!important;
}
.w-30 {
    width: 30%!important;
}
.w-40 {
    width: 40%!important;
}
.w-60 {
    width: 60%!important;
}
.w-70 {
    width: 70%!important;
}
.w-80 {
    width: 80%!important;
}

del {
    color: #a33;
    background-color: #ffeaea;
    text-decoration: line-through;
}

ins {
    color: #333;
    background-color: #eaffea;
    text-decoration: none;
}

.duvod-neverejnosti {
    text-align:justify;
}

table td div.dropdown button {
    line-height: 1rem;
}

.w-status {
    width: 12px;
}

.w-dropdown-item-icon {
    width: 24px;
}

.stanovisko-row {
    padding: 10px;
    margin: 1rem auto 1rem auto;
    background-color: #fafafa;
}

.stanovisko-row-active {
    padding: 10px;
    margin: 1rem auto 1rem auto;
    background-color: #FFEEEE;
}

.nazev-materialu {

}

thead.thead-blue {
    color: #fff; background-color: #104194;
}

.zapis-blok, .zapis-blok p {
    padding: 0;
    margin: 0;
}
