/* Default Font Styles
______________________*/
body, input, select, textarea{
	font-family: 'Proxima Nova', sans-serif; /* 300, 400, 600, 700 */
	font-size: 13px;
	font-weight: 400;
	color: #414E60;
	line-height: 1.2;
}

/* Headings
______________________*/
h4{
	font-size: 14px;
	font-weight: 400;
}


/* Links
______________________*/
a{}
a:hover{}
img{
	max-width: 100%;
	height: auto;
}

/* p, blockquote, address
______________________*/
p{

}

/* Lists
______________________*/
ul{

}
ul li{
 
}
ol{

}
ol li{

}


/* Buttons 
______________________*/
.btn-info{
	padding: 14px 41px;
	font-size: 13px;
	font-weight: 700;
	color: #FFFFFF;
	background: #7772E8;
	border-color: transparent;
	border-radius: 0;
}

/* Header
______________________*/
#header-wrap{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1001;
	min-height: 48px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
#header-left{
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding-left: 20px;
}
.header-back{
	/* width: 200px; */
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-back a{
	color: #414E60;
	display: flex;
	align-items: center;
}
.header-back img{
	margin-right: 10px;
}
.header-tools ul{
	display: -webkit-flex;
	display: flex;
	list-style: none;
	-ms-align-items: center;
	align-items: center;
	padding: 0;
	margin: 0;
}
.header-tools li{
	margin: 0 13px;
}
.colortools{
	border: 1px solid #E8ECF1;
	border-width: 0 1px;
	padding: 4px 16px;
}
.colortools a{
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.colortools span{
	width: 18px;
	height: 18px;
	background: #B45E5E;
	border-radius: 2px;
	margin-right: 12px;
}
#header-right{
	position: relative;
}
.right-menu{
	display: -webkit-flex;
	display: flex;
	list-style: none;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
	padding: 0;
	margin: 0;
}
.right-menu > li:not(:first-of-type){
	margin-left: 25px;
}
.right-menu > li > a{
	font-size: 12px;
	color: #414E60;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.right-menu > li > a.btn{
	color: #fff;
}
.right-menu a img{
	display: block;
}
.right-menu a span{
	margin-left: 9px;
}
.right-menu a small{
	height: 20px;
	line-height: 20px;
	background: #E7D325;
	border-radius: 30px;
	font-size: 12px;
	color: #414E60;
	padding: 0 9px;
	margin-left: 4px;
	display: block;
}
#header-right a:hover{
	text-decoration: none;
}

.header-dropdown{
	position: absolute;
	width: 242px;
	background: #FFFFFF;
	right: 12px;
	top: 100%;
	margin-top: 16px;
	box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	opacity: 0;
	visibility: hidden;
}
.header-dropdown.active{
	opacity: 1;
	visibility: visible;
}
.dropdown__head{
	padding: 18px 21px 10px 16px;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.dropdown__head h4{
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 600;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.dropdown__head h4 span{
	margin-left: 10px;
}
.dropdown__main{
	padding: 0 16px 66px;
}
.dropdown__main ol{
	padding: 0;
	margin: 0;
}
.dropdown__main li{
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E8ECF1;
	padding: 16px 0;
}
.dropdown__main a{
	color: #82909C;
	font-size: 12px;
}
.dropdown__main p{
	margin-bottom: 0;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.colorbox{
	width: 12px;
	height: 12px;
	background: #B45E5E;
	border-radius: 2px;
}
.dropdown__main p span{
	margin-left: 8px;
}
.dropdown__main p b{
	font-weight: normal;
	width: 16px;
	display: block;
}

/*  Sibebar Area
-------------------------------------- */
#sidebar{
	position: fixed;
	left: 0;
	top: 48px;
	bottom: 0;
	width: 200px;
	z-index: 2;
	border-right: 1px solid #E3EAF5;
	transition: all 0.3s;
	background: #FFFFFF;
}
#sidebar.active{
	width: 64px;
}
.sidebar-sizing{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 26px 12px 19px;
	border-bottom: 1px solid #E8ECF1;
}
#sidebar.active .sidebar-sizing{
	justify-content: center;
}
#sidebar.active .sidebar-sizing img{
	transform: rotateZ(180deg);
}
.sidebar-sizing img{
	cursor: pointer;
}
#sidebar ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar a{
	text-decoration: none;
}
.sidebar-list{
	padding: 20px 16px;
}
#sidebar.active .sidebar-list{
	padding: 12px 8px;
}
.sidebar-list h3{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #414E60;
}
#sidebar.active .sidebar-card p,
#sidebar.active .sidebar-list h3,
#sidebar.active .sidebar-fig span{
	display: none;
}
.sidebar-list li{
	position: relative;
}
.sidebar-list li > a{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
#sidebar.active .sidebar-list li:not(:last-of-type){
	margin-bottom: 16px;
}
.sidebar-list li:not(:last-of-type){
	margin-bottom: 28px;
}
.sidebar-card p{
	text-align: center;
	font-size: 12px;
	color: #414E60;
	margin: 0;
}
.sidebar-fig{
	position: relative;
	width: 100%;
	aspect-ratio: var(--thumb-aspect-ratio, 1.416);
	border: 2px solid transparent;
	border-radius: 2px;
	margin-bottom: 4px;
	background: #FCFDFF;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.sidebar-list li.active .sidebar-fig{
	background: rgba(241, 240, 255, 0.3);
	border-color: #7772E8;
}
.sidebar-fig img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	border: 1px solid #E2E2E2;
	border-radius: 2px;
}
.sidebar-fig img.sidebar-thumb-fallback{
	object-fit: contain;
	padding: 12px;
	box-sizing: border-box;
	background: #FCFDFF;
}
.sidebar-fig span{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 0 10px;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 2px;
}
/*  Main Area
-------------------------------------- */
body{
	overflow: hidden;
}
#main-wrap{
	padding: 96px 32px 48px 232px;
	position: relative;
	background: #E8ECF1;
}
#main-wrap.active{
	padding-left: 124px;
}
#main{
	position: relative;
}
.openseadragon{
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 0;*/
	width: 100%;
	/*height: 100%;*/
}
.degree-sec{
	position: absolute;
	right: 12px;
	bottom: 16px;
	z-index: 4;
}
.record-start{
	position: absolute;
	left: 20px;
	bottom: 84px;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 289px;
	height: 96px;
	line-height: 96px;
	padding-left: 20px;
	z-index: 2;
	background: #000000;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
}
.record-start.active{
	opacity: 1;
	visibility: visible;
}
.record-start img{
	cursor: pointer;
}
.record-start span{
	margin-left: 12px;
}
.record-pause.record-start{
	justify-content: space-between;
	padding: 0 20px;
}
img[alt="Zoom in"],
img[alt="Zoom out"]{
	cursor: pointer;
}
div[title="Go home"],
div[title="Toggle full page"]{
	display: none !important;
}
.openseadragon > .openseadragon-container > .openseadragon-canvas + div{
	width: 265px;
	padding: 10px 14px !important;
	background: #35353A !important;
	border-radius: 2px;
	margin-left: 12px !important;
	margin-top: 12px !important;
}
.openseadragon > .openseadragon-container > .openseadragon-canvas + div +div{
	margin-right: 12px !important;
	margin-top: 12px !important;
}
.openseadragon-canvas + div > div{
	opacity: 1 !important;
}
div[title="Zoom in"]{
	width: 216px;
}
div[title="Zoom out"]{
	text-align: right;
}
/*	Media Queries
-------------------------------------*/
@media ( min-width: 1200px ) {}
@media (max-width: 1199px) {
	.header-back{
		width: auto;
	}
	.btn-info{
		padding: 14px 25px;
	}
	.header-tools li{
		margin: 0 10px;
	}
	.right-menu > li:not(:first-of-type){
		margin-left: 15px;
	}
}
@media (min-width: 992px) {}
@media (max-width: 991px) {}
@media (min-width: 768px) {}
@media (max-width: 767px) {}
@media (max-width: 575px) {}

