/* LOADER */
/* #mySpinner{
    display: block;
}
#coproSpinner{
    display : none;
}
.loader {
    margin-top: 120px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; 
    animation: spin 2s linear infinite;
} */
.full{
    height:100%;
}
  /* Safari */
/* @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
} */
/* GLOBAL */
.nav-link{
    cursor: pointer;
}
.pointer{
    cursor: pointer;
}
.rounded-circle{
    border-radius:50%;
    max-width:45px;
    height:auto;
    background-color: white;
}
.card-header{
    background-color: #17a2b8;
    color: white;
}
.MainModal{
    border:none;
    background: none;
}
/* STYLE LOT */
.no-border td{
    border-top: none !important;
}
.pagination-my{
    margin-bottom: 0rem !important;
}
/* INPUT */
.custom-file-upload {
    display: inline-block;
    cursor: pointer;
}
.input_dde{
    margin-bottom: 0px !important;
    width : 100%;
    opacity: 50%;
    border-left: none;
    border-right: none;
    border-top: none;
}
.input_dde_sm{
    width : 20%;
}
input {
    margin-bottom: 10px !important;
}
.custom-file {
    margin-bottom: 10px !important;
}
.btn-copro{
    padding: 0px;
    display: contents;
    cursor: pointer;
}
.form-prev{
    margin-bottom: 0px !important;
}
/* STYLE SINISTRE */
.photo_sinistre{
    width: 50%;
    height: auto;
    margin-bottom: 10px;
}
#modExtra_sin{
    margin-bottom: 10px;
}
.my-bg-sin1{
    background-color: #b2ddc9;
    border: solid 2px rgb(100, 99, 99);
    border-radius: 20px;
    font-size: 12px;
    border-collapse: inherit;
}
.my-bg-sin2{
    background-color: #64c29b;
    border: solid 2px rgb(100, 99, 99);
    border-radius: 20px;
    font-size: 12px;
}
.my-bg-sin3{
    background-color: #f7f8e3;
    border: solid 2px rgb(100, 99, 99);
    border-radius: 20px;
    font-size: 12px;
}
.my-bg-sin4{
    background-color: #e4eec1;
    border: solid 2px rgb(100, 99, 99);
    border-radius: 20px;
    font-size: 12px;
}
.my-bg-sin5{
    background-color: #ffffff;
    border: solid 2px rgb(100, 99, 99);
    border-radius: 20px;
    font-size: 12px;
}
.dde-cadre{
    border: solid 1px rgb(0, 0, 0);
}
.dde-blr{
    border-bottom-left-radius: 7%;
    border-bottom-right-radius: 7%;
}

/* STYLE RAPPORT */
.modal-header {
    background-color: #17a2b8;
    padding:16px 16px;
    color:#FFF;
    border-bottom:2px dashed #17a2b8;
}
.myModal{
    height: 800px !important;
    /* width: 1054px !important; */
}
.photo_constat{
    width: 30px;
    height: 30px;
}
.feather_link{
    cursor: pointer;
    color : #007bff;
}
/* STYLE ASSEMBLEE*/
.ass_card{
    padding-left: unset;
    padding-right: unset;
} 
/* SWITCH ASSEMBLEE*/
.switch_3_ways{
    margin:auto;
    font-size:1em;
    height:2em;
    line-height:2em;
    border-radius:0.3em;
    background:#ccc;
    position:relative;
    display:block;
    float:left;
}
.switch.contre,
.switch.abst,
.switch.pour{
cursor:pointer;
position:relative;
display:block;
float:left;
-webkit-transition: 300ms ease-out;
-moz-transition: 300ms ease-out;
transition: 300ms ease-out;
padding: 0 1em;
}
.selector{
text-align:center;
position:absolute;
width:0;
box-sizing:border-box;
-webkit-transition: 300ms ease-out;
-moz-transition: 300ms ease-out;
transition: 300ms ease-out;
border-radius:0.3em;  
color:white;
-moz-box-shadow: 0px 2px 13px 0px #9b9b9b;
-webkit-box-shadow: 0px 2px 13px 0px #9b9b9b;
-o-box-shadow: 0px 2px 13px 0px #9b9b9b;
box-shadow: 0px 2px 13px 0px #9b9b9b;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=180, Strength=13);
}

/* STYLE GENERALE */
.card-copro{
    max-width: 100%;
    cursor: pointer;
    background-color: #17a2b8;
    color : white;
}
.card-copro:hover{
    background-color: #b8c1c2;
    color : white;
}
.card-img-copro {
    width: 11rem;
    height: 100%;
    border-radius: calc(.25rem - 1px);
}
.my-bg{
    background-color: #e3f2fd;
}
.my-bg-fiche{
    background-color: white;
    border: solid 2px #e3f2fd;
    border-radius: 20px;
    font-size: 12px;
}
.my-bg-bt-menu{
    width:75px;
    background-color: white;
    border: solid 2px #e3f2fd;
    border-radius: 20px;
}
.my-arg-bt{
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 20vh;
    border-radius: 10px;
}
.my-arg{
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    height: auto;
    border-radius: 10px;
}
.menu_col{
    background-color: rgba(102, 133, 236, 0.65);
    min-height: 100vh;
}

.menu_row{
    background-color: rgba(251, 255, 250, 0.65);
    min-width: auto;
} 
.bt_logo{
    width: 50px;
    vertical-align:middle;
}
.bt_logo_fiche{
    width: 150px;
    vertical-align:middle;
}
.bt_logo_tbx{
    width: 50px;
    vertical-align:middle;
    margin-left: auto;
    margin-right: auto;
}
.bt-align{
    vertical-align:middle;
}
/* Contact Chips */

.chip {
    height: 30px;
    width: auto;
    border-radius: 50%;
}
/* Proprietaire Carte */
.card_prop {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 8rem;
    margin: auto;
    text-align: center;
    font-family: arial;
  }
.title {
color: grey;
font-size: 18px;
}
/* Copropriété Carte */
.card_menu {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: auto;
    padding-top: 10px;
    text-align: left;
    font-family: arial;
  }  
/* Copropriété Carte */
.card_copro {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 18rem;
    margin: 0px !important;
    font-family: arial;

  }
.card-img-copro-select{
width: 6rem;
height: 4rem;
}
.copro_photo{
    height: 100%;
    max-height: 10rem;
    width: auto;
    max-width: 18rem;
}

.title_name {
color: black;
font-size: 22px;
}

.cadre_photo_copro{
    display: flexbox;
}
.photo_copro{
    width: 100px;
    height: 100%;
    margin: auto;
}
.photo_copro_copro{
    width: 150px;
    vertical-align:middle;
}
.titre_fiche{
    height: 50px;
    font-size: 20px;
    color: #23527c;
}
.mod_carte{
    background-color: #e3f2fd;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    width: 30%;
}

.mod_texte{
    font-size: 14px;
    margin-top: auto;
    margin-bottom: auto;
}
.row_cartes{
    display: flex;
    flex-direction: row;
}

.icon-user{
    width: 80%;
}

.cadre_mut{
    font-size: 90%;
    text-align:left; 
    border: solid thick darkgrey; 
    border-radius: 1em ; 
    box-shadow: black 0.5em 0.5em 0.3em; 
    padding:2px 5px; 
    background-color: #ffffff;
}
/* SALON */
/* Apercu du fichier selectionne*/
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}