body {
padding: 0; 
margin: 0;
font-family: 'Roboto', sans-serif;
display: flex;
min-height: 100vh;
flex-direction: column;
}

.header{
	color: #8494A7;
	background-color: #F2F4F4;
	width: 100%
}

.header_content{
background-color: #fff;
border-bottom: 1px solid rgba(0,0,0,.0625);
display: block;
height: 65px;
margin-bottom: 0;
padding: 0;
position: fixed;
-webkit-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
width: 100%;
z-index: 800;
}

.header_content a {
	margin: 0;
	padding: 0;
}

.content_left{
	display: flex;
    justify-content: space-between;
    height: inherit;
}

.icons_logo{
	display: flex;
	flex-direction: row;
	list-style-type:none;
	margin:0.1rem;
	align-items: center;
}

.icons_logo li a {
	font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: currentcolor;
}

.icons_left{
	display: flex;
	flex-direction: row;
	list-style-type:none;
	margin:0.1rem;
	padding: 0;
	align-items: center;
}

.icons_right{
	display: flex;
	flex-direction: row;
	list-style-type:none;
	margin:0.1rem;
	padding: 0;
	align-items: center;
}

.icons_out{
	display: flex;
	flex-direction: row;
	list-style-type:none;
	margin:1.1rem;
    padding: 0;
    align-items: center;
}

.name{
	margin:1.1rem;
	font-size: 1.8rem;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.link{
	padding: 0.01rem .5rem;
    position: relative;
}

.file_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/file-alt-solid.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
    transition:0.5s;
}

.file_svg:hover {
	background-image: url(/atlases/atlas_1_2/conf/icons/file-alt-regular.svg);
	background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
    transition:0.5s;
}

.images_svg {
	background-image: url(/atlases/atlas_1_2/conf/icons/image-solid.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin-right: 1.1rem;
    margin-left: 1.1rem;
    transition:0.5s;
}

.images_svg:hover {
	background-image: url(/atlases/atlas_1_2/conf/icons/image-regular.svg);
	background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
    transition:0.5s;
}

.question_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/question-circle-solid.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
    transition:0.5s;    
}

.question_svg:hover {
	background-image: url(/atlases/atlas_1_2/conf/icons/question-circle-regular.svg);
	background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
    transition:0.5s;
}

.search_plus_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/search-plus-solid.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
    transition:0.5s;
    
}

.search_plus_svg:hover{
	background-image: url(/atlases/atlas_1_2/conf/icons/search-plus-solid.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
    transition:0.5s;
    transform: scale(1.1);
    
}

.search_minus_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/search-minus-solid.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin-right: 1.1rem;
    margin-left: 1.1rem;
    transition:0.5s;
}

.search_minus_svg:hover{
	background-image: url(/atlases/atlas_1_2/conf/icons/search-minus-solid.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin-right: 1.1rem;
    margin-left: 1.1rem;
    transition:0.5s;
    transform: scale(1.1);
}

.print_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/print-solid.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
    transition:0.5s;
}

.print_svg:hover{
	background-image: url(/atlases/atlas_1_2/conf/icons/print-solid.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
	transition:0.5s;
	transform: scale(1.1);
}

.sign_out_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/sign-out-alt-solid.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
	transition:0.5s;
}

.sign_out_svg:hover{
	background-image: url(/atlases/atlas_1_2/conf/icons/sign-out-alt-solid.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
	transition:0.5s;
	transform: scale(1.1);
}

#menu_short {
	width: 50px;
	position: fixed;
	text-align: center;
    cursor: pointer;
    height: 100%;
}

#menu_short_content {
    border-right: 1px solid rgba(0,0,0,.0625);
    height: 100%;
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
    padding-left: 40%;
}

#menu_short_content :hover {
	color: #8994a3;
}

#menu_content{
	position:fixed;
	top:50px;
	 overflow: auto;
	 width: 240px;
	 height: 100%;
     border-right: 1px solid rgba(0,0,0,.0625);
     background-color: #fff;
	 visibility:hidden;
	 padding: 1.5em;
	 list-style-type: none;
}