.mobileHide {
	display: inline ;
}

.mobileShow {
	display: none ;
}

/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 900px)
and (-webkit-min-device-pixel-ratio: 1)
/*@media only screen and (max-device-width: 992px) and (orientation: landscape) and*/
/*@media only screen and (max-device-width: 700px) and (orientation: portrait)*/
{
	.mobileShow {
		display: inline !important;
	}

	.mobileHide {
		display: none !important;
	}

    #main-wrap{
		padding: 48px 0 0 36px !important;
	}

	#sidebar{
		width: 36px !important;	;
	}

	.sidebar-sizing{
		display: none;
	}
	.openseadragon > .openseadragon-container > .openseadragon-canvas + div{
		display: none;
	}

	#sidebar.active .sidebar-list {
		padding: 11px 2px;
	}

	#header-right{
		/*margin-left: 30px;*/
	}

	#add-viewer{
		display: none;
	}
	.annotations-label, .observations-label{
		display: none !important;
	}

}

.download-btn a, .tags-btn span{
    height: 20px;
    line-height: 20px;
    background: #E7D325;
    border-radius: 30px;
    font-size: 12px;
    color: #414E60;
    padding: 0 9px;
    margin-left: 4px;
}
.download-btn a:hover{
    text-decoration: none;
}

#observation_list.header-dropdown{
	width: 350px !important;
}

.dropdown__main {
	padding: 0 16px 16px !important;
}


/*Modal styles*/

.custom--modal .modal-dialog {
    max-width: 440px;
}

.custom--modal .modal-header {
    color: #fff;
    -ms-align-items: center;
    align-items: center;
    padding: 13px 20px;
    background: linear-gradient(270deg, #22395C 0%, #7772E8 100%);
    border: none;
    border-radius: 0;
}

.custom--modal .modal-title {
    font-weight: 600;
}

.custom--modal .modal-header .close {
    padding: 0;
    margin: 0;
}

.custom--modal .modal-header .close span,
.custom--modal .modal-header .close img {
    display: block;
}

.custom--modal .modal-content {
    border-radius: 2px;
}

.custom--modal .modal-body {
    padding: 24px 41px 40px;
}

.modal-body--center {
    text-align: center;
    color: #657481;
}

.custom--modal .modal-body.modal-body--center {
    padding: 87px 85px;
}

.modal-body--center h2 {
    line-height: 1.44;
    margin-bottom: 24px;
}

.modal-body--center h2 a {
    color: #7772E8;
}

.modal-body--center .btn-primary {
    margin-bottom: 4px;
}

.custom--modal .modal-footer {
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.08);
    padding: 12px 20px;
    border-top: none;
    border-radius: 0;
}

.custom--modal .modal-footer .btn.btn-primary {
    font-size: 13px;
    line-height: 1;
    padding: 8.5px 24px;
}

h2{
    font-size: 18px;
    font-weight: 600;
}

.btn-primary {
    color: #fff;
    font-size: 14px;
    padding: 5px 22px;
    font-weight: 600;
    background: #7772E8;
    border: 1px solid #7772E8;
    border-radius: 2px;
}

.btn-link {
    color: #AAB6C5;
    font-size: 13px;
    font-weight: 600;
    padding: 8.5px 17px;
    line-height: 1;
}
