* {
  margin: 0px;
  padding: 0px;
}

#sidebar {
  position: fixed;
  width: 385px;
  height: 100%;
  background: #383838;
  left: -385px;
  transition: all 350ms linear;
  z-index: 100;
}

#sidebar.active {
  left: 0px;
  z-index: 100;
  overflow-y: scroll;
  overflow-x: hidden;
}

#sidebar ul li {
  color: rgba(230, 230, 230, .9);
  list-style: none;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(100, 100, 100, .3);
  text-align: center;
}

.logo { 
  border-radius: 50%;
  display: block;
  margin: 0 auto; 
}
 
#sidebar .toggle-btn {
  position: absolute;
  left: 390px;
  padding-top: 10px;
  cursor: pointer;
}

#sidebar .toggle-btn #menu1 {
  position: absolute;
  display: block;
  width: 65px;
  text-align: center;
  /* font-size: 30px; */
  border: 3px solid #126fae;
  background-color: #126fae;
  color: white;
    height: 45px;
    /* padding-top: 4px; */
    border-radius: 3px;
    -webkit-box-shadow: 0px 7px 4px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 4px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 4px -4px rgba(0,0,0,0.75);
}
.bi::before {
  vertical-align: 0em !important;
  
}

select{
  width:100%; height: 32px;
}

/* 

.containerOption{
  float: left;
   padding-left: 40px;
}
.newOption {
  cursor: pointer;
   position: absolute;
    display: block;
    width: 150px;
    text-align: center;
    font-size: 30px;
    border: 3px solid #007bff;
    background: #007bff;
    color: white;
    height: 45px;
    padding-top: 4px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 15px 20px -16px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 15px 20px -16px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 15px 20px -16px rgba(0,0,0,0.75) !important;
} */
/* 
.help:hover{
  -webkit-box-shadow: 0px 0px 12px 7px #007bff;
  -moz-box-shadow: 0px 0px 12px 7px #007bff;
  box-shadow: 0px 0px 12px 7px #007bff;
} */

.banner{
  position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    font-weight: 400;
    background: #fff!important;
}

.containerBNN{
  max-width: 1140px;
}


@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }                            
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }                            
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }                          
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

#verR1:hover,
#verR2:hover,
#verR3:hover,
#verR4:hover,
#verR5:hover,
#verR6:hover,
#verR7:hover,
#verR8:hover,
#verR9:hover,
#verR10:hover,
#verR11:hover,
#verR12:hover{
  opacity: 60%;
}
