/* Dropdown Button */
/* line 7, /home/inayat/edutor/ilm_school_new/app/assets/stylesheets/home.scss */
.dropbtn {
  background-color: #222;
  color: white;
  padding: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
/* line 16, /home/inayat/edutor/ilm_school_new/app/assets/stylesheets/home.scss */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
/* line 22, /home/inayat/edutor/ilm_school_new/app/assets/stylesheets/home.scss */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  font-size: 0.9em;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
/* line 33, /home/inayat/edutor/ilm_school_new/app/assets/stylesheets/home.scss */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
/* line 41, /home/inayat/edutor/ilm_school_new/app/assets/stylesheets/home.scss */
.dropdown-content a:hover {
  background-color: #f1f1f1;
  text-decoration: none;
}

/* Show the dropdown menu on hover */
/* line 44, /home/inayat/edutor/ilm_school_new/app/assets/stylesheets/home.scss */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
/* line 49, /home/inayat/edutor/ilm_school_new/app/assets/stylesheets/home.scss */
.dropdown:hover .dropbtn {
  background-color: #222;
}

/* line 53, /home/inayat/edutor/ilm_school_new/app/assets/stylesheets/home.scss */
.spacing {
  border: 1px solid #e2e2e2;
  border-radius: 7px;
  padding: 3%;
  background-color: #eee;
}

/* line 60, /home/inayat/edutor/ilm_school_new/app/assets/stylesheets/home.scss */
.well {
  margin: 0px !important;
  margin-bottom: 20px !important;
}

/* line 65, /home/inayat/edutor/ilm_school_new/app/assets/stylesheets/home.scss */
.col-sm-8 form.form-horizontal {
  margin-top: 15px;
}

/* line 71, /home/inayat/edutor/ilm_school_new/app/assets/stylesheets/home.scss */
#faq_nav a {
  background-color: #eee;
  margin: 2%;
}

/* line 77, /home/inayat/edutor/ilm_school_new/app/assets/stylesheets/home.scss */
.nav-pills > li.active > a {
  color: #fff;
  background-color: #337ab7 !important;
}
