@charset "UTF-8";
/*
    ***********************
    Couleurs
    ***********************

*/
/*
    ***********************
    Fonts
    ***********************

*/
/*
    ***********************
    Others
    ***********************

*/
/*
    ***********************
    Couleurs
    ***********************

*/
/* certains borders */
/* Vise les elitebox, permet pour hp de faire des contours des blocs */
/*
    ***********************
    Fonts
    ***********************

*/
/*
    ***********************
    Others
    ***********************

*/
.app-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100vh;
    overflow: hidden;
}
.app-block .flex-header {
    /* display: flex; */
    /*flex: 0 0 auto;
    -webkit-box-flex: 0 0; 
    -moz-box-flex: 0 0; 
    -webkit-flex: 0 0; 
    -ms-flex: 0 0;*/
    /*-webkit-order: 0;*/
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    /*-webkit-align-self: auto;*/
    -ms-flex-item-align: auto;
    width: 100%;
}
.app-block .flex-content {
    /*flex: 1 1 auto;
    -webkit-box-flex: 1 1;
    -moz-box-flex: 1 1; 
    -webkit-flex: 1 1; 
    -ms-flex: 1 1; */
    overflow: hidden;
    height: 100%;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.app-block .flex-content .loan-form {
    margin-left: 20px;
}
.app-block .flex-content .elitis-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    /* FA20221017 margin-top: 10px;
    margin-left: 16px;
    margin-right: 0px;*/
    /*FA201910 pas de sens avec flex margin-top: 16px;*/
    height: 100%;
    padding: 0px 0px 5px 10px;
    min-height: 0px;
    box-shadow: none;
    background-color: white;
}
.app-block .flex-content .elitis-box .alert-info {
    background-color: white;
}
.app-block .flex-content .elitis-box .alert-danger {
    margin-top: 20px;
}
.app-block .flex-content .elitis-box .side-box {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    position: static;
    margin-left: 0px;
    overflow: auto;
    padding-right: 10px;
    min-width: 155px;
    max-width: 200px;
    width: 15%;
    height: 100%;
    padding-bottom: 50px;
    /*.inner-side-box{
        overflow:unset;
  
    }*/
}
.app-block .flex-content .elitis-box .side-box.tarif-calcul {
    width: auto;
}
.app-block .flex-content .elitis-box .side-box .inner-side-box {
    width: auto;
}
.app-block .flex-content .elitis-box .flex-right-box {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    /*max-width: 1250px;*/
    /*FA20221012 padding: 0px 28px 50px 20px;*/
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
    /*FA20221012 margin-right: 4px;
    margin-bottom: 20px;*/
    height: 100%;
}
.app-block .flex-content .elitis-box .flex-right-box .container {
    /*FA20221012 padding-bottom: 50px;*/
}
.app-block .flex-content .elitis-box .flex-right-box > div {
    /*FA20221012 padding-bottom: 100px;*/
}
.app-block .flex-content .uiview100 {
    height: 100%;
}
.app-block .tableTips .glyphicon.glyphicon-exclamation, .app-block .tableTips .glyphicon.glyphicon-information:before {
    display: block;
}
.app-block .tableTips td:first-child img {
    display: none;
}
.app-block .send-btn-box {
    margin-top: 10px;
}
.app-block tr.selected-prod td {
    background-color: white; /* lighten( white, 30% );*/
}
.app-block .nav-box {
    position: static;
    border-bottom: 1px solid #e5ded9;
    z-index: 1000;
    width: 100%;
    background-color: white;
}

::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 100px rgb(216, 216, 216);
}

.glyph-btn-default {
    background-color: white;
    border: none;
    border-color: rgba(128, 128, 128, 0);
}

.btn-delete {
    background-color: #ea650d;
    border-color: #ea650d;
    border-radius: 10px;
}

.btn-primary {
    /*width: 180px;*/
    margin-bottom: 0px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #ea650d;
}

.add-button {
    display: inline-block;
}
.add-button .btn {
    border-radius: 50px;
    padding: 0;
    margin-right: 0;
    border: 0px;
    vertical-align: baseline;
    padding: 1px 3px 1px 4px;
    background-color: #ea650d;
    border-color: #ea650d;
    line-height: 1.5;
    color: white;
}
.add-button .btn-label {
    font-weight: bold;
    border-bottom: 2px solid #ea650d;
    padding-bottom: 2px;
    padding-top: 1px;
    padding-left: 17px;
    padding-right: 5px;
    border-radius: 5px;
    margin-left: -16px;
}