#map {
	height: 100%;
	text-align: center;
	overflow: auto;
	background-color: #fff;
	padding-top: 10px;
    padding-bottom: 10px;
    flex: 1;
}


#image{
	text-align: center;

}

#image img{
	height:calc(100vh - 180px);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    margin-top: 70px;
}

#menu_short_text{
	width:0.9em;
	line-height:4em;
	padding-top:20em;;
}

.name {
    margin: 1.1rem;
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}


@media only screen and (max-width: 1366px) and (orientation: portrait){
	#image img{
	height:80vh;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

	#menu_short_content {
    background-color: #F2F4F4;
    height: 83vh;
    text-align: center;
    padding-left: 40%;
}

#menu_content {
    position: fixed;
    top: 50px;
    overflow: auto;
    width: 240px;
    height: 83vh;
    background-color: #F2F4F4;
    visibility: hidden;
    padding: 1.5em;
    list-style-type: none;

}

@media only screen and (max-width: 960px)and (orientation: landscape) {
	#image img{
	height:83vh;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.file_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/file-alt-solid.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition:0.5s;
}

.images_svg {
	background-image: url(/atlases/atlas_1_2/conf/icons/image-solid.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-right: 1.1rem;
    margin-left: 1.1rem;
    transition:0.5s;
}

.question_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/question-circle-solid.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition:0.5s;    
}

.search_plus_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/search-plus-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition:0.5s;
    display: none;
    
}

.search_minus_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/search-minus-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 1.1rem;
    margin-left: 1.1rem;
    transition:0.5s;
    display: none;
}

.print_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/print-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition:0.5s;
    display: none;
}

.sign_out_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/sign-out-alt-solid.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
	transition:0.5s;
}



}

@media only screen and (max-width: 960px) and (orientation: portrait) {
	#image img{
	height:70vh;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.content_left{
	display: flex;
	justify-content: space-between;
	padding-left: 37px;
}

#map {
	height: 100%;
	text-align: center;
	overflow: auto;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
}

#menu_short_content {
	background-color: #F2F4F4; 
	height:73vh;
	text-align: center;
    padding-left: 40%;
}

#menu_content{
	position:fixed;
	top:50px;
	 overflow: auto;
	 width: 220px;
	 height: 73vh;
	 background-color: #F2F4F4;
	 visibility:hidden;
	 padding: 1.5em;
	 list-style-type: none;
	}

.icons_logo{
	display: none;
}


.file_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/file-alt-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition:0.5s;
}

.images_svg {
	background-image: url(/atlases/atlas_1_2/conf/icons/image-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 1.1rem;
    margin-left: 1.1rem;
    transition:0.5s;
}

.question_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/question-circle-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition:0.5s;    
}

.search_plus_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/search-plus-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition:0.5s;
    display: none;
    
}

.search_minus_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/search-minus-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 1.1rem;
    margin-left: 1.1rem;
    transition:0.5s;
    display: none;
}

.print_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/print-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition:0.5s;
    display: none;
}

.sign_out_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/sign-out-alt-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
	transition:0.5s;
}

.name{
	font-size: 1.4rem;
	font-weight: bold;
	display: flex;
	align-items: center;
}

}

@media only screen and (max-width: 768px) {
	#image img{
	height:63vh;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

#menu_short_content {
    background-color: #F2F4F4;
    height: 66vh;
    text-align: center;
    padding-left: 40%;
}

#menu_content{
	position:fixed;
	top:50px;
	 overflow: auto;
	 width: 220px;
	 height: 66vh;
	 background-color: #F2F4F4;
	 visibility:hidden;
	 padding: 1.5em;
	 list-style-type: none;
	}
}

@media only screen and (max-width: 667px) and (orientation: portrait) {

.icons_logo{
	display: none;
}

.file_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/file-alt-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition:0.5s;
    margin-bottom: 0;
}

.images_svg {
	background-image: url(/atlases/atlas_1_2/conf/icons/image-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 1.1rem;
    margin-left: 1.1rem;
    transition:0.5s;
    margin-bottom: 0;
}

.question_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/question-circle-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition:0.5s; 
    margin-bottom: 0;  
}

