html,
body,
input[type="button"],
input[type="submit"],
input[type="reset"],
.ui-tabs-nav,
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, sans-serif;
  font-size: 12px;
}
html {
  padding: 0px;
  margin: 0px;
}
h1,
h2,
h3,
.autocompleteMatchedTerm,
a {
  color: darkblue;
}
body {
  padding: 0px 0px 10px 0px;
  background-color: #FFFFFF;
}
img {
  border: none;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.25em;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
span {
  margin: 0px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
table {
  border-spacing: 0px;
}
input[type="text"],
input[type="password"],
textarea,
select {
  padding: 2px 2px;
  border: 1px solid #BBBBBB;
  border-radius: 3px;
}
input[type="text"],
input[type="password"] {
  padding: 3px 4px;
}
label {
  font-weight: normal;
  display: inline;
  margin-bottom: 0px;
}
ul {
  padding: 0px;
  margin: 0px;
}
ul li {
  list-style-type: none;
}
.dialog form {
  padding: 5px;
}
.defaultDisplayNone,
.dialog {
  display: none;
}
.defaultVisibilityHidden,
.hiddenContent > div {
  visibility: hidden;
}
.cleaner {
  clear: both;
  float: none;
}
.cleanerLeft {
  clear: left;
  float: none;
}
.subtitle {
  font-size: 1.1em;
  color: #999999;
}
.error,
.validationError {
  color: #FF0000;
  background-color: #ffffff;
}
.errorPage {
  margin-top: 30px;
}
.validationErrorDiv,
.jQueryValidationErrorDiv {
  background-color: #f2dede;
  color: #FF0000;
  padding: 3px;
  border: 1px solid #FF0000;
  border-radius: 3px;
}
.global-alert {
  color: red;
  padding: 6px;
  text-align: center;
}
.jQueryValidationErrorDiv {
  font-size: 0.8em;
  position: absolute;
  z-index: 101;
}
.dodatkovyText,
.nazevFondu .seznamBudovSExemplari {
  color: gray;
}
.temerNeviditelnyText,
.defautlniInputText {
  color: #bbbbbb;
}
.overwritten-value {
  text-decoration: line-through;
}
.hrDiv {
  height: 1px;
  background-color: #b3b3b3;
}
/*----------------------CISTY DESIGN-------------------------*/
.button,
a .button,
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.ui-widget-header {
  background-color: #eee;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e9e9e9));
  background-image: -moz-linear-gradient(top, #f3f3f3, #e9e9e9);
  border: 1px solid #D5D5D5;
  text-align: center;
}
/*-------------------------------------------------------*/
/*----------------------TLACITKA-------------------------*/
.button,
a .button,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
  /*unselectable*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button,
.button a,
.button a:visited,
.button:visited {
  color: black;
  text-decoration: none;
}
.button:active {
  /*mousedown*/
  position: relative;
  top: 1px;
}
.button.active,
.button:active,
input[type="button"]:active,
input[type="submit"]:active,
button:active,
input[type="reset"]:active {
  /*aktivni (nastaveno programove nebo mousedown)*/
  background: none;
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
input[type="reset"]:hover {
  /*mouseover*/
  background: none;
  text-decoration: none;
  background-color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.button.disabled,
input[type="button"].disabled,
input[type="submit"].disabled,
button.disabled,
input[type="reset"].disabled {
  background-color: #D3D3D3;
  cursor: default;
  opacity: 0.5;
}
.button.disabled:hover,
input[type="button"].disabled:hover,
input[type="submit"].disabled:hover,
button.disabled:hover,
input[type="reset"].disabled:hover {
  background-color: #D3D3D3;
  cursor: default;
  opacity: 0.5;
}
.textButton,
input[type="button"],
input[type="submit"],
button,
input[type="reset"] {
  padding: 2px 5px;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.07);
}
.buttonWithDrop {
  background: no-repeat right center;
  background-image: url('../img/icons/drop_down.png');
  padding-right: 10px;
}
.buttonWithDrop.active {
  background-image: url('../img/icons/drop_up.png');
}
/* definovane odstavce */
.paragraphContent {
  word-wrap: break-word;
}
.autocompleteMatchedTerm {
  font-weight: bold;
}
.greenHeaderTable,
.editace-nazevPole {
  font-size: 11px;
  width: 100%;
  word-break: keep-all;
  max-width: 100%;
}
.greenHeaderTable tfoot.suma,
li.suma {
  background-color: #f5f5f5;
  font-weight: bold;
}
.greenHeaderTable tfoot.suma td,
li.suma {
  border-top: 1px solid #D3D3D3;
}
.greenHeaderTable tbody tr.even {
  background-color: #F6F6F6;
}
.greenHeaderTable tbody td {
  padding: 3px 2px;
}
.greenHeaderTable tbody tr:hover {
  background-color: #ededed;
}
.printTable {
  border-collapse: collapse;
}
.printTable .sumary {
  border-top: 2px solid #999999;
}
.printTable td,
.printTable th {
  border: 1px solid #BBBBBB;
  padding: 5px;
}
.vystouplyDiv,
.utilPage > div {
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  box-shadow: 2px 1px 6px #D3D3D3;
  padding: 5px;
}
/************ TOP-STRIPE ****************/
.top-stripe {
  background-color: #EBEBEB;
}
.login-container {
  padding-top: 2px;
}
.login-container input {
  border-radius: 3px;
  border: 1px #D3D3D3 solid;
}
.login-container #loginTrigger {
  width: 300px;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 1px 2px 3px #BBBBBB;
  border: 1px gray solid;
  border-top: none;
  position: absolute;
  padding: 10px;
  background-color: #EBEBEB;
  margin-left: -224px;
  margin-top: 1px;
  z-index: 10000;
}
.login-container .zobrazeniJmenaPrihlasenehoUzivatele {
  display: inline-block;
  margin-right: 10px;
  *float: left;
}
.loginPage form,
.loginPage form input[type=text],
.loginPage form input[type=password],
.resetPassword form,
.resetPassword form input[type=text],
.resetPassword form input[type=password] {
  font-size: 1.2em;
}
.ohranicenyLogin {
  border: 1px solid lightgray;
  padding: 6px;
  padding-top: 0px;
  margin-top: 5px;
}
.loginSubmitButton {
  padding: 1px 15px;
}
.floatRight {
  float: right;
}
.floatLeft {
  float: left;
}
.loginError-container {
  background-color: #FFFFFF;
  border: 1px solid #FF0000;
  padding: 5px 5px;
  margin-bottom: 15px;
  border-radius: 3px;
}
.lang-list {
  padding-top: 6px;
  padding-bottom: 4px;
}
.lang-list a {
  margin-right: 6px;
}
/***************************************/
/************HLAVNI LOGO****************/
.logo-stripe {
  background-color: #8B997B;
  min-height: 85px;
}
.logo-content-container {
  min-height: 85px;
  background-image: url('../img/logo/logo_portaro.png');
  background-repeat: no-repeat;
  background-position: 0% 50%;
}
.logo-search {
  margin-top: 20px;
  text-align: right;
  *position: relative;
  *top: -30px;
}
.portaroSearch .searchStringInput,
.portaroSearch .searchStringSubmit,
.portaroSearch .searchStringSubmit,
.logo-search .searchStringInput,
.index-search .index-search-input {
  font-size: 15px;
}
.portaroSearch .searchStringSubmit {
  margin-left: 5px;
  border: none;
}
.logo-search .textPodLogoSearch {
  margin-top: 5px;
  *position: relative;
  *top: -15px;
}
/***************************************/
/************HLAVNI MENU****************/
.main-menu,
.main-menu a {
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
}
.menu-stripe {
  background-color: #ececec;
  border-bottom: 1px solid lightgray;
}
@media (max-width: 992px) {
  /* vycentrovani polozek menu pri mensi sirce monitoru */
  .main-menu-container {
    text-align: center;
  }
}
.main-menu-container {
  margin: 2px auto;
}
.main-menu a {
  text-decoration: none;
  cursor: pointer;
}
.main-menu li {
  list-style-type: none;
  cursor: pointer;
}
.main-menu li .item {
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 11px 14px 11px 14px;
}
.main-menu li:hover {
  background-color: #FFFFFF;
}
.main-menu li:hover .submenu {
  background-color: #FFFFFF;
  display: block;
  z-index: 99;
}
.main-menu.viceTlacitek li .item {
  padding: 11px 11px 11px 11px;
}
.main-menu .visible {
  background-color: #FFFFFF;
  z-index: 99;
}
.main-menu .submenu {
  display: none;
  position: absolute;
  background-color: #EBEBEB;
  border: #EBEBEB 1px solid;
  border-top: none;
  margin-left: -6px;
  box-shadow: 3px 3px 4px gray;
  _margin-top: 35px;
  _margin-left: -140px;
  _width: 250px;
}
.main-menu .submenu.visible {
  background-color: #FFFFFF;
}
.main-menu .submenu li {
  display: list-item;
}
.main-menu .submenu a {
  display: block;
  padding: 7px 10px;
  margin: 5px;
  text-decoration: none;
  cursor: pointer;
  border: 1px transparent solid;
}
.main-menu .submenu a:hover {
  background-color: #EBEBEB;
}
/***************************************/
/************FOOTER*********************/
.upperFooter {
  clear: both;
  margin-top: 20px;
}
.footer-container {
  border-top: 1px solid #D3D3D3;
  margin-top: 60px;
  text-align: center;
}
.footer {
  padding: 30px 0px;
  color: #999999;
}
/***************************************/
/************HLAVNI OBSAH****************/
.main-content {
  min-height: 650px;
  padding-bottom: 60px;
}
.main-panel-hlavni {
  margin-bottom: 30px;
}
.main-panel-pravy > div,
.main-panel-levy > div {
  border-radius: 3px;
  box-shadow: 2px 1px 6px #D3D3D3;
}
.normalniContentSMezerouNahore {
  margin-top: 15px;
}
.layout1c .main-panel-hlavni {
  margin: 0px;
}
.layout3c .main-panel-levy {
  float: left;
  width: 250px;
}
.layout3c .main-panel-hlavni {
  margin-left: 330px;
}
/***************************************/
/*************COVER**********************/
.cover-container-document-detail {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
/***************************************/
/*************INDEX**********************/
.main-content .index {
  padding: 20px;
}
.index .main-panel-hlavni {
  margin-top: 50px;
}
.index .news-slider-header {
  background-color: #EBEBEB;
  padding: 5px 10px 5px 100px;
  display: inline;
  border-radius: 0px 7px 7px 0px;
}
.news-slider img.obalImg {
  display: inline;
}
.portaroSearch {
  text-align: center;
}
.portaroSearch .searchStringInput {
  width: 300px;
  padding: 6px;
  border: 1px solid #4682B4;
}
.classic .portaroSearch .searchStringSubmit {
  display: inline-block;
  border: 1px solid #4682B4;
  height: 35px;
  padding: 0px 7px;
}
.btn-slider {
  padding: 13px 2px;
}
.btn-slider-prev {
  float: left;
}
.btn-slider-next {
  float: right;
}
.novinkyVKataloguDiv {
  margin-top: 100px;
}
.index .obalImg,
.mainDetailContent .obalImg {
  box-shadow: 1px 3px 6px gray;
}
.news-record-name a {
  text-decoration: none;
  font-size: 1.15em;
}
.news-record-name a:hover {
  text-decoration: underline;
}
/***************************************/
/*************STATISTIKY**********************/
.statistiky table {
  font-size: 1.1em;
}
/***************************************/
/*************REJSTRIK**********************/
.alphabet ul {
  padding: 0px;
}
.alphabet li {
  margin: 0px;
  margin-right: 3px;
  border: #EBEBEB 1px solid;
  display: inline-block;
}
.alphabet a {
  text-decoration: none;
  color: #000000;
  padding: 0px 5px;
  margin: 0px;
}
.alphabet a:hover,
.alphabet a.active {
  background-color: #dbdbdb;
}
.rejstrik-startPosHeader {
  display: inline-block;
  border: 1px solid gray;
  background-color: #F6F6FF;
  padding: 10px 10px;
  margin: 10px 0px;
}
/*******************************************/
/************HLEDANI*******************/
fieldset {
  padding: 7px 20px 15px 20px;
  margin-bottom: 25px;
  border: #D3D3D3 1px solid;
  border-radius: 3px;
  box-shadow: 2px 1px 6px #D3D3D3;
}
.complexForm .editorTextem .inputKeyword {
  width: 240px;
}
.simpleForm .editorTextem .inputKeyword {
  width: 370px;
}
.andOr {
  margin-left: 0px;
  margin-bottom: 10px;
}
.form-submit {
  margin-top: 20px;
}
.searchParams table td {
  padding-bottom: 15px;
}
/*******************************************/
/*************VYSLEDKY HLEDANI*******************/
.zaznamListItem {
  margin: 5px 0px;
  border: 1px transparent dotted;
}
.zaznamListItem:hover {
  border-color: #EBEBEB;
  box-shadow: 1px 1px 6px #D3D3D3;
}
.zaznamListItem .nazevZaznamu a {
  color: darkblue;
  text-decoration: none;
  font-size: 1.4em;
}
.zaznamListItem .nazevZaznamu a:hover {
  text-decoration: underline;
}
.zaznamListItem .record-subtitle {
  color: gray;
}
.list-item-document {
  margin-bottom: 5px;
  padding: 10px;
  min-height: 130px;
}
.list-item-document .seznamBudovSExemplari {
  display: none;
}
.list-item-document .pravyPanelContainer {
  float: right;
  padding-right: 0px;
  text-align: center;
}
.zaznamListItem.classic .dostupnost {
  margin-top: 10px;
}
.zaznamListItem .pravyPanelContainer .buttonsPanel > div {
  margin-top: 2px;
}
.zaznamListItem .pravyPanelContainer .buttonsPanel .availability-button {
  margin: 8px 0px;
}
.list-item-document-autor {
  color: blue;
  font-size: 1.1em;
}
.zaznamListItem .list-item-document-paragraph-template-moreInfo .paragraphContent {
  padding-top: 15px;
}
.zRecordListItem {
  margin-bottom: 15px;
}
.zRecordListItem .nazevZaznamu {
  /* pokud je napr. z-dokument, tak to neni link */
  color: black;
  font-size: 1.2em;
}
.search-result-info {
  margin-top: 10px;
}
.informaceORozsireniHledaniOPodobnost {
  font-weight: bold;
}
.page-select {
  margin-top: 14px;
  font-size: 1.1em;
}
.page-select .btn-page {
  text-decoration: none;
  color: #000000;
  border: #EBEBEB 1px solid;
  text-align: center;
  display: inline-block;
  margin: 0px 3px 2px 0px;
  min-width: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
}
.page-select .btn-page:hover,
.page-select .btn-page.active {
  background-color: #EBEBEB;
}
/***************************************/
/*************DETAIL*******************/
#detail .mainDetailContent {
  margin-bottom: 70px;
}
#detail .main-panel-pravy {
  margin-top: 20px;
}
.paragraph-template.odstavec_vedleObalky {
  display: inline-block;
  /* aby se paragrafy v detailu documentu nezalamovaly */
}
#detail-main-nazev {
  color: darkblue;
  font-size: 2em;
}
#detail-main-zbytekNazvu {
  color: gray;
  font-size: 1.3em;
  margin-bottom: 10px;
}
#detail-main-autor,
#detail-main-responsibility {
  font-size: 1.3em;
  margin-bottom: 10px;
}
#detail-main-responsibility,
#detail-main-100abc,
.authority-100abcd {
  /* zneviditelneni - jen pro ty, co to mermomoci chteji */
  display: none;
}
#detail-main-autor a {
  color: blue;
}
#detail #hodnoceni {
  margin-top: 10px;
}
#detail .availability-button {
  display: inline-block;
}
.availability-button-document.availability-button {
  margin-right: 12px;
  margin-bottom: 4px;
}
#detail .blokSInformaciOPoctuExemplaru {
  display: inline-block;
  vertical-align: middle;
}
#detail .detail-blok {
  margin-top: 40px;
}
.modal-body-block:not(:first-child) {
  margin-top: 10px;
  padding-top: 10px;
}
.modal-body-block:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-body-block .modal-body-block-header {
  text-align: center;
}
.loan-request-option-group {
  text-align: center;
}
.loan-request-option-container {
  display: inline-block;
  margin: 5px;
  width: 45%;
  vertical-align: top;
}
.loan-request-option {
  text-align: left;
}
.loan-request-option:hover {
  box-shadow: 0px 0px 6px #D3D3D3;
}
.loan-request-option .loan-request-option-block {
  margin-bottom: 16px;
}
.loan-request-option .buildingsChoose {
  margin-top: 10px;
  margin-left: 10px;
}
.loan-request-option ul {
  margin-left: 18px;
}
.loan-request-option ul li {
  list-style-type: disc;
}
.loan-request-option ol {
  padding: 0px;
  margin-left: 20px;
}
.loan-request-option h1,
.loan-request-option h2,
.loan-request-option h3,
.loan-request-option .loan-request-option-footer {
  text-align: center;
}
.loan-request-option .loan-request-option-footer {
  margin: 20px 0px 10px 0px;
}
.mvsProZdejsiKnihy {
  width: 400px;
}
#detail .defaultVisibilityHidden .doOblibenychButtonDiv {
  visibility: visible;
}
#detail #vyhledatJindeDiv {
  position: absolute;
  width: 250px;
  margin-left: -150px;
  padding: 10px;
  background-color: #FFFFFF;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  box-shadow: 2px 1px 6px gray;
}
#detail .detailTable,
#detail .marcTable {
  table-layout: fixed;
  width: 100%;
}
#detail .greenHeaderTable .obsahPole {
  overflow: hidden;
  text-overflow: ellipsis;
}
/* exemplar table v detailu zaznamu a v modulu exemplars */
.exemplar-table .col_accessNumber,
.exemplar-table .col_signature,
.exemplar-table .col_barCode,
.exemplar-table .col_documentIsbn {
  white-space: nowrap;
}
.detail-blok-komentare {
  margin-bottom: 100px;
}
.detail-blok-komentare .comment-list {
  border-bottom: 1px solid lightgray;
  border-width: 1px 0px;
}
.detail-blok-komentare .komentarovyText {
  padding: 10px;
  padding-top: 0px;
}
.detail-blok-komentare .komentarovaAnotace {
  text-align: right;
  padding: 3px 10px;
}
.detail-blok-komentare #komentarTextarea {
  width: 100%;
}
/* dnes vraceno */
.documentReturnedTodayImg {
  position: absolute;
  margin-left: -50px;
  z-index: 30;
}
/**************************************/
/************* OBLIBENE *******************/
.remove-from-favourites-button {
  visibility: visible;
  /* tlacitko odebrat je viditelne porad (ne jen kdyz se najede na nejaky jeho kontejner) */
}
/**************************************/
/************* CLIPBOARD *******************/
.remove-from-clipboard-button {
  visibility: visible;
  /* tlacitko odebrat je viditelne porad (ne jen kdyz se najede na nejaky jeho kontejner) */
}
/**************************************/
/************* AUTORITA *******************/
#authority-detail .detail-blok-details {
  margin-top: 30px;
}
.marcTable .numberHeader {
  width: 36px;
}
.marcTable .indikatoryHeader {
  width: 30px;
}
.detailTable .obsahPoleHeader {
  width: 65%;
}
/**************************************/
/************* KONTO, KNIHOVNICKA *******************/
#konto .radekTlacitekNadTabulkou,
#knihovnicka .radekTlacitekNadTabulkou {
  margin-bottom: 40px;
}
.mobile #konto .radekTlacitekNadTabulkou,
.mobile #knihovnicka .radekTlacitekNadTabulkou {
  margin-bottom: 20px;
}
#konto .reader-tag {
  font-size: 100%;
}
#konto .ending-loan td {
  background-color: #FFE0E0;
}
#konto .expired-loan td {
  background-color: #FFD0D0;
}
/**************************************/
/************* STATISTIKY *******************/
.inlineStat {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.sedyPanelVHlavicceObsahu {
  border-radius: 3px;
  background-color: #EBEBEB;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.stats.tisknout {
  float: right;
}
.statsTable {
  font-size: 0.8em;
}
.statsTable td {
  padding: 1px 3px;
}
/**************************************/
/************* EDITACE *******************/
.greenHeaderTable thead,
.editace-nazevPole {
  background-color: #f5f5f5;
  color: #4682B4;
  font-weight: bold;
}
.greenHeaderTable thead td,
.greenHeaderTable thead th,
.editace-nazevPole {
  border-bottom: 1px solid #D3D3D3;
  padding: 5px 2px;
}
.editace-nazevPole {
  color: black;
  padding: 10px 5px;
  width: auto;
}
.poleTable .name {
  width: 30%;
}
.poleTable .valueEditation {
  width: 58%;
}
.skupinaOpakovanychPoli {
  margin-top: 20px;
  margin-bottom: 10px;
}
.skupinaOpakovanychPoli .greenHeaderTable .button {
  font-weight: normal;
}
.showAfterMouseOverRow {
  visibility: hidden;
}
.record-editation .EditorHodnotyTextem input {
  width: 60%;
}
.authority-selection-modal .jp-pagination .list-group-item {
  margin: 4px 0px;
  padding-top: 7px;
  padding-bottom: 7px;
}
/**************************************/
/************* SEZNAM CTENARU *******************/
.vyhledanyCtenar {
  margin: 5px 0px;
  padding: 8px 5px;
}
.vyhledanyCtenar .nazevZaznamu a {
  color: darkblue;
  text-decoration: none;
  font-size: 1.3em;
}
.vyhledanyCtenar .warning {
  font-size: 0.7em;
  padding: 0px 3px;
  margin-left: 10px;
}
/**************************************/
/************* NAPOVEDA *******************/
.napoveda .odsazeny {
  margin-left: 40px;
}
/**************************************/
/************* UTIL *******************/
.utilPage > div {
  margin: 20px 0px;
}
/**************************************/
/************* DOPLNKY *******************/
.placeholder {
  color: #bbbbbb;
}
::-webkit-input-placeholder {
  color: #bbbbbb;
}
:-moz-placeholder {
  color: #bbbbbb;
}
::-moz-placeholder {
  color: #bbbbbb;
}
:-ms-input-placeholder {
  color: #bbbbbb;
}
/**************************************/
/************* TWITTER BOOTSTRAP *******************/
.table tfoot {
  font-weight: bold;
}
.table .buttonrow td {
  border: none;
}
input.form-control,
select.form-control {
  font-size: 12px;
}
.button.btn,
a .button.btn,
input[type="button"].btn,
input[type="submit"].btn,
input[type="reset"].btn,
button.btn,
.ui-widget-header.btn {
  background-image: none;
}
.popover {
  max-width: 800px;
  width: auto;
}
/* zruseni zobrazovani url adres odkazu pri tisku */
@media print {
  a[href]:after {
    content: none;
  }
}
/**************************************/
/************* STYLE 2.0 *******************/
input.jp-processing {
  background-image: url('../img/icon_loading_ring_24.gif');
  background-repeat: no-repeat;
  background-position: 100% 40%;
  background-origin: content-box;
}
button {
  transition: background-image 1s ease-in-out;
  /*plynule zobrazeni loadingu*/
  background-image: none;
}
button.jp-processing {
  background-image: url('../img/icon_loading_ring_24.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-origin: content-box;
}
button.btn-primary.jp-processing {
  background-image: url('../img/icon_loading_ring_white_24.gif');
}
.btn-primary .popover-content {
  color: #000000;
  /*hack, aby popover uvnitr btn-primary nebyl bily.*/
}
/* podpora pro xs inputy */
.input-xs {
  height: 22px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn {
  height: 22px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.jp-hidden {
  visibility: hidden;
}
.jp-loading-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #D3D3D3;
  opacity: 0.6;
  z-index: 9999;
  filter: alpha(opacity=60);
}
.jp-loading-overlay .jp-loading {
  position: fixed;
  left: 50%;
  top: 50%;
}
.table tfoot {
  border-top: 2px solid #ddd;
}
.table-sole {
  margin-top: 5px;
}
.table-sole .jp-loading-wrapper {
  margin-bottom: 5px;
}
ul ul.list-hierarchy {
  margin-left: 28px;
}
.ace_editor {
  height: 400px;
}
/* input validation errors - newly by absolute positioning */
.uniform-validation-error-div {
  position: absolute;
  right: 34px;
  z-index: 5;
  margin-top: -1px;
  color: red;
  background-color: #eeeeee;
  border: 1px solid red;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0px 2px 5px 0px lightgrey;
  padding: 5px 8px;
  max-width: 75%;
}
.uniform-validation-error {
  display: block;
}
.modal-layer {
  width: 300px;
  height: 300px;
  line-height: 200px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -150px;
  background-color: #f1c40f;
  border-radius: 5px;
  text-align: center;
  z-index: 11;
  /* 1px higher than the overlay layer */
}
.modal-layer:before {
  content: "";
  display: block;
  position: fixed;
  /* could also be absolute */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
.main-panel-pravy .panel-heading,
.panel-heading-strong {
  font-weight: bold;
}
.main-panel-pravy .attachments-panel .list-group-item {
  padding: 7px 15px;
}
.nav li,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}
/* horizontalni cara (resp. border) nad greenHeaderTable, kdyz je v accordionu (collapse menu) */
.panel-collapse .greenHeaderTable {
  border-top: 1px solid #D3D3D3;
}
/* file drag&drop on-drop border */
.file-drag-drop {
  border: 3px dashed transparent;
}
.file-drag-drop.file-drag-over {
  border-color: gray;
}
/** tree view **/
.tree li {
  margin: 0px 0;
  list-style-type: none;
  position: relative;
  padding: 12px 5px 0px 5px;
}
.tree li::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  right: auto;
  left: -20px;
  border-left: 1px solid #ccc;
  bottom: 50px;
}
.tree li::after {
  content: '';
  position: absolute;
  top: 25px;
  width: 25px;
  height: 20px;
  right: auto;
  left: -20px;
  border-top: 1px solid #ccc;
}
.tree li:last-child::before {
  height: 30px;
}
.tree li a.tree-hit {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 3px 5px;
  text-decoration: none;
  color: #666;
  border-radius: 3px;
}
.tree li a.tree-hit:hover,
.tree li a.tree-hit:hover + ul li a {
  background: #c8e4f8;
  color: #000;
  border: 1px solid #94a0b4;
}
.tree li a.tree-hit:hover + ul li::after,
.tree li a.tree-hit:hover + ul li::before,
.tree li a.tree-hit:hover + ul::before,
.tree li a.tree-hit:hover + ul ul::before {
  border-color: #94a0b4;
}
/*********SPECIALNI UPRAVY******************/
/* graficka uprava tabu v kontu (vypujcky-rezervace-objednavky-vracene) */
#konto .nav-tabs,
#detail .nav-tabs,
#authority-detail .nav-tabs {
  border-bottom: none;
}
#konto .nav-tabs li,
#detail .nav-tabs li,
#authority-detail .nav-tabs li {
  text-transform: uppercase;
}
#konto .nav-tabs li a,
#detail .nav-tabs li a,
#authority-detail .nav-tabs li a {
  color: #5a5a5a;
}
#konto .nav-tabs li a .tab-heading-muted,
#detail .nav-tabs li a .tab-heading-muted,
#authority-detail .nav-tabs li a .tab-heading-muted {
  /*nepouziva se*/
  color: #b4b4b4;
}
#konto .nav-tabs li.active a,
#detail .nav-tabs li.active a,
#authority-detail .nav-tabs li.active a {
  background-color: #f3f3f3;
  color: #000000;
}
#konto .nav li a {
  font-size: 1.1em;
}
#detail .tabs-thin .nav li a {
  font-size: 0.9em;
  padding: 10px 5px;
}
#detail .tabs-extra-thin .nav li a {
  font-size: 0.8em;
  padding: 10px 3px;
}
.facets-panel-body .facet-name {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  border-top: 1px solid lightgray;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding-top: 2px;
  text-align: center;
}
.facets-panel-body .facet-keys {
  padding: 5px 10px;
}
.facets-panel-body .facet-key-records-count {
  font-size: 0.8em;
  color: #999999;
}
.facets-panel-body .facet {
  margin-bottom: 10px;
}
.ng-rating {
  font-size: 1.4em;
}
/*******************************************/
/*# sourceMappingURL=default.map */