@charset "UTF-8";

@font-face {
	font-family: HVD;
	src: url(../fonts/HVD.otf);
}

@font-face {
	font-family: HVDB;
	src: url(../fonts/HVDB.otf);
}

@font-face {
	font-family: HVDL;
	src: url(../fonts/HVDL.otf);
}

.noradius input {
	border-radius: 0;
	padding: 3px 5px;
	height: 28px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
}

#listnav,
#list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.list h3 {
	margin: 0;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	border-radius: 25px;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 35px;
}

#addQuestionOpen {
	position: absolute;
	right: 15px;
	bottom: 15px;
	outline: 0;
}

.btn {
	outline: 0 !important;
}

#pnlAddQuestion {
	position: absolute;
	left: 15px;
	bottom: 15px;
	border: 1px solid #ddd;
	padding: 5px;
	width: calc(100% - 100px);
	background-color: #f1f1f1;
}

.navlist {
	color: black;
}

.navlist:hover {
	color: black !important;
	text-decoration: none !important;
}

/*--------------------------*/

#viewpn {
	position: relative;
	top: 100px;
	bottom: 100px;
	left: 150px;
	right: 150px;
	z-index: 2000;
	background-color: white;
	box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
	border-radius: 4px;
	border: 3px solid white;
}

.logo {
	height: 100px;
	max-height: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.footer {
	float: left;
	height: 100px;
	background-color: #ffffff;
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
	position: relative;
}

.footer img {
	display: inline-block;
	margin-left: 25px;
}

.header {
	float: left;
	text-align: center;
	width: 100%;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.left-panel-container {
	width: 400px;
	height: 100vh;
	float: left;
	background: #202f35;
	color: #d1d2d3;
}

#left-panel {
	float: left;
	width: calc(100%);
	padding: 0px;
	height: calc(100% - 100px - 180px);
	max-height: calc(100% - 100px - 180px);
	position: relative;
}

#map {
	height: 100vh !important;
	width: calc(100% - 400px) !important;
	float: left;
}


.np {
	padding: 0 !important
}

.btn-back {
	background-color: #b2c0c9;
	padding: 7px;
	width: 25px;
	height: 25px;
}
.leaflet-popup-content, #ppSanatDescription, #ppSanatName{
	width: max-content !important;
	max-width: 450px !important;
	text-align: left !important;
}
.fa-stack {
	color: dimgrey !important;
}

.fa-stack:hover {
	color: darkslategray !important;
}

.no_hover:hover {
	text-decoration: none;
}

.no_hover:focus {
	outline: 0;
}

.rnav {
	margin-left: 15px;
	line-height: 40px;
	color: #66747c;
	font-family: 'HVD';
}

#modalInfo img {
	max-width: 860px;
}

/*--------------------------*/

.button {
	padding: 10px;
	font-size: 20px;
	border-radius: 50%;
	border: 0px;
	background-color: #828f97;
	color: white !important;
	font-weight: bold;
}

.button:hover {
	background-color: #4f575d
}

.button:focus {
	outline: none !important;
}

/*--------------------------*/

.input-head i {
	color: #839098;
}

.input-head {
	width: 100%;
	margin-top: 30px;
	font-size: 13pt;
	color: #dcdee0;
}

#ListPanel {
	box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.8);
	background-color: #2e3c43;
	padding: 10px;
	color: #dcdee0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

#lblListCount {
	color: white;
	font-size: 9pt;
	width: 100%;
	text-align: right;
	font-weight: lighter;
	font-style: oblique;
}

/*--------------------------*/

.input {
	width: 100%;
	height: 40px;
	position: relative;
	border-radius: 20px;
	border: 1px solid lightgrey;
	background-color: #e7e7e7;
	padding: 5px 15px;
	margin-bottom: 20px;
}

.input input {
	padding: 5px 0px;
	line-height: 20px;
	border: 0px solid lightgrey;
	width: calc(100% - 19px);
	background-color: rgba(0, 0, 0, 0);
}

.input input:focus {
	outline: none !important;
}

.input > i {
	border: 0px solid lightgrey;
	padding: 6px;
	background-color: grey;
	color: white;
	border-radius: 50%;
	font-size: 12pt;
	float: right;
	height: 100%;
	margin-right: -10px;
}

/*--------------------------*/

