﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700,700i&display=swap');
.nolink {
	cursor:default !important;
}
body {
	font-family: 'Open Sans', sans-serif !important;
	color: #2D314F;
	background: #F0F6FB !important;
}
.page-content-wrapper {
	background: #F0F6FB !important;
}
.facetQueryName_ {
	float: left;
	display: block;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 600;
	color: #555;
}

.facetQuerySubName_ {
	font-size: 9pt;
	color: #999;
	float: left;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.facetQueryCount_ {
	float: right;
	position: relative;
	top: -9px;
}
#facetArea .panel .panel-body .facetCountRPBar {
	
}

#customPanelCollection .facetLink, #customPanelType .facetLink {
	float: left;
	width: 100%;
	padding: 1px 10px;
	margin: 7.5px 0;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
}

	#customPanelType .facetLink:nth-child(-n+5) {
		display: block;
	}

.moreSide {
	margin: 8px 24px 6px 24px;
}
	.moreSide .moreSideLink {
		font-weight: bold;
		font-size: 13px;
	}
	.moreSide .moreSideLink:hover {
		text-decoration: none;
		color: #258FFB;
	}
		
/* grid system */
.inDefaultPanel {
	max-width: 100% !important;
	width: 100%;
	display: inline-block;
}

.inAdvRightPanel {
	left: 995px;
	margin-top: 6px;
	display: none !important;
}

#divMain .pnl-query-item {
	position: relative;
	float: left;
	overflow: inherit;
	padding: 0 !important;
	border-radius: 4px;
	border: none;
	width: calc(25% - 30px);
	display: inline-block;
	vertical-align: top;
	border: none;
	margin: 0 15px 30px !important;
	box-shadow: 0px 0px 8px 0 rgba(45,49,68,.1);
	transition: 0.3s all;
}
#divMain .pnl-query-item:hover {
	box-shadow: 0px 2px 8px 0 rgba(45,49,68,.15);
}

.toggledBody #divMain .pnl-query-item {
	width: calc(33.333% - 30px);
}

#divMain .pnl-query-item .headerDocRow .docParentArea {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* template */
.dateFilterArea {
	max-width: 100% !important;
}
.dateFilterArea #dateSlider_queryDate {
	z-index: 5;
}
/* Custom Html */
.thumbnail {
	position: relative;
	cursor: pointer;
	height: 140px;
	margin: 0;
	padding: 0px;
	overflow: hidden;
	border: none;		
	background-color: #fff;
	transition: all .2s ease-out;
}
.thumbnail .thumb-img-wrap {
	position: absolute;
	width: 140px;
	height: 140px;
    overflow: hidden;
	background: #F7FAFC;
	z-index: 2;
}

.thumbnail .thumb-img-wrap > img, .thumbnail .thumb-img-wrap a > img {
	position: absolute;
    left: 50%;
	width: auto;
	max-width: inherit;
	height: 100%;
    transform: translateX(-50%) scale(1.1);
}
.thumbnail .thumbnailIcon {
	width: 60px !important;
	height: 60px !important;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-top: -15px !important;
	margin-left: -30px;
	transform: scale(1) !important;
}

.thumbnail .btn-details {
	position: absolute;
    right: 12px;
    bottom: 10px;
	width: 60px;
	height: 28px;
	line-height: 28px;
	padding: 0;
    font-size: 13px;
    color: #fff;
    border: none;
    background: #6759F4;
}
.thumb-label-box {
	display: inline-block;
    width: calc(100% - 60px);
	margin: 3px 0px 4px 0px;
	overflow: hidden;
    height: 22px;
}
.thumb-label-box .label[onclick^=_GamosFieldLink]:hover {
	background: #F98246;
}
.thumbnail .caption > span[onclick^=_GamosFieldLink]:hover {
	color: #337ab7;
}

.thumbnail:after {
	content: '';
	transition: all .3s ease-out;
}
.thumbnail:hover:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.01);
}
.thumbnail .caption {
    position: absolute;
	z-index: 1;
	width: 100%;
	height: 140px;
    padding: 12px;
    padding-left: 154px;
    color: #383D47;
    background-color: #ffffff;
}

