body.normal {
  padding-top: 90px;
  padding-bottom: 30px;
}
body.iframe {
  padding: 20px 0;
}
.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}
.theme-showcase > p > .btn {
  margin: 5px 0;
}
.panel-heading form {
  display: inline;
}
iframe {
  border: none;
  width: 100%;
  height: 1000px;
}
.navbar-nav a:first-letter {
  text-transform: uppercase;
}
.form-horizontal .form-group {
  margin: 0;
  padding: 8px 0;
}
a {
  color: #2c3e50;
  text-decoration: none;
  font-weight: bold;
}
table a,
.table a {
  text-decoration: none !important;
}
.btn-default:hover {
  background-color: #606e7b;
  border-color: #606e7b;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.panel-default > .panel-heading a {
  color: #fff;
}
.gallery .panel-body {
  padding-bottom: 0;
}
.gallery .panel-footer {
  background-color: #fff;
  border-top: 1px solid #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gallery .panel-footer span {
  vertical-align: middle;
}
.gallery .image {
  width: 100%;
  height: 200px;
  line-height: 200px;
  text-align: center;
}
.gallery .image img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.panel-heading a:hover {
  color: #eee;
}
a:hover,
a:focus,
.btn:hover {
  color: #aaa;
}
.modal-open .modal {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.panel-default {
  border: none;
}
.panel-default > .panel-heading {
  font-size: 1.25em;
  margin-bottom: 30px;
  padding: 0 0 0 8px;
  background-color: transparent;
  border: none;
  color: #333;
}
.panel-default > .panel-heading a {
  color: #333;
}
.table > tbody {
  border: 1px solid #ecf0f1;
  border-top: none;
}
.table > thead {
  border: 1px solid #606e7b;
  border-bottom: none;
}
.table > thead > tr > th {
  background: #606e7b;
  color: #fff;
}
.table > thead > tr > th a {
  color: inherit;
}
table.table-liste td:last-child {
  min-width: 110px;
}
table.table-liste td {
  word-break: normal;
}
form img {
  max-height: 100px;
  margin-bottom: 10px;
}
form input,
form select {
  margin-right: 5px;
}
.form-group.bg-primary {
  margin-bottom: 0;
  padding: 15px 0;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
  width: 100% !important;
}
.form-control + .form-control,
.bootstrap-select + .selectpicker + .bootstrap-select {
  margin-top: 15px;
}
.btn_plus {
  margin-top: 10px;
}
#sortable .BtnItemClasser {
  cursor: move;
}
#sortable li {
  list-style: none;
}
#sortable li.non-afficher {
  color: #999;
  font-style: italic;
}
#sortable li > div:hover {
  text-decoration: underline;
}
#sortable li > ol {
  margin-right: -16px;
  margin-bottom: -11px;
  margin-top: 6px;
  padding: 0;
}
#sortable li > ol li {
  border: none;
  background-color: transparent;
}
#sortable li > ol li > div:before {
  content: "→ ";
}
#sortable li > ol li:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#sortable li > ol li .placeholder {
  margin-left: 30px;
}
#sortable li > ol .placeholder {
  margin-left: 15px;
}
#sortable li > ol .placeholder:before {
  display: none;
}
#sortable .placeholder {
  list-style: none;
  min-height: 42px;
  background-color: #DEF2F2;
  border: 1px solid #ebccd1;
}
#sortable .mjs-nestedSortable-error {
  background-color: #f2dede;
}
#sortable > li.list-group-item:nth-child(odd) {
  background-color: #F9F9F9;
}
.flag {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  border-radius: 10px;
  border: 2px solid #999;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  vertical-align: middle;
}
.flag:hover {
  border: 2px solid #fff;
  filter: none;
  -webkit-filter: none;
}
.flag-fr {
  background-image: url('images/flags/1x1/fr.svg');
}
.flag-uk {
  background-image: url('images/flags/1x1/uk.svg');
}
.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  border: 1px solid #ccc;
}
