﻿body {
	background: #EFF1F3;
	overflow: hidden;
}
a {
	color: #337ab7;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #2D3144;
	text-decoration: none;
}
/* geodi override */ 

/* navbar */
.navbar-fixed-top, .layoutNavBar {
	background: #2D3144 !important;
	border-color: #D3D6DB;
	padding: 0 !important;
	height: 53px !important;
}
.layoutNavBar #BaseButtonListRight {
	position: absolute;
    right: 0;
    padding: 10px 0 11px 0;
    margin: 0;
    margin-left: 0;
    margin-right: 0;
}
.layoutNavBar .collapse #BaseButtonList {
	position: absolute;
    right: 100px;
    margin-right: 0px;
    padding: 0;
    display: flex;
    align-items: center;
    min-height: 53px;
}
.layoutNavBar .collapse #BaseButtonList #navSplit {
	opacity: 0;
    padding: 0;
}
.layoutNavBar #bsForLayout {
	padding-top: 0 !important;
	margin: 0 !important;
}
.navbar.layoutNavBar div {
	margin: 0 !important;
}

/* page value */
.layoutNavBar .container-fluid {
padding: 0;
}

.layoutNavBar #BaseButtonListLeft {
	width: 180px;
	height: 53px;
    color: #2D3144;
    float: none;
    margin: auto;
	padding: 0px !important;
}
.layoutNavBar #BaseButtonListLeft li {
	padding: 0px !important;
}
.layoutNavBar #BaseButtonListLeft .pageValue {
	float: left;
	display: inline-block;
	padding: 8px !important;
	margin: 10px 5px 0 5px;
	background: #EFF1F3;
    border-radius: 6px;
}
.navbar.layoutNavBar .navbar-header {
	position: relative;
	width: 100%;
	height: 53px;
	margin: 0 !important;
}
.layoutNavBar .navbar-header .navbar-brand {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 10px !important;
	margin: 0px;
	filter: brightness(0) invert(1);
	width: 40%;
	white-space: nowrap;
}
.navbar-fixed-top .navbar-brand, .navbar-fixed-top button {
	filter: none;
}
.layoutNavBar .navbar-header .navbar-brand img {
	filter: none;
}
.layoutNavBar .navbar-brand .contentDisplayNameCss {
	color: #2D3144;
    font-size: 16px;
    font-weight: bold;
	width: calc(100% - 30px);
}
.layoutNavBar #prevNextQ a.img-previouspage:before, .layoutNavBar #prevNextQ a.img-nextpage:before {
	display: none;
}
.layoutNavBar #prevNextQ a.img-previouspage, .layoutNavBar #prevNextQ a.img-nextpage {
	float: left;
	filter: none;
	top: 0;
	margin-top: 10px;
    width: 32px;
    height: 32px !important;
    border-radius: 4px;
	background-color: #65BE67;
	transform: scale(1);
    background-position: center;
}
.layoutNavBar #prevNextQ a.img-previouspage {
	background-image: url(/icons/GAMOS/arrow-left.png);
}
.layoutNavBar #prevNextQ a.img-nextpage {
    background-image: url(/icons/GAMOS/arrow-right.png);
}
/** search div **/
.layoutNavBar .collapse #BaseButtonList li {
	filter: none;
}
#layoutSearchDivStart {
	filter: brightness(0) invert(1) !important;
}
#layoutSearchDiv {
	background: #eff1f3;
}
.layoutNavBar #bsForLayout ul li input {
	background: transparent;
}
.img-search-fulltext {
	background-image: url(/icons/GAMOS/search.png) !important;
	background-position: center;
}
/** info help **/
.layoutNavBar #BaseButtonListRight li#liHelp a {
	border-left: none;
	padding: 0px !important;
	margin: 3px;
	filter: brightness(0) invert(1);
}
#liHelp .glyphicon {
	color: #011738;
}
#liHelp .glyphicon-question-sign:before{
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(/icons/GAMOS/info.png) !important;
	background-position: center;
}
.navbar-default.navbar-fixed-top span {
	color: #2D3144;
	filter: none;
}

/** **/
/** geodi override end **/

/* detail content */
.dt-container {
	background: #fff;
	border-radius: 6px;
	padding: 20px 40px;
	min-height: 800px;
}

.dt-container .dt-pre-head {
	padding: 10px 0;
}
.dt-container .dt-pre-head span {
	color: #838995;
	font-size: 13px;
	border-right: 1px solid #D3D6DB;
	padding: 0 13px 0 0;
    margin-right: 10px;
}
.dt-container .dt-pre-head span:first-child {
	padding-left: 0;
}
.dt-container .dt-label {
    padding: 5px 0px 5px 0;
}
.dt-container .dt-label .label {
	opacity: .9;
}
.dt-edit, .dt-share {
	margin: 0 0 20px 0;
	text-align: right;
}
/* share list */
.dt-share #st-1 .st-btn {
	height: 24px;
    width: 24px;
    line-height: 24px;
	padding: 0;
	margin-right: 5px;
	border-radius: 50%;
}
#st-1 .st-btn > img {
	top: 5px;
}
#st-1 .st-total {
	font-family: Arial;
    color: #fff;
    padding: 4px 10px;
    border-radius: 13px;
    height: 24px;
    margin-right: 5px;
    background: #2C4167;
}
#st-1 .st-total > span {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
}
#st-1 .st-total > span.st-shares {
	font-weight: normal;
}

