/**
 * Do not edit CSS file, use Less file only.
 * User: Michael
 * Date: 21/12/2015
 */
/* Tab settings */
/* ------------------- */
.my_plugin_tab_content > hr {
  display: none;
}
.my_plugin_section_title {
  color: #ffffff;
  background-image: linear-gradient(to right, #563d7c 0, #ffffff 100%);
  padding: 5px;
}
/* About Page */
/* ------------------- */
.my_plugin_about-page .my_bootstrap_menu_list {
  list-style-type: square;
  text-indent: 50px;
  list-style-position: inside;
}
.my_plugin_about-page .my_bootstrap_submenu_list {
  list-style-type: square;
  text-indent: 100px;
  list-style-position: inside;
}
/* Title bar */
/* ------------------- */
.my_plugin_title_bar {
  /* Main title bar */
  border-radius: 10px;
  min-height: 106px;
  background-color: #6f5499;
  background-image: linear-gradient(to bottom, #563d7c 0, #6f5499 100%);
  padding: 10px 5px 0 10px;
  box-shadow: 5px 5px 5px #888888;
  margin-bottom: 10px;
  /* Error Messages */
  /* Title Bar fonts and links */
  /* Title format */
  /* Links and hover */
  /* Custom Bootstrap logo */
  /* ------------------- */
}
.my_plugin_title_bar .error p {
  color: #000000 !important;
}
.my_plugin_title_bar h2,
.my_plugin_title_bar p,
.my_plugin_title_bar a {
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  font-weight: 300;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.my_plugin_title_bar .my_plugin_title {
  font-size: 2em;
  margin: 5px 0 5px 0;
}
.my_plugin_title_bar a {
  text-decoration: none;
  font-weight: bold;
}
.my_plugin_title_bar a:hover {
  background-color: #dbdbdb;
}
.my_plugin_title_bar .my_bootstrap_menu_logo {
  font-size: 60px;
  float: left;
  position: relative;
  top: -15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 10px 20px 0 0;
  padding: 0px;
  height: 80px;
  width: 80px;
  border-width: thin;
  border-style: solid;
  border-radius: 10px;
}
.my_plugin_title_bar .my_plugin_header {
  position: relative;
}
.my_plugin_title_bar .my_plugin_logo {
  color: #ffffff;
  border-radius: 10px;
  background-color: #ffffff;
  position: absolute;
  top: 60px;
  left: 55px;
  z-index: 999;
}
.my_plugin_title_bar .my_plugin_logo img {
  height: 20px;
  width: auto;
}
/*# sourceMappingURL=../css/my-bootstrap-menu-admin-styles.css.map */