html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
dl,
dt,
dd,
ol,
ul,
li,
form,
legend,
fieldset,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  margin: 0 !important;
  padding: 0 !important;
  color: black;
  background: white;
  text-rendering: optimizeLegibility;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
td,
th {
  vertical-align: top;
  text-align: left;
}
th {
  font-weight: bold;
}
img {
  vertical-align: middle;
}
ol,
ul,
.noList {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
html {
  font-size: 100.01%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
a {
  color: blue;
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
a:hover {
  color: blue;
  text-decoration: underline;
}
h1 {
  font-size: 200%;
  font-weight: bold;
}
h2 {
  font-size: 150%;
  font-weight: bold;
}
h3 {
  font-size: 120%;
  font-weight: bold;
}
h4,
h5,
h6,
h7,
h8 {
  font-size: 100%;
  font-weight: bold;
}
.monospace {
  font-family: monospace;
}
.scrollable {
  overflow: scroll;
}
table .tiny {
  width: 10px;
}
.center {
  text-align: center !important;
  vertical-align: middle !important;
}
.middle {
  vertical-align: middle !important;
}
.cleaner {
  clear: both;
  height: 0px;
  overflow: hidden;
}
.noDisplay {
  display: none;
}
.noPadding {
  padding: 0 !important;
}
.noMargin {
  margin: 0 !important;
}
.noSpace {
  padding: 0 !important;
  margin: 0 !important;
}
.first {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.noScreen {
  display: none;
}
input,
select,
textarea {
  font-size: 100%;
  font-family: inherit;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}
input[type=text],
.formField,
.txt,
input[type=password],
textarea,
select,
.uneditable-input {
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 100%;
  background: #fafafa;
}
input[type=file] {
  font-size: 100%;
}
textarea {
  width: 99.9%;
  height: auto;
  font-size: 100%;
}
.uneditable-input {
  background-color: #eee;
  display: block;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
}
:-moz-placeholder {
  color: gray;
}
::-webkit-input-placeholder {
  color: gray;
}
input[type=text],
input[type=password],
select,
textarea {
  border: 1px solid gray;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}
form div.error {
  background: #ffffff;
  padding: 10px 0;
  margin: -10px 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
form div.error > label,
form div.error span.help-inline,
form div.error span.help-block {
  color: red;
}
form div.error input[type=text],
form div.error input[type=password],
form div.error textarea {
  border-color: red;
  -webkit-box-shadow: 0 0 3px rgba(171,41,32,0.25);
  -moz-box-shadow: 0 0 3px rgba(171,41,32,0.25);
  box-shadow: 0 0 3px rgba(171,41,32,0.25);
}
form div.error input[type=text]:focus,
form div.error input[type=password]:focus,
form div.error textarea:focus {
  border-color: #cc0000;
  -webkit-box-shadow: 0 0 6px rgba(171,41,32,0.5);
  -moz-box-shadow: 0 0 6px rgba(171,41,32,0.5);
  box-shadow: 0 0 6px rgba(171,41,32,0.5);
}
form div.error .input-prepend span.add-on,
form div.error .input-append span.add-on {
  background: #ffffff;
  border-color: red;
  color: #cc0000;
}
input[readonly]:focus,
textarea[readonly]:focus,
input.disabled {
  background: #ffa300;
  border-color: #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn {
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  background: #f9c644;
  border: 0;
  padding: 5px 14px 4px;
  color: black !important;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
  text-decoration: none !important;
}
.btn:hover {
  text-decoration: none;
  background: #f8b816;
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
}
.btn:disabled {
  cursor: default;
  background-image: none;
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 3px 7px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.05);
}
.btn.large {
  font-size: 130%;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 3px 9px 3px;
  font-size: 85%;
}
form table.layouter {
  width: 100%;
}
form table.layouter th {
  padding-top: 9px;
  padding-bottom: 2px;
  width: 16.5em;
  text-align: right;
  padding-right: 13px;
  font-weight: normal;
}
form table.layouter td {
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
}
form table.layouter td input,
form table.layouter td select {
  margin-right: 0.3em;
}
form table.layouter td label {
  margin-right: 1.1em;
}
form table.layouter td,
form table.layouter th {
  vertical-align: top;
}
form table.layouter table.layouter th {
  width: 10em;
}
form table.wider th {
  width: 12em;
}
form table.expanded th {
  width: 12em;
}
form table.wide th {
  width: 31%;
}
form table.collapsed th {
  width: 3em;
}
form input.err,
form textarea.err {
  border: 1px solid red !important;
}
form label.err {
  color: red;
}
body {
  font-size: 12px;
  background: #737 37;
}
body,
table,
button,
input,
select,
textarea {
  font-family: 'Open Sans', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
body {
  line-height: 1.1;
  font-size: 0.8em;
}
.btn {
  border: 0;
  padding: 0.5em 1em;
  -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}
.btn:hover {
  -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0);
  -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0);
  box-shadow: 2px 2px 4px rgba(0,0,0,0);
}
a {
  text-decoration: underline;
}
a,
a:visited {
  color: #3667a3;
}
a:hover {
  color: #398abb;
}
#messages {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  padding-top: 4px;
  color: black;
  font-weight: bold;
  background: repeat-x bottom #99d880;
  -webkit-box-shadow: 0 -4px 6px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 -4px 6px rgba(0,0,0,0.4);
  box-shadow: 0 -4px 6px rgba(0,0,0,0.4);
}
#messages p {
  padding: 10px 20px;
  margin: 0;
  text-align: center;
}
#header {
  background: black;
  color: white;
  padding: 0 20px;
}
#header h1 a {
  text-decoration: none;
}
#header h1 img {
  height: 35px;
  margin-right: 30px;
}
#header ul {
  float: left;
  margin-top: 7px;
}
#header ul li {
  float: left;
  font-size: 100%;
  font-weight: bold;
}
#header ul li:hover .subnav {
  display: block;
}
#header ul li a {
  border-left: 1px solid #ffa300;
  float: left;
  display: block;
  padding: 8px;
  text-decoration: none;
}
#header ul li a:hover {
  text-decoration: underline;
}
#header ul li .subnav {
  float: left;
  position: absolute;
  display: none;
  margin-top: 2.2em;
  z-index: 199901002;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
