
body{
    background-color: #f0f2f5;
}

.search_image{
  float:left;
}

h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:0;
}

.search_image_area{

  width:75px;
  height:75px;
  float:left;

}

.search_content_area{

  float: left;
  width:145px;
  border:1px solid grey;
}

#map {
			width: 100%;
			height: 55vh;
}

.search_content_area h5,.search_content_area h3{
  margin: 0;
  padding: 0;
}

.search_content_area h5{
  font-weight: 100;
}

.search_content_area h3{
  font-weight: 900;

}

.search_rank_area{

postion:absolute;
width:75px;
height:75px;
float:right;
top:0px;
right:0px;

}

.search_action_area{

width:100%;
height:25px;
border-bottom:#dadada 1px solid;
margin-bottom: 3px;

}

.search_rank_area_wrapper{
  padding-left: 75px;
  padding-right: 75px;
}

.list_info h3{
  padding:0;
  border:0;
  border:1px solid grey;
}

a:link {color: #000;text-decoration: none;font-weight:100; border:0;}
a:visited {color:  #000;text-decoration: none;font-weight:100; border:0;}
a:hover {color:#1376e4 ;text-decoration: none;font-weight:100; border:0;}

.topmenu a:hover {color:#1376e4 ;text-decoration: none;font-weight:900; border:0;font-size: 130%;}

.topmenu {
  font-size: 70%;
}

.frame {
    float:left;
    height: 80px;      /* equals max image height */
    width: 90px;
    white-space: nowrap;
    text-align: center; margin: 1em 0;
    margin-top:-25px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.frame img {
    background: #3A6F9A;
    vertical-align: middle;
    max-height: 80px;
    max-width: 70px;
}

.border{
  border:1px solid grey;
  margin-bottom:12px;
	border:1px solid #e0e5e9;
	padding: 16px;
  border-radius: 6px;
	box-shadow: 2px 3px 5px -4px rgba(0,0,0,0.2);
}

.border_grid{
  border:1px solid grey;
	border:1px solid #e0e5e9;
  border-radius: 6px;
	box-shadow: 2px 3px 5px -4px rgba(0,0,0,0.2);
}


.header{
  position:sticky;
  top: 0;
  background-color: #fff;
  margin-bottom: 12px;
  border-bottom:1px solid #dddfe2;
  z-index: 100;
}

.contentarea{

}

.pure-g{
  background: #fff;
}

.view-label{
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 900;
  padding:3px;
}

.view-text{
  padding:3px;
  margin-bottom:3px;
  font-size: 1.1em;
}

.view-icon{
  position: relative;
  width:100%;
  min-height:90px;
}

.view-icon img{
  position: absolute;
       top: 0px;
       left: 0px;
}

.icon-container{

  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;

}

.image-container{

  display: flex;
  justify-content: center;
  align-items: center; /* align vertical */
  height:90px;

}

.image-container img{



}

.icon_n{
  text-align: center;
  /*background: #f0f2f5;*/
  width:100px;
  padding: 10px;
  padding-top:0px;
  padding-bottom:10px;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top:10px;
}

.icon_n img{
  margin:auto auto auto auto;
  padding-top:5px;

}

.notification_n{
  text-align: right;
  min-height:26px;
  padding:0px;
}

.n_number{
  text-align: center;
  color:white;
  background:url('/images/new_bubble.png') center center no-repeat;background-size:20px 20px;
  width: 20px;
  height: 20px;
  float:right;
  padding-left: 2px;
  padding-right: 2px;
}

.n_number_l{
  text-align: center;
  color:white;
  background:url('/images/read_bubble.png') center center no-repeat;background-size:20px 20px;
  width: 20px;
  height: 20px;
  float:left;
  padding-left: 2px;
  padding-right: 2px;
}

.icon-name{
  font-weight: bold;
  font-size:0.9em;
  overflow-wrap: break-word;
  f
}

.icon-category{
  font-size:0.8em;
  overflow-wrap: break-word;
}

.control-bar-search input[type=text]{
  border:1px solid #acadad;
  border-radius: 6px;
  padding: 4px;
  font-size: 0.9em;
}

.control-bar-search select{
  border:1px solid #acadad;
  border-radius: 6px;
  padding: 2px;
  font-size: 0.9em;
}

.control-bar-search input[type=submit]{
  border:1px solid green;
  border-radius: 6px;
  padding: 4px;
  font-size: 0.9em;
  background:rgb(28, 184, 65);
  color:#fff;
}

.control-bar-search input[type=text]:focus{
  outline: 1px solid orange;
}

.control-bar input[type=text]{
  border:1px solid #acadad;
  border-radius: 6px;
  padding: 4px;
}

.control-bar input[type=submit]{
  border:1px solid #acadad;
  border-radius: 6px;
  padding: 6px;
  color:#fff;
  background: grey;
  cursor:pointer;

}

.control-bar select{
  border:1px solid #acadad;
  border-radius: 6px;
  padding: 3px;
  cursor:pointer;
}

.control-bar input[type=text]:focus{
  outline: none;
}

.smaller input[type=text]:focus{
  outline: none;
  height:20px;
}

.category-sum{
  float:left;
  padding:10px;
}

.icon-name a:link {color: #478cd9;text-decoration: none;font-weight:900; border:0;}
.icon-name a:visited {color:  #478cd9;text-decoration: none;font-weight:900; border:0;}
.icon-name a:hover {color:green ;text-decoration: none;font-weight:900; border:0;}

.footer a:link {color: #478cd9;text-decoration: none;font-weight:100; border:0;}
.footer a:visited {color:  #478cd9;text-decoration: none;font-weight:100; border:0;}
.footer a:hover {color:green ;text-decoration: none;font-weight:100; border:0;}

.menu_button{

/*	display:none; */
height:22px;

}

.m_menu{
  position:relative;

}

/* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: none;
    overflow-x: hidden;
    display:none;
    color:#f1f1f1;
    margin-bottom:6px;
    padding-top: 0;
}

.sidenav ul {
  list-style-type:none;
  margin:0;
  margin-bottom: 6px;
  padding: 0;
}

.sidenav li {
  float:left;
  color:#333;
  padding: 1px;
  padding-left: 6px;
  padding-right: 6px;
  height:23px;
  line-height: 23px;
  border:0px solid #eaeaea;
  font-size: 0.85em;
}

.sidenav li:hover{
  background: #eaeaea;
 }

.sidenav a:link {color: #000;text-decoration: none;font-weight:900; border:0;}
.sidenav a:visited {color:  #000;text-decoration: none;font-weight:900; border:0;}
.sidenav a:hover {color:#000;text-decoration: none;font-weight:900; border:0;}


.local_switcher{
    margin:auto auto auto auto;
    width:150px;
}

.top_menu{
  line-height: 26px;
  height:26px;
  font-size: .8em;
}

.logolocation{
  width:180px;
  margin: auto auto auto auto;
  float:none;
}

.searchlocation{

  min-width:180px;
  margin: auto auto auto auto;

}

.searchlocation_left{

  width:151px;
  float:right

}

  .control-bar-filter input[type="text"]{
    width:110px;
	  padding-top:1px;
	  padding-bottom:1px;
  }

  .tableborder_small{
  	font-size:.8em;
  	border-collapse: collapse;
  	/*border:1px solid #c0dbd6;*/
  }

  	.tableborder_small th{
  		background: #666 repeat top left;
  		background-size:100% 100%;
  		border-width: 1px;
  		padding: 1px 4px;
  		color:#FFF;
  		border-style: solid;
  		font-weight:100;
  		border-color: #8C8C8C;
  	}

  	.tableborder_small tr{
  		height:15px;
  	}

  	.tableborder_small td{
  	border-width: 1px;
  	padding: 1px 4px;
  	border-style: solid;
  	border-color: #8C8C8C;
  	}

    .wrapper_2{
      padding:6px;
    }

.top_menu{
  background:#f0f2f5;
  padding-left:2px;
  padding-right:2px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border:1px solid #e0e5e9;
}

.align_right{
  text-align: right;
}

.sidenav_bg{

  background:#fff;

}

.ll_header{

  padding:6px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-top:0;

}

.ll_ve_top_header{
  padding:6px;
  margin-bottom:0px;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}

.ll_ve_top_header_rad_all{
  padding:6px;
  margin-bottom:0px;
  margin-bottom: 6px;
}

.clear_pureg{
    border-radius:6px;
    background: rgba(255, 255, 255, .6);
}


.bottom_control{

  padding:6px;
  margin-top:0px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-top:none;background: rgba(255, 255, 255, .6);

}

.bottom_alert{

  padding:6px;margin-top:0px;border-top-left-radius:0;border-top-right-radius:0;border-top:none;background: rgba(255, 255, 255, .9);border:1px solid orange;

}

.no_radius_bottom{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}

.no_radius_top{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

@media screen and (max-width: 768px) {

  .filter_input{
    width:95px;
  }

  .logolocation{
    width:180px;
    margin: auto auto auto auto;
    float:none;
  }

  .searchlocation_left{
    width:151px;
    margin: auto auto auto auto;
    float:none;
    padding-bottom: 6px;
  }

  .searchlocation{
    width:210px;
    margin: auto auto auto auto;
    float:none;
  }

  .desktop_view{

    display:none;

  }

  .menu_button {

    display:block;
    border-radius: 6px;
    padding: 3px;
    margin-top: -2px;
    margin-left: 3px;
    height: 30px;

  }

  .header{



  }

  .local_switcher{
    line-height: 40px;
  }

  .top_menu{
    line-height: 35px;
    height:35px;
    font-size: 1em;
  }

  .icon_n{
    text-align: center;
    /*background: #f0f2f5;*/
    width:80px;
    padding: 10px;
    padding-top:0px;
    border-radius: 10px;
    margin-bottom: 10px;

  }

  .sidenav{
    position: fixed;
    background: #fff;
    margin-top: 40px;
  }

  .sidenav li {
    float:none;
    border-bottom:1px solid #eaeaea;
    width:100%;
    margin:0;
    border-radius: 0;
    background: none;
    padding-left: 0;
    padding-right: 0;
    padding:16px;
  }

}
