/*CSS pro zobrazení prezentace*/

.blueimp-gallery .modal-header{
	border-bottom: none;
	padding: 0;
}

.blueimp-gallery .modal-body button{
	padding-right: 15px;
}


.blueimp-gallery .modal-footer{
	border-top: none;
}

.blueimp-gallery div.photo-title{
	color: #333;
	position: absolute;
	width: 100%;
	margin: auto;
	bottom: 0px;
	background-color: #fff;
	opacity: 0.8;
	display: none;
}

.blueimp-gallery #current-slide-container{
	margin-top: 10px;
}


.blueimp-gallery a.close, .blueimp-gallery a.play-pause{
	border-bottom: none !important;
}

.blueimp-gallery .extra-controls{
	position: absolute;
	top: 50px;
	left: 15px;
}

.presentation {
	margin-top: 1em;
}

.presentation h1{
	text-transform: uppercase;
}

.presentation h2{
	font-size: 22px;
	margin-top: 0px;
	color: #777;
}

/*Pro jistotu všechny nadpisy mají stejnou velikost*/
.presentation h3, h4, h5, h6{
	font-size: 22px;
}

/*Sjednotíme barvu odkazů*/
.presentation a{
	color: #244061;
}

.presentation .tags a{
	color: #fff;
}

.presentation table.table-images tr:nth-child(even) {
	border-bottom: 3px solid #fff;
}

.presentation div.caption{
	text-align: center;
	width: 150px;
}

.presentation .table-images td{
	vertical-align: bottom;
	border: none;
}

.presentation .images-description ul {
	list-style-type: none;
}

.presentation .readmore-more{
	/*color: #333;*/
	cursor: pointer;
	white-space: nowrap;
	font-weight: bold;
}

.presentation .table-lure td{
	vertical-align: bottom;
	border: none;
	text-align: left;
}

.presentation .table-lure h4 a{
	color: #333;
}


.presentation div.medaillon {
	background-color: #FEECB8;
	font-family: Arial, sans-serif;
	margin-bottom: 1em;
	padding: 0.5em;
}

.presentation div.readmore-ready-for-open {
	display: none;
}


.presentation .topics {
	width: 100%;
	padding-bottom: 8px;
}

.presentation .topics-hr {
	margin: 5px 0px 5px 0px;
}

.presentation .bio{
	text-align: justify;
	font-style: italic;
	display: table;
	height: 150px;
}

.presentation .bio span{
	display: table-cell;
	vertical-align: middle;
}

.presentation .gallery-container {
	background-color: #F0F0F0;
	padding: 1em;
}

.presentation .gallery-container span.image{
	text-align: center;
}

.presentation .sources ul {
	list-style-type: square;
	padding-left: 25px;
}

.presentation-list-item {
	padding-bottom: 10px;
	border-bottom: solid 1px #c0c0c0;
}

.presentation-list-item h3 {
	text-transform: uppercase;
}

.presentation-list-item .thumb {
	padding-top: 40px;
}

.presentation-tabs li a {
	margin-right: 0px;
	width: 150px;
	height: 60px; 
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-size: cover;
	display: table-cell;
	vertical-align: middle;	
	border-radius: 0px;

}

.presentation-tabs li a span {
	display: block;
}

.presentation-tab-1{
	background: url('../images/tab-pres-1.png') left top no-repeat;
}

.presentation-tab-2{
	background: url('../images/tab-pres-2.png') left top no-repeat;
}

.presentation-tab-3{
	background: url('../images/tab-pres-3.png') left top no-repeat;
}

.presentation-tab-4{
	background: url('../images/tab-pres-4.png') left top no-repeat;
}

.presentation-tab-5{
	background: url('../images/tab-pres-5.png') left top no-repeat;
}

.presentation-empty-result {
	margin: 30px auto;
	text-align: center;
}

.presentation-empty-result span {
	font-size: 25px;
}

.section-bg-grey {
	background-color: #d8d8d8;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.filter-padding{
	padding-top: 10px;
	padding-bottom: 10px;
	/*padding-left: 10px;*/
}

.presentation a.red-link { color: red; }

.photo-container.next img{ padding-top: 20px;}

.readmore-open-next-p, .readmore-close-next-p { font-weight: bold; white-space: nowrap; }

#presentation-title{margin-bottom: 0;}

.tag-search input, .tag-search .select2-container{
	margin-top: 0.5em;
}

#cite-tabs {

	width: 100%;
    height:30px; 
	border-bottom: solid 1px #CCC;
	padding-right: 2px;
	margin-top: 30px;


}
a {cursor:pointer;}


/* Style the tab */
.cite-tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
	padding-bottom: 0.2em;
	padding-top: 0.5em;
}

/* Style the buttons that are used to open the tab content */
.cite-tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
	line-height: 0 !important;
	margin-right: 0.5em;
	margin-top: 0.25em;
}

/* Change background color of buttons on hover */
.cite-tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.cite-tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.cite-tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
	margin-bottom: 1em;
	width: 100%;
}

.cite-format{
	font-style: italic;
	margin-left: 0.5em;
}

.cite-tabcontent pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#cite-box-open{
	margin-bottom: 1em;
}

#author-box{
	margin-bottom: 1em;
}


.select2-container .select2-selection--single{
	height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #7f888f;
	line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 40px;
}

.select2-container--default .select2-selection--single{
	border: 1px solid #dce0e2;
}

#icons-box{
	text-align: right;
}

.handle-long-url {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}