.ucgen {
	width: 40px;
	height: 40px;
	background-color: #202f35;
	transform: rotate(45deg);
	position: absolute;
	top: -35px;
	left: 0;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

.menu {
	margin: 0;
	padding: 0;
	max-height: 100%;
	overflow: auto;
}

.menu > li {
	line-height: 16px;
	list-style: none;
	width: 100%;
	font-size: 12pt;
	float: left;
	box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
	background-color: #213949;
	position: relative
}

.menu > li:last-child {
	box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.5), 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
	margin-bottom: 6px;
}

.menu > li > a > div {
	box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
	width: 40px;
	height: 40px;
	background-color: #202f35;
	text-align: center;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

.menu > li > ul > li > a > div:first-child {
	box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
	background-color: #2e3c43;
	margin-right: 10px;
	text-align: center;
	width: 41px;
	height: 40px;
	float: left;
	overflow: hidden !important;
	position: relative;
}

.lejant {
	font-size: 11pt;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 41px;
	width: calc(100% - 82px);
	float: left;
	background-color: #435059 !important;
	display: none;
}

.lejant ul {
	display: block !important
}

.lejant li {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	width: 100%;
	float: left;
	display: block;
}

.lejant li .clr {
	width: 14px;
	height: 14px;
	margin-top: 3px;
	margin-right: 3px;
	border-radius: 7px;
	float: left;
}

.menu > li > a {
	border-left: 1px solid #202f35;
	font-weight: bolder;
	cursor: pointer;
	line-height: 40px;
	color: #d1d2d3;
	display: block
}

.menu > li a:hover > .lejant {
	color: #d1d2d3;
}
.menu > li a:hover {
	text-decoration: none;
	color: #ffb74d;
}
.menu > .active > a, a.active, li.active, .active {
	text-decoration: none !important;
	color: #ffb74d !important;
}
.menu > li ul {
	display: none;
	z-index: 1000;
	padding: 0;
	margin: 0;
	width: 100%;
}
.menu > li:click ul {
	display: block
}
.menu > li > ul > li {
	list-style: none;
	display: block;
	width: 100%;
	float: left;
	position: relative;
}
.menu > li ul li a {
	box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
	display: block;
	line-height: 40px;
	cursor: pointer;
	color: #d1d2d3;
	background-color: #435059;
}
/*--------------------------*/

#BottomPanelContainer {
	position: absolute;
	height: 100px;
	/*	bottom: 0px;*/
	bottom: -100px;
	left: 75px;
	right: 75px;
	z-index: 1500;
	background-color: rgba(72, 86, 95, 0.8);
	box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.75);
	cursor: default;
}
#BottomPanelContainer .toggleDisplay {
	position: absolute;
	left: 50px;
	color: white;
	top: -30px;
	font-size: 12pt;
	height: 30px;
	padding: 4px 20px 0px 20px;
	background-color: rgba(72, 86, 95, 0.8);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	z-index: 1500;
}

#BottomPanelContainer .bottomPanelImages div i.pnicon {
	position: absolute;
	color: white;
	bottom: 15px;
	font-size: 10pt;
	right: 15px;
	z-index: 2500;
}

#BottomPanelContainer .bottomPanelImages div i.delicon {
	position: absolute;
	color: white;
	text-shadow: 2px 0 0 black, -2px 0 0 black, 0 2px 0 black, 0 -2px 0 black, 1px 1px black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black;
	top: 5px;
	font-size: 10pt;
	right: 15px;
	z-index: 2500;
	display: none;
}

#BottomPanelContainer .bottomPanelImages div:hover i.delicon {
	display: block;
}

#BottomPanelContainer .bottomPanelImages div {
	position: relative;
	padding: 0;
	margin: 0;
	display: inline-block;
}

#BottomPanelContainer .bottomPanelImages button {
	position: relative;
	margin-right: 10px;
	display: inline-block;
	height: 70px
}

#BottomPanelContainer .bottomPanelImages {
	overflow: auto;
	padding: 10px;
	height: 100px;
	width: 100%;
	white-space: nowrap !important;
	display: inline-flex;
	overflow-y: hidden;
	overflow-x: auto;
}

#BottomPanelContainer .bottomPanelImages img {
	max-height: 70px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#BottomPanelContainer .bottomPanelImages img.imgpn {
	border: 3px solid white;
}

/*-----------------------------*/

.user-nav {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 150px;
	right: -150px;
	background-color: #213949;
}

