html,body {
   margin:0;
   height:100%;
}
.wrapper {
  padding: 20px;
  min-height: 100%;
  margin: 0 auto -60px;
}
.push {
  height: 60px;
}

/* Footer */
#footer{
  height:60px;   /* Height of the footer */
  background:#eee;
  color:#111111;
  text-align:center;
  vertical-align: middle;
}

.corte-control{
  border-top: 2px solid #555 !important;
}

.panel-heading-sm{
    height: 28px !important;
    padding: 5px 10px !important;
}

.panel-body-sm{
   padding: 5px 10px !important;
}

.panel-footer-sm{
   padding: 4px 10px !important;
}
.multiselect {
  box-sizing: border-box !important;
}


.btn-round-lg{
border-radius: 22.5px !important;
}
.btn-round{
border-radius: 17px !important;
}
.btn-round-sm{
border-radius: 15px !important;
}
.btn-round-xs{
border-radius: 11px !important;
padding-left: 10px !important;
padding-right: 10px !important;
}
