/* @media (min-width: 992px) {
	body {
		padding-top: 20px;
	}
}
@media (max-width: 991px) {
	body {
		padding-top: 0px;
	}
	.navbar-brand {
		margin-bottom: 0px;
	}
} */

body {
  padding-bottom: 20px;
	padding-top: 0px; /*Added, in addition the what is commented out above*/
}

.navbar-brand { /*Added, in addition the what is commented out above*/
	margin-bottom: 0px;
}

/*.logo {
	margin-bottom: 20px;
  background-image: url(../img/a200w.png);
	background-size: 200px 76px;
	height: 76px;
	width: 200px;
	margin-left: 14px;
}*/

.logo-small {
    background-image: url(../img/a20h.png);
	background-size: 53px 20px;
	height: 20px;
	width: 53px;
}


/* for high resolution display */
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	/*.logo {
		background: url(../img/a200w@2x.png) no-repeat;
		background-size: 200px 76px;
	}*/

	.logo-small {
		background: url(../img/a20h@2x.png) no-repeat;
		background-size: auto 20px;
	}

  .avatar {
    height: 50%;
     width: 50%;
  }
}

.bootstrap-growl {
	text-align: center;
	padding: 5px;
}


[class^="icon-"],
[class*=" icon-"] {
	background-position: 0% 0%;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	line-height: 14px;
	vertical-align: text-top;
	background-repeat: no-repeat;
}

.btn-remove {
    color: red;
    font-size: 12px;
    text-decoration: underline;
    padding-left: 10px;
}
.btn-remove:hover {
    color: red;
}

.googleMapsClass {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
	height: calc(100vh - 71px - 41px - 30px - 20px - 34px - 20px);
}

#meetingpoints_map {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
	height: 400px;
}

/* For tooltips of plottable */
.tooltip {
  pointer-events: none;
}

table.sortable th.text-right:after {
    left: 5px !important;
}
table.sortable th.text-right span.sign {
    left: 5px !important;
}

/* Scheduler */
    .axis path {
      fill:none;
      stroke:grey;
      shape-rendering: crispEdges;
    }

    rect.bar {
      cursor: move;
      /*fill-opacity: 0.5;
      stroke: #999999;
      stroke-width: 1px;*/
    }

    rect.bar.inactive {
      fill: #999999;
    }

    rect.bar.unsynced {
      fill: #f0ad4e;
    }

    rect.bar.active {
      fill: #63c261;
    }

    rect.bar.planned {
      fill: #999999;
    }


    rect.bar.active-with-intent-to-deactivate {
      fill: rgb(99, 194, 97);
      fill-opacity: 0.7;
    }

    rect.bar-handle {
      fill: #d9edf7;
      fill-opacity: 0.5;
      cursor: ew-resize;
    }

    rect.bar-handle:hover {
      fill-opacity: 1;
    }

    rect.bar:hover {
      fill: #d9edf7;
    }

    rect.aks-invisible {
      fill: #ffffff;
    }

    text.label {
        pointer-events: none;
    }

    path.line {
      fill: none;
      stroke: #d9edf7;
      stroke-width: 2px;
    }

    /*rect.statistics-bar {
        stroke: #ccc;
        stroke-width: 1px;
    }*/

    rect.statistics-bar.expectation {
        fill-opacity: 0.7;
    }

    rect.statistics-bar.on-target {
        fill: #5bc0de;
    }

    rect.statistics-bar.too-high {
        fill: #d9534f;
    }

    rect.statistics-bar.too-low {
        fill: #f0ad4e;
    }

    rect.statistics-bar:hover {
      fill: #d9edf7;
    }

    text.statistics-text {
        font-size: 8px;
    }

    .d3-tip {
      z-index: 1001; /*One higher than Bootstrap navbar */
      line-height: 1;
      font-size: 12px;
      background: rgba(0, 0, 0, 0.8);
      border-radius: 2px;
      border-width: 0px;
      color: #ffffff;
      padding: 4px;
    }

    .d3-tip > p {
        text-align: right;
        margin: 0px;
    }

    /* Creates a small triangle extender for the tooltip */
    .d3-tip:after {
      box-sizing: border-box;
      display: inline;
      font-size: 10px;
      width: 100%;
      line-height: 1;
      color: rgba(0, 0, 0, 0.8);
      position: absolute;
      text-align: center;
      pointer-events: none;
    }


    /* Northward tooltips */
    .d3-tip.n:after {
      content: "\25BC";
      margin: -2px 0 0 0;
      top: 100%;
      left: 0;
      text-align: center;
    }

    /* Eastward tooltips */
    .d3-tip.e:after {
      content: "\25C0";
      margin: -4px 0 0 0;
      top: 50%;
      left: -8px;
    }

    /* Southward tooltips */
    .d3-tip.s:after {
      content: "\25B2";
      margin: 0 0 1px 0;
      top: -8px;
      left: 0;
      text-align: center;
    }

    /* Westward tooltips */
    .d3-tip.w:after {
      content: "\25B6";
      margin: -4px 0 0 -1px;
      top: 50%;
      left: 100%;
    }

/* Autocomplete suggestions */
.autocomplete-suggestions {
    padding-top: 10px;
}

.autocomplete-suggestion {
    display: block;
    padding: 5px 3px;
    cursor: pointer;
}

.autocomplete-suggestion:hover {
    background-color: lightgray;
}

.modal-body .tab-content {
    padding:10px;
    border: 1px solid #ddd;
    border-top:0;
}

.bootstrap-growl.alert {
    width: auto !important;
}

