/* Custom Sebsauvage */
html, body, .full-height {
  height: 100%;
  overflow: auto;
  font-size: 10pt;
  font-family:"Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;
}

input, button, select, textarea
{
  font-size: 10pt;
  font-family:"Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.well { 
  padding:5px;
  margin-bottom: 10px;
}

.current {
  box-shadow: 5px 0px 2px 1px rgb(0, 0, 0);
}

.navbar .nav > li > a {
  border-right: 1px solid rgb(128,128,128);
  padding: 0px 5px 0px 5px;
}

input, textarea, .uneditable-input {
  width: 500px;
}

html, body {
  xbackground-color: #055;
  xcolor:white;
}

.well {
  xbackground-image: linear-gradient(to bottom, rgb(240, 240, 240), rgb(180, 180, 180));
  xcolor: black;
}
.current {
  xbackground-color: inherit;
  xborder-color: black !important;
  xbackground-image: linear-gradient(to bottom, rgb(240, 240, 240), rgb(255, 255, 255));
}

.well .current {
  background-image: none;
  xbackground-color: white;
  xcolor: black;
}

#status {
  xcolor: white;
}

ul, ol {
  margin: 0px 0px 0px 25px;
}

a.item-link {
  font-weight: bold;
}

a.brand {
  padding: 10px 15px;
}
.navbar-inner {
  xbackground-image: linear-gradient(to bottom, rgb(240, 240, 240), rgb(200, 200, 200));
}

.help-block, .help-inline {
  xcolor: rgb(180, 180, 180);
}

legend {
  xcolor: white;
}
