/* cmsms stylesheet: Yuri_dropdown_menu modified: 10/09/20 23:15:57 */
.flags {
width:30px;
height:20px;
}


.dropbtn {
 /* background-color: #4CAF50;*/  
  color: white;
  padding: 1px;
/*  font-size: 16px;*/
  position:relative;
  bottom:5px;
  border: none;
  z-index: 10000;
}

.dropbtn img{
width:30px;
height:20px;
  z-index: 10000;
}

.dropdown {
 /* float:left*/
  position: relative;
  display: inline-block;
  z-index: 10000;
  height:30px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
 /* min-width: 160px;*/
/*  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/

  z-index: 10000;
}

.dropdown-content a {
  color: black;
/*  padding: 12px 16px;*/
  padding: 2px 2px;
  text-decoration: none;
  display: block;
  z-index: 10000;

}
.dropdown-content a img {
width:30px;
height:20px;
  z-index: 10000;
}
@media (max-width: 500px),{
.flags, .dropbtn img, .dropdown-content a img {
width:64px;
height:40px;
}}

@media (min-width: 1600px),{
.flags, .dropbtn img, .dropdown-content a img {width:1.875vw;height:1.25vw;}
.dropdown { height:1.875vw;}
#logo img {width: 3.125vw;}
}

/*.dropdown-content a:hover {background-color: #ddd;}*/
.dropdown-content a:hover {background-color: blue;}


.dropdown:hover .dropdown-content {display: block;}

/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/