.del-btn-container {
    text-align: right;
}
.del-btn-container .btn-delete {
    float: none;
    margin-top: 0px;
}

.btn .caret {
    height: 1em;
}

.btn-rem.btn-group .btn.btn-delete {
    padding-top: 0px;
    padding-left: 0px;
}

.btn-right {
    float: right;
    margin-top: 10px;
}

.btn-taeg .glyphicon-cog {
    color: #ea650d !important;
    margin-left: 2px;
}

body .selected-prod, body .tabProducts tbody .selected-prod {
    border: 3px solid #ea650d;
}
body .tabProducts {
    border-collapse: collapse;
    border: 1px solid black;
    border-color: #999999;
    border-top: 0px solid;
    border-left: 0px;
    text-align: left;
    margin-top: 10px;
    padding: 1px;
    width: 100%;
}
body .tabProducts .btn-default {
    background-color: #e5ded9;
}
body .tabProducts tr {
    background-color: white;
}
body .tabProducts td {
    border-bottom: 1px solid #999999;
    padding: 10px;
}
body .tabProducts td.taeg-actions {
    min-width: 136px;
}
body .tabProducts td.tarif-actions {
    min-width: 236px;
}
body .tabProducts thead {
    border-bottom: 2px solid #ea650d;
    font-weight: bold;
}
body .tabProducts tbody tr {
    border-left: 0;
}
body .tabProducts tbody tr:nth-child(even) {
    background-color: #f1edeb;
}
body .tabProducts tbody tr:hover {
    background-color: #BFDBFF;
}
body .tabProducts tbody tr th:first-child {
    border-right: 1px solid #999999;
}
body .tabProducts tr > td:nth-child(2) {
    border-left: 1px solid #999999;
}
body .bg-white .tabProducts > tbody > tr:first-child {
    border-bottom: 2px solid;
    border-bottom-color: #ea650d;
}
body .tabAmort {
    border-collapse: collapse;
    border: solid 1px black;
    text-align: right;
    /*border-top: 0;*/
    line-height: inherit;
    /*border-left: 0;*/
    /*border-right: 0;*/
    border-color: #999999;
    margin-top: 2px;
    width: 95%;
    line-height: normal;
}
body .tabAmort thead, body .tabAmort tfoot {
    /*background-color: white;*/
    font-weight: bold;
    background-color: #ffdfbb;
}
body .tabAmort td {
    border: 0px solid #999999;
    padding: 2px;
    border-bottom: 1px solid #999999;
}
body .tabAmort th {
    padding-right: 10px;
}
body .tabAmort thead td, body .tabAmort thead th {
    border-bottom: 2px solid #ea650d;
}
body .tabAmort tfoot td, body .tabAmort tfoot th {
    border-top: 2px solid #ea650d;
}
body .tabAmort tbody > tr:nth-child(2n) {
    /*border-left: 0px;*/
    background-color: #ffebd5;
}
body .tabAmort tr > td:nth-child(2) {
    border-left: 1px solid #999999;
    padding-left: 5px;
}
body .doc-tab {
    border-color: #999999;
    border-top: 0px solid #999999;
    text-align: left !important;
    border-left: 0px !important;
    border-right: 1px solid #999999 !important;
    border-top: 0px !important;
    padding: 10px;
}
body .doc-tab tbody tr:first-child {
    border-color: #ea650d !important;
    border-bottom: 2px solid;
    border-collapse: collapse;
    border-top: none !important;
}
body .doc-tab tbody tr:first-child td:last-child {
    border-left: 0px !important;
}
body .tabDocuments {
    width: 100%;
}
body .tabDocuments > tbody tr:nth-child(odd) {
    background-color: #f1edeb;
}
body .tabDocuments > tbody tr:hover {
    background-color: #ee7f00;
}

body div .glyphicon.glyphicon-remove-sign:before {
    color: #b94a48;
}
body div .glyphicon.glyphicon-information:before {
    color: #999999 !important;
}
body div .glyphicon.glyphicon-chevron-down, body div .glyphicon.glyphicon-chevron-up {
    float: none !important;
}
body div .glyphicon.glyphicon-info-sign:before {
    /* signe information, préscoring */
    color: #999999;
}
body div .glyphicon.glyphicon-calendar:before {
    /* date picker */
    color: #999999;
}
body div .input-group.date {
    width: 140px;
}
body div .input-group.date input.form-control {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    /* height: 22px; */ /* FA202206 à part que c'est 28, mais que l'inl-control prend de toute façon le dessus */ /* respect de nos input pour override le form-control */
    width: 100%;
    padding: 3px 5px;
}
body div .input-group.date .input-group-addon {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0px solid rgba(0, 0, 0, 0) !important;
    padding: 0px 0px;
}
body div .input-group.date .input-group-addon .glyphicon.glyphicon-calendar:before {
    margin-top: -8px;
}
body div .input-group.date .input-group-addon .glyphicon.glyphicon-calendar {
    font-size: 24px;
    padding-left: 4px;
    margin-top: -6px;
}
body div .alert-success .glyphicon-ok:before {
    color: #8FA43B;
}

