html, body {
  height: 100%;
  min-height: 100%;
}

body {
  position: relative;
}

ul.list-group-sygsi{
  margin:0;
}
ul.sygsi{
  padding-left: 30px;
  margin-bottom: 5px;
}
ol.sygsi{
  padding-left: 30px;
  margin-bottom: 5px;
}
hr.sygsi{
  margin: 5px;
}
div.panel-sygsi{
  margin-bottom: 5px;
}
div.panel-sygsi>div.panel-heading,div.panel-sygsi>div.panel-body{
  padding: 5px;
}
h1.sygsi{
  margin: 0;
  margin-top: 10px !important;
  margin-bottom: 5px;
}
h2.sygsi{
  margin: 0;
  margin-top: 10px !important;
  margin-bottom: 5px;
}
h3.sygsi{
  margin: 0;
  margin-top: 10px !important;
  margin-bottom: 5px;
}
h4.sygsi{
  margin: 0;
  margin-top: 10px !important;
  margin-bottom: 5px;
}
h5.sygsi{
  margin: 0;
  margin-top: 10px !important;
  margin-bottom: 5px;
}
h6.sygsi{
  margin: 0;
  margin-top: 10px !important;
  margin-bottom: 5px;
}
.input-group-field {
  display: table-cell;
  vertical-align: middle;
  border-radius:4px;
}
.input-group-field .form-control, .input-group-field .form-control {
  border-radius: inherit !important;
}
.input-group-field:not(:first-child):not(:last-child) {
  border-radius:0;
}
.input-group-field:not(:first-child):not(:last-child) .form-control {
  border-left-width: 0;
  border-right-width: 0;
}
.input-group-field:last-child {
  border-top-left-radius:0;
  border-bottom-left-radius:0;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
textarea {
  resize: vertical;
}