.thumbnail .caption > h4 {
	height: 40px;
	font-size: 16px;
	color: #2D314F;
	overflow: hidden;
	line-height: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.thumbnail .caption > span {
    display: inline-block;
    width: 100%;
    height: 18px;
	margin: 7px 0;
    font-size: 13px;
    line-height: 17px;
	color: #2D314F;
    text-overflow: ellipsis;
    overflow: hidden;
}
.thumbnail .caption > span:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-bottom: -3px;
	background-image: url(/icons/GAMOS/folder.png);
	background-repeat: no-repeat;
	background-position: center;
}
/* label */
.label.label-danger > .hgInner {
	color: #ffd486 !important;
}
.label {
	display: inline-block;
    height: 20px;
	padding: 0 6px;
	margin-bottom: 3px;
    line-height: 20px;
    font-size: 11px;
	font-weight: normal;
}
	.thumb-label-box .label-default {
		background: rgba(56, 61, 71, 0.5);
	}
	.label-default {
		background-color: #2c4067;
	}
	.label-primary {
		background-color: #6759F4;
	}
	.label-success {
		background-color: #65BE67;
	}
	.label-info {
		background-color: #1665D8;
	}
	.label-warning {
		background-color: #F6AB2E;
	}
	.label-danger {
		background-color: #FD5965;
	}


/* Button */ 
.btn:active, .btn.active {
	box-shadow: none;
}
	
	.btn-primary {
		background-color: #6759F4;
		border-color: #6759F4;
	}
		.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
		color: #fff;
		background-color: #5345E4;
		border-color: #5345E4
		}
		.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
		background-color: #5345E4;
		border-color: #5345E4;
		}
	.btn-success {
		background-color: #65BE67;
		border-color: #65BE67;
	}
		.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
		color: #fff;
		background-color: #59B85B;
		border-color: #59B85B;
		}
		.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
		background-color: #59B85B;
		border-color: #59B85B;
		}
	.btn-info {
		background-color: #3691AC;
		border-color: #3691AC;
	}
		.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
		color: #fff;
		background-color: #2D86A1;
		border-color: #2D86A1;
		}

		.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active {
		background-color: #2D86A1;
		border-color: #2D86A1;
		}
		
	.btn-warning {
		background-color: #F98246;
		border-color: #F98246;
	}
		.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {
		color: #fff;
		background-color: #F27333;
		border-color: #F27333;
		}

		.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {
		background-color: #F27333;
		border-color: #F27333;
		}
	.btn-danger {
		background-color: #FD5965;
		border-color: #FD5965;
	}
		.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
		color: #fff;
		background-color: #F14451;
		border-color: #F14451;
		}
		.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active {
		background-color: #F14451;
		border-color: #F14451;
		}
	


.card-dlv-image-container .ThumbContentRef {
	text-align: center;
	margin: 0 !important;
	float: none !important;
	display: block !important;
}

.card-dlv-image-container .text {
	padding-left: 10px !important;
	padding-right: 10px !important;
}


.card-dlv > div {
	min-height: 60px;
	overflow-y: hidden;
}

.card-dlv .lightHighlight {
	font-weight: normal !important;
}

.card-dlv-title, .card-dlv-title .lightHighlight {
	margin-top: 8px;
	font-weight: bold !important;
	font-size: 14px;
}

.card-dlv-title {
	margin: 8px 0;
	max-height: 34px;
	overflow: hidden;
	max-width: 100%;
}
/* Da  settings */
.DABody #divMain .pnl-query-item {
	width: calc(50% - 24px);
	margin: 0 10px 15px !important;
}

/* Harita */
.FrameMode .card-dlv > div {
}

.FrameMode .inDefaultPanel {
	max-width: 97% !important;
}
/* Popup özelleştirme*/
body #sampleProjectPopup .mainSide, body #sampleProjectPopup .queryButtonSide ul li:hover a {
	background: #238fcf;
}

body #sampleProjectPopup .queryButtonSide ul {
	height: 100%;
}

body #sampleProjectPopup .queryButtonSide, body #sampleProjectPopup .closeButton {
	background: #3287bb;
}

#sampleProjectPopup .queryButtonSide .contactButton a {
	display: none !important;
}