.dt-container .dt-title {
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}
.dt-container .dt-sub-title{
	display: block;
	font-size: 16px;
	color: #585E6A;
	margin-top: 5px;
	margin-bottom: 5px;
}
.dt-content {
	padding: 15px 0;
}
.dt-header {
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #2D3144;
	text-transform: uppercase;
}
.dt-row {
	color: #585E6A;
	padding: 8px 0;
}
/* description */
.dt-description .dt-description-content {
	padding: 15px;
	border: 1px solid #EFF1F3;
	border-radius: 0px 6px 6px 6px;
}
.dt-description > .dt-header {
	color: #fff;
	background: #1665D8;
	margin: 0;
	display: inline-block;
	padding: 3px 5px 2px 5px;
	border-radius: 3px 3px 0 0;
}
/* note */ 
.dt-note {
	padding: 25px 0 15px 0;
}
.dt-note > .dt-header {
	color: #fff;
	background: #65BE67;
	margin: 0;
	display: inline-block;
	padding: 3px 5px 2px 5px;
	border-radius: 3px 3px 0 0;
}
.dt-note .dt-note-content {
	padding: 15px;
	border-radius: 0px 6px 6px 6px;
	background: #F7FAFC;
}
.dt-keywords .force-split-pipe span, .dt-keywords .force-split-pipe a {
    display: inline-block;
	color: #2D3144;
    font-size: 13px;
	text-decoration: none;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
	margin-right: 3px;
	margin-bottom: 3px;
    border-radius: 3px;
    background: #f0f6fb;
	transition: all .1s ease-out;
}
.dt-keywords .force-split-pipe span:hover, .dt-keywords .force-split-pipe a:hover {
    background: #FAD496;
}

.dt-link {
	margin-bottom: 5px;
    display: inline-block;
}
	.dt-link:hover, .dt-link:focus, .dt-link:active  {
	color: #2D3144;
	text-decoration: none;
	}
.dt-link > i {
	display: inline-block;
	width: 22px;
	height: 22px;
    margin-right: 10px;
    margin-bottom: -6px;
	background-image: url('/icons/GAMOS/dt-link.png');
}
.dt-other {
	margin-top: 20px;
}
.dt-other > .dt-header {
    background: #EFF1F3;
    margin: 0;
    display: inline-block;
	font-size: 12px;
    padding: 5px 8px 3px 8px;
    border-radius: 3px 3px 0 0; 
}
.dt-other .dt-other-content {
	padding: 20px;
	border: 1px solid #EFF1F3;
	border-radius: 0 6px 6px 6px; 
}
.slide_togler, #sidebar-wrapper {
	display: none;
}

#forScrollArea {
	display: block;
	right: 0 !important;
	top: 52px !important;
}

.modal {
	z-index: 9999999;
}

.dt-wrapper {
	
}
.dt-head {
    background: #f7fafc;
    padding: 10px;
    border-radius: 4px 4px 0 0;
}
.table-row {
	border: 1px solid #EFF1F3;
	margin-bottom: -1px;
}

.table-td-left {
	width: 30%;
	text-align: left;
	font-weight: bold;
    font-size: 12px;
}

.table-td-right {
	width: 68%;
	border-left: 1px solid #EFF1F3;
	padding-left: 15px !important;
}

.table-td-right, .table-td-left {
	display: inline-block;
	padding: 7px;
	vertical-align: middle;
	word-break: break-word;
}

.table-td-left .languageEn {
	color: #878787;
	font-size: 11px;
}

.SummaryLinks, .headerDocRow {
	display: none;
}

.documentConteiner .documentViewFrameTitle {
	display: none;
}

