/* Default style v.0.1 */
/* ios-checkbox */
@font-face {
  font-family: 'Courier New Cyr';
  src: url('../fonts/courier-new.eot');
  src: local('☺'), url('../fonts/courier-new.woff') format('woff'), url('../fonts/courier-new.ttf') format('truetype'), url('../fonts/courier-new.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Courier New Cyr';
  src: url('../fonts/courier-new.eot');
  src: local('☺'), url('../fonts/courier-new.woff') format('woff'), url('../fonts/courier-new.ttf') format('truetype'), url('../fonts/courier-new.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* color */
/* ios-checkbox */
.ios-checkbox-wrapper {
  white-space: nowrap;
}
.ios-checkbox-wrapper label {
  cursor: pointer;
  line-height: 22px;
  margin: 0;
  vert-align: bottom;
  text-align: left;
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
.ios-checkbox-wrapper label .ios-checkbox-item {
  float: left;
  position: relative;
  width: 38px;
  height: 22px;
  margin-right: 15px;
  border: 1px solid #aaa;
  border-radius: 20px;
  background: #aaa;
  cursor: pointer;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}
.ios-checkbox-wrapper label .ios-checkbox-item:before {
  content: "";
  position: absolute;
  right: 100%;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: right 0.3s ease, -webkit-transform 0.2s ease 0.1s, box-shadow 0.2s linear;
  -moz-transition: right 0.3s ease, -moz-transform 0.2s ease 0.1s, box-shadow 0.2s linear;
  -o-transition: right 0.3s ease, -o-transform 0.2s ease 0.1s, box-shadow 0.2s linear;
  transition: right 0.3s ease, transform 0.2s ease 0.1s, box-shadow 0.2s linear;
}
.ios-checkbox-wrapper label .ios-checkbox-item.ios-contrast {
  border: 1px solid #d81316;
  background: #d81316;
}
.ios-checkbox-wrapper label .ios-checkbox-item.ios-contrast:after {
  display: none;
}
.ios-checkbox-wrapper .ios-checkbox {
  /* this .ios-checkbox-wrapper input[type^="checkbox"] */
  display: none;
}
.ios-checkbox-wrapper .ios-checkbox-item:after,
.ios-checkbox-wrapper .ios-checkbox:disabled:checked + label:active .ios-checkbox-item:after {
  content: "";
  position: absolute;
  left: 10%;
  top: 0;
  z-index: 0;
  width: 90%;
  height: 100%;
  border-radius: 16px;
  background: #fff;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.ios-checkbox-wrapper .ios-checkbox:checked + label .ios-checkbox-item {
  border-color: #00acac;
  background: #00acac;
  -webkit-transition: all .2s linear .1s;
  -moz-transition: all .2s linear .1s;
  -o-transition: all .2s linear .1s;
  transition: all .2s linear .1s;
}
.ios-checkbox-wrapper .ios-checkbox:checked + label .ios-checkbox-item:before {
  right: 0;
  box-shadow: -1px 0 2px 1px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ios-checkbox-wrapper .ios-checkbox + label:active .ios-checkbox-item:before {
  width: 20px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.ios-checkbox-wrapper .ios-checkbox:checked + label .ios-checkbox-item:after,
.ios-checkbox-wrapper .ios-checkbox:checked + label:active .ios-checkbox-item:after,
.ios-checkbox-wrapper .ios-checkbox:disabled:checked + label:active .ios-checkbox-item:after {
  left: 60%;
  top: 50%;
  width: 0;
  height: 0;
}
.ios-checkbox-wrapper .ios-checkbox:disabled + label {
  opacity: .5;
  cursor: default;
}
.ios-checkbox-wrapper .ios-checkbox:disabled + label .ios-checkbox-item {
  cursor: default;
}
.ios-checkbox-wrapper .ios-checkbox:disabled + label:active .ios-checkbox-item:before {
  width: 30px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* Map */
#map {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#map .leaflet-tooltip-pane .leaflet-tooltip {
  padding: 2px 6px;
  background: none;
  border: none;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: #000;
  font-weight: bold;
  text-shadow: #ffffff 0px 3px 3px;
  box-shadow: none;
}
#map .leaflet-tooltip-pane .leaflet-tooltip:before,
#map .leaflet-tooltip-pane .leaflet-tooltip:after {
  content: none;
}
#map .leaflet-marker-pane .leaflet-marker-icon.icon-label-line .content {
  position: absolute;
  padding: 0;
  margin: 0;
}
#map .leaflet-marker-pane .leaflet-marker-icon.icon-label-line .content span {
  background: #f4f4f4;
  /*border: 1px solid #444;*/
  color: #333;
  padding: 0px 2px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  max-width: 100px;
  overflow: hidden;
  transition-property: max-width;
  transition-duration: 0.5s;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#map .leaflet-marker-pane .leaflet-marker-icon.icon-label-line:hover {
  z-index: 999 !important;
}
#map .leaflet-marker-pane .leaflet-marker-icon.icon-label-line:hover .content span {
  max-width: 1000px;
}
#map .leaflet-marker-pane .leaflet-marker-icon.icon-label-line.directionLabel-1 .content:before {
  content: '';
  position: absolute;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f4f4f4;
}
#map .leaflet-marker-pane .leaflet-marker-icon.icon-label-line.directionLabel-2 .content:after {
  content: '';
  position: absolute;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f4f4f4;
}
#map .leaflet-marker-pane img {
  border: 3px solid transparent;
}
#map .leaflet-marker-pane img.hover {
  background: #2098d1;
  border: 3px solid #2098d1;
  border-radius: 100px;
}
#map .leaflet-marker-pane .icon-label-flight-plan .content {
  position: absolute;
}
#map .leaflet-marker-pane .icon-label-flight-plan .content:before {
  content: '';
  position: absolute;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #444;
}
#map .leaflet-marker-pane .icon-label-flight-plan .content span {
  background: #f4f4f4;
  border: 1px solid #444;
  color: #333;
  padding: 0px 2px;
  display: inline-block;
  height: 15px;
  font-size: 0.8em;
  overflow: hidden;
  white-space: nowrap;
}
#map .leaflet-marker-pane .icon-label-flight-plan .content span.inv {
  transform: rotate(180deg);
}
#map .leaflet-control-container .leaflet-top.leaflet-right,
#map .leaflet-control-container .leaflet-bottom.leaflet-right {
  -webkit-transition-property: margin-right;
  -moz-transition-property: margin-right;
  -o-transition-property: margin-right;
  transition-property: margin-right;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  margin-right: 0;
}
#map .leaflet-control-container .leaflet-top.leaflet-right.open-right-menu,
#map .leaflet-control-container .leaflet-bottom.leaflet-right.open-right-menu {
  margin-right: 300px;
}
#map .leaflet-control-container .leaflet-top.leaflet-right.open-right-menu-full,
#map .leaflet-control-container .leaflet-bottom.leaflet-right.open-right-menu-full {
  margin-right: 300px;
}
#map .leaflet-control-container .leaflet-bottom {
  bottom: 60px;
}
#map .leaflet-control-container .leaflet-control-zoom {
  margin-right: 6px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  top: 50px;
}
#map .leaflet-control-container .leaflet-control-zoom a {
  background: rgba(51, 51, 51, 0.9);
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: all 0.3 ease;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 5px;
}
#map .leaflet-control-container .leaflet-control-zoom a:hover {
  color: #00acac;
}
#map .leaflet-control-container .leaflet-control-locate a {
  background: rgba(51, 51, 51, 0.9);
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: all 0.3 ease;
  font-size: 30px;
}
#map .leaflet-control-container .leaflet-control-locate a :hover {
  color: #00acac;
}
#map .leaflet-control-container .leaflet-touch .leaflet-bar-part-single {
  -webkit-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  border-bottom: none;
}
#map .leaflet-control-container .leaflet-touch .leaflet-control-locate {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
#map .leaflet-control-container .leaflet-control-mouseposition {
  width: 150px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px #bbb;
  padding: 0 0px;
  margin: 5px;
  color: #333;
}
#map .leaflet-control-container .leaflet-control-centerposition {
  width: 150px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px #bbb;
  padding: 0 0px;
  margin: 5px;
  color: #333;
  cursor: pointer;
}
#map .leaflet-control-container .leaflet-control-attribution {
  margin-left: 5px;
}
#map .leaflet-control-container .bottom-info {
  z-index: 999;
  position: absolute;
  left: 0;
  bottom: 40px;
  right: 0;
  color: #000;
  padding: 0;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition-property: right;
  -moz-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#map .leaflet-control-container .bottom-info .center-coordinates,
