html {
    font-size: 14px;
}

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

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

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);
}

.header {
    margin-top: 6px;
    background-color: #fff;
    height: 90px;
}
.line1 {
    min-height: 1.7rem;
}
.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.4rem 0.8rem;
	border: 1px solid transparent;
	border-radius: 0;
	border-top: 2px 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: 2px solid #F90;
}

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

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

.col-cislo-mat {
    white-space: nowrap;
    width: 50px;
    text-align: left;
}

.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.bd-callout-info {
    border-left-color: #C9302C;
}
.bd-callout-info h4 {
    color: #C9302C;
    font-size: 1.5rem;
}
.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem;
}
