#msgToUser {
    margin-top:12px;
}

th {
    padding:10px;
}
td {
    padding:0px 5px;
}
.clickable {
    cursor:pointer;
    font-weight: bold;
}
input {
    width:350px;
}

input.petit {
    width:150px;
}
input.pluspetit {
    width:80px;
}
input.trespetit {
    width:25px;
}
input[type=radio] {
    width: 30px;
}
input[type=checkbox] {
    width: 30px;
}

.box {
    border:solid 1px #ccc;
    margin : 3px;
    padding:5px;

}

#planPopUp {
    border:solid 3px red;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    z-index:999;
    padding:8px 12px;
    background-color: #fff;
}

.smallinput {
    width:30px !important;
}

hr{
    line-height: 2;
    border-top:10px solid #cccccc;
}

#divNouvelleChaudiere {
    padding:12px;
    margin-left : 30px;
}

.selectMulti {
    float: left;
    width: 45%;
}
/*select {*/
/*    height: 200px;*/
/*    padding: 0;*/
/*}*/
option {
    padding: 4px 10px 4px 10px;
}

option:hover {
    background: #EEEEEE;
}

label{
    font-weight: bold;
    color : #2e2e05;
}


.subject-info-arrows {
    float: left;
    width: 10%;
}
/*input {*/
/*    width: 70%;*/
/*    margin-bottom: 5px;*/
/*}*/
