/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 11.12.2015, 12:04:36
    Author     : s.rein
*/



.navbar-toggle {


}

.panel .table tr td:first-child {
	padding-left:  15px;
}

.input-group-addon-col {
    min-width: 140px;
    text-align: left;
}



/* calendar */
#cal {
	position: relative;
}

#cal #calendar .fc-event .fc-bg {
	background: none;
	opacity: 0;
}

#calendar-error {
	display: none;
	margin:20px;
	padding: 20px;
}

#calendar-loading {
	position: absolute;
	z-index: 1000;
	margin: 0 auto;
	padding: 30px;
	width:  130px;
	top: 45%;
	left: 45%;
	background-color: #ccc;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#calendar-legend {
  margin-top: 10px;
}
#calendar-legend span.plane {
  white-space: nowrap;
  line-height: 30px;
  padding: 5px 8px;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#calendar-legend a.planeswitch {
	text-decoration: none;
}

#calendar-legend a.planeswitch-off span.plane{
	background-color: transparent !important;
	color: #000;
}

.fc_plane_cancelled {
	background-image: repeating-linear-gradient(
	  45deg,
	  #C9302C,
	  #C9302C 7px,
	  transparent 7px,
	  transparent 12px
	);
}

.fc_plane_pilot {
  background-image: repeating-linear-gradient(
    45deg,
    orange,
    orange 7px,
    transparent 7px,
    transparent 12px
  );
}


.flightaddedit .datepicker {
  width: 130px;
  margin-right:10px;
  float:left;
}

.flightaddedit .timeinput {
  width: 75px;
  float:left;
}

.flightaddedit .trennung {
  font-weight: bolder;
  margin: 0 6px;
  font-size: 20px;
  line-height:30px;
  float:left;
}

.form-group .timeinput {
  width: 75px;
  float:left;
}

.form-group .trennung {
  font-weight: bolder;
  margin: 0 6px;
  font-size: 20px;
  line-height:30px;
  float:left;
}
.form-group .infotext {
  font-weight: bolder;
  margin: 3px 6px;
  font-size: 15px;
  line-height:30px;
  float:left;
}

/* TABLESORTER */
.tablesorter-default .tablesorter-header:focus {
	outline-width: 0px;
}
.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
	border-bottom: #000 2px solid;
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
	border-bottom: #000 2px solid;
}

.tablesorter-default .sorter-false {
	background: none;
}


.m-r-5 {
    margin-right: 5px;
}

#passenger-list .search-box, #passenger-list .status {
    padding-left: 15px;
}

.remove-results {
    cursor: pointer;
}

/* Autocomplete */

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-autocomplete-input[data-id=""] {
    color: #a94442;
    font-style: italic;
}

.ui-autocomplete-input[data-id=""]:focus {
    color: black;
    font-style: normal;
}

.ui-autocomplete.ui-menu {
    background-color: #fff;
    border: 1px solid rgb(121, 121, 121);
    padding: 0;
    border-radius: 4px;
}

.ui-autocomplete.ui-menu .ui-menu-item {
    list-style-type: none;
}

.ui-autocomplete.ui-menu .ui-menu-item:first-child {
    border-radius: 4px;
}

.ui-autocomplete.ui-menu .ui-menu-item:nth-child(odd) {
    background: rgb(245, 245, 245);
}

.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus {
    color: white;
    background: rgb(127, 127, 127);
}

.profil-row{

}

.not-verifyed{
  color: #555;

}


/* Statistic */
.select-year {
  margin-bottom: 30px;
}
#dttable tr td {cursor:pointer;}


a.cca-remove:hover i {
	display: inline !important;
	color: #a94442;
}

.mail-button:hover {
  color: #428bca;
  cursor: pointer;
}


.invited-passengers .passenger-mail {
  padding-left: 1px;
}


/* collapsible panels on the flight members page */

.invited-passengers .name[data-toggle="collapse"] {
  cursor: pointer;
}

.invited-passengers .name.collapsed[data-toggle="collapse"] .icon-collapse {
  display: none;
}

.invited-passengers .name.collapsed[data-toggle="collapse"] .icon-expand {
  display: inline-block;
}

.invited-passengers .name[data-toggle="collapse"] .icon-collapse {
  display: inline-block;
}

.invited-passengers .name[data-toggle="collapse"] .icon-expand {
  display: none;
}

.empty-table-message {
  text-align: center;
  font-weight: bold;
}

.table-cell-header {
  background-color: #ddd !important;
}


/* member status id colors */

.member-status-id-21 {
  font-size: 50%;
  color: #8a6d3b;
}

.member-status-id-22 {
  color: #3c763d;
}

.member-status-id-23 {
  color: #a94442;
}

.month-year-picker.form-control[readonly] {
  cursor: pointer;
}

#calendar-add .show-transfers {
  margin-left: 10px;
}

@media screen and (max-width: 480px) {
  .fc-time-grid-container {
    height: 552px !important;
    overflow: hidden;
  }

  .fc-time-grid .fc-slats td {
    height: 10px;
    line-height: 11px;
    font-size: 10px;
  }

  .fc-event {
    font-size: 10px;
  }

  .fc-row.fc-week {
    height: 61px !important;
  }

  .fc-center h2 {
    margin-top: 20px;
  }

  .fc-time-grid-container .fc-divider {
    display: none !important;
  }
}


/* flight tooltip in the Calendar view */

.tooltip-inner {
  max-width: 300px;
}

.tooltip-inner .member-list {
  text-align: left;
  margin-bottom: 5px;
}

.tooltip-inner .member-list .member-list-header {
  font-size: 120%;
  margin-bottom: 5px;
}

.tooltip-inner .member-list .member-list-members {
  padding-left: 5px;
}

.tooltip-inner .member-list .member-list-members .status {
  padding-left: 5px;
}

/* flight-details-email-modal */

.flight-details-email-modal .loading-hidden {
  display: block;
}

.flight-details-email-modal .loading-visible {
  display: none;
}

.flight-details-email-modal.loading .loading-hidden {
  display: none;
}

.flight-details-email-modal.loading .loading-visible {
  display: block;
}

.flight-details-email-modal .message {
  line-height: 34px;
}