.user-nav li {
	list-style: none;
	width: 100%;
	float: left;
	background-color: #213949;
}

.user-nav li a {
	text-align: left;
	padding: 10px;
	line-height: 21px;
	color: #d1d2d3;
	display: block;
}
.user-nav li a:hover {
	color: #ffb74d;
	text-decoration: none;
}
/*-----------------------------*/
.list-item-container {
	border-bottom: 1px solid grey;
	padding: 5px;
	cursor: pointer;
}
.list-item-container:hover,
.list-item-container:hover .list-body {
	background-color: #48565f;
	color: #F2F2F2;
}
.list-item-container .list-baslik {
	font-size: 13pt;
}
.list-item-container .list-body {
	font-weight: 400;
	font-size: 10pt;
	color: #d1d2d3;
}
/*-------------------------------------*/
#TopPanelContainer {
	z-index: 401;
	position: absolute;
	bottom: -250px;
	padding: 50px 100px;
	left: 250px;
	right: 250px;
	background-color: #d6d8da;
	color: white;
}
.slider-handle {
	background-color: rgba(35, 59, 75, 0.85) !important;
	background-image: none !important;
}
.toggleTopDisplay {
	position: absolute;
	left: 0;
	color: white;
	bottom: -30px;
	font-size: 12pt;
	height: 30px;
	padding: 4px 20px 0px 20px;
	background-color: rgba(72, 86, 95, 0.8);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 1500;
}
.btn-add {
	transform: rotate(90deg);
	margin: 0;
	margin-top: 23px;
	margin-left: -12px;
	width: 60px
}
/*-------------------------------------*/

.small_buttons {
	width: 40px;
	position: absolute;
	top: 0;
	right: -40px;
	z-index: 1;
}
.small_buttons > div:hover ul {
	display: block;
}
.small_buttons > div:hover {
	color: #ffb74d;
}
.small_buttons > div {
	width: 40px;
	height: 40px;
	float: left;
	text-align: center;
	position: relative;
	line-height: 40px;
	background-color: #202f35;
	color: #d1d2d3;
	box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.5), inset 3px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.searchPanel {
	z-index: 5000;
	display: none;
	position: fixed;
	width: 600px;
	top: 50%;
	left: 50%;
	transform: translate(calc(-50% + 200px), -50%);
	background-color: rgba(215, 215, 215, 0.9);
	padding: 50px;
	color: #585858;
}
.input-g {
	position: relative;
}
.input-g i {
	color: #585858;
	font-weight: lighter;
	position: absolute;
	font-size: 14pt;
	right: 10px;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
}
#txtKey {
	width: 100%;
	padding: 10px;
}
#btnOpenDetayliArama {
	border: 0px;
	position: absolute;
	left: 0px;
	bottom: -40px;
	line-height: 18px;
	padding: 11px 25px;
	color: #d1d2d3;
	background-color: rgba(44, 66, 81, 0.9);
}
#DetailedSearchPanel {
	z-index: 5000;
	display: none;
	position: fixed;
	width: 800px;
	top: 50%;
	left: 50%;
	transform: translate(calc(-50% + 200px), -50%);
	background-color: rgba(215, 215, 215, 0.9);
	color: #585858;
	padding: 50px;
}
#DetailedSearchPanel > #vals > div {
	padding: 2px 2px;
}
#DetailedSearchPanel > #vals > div > i {
	cursor: pointer;
	position: absolute;
	right: -3px;
	top: -3px;
	width: 18px;
	height: 18px;
	line-height: 14px;
	float: right;
	border-radius: 9px;
	color: #d1d2d3;
	background-color: #202f35;
	border: 1px solid #2c4048;
}
#DetailedSearchPanel > #vals > div:nth-child(even) {
	padding-left: 20px;
}
#DetailedSearchPanel > #vals > div > label {
	float: left;
	width: calc(50%);
	line-height: 34px;
	margin: 0px;
}
#DetailedSearchPanel > #vals > div > input {
	width: 50%;
	padding: 6px;
	float: left;
	border: 1px solid #939598;
	float: right;
}
#vals {
	width: 100%;
	float: left;
}
#InfoPopup {
	background-color: rgba(215, 215, 215, 0.9);
	border: 1px solid #aaa;
	bottom: 150px;
	color: #585858;
	display: none;
	overflow: auto;
	padding: 50px;
	position: fixed;
	left: calc(50% + 200px);
	transform: translateX(-50%);
	top: 70px;
	width: 800px;
	z-index: 1;
}
#InfoPopup .feature {
	width: calc(50% - 3px);
	margin-bottom: 6px;
	float: left;
	border: 1px solid #9d9d9d;
	background-color: #fff;
}
#InfoPopup .feature:nth-child(even) {
	margin-right: 6px;
}
#InfoPopup .feature .name,
#InfoPopup .feature .val {
	float: left;
	padding: 6px;
}
#InfoPopup .feature .name span {
	float: right;
}
#InfoPopup .feature .name {
	width: 40%;
}
#InfoPopup .feature .val {
	width: 60%;
}
#EditPopup {
	z-index: 5000;
	display: none;
	position: fixed;
	width: 800px;
	top: 70px;
	left: 50%;
	transform: translateX(calc(-50% + 200px));
	background-color: rgba(215, 215, 215, 0.9);
	color: #585858;
	padding: 50px;
}
#EditPopup .feature {
	width: calc(50% - 3px);
	margin-bottom: 6px;
	float: left;
	border: 1px solid #9d9d9d;
	background-color: #fff;
}
#EditPopup .feature:nth-child(even) {
	margin-right: 6px;
}
#EditPopup .feature .name,
#InfoPopup .feature .val {
	float: left;
	padding: 6px;
}
#EditPopup .feature .name span {
	float: right;
}