html body {
    background-color: white;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    position: relative;
}

html,
body {
    height: 100%;
    min-height: 100%;
}

div {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*background-color: $nnWhite;*/
    font-size: 12px;
    color: #414141;
}
div input,
div select,
div textarea {
    color: #414141;
    border: 1px solid #cac7c7;
}
div .remarque {
    width: 100%;
    min-height: 6em;
}

.downloadDataFileNN {
    color: #414141;
    font-size: 14px;
    text-decoration: none;
}

table tr.deactivatedsrd {
    background-color: #d5d2d2;
}
table tr.deactivatedsrd input,
table tr.deactivatedsrd select {
    background-color: #e4e1e1;
}

body span.delete-flag {
    background-color: rgba(255, 0, 0, 0.09);
    padding: 0.1em 0.7em;
    /* border: 1px solid #ff00001f; */
    position: absolute;
    transform: rotate(-18deg);
    -webkit-transform: rotate(-18deg);
    -moz-transform: rotate(-18deg);
    -o-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    color: #ea650d;
    left: 3em;
}

tr.removed td {
    color: #9b9b9b;
    /*.restore-btn {
            background-color: #cccccc00;
        }*/
}
tr.removed td a.k-button {
    color: gray;
    background-color: rgba(204, 204, 204, 0);
}
tr.removed td .restore-btn:hover {
    color: green;
}

div.gen-com .box {
    background-color: rgba(244, 244, 244, 0.66);
}
div.gen-com .box tr.highlighted td {
    padding: 0.7em;
    font-weight: bold;
    font-size: 1.1em;
    background-color: #dddddd;
}

.modal-header {
    background-color: white;
    text-align: center;
}

#panelUpdate {
    margin-top: 35px;
}

hr {
    border-top: 1px solid #cac7c7;
}

.btn.btn-pdf {
    background-color: #ea650d;
    color: white;
}

.btn-notif {
    background-color: #ea650d;
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
}

.glyphImportant {
    color: #ea650d;
}

.glyphicon-question-sign,
.glyphicon-envelope {
    color: #ea650d;
}

.glyphicon {
    /*color: $textImportantColor;*/
    /*    &.glyphicon-info-sign:before {
          color: $nnMediumGrey;
      }*/
}
.glyphicon.glyphicon-exclamation:before {
    content: "\e101";
}
.glyphicon.glyphicon-floppy-disk {
    display: none;
}

label.inlParamName {
    /*font-size: $Medium;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.inlcompanysubblockclass {
    margin-bottom: 20px;
}
.inlcompanysubblockclass.inlIndent {
    margin-left: 20px;
}

.tabcom.tabProducts {
    margin-top: 20px;
}
.tabcom.tabProducts td {
    padding-left: 0px;
    padding-right: 0px;
}

.align-tab table tr td:first-child,
.align-tab table tr th:first-child {
    width: 40%;
    font-weight: bold;
}

.navbar-elitis {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
    margin-top: 0px;
    min-height: 32px;
    height: auto;
    overflow: auto;
    padding-left: 20px;
    background-color: #ea650d;
    line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
}

.sub-nav-block {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 0px;
    margin-right: 0px;
    overflow: auto;
}
.sub-nav-block.inlnav-open {
    /*FA201910        min-height: 4em;
        max-height: 50em; */
    opacity: 1;
}
.sub-nav-block.inlnav-close {
    min-height: 0em;
    max-height: 0em;
    overflow: hidden;
    opacity: 0.8;
}

h2 {
    font-size: 20px;
}

h3,
h4 {
    font-size: 14px;
}

.row,
.flex-content,
.sub-nav-block,
.flex-header {
    background-color: transparent;
}

.input-group > button {
    color: #ee7f00;
    border-color: #ee7f00;
}

.identity {
    background-color: white;
}

