﻿
td {
    border: solid 1px black;
    height: 40px;
}

table {
    border: solid 1px black;
    border-collapse: collapse;
    width: 100%;
}

th {
    border: solid 1px black;
    text-align: left;
}


.resultat {
    border: solid 2px #97bf0d;
    box-sizing: border-box;
}

.greenTi {
    background-color: #97bf0d;
    color: white;
}

.grisTi {
    background-color: #e7f0c7;
}

.souTex {
    /* text-align: center; */
    font-weight: 200;
    position: relative;
}

.ratio {
    color: #9ACD32;
    text-align: center;
}

.outColumn input {
    border: 0;
    padding: 0;
    height: 100%;
    text-align: center;
}


#PTL th, #nb-tree th {
    width: 70%;
}

#PTL td, #nb-tree td {
    width: 30%;
}


.homewpc th, .homewpctd {
    padding: 0px 10px;
    line-height: 22px;
}

.calcRat input {
    height: 100%;
    border: none;
    background-color: inherit;
    padding: 0;
    text-align: center;
}

tr.calcRat {
}

#CBS tr.grisTi td, #PTL tr.grisTi td {
    text-align: center;
}


.calcRat .souTex.td-arrow:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 10px;
    top: 17px;
    left: 5px;
    height: 15px;
    background-color: #97bf0d;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

td.souTex.td-arrow {
    padding-left: 22px;
    line-height: 22px;
}

.calcBon input {
    border: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
}

input#surfParcbis {
    height: 100%;
    padding: 0;
    border: 0;
    text-align: center;
}

td.output, #surfEcoAme, .resultat {
    background-color: #e7e7e7;
    text-align: center;
}

.homewpc h1 {
    color: #97bf0d;
    margin-bottom: 0;
}

.homewpc h3 {
    color: #6f8c0a;
}

#printButtonDiv {
    width:100%;
    text-align: right;
}

#print-page {
    margin: 5px 0 0 0;
    text-align: center;
    padding: 5px 10px !important;
    border-bottom: none;
}

li, ul {
    color: #777474;
}

ul{
    margin-top: -20px;
}


#PLUI td {
    width: 25%;
    line-height: 22px;
}

#PLUI .titleColumn {
    padding: 0px 10px;
}



/*************** Ajout + et - *****************/

input,
textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}

input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input-group {
    clear: both;
    position: relative;
    width: 100%;
}

.input-group input[type='button'] {
  background-color: #eeeeee;
  width: 20%;
  transition: all 300ms ease;
}

.input-group input[type='number'] {
  width: 60%;
}

.input-group .button-minus,
.input-group .button-plus,
.input-group .button-minus-zero-point-one,
.input-group .button-plus-zero-point-one {
        font-weight: bold;
        height: 38px;
        padding: 0;
        width: 38px;
        position: relative;
    }

.input-group .quantity-field {
  position: relative;
  height: 38px;
  left: -6px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
}


input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.input-group input{
    border: none;
}