#EditPopup .feature .name {
	width: 40%;
}
#EditPopup .feature .val {
	width: 60%;
	border: 0px;
	margin-top: 5px;
}
.container {
	display: block;
	position: relative;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	line-height: 15px;
	cursor: pointer;
	margin: 0px;
	float: left;
	font-size: 15px;
	font-weight: lighter;
	color: #d1d2d3;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #eee;
}
.container:hover input ~ .checkmark {
	background-color: #ccc;
}
.container input:checked ~ .checkmark {
	background-color: orange;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.container input:checked ~ .checkmark:after {
	display: block;
}
.container .checkmark:after {
	left: 5px;
	top: 5px;
	width: 5px;
	height: 10px;
}
#viewer3d {
	display: none;
	z-index: 1000;
	position: fixed;
	width: 800px;
	height: 650px;
	max-height: 100vh;
	top: 50vh;
	left: calc(50% + 200px);
	transform: translate(-50%, -50%);
	background-color: white;
	box-shadow: 0px 0px 8px 0px;
	border-radius: 15px;
	overflow: hidden
}
#viewer3d .uc {
	font-size: 14pt;
	line-height: 30px;
	width: 100%;
	height: 50px;
	padding: 10px;
	position: sticky;
	top: 0;
}
#viewer3d .viewer {
	width: 100%;
	height: 600px;
}
.img-list-item {
	width: 150px;
	height: 150px;
	overflow: hidden;
	padding: 5px;
	margin: 5px;
	border: 1px solid grey;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img-list-item img {
/*	flex-shrink: 0;*/
    min-width: 100%;
    min-height: 100%
}
#loading{
	position: fixed;
	bottom: 0;
	top: 0;
	right: 0;
	left:400px;
	background-color: #202f35;
    white-space: nowrap;
	z-index: 10;
	overflow: hidden;
}
#loading #left{
	border-right: 1px solid grey;
	height: 100%;
	float: left;
}
#loading #right{
	position: absolute;
	top: 0;
	right: 0;
}
#oldie{
	display: none;
}
.menu>li>a>ul.altmenu{
	display: none;
}
.menu>li>a>ul.altmenu>li{
	float: left;
}
.menu>li>a>ul.altmenu>li>a{
	display: block;
	padding-left : 75px;
}
.menu>li>a:hover>ul.altmenu{
	display: block;
}
.img{
    overflow: hidden;
    background-size: cover;
    background-position: center;
	height: 111px;
	width: 111px;
	display: inline-block;
	position: relative;
	margin-right:2px;
	margin-top:1px;
}
.img img{
	max-width: 100%;
	height: 75px;
}
 #images .delete{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	line-height: 112px;
	text-align: center;
}
 #images .img:hover .delete{
	display: block;
}
 #images .delete i{
	padding: 8px;
	background-color: #202f35;
	color: white;
	cursor: pointer;
}
 #images .delete i:hover{
	background-color: #11181b;
}

.designby{
	color: black;
	font-size: 8pt;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1000;
	font-weight: 500;
}