.inside-btn
{
  background-color: #BAC6BC;
  border-radius: 3px;
  padding: 2% 5%;
  min-height: 320px;
}

.button {
 background-color: white;
  color: black;
  border: 2px solid #0c5285; /* Green */
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 12px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  margin-bottom: 10px;
  

}

.button a:hover
{
  text-decoration: none;
}

.button:hover {
  background-color: #0c5285; /* Green */
  color: white;
}

.bg-axel
{
background-color: #8ecefa;
}

.bg-box-axel
{
  background-color: #e9eff9;
  border-radius: 5px;
  /*background-image:radial-gradient(white, gray); */
  font-weight: bold;
}

.bg-top-menu
{
  background-color: #0c5285;
}

.bg-right-menu
{
  background-color: #ffe49b;
}

.bg-right-btn
{
  background-color: #0c5285;
  color: #ffffff;
}

.bg-footer
{
  background-color: #0c5285;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {

    display: inline-block;
    cursor: pointer; /* "hand" cursor */
    font-size:12px;
    margin: 5px;
}

/*.label_div {
  width: 120px;
  float: left;
  line-height: 28px;
}*/
.input_container {
  /*height: 30px;
  float: left;*/
}
.input_container input {
  height: 35px;
  /*width: 300px;*/
  padding: 3px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.input_container ul {
  width: 90%;
  border: 1px solid #eaeaea;
  position: absolute;
  z-index: 9;
  background: #f3f3f3;
  list-style: none;
  padding-left: 0px;
}
.input_container ul li {
  padding: 5px;
  border-bottom: 1px solid black;
}
.input_container ul li:hover {
  background: #eaeaea;
  cursor: pointer;
}
#country_list_id {
  display: none;
}
