html {
  background: transparent url('//media.sfldlaser.com/gestion/template/fotolia_107111575.jpg') no-repeat fixed 0 0;
  background-size: cover;
  height: 100%;
}
body {
  min-height: 100%;
  background: rgba(0,0,0,0.75) url('//media.sfldlaser.com/gestion/template/background_30.png') repeat fixed 0 0;
}
a {
  color: #826E35;
}
section.container {
  margin-top: 0 !important;
  padding-top: 90px;
  min-height: 100%;
}
.btn-link {
  color: #826E35;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #826E35;
}
.navbar-inverse {
  background-color: #826E35;
  border-color: #826E35;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #826E35;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #826E35;
  }
}
.badge {
  background-color: #826E35;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  background-color: #826E35;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #826E35;
}
a:hover,
a:focus {
  color: #665721;
}
.btn-link:hover,
.btn-link:focus {
  color: #665721;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  background-color: #BB9F4B;
}
hr {
  border-color: #BBB;
}
article h1,
article h2.white {
  color: #fff;
}
article h2.white + p {
  color: #BB9F4B;
}
.waiting * {
  cursor: wait !important;
}
.label-as-badge {
  border-radius: 1em;
}
.hero-unit {
  background-color: #eeeeee;
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}
.hero-unit li {
  line-height: 30px;
}
.table-list .glyphicon {
  cursor: pointer;
}
td.numid {
  color: #AAA !important;
}
.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline,
.has-info.radio label,
.has-info.checkbox label,
.has-info.radio-inline label,
.has-info.checkbox-inline label {
  color: #826E35;
}
.has-info .form-control {
  border-color: #826E35;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-info .form-control:focus {
  border-color: #826E35;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #826E35;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #826E35;
}
.has-info .input-group-addon {
  color: #826E35;
  background-color: #fcf8e3;
  border-color: #826E35;
}
.has-info .form-control-feedback {
  color: #826E35;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  border-color: rgba(223,215,202,0.5);
}
.table>thead:first-child>tr:first-child>th {
  border: none !important;
}
tr.ui-sortable-helper {
  background: rgba(255,255,255,0.97) !important;
  box-shadow: 0 0 1em rgba(0,0,0,0.3) !important;
  color: #333 !important;
  display: flex;
}
tr.ui-sortable-helper td {
  border: none !important;
}
tr.ui-sortable-helper td:nth-child(2),
tr.ui-sortable-helper td:nth-child(3),
tr.ui-sortable-helper td:last-child {
  visibility: hidden;
}
#files_illustrations .row {
  padding: 15px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#files_illustrations .row:hover {
  background: rgba(0,0,0,0.3);
}
#files_illustrations .row input {
  margin: 17px 0 0 0;
}
#files_illustrations .row span.label {
  position: relative;
  top: 17px;
}
#faq_content h1 {
  color: #EEE;
}
#faq_content #faq_003 + dd {
  line-height: 2em;
}
table tr.inactive td {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQYV2NkQAOrVq36z4gsBhIICwtjhAvCBECKwILIAmBBdAGQIACznhMDlP3VvwAAAABJRU5ErkJggg==) !important;
  background-repeat: repeat;
}
#nav_home>div .well {
  background: #BB9F4B;
}
tbody.sortable tr {
  cursor: move;
  cursor: -webkit-grab;
}
body.max-size section {
  width: calc(100% - 60px);
}
buttons {
  float: left;
  display: flex;
  align-items: center;
  height: 62px;
  padding: 0 1em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
buttons a.btn {
  padding: 1em 1.3em;
  color: #fff;
  background: none;
  border: 1px solid rgba(255,255,255,0.4);
  border-collapse: collapse;
}
buttons a.btn:hover {
  background: rgba(255,255,255,0.2);
}
buttons a.btn i {
  font-size: 1.4em;
}
buttons a.btn + a {
  margin-left: 1em;
}
buttons a.btn[data-toggle="expand"] {
  border-radius: 4px 0 0 4px;
}
buttons a.btn[data-toggle="expand"] + .btn[data-toggle="max-size"] {
  margin-left: 0;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}
buttons a.btn.btn-success {
  background: #93c54b;
  border: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
buttons a.btn.btn-success:hover {
  background: #298b65;
}
buttons a.no-btn {
  color: #fff;
  margin-right: 1em;
  cursor: text;
}
buttons a.no-btn:hover,
buttons a.no-btn:focus {
  text-decoration: none;
}
buttons #changes {
  display: none;
}
buttons.changing {
  background: red;
}
buttons.changing .btn.btn-success {
  background: #3E3F3A;
}
input[type=file] + .row a[target=_blank] img {
  max-width: 100%;
}
