html,
body {
  height: 100%;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: /*"\e113"*/ "\e151";
}

a.desc:after {
  content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

.nav > li > form > button.logout:focus {
  outline: none;
}

.form-group {
  margin-bottom: 1px;
}

.addressCol {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.addressCol:hover {
  overflow: visible;
  white-space: wrap;
  position: relative;
  background-color: white;

  box-shadow: 0 0 4px 0 black;
  border-radius: 1px;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1400px;
  }
}

.pdf_doc {
  height: 750px;
}

.form-control {
  height: 24px;
  padding: 3px 6px;
  font-size: 12px;
}

.control-label {
  font-size: 12px;
}

fieldset legend {
  font-size: 14px;
  background-color: #ddd;
  margin-bottom: 5px;
  margin-left: -10px;
}

.form-area h1 {
  font-size: 14px;
  margin-top: 0px;
  font-weight: 700;
}

.help-block-error {
  font-size: 10px;
}

#completed-list .panel-heading {
  background-color: #008f64;
}

#incompleted-list .panel-heading {
  background-color: #ad5904;
}

#bad-list .panel-heading {
  background-color: #a51b1b;
}

#exported-list .panel-heading {
  background-color: #0d6d00;
}

.kv-grid-table tbody tr {
  font-size: 12px;
}

.assign-to {
  height: 36px;
  font-size: 14px;
}

.user-update {
  height: 18px;
  padding: 1px 6px;
  font-size: 11px;
}

.box {
  height: 14px;
  width: 14px;
  border: 1px solid black;
}

.mydanger {
  background-color: #f2dede;
  display: inline-block;
}

.mywarning {
  background-color: #faf2cc;
  display: inline-block;
}

.mygray {
  background-color: #f9f9f9;
  display: inline-block;
}

.legend {
  font-size: 12px;
}

.panel-head {
  margin-left: -40px;
}

.panel-head .legend {
  font-size: 12px;
  display: inline;
  padding: 0px 15px;
}

.panel-head .legend1 {
  font-size: 11px;
  display: inline;
  padding: 0px 5px;
}

.control-label {
  margin-bottom: 1px;
}

.file-caption-name {
  height: 34px;
}

.close {
  top: 5px;
  right: 5px;
  font-size: 34px;
  font-weight: 500;
}

.pdf-area {
  margin-top: -10px;
}

.breadcrumb {
  padding: 3px 5px;
  margin-bottom: 5px;
}

.select2-selection__choice {
  margin: 0px 0 0 0px;
  padding: 0px 5px;
}

#eic_ean_code_dup {
  vertical-align: middle;
  font-size: 12px;
}

.monospace {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
}

.alert-danger {
  padding: 5px;
}

.alert-danger .close {
  font-size: 24px;
}

.field-energydata-remarks,
.field-documents-delete_remarks {
  padding-left: 15px;
  padding-right: 15px;
}

.old_remarks {
  padding-left: 15px;
  padding-right: 15px;
}

.bootstrap-switch {
  width: 70px;
  height: 20px;
}

.bootstrap-switch-handle-on,
.bootstrap-switch-handle-off {
  width: 34px;
  padding: 1px 1px;
  font-size: 11px;
}

#doc-tabs > li span {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 8px;
  color: red;
}

#doc-tabs > li:hover span {
  display: inline-block;
}

#fulldata-list-container th {
  font-size:11px;
}

#fulldata-list-container td {
  padding:3px;
}