.simul-number {
    width: 100%;
    color: #ea650d;
    margin-left: 10px;
    padding-left: 10px;
    margin-left: 0;
    border-radius: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.simul-number a {
    color: #ea650d;
}
.simul-number.active {
    color: white;
    background-color: #ea650d;
}
.simul-number.active a {
    color: white;
    background-color: #ea650d;
}
.simul-number.selected-prod, body .tabProducts tbody .simul-number.selected-prod {
    background-color: white;
    padding-left: 10px;
    margin-left: 0;
}
.simul-number.selected-prod.active a {
    color: white;
    background-color: #ea650d;
}
.simul-number.selected-prod a, body .tabProducts tbody .simul-number.selected-prod a,
.simul-number.selected-prod span,
body .tabProducts tbody .simul-number.selected-prod span {
    color: black;
}
.simul-number table {
    width: 100%;
}
.simul-number table tr {
    width: 100%;
}
.simul-number table tr td {
    width: 50%;
}

.elitis-box li {
    list-style-type: none;
}

.btn-save,
.btn-save-btn {
    color: white;
    background-color: #ea650d;
}

.k-button {
    color: #414141;
    border: none;
    background-color: #e5ded9;
    padding: 10px;
}

.PlanFinHeader {
    color: #414141;
    background-color: #ffffff;
    text-align: left;
    vertical-align: bottom;
    border-bottom: 2px solid #ea650d;
    white-space: nowrap;
}

.glyphicon-floppy-disk {
    color: #ea650d;
}

.result-title {
    background-color: white;
}

ul.sub-nav {
    overflow: auto;
    margin-left: 0;
    margin-right: 0px;
    margin-bottom: 0;
    z-index: 1000;
    border-bottom: 1px solid #e5ded9;
    background-color: #f1edeb;
    padding: 5px 15px;
    width: calc(100% - 30px);
    position: static;
    width: 100%;
}
ul.sub-nav > li {
    margin-top: 0px;
    margin-right: 5px;
    cursor: pointer;
    padding: 6px 15px;
    float: left;
    font-size: 12px;
    color: #666666;
    overflow: hidden;
}
ul.sub-nav > li.active {
    border-bottom: 3px solid #ea650d;
    font-weight: bold;
}
ul.sub-nav > li:hover {
    text-decoration: underline;
}

h4.panel-title a {
    padding: 3px 10px;
    -moz-appearance: button;
    -webkit-appearance: button;
    -webkit-tap-highlight-color: #ea650d;
}

.btn {
    font-size: 12px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    background-color: #ea650d;
    border-radius: 4px;
}

.btn-primary[disabled],
.btn[disabled] {
    background-color: #f9c19b;
}

.modal-body .title {
    background-color: white;
}

.glyphicon-remove {
    color: #ea650d;
}

.right-top .btn {
    margin-right: 10px;
}

/*.form-inlgroupe .btn-taeg,*/
h4.panel-title a {
    background-color: #ea650d;
    color: #ffffff;
    margin-right: 10px;
    border-radius: 4px;
    border-color: #ea650d;
    cursor: pointer;
    /*padding: 10px;*/
    border: 0px;
    text-decoration: none;
}

.companies-left-menu > ul > li > a.active {
    background-color: white;
    color: #ea650d;
}

.nav-tabs {
    color: #e64415;
    background-color: white;
    border-bottom: 3px solid #e5ded9;
    margin-bottom: 13px;
}

.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a:focus {
    text-decoration: none;
}

.nav-tabs > li.active a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-bottom: 3px solid #ea650d;
    color: #ea650d;
    text-decoration: none;
    cursor: pointer;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.nav-tabs > li > a {
    color: #999999;
    border-bottom: 3px solid #e5ded9;
    background-color: #ffffff;
    margin-bottom: -3px;
    padding-bottom: 13px;
    margin-right: 0px;
    border: none;
}

.nav-tabs > li > a:hover {
    text-decoration: none;
}

.nav-tabs > li {
    margin-bottom: 0px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: underline;
    background-color: white;
}

h4,
h3,
.user-name {
    color: #ee7f00;
}

.news ul li {
    border-bottom: 1px solid #e5ded9;
    padding: 10px 0;
}

.inner-side-box {
    color: #414141;
    width: 87px;
}

.input-group-addon {
    background-color: #ea650d;
}

.inner-side-box .glyphicon-plus {
    color: #ea650d;
}

.nav-pills > li > a {
    color: #999999;
}

.panel-default {
    border-color: white;
}

.nav-pills > li.active > a {
    color: white;
    cursor: pointer;
    background-color: #ea650d;
}

.btn-label {
    border-bottom: 0px;
}

.form-inlgroupe-custom > div > button,
.btn-auto,
.toggle-switch .switch-right,
.toggle-switch .switch-left,
.nn-btn-default,
.doc-tab .btn-default {
    background-color: #e5ded9;
}

/* FA 20221017 */
/*.btn-group .btn-default {
    margin-right: 10px;
}
*/
.btn-auto {
    border-color: #ea650d;
}

.btn-view {
    background-color: #ea650d;
    color: white;
}

.tab-pane {
    border: 0px;
}

.input-group input {
    border-color: #cac7c7;
    width: 100px;
}

.autoActive {
    background-color: white;
}

.customLogOff {
    margin-top: 2px;
}

.customLogOff > a {
    color: white;
}

/*.headerLink > a {
    color: $mainTextColor;
}*/
#applicationName {
    margin-top: 30px;
}

