/*.sidebar {
   display: none;
}*/

@media (min-width: 768px) {
	.sidebar {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 1000;
		display: block;
		padding: 20px;
		overflow-x: hidden;
		overflow-y: hidden;
		background-color: #f5f5f5;
		border-right: 1px solid #eee;
	}

}

.main {
	padding: 0px !important;
/*         width: 1400px;*/
}


@media (min-width: 768px) {
	.main {
		padding-right: 40px;
		padding-left: 40px;
	}
}
.main .page-header {
	margin-top: 0;
}

.breakpoint-current {
	left: 0;
	margin-top: -10px;
	position: fixed;
	width: 3px;
	height: 3px;
/*	background: red;*/
}

.viewing {
	background: #FCFCFC;
        opacity: 1;
}

section {
	padding: 5px 10px 10px 10px;
	border: 0 none !important;
	margin-bottom: 10px;
	min-height: 400px;
        opacity: 0.3;
}



section h2 {
    text-align: center;
    font-size: 1.0em;
    padding: 0 5px;
    font-weight: bold;

}

.border-info {
    border: 0 none !important;
}

.border {
    border: 0 none !important;
}

.border-title {
        opacity: 1;
    background-color: white;
    color: #00426b;
    padding: 20px 0;
    font-weight: bold;
    text-align: center;
    border: 0 none !important;
    min-height: 0px;

}

.nocard-body {
    font-size: 0.8em;   
    padding: .45rem;
}

.title {
	text-align: center;
        margin-bottom:20px;
}

.openseadragon {
	height: 400px;
        background-color:#FCFCFC;
}

.list-group {
	margin-bottom: 20px;
}

.list-group-item-primary {
	background-color: #00426b;
	color: white;
}


.date {
	margin-bottom: 6px;
}

.waypoint-label {
	margin-right: 6px;
}

.main-title {
	font-size: 1.2rem;

}

h6 {
	font-size: 0.9rem;
}
.list-group-item {
	font-size: 0.9rem;
        margin:0;
        padding:5px;
}
.list-group-item ul{
        margin-top:10px;

}
.list-group-item li{
        padding-top:5px;
        padding-bottom:5px;
	font-size: 0.8rem;

}
.list-group {
        margin-bottom:15px;
        padding: .35rem 1.25rem;
}

.list-group-item-dark {
        background-color : #ECECED !important;

}


.list-group {
	margin-top: 20px;
}


.image-thumbnail {
	width: 140px;
}
.image-thumbnail:hover {
	transform: scale(1.1);
}

.relations {
	margin-bottom: 20px;
}

.nocard {
	margin-bottom: 0.5rem!important;
}
.nocard-header {
    font-weight: bold;
    font-size: 0.9rem;

}



.textTooltip {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}


.img-title-group {
    text-align: center;	
    font-size: 1.1rem;
    margin-right: 10px;
}

.img-title {
    height: 70px;
    margin-right: 5px;
    margin-left: 15px;
    padding-bottom: 10px;
    float:left;
    vertical-align: middle;
}

.my-custom-theme {
	border: 0 none;
}

.my-custom-theme .tooltipster-content {
	font-size: 14px;
	padding: 8px 10px;
        background-color: #fff3cd;
	border: 1px solid !important;
        color: #856404 !important;

}
.my-custom-theme .tooltipster-content {
	font-size: 0.8em;
	padding: 8px 10px;
        background-color: #fff3cd;
        color: #856404 !important;

}

.tooltipster-sidetip .tooltipster-box {
	border: 1px solid !important;
        border-color: #565656 !important;
}

.badge-light {
    color: #212529;
    background-color: #ececed;
}
