<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#top-header {
	margin-top: 60px;
	margin-bottom: 0;
	border-bottom: 0;
}

.well, .list-group-item {
	background: #f5f5f5;
}
.gridTitle, .result .title {
	font-size: 1.2em;
}

.list-group-item.title {
	background: #e8e8e8;
}

.slider-container {
	margin: 10px 0;
}

.container.navbar {
	margin-bottom: 10px;
}

.holdPlace, .orderILL {
    margin-top: 0.5em;
}

.orderILL {
    margin-bottom: 1em;
}

#sms-record {
    display: none;
}

.navbar-inverse .nav&gt;li&gt;a  {
    color: #eee;
}

.navbar-inverse .nav&gt;li.active&gt;a  {
    font-weight: bold;
}

.collapse.navbar-collapse {
	padding-left: 13px;
}

.navbar-inverse .container {
	padding-left:0;
}

.label {
	font-size: 85%;
}

.tab-content {
	border-width: 1px;
	border-style: solid;
	border-color: transparent #DDD #DDD #DDD;
	padding: 10px;
}

.grid-image img {
	/* responsive */
	/*display: block;*/
	max-width: 100%;
	height: auto;
	/* thumbnail */
	padding: 4px;
	line-height: 1.42857;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 4px;
	transition: all 0.2s ease-in-out 0s;
	display: inline-block;
}

#record h3 {
	margin-top: 0;	
}

.sidebar .list-group-item.title:after {
    content: "â–˛";
    float: right;
}

.sidebar .list-group-item.title.collapsed:after {
    content: "â–Ľ";
}

.sidebar h4 {
	margin-top: 0;
	
}

.sidebar .pager {
	margin-top: 5px;
	margin-bottom: 10px;
}

.uo-label-format {
	border-radius: 0.25em;
    color: #fff;
    display: block;
    font-size: 85%;
    font-weight: bold;
    line-height: 1.3;
    padding: 0.2em 0.4em;
    text-align: center;
    vertical-align: baseline;
    white-space: normal;
    margin-top: 0.4em;
	word-wrap: normal;    
}

#record .uo-label-format, #renewals .uo-label-format, #cancelHold .uo-label-format,  .template-dir-myresearch .uo-label-format {
	display: inline-block;
	padding: 0.3em 0.6em;
	margin-top: 0;
}

.template-dir-myresearch .alert {
	margin-bottom: 0;
}

.uo-table-status {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
}

.uo-table-status tbody tr td {
	vertical-align: middle;
}

.uo-table-status tbody tr th {
	border-top: none;
	height: 0;
	line-height: 0;
	visibility: hidden;
	padding: 0;
}

.page-header {
	margin-top: 60px;
}

#searchForm_lookfor {
	width: 30em;
}

#searchForm_type {
	width: 10em;
}

.uo-table-status tbody tr td {
	border-bottom: 1px solid #ddd;
}

.result div.thumbnail {
    margin: 0 auto;
}

.result .label {
    padding: 0.3em 0.5em 0.3em;
}

/*#holdings-tab table tr td {
	line-height: 2;
}*/


hr {
	margin-bottom: 10px;	
	color: #aaaaaa;
	border-width: 2px 0 0;
}

h2.home {
	margin-top: 0;
}

.ebook-alert.alert {
	padding: 5px 10px;
}

.ebook-alert {
	font-size: 12px;
}

#ebook-alert, .ebook-alert, .result .lendebook {
	margin-bottom: 5px;
}

.lendebook {
	margin-bottom: 10px;
}

.logoutOptions .modal-link {
	font-weight: bold;
}

span.notPayed {
	color: red;	
}

/*#holdings-tab .text-success {
	font-weight: bold;	
}*/

.checkbox {
	padding-left: 20px;
}

.issuesCount {
	font-weight: bold;
}

.text-danger {
	color: #c92221;
}

/*span.M_III, span.M_II, span.M_I, span.M_N  {
	border: 1px solid #DDD;
	padding: 5px 10px;
	border-radius: 0.25em;
	white-space: nowrap;
}

span.M_I {
	background-color: #FF1919;
}

span.M_II {
	background-color: #6699FF;
}

span.M_III {
	background-color: white;
}

span.M_N {
	background-color: yellow;
}
*/

span.M_III, span.M_II, span.M_I, span.M_N {
    border: 1px solid #DDD;
    padding: 5px 10px;
    border-radius: 0.25em;
}

span.M_I {
    background-color: #FF928C;
}

span.M_II {
    background-color: #85BDFB;
}

span.M_III {
    background-color: #FFFFFF;
}

span.M_N {
    background-color: #FFE991;
}

.callnumAndLocation span.M_III,
.callnumAndLocation span.M_II,
.callnumAndLocation span.M_I,
.callnumAndLocation span.M_N {
    padding: 3px 6px;
}


/* podle http://avexdesigns.com/responsive-youtube-embed/#sthash.t0j0YyOu.dpuf */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#openLibraryDeferredRecommend ul.similar {
	margin-bottom: 20px;
	padding-left: 0px;
	border-radius: 4px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
}


#openLibraryDeferredRecommend ul.similar li {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	border: 1px solid #DDD;
	background: #F5F5F5;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

#openLibraryDeferredRecommend img.olSubjectImage {
	float:left;
	margin-right: 5px; 
}

#openLibraryDeferredRecommend p.olSubjectMore {
	display: none;
}

/* CBDB */
/*.cbdb_rating {
    float: right;
    text-align: right;
    padding-bottom: 0.6em;
}

.cbdb_area_rating .cbdb_stars:before {
    content: "HodnocenĂ­ z CBDB.cz: ";
    font-size: 80%;
    display: block;
}

.cbdb_subscribe {
    display: none;
}

.cbdb_empty:after {
    content: " na CBDB.cz";
}
*/

#login_target, label[for=login_target] {
    display: none;
}

@media print {
    .main .col-sm-9, .main .col-sm-9 .col-sm-6 {
        width: 100%;
    }

    .main .col-sm-9 .col-sm-6 .alert {
        width: 90%;
    }

    .main .col-sm-push-3 {
        left: 0;
    }
 
    .main .toolbar, .main .col-sm-9 .col-sm-2, .main input {
        display: none;
    }
}

/* RBIT */
.implemented-by { margin-bottom: 1em; text-align: center; font-size: 90%; }
.new-books { font-weight: bold; font-size: 125%; }

span.text-success { background-color: #7CCF7C; color: #FFFFFF; padding: 3px 6px; border: 1px solid #DDD; border-radius: 0.25em; display: inline-block; }
span.text-danger { background-color: #FF928C; color: #FFFFFF; padding: 3px 6px; border: 1px solid #DDD; border-radius: 0.25em; display: inline-block; }
span.requests-placed { background-color: #e4ecf5; color: #004d99; padding: 3px 3px; border: 1px solid #CCC; border-radius: 0.25em; }
.row { margin: 0 0 1em 0; padding: 0.25em 0; }
.row.odd { background-color: #F4F4F8; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
</pre></body></html>