#map .leaflet-control-container .bottom-info .mouse-coordinates,
#map .leaflet-control-container .bottom-info .zoom,
#map .leaflet-control-container .bottom-info .mini-info {
  float: left;
  height: 60px;
  margin-right: 10px;
}
#map .leaflet-control-container .bottom-info .center-coordinates tr td,
#map .leaflet-control-container .bottom-info .mouse-coordinates tr td,
#map .leaflet-control-container .bottom-info .zoom tr td,
#map .leaflet-control-container .bottom-info .mini-info tr td {
  vertical-align: middle;
  padding: 0 5px;
}
#map .leaflet-control-container .bottom-info .center-coordinates tr td.icon,
#map .leaflet-control-container .bottom-info .mouse-coordinates tr td.icon,
#map .leaflet-control-container .bottom-info .zoom tr td.icon,
#map .leaflet-control-container .bottom-info .mini-info tr td.icon {
  font-size: 2.5em;
  color: #444444;
}
#map .leaflet-control-container .bottom-info .center-coordinates h2,
#map .leaflet-control-container .bottom-info .mouse-coordinates h2,
#map .leaflet-control-container .bottom-info .zoom h2,
#map .leaflet-control-container .bottom-info .mini-info h2 {
  margin: 0;
  padding: 0px;
  font-size: 1.1em;
}
#map .leaflet-control-container .bottom-info .mini-info {
  display: none;
}
#map .leaflet-control-container .bottom-info .mini-info.active {
  display: block;
}
#map .leaflet-control-container .bottom-info .center-coordinates {
  width: 130px;
  cursor: pointer;
}
#map .leaflet-control-container .bottom-info .center-coordinates:hover {
  background: #777777;
  color: #fff;
}
#map .leaflet-control-container .bottom-info .center-coordinates:hover .icon {
  color: #fff;
}
@media (max-width: 767px) {
  #map .leaflet-control-container .bottom-info .center-coordinates {
    width: auto;
  }
}
@media (max-width: 767px) {
  #map .leaflet-control-container .bottom-info .mouse-coordinates {
    display: none;
  }
}
#map .leaflet-control-container .bottom-info.open-right-menu {
  right: 300px;
}
#map .leaflet-control-container .bottom-info.open-right-menu-full {
  right: 300px;
}
#map .leaflet-control-container .leaflet-control-scale {
  top: 50px;
}
#map .content-marker {
  width: 400px;
}
#map .content-marker h3 {
  font-size: 1.5em;
  text-align: center;
}
#map .content-marker p {
  margin: 0;
}
#map .content-marker .label {
  background: #b94a48;
  border-radius: 10px;
  color: #fff;
  padding: 3px 3px;
}
#map .leaflet-overlay-pane svg {
  z-index: 200;
}
.pane {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /*Информационные окна*/
}
.pane .left-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 220px;
  left: -220px;
  z-index: 10;
  pointer-events: auto;
  background-color: #333333;
  border-right: 1px solid #1a2229;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.pane .left-menu .left-menu-toggle {
  margin: 8px 0;
  padding: 0;
  position: absolute;
  right: -50px;
  text-align: center;
  line-height: 20px;
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(51, 51, 51, 0.9);
  color: #a8acb1;
  font-size: 1.5em;
  border-radius: 4px;
  pointer-events: auto;
  border: none;
  -webkit-transition-property: background, color;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.pane .left-menu .left-menu-toggle:hover {
  background: #00acac;
  color: #fff;
}
.pane .left-menu .scroll {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}
.pane .left-menu .scroll .profile {
  padding: 20px;
  background: #1a2229;
  color: #fff;
}
.pane .left-menu .scroll .profile table {
  width: 100%;
}
.pane .left-menu .scroll .profile table tr td h3 {
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.pane .left-menu .scroll .profile .avatar {
  margin-right: 15px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  width: 34px;
  height: 34px;
}
.pane .left-menu .scroll .profile .avatar img {
  width: 100%;
  height: 100%;
}
.pane .left-menu .scroll .profile .role {
  background: #00acac;
  display: inline-block;
  margin: 3px;
  padding: 0px 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 12px;
  text-transform: lowercase;
}
.pane .left-menu .scroll .profile .logout button {
  width: 100%;
  background: #5c5c5c;
  color: #fff;
  padding: 2px;
  margin-top: 20px;
}
.pane .left-menu .scroll .profile .logout button:hover,
.pane .left-menu .scroll .profile .logout button:active,
.pane .left-menu .scroll .profile .logout button:focus {
  text-decoration: none;
}
.pane .left-menu .scroll .nav .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.pane .left-menu .scroll .nav li {
  position: relative;
  display: block;
}
.pane .left-menu .scroll .nav li.nav-header {
  margin: 0;
  padding: 10px 20px;
  line-height: 20px;
  font-size: 11px;
  color: #6d7983;
}
.pane .left-menu .scroll .nav li a {
  padding: 8px 20px;
  line-height: 20px;
  color: #a8acb1;
  position: relative;
  display: block;
}
.pane .left-menu .scroll .nav li a:focus,
.pane .left-menu .scroll .nav li a:hover {
  background: #232a2f;
  color: #a8acb1;
}
.pane .left-menu .scroll .nav li a i {
  float: left;
  margin-right: 15px;
  width: 14px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pane .main-content {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition-property: right;
  -moz-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.pane .main-content .bottom-menu {
  pointer-events: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto!important;
  height: 40px;
  color: #fff;
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  /*кнопка в нижнем меню*/
}
.pane .main-content .bottom-menu .ui-resizable-n {
  height: 10px;
  top: -10px;
  text-align: center;
  color: #fff;
  pointer-events: none;
}
.pane .main-content .bottom-menu.ui-resizable-resizing {
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.pane .main-content .bottom-menu.ui-resizable-resizing .ui-resizable-n,
.pane .main-content .bottom-menu .ui-resizable-n:hover {
  background-color: rgba(125, 125, 125, 0.3);
}
.pane .main-content .bottom-menu.open .ui-resizable-n {
  pointer-events: auto;
}
.pane .main-content .bottom-menu.open .ui-resizable-n:before {
  content: "\f141";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: -5px;
}
.pane .main-content .bottom-menu .nav-tabs {
  border-top: 1px solid #242424!important;
  position: absolute;
  bottom: 0;
  background: #333333;
  overflow-y: hidden;
  overflow-x: auto;
  height: 40px;
  width: 100%;
  left: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.pane .main-content .bottom-menu .nav-tabs .list {
  display: inline-block;
  white-space: nowrap;
}
.pane .main-content .bottom-menu .nav-tabs .list div {
  display: inline-block;
}
.pane .main-content .bottom-menu .nav-tabs .list div a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.pane .main-content .bottom-menu .nav-tabs .list div a:focus {
  background: 0;
  color: #fff;
}
.pane .main-content .bottom-menu .nav-tabs .list div a:hover,
.pane .main-content .bottom-menu .nav-tabs .list div a.active {
  text-decoration: none;
  background: #00acac;
}
.pane .main-content .bottom-menu .tab-content {
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-top: 1px solid #333;
  background-color: rgba(51, 51, 51, 0.9);
  position: absolute;
  margin-bottom: 0;
  bottom: 40px;
  left: 0;
  right: 0;
  top: 0px;
  overflow: hidden;
}
.pane .main-content .bottom-menu .tab-content .tab-pane {
  box-sizing: border-box;
  width: 100%;
}
.pane .main-content .bottom-menu .tab-content .tab-pane > .tab-content {
  background: inherit;
}
.pane .main-content .bottom-menu .btn.btn-default {
  background: #333;
  border-color: #222;
  color: #fff;
}
.pane .main-content .bottom-menu .btn.btn-default:hover {
  background: #444;
}
.pane .main-content .bottom-menu .btn.btn-default.active {
  background: #00acac;
}
.pane .main-content .bottom-menu .controll-top {
  position: absolute;
  top: 0px;
  height: 50px;
  left: 0px;
  right: 0px;
  background: #333333;
  padding: 7px 15px;
}
.pane .main-content .bottom-menu .controll-top .coordinates {
  -webkit-user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.pane .main-content .bottom-menu .content-scroll {
  position: absolute;
  overflow-y: auto;
  padding: 15px;
  top: 50px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.pane .main-content .bottom-menu .content-tile {
  padding: 15px;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pane .main-content .bottom-menu .content-tile .block h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.pane .main-content .bottom-menu .content-tile .block .color {
  width: 20px;
  height: 20px;
  background: red;
}
.pane .main-content .bottom-menu .content-tile .block .content-buttons {
  text-align: center;
}
.pane .main-content .bottom-menu .content-tile .block .content-buttons button {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.pane .main-content .bottom-menu .content-tile .block .content-buttons button:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pane .main-content .bottom-menu .content-tile .block .content-buttons button:last-child {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pane .main-content .bottom-menu .content-tile .block:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .pane .main-content .bottom-menu .content-tile .block:nth-child(4n+1) {
    clear: both;
  }
}
.pane .main-content .bottom-menu .content-search-pane {
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}
.pane .main-content .bottom-menu .content-search-pane .content-top {
  position: absolute;
  top: 50px;
  height: 64px;
  width: calc(100% - 30px);
  padding: 15px 0;
}
.pane .main-content .bottom-menu .content-search-pane .content-top .search {
  position: relative;
}
.pane .main-content .bottom-menu .content-search-pane .content-top .search input {
  color: #fff;
  width: 100%;
  text-align: left;
  padding: 6px 30px 6px 6px;
  background-color: #00acac;
}
.pane .main-content .bottom-menu .content-search-pane .content-top .search input.not-load {
  background: #fff;
  color: #1f1f1f;
}
.pane .main-content .bottom-menu .content-search-pane .content-top .search button {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 1px 4px;
}
.pane .main-content .bottom-menu .content-search-pane .content-bottom {
  position: absolute;
  top: 114px;
  bottom: 15px;
  width: calc(100% - 30px);
  padding: 15px 0;
}
.pane .main-content .bottom-menu .content-search-pane .content-bottom .content-left {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(250px - 7.5px);
  overflow-y: auto;
}
.pane .main-content .bottom-menu .content-search-pane .content-bottom .content-left .filter {
  padding: 10px;
}
.pane .main-content .bottom-menu .content-search-pane .content-bottom .content-left .filter ul li {
  padding-bottom: 5px;
}
.pane .main-content .bottom-menu .content-search-pane .content-bottom .content-left .filter ul li label {
  color: #fff;
  text-transform: capitalize;
}
.pane .main-content .bottom-menu .content-search-pane .content-bottom .content-right {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 257.5px);
  overflow-y: auto;
  padding: 10px;
}
.pane .main-content .bottom-menu .content-search-pane .content-bottom .content-right .fly-results-search {
  display: none;
}
.pane .main-content .bottom-menu .content-search-pane .content-bottom .content-right .fly-results-search h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
  border-bottom: 2px solid #4a4a4a;
  text-transform: capitalize;
}
.pane .main-content .bottom-menu .content-search-pane .content-bottom .content-right .fly-results-search ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
}
.pane .main-content .bottom-menu .content-search-pane .content-bottom .content-right .fly-results-search ul li {
  cursor: pointer;
  width: 100%;
  display: inline-block;
  padding: 3px 0;
  white-space: nowrap;
}
.pane .main-content .bottom-menu .content-search-pane .content-bottom .content-right .fly-results-search ul li:hover {
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.pane .main-content .bottom-menu .content-search-pane .content-bottom .content-right .fly-results-search ul li div {
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}
.pane .main-content .bottom-menu .content-search-pane .content-bottom .content-right .fly-results-search ul li div img {
  width: 20px;
  height: auto;
}
.pane .main-content .bottom-menu .content-search-pane .content-bottom .content-right .fly-results-search ul li div:nth-child(1) {
  width: 30px;
}
.pane .main-content .bottom-menu .content-search-pane .content-bottom .content-right .fly-results-search ul li div:nth-child(2) {
  overflow: hidden;
  width: calc(100% - 60px);
  text-align: left;
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pane .main-content .bottom-menu .content-search-pane .content-bottom .content-right .fly-results-search ul li div:nth-child(3) {
  text-align: center;
  width: 30px;
}
.pane .main-content .bottom-menu .content-search-pane .content-bottom .content-right .fly-results-search ul li.active {
  background: #2098d1;
  background: -moz-linear-gradient(left, rgba(32, 152, 209, 0.5) 0%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-linear-gradient(left, rgba(32, 152, 209, 0.5) 0%, rgba(255, 255, 137, 0.1) 49%, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(to right, rgba(32, 152, 209, 0.5) 0%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2098d1', endColorstr='#2098d1', GradientType=1);
}
.pane .main-content .bottom-menu .content-search-pane .content-bottom .content-right .fa-button-search {
  display: none;
  margin-top: 20px;
}
.pane .main-content .bottom-menu .content-search-pane .content-bottom .content-right .fa-button-search .nav-pills li a {
  background: #000;
  color: #fff;
}
.pane .main-content .bottom-menu .content-modes {
  background: #333333;
  border-bottom: 1px solid #242424!important;
  position: absolute;
  top: 0;
  height: 50px;
  left: 0;
  right: 0;
}
.pane .main-content .bottom-menu .content-modes ul {
  padding: 0;
  margin: 5px 0;
  list-style: none;
  text-align: center;
}
.pane .main-content .bottom-menu .content-modes ul li {
  display: inline;
}
.pane .main-content .bottom-menu .content-modes ul li button {
  width: auto;
  padding: 10px;
  border-left: 1px solid #bbbbbb;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-right: none;
  font-size: 12px;
  background: inherit;
  color: #fff;
}
.pane .main-content .bottom-menu .content-modes ul li button:hover {
  background: #00acac;
}
.pane .main-content .bottom-menu .content-modes ul li button.active {
  background: #00acac;
}
.pane .main-content .bottom-menu .content-modes ul li button:focus {
  outline: none;
}
.pane .main-content .bottom-menu .content-modes ul li:first-child button {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pane .main-content .bottom-menu .content-modes ul li:last-child button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #bbbbbb;
}
.pane .main-content .bottom-menu .content-modes button.right {
  position: absolute;
  right: 15px;
  top: 7px;
}
.pane .main-content .bottom-menu .content-layers {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pane .main-content .bottom-menu .content-layers .nav-carousel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pane .main-content .bottom-menu .content-layers .nav-carousel .prev,
.pane .main-content .bottom-menu .content-layers .nav-carousel .next {
  position: absolute;
  background: inherit;
  top: 0;
  bottom: 0;
  width: 20px;
  border: 0;
  text-align: center;
  pointer-events: auto;
  outline: none;
  z-index: 2;
}
.pane .main-content .bottom-menu .content-layers .nav-carousel .prev {
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.3) 100%);
}
.pane .main-content .bottom-menu .content-layers .nav-carousel .prev:hover {
  background: rgba(0, 172, 172, 0.2);
  background: -moz-linear-gradient(right, rgba(0, 172, 172, 0) 0%, rgba(0, 172, 172, 0) 10%, rgba(0, 172, 172, 0.2) 100%, rgba(0, 172, 172, 0.3) 100%);
  background: -webkit-linear-gradient(right, rgba(0, 172, 172, 0) 0%, rgba(0, 172, 172, 0) 10%, rgba(0, 172, 172, 0.2) 100%, rgba(0, 172, 172, 0.3) 100%);
  background: linear-gradient(right, rgba(0, 172, 172, 0) 0%, rgba(0, 172, 172, 0) 10%, rgba(0, 172, 172, 0.2) 100%, rgba(0, 172, 172, 0.3) 100%);
}
.pane .main-content .bottom-menu .content-layers .nav-carousel .next {
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.3) 100%);
}
.pane .main-content .bottom-menu .content-layers .nav-carousel .next:hover {
  background: rgba(0, 172, 172, 0.2);
  background: -moz-linear-gradient(left, rgba(0, 172, 172, 0) 0%, rgba(0, 172, 172, 0) 10%, rgba(0, 172, 172, 0.2) 100%, rgba(0, 172, 172, 0.3) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 172, 172, 0) 0%, rgba(0, 172, 172, 0) 10%, rgba(0, 172, 172, 0.2) 100%, rgba(0, 172, 172, 0.3) 100%);
  background: linear-gradient(left, rgba(0, 172, 172, 0) 0%, rgba(0, 172, 172, 0) 10%, rgba(0, 172, 172, 0.2) 100%, rgba(0, 172, 172, 0.3) 100%);
}
.pane .main-content .bottom-menu .content-layers .content-carousel {
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pane .main-content .bottom-menu .content-layers .content-carousel .owl-carousel {
  padding: 0 20px;
}
.pane .main-content .bottom-menu .content-layers .content-carousel .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.pane .main-content .bottom-menu .content-layers .content-carousel .owl-carousel .block {
  padding: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.pane .main-content .bottom-menu .content-layers .content-carousel .owl-carousel .block label {
  color: #fff;
}
.pane .main-content .bottom-menu .content-layers .content-carousel .owl-carousel .block ul li {
  font-size: 12px;
  padding: 5px 15px;
  color: #fff;
}
.pane .main-content .bottom-menu .content-layers .content-carousel .owl-carousel .block ul li.title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #333333;
}
.pane .main-content .bottom-menu .content-layers.is-content-modes {
  top: 50px;
}
.pane .main-content .bottom-menu .content-settings {
  padding: 15px;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pane .main-content .bottom-menu .content-settings .content-grid .panel {
  background: #333;
}
.pane .main-content .bottom-menu .content-settings .content-grid .panel-heading .panel-title {
  overflow: hidden;
  padding: 10px !important;
}
.pane .main-content .bottom-menu .content-settings .content-grid .panel-heading .panel-title a {
  float: left;
  width: 60% !important;
  vertical-align: top;
  padding: 5px 0 0 0 !important;
}
.pane .main-content .bottom-menu .content-settings .content-grid .panel-heading .panel-title .ios-checkbox-wrapper {
  display: inline-block;
  float: right;
}
.pane .main-content .bottom-menu .plugin-track-list-public,
.pane .main-content .bottom-menu .plugin-track-list-private {
  position: absolute;
  overflow-y: auto;
  padding: 15px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.pane .main-content .bottom-menu .plugin-track-list-public .nav-pills a,
.pane .main-content .bottom-menu .plugin-track-list-private .nav-pills a,
.pane .main-content .bottom-menu .plugin-track-list-public .nav-pills label,
.pane .main-content .bottom-menu .plugin-track-list-private .nav-pills label {
  background: #000;
  color: #fff;
  padding: 10px 15px;
  border: none;
}
.pane .main-content .bottom-menu .plugin-track-list-public .list-tracks li,
.pane .main-content .bottom-menu .plugin-track-list-private .list-tracks li {
  width: 100%;
  border-top: 1px solid #575757;
  padding: 3px 0;
}
.pane .main-content .bottom-menu .plugin-track-list-public .list-tracks li:first-child,
.pane .main-content .bottom-menu .plugin-track-list-private .list-tracks li:first-child {
  border: none;
}
.pane .main-content .bottom-menu .plugin-track-list-public .list-tracks li table tr td:nth-child(2),
.pane .main-content .bottom-menu .plugin-track-list-private .list-tracks li table tr td:nth-child(2) {
  padding: 0 5px;
}
.pane .main-content .bottom-menu .plugin-track-list-public .list-tracks li button,
.pane .main-content .bottom-menu .plugin-track-list-private .list-tracks li button {
  margin-right: 10px;
  width: 40px;
}
.pane .main-content .bottom-menu .plugin-track-elevation {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.pane .main-content .bottom-menu .plugin-track-elevation .content-top {
  padding: 7px 15px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  overflow: hidden;
  background: #333;
}
.pane .main-content .bottom-menu .plugin-track-elevation .content-top h3 {
  display: inline-block;
  color: #fff;
  font-size: 19px;
  margin: 0 15px;
  line-height: 34px;
}
.pane .main-content .bottom-menu .plugin-track-elevation .content-top > * {
  vertical-align: top;
}
.pane .main-content .bottom-menu .plugin-track-elevation .content-bottom {
  position: absolute;
  top: 50px;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
.pane .main-content .bottom-menu .plugin-flight-plan-logbook {
  position: absolute;
  overflow-y: auto;
  padding: 15px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.pane .main-content .bottom-menu .plugin-flight-plan-logbook table {
  font-family: 'Courier New Cyr', arial;
  margin: 0;
  width: 100%;
  color: #fff;
}
.pane .main-content .bottom-menu .plugin-flight-plan-logbook table thead tr th {
  text-align: center;
  border: 1px solid #333;
}
.pane .main-content .bottom-menu .plugin-flight-plan-logbook table tbody tr {
  cursor: move;
}
.pane .main-content .bottom-menu .plugin-flight-plan-logbook table tbody tr td {
  border: 1px solid #333;
  padding: 1px 3px;
  text-align: center;
  font-size: 1em;
}
.pane .main-content .bottom-menu .plugin-flight-plan-logbook table tbody tr td:nth-child(2) {
  text-align: left;
}
.pane .main-content .bottom-menu .plugin-flight-plan-logbook table tbody tr td:nth-child(9) {
  z-index: 2;
  cursor: pointer;
  font-size: 1.3em;
}
.pane .main-content .bottom-menu .plugin-flight-plan-logbook table tbody tr td:last-child {
  z-index: 2;
  cursor: pointer;
  font-size: 1.3em;
}
.pane .main-content .bottom-menu .plugin-flight-plan-logbook table tbody tr td:last-child:hover {
  color: red;
}
.pane .main-content .bottom-menu .plugin-flight-plan-logbook table tbody tr td img {
  height: 15px;
  width: auto;
}
.pane .main-content .bottom-menu .plugin-flight-plan-logbook table tfoot td {
  border: 1px solid #333;
  padding: 5px;
  text-align: left;
  font-size: 1em;
}
.pane .main-content .bottom-menu .plugin-flight-plan-logbook table tfoot td:nth-child(1) {
  text-align: left;
}
.pane .main-content .bottom-menu .plugin-flight-plan-logbook .print-logbook {
  margin-bottom: 10px;
}
.pane .main-content .bottom-menu .plugin-flight-plan-logbook .print-logbook .fa {
  display: inline-block !important;
}
.pane .main-content .bottom-menu .plugin-notam {
  min-width: 600px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pane .main-content .bottom-menu .plugin-notam .content-left {
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 15px;
  width: 275px;
  text-align: center;
  padding: 15px;
}
.pane .main-content .bottom-menu .plugin-notam .content-left .filter {
  overflow-y: auto;
  position: absolute;
  top: 65px;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px 10px;
}
.pane .main-content .bottom-menu .plugin-notam .content-left .filter .control {
  padding-bottom: 5px;
  border-bottom: 1px solid #a1a1a1;
  margin-bottom: 5px;
}
.pane .main-content .bottom-menu .plugin-notam .content-left .filter .control label {
  color: #fff;
}
.pane .main-content .bottom-menu .plugin-notam .content-left .filter ul li {
  padding-bottom: 5px;
}
.pane .main-content .bottom-menu .plugin-notam .content-left .filter ul li label {
  color: #fff;
  text-transform: capitalize;
}
.pane .main-content .bottom-menu .plugin-notam .content-right {
  position: absolute;
  top: 65px;
  right: 0;
  bottom: 15px;
  left: 300px;
  overflow-y: auto;
}
.pane .main-content .bottom-menu .plugin-notam .content-right .list {
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 20px 20px;
}
.pane .main-content .bottom-menu .plugin-notam .content-right .list h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
}
.pane .main-content .bottom-menu .plugin-notam .content-right .list .panel-body {
  color: #1f1f1f;
}
.pane .main-content .bottom-menu .plugin-notam .filter-active-area {
  overflow: hidden;
  width: 100%;
  padding: 5px 20px;
  color: #fff;
  font-size: 0.9em;
}
.pane .main-content .bottom-menu .plugin-notam .filter-active-area span:nth-child(1) {
  display: block;
  float: left;
  width: 80%;
}
.pane .main-content .bottom-menu .plugin-notam .filter-active-area span:nth-child(2) {
  cursor: pointer;
  text-align: center;
  float: left;
  width: 20%;
  margin-top: 3px;
}
.pane .main-content .bottom-menu .plugin-notam .filter-active-area span:nth-child(2) i:nth-child(1) {
  display: inline-block;
}
.pane .main-content .bottom-menu .plugin-notam .filter-active-area span:nth-child(2) i:nth-child(2) {
  display: none;
}
.pane .main-content .bottom-menu .plugin-notam .filter-active-area.active:nth-child(2) i:nth-child(1) {
  display: none;
}
.pane .main-content .bottom-menu .plugin-notam .filter-active-area.active:nth-child(2) i:nth-child(2) {
  display: inline-block;
}
.pane .main-content .bottom-menu .plugin-notam .nav-notam {
  text-align: center;
  padding: 20px 20px;
}
.pane .main-content .bottom-menu .plugin-notam .nav-notam button {
  background: #000;
  color: #fff;
}
.pane .main-content .bottom-menu .plugin-notam .nav-notam button:active {
  background: #337ab7;
}
.pane .main-content .bottom-menu .plugin-notam .list-notam .block-notam {
  border-bottom: 1px solid #444;
}
.pane .main-content .bottom-menu .plugin-notam .list-notam .block-notam h2 {
  margin: 0;
  background: #333;
  padding: 5px 15px;
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  cursor: pointer;
}
.pane .main-content .bottom-menu .plugin-notam .list-notam .block-notam h2 span {
  display: inline-block;
  margin-right: 5px;
}
.pane .main-content .bottom-menu .plugin-notam .list-notam .block-notam h2 span:last-child {
  display: none;
}
.pane .main-content .bottom-menu .plugin-notam .list-notam .block-notam .content {
  display: none;
  margin: 0;
}
.pane .main-content .bottom-menu .plugin-notam .list-notam .block-notam.active h2 span:first-child {
  display: none;
}
.pane .main-content .bottom-menu .plugin-notam .list-notam .block-notam.active h2 span:last-child {
  display: inline-block;
}
.pane .main-content .bottom-menu .plugin-notam .list-notam .block-notam.active .content {
  display: block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  word-wrap: break-word;
  padding: 10px 10px;
  font-family: 'Courier New Cyr', arial;
}
.pane .main-content .bottom-menu .plugin-notam .list-notam .block-notam.active .content .load {
  width: 100%;
  text-align: center;
  font-size: 2em;
}
.pane .main-content .bottom-menu .plugin-information {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.pane .main-content .bottom-menu .plugin-information.information table thead tr th {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.pane .main-content .bottom-menu .plugin-information.information table tr td:first-child {
  width: 1%;
}
.pane .main-content .bottom-menu .plugin-information.charts {
  min-width: 600px;
}
.pane .main-content .bottom-menu .plugin-information.charts .content-left {
  position: absolute;
  padding: 15px;
  top: 50px;
  left: 0;
  bottom: 0;
  width: 200px;
  text-align: center;
}
.pane .main-content .bottom-menu .plugin-information.charts .content-left .filter {
  overflow-y: auto;
  position: absolute;
  top: 65px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px 10px;
}
.pane .main-content .bottom-menu .plugin-information.charts .content-left .filter .control {
  padding-bottom: 5px;
  border-bottom: 1px solid #a1a1a1;
  margin-bottom: 5px;
}
.pane .main-content .bottom-menu .plugin-information.charts .content-left .filter .control label {
  color: #fff;
}
.pane .main-content .bottom-menu .plugin-information.charts .content-left .filter ul li {
  padding-bottom: 5px;
}
.pane .main-content .bottom-menu .plugin-information.charts .content-left .filter ul li label {
  color: #fff;
  text-transform: capitalize;
}
.pane .main-content .bottom-menu .plugin-information.charts .content-right {
  position: absolute;
  top: 65px;
  right: 15px;
  left: 200px;
  bottom: 15px;
  overflow-y: auto;
}
.pane .main-content .bottom-menu .plugin-information.charts .content-right .list {
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 20px 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pane .main-content .bottom-menu .plugin-information.charts .content-right .list .block:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .pane .main-content .bottom-menu .plugin-information.charts .content-right .list .block:nth-child(4n+1) {
    clear: both;
  }
}
.pane .main-content .bottom-menu .plugin-information.charts .content-right .list .block .content {
  margin: 0;
  padding: 0;
}
.pane .main-content .bottom-menu .plugin-information.charts .content-right .list .block .content .preview {
  background-color: #fff;
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.pane .main-content .bottom-menu .plugin-information.charts .content-right .list .block .content .title {
  padding-bottom: 15px;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.pane .main-content .bottom-menu .plugin-information.charts .content-right .list .block .content .buttons {
  margin: 8px 0 5px 0;
}
.pane .main-content .bottom-menu .plugin-information.notam .panel-heading,
.pane .main-content .bottom-menu .plugin-information.meteo .panel-heading {
  text-transform: uppercase;
}
.pane .main-content .bottom-menu .plugin-information.notam .panel-body,
.pane .main-content .bottom-menu .plugin-information.meteo .panel-body {
  color: #1f1f1f;
}
.pane .main-content .bottom-menu .plugin-information.runway table thead tr th,
.pane .main-content .bottom-menu .plugin-information.communication table thead tr th {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.pane .main-content .bottom-menu .plugin-flight-plan-list {
  position: absolute;
  overflow-y: auto;
  padding: 15px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.pane .main-content .bottom-menu .plugin-flight-plan-list table thead tr th {
  color: #fff;
  text-align: left;
  vertical-align: middle;
}
.pane .main-content .bottom-menu .plugin-flight-plan-list table tr td {
  vertical-align: middle;
  padding: 3px 15px;
}
.pane .main-content .bottom-menu .plugin-flight-plan-list table tr td:nth-child(5),
.pane .main-content .bottom-menu .plugin-flight-plan-list table tr td:nth-child(6) {
  width: 40px;
  text-align: center;
}
.pane .main-content .bottom-menu .plugin-flight-plan-options {
  position: absolute;
  overflow-y: auto;
  padding: 15px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.pane .main-content .bottom-menu .plugin-flight-plan-options table {
  width: 100%;
  padding: 15px 0;
  display: block;
}
.pane .main-content .bottom-menu .plugin-flight-plan-options table > tbody > tr > td {
  width: 50%;
  padding: 3px 15px;
}
.pane .main-content .bottom-menu .plugin-flight-plan-options table > tbody > tr > td label {
  color: #fff;
}
.pane .main-content .bottom-menu .plugin-flight-plan-options table > tbody > tr > td .content-fields {
  width: 100%;
}
.pane .main-content .bottom-menu .plugin-flight-plan-options table > tbody > tr > td .content-fields input {
  display: inline-block;
  width: 57%;
  margin-right: 2%;
}
.pane .main-content .bottom-menu .plugin-flight-plan-options table > tbody > tr > td .content-fields select {
  display: inline-block;
  width: 36%;
}
.pane .main-content .bottom-menu .plugin-flight-plan-options table > tbody > tr > td #datetimepicker .bootstrap-datetimepicker-widget {
  position: absolute;
}
.pane .main-content .bottom-menu .plugin-flight-plan-options table > tbody > tr > td #datetimepicker .bootstrap-datetimepicker-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.pane .main-content .bottom-menu .plugin-flight-plan-text-search {
  position: absolute;
  overflow-y: auto;
  padding: 15px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.pane .main-content .bottom-menu .plugin-flight-plan-text-search .content-top {
  position: absolute;
  top: 0;
  height: 64px;
  width: calc(100% - 30px);
  padding: 15px 0;
}
.pane .main-content .bottom-menu .plugin-flight-plan-text-search .content-bottom {
  position: absolute;
  top: 64px;
  bottom: 15px;
  width: calc(100% - 30px);
  padding: 15px 0;
}
.pane .main-content .bottom-menu .plugin-flight-plan-text-search .content-bottom .content-left {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(50% - 7.5px);
  overflow-y: auto;
}
.pane .main-content .bottom-menu .plugin-flight-plan-text-search .content-bottom .content-left .panel-points .content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  min-height: 25px;
  background: #fff;
  overflow: hidden;
  padding: 0 3px;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #919191;
  font-family: 'Courier New Cyr', arial;
  font-weight: bold;
  margin: 0;
}
.pane .main-content .bottom-menu .plugin-flight-plan-text-search .content-bottom .content-left .panel-points .content .point {
  padding: 3px 10px;
  display: inline-block;
  background: #989898;
  border: 1px solid #a28e8e;
  margin: 3px;
  height: 30px;
  vertical-align: top;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.pane .main-content .bottom-menu .plugin-flight-plan-text-search .content-bottom .content-left .panel-points .content .point:hover {
  background: #00acac;
  color: #fff;
  cursor: pointer;
}
.pane .main-content .bottom-menu .plugin-flight-plan-text-search .content-bottom .content-left .panel-points .content .error {
  padding: 3px;
  display: inline-block;
  background: red;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}
.pane .main-content .bottom-menu .plugin-flight-plan-text-search .content-bottom .content-left .panel-points .content .info {
  color: #888;
  display: inline-block;
  padding: 3px;
}
.pane .main-content .bottom-menu .plugin-flight-plan-text-search .content-bottom .content-left .panel-points .preview {
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  border-radius: 3px;
  border: 1px solid #919191;
  font-family: 'Courier New Cyr', arial;
}
.pane .main-content .bottom-menu .plugin-flight-plan-text-search .content-bottom .content-left .panel-points .preview ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pane .main-content .bottom-menu .plugin-flight-plan-text-search .content-bottom .content-left .panel-points .preview ul li {
  width: 100%;
  padding: 3px 5px;
}
.pane .main-content .bottom-menu .plugin-flight-plan-text-search .content-bottom .content-right {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(50% - 7.5px);
  overflow-y: auto;
  padding: 10px;
}
.pane .main-content .bottom-menu .plugin-flight-plan-sid_star {
  width: calc(100% - 30px);
  min-width: 600px;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
.pane .main-content .bottom-menu .plugin-flight-plan-sid_star .content-left {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(200px - 7.5px);
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px 10px;
}
.pane .main-content .bottom-menu .plugin-flight-plan-sid_star .content-left label {
  color: #fff;
  text-align: left;
}
.pane .main-content .bottom-menu .plugin-flight-plan-sid_star .content-left .content-input-button {
  position: relative;
}
.pane .main-content .bottom-menu .plugin-flight-plan-sid_star .content-left .content-input-button button {
  position: absolute;
  right: 5px;
  top: -3px;
  font-size: 24px;
  border: none;
  display: none;
  background: none;
  color: #7e7e7e;
}
.pane .main-content .bottom-menu .plugin-flight-plan-sid_star .content-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 207.5px);
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 20px 20px;
}
.pane .main-content .bottom-menu .plugin-flight-plan-sid_star .content-right .list table {
  width: 100%;
  color: #1f1f1f;
}
.pane .main-content .bottom-menu .plugin-flight-plan-sid_star .content-right .list table tbody tr td img {
  width: 30px;
  height: auto;
}
.pane .main-content .bottom-menu .plugin-chart {
  width: calc(100% - 30px);
  min-width: 600px;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
.pane .main-content .bottom-menu .plugin-chart .content-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(200px - 7.5px);
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px 10px;
}
.pane .main-content .bottom-menu .plugin-chart .content-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 207.5px);
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 20px 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pane .main-content .bottom-menu .plugin-chart .content-right .list-charts .block:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .pane .main-content .bottom-menu .plugin-chart .content-right .list-charts .block:nth-child(4n+1) {
    clear: both;
  }
}
.pane .main-content .bottom-menu .plugin-chart .content-right .list-charts .block .content {
  margin: 0;
  padding: 0;
}
.pane .main-content .bottom-menu .plugin-chart .content-right .list-charts .block .content .preview {
  background-color: #fff;
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.pane .main-content .bottom-menu .plugin-chart .content-right .list-charts .block .content .title {
  padding-bottom: 15px;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.pane .main-content .bottom-menu .plugin-chart .content-right .list-charts .block .content .buttons {
  margin: 8px 0 5px 0;
}
.pane .main-content .bottom-menu .plugin-chart .content-right .list-charts .block .content .controller .noUi-target {
  width: 100%;
  margin: 10px 0;
}
.pane .main-content .bottom-menu .plugin-list-objects {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pane .main-content .bottom-menu .plugin-list-objects .nav-carousel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pane .main-content .bottom-menu .plugin-list-objects .nav-carousel .prev,
.pane .main-content .bottom-menu .plugin-list-objects .nav-carousel .next {
  position: absolute;
  background: inherit;
  top: 0;
  bottom: 0;
  width: 20px;
  border: 0;
  text-align: center;
  pointer-events: auto;
  outline: none;
  z-index: 2;
}
.pane .main-content .bottom-menu .plugin-list-objects .nav-carousel .prev {
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.3) 100%);
}
.pane .main-content .bottom-menu .plugin-list-objects .nav-carousel .prev:hover {
  background: rgba(0, 172, 172, 0.2);
  background: -moz-linear-gradient(right, rgba(0, 172, 172, 0) 0%, rgba(0, 172, 172, 0) 10%, rgba(0, 172, 172, 0.2) 100%, rgba(0, 172, 172, 0.3) 100%);
  background: -webkit-linear-gradient(right, rgba(0, 172, 172, 0) 0%, rgba(0, 172, 172, 0) 10%, rgba(0, 172, 172, 0.2) 100%, rgba(0, 172, 172, 0.3) 100%);
  background: linear-gradient(right, rgba(0, 172, 172, 0) 0%, rgba(0, 172, 172, 0) 10%, rgba(0, 172, 172, 0.2) 100%, rgba(0, 172, 172, 0.3) 100%);
}
.pane .main-content .bottom-menu .plugin-list-objects .nav-carousel .next {
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.3) 100%);
}
.pane .main-content .bottom-menu .plugin-list-objects .nav-carousel .next:hover {
  background: rgba(0, 172, 172, 0.2);
  background: -moz-linear-gradient(left, rgba(0, 172, 172, 0) 0%, rgba(0, 172, 172, 0) 10%, rgba(0, 172, 172, 0.2) 100%, rgba(0, 172, 172, 0.3) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 172, 172, 0) 0%, rgba(0, 172, 172, 0) 10%, rgba(0, 172, 172, 0.2) 100%, rgba(0, 172, 172, 0.3) 100%);
  background: linear-gradient(left, rgba(0, 172, 172, 0) 0%, rgba(0, 172, 172, 0) 10%, rgba(0, 172, 172, 0.2) 100%, rgba(0, 172, 172, 0.3) 100%);
}
.pane .main-content .bottom-menu .plugin-list-objects .content-carousel {
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pane .main-content .bottom-menu .plugin-list-objects .content-carousel .owl-carousel {
  padding: 0 20px;
}
.pane .main-content .bottom-menu .plugin-list-objects .content-carousel .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.pane .main-content .bottom-menu .plugin-list-objects .content-carousel .owl-carousel .block {
  padding: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.pane .main-content .bottom-menu .plugin-list-objects .content-carousel .owl-carousel .block h3 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  padding: 5px 15px;
  margin: 0;
}
.pane .main-content .bottom-menu .plugin-list-objects .content-carousel .owl-carousel .block label {
  color: #fff;
}
.pane .main-content .bottom-menu .plugin-list-objects .content-carousel .owl-carousel .block ul li {
  font-size: 12px;
  padding: 5px 15px;
  color: #fff;
  border-bottom: 2px solid #333333;
}
.pane .main-content .bottom-menu .plugin-list-objects .content-carousel .owl-carousel .block ul li:first-child {
  border-top: 2px solid #333333;
}
.pane .main-content .bottom-menu .plugin-list-objects .content-carousel .owl-carousel .block ul li table tr td:first-child {
  width: 20px;
}
.pane .main-content .bottom-menu .plugin-list-objects .content-carousel .owl-carousel .block ul li table tr td:first-child img {
  width: 20px;
}
.pane .main-content .content-info-map {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}
.pane .main-content .content-info-map > div {
  float: right;
  background: rgba(51, 51, 51, 0.5);
  padding: 3px 5px;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: 5px;
  text-align: center;
}
.pane .main-content .content-info-map > div.coordinates {
  width: 210px;
  cursor: pointer;
  pointer-events: auto;
}
.pane .main-content .content-info-map > div.zoom {
  width: 60px;
}
.pane .right-content {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0px;
  border-left: 1px solid #333;
  -webkit-transition-property: width;
  -moz-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.pane .right-content .right-menu {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 220px;
  z-index: 4;
  overflow-y: hidden;
  background-color: rgba(51, 51, 51, 0.9);
  pointer-events: auto;
  -webkit-transition-property: width;
  -moz-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  /* content-layers */
  /* content-labels */
  /* content-mode */
  /* план полета */
}
.pane .right-content .right-menu .tab-content {
  background: none;
  padding: 0px;
}
.pane .right-content .right-menu .tab-content label {
  color: #fff;
}
.pane .right-content .right-menu .menu {
  display: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
}
.pane .right-content .right-menu .menu.active {
  display: block;
}
.pane .right-content .right-menu .accordion {
  margin-bottom: 10px;
}
.pane .right-content .right-menu .accordion > button {
  width: 100%;
  margin: 0;
  line-height: 30px;
  background: #000;
  color: #fff;
  border: none;
}
.pane .right-content .right-menu .accordion > button i:first-child {
  display: none;
}
.pane .right-content .right-menu .accordion .body {
  display: none;
  background: rgba(30, 30, 30, 0.8);
  border-bottom: 5px solid rgba(0, 0, 0, 0.8);
  padding-bottom: 0px;
}
.pane .right-content .right-menu .accordion.open > button i:first-child {
  display: inline-block;
}
.pane .right-content .right-menu .accordion.open > button i:last-child {
  display: none;
}
.pane .right-content .right-menu .accordion.open .body {
  display: block;
}
.pane .right-content .right-menu .nav-tabs {
  margin: 0;
  border: 0;
}
.pane .right-content .right-menu .nav-tabs li {
  margin: 0;
  width: 100%;
}
.pane .right-content .right-menu .nav-tabs li a {
  color: #fff;
  border: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 10px 5px;
}
.pane .right-content .right-menu .nav-tabs li a:hover,
.pane .right-content .right-menu .nav-tabs li a:focus {
  background: transparent;
}
.pane .right-content .right-menu .nav-tabs li.active {
  transition: all 0.3s ease-out;
  background: #00acac;
}
.pane .right-content .right-menu .nav-tabs li.active a {
  background: initial;
  color: #fff;
}
.pane .right-content .right-menu .nav-tabs li.charts {
  width: 100%;
  animation: leg1 4s ease-in-out infinite;
}
.pane .right-content .right-menu .nav-tabs li.charts a {
  width: 100%;
}
.pane .right-content .right-menu .nav-tabs li.charts a h3 {
  font-size: 1.5em;
  margin: 5px 0;
  text-transform: uppercase;
}
.pane .right-content .right-menu .nav-tabs li.w-50 {
  width: 50%;
}
@keyframes leg1 {
  from {
    background: #00acac;
  }
  20% {
    background: #11bdbd;
  }
  40% {
    background: #22cece;
  }
  60% {
    background: #22cece;
  }
  80% {
    background: #11bdbd;
  }
  to {
    background: #00acac;
  }
}
.pane .right-content .right-menu ul.menu-ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.pane .right-content .right-menu ul.menu-ul li {
  width: 100%;
  padding: 5px 20px;
  overflow: hidden;
  color: #fff;
  border-bottom: 1px solid #333333;
  cursor: pointer;
  font-size: 0.9em;
}
@media (max-width: 991px) {
  .pane .right-content .right-menu ul.menu-ul li {
    padding: 10px 15px;
  }
}
.pane .right-content .right-menu ul.menu-ul li span:nth-child(1) {
  display: block;
  float: left;
  width: 80%;
}
.pane .right-content .right-menu ul.menu-ul li span:nth-child(2) {
  text-align: center;
  float: left;
  width: 20%;
  margin-top: 3px;
}
.pane .right-content .right-menu ul.menu-ul li .fa-check-square {
  display: none;
}
.pane .right-content .right-menu ul.menu-ul li .fa-square-o {
  display: block;
}
.pane .right-content .right-menu ul.menu-ul li.mini {
  padding: 3px 20px;
  font-size: 0.9em;
}
.pane .right-content .right-menu ul.menu-ul li.active .fa-check-square {
  display: block;
}
.pane .right-content .right-menu ul.menu-ul li.active .fa-square-o {
  display: none;
}
.pane .right-content .right-menu ul.menu-ul li.menu-tile {
  cursor: auto;
}
.pane .right-content .right-menu ul.menu-ul li.menu-tile ul {
  padding: 0;
  margin: 10px 0;
  list-style: none;
  text-align: center;
}
.pane .right-content .right-menu ul.menu-ul li.menu-tile ul li {
  display: inline;
  width: auto;
  padding: 10px 10px;
  border-left: 1px solid #bbbbbb;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  font-size: 12px;
}
.pane .right-content .right-menu ul.menu-ul li.menu-tile ul li:hover {
  background: #00acac;
}
.pane .right-content .right-menu ul.menu-ul li.menu-tile ul li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pane .right-content .right-menu ul.menu-ul li.menu-tile ul li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #bbbbbb;
}
.pane .right-content .right-menu ul.menu-ul li.menu-tile ul li.active {
  background: #00acac;
}
.pane .right-content .right-menu ul.menu-ul li.title {
  cursor: default;
  height: 40px;
  padding: 10px 20px;
  font-size: 1em;
}
.pane .right-content .right-menu ul.menu-ul li.title h2 {
  font-size: 1.2em;
  text-align: center;
  margin: 0;
  color: #fff;
}
@media (max-width: 991px) {
  .pane .right-content .right-menu ul.menu-ul li.title h2 {
    font-size: 1em;
  }
}
.pane .right-content .right-menu .grid.panel {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #555555;
  border-color: #333333;
}
.pane .right-content .right-menu .grid.panel .panel-heading {
  padding: 0;
  color: #fff;
  background: #333333;
}
.pane .right-content .right-menu .grid.panel .panel-heading .panel-title {
  padding: 0 10px;
}
.pane .right-content .right-menu .grid.panel .panel-heading .panel-title a {
  display: inline-block;
  padding: 10px;
  width: 80%;
  font-size: 14px;
}
.pane .right-content .right-menu .grid.panel .panel-heading .panel-title span {
  width: 19%;
}
.pane .right-content .right-menu .grid.panel .panel-heading .panel-title span .fa {
  display: inline-block;
  text-align: right;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}
.pane .right-content .right-menu .grid.panel .panel-heading .panel-title span .fa:last-child {
  display: none;
}
.pane .right-content .right-menu .grid.panel .panel-heading .panel-title span.active .fa:first-child {
  display: none;
}
.pane .right-content .right-menu .grid.panel .panel-heading .panel-title span.active .fa:last-child {
  display: inherit;
}
.pane .right-content .right-menu .grid.panel .panel-collapse .panel-body {
  border-color: #333333;
  color: #fff;
}
.pane .right-content .right-menu #columns .column {
  margin: 10px;
  padding: 30px;
  background: red;
}
.pane .right-content .right-menu #columns .column .over {
  border: 2px dashed #000;
}
.pane .right-content .right-menu .list-objects-view {
  width: 100%;
}
.pane .right-content .right-menu .list-objects-view .type-objects {
  border-bottom: 1px solid #444;
}
.pane .right-content .right-menu .list-objects-view .type-objects h2 {
  margin: 0;
  background: #333;
  padding: 5px 15px;
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  cursor: pointer;
}
.pane .right-content .right-menu .list-objects-view .type-objects h2 span {
  display: inline-block;
  margin-right: 5px;
}
.pane .right-content .right-menu .list-objects-view .type-objects h2 span:last-child {
  display: none;
}
.pane .right-content .right-menu .list-objects-view .type-objects ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: none;
}
.pane .right-content .right-menu .list-objects-view .type-objects ul li {
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #444;
}
.pane .right-content .right-menu .list-objects-view .type-objects ul li:hover {
  background: #2098d1;
  background: -moz-linear-gradient(left, rgba(32, 152, 209, 0.5) 0%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-linear-gradient(left, rgba(32, 152, 209, 0.5) 0%, rgba(255, 255, 137, 0.1) 49%, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(to right, rgba(32, 152, 209, 0.5) 0%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2098d1', endColorstr='#2098d1', GradientType=1);
}
.pane .right-content .right-menu .list-objects-view .type-objects ul li table tr td {
  vertical-align: middle;
}
.pane .right-content .right-menu .list-objects-view .type-objects ul li table tr td.title {
  padding: 5px 15px;
}
.pane .right-content .right-menu .list-objects-view .type-objects ul li table tr td.icon {
  padding: 0 0 0 20px;
}
.pane .right-content .right-menu .list-objects-view .type-objects ul li table tr td.icon img,
.pane .right-content .right-menu .list-objects-view .type-objects ul li table tr td.icon svg {
  width: 20px;
  height: auto;
}
.pane .right-content .right-menu .list-objects-view .type-objects ul li.active {
  background: #2098d1;
  background: -moz-linear-gradient(left, rgba(32, 152, 209, 0.5) 0%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-linear-gradient(left, rgba(32, 152, 209, 0.5) 0%, rgba(255, 255, 137, 0.1) 49%, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(to right, rgba(32, 152, 209, 0.5) 0%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2098d1', endColorstr='#2098d1', GradientType=1);
}
.pane .right-content .right-menu .list-objects-view .type-objects.active span:first-child {
  display: none;
}
.pane .right-content .right-menu .list-objects-view .type-objects.active span:last-child {
  display: inline-block;
}
.pane .right-content .right-menu .list-objects-view .type-objects.active ul {
  display: block;
}
.pane .right-content .right-menu .content-debug h3 {
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.pane .right-content .right-menu .content-debug ul li {
  padding: 5px 15px;
  color: #fff;
  border-bottom: 1px solid #333333;
}
.pane .right-content .right-menu .content-debug ul li:first-child {
  border-top: 1px solid #333333;
}
.pane .right-content .right-menu .content-layers p {
  padding: 5px;
  text-align: center;
  color: #fff;
}
.pane .right-content .right-menu .content-layers ul li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.pane .right-content .right-menu .content-layers ul li h3 {
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.pane .right-content .right-menu .content-layers ul li ul li {
  padding: 5px 15px;
  color: #fff;
  border-bottom: 1px solid #333333;
}
.pane .right-content .right-menu .content-layers ul li ul li:first-child {
  border-top: 1px solid #333333;
}
.pane .right-content .right-menu .content-labels h3 {
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.pane .right-content .right-menu .content-labels ul li {
  padding: 5px 15px;
  color: #fff;
  border-bottom: 1px solid #333333;
}
.pane .right-content .right-menu .content-labels ul li:first-child {
  border-top: 1px solid #333333;
}
.pane .right-content .right-menu .content-mode ul {
  padding: 0;
  margin: 10px 0;
  list-style: none;
  text-align: center;
}
.pane .right-content .right-menu .content-mode ul li {
  display: inline;
}
.pane .right-content .right-menu .content-mode ul li button {
  width: auto;
  padding: 10px;
  border-left: 1px solid #bbbbbb;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-right: none;
  font-size: 12px;
  background: inherit;
  color: #fff;
}
.pane .right-content .right-menu .content-mode ul li button:hover {
  background: #00acac;
}
.pane .right-content .right-menu .content-mode ul li button.active {
  background: #00acac;
}
.pane .right-content .right-menu .content-mode ul li:first-child button {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pane .right-content .right-menu .content-mode ul li:last-child button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #bbbbbb;
}
.pane .right-content .right-menu .content-flight-plan .buttons {
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
.pane .right-content .right-menu .content-flight-plan .buttons button {
  display: inline-block;
  vertical-align: top;
  margin: 5px 5px;
  border-radius: 3px;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border: none;
  width: 140px;
  text-align: center;
}
.pane .right-content .right-menu .content-flight-plan .buttons button:hover {
  background: #00acac;
}
.pane .right-content .right-menu .content-flight-plan .logbook table {
  font-family: 'Courier New Cyr', arial;
  margin: 0;
  width: 100%;
  color: #fff;
  background: rgba(60, 60, 60, 0.8);
}
.pane .right-content .right-menu .content-flight-plan .logbook table thead tr th {
  text-align: center;
  border: 1px solid #444;
}
.pane .right-content .right-menu .content-flight-plan .logbook table tbody tr {
  cursor: move;
}
.pane .right-content .right-menu .content-flight-plan .logbook table tbody tr td {
  border-bottom: 1px solid #444;
  padding: 1px 3px;
  text-align: center;
  font-size: 1em;
}
.pane .right-content .right-menu .content-flight-plan .logbook table tbody tr td:nth-child(2) {
  text-align: left;
}
.pane .right-content .right-menu .content-flight-plan .logbook table tbody tr td:nth-child(9) {
  z-index: 2;
  cursor: pointer;
  font-size: 1.3em;
}
.pane .right-content .right-menu .content-flight-plan .logbook table tbody tr td:last-child {
  z-index: 2;
  cursor: pointer;
  font-size: 1.3em;
}
.pane .right-content .right-menu .content-flight-plan .logbook table tbody tr td:last-child:hover {
  color: red;
}
.pane .right-content .right-menu .content-flight-plan .logbook table tbody tr td img {
  height: 15px;
  width: auto;
}
.pane .right-content .right-menu .content-flight-plan .logbook table tfoot {
  background: rgba(0, 0, 0, 0.3);
}
.pane .right-content .right-menu .content-flight-plan .logbook table tfoot td {
  padding: 5px;
  text-align: left;
  font-size: 1em;
}
.pane .right-content .right-menu .content-flight-plan .logbook table tfoot td:nth-child(1) {
  text-align: left;
}
.pane .right-content .right-menu .content-flight-plan .logbook .print-logbook {
  position: absolute;
  right: 5px;
  width: 140px;
  z-index: 99;
}
.pane .right-content .right-menu .content-flight-plan .logbook .print-logbook .fa {
  display: inline-block !important;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route table.point {
  width: 100%;
  margin: 0;
  background: #333;
  padding: 5px 15px;
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  cursor: pointer;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route table.point tr td {
  padding: 5px 5px;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route table.point tr td:nth-child(1) {
  text-align: center;
  width: 10%;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route table.point tr td:nth-child(1) span {
  display: inline-block;
  margin-right: 5px;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route table.point tr td:nth-child(1) span:nth-child(2) {
  display: none;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route table.point tr td:nth-child(2) {
  width: 70%;
  padding-bottom: 0;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route table.point tr td:nth-child(3) {
  width: auto;
  text-align: right;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route table.point tr td:nth-child(3) button {
  width: 35px;
  padding: 3px;
  text-align: center;
  color: #333;
  margin-bottom: 3px;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route table.point tr td:nth-child(3) button:hover {
  background: #fff;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route table.point tr td:nth-child(3) button span:nth-child(2) {
  display: none;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route table.point tr td:nth-child(3) button.hide {
  display: inline-block !important;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route table.point tr td:nth-child(3) button.hide span:nth-child(1) {
  display: none;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route table.point tr td:nth-child(3) button.hide span:nth-child(2) {
  display: inline-block;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route table.point tr:nth-child(2) td {
  text-align: left;
  font-size: 0.8em;
  padding-top: 0px;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: none;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route ul li {
  cursor: pointer;
  width: 100%;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route ul li table {
  width: 100%;
  border-bottom: 1px solid #444 !important;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route ul li table tr td {
  vertical-align: middle;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route ul li table tr td.title {
  padding: 5px 15px;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route ul li table tr td.icon {
  padding: 0 0 0 20px;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route ul li table tr td.icon img,
.pane .right-content .right-menu .content-flight-plan .routes .block-route ul li table tr td.icon svg {
  width: 20px;
  height: auto;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route ul li table.info tr td:nth-child(1) {
  width: 20%;
  text-align: center;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route ul li table.info tr td:nth-child(2) {
  width: 30%;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route ul li table.info tr td:nth-child(3) {
  width: 30%;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route ul li table.info tr td:nth-child(4) {
  width: 20%;
  text-align: center;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route ul li table.title {
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #444;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route ul li table.title:hover {
  background: #2098d1;
  background: -moz-linear-gradient(left, rgba(32, 152, 209, 0.5) 0%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-linear-gradient(left, rgba(32, 152, 209, 0.5) 0%, rgba(255, 255, 137, 0.1) 49%, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(to right, rgba(32, 152, 209, 0.5) 0%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2098d1', endColorstr='#2098d1', GradientType=1);
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route.hide {
  display: block !important;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route.in table tr td:nth-child(1) span:nth-child(1) {
  display: none;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route.in table tr td:nth-child(1) span:nth-child(2) {
  display: inline-block;
}
.pane .right-content .right-menu .content-flight-plan .routes .block-route.in ul {
  display: block;
}
.pane .right-content .right-menu .content-flight-plan .panel-sid-star {
  padding-bottom: 15px;
  width: 100%;
}
.pane .right-content .right-menu .content-flight-plan .panel-sid-star table {
  width: 100%;
}
.pane .right-content .right-menu .content-flight-plan .panel-sid-star table tr td {
  width: 25%;
  vertical-align: top;
  padding: 5px;
}
.pane .right-content .right-menu .content-flight-plan .panel-sid-star table tr td:first-child {
  padding-left: 10px;
}
.pane .right-content .right-menu .content-flight-plan .panel-sid-star table tr td:last-child {
  padding-right: 10px;
}
.pane .right-content .right-menu .content-flight-plan .panel-sid-star table tr td > div {
  width: 100%;
}
.pane .right-content .right-menu .content-flight-plan .panel-sid-star table tr td label {
  color: #fff;
  height: 20px;
}
.pane .right-content .right-menu .content-flight-plan .panel-sid-star table tr td label,
.pane .right-content .right-menu .content-flight-plan .panel-sid-star table tr td input,
.pane .right-content .right-menu .content-flight-plan .panel-sid-star table tr td select {
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
.pane .right-content .right-menu .content-flight-plan .panel-sid-star table tr td input {
  text-transform: uppercase;
}
.pane .right-content .right-menu .content-flight-plan .panel-sid-star table tr td .content-input-button {
  position: relative;
  height: 40px;
}
.pane .right-content .right-menu .content-flight-plan .panel-sid-star table tr td .content-input-button input,
.pane .right-content .right-menu .content-flight-plan .panel-sid-star table tr td .content-input-button button {
  position: absolute;
  top: 0;
}
.pane .right-content .right-menu .content-flight-plan .panel-sid-star table tr td .content-input-button button {
  right: 5px;
  border: none;
  background: none;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  display: none;
}
.pane .right-content .right-menu .content-flight-plan .panel-routes {
  margin-bottom: 10px;
}
.pane .right-content .right-menu .content-flight-plan .panel-routes ul {
  padding: 0;
  margin: 0;
}
.pane .right-content .right-menu .content-flight-plan .panel-routes ul li .header {
  width: 100%;
  background: #000;
  color: #fff;
}
.pane .right-content .right-menu .content-flight-plan .panel-routes ul li .header button {
  background: 0;
  border: none;
}
.pane .right-content .right-menu .content-flight-plan .panel-routes ul li .header button:nth-child(1) i:first-child {
  display: none;
}
.pane .right-content .right-menu .content-flight-plan .panel-routes ul li .header button:nth-child(1) i:last-child {
  display: inline-block;
}
.pane .right-content .right-menu .content-flight-plan .panel-routes ul li .header button:nth-child(1) {
  width: 60%;
}
.pane .right-content .right-menu .content-flight-plan .panel-routes ul li .header button:nth-child(2) {
  width: 20%;
}
.pane .right-content .right-menu .content-flight-plan .panel-routes ul li .header button:nth-child(3) {
  width: 20%;
}
.pane .right-content .right-menu .content-flight-plan .panel-routes ul li .body {
  width: 100%;
  display: none;
}
.pane .right-content .right-menu .content-flight-plan .panel-routes ul li .body table {
  font-family: 'Courier New Cyr', arial;
  margin: 0;
  width: 100%;
  color: #fff;
  background: rgba(60, 60, 60, 0.8);
}
.pane .right-content .right-menu .content-flight-plan .panel-routes ul li .body table thead tr th {
  text-align: center;
  border: 1px solid #444;
}
.pane .right-content .right-menu .content-flight-plan .panel-routes ul li .body table tbody tr {
  cursor: move;
}
.pane .right-content .right-menu .content-flight-plan .panel-routes ul li .body table tbody tr td {
  border-bottom: 1px solid #444;
  padding: 1px 3px;
  text-align: center;
  font-size: 1em;
}
.pane .right-content .right-menu .content-flight-plan .panel-routes ul li .body table tbody tr td:nth-child(2) {
  text-align: left;
}
.pane .right-content .right-menu .content-flight-plan .panel-routes ul li .body table tbody tr td img {
  height: 15px;
  width: auto;
}
.pane .right-content .right-menu .content-flight-plan .panel-routes ul li .body table tfoot {
  background: rgba(0, 0, 0, 0.3);
}
.pane .right-content .right-menu .content-flight-plan .panel-routes ul li .body table tfoot td {
  padding: 5px;
  text-align: left;
  font-size: 1em;
}
.pane .right-content .right-menu .content-flight-plan .panel-routes ul li .body table tfoot td:nth-child(1) {
  text-align: left;
}
.pane .right-content .right-menu .content-flight-plan .panel-routes ul.open li .header button:nth-child(1) i:last-child {
  display: none;
}
.pane .right-content .right-menu .content-flight-plan .panel-routes ul.open li .header button:nth-child(1) i:first-child {
  display: inline-block;
}
.pane .right-content .right-menu .content-flight-plan .panel-routes ul.open li .body {
  display: inline-block;
}
.pane .right-content .right-menu .flight-plan-properties {
  padding: 5px 15px;
}
.pane .right-content .right-menu .flight-plan-properties label {
  color: #fff;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
.pane .right-content .right-menu .flight-plan-properties input,
.pane .right-content .right-menu .flight-plan-properties select {
  display: inline-block;
  vertical-align: top;
}
.pane .right-content .right-menu .flight-plan-properties .msg {
  width: 100%;
  padding: 10px 0;
  color: red;
}
.pane .right-content .right-menu .flight-plan-properties .control.date input:nth-child(2) {
  width: 50%;
  margin-right: 10px;
}
.pane .right-content .right-menu .flight-plan-properties .control.date input:nth-child(3) {
  width: 46%;
}
.pane .right-content .right-menu .flight-plan-properties .control.date #datetimepicker2 .bootstrap-datetimepicker-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.pane .right-content .right-menu .flight-plan-properties .control.speed input,
.pane .right-content .right-menu .flight-plan-properties .control.height input,
.pane .right-content .right-menu .flight-plan-properties .control.kg input,
.pane .right-content .right-menu .flight-plan-properties .control.cargo-weight input,
.pane .right-content .right-menu .flight-plan-properties .control.takeoff-weight input {
  width: 50%;
  margin-right: 6px;
}
.pane .right-content .right-menu .flight-plan-properties .control.speed select,
.pane .right-content .right-menu .flight-plan-properties .control.height select,
.pane .right-content .right-menu .flight-plan-properties .control.kg select,
.pane .right-content .right-menu .flight-plan-properties .control.cargo-weight select,
.pane .right-content .right-menu .flight-plan-properties .control.takeoff-weight select {
  width: 46%;
}
.pane .right-content .right-menu .flightplan_manager .buttons {
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
.pane .right-content .right-menu .flightplan_manager .buttons button {
  display: inline-block;
  margin: 5px 5px;
  border-radius: 3px;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border: none;
  width: 130px;
  text-align: center;
}
.pane .right-content .right-menu .flightplan_manager .buttons button:hover {
  background: #00acac;
}
.pane .right-content .right-menu .flightplan_manager .import input {
  display: none;
}
.pane .right-content .right-menu .flightplan_manager .list-flight-plan {
  color: #fff;
}
.pane .right-content .right-menu .flightplan_manager .list-flight-plan ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.pane .right-content .right-menu .flightplan_manager .list-flight-plan ul li {
  cursor: pointer;
  padding: 5px 10px;
}
.pane .right-content .right-menu .flightplan_manager .list-flight-plan ul li:hover {
  background: #2098d1;
  background: -moz-linear-gradient(left, rgba(32, 152, 209, 0.5) 0%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-linear-gradient(left, rgba(32, 152, 209, 0.5) 0%, rgba(255, 255, 137, 0.1) 49%, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(to right, rgba(32, 152, 209, 0.5) 0%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2098d1', endColorstr='#2098d1', GradientType=1);
}
.pane .right-content .right-menu .flightplan_manager .list-flight-plan ul li table tr td {
  width: 100%;
  padding: 0 2px;
}
.pane .right-content .right-menu .flightplan_manager .list-flight-plan ul li table tr td:last-child {
  width: 30px;
  font-size: 1.5em;
}
.pane .right-content .right-menu .flightplan_manager .list-flight-plan ul li table tr td:last-child:hover {
  color: red;
}
.pane .right-content .nav-right-menu {
  z-index: 4;
  position: absolute;
  top: 28px;
  left: -45px;
  margin-right: 6px;
  margin-top: 6px;
  -webkit-transition-property: right width;
  -moz-transition-property: right width;
  -o-transition-property: right width;
  transition-property: right width;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.pane .right-content .nav-right-menu a {
  text-align: center;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(51, 51, 51, 0.9);
  color: #a8acb1;
  font-size: 1.5em;
  border-radius: 4px;
  pointer-events: auto;
  margin-top: 6px;
}
.pane .right-content .nav-right-menu a:hover {
  background: #00acac;
  text-decoration: none;
  color: #fff;
}
.pane .right-content .nav-right-menu a.active {
  background: #00acac;
  color: #fff;
}
.pane .right-content .nav-right-menu a.disable {
  cursor: not-allowed;
  color: #8f8f8f;
}
.pane.open-right-content .main-content {
  right: 220px;
}
.pane.open-right-content .right-content {
  width: 220px;
}
.pane.open-right-content-full .main-content {
  right: 220px;
}
.pane.open-right-content-full .right-content,
.pane.open-right-content-full .right-content .right-menu {
  width: 220px;
}
.pane.open-left-menu .left-menu {
  left: 0;
}
.pane .content-inf-window {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1025;
  /*Окно информации маркера*/
}
.pane .content-inf-window .inf-popup {
  margin-bottom: 20px;
  position: relative;
  z-index: 1000;
  left: 60px;
  top: 8px;
  width: 450px;
  pointer-events: auto;
  word-wrap: break-word;
}
.pane .content-inf-window .inf-popup .panel-heading h4 {
  font-size: 14px;
  word-wrap: break-word;
}
.pane .content-inf-window .inf-popup .panel-heading .panel-heading-btn {
  position: absolute;
  right: 10px;
}
.pane .content-inf-window .inf-popup .panel-heading .panel-heading-btn .btn-icon,
.pane .content-inf-window .inf-popup .panel-heading .panel-heading-btn .btn.btn-icon {
  height: 23px;
  width: 23px;
  line-height: 22px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .pane .content-inf-window .inf-popup {
    width: 100%;
    top: 0;
    left: 0;
  }
  .pane .content-inf-window .inf-popup .tab-pane {
    padding-bottom: 50px !important;
  }
}
.pane .content-inf-window .inf-popup .panel > .panel-body {
  padding: 0;
  height: 400px;
  overflow-y: auto;
}
.pane .content-inf-window .inf-popup .panel > .panel-body #charts-airspace {
  width: 100%;
  height: 200px;
}
.pane .content-inf-window .inf-popup .panel > .panel-body ul.info li {
  border-bottom: 1px solid #DDD;
  padding: 5px 5px;
  word-wrap: break-word;
  font-family: 'Courier New Cyr', arial;
}
.pane .content-inf-window .inf-popup .panel > .panel-body .nav.nav-tabs {
  margin: 0;
  background-color: #eee;
}
.pane .content-inf-window .inf-popup .panel > .panel-body .nav.nav-tabs li a {
  padding: 5px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #000;
  font-weight: bold;
}
.pane .content-inf-window .inf-popup .panel > .panel-body .nav.nav-tabs li a :focus {
  outline: none;
}
.pane .content-inf-window .inf-popup .panel > .panel-body .nav.nav-tabs li a.inf-window-airspace-tab .area {
  display: none;
}
.pane .content-inf-window .inf-popup .panel > .panel-body .nav.nav-tabs li a.inf-window-airspace-tab .area.active {
  display: block;
}
.pane .content-inf-window .inf-popup .panel > .panel-body .nav.nav-tabs li.active a {
  background: #fbfbfb;
}
.pane .content-inf-window .inf-popup .panel > .panel-body .nav-objects {
  width: 100%;
  text-align: left;
}
.pane .content-inf-window .inf-popup .panel > .panel-body .nav-objects .btn {
  padding: 1px 6px;
}
.pane .content-inf-window .inf-popup .panel > .panel-body .nav-objects .btn:hover {
  background: rgba(50, 50, 150, 0.2);
}
.pane .content-inf-window .inf-popup .panel > .panel-body .inf-window-airspace-list ul li {
  padding: 5px 10px;
  transition-property: background;
  transition-duration: 0.05s;
  font-size: 0.9em;
  border-radius: 3px;
  cursor: pointer;
}
.pane .content-inf-window .inf-popup .panel > .panel-body .inf-window-airspace-list ul li.active {
  background: #ddd;
  font-weight: bold;
}
.pane .content-inf-window .inf-popup .panel > .panel-body .inf-window-airspace-pane {
  display: none;
}
.pane .content-inf-window .inf-popup .panel > .panel-body .inf-window-airspace-pane.active {
  display: inline;
}
.pane .content-inf-window .inf-popup .panel.panel-expand .panel-body {
  height: auto;
}
.pane .content-inf-window .inf-popup .panel .coordinates {
  width: 100%;
  margin: 10px 0;
}
.pane .content-inf-window .inf-popup .panel .coordinates tr td:first-child {
  width: 50px;
}
.pane .content-inf-window .inf-popup .panel .coordinates tr td:first-child img {
  width: 20px;
  height: auto;
}
.pane .content-inf-window .inf-popup .panel .coordinates tr td:last-child div {
  float: right;
  padding: 2px 20px 2px 5px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  border: 1px solid transparent;
  transition-property: background;
  transition-duration: 0.3s;
  cursor: pointer;
}
.pane .content-inf-window .inf-popup .panel .coordinates tr td:last-child div:before {
  font-family: FontAwesome;
  content: "\f07d";
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 5px;
  vertical-align: middle;
  color: #888888;
}
.pane .content-inf-window .inf-popup .panel .coordinates tr td:last-child div:hover {
  background: #ececec;
}
.pane .content-inf-window .inf-popup .panel .coordinates tr td:last-child div span:first-child {
  display: none;
}
.pane .content-inf-window .inf-popup .panel .coordinates tr td:last-child div span:last-child {
  display: block;
}
.pane .content-inf-window .inf-popup .panel .coordinates.min tr > td:last-child > div > span:first-child {
  display: block;
}
.pane .content-inf-window .inf-popup .panel .coordinates.min tr > td:last-child > div > span:last-child {
  display: none;
}
.pane .content-inf-window .inf-popup .notam .panel-default,
.pane .content-inf-window .inf-popup .accordion-list-charts .panel-default {
  border: 1px solid #ddd;
}
.pane .content-inf-window .inf-popup .notam .panel-default .panel-heading,
.pane .content-inf-window .inf-popup .accordion-list-charts .panel-default .panel-heading {
  background-color: #eee;
}
.pane .content-inf-window .inf-popup .notam .panel-default .panel-body,
.pane .content-inf-window .inf-popup .accordion-list-charts .panel-default .panel-body {
  padding: 5px;
  border-top: 1px solid #ddd;
}
.pane .content-inf-window .inf-popup .accordion-list-charts .panel-title {
  font-weight: bold;
}
.pane .content-inf-window .inf-popup .accordion-list-charts .list-charts li {
  border-top: 1px solid #ddd;
}
.pane .content-inf-window .inf-popup .accordion-list-charts .list-charts li:first-child {
  border: none;
}
.pane .content-inf-window .inf-popup .accordion-list-charts .list-charts li table {
  width: 100%;
}
.pane .content-inf-window .inf-popup .accordion-list-charts .list-charts li table tr td a {
  color: #1f1f1f;
}
.pane .content-inf-window .inf-popup .accordion-list-charts .list-charts li table tr td:first-child {
  width: 95%;
}
.pane .content-inf-window .inf-popup .accordion-list-charts .list-charts li table tr:first-child td:nth-child(2) {
  vertical-align: middle;
  text-align: center;
}
.pane .content-inf-window .inf-popup .accordion-list-charts .list-charts li table tr:first-child td:nth-child(2) a {
  color: #00acac;
  width: 100%;
}
.pane .content-inf-window .inf-popup .accordion-list-charts .list-charts li table tr:first-child td:nth-child(2) a.show-map span:last-child,
.pane .content-inf-window .inf-popup .accordion-list-charts .list-charts li table tr:first-child td:nth-child(2) a.add-map span:last-child {
  display: none;
}
.pane .content-inf-window .inf-popup .accordion-list-charts .list-charts li table tr:first-child td:nth-child(2) a.show-map.load span:last-child,
.pane .content-inf-window .inf-popup .accordion-list-charts .list-charts li table tr:first-child td:nth-child(2) a.add-map.load span:last-child {
  display: inline-block;
}
.pane .content-inf-window .inf-popup .accordion-list-charts .list-charts li table tr:first-child td:nth-child(2) a.show-map.load span:first-child,
.pane .content-inf-window .inf-popup .accordion-list-charts .list-charts li table tr:first-child td:nth-child(2) a.add-map.load span:first-child {
  display: none;
}
.pane .content-inf-window .inf-popup .accordion-list-charts .list-charts li table tr:last-child td {
  color: #b8b8b8;
}
@media (min-width: 768px) {
  .pane .inf-popup.full {
    width: 50%;
  }
}
.content-message {
  position: absolute;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99999999;
  pointer-events: none;
  padding: 5px 10px;
}
.content-message .message {
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  width: 200px;
  margin-bottom: 5px;
  overflow: hidden;
}
.content-message .message.success {
  background: rgba(82, 208, 85, 0.8);
}
.content-message .message.info {
  background: rgba(53, 174, 255, 0.8);
}
.content-message .message.warning {
  background: rgba(255, 211, 53, 0.8);
}
.content-message .message.danger {
  background: rgba(255, 0, 0, 0.8);
}
.content-context-menu {
  position: absolute;
  display: none;
  z-index: 99999;
  background-color: rgba(51, 51, 51, 0.9);
  pointer-events: auto;
  left: 0;
  top: 0;
  width: 250px;
  color: #fff;
  border: 1px solid #555;
}
.content-context-menu .list-area-markers {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.content-context-menu .list-area-markers.scroll {
  max-height: 300px;
  overflow-y: auto;
}
.content-context-menu .list-area-markers li {
  width: 100%;
  padding: 0 10px;
  cursor: pointer;
}
.content-context-menu .list-area-markers li:hover {
  background: #2098d1;
  background: -moz-linear-gradient(left, rgba(32, 152, 209, 0.5) 0%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-linear-gradient(left, rgba(32, 152, 209, 0.5) 0%, rgba(255, 255, 137, 0.1) 49%, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(to right, rgba(32, 152, 209, 0.5) 0%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2098d1', endColorstr='#2098d1', GradientType=1);
}
.content-context-menu .list-area-markers li table {
  width: 100%;
}
.content-context-menu .list-area-markers li table tr td {
  vertical-align: middle;
  padding: 0;
}
.content-context-menu .list-area-markers li table tr td.icon {
  width: 40px;
  text-align: center;
  padding-right: 10px;
}
.content-context-menu .list-area-markers li table tr td.icon img {
  width: 60%;
  height: auto;
}
.content-context-menu .list-area-markers li table tr td.icon .gps {
  background: green;
  color: #fff;
  border-radius: 2px;
  padding: 0 2px;
}
.content-context-menu .list-area-markers li table tr td.title {
  text-align: left;
}
.content-context-menu .list-area-markers li table tr td.add-flight-plan {
  width: 30px;
  text-align: center;
  font-size: 1.5em;
}
.content-context-menu .list-area-markers li table tr td.add-flight-plan:hover {
  color: green;
}
.content-context-menu .list-area-markers li table tr td.add-flight-plan.not {
  cursor: not-allowed;
  color: #666;
}
.footer #latlng {
  margin-top: -15px;
  position: relative;
  z-index: 1;
  font-size: 11px;
}
.content-map {
  background: #2d353c;
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .content-map {
    left: 0;
  }
}
/*Lable*/
.leaflet-label.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-label {
  background-clip: padding-box;
  z-index: 6;
  display: block;
  font-weight: bold;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
}
.leaflet-label .heliports_civil,
.leaflet-label .heliports_military,
.leaflet-label .airports_civil,
.leaflet-label .airports_military {
  color: #F5EC54;
  text-shadow: 1px 0 0 #000000, -1px 0 0 #000000, 0 1px 0 #000000, 0 -1px 0 #000000, 1px 1px #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000;
}
.leaflet-label .heliports_civil div,
.leaflet-label .heliports_military div,
.leaflet-label .airports_civil div,
.leaflet-label .airports_military div {
  display: inline;
}
.leaflet-label .heliports_civil .name,
.leaflet-label .heliports_military .name,
.leaflet-label .airports_civil .name,
.leaflet-label .airports_military .name {
  display: none;
}
.leaflet-label .heliports_civil .en,
.leaflet-label .heliports_military .en,
.leaflet-label .airports_civil .en,
.leaflet-label .airports_military .en,
.leaflet-label .heliports_civil .ru,
.leaflet-label .heliports_military .ru,
.leaflet-label .airports_civil .ru,
.leaflet-label .airports_military .ru {
  display: none;
}
.leaflet-label .heliports_civil .en.active,
.leaflet-label .heliports_military .en.active,
.leaflet-label .airports_civil .en.active,
.leaflet-label .airports_military .en.active,
.leaflet-label .heliports_civil .ru.active,
.leaflet-label .heliports_military .ru.active,
.leaflet-label .airports_civil .ru.active,
.leaflet-label .airports_military .ru.active {
  display: inline;
}
.leaflet-label .enroute_obstacles_min500,
.leaflet-label .enroute_obstacles_max499,
.leaflet-label .wayPoints,
.leaflet-label .vhf,
.leaflet-label .ndb {
  color: #000;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
.leaflet-label .enroute_obstacles_min500 div,
.leaflet-label .enroute_obstacles_max499 div,
.leaflet-label .wayPoints div,
.leaflet-label .vhf div,
.leaflet-label .ndb div {
  display: inline;
}
.leaflet-label .enroute_obstacles_min500 .name,
.leaflet-label .enroute_obstacles_max499 .name,
.leaflet-label .wayPoints .name,
.leaflet-label .vhf .name,
.leaflet-label .ndb .name {
  display: none;
}
.leaflet-label .enroute_obstacles_min500 .en,
.leaflet-label .enroute_obstacles_max499 .en,
.leaflet-label .wayPoints .en,
.leaflet-label .vhf .en,
.leaflet-label .ndb .en,
.leaflet-label .enroute_obstacles_min500 .ru,
.leaflet-label .enroute_obstacles_max499 .ru,
.leaflet-label .wayPoints .ru,
.leaflet-label .vhf .ru,
.leaflet-label .ndb .ru {
  display: none;
}
.leaflet-label .enroute_obstacles_min500 .en.active,
.leaflet-label .enroute_obstacles_max499 .en.active,
.leaflet-label .wayPoints .en.active,
.leaflet-label .vhf .en.active,
.leaflet-label .ndb .en.active,
.leaflet-label .enroute_obstacles_min500 .ru.active,
.leaflet-label .enroute_obstacles_max499 .ru.active,
.leaflet-label .wayPoints .ru.active,
.leaflet-label .vhf .ru.active,
.leaflet-label .ndb .ru.active {
  display: inline;
}
.marker-not-point {
  pointer-events: none !important;
}
.label-focus-fp {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #000;
  padding: 0 3px;
}
#terrain {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
}
#terrain svg {
  border-radius: 5px;
}
#terrain svg .axis text {
  fill: #000;
  font-weight: bold;
}
#terrain svg .axis.shadow text {
  fill: #000;
  stroke: white;
  stroke-width: 1.5px;
  opacity: 0.8;
}
#terrain svg .line {
  fill: none;
  stroke: #2c3e50;
  stroke-width: 1px;
}
#terrain svg .area:hover {
  fill: green;
}