.search_plus_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/search-plus-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition:0.5s;
    display: none;
    
}

.search_minus_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/search-minus-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 1.1rem;
    margin-left: 1.1rem;
    transition:0.5s;
    display: none;
}

.print_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/print-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition:0.5s;
    display: none;
}

.sign_out_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/sign-out-alt-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
	transition:0.5s;
	margin-bottom: 0;
}

#menu_short {
    width: 20px;
    position: fixed;
    text-align: center;
    cursor: pointer;
}

#menu_short_content {
    background-color: #F2F4F4;
    height: 66vh;
    text-align: center;
    padding-left: 20%;
}

#menu_content {
    position: fixed;
    top: 42px;
    overflow: auto;
    width: 200px;
    height: 66vh;
    background-color: #F2F4F4;
    visibility: hidden;
    padding: 0.5em;
    list-style-type: none;
}

.name {
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

#map {
    height: 100%;
    text-align: center;
    overflow: auto;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

    #menu_content {
    position: fixed;
    top: 42px;
    overflow: auto;
    width: 200px;
    height: 66vh;
    background-color: #F2F4F4;
    visibility: hidden;
    padding: 0.5em;
    list-style-type: none;
    font-size: 0.8em;
}
}

@media only screen and (max-width: 360px){
	.icons_logo{
	display: none;
}

.file_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/file-alt-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition:0.5s;
    margin-bottom: 0;
}

.images_svg {
	background-image: url(/atlases/atlas_1_2/conf/icons/image-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 1.1rem;
    margin-left: 1.1rem;
    transition:0.5s;
    margin-bottom: 0;
}

.question_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/question-circle-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition:0.5s; 
    margin-bottom: 0;  
}

.search_plus_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/search-plus-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition:0.5s;
    display: none;
    
}

.search_minus_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/search-minus-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 1.1rem;
    margin-left: 1.1rem;
    transition:0.5s;
    display: none;
}

.print_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/print-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition:0.5s;
    display: none;
}

.sign_out_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/sign-out-alt-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
	transition:0.5s;
	margin-bottom: 0;
}

.name {
    font-size: 0.9rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-align: center;
}

#menu_short_content {
    background-color: #F2F4F4;
    height: 65vh;
    text-align: center;
    padding-left: 20%;
}

#image img {
    height: 58vh;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

#statusbar {
	font-size: 10px;
}

#menu_short {
    width: 20px;
    position: absolute;
    text-align: center;
    cursor: pointer;
}

#menu_short_text {
    width: 0.9em;
    line-height: 4em;
    padding-top: 3em;
}

@media only screen and (max-width: : 667px) and (orientation:landscape){
	.icons_logo{
	display: none;
}

.file_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/file-alt-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition:0.5s;
    margin-bottom: 0;
}

.images_svg {
	background-image: url(/atlases/atlas_1_2/conf/icons/image-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 1.1rem;
    margin-left: 1.1rem;
    transition:0.5s;
    margin-bottom: 0;
}

.question_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/question-circle-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition:0.5s; 
    margin-bottom: 0;  
}

.search_plus_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/search-plus-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition:0.5s;
    display: none;
    
}

.search_minus_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/search-minus-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 1.1rem;
    margin-left: 1.1rem;
    transition:0.5s;
    display: none;
}

.print_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/print-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition:0.5s;
    display: none;
}

.sign_out_svg{
	background-image: url(/atlases/atlas_1_2/conf/icons/sign-out-alt-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
	transition:0.5s;
	margin-bottom: 0;
}

.name {
    font-size: 0.9rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-align: center;
}

#menu_short_content {
    background-color: #F2F4F4;
    height: 65vh;
    text-align: center;
    padding-left: 20%;
}

#image img {
    height: 58vh;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

#statusbar {
	font-size: 10px;
}

#menu_short {
    width: 20px;
    position: absolute;
    text-align: center;
    cursor: pointer;
}

#menu_short_text {
    width: 0.9em;
    line-height: 4em;
    padding-top: 3em;
}