.p-5 {
  padding: 1.5rem !important;
}
.topbar .navbar-search {
    width: 46rem;
}
.sidebar .nav-item .nav-link span {
    font-size: 0.95rem;
}
.sidebar .nav-item .nav-link {
    padding: 0.68rem;
}
body {
    color:#444;
    line-height: 1.3;
}
h1 {margin-top: 0.5rem;}
h2 {font-size: 1.4rem;}
.h4, h4 {font-size: 1.2rem; }
td {font-size:0.8rem; padding-left:0.4rem;padding-right:0.4rem}

.list-group-item {
    padding: .6rem;
}
.fa-file-pdf, .fa-file-word { color:#ff8c00}
.fa-history{ color:#ff8c00}

table { width:100%}
table.table-declinaison { width:66%}
tr.tr-declinaison { border-top:1px solid #999 }
.btn-declinaison { margin-top: 34px}
.hr-declinaision {margin-bottom: 0}

.table td {
    padding: .1rem;
    padding-left:.2rem;
    color:#444;
}
.table th {
    padding: .4rem;
    color:#444;
}
.table-vehicule th {
    font-size: .8rem
}
.table-vehicule td {
    font-size: .7rem
}
.table-encaissement th {
    font-size: .9rem
}
.table-encaissement td {
    font-size: .8rem
}

.table-vehicule th{
    padding: 0.14rem;    
}
.table-vehicule td{
    padding: 0.14rem;
    font-size: .9rem    
}

td.type-vehicule-1 {
    background-color: #fcdfa6;  
}
td.type-vehicule-2 {
    background-color: #aad3ff; 
}
td.type-vehicule-3 {
    background-color: #6b94db;
}
td.type-vehicule-4 {
    background-color: #288753;  
}
td.type-vehicule-5 {
    background-color: #ff2a00;  
}
td.type-vehicule-6 {
    background-color: #aa1e1e;  
}
td.type-vehicule-7 {
    background-color: #AAAA00;  
}
td.vehicule-neuf-1 {
    background-color: #FF2;  
}

th.code-couleur {
    padding: 0;
}
.td-center {
    text-align: center;
}
.h3, h3 {
    font-size: 1.2rem;
}
.logo-fbb {
    background: url(https://dev.succession.fondationbrigittebardot.fr/img/fbb-logo.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center;
    background-repeat: no-repeat;
}

.dropdown-menu {
    font-size: 1.3rem;
    color: indigo;
    padding-left:1rem;
    text-align: left;
    list-style: none;
    background-color:#eee;
    width: 120%;  
    z-index: 100; 
    text-decoration: none;    
}

.btn-group-lg > .btn, .btn-lg {
    width: 100%;
}
.sidebar .nav-item .collapse .collapse-inner, .sidebar .nav-item .collapsing .collapse-inner {
    padding: .2rem 0;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    min-width: 12.8rem;
    font-size: .92rem;
    margin: 0 0 1rem 0;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: .5rem 0.4rem;
    margin: 0 .4rem;
}
div.custom-checkbox {
    color: #333;
    padding-top: 0.4rem;
}
.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #333;
}
.nav-tabs {
    margin-bottom: 1rem;
}
.list-group-item {
    padding: .5rem;
}
.form-control {color:#666}
.form-control:focus {color:#334}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #1cc88a;
}

td {font-size: .9rem;}

td.synthese {font-size: .94rem;padding: 0.4rem}

.collapse-immob-detail {
    text-align:right;
}
.collapse-immob-detail i {
    color: #4e73df;
}
.btn {
    padding: .375rem .4rem;
}
.custom-switch {
    padding-right: 1.25rem;
}
.custom-checkbox {
    padding-right: 0.8rem;
}
#nouvelle-succession-checkboxes.input-group
.custom-control-input:focus ~  
          .custom-control-label::before { 
                /* when the button is toggled off  
  it is still in focus and a violet border will appear */ 
                border-color: #E74A3B !important; 
                /* box shadow is blue by default 
  but we do not want any shadow hence we have set  
  all the values as 0 */ 
                box-shadow: 
                  0 0 0 0rem rgba(0, 0, 0, 0) !important; 
            } 

            /*sets the background color of 
          switch to violet when it is checked*/ 
#nouvelle-succession-checkboxes.input-group
.custom-control-input:checked ~  
    .custom-control-label::before { 
                border-color: #E74A3B !important; 
                background-color: #E74A3B !important; 
            } 
  
            /*sets the background color of 
          switch to violet when it is active*/ 
#nouvelle-succession-checkboxes.input-group
.custom-control-input:active ~  
.custom-control-label::before { 
                background-color: #E74A3B !important; 
                border-color: #E74A3B !important; 
            } 
  
            /*sets the border color of switch 
          to violet when it is not checked*/ 
#nouvelle-succession-checkboxes.input-group
.custom-control-input:focus: 
 not(:checked) ~ .custom-control-label::before { 
                border-color: #E74A3B !important; 
            } 
.card-body {
    padding: .4rem;
}
.card {
    margin-bottom: .2rem;
}
.card-paragraphe {
    font-size: .9rem;
}
.row {
    width: 100%;
}

div.form-help .help-text {
    color: #37B;
}
p.help-text {
    color: #F70;
    font-size: .88rem;
}    
div.form-error li {
    color: #F20;
    background: #FF0;
}
.titre {
    font-weight: bold;
    border-bottom: 1px solid #bbb;
    font-size: 1.1rem;
    color: #F82;    
}
label {
    padding-left:3px;
    padding-right: 3px;
    margin-bottom: 0.1rem;
    margin-top: 0.6rem; 
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: 0rem;
}
li.historique { font-size:0.84rem;}
li.list-group-item { font-size: 0.84rem;}
li.for-smartphone {
    display: none;
}
/*
li::marker {
  content: 'X ';
  font-size: 1.2em;
  color: red;
}
*/
.form-element ul {
   margin-bottom: 0;
  background: yellow;   
}
.form-element li {
   color: red; 
}
.my-custom-class-for-errors {
  background:#FF0;   
}
.carousel {
    width: 50%;
}
.cartouche {
  border:1px solid #05F;
  color:#05F;
  padding:4px;
  border-radius:5%;
  background:#DBFFF2;
  font-size: .9rem;  
}
.cartouche-rouge {
  border:1px solid #F50;
  color:#F50;
  padding:4px;
  border-radius:5%;
  background:#F7EBEB; 
  font-size: .9rem;  
}
.cartouche-vert {
  border:1px solid #0A4;
  color:#0A4;
  padding:4px;
  border-radius:5%;
  background:#DBFFF2; 
  font-size: .9rem;  
}
.type-de-bien {
  border:1px solid #05F;
  color:#05F;padding:3px;
  border-radius:5%;
  background:#DBFFF2     
}
.immobilier-type {
    background:#FF6;
}
.mb-3, .my-3 {
    margin-bottom: .5rem !important;
}
h3.form {
    border-bottom: 1px dashed #AAA;
    font-size: 1.1rem;
    padding-top: 5px;
}
h3.form2 {
    border-bottom: 1px solid #DDD;
    font-size: 1rem;
    padding-top: 5px;
    margin-bottom: 15px;
    color: #F60;
}
h3.form {
    border-bottom: 1px solid #DDD;
    font-size: 1rem;
    padding-top: 5px;
    margin-bottom: 15px;
    color: #F80;
    font-weight: bold;
}
.card .card-header[data-toggle="collapse"] {
    text-decoration: none;
    position: relative;
    padding: .75rem 2.8rem .75rem 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.font-weight-bold {
    font-weight: 600 !important;
}
.mb-4, .my-4 {
    margin-bottom: 1rem !important;
}
.h5, h5 {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
}
p {
    margin-top: 0;
    margin-bottom: .4rem;
}
.btn {
     font-size: 0.8rem;
}
hr.immobilier {
    margin-top: .2rem;
    margin-bottom: .2rem;
}
.a-vendre {
    background:#FF0; 
    color:red;
    padding:2px;
}
.en-location {
    background:#0FF; 
    color:marine;
    padding:2px;
}
.sans-inventaire {
    background: grey; 
    color:white;
    padding:2px;
}
h2.photo-succession {
    background: #446AD8;
    padding:8px;
    color: white;
}
li.list-group-item-immob {
    list-style-type: none;
}
.immobilier {
    padding:.2rem;
}
.solde {
    color:#BBB;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: .2rem .2rem;
    margin: .2rem;
}
.derniers-dossiers {
    list-style-type:none;
    font-size:.8rem
}
span.form-label {
    margin-top: .5rem;
    color: #f50;
    font-size: 1rem;
}
.liste-immobilier {
    margin-bottom: 10px;
    padding-top: 2px;
    border-bottom: 1px solid #ccc;
}
.type-immobilier {
    color:#36B9CC;
}
.form-check-type-immobilier label {
    font-size: 13px;
}
label.required:before {
    content: "*";
}
.input-group ul {
    list-style-type: none;
}
.input-group > ul > li {
    color: #F00;
    background: #FF0;
    list-style-type: none;
}
.search-table {
    width: 100%;
}
table.search-table td, table.search-table th  {
    font-size:10px;
}
.sidebar .private-link {
  color: #F30 !important;
}
ul.search-list { 
  font-size: .9rem;
}
.text-suivi {
  font-size: 1rem;
}

.checkbox-grid {
  max-width: 880px;
  list-style: none;
  margin: 0.1em;
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(auto-fill,minmax(100px, 1fr));
}

.checkbox-grid label {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0rem;
  margin-top: 0.4rem;
  margin-left: -16px;
}

.pagination {
  display: flex;
  padding-left: none;
  font-size: 18px;
}

.pagination span.current {
    padding-left: 10px; 
    font-weight: bold;   
    background: #FE0;    
}

.pagination span.page {
    padding-left: 10px;  
    font-weight: bold;      
}

.pagination span.next {
    padding-left: 10px; 
    font-weight: bold;    
}

.pagination span.last {
    padding-left: 10px; 
    font-weight: bold;    
}

.pagination span.first {
    padding-left: 10px; 
    font-weight: bold;    
}

.pagination span.previous {
    padding-left: 10px; 
    font-weight: bold;    
}

button.delete { 
    height: 20px;
    margin-bottom: 2px;
}

@media (max-width: 575.98px) {
  .p-5 {
    padding: 0rem !important;
    margin-left: none;
    margin-right: none;
  }
  .smartphone {
    display: none !important;
  }

  #searchDropdown, i.fa-search {
    display:none !important;
  }
  .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  li.for-smartphone {
    display: block !important;
  }
  .global, .row {
    padding-left: 0.2rem;
    padding-right: 0.2rem;        
  }
}

}


