body {
  cursor: pointer;
}

html, body, .container-fluid {
  height:100%;
}

.full-width {
  width: 100%;
}

.full-height-row {
  height: 100%;
}

.search-panel {
  height: 15%;
}

.scrollable-list {
  height: 85%;
  overflow-x: hidden;
}

.tab-viewer {
  height: 80%;
}

.centered {
  text-align: center;
  margin: auto;
}

.login {
  max-width: 300px;
  padding: 19px 29px 29px;
  margin: 20px auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.login input[type="text"], .login input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

.nav-tabs > li .close {
    margin: -3px 0 0 10px;
    font-size: 18px;
    padding: 5px 0;
    float: right;
}

.nav-tabs > li a[data-toggle=tab] {
    float: left!important;
}