#header ul li .subnav li {
  display: block;
  float: none;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(0,0,0,0.2);
  border-right: 0;
}
#header #searchForm {
  float: left;
  margin-left: 15px;
  margin-top: 9px;
  margin-bottom: 7px;
}
#header #searchForm button.btn {
  padding: 6px 9px;
}
#breadcrumbs {
  margin-bottom: 1em;
}
#header a {
  color: white;
  padding: 1px;
}
#header a:hover {
  color: silver;
}
#header h1 {
  margin: 0;
  padding: 10px 15px;
  font-size: 140%;
  float: left;
}
#header h1 img {
  vertical-align: middle;
  height: 1.5em;
  margin-top: -2px;
  margin-right: 5px;
}
#content {
  background: white;
  padding: 24px 40px;
}
#content h1 {
  font-size: 180%;
  margin-bottom: 10px;
  margin-right: 30%;
}
a {
  text-decoration: underline;
  color: #1a5798;
}
#content p,
#content ul,
#content h3,
#content table {
  margin: 0 0 0.8em;
}
#content p.buttonFrame {
  margin-top: 1.4em;
  min-height: 2.3em;
}
#content p.buttonFrame .btn {
  float: right;
}
#content p.buttonFrame .backButton {
  float: left;
}
#content p.buttonFrame .backButtonGray {
  background: rgba(0,0,0,0.6);
}
#content p.buttonFrame .continueLoader {
  float: right;
}
table.details {
  width: 100%;
}
table.details td,
table.details th {
  border: 1px solid silver;
  padding: 4px 7px;
}
table.list {
  width: 100%;
}
table.list th {
  background: #f0f0f0;
}
table.list td,
table.list th {
  border: 1px solid silver;
  padding: 4px 7px;
}
#footer {
  background: #73737f;
  color: rgba(255,255,255,0.8);
  padding: 20px 35px;
}
#footer a {
  color: white;
  text-decoration: underline;
}
#footer span {
  float: right;
}
#popupZoneOverlay {
  background: url('../pics/popup.png');
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999999;
}
#popupZoneLoader {
  background: url('../pics/ajax-loader.gif') no-repeat center center !important;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 0;
  left: 50%;
}
#popupZone {
  margin: 10px auto;
}
.popupLayout {
  background: white;
  -webkit-box-shadow: 2px 2px 18px black;
  -moz-box-shadow: 2px 2px 18px black;
  box-shadow: 2px 2px 18px black;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto;
}
.popupLayoutContent {
  padding: 15px 20px 20px;
}
.popupLayoutTitle {
  position: relative;
  border-bottom: 1px solid silver;
}
.popupLayoutTitle .popupCloser {
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 240%;
  color: gray;
}
.popupLayoutTitle .popupCloser:hover {
  color: black;
}
.popupLayoutTitle h2 {
  margin: 0;
  padding: 10px 14px;
  font-size: 140%;
}
.popupLayoutFooter {
  padding: 14px 20px 20px;
  background: #d0d0d0;
}
.popupLayoutAchievement {
  background: yellow;
  border-color: orange;
}
.popupLayoutAchievement .popupLayoutFooter {
  background: orange;
}
#popupQuestionDialog {
  width: 34em;
  text-align: left;
}
#popupQuestionDialog p {
  margin: 0 0 1.5em;
  line-height: 1.4;
}
#popupQuestionDialog .popupQuestionButtons {
  text-align: center;
  margin: 0;
}
#popupQuestionDialog a.primary {
  margin-right: 6px;
}
.wide {
  width: 90%;
}
#userPanel {
  float: right;
  text-align: right;
  margin-top: 10px;
}
#userPanel .scheduledActivitiesNumber {
  color: inherit;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5em;
  padding: 0;
  border: 0;
}
#userPanel a {
  text-decoration: underline;
}
form.filter,
div.filter {
  background: #e6e6e6;
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 1em;
}
.leftCol {
  width: 49%;
  float: left;
}
.rightCol {
  width: 49%;
  float: right;
}
input.half {
  width: 14em;
}
p.info {
  background: #fbdb7b;
  color: black;
}
p.info a {
  color: black !important;
}
p.warning {
  background: #fbdb7b;
  font-weight: bold;
  color: black;
}
p.warning a {
  color: black !important;
}
p.info,
p.warning {
  padding: 1em 1.6em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
table.list tr:hover {
  background: #ddebf9;
}
.hodnoceniBox .wysiwygContent {
  background: none;
}
.note {
  color: rgba(0,0,0,0.9);
  font-style: italic;
  font-size: 100%;
  margin-top: 6px !important;
}
p.note {
  margin-top: 6px !important;
}
div.note {
  margin-top: 6px !important;
  color: rgba(0,0,0,0.9);
  font-style: italic;
  font-size: 100%;
}
ul.note {
  list-style: square;
  font-size: 100%;
  margin-left: 25px !important;
}
h2.exportHeader {
  background: #eb0600;
  color: white;
  font-size: 130%;
  padding: 7px 15px;
}
.rFloatGlue {
  position: relative;
}
#rCalendar {
  position: absolute;
  z-index: 9999999;
  background: black;
  color: white;
  margin: 0;
  border: 0;
}
#rCalendar .rCalendarRight,
#rCalendar .rCalendarLeft {
  cursor: pointer;
}
#rCalendar .rCalendarRight:hover,
#rCalendar .rCalendarLeft:hover {
  background: none;
}
#rCalendar td,
#rCalendar th {
  width: auto !important;
  padding: 3px 4px;
  text-align: center;
  vertical-align: middle;
  border-left: 1px dotted silver;
  border-right: 1px dotted silver;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
}
#rCalendar td.rCalendarWeek,
#rCalendar th.rCalendarWeek {
  bakground: #323232;
}
#rCalendar td.rCalendarDay {
  cursor: pointer;
}
#rCalendar td.rCalendarDay:hover {
  background: none;
}
#rCalendar #rCalendarSelected {
  background: none;
  font-weight: bold;
}
.rTimeBubbleContent {
  position: absolute;
  background: black;
  padding: 3px 5px;
  z-index: 9999999;
  display: block;
  color: white;
}
.rTimeBubbleContentFrame {
  display: inline-block;
}
#perrollamPoints {
  margin-left: 50px;
}
#perrollamPoints .perrollamPoint {
  margin-top: 25px;
  margin-bottom: 45px;
  position: relative;
}
#perrollamPoints .perrollamPoint h3.point {
  position: absolute;
  left: -40px;
  top: -7px;
  background: silver;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 30px;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
}
#perrollamPoints .perrollamPoint ul {
  list-style: square;
}
.comment {
  max-width: 60em;
  padding: 10px 12px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #94e3fe url('../pics/commentmaskright.png') right bottom no-repeat;
  text-align: right;
  margin-bottom: 10px;
}
.comment p {
  text-align: left;
}
.adminComment {
  max-width: 60em;
  padding: 10px 12px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #e392fe url('../pics/commentmaskleft.png') left bottom no-repeat;
  text-align: left;
  margin-bottom: 10px;
}
.registerProjectForm {
  font-size: 85%;
}
.registerProjectForm table.layouter th {
  width: 16em;
}
label.required,
table tr.required label,
label.requiredSelect {
  background: url('../pics/required.png') right top no-repeat;
  padding-right: 16px;
  font-weight: bold;
}
form table.extended th {
  width: 24em;
}
fieldset {
  margin-bottom: 1.1em;
  border: 1px solid gray;
  padding: 0.7em;
}
fieldset legend {
  font-size: 110%;
  font-weight: bold;
  padding: 0 0.3em;
}
.wysiwygContent {
  background: white;
}
.wysiwygContent ul {
  list-style: square;
  padding-left: 2em;
}
h2 {
  margin-bottom: 0.8em;
  margin-top: 1em;
}
h1 {
  margin-bottom: 0.8em;
  margin-top: 0;
}
#content .actionsMenu {
  text-align: left;
}
#content .actionsMenu a {
  display: inline-block;
  margin-bottom: 6px;
}
#content .actionsMenuRight {
  float: right;
  margin-top: -2.5em;
  margin-bottom: 0.5em;
}
#content .actionsMenuRight a.actionLink {
  font-size: 110%;
  font-weight: bold;
  margin-left: 1.4em;
  white-space: nowrap;
}
.error {
  color: red;
  font-weight: bold;
}
body.publicBody {
  background: white;
}
#publicPage {
  padding: 2em;
}
#publicPage #content {
  max-width: 70em;
}
#publicPage #content h1 {
  text-align: left;
  margin-bottom: 2em;
}
#publicPage #content .btn {
  font-size: 120%;
  font-weight: bold;
  text-transform: uppercase;
}
#publicPage #publicHeader {
  padding: 0 4em;
  max-width: 70em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid silver;
  padding-bottom: 1.5em;
}
#publicPage #publicHeader img.logo1 {
  float: left;
  width: 14em;
}
#publicPage #publicHeader img.logo2 {
  float: right;
  height: 3.5em;
}
#publicPage #publicHeader img {
  max-height: 50px;
}
#publicPage #publicFooter {
  border-top: 1px solid silver;
  color: black;
  max-width: 70em;
  padding: 0 4em;
  padding-top: 1.5em;
}
#publicPage table.layouter th {
  width: 20em;
}
#publicPage fieldset {
  padding: 2em;
}
#publicPage .note {
  font-size: 100%;
  margin-top: 0.6em;
}
#publicPage .center {
  text-align: center;
}
#publicPage .wysiwygContent {
  margin-bottom: 1em;
}
#publicPage table.layouter h4 {
  margin-top: 0.4em;
  margin-bottom: 0.3em;
}
#publicPage table.attachmentsTable th {
  width: 35% !important;
}
#publicPage p.checkboxParagraph {
  text-indent: -1.4em;
  margin-left: 1.4em;
}
#content div.fakeRow {
  background: none;
  border: 0;
  border-bottom: 1px solid silver;
  padding: 4px;
}
#content table.davky td,
#content table.davky th {
  vertical-align: middle;
  background: none;
  border: 0;
  border-bottom: 1px solid silver;
  border-top: 1px solid silver;
}
tr.projektRowStage-100 {
  background: #d0d0d0;
}
tr.projektRowOk {
  background: #effad0;
}
.fieldSpan {
  display: inline-block;
  margin-right: 1.3em;
  margin-bottom: 0.4em;
  white-space: nowrap;
}
.ct-inspector {
  display: none !important;
}
.statusFrame {
  border: 2px solid blue;
  padding: 1em 1.5em;
  color: blue;
  font-weight: bold;
}
.smlouvaContent {
  font-size: 10pt;
}
.smlouvaContent .missingValue {
  background: lime;
}
.smlouvaContent h2,
.smlouvaContent h3,
.smlouvaContent li,
.smlouvaContent p,
.smlouvaContent table {
  margin-bottom: 1em;
}
.smlouvaContent ol {
  list-style: decimal;
}
.smlouvaContent ol li {
  margin-left: 2em;
}
.smlouvaContent h2 {
  margin-top: 0;
}
.smlouvaContent h2,
.smlouvaContent h3 {
  text-align: center;
  font-weight: bold;
}
.smlouvaContent .page {
  margin: 2cm 2.2cm;
  width: 16.4cm;
  height: 255mm;
  page-break-before: always;
  position: relative;
}
.smlouvaContent .page .pagenumber {
  position: absolute;
  right: 0;
  bottom: 1.6cm;
}
.smlouvaContent .page .pageHeader {
  width: 100%;
}
.smlouvaContent .page .pageHeader img {
  height: 1.7cm;
  display: block;
  margin: 0 0 0.8cm 0;
}
.smlouvaContent .page .pageFooter {
  position: absolute;
  bottom: 0;
  left: 0;
}
.smlouvaContent .page .pageFooter img {
  width: 6.7cm;
  display: block;
}
.smlouvaContent .page li.fakeLi {
  list-style: none;
}
.smlouvaContent .page li.fakeLi p {
  margin-bottom: 0;
}
.smlouvaContent p,
.smlouvaContent li {
  text-align: justify;
}
.smlouvaContent table p,
.smlouvaContent table li {
  text-align: left;
}
.smlouvaContent table td,
.smlouvaContent table th {
  border: 1px solid black;
  padding: 0.1cm 0.1cm;
  vertical-align: top;
}
.smlouvaContent table td p,
.smlouvaContent table th p {
  margin-bottom: 0.7em;
}
.smlouvaContent table th {
  min-width: 10em;
}
.contentMark {
  background: green;
  color: white;
  margin-bottom: 0.5em;
  padding: 0.2em 0.4em;
  font-weight: bold;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
input.btn,
a.btn {
  margin-right: 5px;
}
.perrolamContent h2 {
  border: 1px solid black;
  padding: 0.2em 0.5em;
  float: left;
  font-size: 100%;
}
.perrolamContent h2,
.perrolamContent h3 {
  text-align: left;
}
.perrolamContent li {
  text-align: left;
}
.tickNo {
  background: url('../pics/delete.png') no-repeat;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: 16px;
  display: inline-block;
}
.tickYes {
  background: url('../pics/accept.png') no-repeat;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: 16px;
  display: inline-block;
}
.readerHiddenContent {
  height: 0;
  width: 0;
  overflow: hidden;
  display: inline-block;
}
ul.list {
  list-style: square;
  padding-left: 2em;
}
ul.menuList li {
  margin-bottom: 0.4em;
}
.commentaryField {
  padding: 5px;
}
.commentaryField ul {
  list-style: square;
  padding-left: 2em;
}
.commentaryField ol {
  list-style: number;
  padding-left: 2em;
}
.smlouvaContent table tr.maskTrContinue2 td,
.smlouvaContent table tr.maskTrContinue2 th {
  border-bottom: none;
}
.smlouvaContent table tr.maskTrContinue td,
.smlouvaContent table tr.maskTrContinue th {
  border-top: none;
  border-bottom: none;
}
.smlouvaContent table tr.maskTrContinueLast td,
.smlouvaContent table tr.maskTrContinueLast th {
  border-bottom: 1px solid black;
}
#profilHeader {
  color: black;
  padding: 10px;
  border-bottom: 4px solid black;
}
#profilHeader img {
  height: 40px;
}
#profilHeader h1 {
  margin: 0 !important;
  padding: 0 !important;
}
#profilHeader h1 small {
  font-size: 12px;
  display: block;
}
#profilHeader .logos {
  float: right;
}
#profilHeader .logos img.logo1 {
  margin-right: 20px;
}
#profilHeader .logos img {
  max-height: 50px;
}
#profilPage h1 {
  margin-bottom: 16px;
}
#publicFooter {
  border-top: 1px solid gray;
  padding: 20px;
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.todo {
  background: yellow;
  padding: 10px 14px;
}
.returnNoteProfile {
  padding: 14px 20px;
  background: #fce2b8;
  color: black;
  margin-bottom: 2em;
  max-width: 62em;
}
table.listYellow {
  background: #fffadf;
}
table.listYellow tr:hover {
  background: white;
}
table.listYellow th {
  background: #e8ce99;
}
tr.tableSuggestionToRemove td.dataField {
  text-decoration: line-through;
}
table.feedbackLayouter tr {
  border-top: 1px solid rgba(0,0,0,0.15);
}
table.rSortingActivated {
  cursor: row-resize;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rSorter {
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  width: 10px;
  color: gray;
}
.rSorter:hover {
  color: #00eef3;
}
table.rSortingActivated .rSorter {
  color: silver !important;
  cursor: row-resize;
}
#rSorterDragger {
  position: absolute;
  background: rgba(0,238,243,0.3);
  cursor: row-resize;
}
#rSorterPointer {
  position: absolute;
  height: 4px;
  margin-top: -2px;
  background: rgba(0,238,243,0.8);
  cursor: row-resize;
}
table.valuesTable {
  background: white;
}
table.valuesTable tr.valuesRow:hover {
  background: #fdffde;
}
table.valuesTable tr.valuesRow:hover td {
  background: #fdffde;
}
table.valuesTable tr {
  border: 2px solid silver;
}
table.valuesTable td,
table.valuesTable th {
  border-top: 0;
  border-bottom: 0;
}
table.valuesTable input.error_field {
  border: 1px solid red !important;
}
table.valuesTable tr.valuesRowSum td,
table.valuesTable tr.valuesRowSum th {
  background: gray;
  color: white;
  font-weight: bold;
}
table.valuesTable td.field {
  padding: 0;
}
table.valuesTable td.field input,
table.valuesTable td.field select {
  width: 100%;
  display: block;
  height: 100%;
}
table.valuesTable td.cellValue {
  width: 9em;
}
table.valuesTable div.valuesRowNote {
  padding: 0.15em 0.3em;
  margin-top: 0.25em;
  font-style: italic;
}
table.list td.cellInput {
  padding: 0;
}
table.list td.cellInput .txt {
  border-radius: 0;
  border: 0;
  background: transparent;
  width: 100%;
}
.zadostStepsBar {
  background: #0075bc;
  color: white;
  padding: 0.3em 0.5em;
}
.rPager a.rPagerLink,
.rPager a.rPagerNav {
  border: 1px solid silver;
  padding: 0.3em 0.5em;
  text-align: center;
  margin-right: 4px;
}
table.attachmentsTable th {
  width: 35% !important;
}
.fieldAppend {
  margin-right: 1em;
}
table.rozpocetv2tab {
  width: 100%;
  table-layout: fixed;
}
table.rozpocetv2tab td,
table.rozpocetv2tab th {
  border: 1px solid black;
  padding: 2px 3px;
}
table.rozpocetv2tab td.field {
  padding: 0 0;
}
table.rozpocetv2tab td.iconCol,
table.rozpocetv2tab th.iconCol {
  width: 1em;
}
table.rozpocetv2tab tr.dataRow input,
table.rozpocetv2tab tr.dataRow select {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 2px 3px;
  font-family: monospace;
}
table.rozpocetv2tab tr.dataRow input.withUnit {
  width: 60%;
}
table.rozpocetv2tab tr.dataRow span.unit {
  width: 35%;
  display: inline-block;
}
table.rozpocetv2tab tr.rowHeader td,
table.rozpocetv2tab tr.rowHeader th {
  background: rgba(0,0,255,0.09);
  font-weight: bold;
}
table.rozpocetv2tab tr.rowHeaderFirstLevel td,
table.rozpocetv2tab tr.rowHeaderFirstLevel th {
  background: rgba(0,0,255,0.18);
  font-weight: bold;
}
table.rozpocetv2tab tr.rowHeaderTotal td,
table.rozpocetv2tab tr.rowHeaderTotal th {
  background: rgba(0,0,255,0.22);
  font-weight: bold;
}
table.rozpocetv2tab tr.serviceRow td,
table.rozpocetv2tab tr.serviceRow th {
  background: rgba(0,0,0,0.05);
  padding-bottom: 0.6em;
}
table.rozpocetv2tab tr.mainHeader th {
  position: sticky;
  top: 0;
  background: white;
}
table.rozpocetv2tab tr.sumAddedHeader th {
  background: #fad9c0;
}
table.rozpocetv2tab tr.sumHeader th {
  background: #d9f3c7;
}
table.rozpocetv2tab td input.counted {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
table.rozpocetv2tabSummary {
  table-layout: auto;
}
table.rozpocetv2tabCompare small {
  display: block;
}
table.rozpocetv2tabCompare small.changeLess {
  color: #c1300f;
  font-weight: bold;
}
table.rozpocetv2tabCompare small.changeMore {
  color: #477d1b;
  font-weight: bold;
}
table.rozpocetv2tabCompare .dataRowCompare-added {
  background: #b8f585;
}
table.rozpocetv2tabCompare .dataRowCompare-updated {
  background: #bbf9f5;
}
table.rozpocetv2tabCompare .dataRowCompare-deleted {
  background: #f59a85;
}
table.dokladSteps {
  background: silver;
  color: black;
  width: 100%;
  table-layout: fixed;
}
table.dokladSteps td {
  position: relative;
  color: black;
  font-weight: bold;
  padding: 0.6em 2em;
  overflow: hidden;
}
table.dokladSteps td .fa {
  line-height: 0.4;
  position: absolute;
  left: -2px;
  top: 0;
  font-size: 6em;
  color: white;
}
table.dokladSteps td.selNext .fa {
  color: blue;
}
table.dokladSteps td.selPrev .fa {
  color: silver;
}
table.dokladSteps td.sel {
  background: blue;
  color: white;
}
.budgetCellStatusOk {
  background: #b1dd8c;
  color: black;
}
.budgetCellStatusOk a {
  background: inherit;
  color: inherit;
}
.budgetCellStatusBad {
  background: pink;
  color: black;
}
.budgetCellStatusBad a {
  background: inherit;
  color: inherit;
}
#header ul .menuCount {
  background: #f2d19f;
  color: black;
  border-radius: 0.7em;
  line-height: 1.4em;
  width: 1.4em;
  font-size: 90%;
  letter-spacing: -0.1em;
  display: inline-block;
  text-align: center;
  height: 1.4em;
}
.budgetCellStatusWarning {
  background: #f2d19f;
  color: black;
}
.budgetCellStatusWarning a {
  background: inherit;
  color: inherit;
}
th.rozpocetYearWCell,
td.rozpocetYearWCell {
  width: 5em;
}
.viatodo {
  border: 3px solid blueviolet;
  padding: 1em 2em;
  text-align: center;
  color: blueviolet;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 1em;
  margin-top: 1em;
}
.viatodo a {
  color: blueviolet;
}
.crmEmailContent {
  padding: 4px 7px;
}
.crmEmailContent p,
.crmEmailContent ul,
.crmEmailContent table {
  margin-bottom: 0.8em;
}
body {
  background: #efefef;
}
body.loginScreen #publicPage #publicHeader {
  margin-left: auto;
  margin-right: auto;
}
body.loginScreen h2 {
  font-size: 160%;
}
body.loginScreen #content {
  text-align: center;
  margin: 0 auto;
  max-width: 40em;
}
body.loginScreen table.layouter th {
  width: 9em;
}
body.loginScreen #publicPage #publicFooter {
  text-align: center;
}
.demoWelcomeTable {
  font-size: 100%;
}
.demoWelcomeTable td {
  padding-right: 6px;
  padding-bottom: 0.75em;
}
.demoWelcomeTable i.fa {
  color: #3a6eaf;
}
.calendar {
  width: 100%;
}
.calendar td,
.calendar th {
  border: 1px solid silver;
}
.calendar td {
  height: 40px;
}
.calendar .calendar-day-head,
.calendar .day-number {
  background: #f0f0f0;
  border-bottom: 1px solid silver;
}
.activitiesCalendar .calendarNavEx {
  font-size: 120%;
  margin-bottom: 1em;
  text-align: center;
}
.activitiesCalendar .calendarNavEx .calendarPrev {
  float: left;
}
.activitiesCalendar .calendarNavEx .calendarNext {
  float: right;
}
.activitiesCalendar .calendar {
  table-layout: fixed;
}
.activitiesCalendar .calendarDay {
  padding: 2px;
  min-height: 2em;
}
.activitiesCalendar .scheduledCalendarRecord {
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 30px;
  padding: 0.2em 0.5em;
  border: 1px solid black;
  background: rgba(0,0,0,0.04);
}
span.tag {
  border: 1px solid silver;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
  padding: 0.15em 0.2em;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
  display: inline-block;
}
.welcomeBox {
  text-align: center;
  font-size: 150%;
  color: gray;
  padding: 5em 0;
  line-height: 1.3;
}
.navigationTabs {
  border-bottom: 1px solid silver;
  z-index: 998;
  margin-bottom: 1em;
  position: sticky;
  top: 0;
  background: white;
}
.navigationTabs a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
  padding: 0.3em 0.6em 0.3em 0.6em;
  border: 1px solid silver;
  border-bottom: 0;
  margin-right: 0.2em;
  margin-left: 0.2em;
  margin-bottom: -1px;
  z-index: 999;
  border-bottom: 1px solid silver;
  background: rgba(0,0,0,0.04);
}
.navigationTabs a.tabSelected {
  border-bottom: 1px solid white;
  font-weight: bold;
  background: white;
}
.pageNewFrame {
  display: grid;
  grid-template-columns: 1fr 42em;
  grid-gap: 20px;
}
.pageNewFrame .pageNewRight {
  align-self: start;
  position: sticky;
  top: 0;
  background: #f5f5f5;
  padding: 10px;
}
.pageNewFrameHodnoceni {
  grid-template-columns: 1fr 56em;
}
