.inverse-dropdown {
  background-color: #222;
  border-color: #080808;

  & > li > a {
    &:hover {
      color: #fff;
      background-color: #000;
    }
  }
}
.navbar-default {
  background-color: white;
  border-color: white;
  color: #512189;
  & > li > a {
    &:hover {
      color: black;

      /*background-color: white;*/
    }
  }
}
.navbar-default .navbar-nav > li > a {
  color: #512189;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #black;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #512189;
  background-color: transparent;
}
.navbar-brand {
}
/*.navbar-brand > img:hover {
	background-color:  #f9f9f9;
	
}*/

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #512189 !important;
}
.dropdown-menu > li > a {
  color: #512189;
  background-color: white;
}
.dropdown-menu {
  background-color: white;
}

.dropdown-menu > li > a:focus {
  color: black !important;
}
.dropdown-menu > li > a:hover {
  color: black !important;
}
.navbar > li > a :hover {
  background-color: #080808;
}

/*.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: white;
	text-decoration: none;
	background-color: white;
	outline: 0;
}*/

.box {
  display: inline-block;
  width: auto;
  height: auto;
  /*  margin: 1em;*/
  align-content: center;
}

.navbar-brand {
  padding-top: 5px !important;
  padding-bottom: 0 !important;
  height: 80px;
}
.navbar {
  min-height: 80px !important;
  z-index: 999;
}

tr:hover {
  background: #c186ef !important;
}

panel-heading {
  background-color: white;
  color: #512189;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: -60px;
  background-color: #f5f5f5;
}

.cambio {
  color: #512189 !important;
}

#radioBtn .notActive {
  color: #3276b1;
  background-color: #fff;
}
