#countersform .modal-dialog
{
    width: 300px;
}

.panel-tabs {
    position: relative;
    bottom: 30px;
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .90);
    border-bottom-color: transparent;
}

#rega .form-control-feedback {
    right: 15px;
}
#rega .selectContainer .form-control-feedback {
    right: 25px;
}

#regb .form-control-feedback {
    right: 15px;
}
#regb .selectContainer .form-control-feedback {
    right: 25px;
}


html {
  position: relative;
  min-height: 100%;
  overflow: -moz-scrollbars-vertical; 
  overflow-y: scroll;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 30px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align:right;
  padding-right:10px;
  /* Set the fixed height of the footer here */
  height: 30px;
  background-color: #f5f5f5;
}


