@font-face {
    font-family: "Cabin Regular";
    src: url("fonts/CabinRegular.ttf");
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url("fonts/MaterialIcons-Regular.woff2") format('woff2'),
       url("fonts/MaterialIcons-Regular.woff") format('woff'),
       url("fonts/MaterialIcons-Regular.ttf") format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
html,body{
	font-family: "Cabin Regular", Times, serif;
	color: #333333;
	margin:0px;
	overflow: hidden !important;
	width: 100%;
	height: 100%;
}
.removeHover{
	cursor: help;
}
#popup_holder{
	z-index: 1000;
	position: relative;
	background: rgba(0,0,0,0.7);
	height: 100%;
	width: 100%;
	position: fixed;
	text-align: center;
	top: 0px;
	left: 0px;
	cursor: pointer;
	display: none;
}
.popup_content{
	background: white;
	border-radius: 8px;
	display: inline-block;
	margin: auto;
	padding: 10px;
	margin-top: 30px;
	text-align: left;
	cursor: default;
}
.popup_content input{
	background: transparent;
	border: 0px;
	width: auto;
	padding: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 3px solid #00AAA6;
	outline: none;
	font-size: 21px;
}
#map{
	height: 100%;
	width: 100%;
	z-index: 0;
}
#leftBar{
	position: absolute;
	width: 300px;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: url("../images/ignasi_pattern_s.png");
	background-repeat: repeat-y;
	z-index: 20;
	-webkit-box-shadow: 2px 4px 32px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 4px 32px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 4px 32px 0px rgba(0,0,0,0.75);
	-webkit-transition: 0.3s; /* Safari */
   	 transition: 0.3s;
}
#leftBar.close{
	left:-300px;
}
ul{
	text-decoration: none;
	list-style-type: none;
}
#floor_levels{
	position: absolute;
	right: 20px;
	bottom: 0px;
	z-index: 10;
}
.btn{
	padding: 10px;
	border-radius: 5px;
	background: #006C69;
	cursor: pointer;
	color: white;
	text-align: center;
	margin-bottom: 7px;
}
.c_btn{
	width: 50px;
	height: 50px;
	background: #333333;
	color: white;
	border-radius: 10px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 3em;
	cursor: pointer;
	-webkit-box-shadow: -5px 2px 32px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 2px 32px -1px rgba(0,0,0,0.75);
	box-shadow: -5px 2px 32px -1px rgba(0,0,0,0.75);
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari*/
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.no-select{
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari*/
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.text-center{
	text-align: center;
}
.big-map-text{
	text-align: center;
	width: 1000px !important;
	left: -500px;
	font-weight: bold;
}
.small-map-text{
	text-align: center;
	width: 1000px !important;
	left: -500px;
	pointer-events:none !important;
}
.placeLabel{
	background: #A85C5C;
	color: white;
	display: inline-block;
	padding: 3px 5px 3px 5px;
}
.placeLabelShow,.BigTextToShow{
	color: transparent;
}
.bigTextNew{
	font-weight: bold;
}
.BigTextToShow .placeLabel{
	display: none;
}
.theGrandstand{
	color: transparent;
}
.grandstandShow .theGrandstand{
	font-weight: bold;
	color: #333333;
}
.placeLabelShow.small .placeLabel{
	font-size: 9px !important;
	padding: 0px 3px 0px 3px;
}
.BigTextToShow .bigTextNew,.placeLabelShow .bigTextNew{
	color: #333333 !important;
}
.arrow::before{
	font-family: 'Material Icons';
	content: '\E5C8';
	font-size: 20px;
	position: absolute;
	height: 20px;
	width: 20px;
	left: 50%;
}
.arrow.top::before{
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
}
.arrow.left::before{
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}
.arrow.marquee_direction::before{
	-ms-transform: rotate(-60deg); /* IE 9 */
	-webkit-transform: rotate(-60deg); /* Chrome, Safari, Opera */
	transform: rotate(-60deg);
}
.arrow.kranji_walkway::before{
	-ms-transform: rotate(-110deg); /* IE 9 */
	-webkit-transform: rotate(-110deg); /* Chrome, Safari, Opera */
	transform: rotate(-110deg);
}
.subdirectory_arrow::before{
	font-family: 'Material Icons';
	content: '\E5DA';
	font-size: 20px;
	position: absolute;
	height: 20px;
	width: 20px;
	left: 50%;
}
.subdirectory_arrow.top::before{
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
}
.subdirectory_arrow.bottom::before{
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
}
.c_btn.active{
	color: white;
	background: #6A2889;
}
.c_btn.m_i{
	position: absolute;
}
.c_btn.m_i i{
	line-height: 2em;
}
#close_bar{
	background: #00AAA6;
	bottom: 0px;
	left: 130px;
}
#menu{
	background: #00AAA6;
	top: 20px;
	left: 20px;
}
#topMenu{
	background: #00AAA6;
}
#top_nav_menu{
	background: white;
	height: 50px;
}
#top_nav_menu .top_nav_btn{
	display: inline-block;
	width: 50%;
	margin-right: -4px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	-webkit-box-shadow: inset 4px -11px 57px -16px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 4px -11px 57px -16px rgba(0,0,0,0.75);
	box-shadow: inset 4px -11px 57px -16px rgba(0,0,0,0.75);
}
#top_nav_menu .top_nav_btn.active{
	background: #00AAA6;
	color: white;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#top_nav_menu .top_nav_btn i{
	line-height: 2em;
}
.menuInputs,.menuOutputs{
	padding: 5px;
	display: none;
}
.menuInputs.active,.menuOutputs.active{
	display: block;
}
.menuOutputs{
	/*max-height: 100%;
	max-height: calc(100% - 150px);
	max-height: -webkit-calc(100% - 150px);
	max-height: -moz-calc(100% - 150px);*/
	overflow-y:scroll;
	overflow-x:hidden;
}
.menuInputs input{
	background: transparent;
	border: 0px;
	width: 100%;
	padding: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 3px solid white;
	outline: none;
	font-size: 21px;
	color: white;
	padding-left:35px;
}
.menuInputs i{
	position: absolute;
	left: 10px;
	margin-top: 5px;
	color: white;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: silver;
}
::-moz-placeholder { /* Firefox 19+ */
  color: silver;
}
:-ms-input-placeholder { /* IE 10+ */
  color: silver;
}
:-moz-placeholder { /* Firefox 18- */
  color: silver;
}
#nav_reverse_offset{
	display: inline-block;
	width: 40px;
	position: relative;
	vertical-align: top;
}
#nav_input_offset{
	display: inline-block;
	width: 245px;
	position: relative;
	vertical-align: top;
}
.swarp_btn{
	min-height: 33px;
	margin-top: 20px;
	cursor: pointer;
}
.swarp_btn i{
	margin-left: -2px;
}
#displayAllBtn{
	background: #D2D7D3;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 10px 0px;
	margin-top: 5px;
	text-align: center;
	cursor: pointer;
	display: none;
}
.menuOutputs.navigateHolder{
	padding: 0px;
	max-height: calc(100% - 230px);
}
.menuOutputs.navigateHolder .nav_dir_step{
	width: 100%;
	height: auto !important;
	position: relative;
	cursor: pointer;
}
.menuOutputs.navigateHolder .nav_dir_step.stepContainerTitle{
	background: lightgrey;
}
.menuOutputs.navigateHolder .nav_dir_step_container_parent .nav_dir_step.stepContainerTitle .nav_step_textHolder::after{
	vertical-align: top;
	display: inline-block;
	font-family: 'Material Icons';
	content: '\E315';
	font-size: 20px;
	transition: 0.3s;
}
.menuOutputs.navigateHolder .nav_dir_step_container_parent.active .nav_dir_step.stepContainerTitle .nav_step_textHolder::after{
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.menuOutputs.navigateHolder .nav_dir_step_container_parent .nav_dir_step_container{
	display: none;
}
.menuOutputs.navigateHolder .nav_dir_step_container_parent.active .nav_dir_step_container{
}
.menuOutputs.navigateHolder .nav_dir_step.no-click{
	cursor: default;
}
.menuOutputs.navigateHolder .nav_dir_step.active{
	background: white;
}
.menuOutputs.navigateHolder .nav_dir_step .nav_step_iconHolder{
	width: 50px;
	position: absolute;
	color: #00AAA6;
	text-align: center;
	left: 0px;
	margin-top: 10px;
}
.menuOutputs.navigateHolder .nav_dir_step.active .nav_step_iconHolder i{
	font-weight: bold;
}
.menuOutputs.navigateHolder .nav_dir_step .nav_step_iconHolder i.NE{
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.menuOutputs.navigateHolder .nav_dir_step .nav_step_iconHolder i.E{
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.menuOutputs.navigateHolder .nav_dir_step .nav_step_iconHolder i.SE{
	-ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
    transform: rotate(135deg);
}
.menuOutputs.navigateHolder .nav_dir_step .nav_step_iconHolder i.S{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.menuOutputs.navigateHolder .nav_dir_step .nav_step_iconHolder i.SW{
	-ms-transform: rotate(225deg); /* IE 9 */
    -webkit-transform: rotate(225deg); /* Chrome, Safari, Opera */
    transform: rotate(225deg);
}
.menuOutputs.navigateHolder .nav_dir_step .nav_step_iconHolder i.W{
	-ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
}
.menuOutputs.navigateHolder .nav_dir_step .nav_step_iconHolder i.NW{
	-ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Chrome, Safari, Opera */
    transform: rotate(315deg);
}
.menuOutputs.navigateHolder .nav_dir_step .nav_step_textHolder{
	padding: 12px 10px 10px 0px;
	padding-left: 55px;
	height: auto;
}
.menuOutputs.navigateHolder .stepSummary{
	text-align: center;
}
.menuOutputs.navigateHolder .stepSummary i{
	margin-top: 10px;
	vertical-align: bottom;
}
#share_btn{
	position: absolute;
	right: 20px;
	bottom: 350px;
}
#share_btn i{
	line-height: 45px;
}
.info_btn{
	color: #00AAA6;
	cursor: pointer;
}
.info_btn i{
	vertical-align: top;
	margin-top: -5px;
	margin-right: 5px;
}
#clear-route,#clear-markers{
	background: #00AAA6;
	margin: 15px auto 5px auto;
	width: 150px;
}
#clear-markers.hide{
	display: none;
}
#nav_guide_holder_ab{
	position: absolute;
	bottom: -50px;
	width: 100%;
	transition: 0.1s;
	z-index: 5;
	
}
#nav_guide_holder_ab.active{
	bottom: 25px;
	z-index: 5;
}
#nav_guide_holder{
	height: 50px;
	padding-right: 100px;
	padding-left: 325px;
	z-index: 5;
	-webkit-transition: 0.3s; /* Safari */
   	 transition: 0.3s;
}
#nav_guide_holder.menu_in{
	padding-left: 20px;
}
#nav_guide{
	background: rgba(0,0,0,0.8);
	height: 50px;
	border-radius: 5px;
	color: white;
}
#nav_guide .guide_btn{
	position: relative;
	height: 50px;
	cursor: pointer;
	padding: 0px 10px 0px 10px;
	background: black;
	position: absolute;
}
#nav_guide .guide_btn.back_btn{
	border-radius: 5px 0px 0px 5px;
}
#nav_guide .guide_btn.back_btn i{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    font-size: 35px;
    line-height: 48px;
}
#nav_guide .guide_btn.forward_btn{
	border-radius: 0px 5px 5px 0px;
	right: 100px
}
#nav_guide .guide_btn.forward_btn i{
    font-size: 35px;
    line-height: 48px;
}
#nav_guide .guide_content{
	padding: 0px 55px 0px 55px;
	color: white;
}
#nav_guide .guide_content .guide_text{
	padding: 5px 10px 3px 10px;
	text-align: center;
}
#nav_guide .guide_content .guide_load_bar{
	width: 10%;
	height: 5px;
	background: #6A2889;
}

/* DDS */
#dds>ul{
	margin-top: 5px;
}
.placesHolder_dds .dds_droppable .all_selector,.placesHolder_dds .dds_item .all_selector{
	float: right;
	margin-right: 7px;
	margin-top: 5px;
	content:'';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: silver;
}
.dds_item.hide{
	display: none;
}
.placesHolder_dds .dds_item.active{
	color: black;
}
.placesHolder_dds .dds_droppable .all_selector.active,.placesHolder_dds .dds_item .all_selector.active{
	background: green;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(20,181,25,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(20,181,25,1);
	box-shadow: 0px 0px 7px 0px rgba(20,181,25,1);
}
.placesHolder_dds .dds_item{
	transition: margin-left 0.2s;
}
.placesHolder_dds .dds_item:hover,.placesHolder_dds .dds_item.highlight{
	color: black;
	margin-left: 3px;
}
/* end of DDS */