html, body, #container {
  height: 100%;
  width: 100%;
  background-color: #222;
  background-image: url("/assets/img/bgpanel.png");
}
body {
  padding-top: 50px;
  overflow: hidden;
}
.body-app {
  padding-top: 0px !important;
}
input[type="radio"], input[type="checkbox"] {
  margin: 0;
}
#sidebar {
  background-color: #444 !important;
  color: #ededed !important;
  width: 400px;
  display: block;
  height: 100%;
  max-width: 100%;
  overflow: auto;
  float: left;
}
#sidebar-btn {
  position: absolute;
  z-index: 1000;
  top: 45%;
}
#layout-info {
  border-radius: 10px;
  background: black;
  opacity: 0.7;
  padding: 10px;
  height: 150px;
  width: 70%;
  position: fixed;
  z-index: 999;
  bottom: 60px;
  margin-left: 15%;
  color: white;
  text-align: center;
}
#map {
  width: auto;
  height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  background-color: #222222;
  background-image: url("/assets/img/bgpanel.png");
}
#windytv {
  width: auto;
  height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  background-color: #222222;
  background-image: url("/assets/img/bgpanel.png");
}
#loading {
  position: absolute;
  width: 220px;
  height: 19px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -110px;
  z-index: 20001;
}
#sidebar-hide-btn {
  margin-top: -2px;
}
#aboutTabsContent {
  padding-top: 10px;
}
#printheader {
  position: absolute;
  z-index: 1000;
  top: 0;
}
#printfooter {
  position: absolute;
  z-index: 1000;
  left: 7px;
  top: 45px;
}
.progress-bar-full {
  width: 100%;
}
.white {
  color: #FFFFFF;
}
.yellow {
  color: #ffd400;
}
.green {
  color: #00ff00;
}
.critic {
  color: #FF4000;
}
.actif {
  color: #22bbff !important;
  font-weight: bold !important;
}
.clickable {
cursor:pointer;
cursor:hand;
}
.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 10px 0 0 !important;
  font: 16px/14px Tahoma, Verdana, sans-serif;
}
.panel-heading {
  width: 350px;
}
.dropdown-toggle-small {
   padding-right: 5px !important;
   padding-left: 5px !important;
}
.feature-row {
  cursor: pointer;
  width: 250px;
}
.feature-icon {
  cursor: pointer;
  width: 30px;
  vertical-align: middle;
}
.feature-name {
  cursor: pointer;
  width: 300px;
  vertical-align: middle;
}
.sidebar-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.sidebar-table {
  position: absolute;
  width: 100%;
  top: 103px;
  bottom: 0px;
  overflow: auto;
}
.leaflet-popup-tip {
  opacity: 0.7;
  background-color: black;
}
.leaflet-popup-content-wrapper {
  color: white;
  font-size: 14px;
  background-color: #444;
}
.leaflet-control-graphicscale {
    margin-bottom: 6px !important;
}
.leaflet-control-layers {
  overflow: auto;
}
.leaflet-control-layers label {
  font-weight: normal;
  margin-bottom: 0px;
}
.leaflet-control-layers-list input[type="radio"], input[type="checkbox"] {
  margin: 2px;
}
.table {
  margin-bottom: 0px;
}
.navbar .navbar-brand {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #ffd400;
  margin-right: 25px;
}
.navbar-app {
  background-color: rgba(0,0,0,0.3);
  font-size: 22px;
  border: 0px;
}
.navbar-brand:hover {
  color: #ffd400 !important;
}
.navbar-collapse.in {
  overflow-y: hidden;
}
.navbar-header .navbar-icon-container {
  margin-right: 15px;
  margin-left: 15px;
}
.navbar-header .navbar-icon {
  line-height: 50px;
  height: 50px;
  margin-right: 15px;
}
.navbar-form {
  margin-bottom: 0px;
}
.typeahead {
  background-color: #FFFFFF;
}
.tt-dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 4px;
  padding: 4px 0;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
.tt-suggestion {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 10px;
}
.tt-suggestion.tt-cursor {
  background-color: #0097CF;
  color: #FFFFFF;
  cursor: pointer;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ccc;
}
.typeahead-header {
  margin: 0 5px 5px 5px;
  padding: 3px 0;
  border-bottom: 2px solid #333;
}
.searchbox {
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  margin: 0em 0em 0em 0em;
  font-size: 18px;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  cursor:pointer;
  cursor:hand;
}

.has-feedback .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
/*
@media (max-width: 992px) {
  .navbar .navbar-brand {
    font-size: 18px;
  }
}
*/
@media (max-width: 767px){
  .navbar-geo #loginbtns {
     display: none
  }
  #sidebar {
    display: none;
    width: 80%;
  }
  #map-bnt {
    display: none;
  }
  .navbar-form {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .dropdown-menu a i{
    color: #FFFFFF;
  }
  #navbar-tools-small {
    display: none;
  }
}
@media (min-width: 767px){
  #searchbox {
    width: 430px;
  }
}

@media (max-width: 1400px){
  #navbar-tools {
    display: none;
  }
  .navbar-brand {
    margin-right: 5px !important;
  }
}
@media (min-width: 1400px){
  #navbar-tools-small {
    display: none;
  }
  #searchbox {
    width: 560px;
  }
}



/* Print Handling */
@media print {
  @page {
    size: landscape;
    margin: 3mm;
  }
  #container {
    top: 0;
    position: absolute !important;
  }
  .noprint {
    display: none !important;
  }
  .leaflet-popup-content-wrapper {
    background-color: #FFFFFF !important;
  }
  .leaflet-popup-tip {
    background-color: #FFFFFF !important;
  }
  .autocomplete-suggestion {
    display: none !important;
  }
  .leaflet-control-locate {
    display: none !important;
  }
  .leaflet-control-zoom {
    display: none !important;
  }
  .leaflet-control-attribution {
    display: none !important;
  }
  .leaflet-control-graphicscale {
    background-color: #FFFFFF !important;
  }
  .label {
    border: 0;
  }
}

/* suggestions menu */
.ui-menu {
  z-index: 2000 !important;
  max-height: 300px;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  overflow-x:hidden;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.ui-menu-item {
  padding: 0 !important;
}

.ui-menu-item-wrapper { 
  white-space: nowrap;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.ui-menu-item-wrapper strong {
  font-weight: bold;
  color: #CCA300;
}
.ui-menu-item-wrapper.ui-state-active {
  color : black;
  background: #F0F0F0;
  border-color : #F0F0F0;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 2px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #cca300; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }


.label {
  color: #222;
}

/* FILE UPLOADER */
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.progress-animated .progress-bar,
.progress-animated .bar {
  background: url("../img/progressbar.gif") !important;
  filter: none;
}
.fileupload-process {
  float: right;
  display: none;
}
.fileupload-processing .fileupload-process,
.files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/loading.gif") center no-repeat;
  background-size: contain;
}
.files audio,
.files video {
  max-width: 300px;
}

@media (max-width: 767px) {
  #navbar-searchbox,
  .fileupload-buttonbar .toggle,
  .files .toggle,
  .files .btn span {
    display: none;
  }
  .files .name {
    width: 80px;
    word-wrap: break-word;
  }
  .files audio,
  .files video {
    max-width: 80px;
  }
  .files img,
  .files canvas {
    max-width: 100%;
  }
}

td {
  padding-left:10px;
  padding-bottom:2px;
}

.blink {
  animation: blink-animation 1s steps(2, start) infinite;
  -webkit-animation: blink-animation 1s steps(2, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