/*.logoNN {
    margin-left: 12px;
}
*/
.printLogo {
    height: 5em;
    max-width: 20%;
}

.customRefresh {
    color: #ee7f00;
}

.colored {
    color: #ea650d;
}

.colored > .light {
    color: #ee7f00;
}

.colored > .medium {
    color: #ea650d;
}

.colored > .dark {
    color: #e64415;
}

h2 {
    font-size: 20px;
    line-height: 27px;
    font-size: 2rem;
    line-height: 2.7rem;
}

main .row {
    margin: 20px 0;
    border-bottom: 1px solid #e5ded9;
}

@media (min-width: 768px) {
    main .row {
        padding-bottom: 20px;
    }
}
main .row:first-child {
    margin-top: 0;
}

main .row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

main .row.no-border {
    border: none;
}

@media (min-width: 768px) {
    main .row {
        margin: 30px 0 0 0;
        padding-bottom: 0;
        border-bottom: none;
    }
}
/*.container:after {
    content: "";
    display: table;
    clear: both;
}
@media (min-width: 768px) {
    .container .container-inner {
        margin-right: -25px;
    }
}*/
.col-1-m,
.col-2-m,
.col-3-m,
.col-4-m,
.col-5-m,
.col-6-m,
.col-7-m,
.col-8-m,
.block .col-1-m,
.block .col-2-m,
.block .col-3-m,
.block .col-4-m,
.block .col-5-m,
.block .col-6-m,
.block .col-7-m,
.block .col-8-m {
    float: left;
    margin-right: 20px;
}

.col-1-m {
    width: 60px;
}

.col-2-m {
    width: 140px;
}

.col-3-m {
    width: 220px;
}

.col-4-m {
    width: 300px;
}

.col-5-m {
    width: 380px;
}

.col-6-m {
    width: 460px;
}

.col-7-m {
    width: 540px;
}

.col-8-m {
    width: 620px;
}

.block .col-1-m {
    width: 40px;
}

.block .col-2-m {
    width: 120px;
}

.block .col-3-m {
    width: 200px;
}

.block .col-4-m {
    width: 280px;
}

.block .col-5-m {
    width: 360px;
}

.block .col-6-m {
    width: 440px;
}

.block .col-7-m {
    width: 520px;
}

.block .col-8-m {
    width: 600px;
}

.col-9-m {
    clear: both;
    width: 700px;
}

.col-offset-1-m {
    margin-left: 80px;
}

.col-offset-2-m {
    margin-left: 160px;
}

.col-offset-3-m {
    margin-left: 240px;
}

.col-offset-4-m {
    margin-left: 320px;
}

.col-offset-5-m {
    margin-left: 400px;
}

.col-offset-6-m {
    margin-left: 480px;
}

.col-offset-7-m {
    margin-left: 560px;
}

.col-offset-8-m {
    margin-left: 640px;
}

.applicationNameNn {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: normal;
    color: #414141;
}

#currentUser {
    color: white;
    font-size: 12px;
}

.headerLink > a {
    color: white;
}

#logoutForm {
    color: white;
}

