﻿* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/**{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
}*/

audio {
     height: 0px;
     width: 0px;
     top: 0px;
     left:0px;
     z-index: -20;
     display: none;
}

@font-face {
	font-family: 'PlutoRegular';
	src: url('../fonts/PlutoRegular.eot');
	src: url('../fonts/PlutoRegular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/PlutoRegular.woff') format('woff'),
		 url('../fonts/PlutoRegular.ttf') format('truetype'),
		 url('../fonts/PlutoRegular.svg#PlutoRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.font_PlutoRegular { font-family: PlutoRegular, sans_serif; }

@font-face {
	font-family: 'PlutoMedium';
	src: url('../fonts/PlutoMedium.eot');
	src: url('../fonts/PlutoMedium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/PlutoMedium.woff') format('woff'),
		 url('../fonts/PlutoMedium.ttf') format('truetype'),
		 url('../fonts/PlutoMedium.svg#PlutoMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
.font_PlutoMedium { font-family: PlutoMedium, sans_serif; }

body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	background-color: rgb(227, 6, 19);
}

#wrapper {
	margin: 0px auto;
}

#container {
	position: absolute;
	width: 1024px;
	height: 768px;
	background-color: #ffffff;
	overflow:hidden;
	display: none;
}

/*----*/

.mapFrame {
	position: absolute;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 768px;
	background-color: #ffffff;
}

.pdfsFrame {
	position: absolute;
	margin: 0 auto;
    top: 0; left: 0; bottom: 0; right: 0;
	/*width: 100%;
	height: 768px;*/
	display: none;
	z-index: 1001;
	background-color: rgba( 153, 153, 153, 0.5);
}

.creditFrame {
	position: absolute;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 768px;
	display: none;
	z-index: 2001;
	background-color: rgba( 153, 153, 153, 0.5);
}

/*----*/

.mapFrame > div.mapTitle {
	position: relative;
	width: 100%;
	height: 7%;
}

.mapFrame > div.mapTitle > div.mapTitleClass {
	position: relative;
	top: 0px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	padding-top: 12px;
    text-align: center;
    font-family: 'PlutoMedium', 'Arial', 'sans-serif';
    font-size: 30px;
    color: #000000;
}

/*----*/

.mapFrame > div.mapMap {
	position: relative;
	width: 100%;
	height: 93%;
}

.mapFrame > div.mapMap > div.mapBgClass {
	position: absolute;
	top: 0px;
	left: 30px;
	width: 40%;
	height: 100%;
    background: url('../img/common/bg.jpg')no-repeat; 
    background-size: 100%;
    background-position: center;
    opacity: 1;
}

.mapFrame > div.mapMap > div.mapMapClass {
	position: absolute;
	top: 7px;
	left: 478px;
	width: 501px; 
	height: 695.83px;
	/*height: 695px;*/
}

.mapFrame > div.mapMap > div.mapMapClass > div.mapMapClassImg {
	position: relative;
	width: 100%; 
	height: 100%;

	/*border: 2px solid #e30613;*/
    background-repeat: no-repeat;
    background-size: 100%;
}
.mapFrame > div.mapMap > div.mapMapClass > div.mapMapClassImg > img {
    display: inline-block;
    width: 100%; 
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    border: 2px solid #e30613;
    outline: none;
}

.mapFrame > div.mapMap > div.mapMenu {
	position: absolute;
	top: 152px;
	left: 190px;
	width: 230px;
	max-width: 240px;
	/*height: 150px;*/
	/*border: 1px solid #e30613;*/
}

.mapFrame > div.mapMap > div.mapMenu > div.mclass {
	float: left;
	width: 100%;
	padding: 4px;
	margin-bottom: 4px;
    text-align: left;
    font-family: 'PlutoRegular', 'Arial', 'sans-serif';
    font-size: 14px;
    /*color: #000000;*/
    background-color: #ffffff;
    border-bottom: 1px solid #e30613;
    cursor: default !important;
    /*border: 2px solid #e30613;*/
}
.mapFrame > div.mapMap > div.mapMenu > div.mapMenuNotActivated { color: #000000; cursor: pointer !important; }
.mapFrame > div.mapMap > div.mapMenu > div.mapMenuActivated { color: #ffffff; }
.mapFrame > div.mapMap > div.mapMenu > div.mclass:hover { background-color: rgba(227, 6, 19, 0.2);}
.mapFrame > div.mapMap > div.mapMenu > div#but_0.mapMenuActivated { background-color: rgba(177, 201,   3, 1) !important; }
.mapFrame > div.mapMap > div.mapMenu > div#but_1.mapMenuActivated { background-color: rgba(240, 138,   0, 1) !important; }
.mapFrame > div.mapMap > div.mapMenu > div#but_2.mapMenuActivated { background-color: rgba( 61, 164, 215, 1) !important; }
.mapFrame > div.mapMap > div.mapMenu > div#but_3.mapMenuActivated { background-color: rgba(227,  18, 119, 1) !important; }
.mapFrame > div.mapMap > div.mapMenu > div#but_4.mapMenuActivated { background-color: rgba(251, 186,   0, 1) !important; }
.mapFrame > div.mapMap > div.mapButtons > div.circleClass {
	position: absolute;
    border-radius: 50%;
    border: 1px solid red;
    text-align: center;
    font-family: 'PlutoMedium', 'Arial', 'sans-serif';
    font-size: 14px;
    color: #ffffff;
    z-index: 0;
    cursor: pointer;
}
.mapFrame > div.mapMap > div.mapButtons > div.circleClass:hover { border: 1px solid #000000 !important; z-index: 1; }

/*----*/

.mapFrame > div.mapMap > div.mapButtons {
	position: absolute;
	top: 0px;
	left: 478px;
}

/*----*/

.mapFrame > div.mapCredit {
	position: absolute;
	bottom: 7px;
	left: 37px;
    height: 30px;
    width: 30px;

    font-size: 22px;
    font-family: 'HelveticaNeueLTStdRoman',sans-serif;
    background-color: #878787;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    border-radius: 6px 6px 0;
    cursor: pointer;
}
.mapFrame > div.mapCredit:hover {
    background-color: #e30613;
}


/*tooltips*/

.mapTooltip {
    position: absolute;
    width: 350px;
    padding: 4px;
    background-color: #ffffff;
    border: 1px solid #999;
    display: none;
    /*z-index: 2001;*/

    border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;

    box-shadow: 0px 0px 12px #999;
    -webkit-box-shadow: 0px 0px 12px #999;
    -moz-box-shadow: 0px 0px 12px #999;
}

.mapTooltip > div.mapTooltipImg { 
	position: relative;
    width: 350px;
    height: 162.97px;
    height: 163px;
    background-repeat: no-repeat;
    background-size: 100%; 
}

.mapTooltip > div.mapTooltipImg > img { 
	position: relative;
    width: 350px;
    height: 162.97px;
    height: 163px;
    background-repeat: no-repeat;
    background-size: 100%;

    border-top-left-radius: 4px;
    -ms- border-top-left-radius: 4px;
    -moz- border-top-left-radius: 4px;
    -webkit- border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -ms- border-top-right-radius: 4px;
    -moz- border-top-right-radius: 4px;
    -webkit- border-top-right-radius: 4px;
}

.mapTooltip > div.mapTooltipDef { 
	position: relative;
    padding: 4px;
    text-align: center !important;
}

.mapTooltip > div.mapTooltipDef > span { 
    font-family: 'PlutoRegular', 'Arial', 'sans-serif';
    font-size: 14px;
    text-align: center !important;
    color: #000000;
}

/* frame pdf */

.pdfsFrame >  div.pdfsClass {
    position: absolute;
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
	/*width: 860px;
	height: 768px;*/
    box-shadow: 0px 0px 12px #000;
    -webkit-box-shadow: 0px 0px 12px #000;
    -moz-box-shadow: 0px 0px 12px #000;
    z-index: 1001;
}
.pdfsFrame >  div.pdfsClass object {
	/*position: absolute;*/
	/*width: 860px;
	height: 768px;*/
}

.pdfsFrame >  div.close_button,
.creditFrame >  div.close_button {
    position: absolute;
    top: 50px;
    right: 0px;

    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 12px 18px 10px 20px;

    box-shadow: 0px 0px 8px #333333;
    -webkit-box-shadow: 0px 0px 8px #333333;
    -moz-box-shadow: 0px 0px 8px #333333;
    
    z-index: 1001;
    cursor: pointer;
}

.pdfsFrame >  div.close_button > img,
.creditFrame >  div.close_button > img {
    width: 34px;
    height: 34px;
}

/*----rgb(227, 6, 19);*/

.creditFrame >  div.close_button {
    background-color: rgb(227, 6, 19) !important;
}

.creditFrame > div.creditClass {
	position: absolute;
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 860px;
    height: 100%;
    background-color: #ffffff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

    box-shadow: 0px 0px 8px #333333;
    -webkit-box-shadow: 0px 0px 8px #333333;
    -moz-box-shadow: 0px 0px 8px #333333;

    background: url('../img/common/bg_credit.jpg')no-repeat; 
    background-size: 50%;
    background-position: center;
    background-color: #ffffff;
}

.creditFrame > div.creditClass > div.creditContent {
	position: relative;
	/*width: 100%;
	height: 100%;*/
    margin: 1.0em 1.0em;
    border-top-left-radius: 8px;
    /*border-top-right-radius: 8px;*/
	border: 1px solid #e30613;
}
.creditFrame > div.creditClass > div.creditContent > div {
	position: relative;
	width: 100%;
	height: 735px;

	overflow: auto;
}

.creditFrame > div.creditClass > div.creditContent > div > div.credit_header {
    position: relative;
	padding: 20px 20px;
    height: 170px;
    /*border: 1px solid #000;*/
}

.creditFrame > div.creditClass > div.creditContent > div > div.credit_header > div.credit_tit {
    float: left;
    padding: 20px 20px;
    font-family: 'PlutoRegular', 'Arial', 'sans-serif';
    font-size: 16px;
    text-align: left !important;
    color: #000;
    /*border: 1px solid #000;*/
}
.creditFrame > div.creditClass > div.creditContent > div > div.credit_header > div.credit_tit > span {
    display: inline-block;
    font-family: 'PlutoMedium', 'Arial', 'sans-serif';
    font-weight: bold;
    font-size: 20px !important;
    text-align: center !important;
    width: 25px !important;
}

.creditFrame > div.creditClass > div.creditContent > div > div.credit_header > div.credit_pro {
    float: left;
    padding: 40px 40px;
    width: 500px;
    font-family: 'PlutoRegular', 'Arial', 'sans-serif';
    font-size: 20px;
    text-align: left !important;
    color: #000;
    /*border: 1px solid #000;*/
}
.creditFrame > div.creditClass > div.creditContent > div > div.credit_header > div.credit_pro > span {
    /*position: relative;
    width: 250px;*/
}

.creditFrame > div.creditClass > div.creditContent > div > div.credit_text0 {
    clear: both;
	padding: 20px 20px;
    font-family: 'PlutoRegular', 'Arial', 'sans-serif';
    font-size: 16px;
    text-align: left !important;
    color: #878787;
}

.creditFrame > div.creditClass > div.creditContent > div > div.credit_text1 {
    padding: 20px 20px;
    font-family: 'PlutoRegular', 'Arial', 'sans-serif';
    font-size: 14px;
    text-align: left !important;
    color: #878787;
}

.creditFrame > div.creditClass > div.creditContent > div > div.credit_logs {
    height: 100px;
    padding: 20px 20px;
}

.creditFrame > div.creditClass > div.creditContent > div > div.credit_logs > img {
    display: inline-block;
    /*padding-left: 60px;*/
    /*padding: 20px 50px;*/
    /*height: 100%;*/
}

.creditFrame > div.creditClass > div.creditContent > div > div.credit_logs > img.cl_uni {
    float: left;
    padding-left: 40px;
}

.creditFrame > div.creditClass > div.creditContent > div > div.credit_logs > img.cl_san {
    float: center;
    padding-top: 35px;
    padding-left: 150px;
}

.creditFrame > div.creditClass > div.creditContent > div > div.credit_logs > img.cl_mad {
    float: right;
    padding-top: 30px;
    padding-right: 20px;
}

.creditFrame > div.creditClass > div.creditContent > div > div.credit_sant {
    padding: 20px 20px;
    font-family: 'PlutoRegular', 'Arial', 'sans-serif';
    font-size: 12px;
    text-align: center !important;
    color: #000;
}

/* loader  */

.loader {
	position: absolute;
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}