body {
    font-family: 'Lato';
}

.fa-btn {
    margin-right: 6px;
}

/*HEADER*/

.navbar {
    background-color: white;
}

.navbar-brand {
    height:auto !important;
}

.navbar-header {
    width:50%;
}

.navbar-toggle {
    position: absolute !important;
    right: 0px !important;
}

.editable-row{
    display: table-row !important;
}

.inline {
    display: inline-block;
}

.auto-width {
    width: auto;
}

.form-select {
    min-width: 200px;
    max-width: 300px;
    display: inline-block;
}

.form-compost {
    min-width: 200px;
    max-width: 300px;
}

.edit-form-compost {
    max-width: 100px;
    display: inline-block;
}

.table>tbody>tr>td {
    vertical-align: middle !important;
}

.text-input-compost {
    display: inline-block;
    max-width: 60px;
    text-align: center;
    margin-left: 5px;
    font-size: 18px;
}

.text-input-compost-mid {
    display: inline-block;
    max-width: 215px;
    text-align: left;
    margin-left: 5px;
    font-size: 18px;
}

.delete-li {
    cursor: pointer;
    color:red;
    font-weight:bold;
    display: inline-block;
    width: 4%;
    margin-right: 2px;
}

.center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.added-ingredient {
    display: inline-block;
    width: 75%;
    margin-top: 0em;
    margin-bottom: 1em;
    padding: 0.5em 0;
    /*height: 175px;*/
}

.added-ingredient ul {
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    min-height: 380px;
    overflow: scroll;
    list-style-type: none;
    padding-left: 0.5em;
    border: 0.2em solid #525255;
    border-radius: 5px;
}

.added-ingredient ul li {
    width: 92%;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    display: inline-block;
    padding-bottom: 0.6em;
    border-bottom: 1px solid black;
}

.ingredient-nb-input {
    width: 70px;
    float: right;
    margin-right: 0px;
    text-align: center;
}

.float-right {
    float:right;
}

.arrow {
    margin-left: 38px;
    width: 40px;
    height: 344px;
    background-image: url(./images/arrow.png);
    background-repeat: no-repeat;
    position: absolute;
}

.scale-humidity {

}

#humidityScale, #cnRatioScale {
    margin-left: 80px;
    width: 80px;
    height: 344px;
    background-repeat: no-repeat;
    background-position: 0 7px;
    position: absolute;
    top: 145px;
    right: 19px;
}

#cnRatioScale {
    background-image: url(./images/scale-cn-ratio.png);
}

#humidityScale {
    background-image: url(./images/scale-humidity.png);
}

.hidden{
    display: none !important;
}


.humidity-label {
    position: absolute;
    right: 15px;
    top: 72px;
}

.humidity-input {
    position: absolute;
    top: 101px;
    right: 15px;
}

.temp-data, .temp-data-different{
    margin: 4px 0 10px !important;
    margin-top: 1px\9;
    line-height: normal !important;
    height: 17px !important;
    margin-left: 8px !important;
}

.vertical-center {
    vertical-align: middle;
    /*vertical-align: bottom;*/
}

/*TITLES STYLES*/

/*FOU STYLE*/
.h2, h2 {
    font-size: 30px;
    width: auto;
    display: inline-block;
    border-bottom: 0.1em solid #58585B;
    color: white;
    padding-bottom: 0.2em;
    font-weight: bold;
    background-color: #75BD4D;
    padding: 0.3em 0.6em;
    border-radius:5px;
}

.bold {
    font-weight: bold;
}

/*OLD*/
h3 {
    border-bottom: 0.2em solid #75BD4D;
    color: #525255;
    padding-bottom: 0.2em;
}

.main-menu {
    float: none;
    width: 100%;
    display: inline-block;
}

/*NEW*/
h3 {
    border-bottom: 0.1em solid #75BD4D;
    color: #525255;
    padding-bottom: 0.2em;
}

.h3-data {
    padding-bottom: 0.6em;
}

.h3-data select {
    vertical-align: bottom;
}

#result-h3 {
    text-align: center;
    width:100%;
}

.result {
    border-bottom: 0.1em solid #58585B;
}

#total-weight-new-calculator, #wood-addition-input-new {
    border: 1px solid;
    display: inline-block;
    padding: 0.15em 0.5em;
    border-radius: 5px;
    margin-top: 5px;
}

.added-ingredient ul input:hover, .added-ingredient ul label:hover { cursor: pointer;}

.admin-ingredient-container ul {
    font-size: 16px;
}

.admin-ingredient-container label {
    font-weight: normal;
}

#weight-container {
    padding-left: 0px;
    padding-right: 0px;
}

.btn-compost {
    background: #75BD4D;
    border-width: 2px;
    border-color: #525255;
    padding: 0.5em 1em;
    /*font-size: 1.2em;*/
    color: white;
}

.btn-compost:hover {
    text-decoration: underline;
    color:white;
}

.open-popup {
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
}

.open-popup:hover {
    text-decoration: underline;
}




#overlay {
    display: none;
    padding: 32px 32px 48px;
    width: 592px;
    height: 462px;
    background: url(/compost/project/web/images/overlay/white.png) no-repeat;
}

#graph {
    width: 592px;
    height: 462px;
    icolor: transparent;
}

.inline-block {
    display: inline-block;
    width: auto;
}

.display-block {
    display: block;
}