/* 1er niveau de menu */
.elitis-nav-item {
    background-color: transparent;
    font-size: 12px;
    width: 100%;
    height: 100%;
    padding: 0;
}
.elitis-nav-item li {
    padding: 0;
    display: block;
    color: white;
    background-color: inherit;
    border-radius: 5px;
}
.elitis-nav-item li span.glyphicon.glyphicon-remove {
    cursor: pointer;
    color: inherit;
}
.elitis-nav-item li span {
    color: inherit;
    background-color: inherit;
    margin-top: 6px;
    position: relative;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
.elitis-nav-item li a {
    color: inherit;
    font-size: 14px;
    box-sizing: border-box;
    vertical-align: sub;
    padding-left: 6px;
    padding-bottom: 0;
    padding-right: 10px;
    height: 100%;
    margin-bottom: auto;
    margin-top: auto;
    display: block;
    float: left;
    text-decoration: none;
}
.elitis-nav-item li a:hover {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
    text-decoration: underline;
}
.elitis-nav-item li.active {
    background-color: #ea650d;
    color: white;
}
.elitis-nav-item li.active a {
    font-weight: bold;
}
.elitis-nav-item li:hover {
    color: white;
    background-color: #ea650d;
}
.elitis-nav-item li:hover a,
.elitis-nav-item li:hover span:hover {
    color: white;
}
.elitis-nav-item li:first-child > a {
    padding-right: 15px;
}

.box,
.subbox,
.prescoreDetail {
    box-shadow: none;
    border: 1px solid #e5ded9;
}

.prescoreDetail table tbody tr:nth-child(even) {
    background-color: #ffebd5;
}

.subbox {
    padding: 10px;
    background-color: white;
    margin-bottom: 10px;
}

.avanceBoxWarning {
    border: 1px solid orange;
}

.btn-group-taeg {
    min-width: 120px;
}

.subtitle {
    color: #ea650d;
    background-color: #ffffff;
    border: 1px solid #e5ded9;
}

.identity-title {
    width: 100%;
    background-color: white;
    color: #ea650d;
}

.other-title {
    background-color: #ea650d;
    color: white;
}

.other-title .glyphicon-chevron-down,
.other-title .glyphicon-chevron-up {
    color: white;
}

/* Pour afficher le nombre de dettes/personnes/... */
.notif-count {
    background-color: #ea650d;
    box-shadow: none;
    color: white;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid white;
    padding-left: 3px;
    padding-right: 3px;
    float: right;
    margin-left: 9px;
}

.person-srd {
    border-left: 2px solid #e5ded9;
}

.other-sub {
    border-left: 2px solid #e5ded9;
}

#tableBodyCompany .btn {
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
#tableBodyCompany .glyphicon-print {
    color: #ea650d;
}

.sub-subtittle {
    color: #ea650d;
    border-left: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
}

.btn-info {
    color: white;
    background-color: #ea650d;
    border-radius: 4px;
    border-color: #ea650d;
}

.bg-white p a {
    color: #999999;
}

.bg-white p a:active,
.bg-white p a:focus {
    color: #ea650d;
    text-decoration: none;
}

.nnCustomBehaviour .btn-primary {
    background-color: white;
    border-color: white;
}

.result {
    background-color: #f1edeb;
    padding: 20px;
    border-radius: 4px;
}

.wizard-qst span {
    color: #414141;
}

.modal-footer .btn-primary {
    height: 40px;
    border: 0px;
}

.modal-footer .btn-default {
    background-color: #e5ded9;
    border: 0px;
    height: 40px;
}

.modal-footer .btn-danger {
    border-radius: 4px;
    border: 0px;
    padding: 10px;
}

.wizard-yes-no .btn-yes,
.wizard-yes-no .btn-no {
    box-shadow: none;
    border: 0px;
}

.wizard-yes-no .btn-yes {
    background-color: #ea650d;
}

.wizard-yes-no .btn-no {
    background-color: #999999;
}

.wizardResultYes p,
.wizard-result-string p {
    background-color: #ee7f00;
    color: #ffffff;
}

.wizardResultNo p {
    background-color: #cac7c7;
    color: #ffffff;
}

.btn-auto.active {
    background-color: #ea650d;
    color: #ffffff;
    border-color: #ea650d;
    cursor: pointer;
}

.toggle-switch {
    border: 1px solid #ea650d;
    border-radius: 4px;
}

.toggle-switch .knob {
    background-color: transparent;
    border: 0px;
    height: 22px;
}

.toggle-switch .switch-right, .toggle-switch .switch-left {
    height: 22px;
    font-size: 12px;
    line-height: 14px;
    padding-top: 4px;
}
.toggle-switch .switch-left {
    background-color: #ea650d;
}

.toggle-switch .switch-right, .toggle-switch .switch-left {
    border-left: 1px solid #ea650d;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.taeg-pay {
    background-color: #ffffff;
}

.taeg-pay .btn-default {
    background-color: #ea650d;
    color: white;
    margin-right: 10px;
    border-radius: 4px;
    border-color: #ea650d;
    cursor: pointer;
    /*padding: 10px;*/
}

