html,
body {
  height: 100%;
}

h1 {
  font-size: 25px;
}

.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;
}

.summary {
  text-align: right;
  padding-bottom: 0.25em;
}

#customerList {
  padding: 1.5em;
}
#customerList ul {
  list-style-type: none;
  -webkit-columns: 4 1.5em;
  -moz-columns: 4 1.5em;
  columns: 4 1.5em;
}

#customerList .active {
  font-weight: bold;
}

#sip-dashboard-list .adsl-offline.sip-tdm td:first-child,
#sip-dashboard-list .adsl-offline.sip-fax td:first-child {
  color: #333 !important;
}

#sip-dashboard-list .adsl-offline td:nth-child(1),
#sip-dashboard-list .sip-offline td:nth-child(6),
#sip-dashboard-list .sip-offline td:nth-child(8) {
  color: #c55;
}

#sip-dashboard-list th:nth-child(4),
#sip-dashboard-list td:nth-child(4),
#sip-dashboard-list th:nth-child(5),
#sip-dashboard-list td:nth-child(5),
#sip-dashboard-list th:nth-child(6),
#sip-dashboard-list td:nth-child(6) {
  text-align: right;
}

#sip-dashboard-list .service-number {
  white-space: nowrap;
}

.sip-user-agent {
  cursor: default;
  color: green;
}

.grid-view td:last-child {
  white-space: nowrap;
}

.summary-timestamp {
  float: left;
}

.boxed-form {
  margin-top: 1.5em;
}

.boxed-form input[type="text"],
.boxed-form input[type="password"],
.boxed-form select {
  max-width: 25em;
}

@media screen and (min-width: 90rem) {
  .boxed-form .fieldset-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .boxed-form fieldset {
    box-sizing: border-box;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 49%;
  }
}

#content {
  position: relative;
}

#content-buttons {
  position: absolute;
  top: 0;
  right: 0;
}

.edit-subaccount {
  float: right;
}

.xdebug-var-dump {
  z-index: 1050;
  background-color: #fff;
  padding: 1em;
  /*float: left;*/
  /*position: absolute;*/
}

#sip-dashboard-finetext {
  margin-left: 0;
  padding-left: 1.5em;
  font-size: 0.9em;
}

fieldset {
  border: 1px solid #ddd;
  margin: 1em 0 1.5em 0;
  padding: 1em;
}

fieldset > legend {
  padding: 0 1em;
  margin: 0;
  border: 0;
  width: auto;
  font-size: 18px;
}

form label {
  font-weight: normal;
}

.navbar-brand {
  height: auto;
  padding: 5px;
}

.navbar {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}

.navbar-toggle {
  border-color: #ccc;
}

.navbar .navbar-toggle .icon-bar {
  background-color: #ccc;
}

.group-member,
.group-member:visited {
  display: block;
  background-color: #d2e8ff;
  padding: 0.5em;
  cursor: pointer;
  text-decoration: none;
}

.group-member:active,
.group-member:hover {
  text-decoration: none;
  background-color: #f7b1b1;
}

.group-member:hover:after {
  content: "x";
  text-align: right;
  float: right;
}

.group-member + div {
  margin-top: 1em;
}