.divImageLoading {
	margin-left: 0px;
	display: block;
	margin: auto;
    width: 150px;
}
/* Responsive */

@media only screen and (max-width: 1368px) {
	#divMain .pnl-query-item {
		width: calc(33.333% - 30px);
	}

	.toggledBody #divMain .pnl-query-item {
		width: calc(50% - 30px);
	}
}

@media screen and (max-width: 1050px) {	
	.navbarArea .navbar-right > li.dropdown, .navbarArea .navbar-right > li > a {
		width: 33px;
	}
}

@media only screen and (max-width: 991px) {	
	.inDefaultPanel {
	padding-left: 5px;
	}
	#divMain .pnl-query-item {
	margin: 0 10px 20px !important;
	width: calc(33.333% - 20px);
	}
	.toggledBody #divMain .pnl-query-item {
	width: calc(50% - 20px);
	}
	.thumbnail {
	height: 120px;	
	}
	.thumbnail .caption {
	height: 120px;
	padding: 8px;	
	padding-left: 134px;
	}
	.thumbnail .thumb-img-wrap {
	width: 120px;
    height: 120px;
	}
	.thumbnail .caption > h4 {
	font-size: 15px;
	margin-top: 0px;
	}
	.thumbnail .caption > span {
	margin: 4px 0;
	}
	.thumbnail .btn-details {
	right: 8px;
    bottom: 8px;
	}
}

@media only screen and (max-width: 768px) {
	#divMain .pnl-query-item {
		width: calc(50% - 20px);
	}
	.toggledBody #divMain .pnl-query-item {
		width: calc(100% - 20px);
	}
	.dateFilterArea, .inDefaultPanel {
	margin-left: 0;
	}
}
@media only screen and (max-width: 680px) {
	#divMain .pnl-query-item {
	width: calc(100% - 20px);
	}
	.toggledBody #divMain .pnl-query-item {
	width: calc(100% - 20px);
	}
	.thumbnail {
	min-width: 320px;
	}
}

/**/
@media only screen and (max-width: 480px) {
	.page-content-wrapper .container-fluid {
		padding: 0 7.5px !important;
	}
	.dateFilterArea, .inDefaultPanel {
		margin: 10px auto 0 !important;
	}
}

@media only screen and (max-width: 450px) {
	.ResultArea #divMain #divDocAccordion {
	padding: 0 0 0 !important;
	margin: 0 !important;
	}

	#divMain .pnl-query-item {
	width: calc(100% - 40px);
	margin: 10px 20px 10px !important;
	display: block;
	transition: 0s !important;
	}
	.toggledBody #divMain .pnl-query-item {
	width: calc(100% - 40px);
	}

	#divDocAccordion {
	display: inline-block !important;
	padding-left: 0px !important;
	}

	.navbar .SearchTextBoxArea button {
	display: block;
	}

	.inDefaultPanel {
	padding: 0 8px 0 0px !important;
	}

	#divMain .pnl-query-item .SummaryText table img {
	height: auto;
	}

	#topArea .banner .bannerLeftSide .in img {
	height: auto;
	}

	#topArea .banner .geodiLogo img {
	width: 46px;
	}
}
@media only screen and (max-width: 380px) {
	#divMain .pnl-query-item {
    width: calc(100% - 20px);
    margin: 5px 10px 5px !important;
    display: block;
    transition: 0s !important;
	}
	.thumbnail {
	height: 100px;
	min-width: 286px;
	}
	.thumbnail .thumb-img-wrap {
	width: 100px;
    height: 100px;
	}
	.thumbnail .caption {
	height: 100px;
	padding: 6px;
    padding-left: 114px;
	}
	.thumbnail .caption > h4 {
	font-size: 14px;
    margin-top: 0px;
    line-height: 18px;
    height: 36px;
	}
	.thumbnail .caption > span {
	margin: 2px 0;
    font-size: 12px;
    height: 16px;
	}
	.thumb-label-box {
	margin: 0;
	}
	.thumbnail .btn-details {
    right: 6px;
    bottom: 6px;
	width: 54px;
    height: 24px;
    line-height: 24px;
	}
}
.card-dlv .text {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.banner .bannerLeftSide .in img {
	height: 94px;
	max-width: 100%;
}
