@charset "UTF-8";
/* index.css override ce contenu car index.css est inclus après */
/* A remarquer que ce fichier n'est pas inclus pour HP & NN */
#panelSave {
    position: fixed;
    z-index: 5000;
    width: 100%;
    height: 100%;
    /* right: 0; */
    /* left: 0; */
    /* margin: 5% auto; */
    background-color: rgba(245, 245, 245, 0.39);
}

#panelSave img {
    width: 100px;
    right: 0;
    left: 0;
    margin: 5% auto;
    position: fixed;
    top: 200px;
    opacity: 1;
}

ul.elitis-nav-item li {
    float: left;
}

.sub-subtittle {
    color: #003a5a;
    font-weight: bold;
    font-size: 16px;
    border-left: 2px solid;
    padding-left: 2px;
}

.elitis-nav-item li {
    height: 32px;
}

.elitis-nav-item li a {
    padding-top: 4px;
}

.elitis-nav-item li span {
    color: #a72121;
    margin-right: 10px;
}

.ca-menu li {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
    transition: all 140ms linear 0s;
    opacity: 0.8;
}

.ca-menu {
    margin-top: 0;
}

.user-logo {
    float: left;
    margin-right: 20px;
}

.PlanFinHeader {
    color: white;
    background-color: #425563;
}

.side-box {
    top: 100px;
    margin-left: -10px;
    width: 155px;
}

.loan-form {
    margin-left: 170px;
}

.box {
    box-shadow: 0 0 7px 1px #7d8b96;
    padding: 10px;
    background-color: white;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 16px;
    padding: 3px;
    border-radius: 1px;
    text-align: center;
}

.subtitle:hover {
    cursor: pointer;
    background-color: #39464e;
}

.other-title {
    width: 100%;
    background-color: #556E80;
    color: white;
    border-radius: 4px;
}
