/*
 * Filename: c:\Users\estlopez\Desktop\02-uWamp\www\Flora\FloraHelvetica\ressources\css\Styles.css
 * Path: c:\Users\estlopez\Desktop\02-uWamp\www\Flora\FloraHelvetica\ressources\css
 * Created Date: Thursday, September 12th 2019, 3:52:58 pm
 * Author: estlopez
 * 
 * Copyright (c) 2019 ETML
 */
*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
td{
    padding: 0;
}

.homeImage{
    background-repeat: no-repeat;
    background-size: cover;
}

.pageIcon{
    width: 300px;
    height: 101px;
}

.imgMapYverdon{
    margin-left: 0;
    position: relative;
    height:10%;
    width:10%;
   
}

.imgMapYvonand{
    width: 8.3%;
    height: 8.3%;
}

.btnGoToTop{
    bottom: 80px; /* Place the button at the bottom of the page */
    left: 30px; /* Place the button 30px from the right */
}

.btnAddPlant{
    bottom: 80px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
}

.btnChangeMap{
    z-index: 1;
    position:fixed;

    right:10px;
    bottom:60px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 34px;
    line-height: 1.33;
    bottom: 5px;

    position: fixed; /* Fixed/sticky position */

    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    color: white; /* Text color */

}


html {
    height: 100%;
    box-sizing: border-box;
  }
  
body {
    position: relative;
    margin: 0;
    padding-bottom: 6.5rem;
    min-height: 100%;
}

/************Footer****************/

.page-footer{
    border-top: black solid 1px;
    
}

footer {

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    height: 103px;
  }

/************Formulaire ajout plante****************/
.form-row {
    padding-left: 10%;
    padding-right: 11%;
    padding-top: 2%;
    width: 100%;

}

.checkboxes{
    padding-left: 15%;
    padding-top: 1%;
    width: 50%;
}

.rowOfFamily{
    margin-left: 20px !important;
}

/************Modal Formulaire ajout plante****************/
.modal-dialog {
    width: 98%;
    height: 92%;
    padding: 0;
  }

/***********************Filtrage des plantes*****************************/
.monthsRadios{
    margin-left: 10px;
}

.filterContainer{
    width: 100%;
    height: 75px;
    
}

.columnFilter{
    width: 35%;
    display: inline-block;
}

/*********************Barre de recherche******************************/
.hideElement{
    display:none;
}

/*********************Filtrage de mois******************************/
.selectStyle{
    font-size: 25px;
    font-weight: bold;
    background: transparent;
    margin-left: 20px;
    border: black 1px solid;
    border-radius: 4px;

}

.selectStyle:hover{
    background-color: lightyellow;
}


.btnModal{
    width: 100%;
}

.btnModalTop{
    width: 50%;
    left: 0;
    margin-right: 20px;
}

/**************************ShowPlants*********************************/
.rowPlants{
    left: 0;
}

.modifyButton{
    cursor: pointer;
}



/**************************ModifyPlants*********************************/
.changedInfo{
    border: 2px solid rgb(0, 174, 255) !important;
}

/**************************Users Management*********************************/
.cardContainer{
    border: 1px solid black;
    width: 75%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.leftSideCard{
    width: 25%;
    height: 300px;
    float: left;
}

.cardHeader{
    line-height: 50px;
    height: 50px;
    text-align: center;
}

.cardImage{
    height: 250px;
}

.usersIcon{
    width: 100%;
    height: 100%;
}

.rightSideCard{
    width: 65%;
    overflow: hidden;
    float: left;
    

}

.roleModifications{
    float: right;
    width: 10%;
    margin-top:60px;
}

.roleLine{
    margin-top:35px;
    height: 100px;
    width: 100%;
}

.textCard{
    margin-left: 5px;
    letter-spacing: 2px;
}

.cardButton{
    width: 100%;
    height: 38px;
    border: 1px solid gray;
}

.upgradeDegradeIcons{
    cursor: pointer;
}
/**************************Responsive*********************************/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .responsiveClass{
        font-size: 30px;
    }
    input[type="text"]{
        font-size: 30px;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .responsiveClass{
        font-size: 20px;
    }
    input[type="text"]{
        font-size: 20px;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .responsiveClass{
        font-size: 15px;
    }

}
  