.tarificationWizardNN button {
    background-color: #ea650d;
    color: white;
    padding: 6px 12px;
}

.alert-danger {
    background-color: #fbcfcf;
    color: #414141;
    border-color: #b94a48;
    font-weight: normal;
}

#panelError {
    width: 95%;
    border-radius: 5px;
    border: 1px solid black;
    color: #414141;
    border-color: #b94a48;
    background-color: #fbcfcf;
}
#panelError.alert-info {
    background-color: white;
}

#panelError .level0 {
    color: #414141;
}

#panelError .level1 {
    color: orange;
}

#panelError .level2 {
    color: #b94a48;
}

.alert-danger .glyphicon-remove-sign {
    color: #b94a48;
}

.alert-warning {
    background-color: white;
    color: #414141;
    border-color: #ea650d;
    font-weight: normal;
}

.alert-success {
    background-color: white;
    color: #414141;
    border-color: #8FA43B;
    font-weight: normal;
}

input:focus,
select:focus {
    border-color: #cccccc;
    outline: 0 none;
    box-shadow: none;
}

body button.ellipsis.btn.btn-default.btn-xs {
    border: 1px solid #cac7c7;
}

td label,
th label {
    display: inline;
}

.inl-control {
    width: 200px;
    height: 28px;
}

.NNcustomPrescoring {
    /*background-color : white;*/
    font-size: 14px;
}

.PrescoringBlock {
    margin-left: 10px;
    color: #414141;
}

.prescoreTop {
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #eed3d7;
    background-color: white;
}

.glyphicon-remove-sign {
    color: #b94a48;
}

.inl-control.comu {
    background-color: white;
    border-color: #ea650d;
}

.NNAddSimulNumber {
    color: #ea650d;
    font-weight: bold;
    cursor: pointer;
}

.NNComboTable {
    width: 80px;
}

.btn-xs {
    border-radius: 4px;
}

.panel-heading {
    padding: 0px;
}

.panel-title .accordion-toggle {
    margin-right: 0px;
}

.alert-info {
    color: #414141;
    border-color: #999999;
    font-weight: normal;
}

/*#previewWizard, #printWizard, #previewWizardCustomNN, #printWizardCustomNN {
    background-color: $nnMediumOrange;
    padding: 6px 12px;
    color: white;
    border-radius: 4px;
    border: 0px;
}*/
.glyphicon-info-sign:after {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
}

#NNnotif-msg {
    margin: 0px;
}

#NNnotif-msg-content {
    margin-left: 20px;
    margin-top: -15px;
}

.Wizard-calcule td {
    color: #666666;
}

.NNinputTAEG {
    height: 22px;
    border-color: #cac7c7;
    border-radius: 4px;
}

.input-group-addon + .NNinputTAEG {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.new-tips {
    background-color: rgba(236, 111, 9, 0.09);
    /*background-color: $nnWhite;*/
    border: 1px solid #ea650d;
}

#customCloneTarifNN {
    background-color: #ea650d;
    color: #ffffff;
    margin-right: 10px;
    border-radius: 4px;
    border-color: #ea650d;
    cursor: pointer;
    /*padding: 10px;*/
    border: 0px;
    text-decoration: none;
}

.table tbody > tr > th {
    border-top: 0px;
}

.table {
    border-color: #999999;
}

.table > tbody > tr > th:first-child {
    border-right: 1px solid #999999;
}

.rachat form {
    padding-bottom: 27px;
}

.validation-list {
    padding-bottom: 27px;
}

.tarif-calcul .box .btn-danger.btn-round {
    padding: 0px;
}

.edit-help {
    z-index: 3000;
}

pre {
    background-color: white;
    border: 0px;
}

.srd-block {
    margin-bottom: 27px;
}

.ca-menu li:hover {
    background-color: #ea650d;
    z-index: 2000;
    opacity: 1;
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.ca-menu li:hover figcaption {
    color: white;
}

#navScroll ul li a label {
    color: #414141;
}

button,
input,
select[multiple],
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
}

.btn:focus {
    outline: none;
    color: white;
}

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

.customNNGlyph {
    top: -2px;
    right: 6px;
}

.Wizard-calcule td {
    font-size: 12px;
}

html .result input[disabled] {
    cursor: default;
    color: #414141;
    font-weight: bold;
    text-align: right;
    background-color: #efefef;
}

/*#printComplex, #previewComplex {
    padding: 6px;
}*/
.save-li {
    padding: 0px !important;
    border: none;
}
.save-li button:hover {
    color: white;
}
.save-li.changed {
    background-color: red;
}

