body {
  padding-bottom: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 40px;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}

/* smaller navbar */
.navbar-nav > li > a, .navbar-brand {
  padding-top: 10px !important;
  padding-bottom: 0 !important;
  height: 40px;
}

.navbar {
  min-height: 40px !important;
}

.std-page {
}

.std-page-item {
  margin-top: 20px;
}

.label-inverse {
  background-color: darkgray;
  color: white;
}

.fullscreen {
  height: 100%;
  width: 100%;
}

.centered {
  text-align: center;
  vertical-align: middle;
}

.no-break {
  white-space: nowrap;
}

#tabs .ui-tabs-selected a {
  font-weight: bold;
}

#callsTable {
  white-space: nowrap;
  cursor: pointer;
}

#callsTable tr:nth-child(odd) {
  background-color: lightgray;
}

#callsTable tr:nth-child(even) {
  background-color: white;
}

.selected-call {
  background: #F39814;
  color: white;
}

.handed {
  cursor: pointer;
}

#tabs-analzyer {
  position: relative;
  overflow: hidden;
}

#tabs-simulator {
  overflow: hidden;
}

#tabs-configuration {
  overflow: hidden;
}

#calls {
  float: left;
}

.geographicDescriptionDetails {
  display: none;
}

.copyright {
  font-family: helvetica neue, Helvetica, Arial, Verdana, serif;
  font-size: 11px;
  color: #cfcfcf;
  text-align: left;
  border-top: solid 1px #cfcfcf;
  margin-top: 15px;
  margin-bottom: 20px;
}

/* loading overlays */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #aaaaaa;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  z-index: 10000;
}

.loading-container {
  position: fixed;
  top: 50%;
  left: 50%;
}

.detailsImg {
  cursor: pointer;
}

.group-details, .user-details, .fetch-details, .call-details {
  background-color: #fff;
}

/* bootstrap 3 overrides */
.input-xsm {
  height: 21px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-xsm {
  height: 21px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-xsm .form-control {
  height: 21px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-xsm select.form-control {
  height: 21px;
  line-height: 1.5;
}

.form-group-xsm .checkbox {
  padding-top: 0;
}

.form-group-xsm textarea.form-control,
.form-group-xsm select[multiple].form-control {
  height: auto;
}

.form-group-xsm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-xsm .control-label {
    padding-top: 2px;
    font-size: 12px;
  }
}

.license-bar-invalid {
  padding: 10px 10px 10px 20px;
  background-color: #f2dede;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 999;
}

.license-bar-valid {
  padding: 10px 10px 10px 20px;
  background-color: #e7e7e7;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 999;
}
