@charset "UTF-8";
/****





    NE PAS MODIFIER CE FICHIER

    Recopier la variable à écraser et la modifier dans _variables.scss







 */
.logo img {
  margin-top: .3em;
  max-width: 6em; }

.ck-editor__editable_inline {
  height: 200px; }

.skin-blue .wrapper {
  background-color: #ecf0f5; }

.skin-blue .main-header .logo-mini, .skin-blue .main-header .logo-lg {
  width: 7.5em;
  font-size: 1.3em;
  font-weight: bold; }
  .skin-blue .main-header .logo-mini span, .skin-blue .main-header .logo-lg span {
    display: inline;
    width: 5em; }

.skin-blue .main-header .logo-mini {
  width: 100%; }
  .skin-blue .main-header .logo-mini p {
    margin-top: .7em;
    margin-left: .6em; }

.skin-blue .main-header .logo-lg p {
  margin-top: .45em;
  margin-left: .1em; }

.skin-blue .main-header .navbar {
  background-color: #E5614D; }
  .skin-blue .main-header .navbar .nav li a {
    color: #fff;
    background-color: #E5614D; }
  .skin-blue .main-header .navbar .nav li a:hover {
    background-color: #f48d7f; }
  .skin-blue .main-header .navbar .sidebar-toggle {
    color: #fff; }
  .skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #f48d7f; }

.skin-blue .main-header .logo, .skin-blue .main-header .logo:hover {
  background-color: #f48d7f; }

.skin-blue .main-sidebar {
  background-color: #4F4F4F; }

.skin-blue .sidebar-form input[type="text"] {
  background-color: #fff; }

.skin-blue .sidebar-form .btn {
  background-color: #fff; }

.skin-blue .sidebar-menu li.active a {
  border-left-color: #E2503A; }

.skin-blue .box-primary {
  border-top-color: #4F4F4F; }

.chart-legend {
  text-align: center; }
  .chart-legend .item-date {
    display: inline-block;
    margin-right: .5em; }
  .chart-legend .year-1 {
    width: 1em;
    height: 1em;
    background: #00a65a;
    display: inline-block;
    position: relative;
    top: .15em; }
  .chart-legend .year-2 {
    width: 1em;
    height: 1em;
    background: #4F98C3;
    display: inline-block;
    position: relative;
    top: .15em; }
  .chart-legend .year-3 {
    width: 1em;
    height: 1em;
    background: #F78776;
    display: inline-block;
    position: relative;
    top: .15em; }

.alert .btn-alert {
  opacity: 1;
  font-size: 1em;
  font-weight: normal;
  padding: .3em;
  text-decoration: none; }

.alert .btn-alert:hover {
  opacity: 1; }

.content-wrapper {
  min-height: 1056px !important; }
  .content-wrapper #block_search_customer {
    padding: 1em;
    background-color: #eee;
    margin: 1em 1em 0 1em; }
    .content-wrapper #block_search_customer .form-group {
      display: inline-block; }
    .content-wrapper #block_search_customer .container-input-search {
      width: 100%; }

.content-header {
  padding: 0 15px 0 15px; }

.content {
  padding: 0 15px; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: transparent;
  border: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0; }

.checkbox label {
  font-weight: normal; }

.nav li a {
  color: #444;
  background: #f7f7f7; }

.form-check-inline {
  display: inline-block;
  margin-right: 1em; }
  .form-check-inline label {
    font-weight: normal; }

.table-bordered thead tr th {
  border: none; }
  .table-bordered thead tr th.fa {
    display: table-cell; }

.table-striped tbody tr.total-table {
  font-weight: bold;
  background-color: #EEEEEE; }

.modal-content {
  color: #000; }

div.dt-buttons {
  margin-right: 1em; }

td.sonata-ba-list-field.sonata-ba-list-field-currency, td.sonata-ba-list-field.sonata-ba-list-field-percent, td.sonata-ba-list-field.sonata-ba-list-field-integer {
  text-align: left; }

table.dataTable.no-footer {
  border: none; }

table.sonata-ba-list thead img {
  max-width: none;
  height: 17px; }

.container-page {
  background-color: #fff;
  padding: 1em;
  border-top: 3px solid #4F4F4F; }

.selectpicker {
  display: none; }

#cke_editor1 {
  display: none; }

.infos-price {
  background: #f7f7f7;
  padding: 5px 10px;
  border: 1px solid #d4d4d4;
  font-size: 0.9em;
  position: absolute;
  margin: 5px;
  display: none; }
  .infos-price p {
    margin: 0; }

form.sonata-filter-form .form-control {
  height: 28px; }

.sav_tr_list td {
  vertical-align: middle; }
  .sav_tr_list td .btn-group a {
    width: 100%; }

.sav_files_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sav_files_list li {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 0 4px; }
    .sav_files_list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%;
      border: 2px #eee solid;
      border-radius: 5px;
      overflow: hidden;
      -webkit-box-shadow: inset 0 0 #FFF;
              box-shadow: inset 0 0 #FFF;
      position: relative;
      -webkit-transition: border-color 500ms ease;
      transition: border-color 500ms ease; }
      .sav_files_list li a:hover {
        border-color: #E2503A; }
        .sav_files_list li a:hover i {
          background: #E2503A;
          border-color: #E2503A;
          color: #fff; }
      .sav_files_list li a img {
        max-width: 100%;
        max-height: 100px; }
      .sav_files_list li a i {
        position: absolute;
        top: -1px;
        left: -1px;
        background: #eee;
        color: #ccc;
        border: 2px #eee solid;
        border: 4px #eee solid;
        border-radius: 0 0 5px 0;
        -webkit-transition: color, background-color, border-color 500ms ease;
        transition: color, background-color, border-color 500ms ease; }
      .sav_files_list li a div {
        text-align: center; }

@media (min-width: 480px) {
  .content-wrapper #block_search_customer .container-input-search {
    width: 13em; } }

/*# sourceMappingURL=app.css.map */
