/* Sticky footer styles
-------------------------------------------------- */
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;
}
.padzero{
  padding: 0 !important;
}
.panel-title {
  padding-top: 7px;
}
/*FILTRO*/

.lyt-filter{
  border: 1px solid #CCC;
  position: absolute;
  right: 0;
  background: #EEE;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: visible;
  width: 370px !important;
  top: 53px;
}

.filter-toggle {
  display: block;
  width: 220px;
  height: 45px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  position: absolute;
  right: 278px;
  top: 164px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  /*background-color: #EEEEEE;*/
}

.pin-filter{
  float: right;
  border: 1px solid black;
  border-radius: 7px;
  width: 20px;
  height: 20px;
  text-align: center;
  padding-top: 3px;
  margin: 8px;
}

.pin-filter.active{
  background: #AAA;
}


li.sf_admin_action_new a{
  color: #fff;
}
li.sf_admin_action_new{
  list-style: none;
}

.pull-right {
    margin: 0 1px;
}

ul.radio_list li{
  list-style: none !important;
  padding: 0;
}

.navbar-inverse{
  background-color: #003087 !important;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
  background-color: #fff !important;
  color: #000;
}
.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-brand{
  color: #fff;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
    background-color: #fff !important;
    color: #000;
}

.sf_admin_actions{
  padding: 20px 0;
}

.navbar-nav,
.navbar-brand{
  font-size: 13px !important;
}

.nav>li>a{
  padding: 15px 10px;
}