.btn-default:hover {
    /*color: $mainTextColor;*/
}

a:focus {
    outline: none;
}

#newMessage:hover {
    color: #414141;
}

#NNprofilTeagbtns {
    background-color: #ea650d;
    padding: 6px 12px;
}

#nnWizardOutput {
    margin-left: 0px;
}

#addPaymentBtn:hover {
    color: white;
}

a:hover,
a:focus {
    color: #414141;
    -webkit-box-shadow: none;
}

#newMessageChevron {
    margin-left: -10px;
}

/*body .btn.dropdown-toggle {
    color: $mainTextColor;
}*/
/*.btn-default:focus {
    color: $mainTextColor;
}*/
/*#previewNN:hover {
    color: white;
}*/
.tooltip-company .tooltip-inner {
    max-width: 400px;
    text-align: left;
}
.tooltip-company .tooltip-inner div {
    color: white;
}

/* documents manquants */
/* la liste des des documents manquants */
.missing-docs p > span {
    font-weight: bold;
    /*margin-top:20px;*/
    padding: 4px;
    /*width: 100%;*/
    border-radius: 2px;
}
.missing-docs .alert-info {
    display: inline-block;
    color: #1c588c;
}
.missing-docs .alert-info .btn-primary {
    border-radius: 20px;
}
.missing-docs .alert-info .glyphicon-info-sign {
    font-size: 25px;
}
.missing-docs p {
    margin-top: 10px;
    margin-bottom: 0px;
}

/* la liste des documents uploadés */
.doc-list .btn-group .btn:last-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.doc-list .btn-group .btn-delete {
    border-color: #cccccc; /* normalement la couleur de btndefault */
    margin-left: -1px; /* permet de fusionner le bord */
}
.doc-list .btn-group .glyphicon {
    color: #ea650d;
}
.doc-list .btn-group button {
    background: white;
}

.form-signin {
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
    width: 430px;
    padding: 15px;
    border: 1px solid #fff;
    background-color: white;
    box-shadow: 0 0 8px 0 #88bbd4;
    vertical-align: middle;
    line-height: normal;
    -webkit-box-shadow: 0 0 8px 0 #88bbd4;
}

.login-table {
    width: 100%;
    margin-left: 0;
}
.login-table tr > td {
    padding-bottom: 25px;
    text-align: right;
    padding-right: 15px;
}

#loginForm .logofr,
#loginForm .logonl {
    background-repeat: no-repeat;
    height: 100px;
    margin-top: -80px;
    margin-left: -15px;
}

#loginFormSection #loginForm .logonl {
    background-image: url("");
}

#loginFormSection #loginForm .logofr {
    background-image: url("");
}

#header-login {
    padding-top: 6px;
    background-color: #ee7f00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ea650d), to(#ea650d));
    background-image: -webkit-linear-gradient(top, #ea650d, #ea650d);
    background-image: -moz-linear-gradient(top, #ea650d, #ea650d);
    background-image: -o-linear-gradient(top, #ea650d, #ea650d);
    background-image: linear-gradient(to bottom, #ea650d, #ea650d);
    -moz-box-shadow: 1px 1px 10px #555;
    -webkit-box-shadow: 1px 1px 10px #555;
    box-shadow: 1px 1px 10px #555;
    height: 20px;
    margin-left: -20px;
    margin-right: -20px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 3px #888;
    font-family: Arial;
    font-size: 16px;
    margin-bottom: 30px;
}

.loading {
    background-image: url("");
}

/* Le bloc en haut à droite (login, logoff, ...*/
.inl-nav-right {
    position: absolute;
    top: 0px;
    color: white;
    right: 0.5em;
    color: white;
}
.inl-nav-right a {
    color: inherit;
}
.inl-nav-right a > img {
    /* bouton refresh */
    height: 14px;
}

.bg-white {
    background: white;
    padding: 5px;
}

/* quand le dossier est géré par la cellule */
.elitis-box.in-gestion,
.in-gestion.sub-nav,
body.in-gestion {
    background-color: #e5ded9;
    background-image: none;
}

/*.in-gestion.sub-nav {
    border-bottom: 0px solid #F3FCFF;
}
*/
.quotite-display {
    display: inline-block;
    margin-right: 5px;
}

.doctorCapacityTable tr:nth-child(even) {
    background-color: #eeeeee;
}
.doctorCapacityTable td:not(:first-child) {
    text-align: right;
}
