﻿.headerWithImage img {
    float: left;
    width: 100px;
    height: 100px;
}

.headerWithImage h1 {
    position: relative;
    top: 45px;
    left: 20px;
}

dt, dd {
    margin-bottom: 20px;
}

.btn-link-custom {
    padding: 0;
    margin: 0;
}

.optionSuperior {
    color: green;
    font-weight: bold;
}
.optionInferior {
    color: red;
    font-weight: bold;
}

.preferenceSuperior {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}
.preferenceInferior {
    font-style: italic;
    text-decoration: underline dotted;
}
.preferenceoptionSuperior {
    color: green;
}
.preferenceoptionInferior {
    color: red;
}

.flowchartBoxAdm {
    border: 2px solid green;
    padding: 5px;
    /*height: 35px;*/
}
.flowchartBoxDM {
    border: 2px solid blue;
    padding: 5px;
    /*height: 35px;*/
}
.flowchartBoxStatus {
    float: right;
    background-color: green;
    color: white;
    padding: 0px 3px 0px 3px;

}