/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


body {
    padding-top: 70px;
}


.panel-heading {
  padding: 6px 10px 6px 10px;
}

.form-control {
  padding: 5px 10px 5px 10px;
  height: 32px;
}

.form-control-min {
  padding: 4px 10px 4px 10px;
  height: 30px;
}

.form-control-min-upload {
  padding: 0px 10px 0px 10px;
  height: 32px;
}

.well-last {
  margin-bottom: 0;
}

.btn-min {
   padding: 2px 4px;
}

.btn-disable {
   cursor: default;
}

.nav-min > li > a {
    display: block;
    padding: 4px 8px;
    position: relative;
}

.bg-default {
   background-color: #eee;
}

.td-title {
   font-style: italic;
}

.td-title label {
   font-weight: normal;
}

.btn-help {
   font-size:75%;
   text-align: center;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
   vertical-align: middle;
}

@media print {
   a:link:after, a:visited:after
   {  
      display: none;
      content: "";    
   }
}

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 0;
}

.form-control-min-checkbox {
    height: 24px;
    padding: 0px 0px;
}