@import url(../../../assets/font-awesome/css/font-awesome.css);
.datepicker {
  border-radius: 0.25rem;
  direction: ltr; }
  .datepicker-inline {
    width: 220px; }
  .datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px; }
    .datepicker-dropdown:before {
      content: '';
      display: inline-block;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid rgba(0, 0, 0, 0.15);
      border-top: 0;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      position: absolute; }
    .datepicker-dropdown:after {
      content: '';
      display: inline-block;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff;
      border-top: 0;
      position: absolute; }
    .datepicker-dropdown.datepicker-orient-left:before {
      left: 6px; }
    .datepicker-dropdown.datepicker-orient-left:after {
      left: 7px; }
    .datepicker-dropdown.datepicker-orient-right:before {
      right: 6px; }
    .datepicker-dropdown.datepicker-orient-right:after {
      right: 7px; }
    .datepicker-dropdown.datepicker-orient-bottom:before {
      top: -7px; }
    .datepicker-dropdown.datepicker-orient-bottom:after {
      top: -6px; }
    .datepicker-dropdown.datepicker-orient-top:before {
      bottom: -7px;
      border-bottom: 0;
      border-top: 7px solid rgba(0, 0, 0, 0.15); }
    .datepicker-dropdown.datepicker-orient-top:after {
      bottom: -6px;
      border-bottom: 0;
      border-top: 6px solid #fff; }
  .datepicker > div {
    display: none; }
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .datepicker table tr td, .datepicker table tr th {
      text-align: center;
      width: 30px;
      height: 30px;
      border-radius: 4px;
      border: none; }
  .table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent; }
  .datepicker table tr td.old, .datepicker table tr td.new {
    color: #818a91; }
  .datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #eceeef;
    cursor: pointer; }
  .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #818a91;
    cursor: default; }
  .datepicker table tr td.highlighted {
    background-color: red;
    border-radius: 0; }
    .datepicker table tr td.highlighted.focused {
      background: #afd9ee; }
    .datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
      background: #d9edf7;
      color: #818a91; }
  .datepicker table tr td.today.focused {
    background: #ffc966; }
  .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
    background: #ffdb99;
    color: #818a91; }
  .datepicker table tr td.range {
    border-radius: 0; }
    .datepicker table tr td.range.focused {
      background: #d0d5d8; }
    .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
      background: #eceeef;
      color: #818a91; }
  .datepicker table tr td.range.highlighted.focused {
    background: #bfd8e4; }
  .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
    background: #e3eef3;
    color: #818a91; }
  .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
    background: #f6ca78;
    color: #818a91; }
  .datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .datepicker table tr td.active, .datepicker table tr td.active.highlighted {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #1AC6FF;
    color: #fff; }
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px; }
    .datepicker table tr td span:hover {
      background: #eceeef; }
    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
      background: none;
      color: #818a91;
      cursor: default; }
    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .datepicker table tr td span.old, .datepicker table tr td span.new {
      color: #818a91; }
  .datepicker .datepicker-switch {
    width: 145px; }
  .datepicker .datepicker-switch,
  .datepicker .prev,
  .datepicker .next,
  .datepicker tfoot tr th {
    cursor: pointer; }
    .datepicker .datepicker-switch:hover,
    .datepicker .prev:hover,
    .datepicker .next:hover,
    .datepicker tfoot tr th:hover {
      background: #eceeef; }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }
  .input-daterange input {
    text-align: center; }
  .input-daterange input:first-child {
    border-radius: 3px 0 0 3px; }
  .input-daterange input:last-child {
    border-radius: 0 3px 3px 0; }
  .input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eceeef;
    border: solid #ccc;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px; }

.text-brand-primary {
  color: #1AC6FF; }

.text-brand-success, i.confirmed {
  color: #5cb85c; }

.text-brand-warning, i.done {
  color: #f0ad4e; }

.text-brand-danger, i.rejected {
  color: #d9534f; }

.text-black {
  color: #000; }

.text-gray {
  color: #55595c; }

.text-gray-light, i.none {
  color: #818a91; }

.text-gray-lighter {
  color: #eceeef; }

.text-white {
  color: #fff; }

#map img {
  max-width: none !important; }

#map label {
  width: auto !important;
  display: inline !important; }

/*
$state-form-info-text:                $brand-primary; //#31708f;
$state-form-info-bg:                  lighten($brand-primary, 35%); //#d9edf7;
$state-form-info-border:              $brand-primary; //darken(spin($state-info-bg, -10), 7%);

.has-info {
  .form-control-validation($state-form-info-text, $state-form-info-text, $state-form-info-bg);
}
*/
.hidden {
  display: none; }

.mt5 {
  margin-top: 5px; }

.mb0 {
  margin-bottom: 0; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mt0 {
  margin-top: 0; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mr10 {
  margin-right: 10px; }

.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.ml10 {
  margin-left: 10px; }

.ml20 {
  margin-left: 20px; }

.ml30 {
  margin-left: 30px; }

.link-underlined {
  text-decoration: underline; }

select {
  height: 2.4rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

i.form-control-feedback {
  position: relative;
  top: -1.7rem;
  float: right;
  margin-right: .7rem; }

.form-icon {
  padding: 8px; }

.blue-form-icon {
  color: #1AC6FF; }

.warning-form-icon {
  color: #f0ad4e; }

.success-form-icon {
  color: #5cb85c; }

.danger-form-icon {
  margin-top: 8px;
  color: #d9534f; }

.fa-dropdown {
  color: #1AC6FF; }

.form-button {
  text-align: right; }

.fa-reorder-item {
  margin-right: 15px; }

.card {
  margin-bottom: 1.5rem; }

.card-add {
  padding: 1rem; }

a.remove-fluglehrer {
  color: #55595c; }
  a.remove-fluglehrer :hover {
    color: #d9534f; }

.hideOnLoad {
  display: none; }

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #eceeef;
  padding: 0; }
  .navbar li {
    margin: 0 !important; }
  .navbar li a {
    font-size: 1rem;
    color: #55595c !important;
    letter-spacing: .03rem;
    text-transform: uppercase; }
  .navbar li a:link {
    padding: 1rem 1rem; }
  .navbar li a.active {
    color: #1AC6FF !important; }
  .navbar li:hover a {
    color: #1AC6FF !important; }

body {
  margin-top: 70px;
  background-color: #eceeef; }
  body #footer {
    color: #55595c;
    margin-bottom: 20px; }

body.home {
  background-size: cover;
  position: relative;
  background-image: url("/assets/img/layout/gleitschirm-paraglider.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; }
  body.home h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #1AC6FF; }
  body.home #footer {
    color: #fff;
    text-align: center; }

#map-wrap {
  width: 100%; }

#map-canvas {
  height: 200px;
  width: 100%; }

.map-canvas-fullscreen {
  height: 99% !important; }

.full-screen-trigger {
  top: 4.1rem;
  right: 1.7rem;
  position: absolute;
  z-index: 910; }

.map-wrap-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900; }

h1 {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 10px;
  color: #818a91; }

h2 {
  font-weight: 300;
  margin-bottom: 10px;
  color: #1AC6FF; }

label {
  font-weight: 400;
  margin-top: 0; }

.table-row {
  padding-bottom: .4rem;
  margin-bottom: .4rem;
  border-bottom: 1px solid #eceeef; }

.table-row:last-child {
  border-bottom: none; }

.table-row-narrow {
  padding-top: 0;
  margin-top: 0;
  line-height: 1rem; }

.table-row-heading {
  color: #818a91;
  border-top: none; }

.table-row-flight {
  border-top: 1px solid #eceeef !important;
  padding-bottom: 0.2rem !important;
  margin-bottom: 0rem;
  margin-top: 0 !important;
  padding-top: 0.4rem !important; }

.table-text-smaller {
  color: #818a91;
  font-size: .9rem; }

.table-stats td, .table-stats th {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.fa-biplace-0, .fa-ausbildung-none {
  display: none; }

.biplaceWrap {
  font-size: .9rem;
  color: #55595c;
  font-weight: 700; }

.biplaceWrap:hover {
  cursor: default; }

.favorit :hover {
  cursor: pointer; }

.nav-tabs {
  position: relative;
  z-index: 801; }

#farbeGroup {
  margin-bottom: .5rem; }

.color-box {
  width: 20px;
  height: 20px;
  padding: 8px 8px 8px 0;
  display: inline-block; }

.color-box:hover {
  cursor: pointer; }

.color-box.change {
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
  display: inline-block; }

.color-box.active {
  border: 2px solid #000; }

.color-box-spacer {
  height: 30px;
  width: 2px; }

.color-box-spacer:hover {
  cursor: default; }

#color-picker {
  margin-top: 10px; }

.add-color {
  position: relative;
  top: -10px; }

.delete-or-confirm-color {
  margin-top: 10px; }

#loadingWrap {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
  opacity: 1; }
  #loadingWrap .table-wrap {
    display: table;
    width: 100%;
    height: 100%; }
  #loadingWrap .table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

.loadingCircle {
  font-size: 40px; }

#loadingDiv2 {
  position: absolute;
  top: 16px;
  left: 20px;
  font-size: 18px; }

.loadingDiv2 {
  font-size: 18px; }

#loadingDivContent {
  font-size: 18px; }

.btn-group-align {
  margin-top: -7px; }

.btn-outline-warning {
  border-color: #f0ad4e; }

.paginationLink a:hover {
  cursor: pointer; }

.nav-tabs {
  border-bottom: 0; }

.panel-default {
  min-height: 150px; }
  .panel-default .h1 {
    margin-top: 14px; }

.statusIcon {
  font-size: 1rem; }

.statusIcon.manoever .label, .statusIcon.theory .label {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.statusIcon.manoever:hover, .statusIcon.theory:hover {
  cursor: pointer; }

.icon-legend {
  color: #373a3c; }

.tooltip-inner {
  white-space: pre-wrap; }

br.narrow {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
  padding-top: 40px; }

.table-no-first-border tr:first-child td {
  border-top: none !important; }

.dropdown-menu .dropdown-item:hover {
  cursor: pointer; }

.dropdown-toggle:before, .dropdown-toggle:after {
  display: none; }

.btn:focus, .btn:active {
  outline: none !important; }

.alert {
  margin-bottom: 0; }

#sortable .element:last-child {
  margin-bottom: 20px; }

.kommentar-ausbildungskontrollblatt {
  margin-bottom: 3rem; }
  .kommentar-ausbildungskontrollblatt h1 {
    font-size: 1.8rem;
    margin-top: 2rem; }
  .kommentar-ausbildungskontrollblatt h2 {
    font-size: 1.5rem;
    color: #373a3c;
    margin-top: 2rem; }
  .kommentar-ausbildungskontrollblatt h3 {
    font-size: 1rem;
    margin-top: 1rem;
    font-weight: bold; }

.date-theory {
  margin-left: .5rem; }

hr.over-view {
  margin-top: 0;
  margin-bottom: 0; }

.nowrap {
  white-space: nowrap; }

#alert-top {
  margin-bottom: 2rem; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin-top: 0;
  margin-bottom: -.4rem; }

/* Hide default HTML checkbox */
.switch input {
  display: none; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #f0ad4e; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #f0ad4e;
          box-shadow: 0 0 1px #f0ad4e; }

input.success:checked + .slider {
  background-color: #5cb85c; }

input.success:focus + .slider {
  -webkit-box-shadow: 0 0 1px #5cb85c;
          box-shadow: 0 0 1px #5cb85c; }

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
      -ms-transform: translateX(16px);
          transform: translateX(16px); }

/* Rounded sliders */
.slider.round {
  border-radius: 20px; }

.slider.round:before {
  border-radius: 50%; }

.progress-items-wrap {
  display: inline;
  margin-right: 1rem; }

.progress-items-wrap:hover {
  cursor: pointer !important; }

.progress-items-wrap-label {
  margin-right: .4rem; }

.progress-item {
  display: inline-block;
  width: 3px;
  margin-right: 2px;
  overflow: hidden; }

.progress-item.success {
  background-color: #5cb85c; }

.progress-item.warning {
  background-color: #f0ad4e; }

.progress-item.gray {
  background-color: #eceeef; }

.total-progress-items {
  display: inline-block;
  position: absolute;
  margin-top: .21rem;
  margin-left: -1.3rem; }

#vermittlerLockTrigger:hover, #verkaeuferLockTrigger:hover, #meinAnteilVonAuftraggeberLockTrigger:hover {
  cursor: pointer; }

tr.money-row td {
  border-left: 1px solid #eceeef !important; }

div.border-left {
  border-left: 1px solid #eceeef !important; }

/*
// Extra-small devices (767px and below)
$media (max-width: $screen-xs-max) 
{ 
	div.row {
		margin-left: -2px;
		margin-right: -2px;
	}
    div[class^="col-xs-"] {
        padding-left: 2px; 
        padding-right: 2px;
    }

    #searchBoxLog {
        float: left;
        max-width: 55%!important;
    }

}
*/
.hide-xs {
  display: none; }

@media (min-width: 544px) {
  .hide-xs {
    display: inline; } }

@media (min-width: 768px) {
  .navbar li:first-child {
    margin-left: -0.9rem !important; }
  body {
    margin-top: 80px; }
  body.home h1 {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 2.3rem; }
  h1 {
    margin-bottom: 20px; }
  #map-canvas {
    height: 350px;
    width: 100%; }
  #spotSearchBox {
    padding-right: 10px; }
  #spotMe {
    margin-top: 0; }
  .form-button {
    text-align: left; } }

@media (min-width: 992px) {
  .table-row-dragable:hover {
    cursor: all-scroll; } }

@media (max-width: 320px) {
  body {
    font-size: 12px; }
  h1 {
    font-size: 2rem; }
  .navbar li a {
    font-size: .9rem; }
  .navbar li a:link {
    padding: 1.2rem 1rem; }
  .form-group {
    margin-bottom: .5rem; }
  .hidden-xxs {
    display: none; } }