/** carousel **/
.dt-carousel-wrapper {
	position: relative;
	max-width: 480px;
    margin: auto;
}
.carousel-control {
	top: 5px;
    bottom: inherit;
	width: 38px;
    height: 38px;
	text-shadow: 0 4px 3px rgba(0,0,0,0.8);
	background: none !important;
	opacity: .7;
	z-index: 2;
}
.carousel-control.left, .carousel-control.right {
	top: 50%;
    margin-top: -30px;
}
.carousel-control .dt-chevron-right, .carousel-control .dt-chevron-left {	
    z-index: 5;
	background: #2d3143;
	border-radius: 4px;
}
.dt-chevron-right:before, .dt-chevron-left:before {
	content:'';
	display: inline-block;
	width: 36px;
    height: 60px;
	background-repeat: no-repeat;
	background-position: center;
}
.dt-chevron-right:before {
	background-image: url(/icons/GAMOS/arrow-right.png);
}
.dt-chevron-left:before {
	background-image: url(/icons/GAMOS/arrow-left.png);
}
.carousel-indicators {
    margin-bottom: 0px;
}
.carousel-indicators .active {
	background: #2D3144;
	opacity: 1;
	margin: 0px 2px;
}
.carousel-indicators li {
	background: #2D3144;
	opacity: .5;
	border: none;
	margin: 0px 2px;
	width: 12px;
	height: 12px;
}
.carousel-inner > .item > a {
	display: block;
	text-align: center;
	height: 400px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	border: 2px solid #F7FAFC;
	background: #F7FAFC;
	overflow: hidden;
}
.carousel-inner > .item > a > img {
	margin: auto;
	max-height: 400px;
}
.carousel-control .glyphicon-chevron-right {
	right: 20%;
}
.carousel-control .glyphicon-chevron-left {
	left: 15%;
}

/* modal */ 
.popupImage {
	width: 90%;
	height: 85%;
	margin: auto;
}
.popupImage .modal-body, .popupImage .modal-content {
	height: 100%;
	padding: 0;
	border: none;
}
/*
.popupImage .modal-header {
	height: 43px;
}
*/ 
.modal-content .modal-header {
	position: relative;
	background: #243e58 !important;
	height: 1px;
	min-height: 1px;
	padding: 0px;
	margin: -1px;
}
.modal-content .modal-header > span ,.modal-content .modal-header > button {
	width: 32px;
    height: 32px;
	line-height: 32px;
    text-align: center;
	border-radius: 16px;
    background: red;
    position: absolute;
    right: -13px;
    top: -13px;
	z-index: 1;
}

.modal-dialog {
	margin-top: 50px;
}

.audio {
	display: none;
}

#myModal .modal-dialog {
	width: 940px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.defaultAreaCss {
	position: absolute;
	width: 100% !important;
    overflow-y: auto;
	padding: 10px 0px;
	top: 54px !important;
}

#myDetailClose {
	height: 32px !important;
	width: 32px;
	padding: 0;
	margin: 0 10px;
	border-radius: 4px;
	background: #fd5964;
	cursor: pointer;
}

#myDetailClose:after {
	content: '';
	display: inline-block;
	background-image: url(/icons/GAMOS/close.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 32px !important;
	width: 32px;
	filter: brightness(0) invert(1);
}

.layoutNavBar .collapse #BaseButtonList li#ContentInfoButton {
	display: none;
}

@media only screen and (max-width: 768px) {
	#myDetailClose {
		display: none;
	}
	.layoutNavBar .navbar-header .navbar-brand {
	width: 100%;
	}
	.layoutNavBar .navbar-brand .contentDisplayNameCss {
	max-width: inherit;
	padding-right: 60px;
	}
}
@media only screen and (max-width: 480px) {

	.layoutNavBar .navbar-header {
		padding-left: 11px;
	}

	#myCarousel {
		margin-bottom: 8px;
	}
}


@media (max-width: 991px) { 
	.dt-container {
	padding: 20px;
	}
	.dt-carousel-wrapper {
	margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	/* navbar */
	.layoutNavBar #BaseButtonList li#layoutSearchDiv {
	margin-right: 0 !important;
	}
	.layoutNavBar .navbar-header button {
	background: #3691AC;
	border-color: transparent;
    border-radius: 0;
	border: 0;
    height: 53px !important;
    margin: 0 !important;
    padding: 10px 20px !important;
	z-index: 1;
	}
		.navbar-default .navbar-toggle:hover, .layoutNavBar .navbar-default .navbar-toggle:focus {
		background: #2D86A1 !important;
		}
	.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
	}
	.navbar.layoutNavBar div {
	margin: 0 !important;
	}
	.layoutNavBar #bsForLayout {
	background: #fff !important;
	padding: 15px 10px !important;
	border-top: 1px solid #E4E8EC !important;
	box-shadow: 0px 4px 8px -2px rgba(0,0,0,.15);
	border-radius: 0 0 3px 3px !important;
	}
	.layoutNavBar .collapse #BaseButtonList {
	position: inherit;
	right: inherit;
	margin: 0;
	}
	
	#layoutSearchDiv {
	background: inherit;
	}
	.layoutNavBar #BaseButtonListRight {
	position: inherit;
	right: inherit;
	}
	.carousel-inner > .item > a {
	height: 300px;
	min-height: 300px;
	}
	.carousel-inner > .item > a > img {
	max-height: 300px;
	}
	.carousel-inner > .item > a.nolink img {
	max-width: 60px;
    height: auto !important;
	}
}

@media (max-width: 460px) {
	.carousel-inner > .item > a {
	height: 240px;
	min-height: 240px;
	}
	.carousel-inner > .item > a > img {
	max-height: 240px;
	}
}
/*ek*/
.dt-sub-title a:after {
  content: ', ';
}
.dt-sub-title a:last-child:after {
  content: '';
}