html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}
.bg-blue {
    background-color: #0d4075;
    color: #fff;
}
.navbar .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E);
}
.navbar.navbar-dark.bg-blue {
    min-height: 100px;
    font-weight: 400;
    font-stretch: normal;
    font-size: 1.61em;
    line-height: 24px;
}
.navbar.navbar-dark.bg-blue .partner-name, .navbar-brand {
    font-size : 1.20rem;
    font-weight: 700;
}

.navbar.navbar-light {
    padding-bottom: 0;
}
#espace-personnel .logout {
    float: right;
    font-size: 0.8em;
    line-height: normal;
    text-transform: uppercase;
    color: #8e9086;
}
.navbar.navbar-menu {
    padding-top: 0px;
}
.navbar-menu ul {
    list-style: none;
    list-style-image: none;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 53px;
}
#espace-personnel .navbar-menu ul >li {
    display: inline-block;
    color: rgb(37, 37, 37);
    padding: 0 24px;
    font-size: 1em;
    line-height: 69px;
    text-transform: uppercase;
}

.dropdown-menu.show{
    margin: -25px 0 0 30px!important;
}

.dropdown-menu > .dropdown-item{
    line-height: 30px;
}



#espace-personnel .navbar-menu {
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 0;
}
#espace-personnel .navbar-menu .mb-2, #espace-personnel .navbar-menu .my-2 {
    margin-bottom: 0!important;
}
#espace-personnel main section.suivi > h2, h2.title {
    font-weight: 800;
    font-size: 2.6rem;
    line-height: 45px;
    color: #000;
    padding: 34px 0 34px;
    text-transform: uppercase;
}
#espace-personnel .table tr th {
    color: #0d4075;
    padding: 0 13px !important;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
}

.table td {
    font: 400 13px Arial, Helvetica, sans-serif;
}
#espace-personnel .table.table-striped th:first-child, #espace-personnel .table.table-striped td:first-child {
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
}
#espace-personnel .table.table-striped tr th {
    border-top: 1px solid #e8e8e8;
    padding: 10px 13px !important;
    position: relative;
}

#espace-personnel .table.table-striped tr td:first-child {
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

#espace-personnel .table.table-striped td, #espace-personnel .table.table-striped td:first-child, #espace-personnel .table.table-striped th {
    border: 1px solid #e8e8e8;
}
#espace-personnel .table.table-striped td {
    color: #000000;
    padding: 8px;
    vertical-align: top;
}
.text-bold {
    font-weight: bold;
}
#espace-personnel .table.table-striped td.text-bold {
    font: 300 1.1em Arial, Helvetica, sans-serif;
    line-height: 30px;
}
#espace-personnel .table.table-striped td.text-bold {
    font: 300 .8em Arial, Helvetica, sans-serif;

}

.table-striped tbody tr:nth-of-type(odd) {
    background: #eef2f5;
}
#espace-personnel .table.table-striped tr.active {
    background: #0d4075;
}
#espace-personnel .table.table-striped tr.active td {
    color: #ffffff;
    border-right: 1px solid #84857e !important;
    border-bottom: 1px solid #84857e !important;
}

.suivi-stocks tr.stock-details {
    padding:15px!important;
}
.suivi-stocks tr.stock-details th {
    background-color: #8e9085;
    color: #000000!important;
    border-right: 1px solid #84857e !important;
    border-bottom: 1px solid #84857e !important;
}

.suivi-stocks tr.stock-details td {
    background-color: #8e9085;
    color: #ffffff!important;
    border-right: 1px solid #84857e !important;
    border-bottom: 1px solid #84857e !important;
}

.voir-liste-client {
    color: #252525;
    width: 200px;
    background: url(../img/btn-voir-off.png) no-repeat right center;
}
tr.active .voir-liste-client {
    background: url(../img/btn-voir-down.png) no-repeat right center;
    color: #ffffff;
    text-decoration: none;
}

.voir-liste-client:hover {
    text-decoration: none;
    color:inherit;
}

.box-client {
    /*border: 1px solid #8e9086;*/
    color: #8e9086;
    margin: 15px 0 0 0;
    width: 189px;
}

.box-client .details-bordered {
    margin: 15px auto;
    padding: 15px 15px 0 15px;
    border: 1px solid #8e9086;
    border-bottom: none;
}

.box-client .details-bordered {
    margin: 0px;
    padding: 0px 15px 0 15px;
}

.box-client .details-bordered:hover, .box-client .details-bordered.active{
    border-color: #0d4075;
    border-bottom: none;
    color: #0d4075;
}

.box-client .details-bordered:hover .portefeuille, .box-client .details-bordered:hover .coordonnee {
    border-bottom: 1px solid #0d4075;
}

.box-client .details-bordered:hover .portefeuille:hover, .box-client .details-bordered:hover .coordonnee:hover {
    border-bottom: none;
}

.client-details .details-bordered {
    margin-top: 0px;
    padding-top: 0px
}

.box-client .box-heading {
    padding: 15px 0;
}
.box-client a {
    color: #8e9086;
}

.box-client a.btn-front, .box-client a.btn-front:hover, .box-client a.btn-front:active {
    color: #ffffff!important
}
.box-client a.btn-front:inactive {
    color: #ffffff;
    background: #8e9086;
}
.box-client a.active {
    border-bottom: 1px solid #fff;
    color: #0d4075;
    text-decoration: none;
}
.box-client a.inactive {
    color: #ffffff;
    background: #8e9086;
    text-decoration: none;
}
.box-client .box-heading a {
    display: block;
    color: #8e9086;
    background: url(../img/fiche-noir.png) no-repeat right 0;
    padding: 0 22px 0 0;
    text-align: right;
    text-transform: uppercase;
    line-height: 15px;
    font-size: 12px;
    font-weight: 700;
}

.box-client .box-heading a.ifu {
    background: url(../img/fiche-noir.png) no-repeat left 0;
    padding: 0 0 0 22px;
    text-align: left;
}

.box-client .box-content{
    height: auto;
    padding: 30px 0;
    font-size: 1.7rem;
    font-weight: 800;
    text-align: center;
    line-height: 25px;
    min-height: 136px;
}
.box-client .box-content span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
}

.box-client .box-footer .col-md-6{
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding-left: 0px;
}
.box-client .box-footer {
    /*text-align: center;*/
}
.box-client .box-footer .portefeuille i {
    background: url(../img/suitcase-off.png) no-repeat;
    display: block;
    padding: 24px 0 0;
    background-position: center;
}
.box-client .box-footer .coordonnee i {
    background: url(../img/letter-off.png) no-repeat;
    display: block;
    padding: 24px 0 0;
    background-position: center;
}

/* line 561, ../scss/_espace.scss */
.box-client:hover {
    color: #0d4075;
}
/* line 561, ../scss/_espace.scss */
.box-client a:hover, .box-client .portefeuille.active a, .box-client .coordonnee.active a {
    color: #0d4075;
    text-decoration: none;
}

.box-client .box-heading a:hover, .box-client .box-heading a:active{
    background: url(../img/fiche-on.png) no-repeat right 0;
}

.box-client .box-heading a.ifu:hover, .box-client .box-heading a.ifu:active {
    background: url(../img/fiche-on.png) no-repeat left 0;
}
.box-client .box-footer .portefeuille a:hover i, .box-client .box-footer .portefeuille.active i {
    background: url(../img/suitcase-on.png) no-repeat center;
    border-bottom: none;
}

.box-client .box-footer .coordonnee a:hover i, .box-client .box-footer .coordonnee.active i {
    background: url(../img/letter-on.png) no-repeat center;
    border-bottom: none;
}


.box-client .portefeuille , .box-client .coordonnee {
    border-bottom: 1px solid #8e9086;
    padding-right: 0px;
}
.box-client .detail-bordered .portefeuille , .box-client .detail-bordered .coordonnee {
    border-bottom: 0px;
}
.box-client .portefeuille.active , .box-client .coordonnee.active  {
    border-bottom: 0px;
    padding-right: 0px;
    border-bottom: none;
}
.box-client .coordonnee, .box-client .portefeuille {
    position: relative;
}

.box-client .coordonnee:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 1px;
    height: 20px;
    background-color: #8e9086;
}
.box-client .portefeuille:before {
    position: absolute;
    bottom: -1px;
    left: 0;
}
.box-client client-details .detail-bordered{
    margin-top: 15px;
    margin-bottom: 15px;
}
.box-client.client-details label {
    width: 100px;
}
.box-client.client-details td span {
    font-weight: 800;
    font-size: 0.8rem;
    color: #0d4075;
}
.box-client.client-details .detail-bordered {
    padding-top: 15px;
}




/* STRUCTURE */
.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#formContent {
    background: #fff;
    width: 90%;
    max-width: 450px;
    position: relative;
    text-align: center;
    border: 1px solid #0d4075;
    padding: 15px;
    margin-top: 100px;

}

#formFooter {
    text-align: center;
    color: #0d4075;;
}
#formFooter a {
    color: #0d4075;;
}


/* FORM TYPOGRAPHY*/
.form-login {
    font :400 1.1em Arial, Helvetica, sans-serif;
}
.form-login h2 {color:#0d4075;}
.form-login input[type=submit]{
    background-color: #0d4075;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 #0d4075;
    box-shadow: 0 10px 15px 0 #0d4075;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 15px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-login input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover  {
    background-color: #0d4075;
}

.form-login .logo {
    margin-bottom: 30px;
    width: 110px;
}

.btn-group {
    padding: 15px 0px 10px 15px;
    text-align:right;
    font: 400 .8em Arial, Helvetica, sans-serif;
    display: block;
    width: 100%;

}

.btn-group.left {
    padding: 15px 0px 10px 0px;
    text-align:left;
}
.btn-link, .btn-link:hover {
    background-color: #0d4075;
    color: #ffffff;
    text-decoration: none;
}

.form-login input[type=text], .form-login input[type=password] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.form-login input[type=text]:focus {
    background-color: #fff;
    border-bottom: 2px solid #0d4075;
}

.form-login input[type=text]:placeholder {
    color: #0d4075;
}

/* OTHERS */
*:focus {
    outline: none;
}
#icon {
    width:60%;
}

.form-login .form-error, .form-error {
    color: #ff0000;
    text-align: left;
    font-size: .9em;
    padding: 15px;
    width:100%
}
.form-error li {
    text-align: center;
    list-style: none;
}

form.form-inline label{
    color:#000000;
    width: 200px;
    display: inline-block;
    text-align: left;
}
form.form-inline .form-group {
    padding-top: 15px;
    padding-bottom: 15px;
}

.client-details .detail-bordered.disabled, #client-list-ajax.disabled
{
    pointer-events: none;
    /* for "disabled" effect */
    opacity: 0.3;
    background: #cccccc;
}

.menu-particulier a{
    color: #000000;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.9rem;
}
.menu-particulier a:active, .menu-particulier a:hover, .menu-particulier a.active {
    color: #0d4075;
}

.table-striped i.fa {
    font-size: 18px;
}

.modal-content {
    border: #0d4075;
    font: 400 22px Arial, Helvetica, sans-serif;
}
.modal-content .modal-header {
    background: #0d4075;
    color: #ffffff;
}
.modal-content .close {
    color: #ffffff;
    opacity: .5;
}
.modal-content .modal-body {
    color: #000000;
}

form.btn-group-header {
    margin: 0 0 5px 0;
    float: right;
}
form.btn-group-header .input-group button {
    border-radius: 0 .25rem .25rem 0
}
ul.pagination {
    float: right;
}
ul.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0d4075;
    border-color: #0d4075;
}
ul.pagination .page-link {
    color: #000000;;
    font-size: 13px;
}

.fa.fa-toggle-off {
    color: rgba(180,180,180,0.62);
}

footer{
    margin-top: 45px;
}
footer .btn-top-page {
    color: #0d4075;
    text-transform: uppercase;
    font: 500 1.1em Arial, Helvetica, sans-serif;
    position: absolute;
    right: 0;
    top: 10px;
    text-decoration: none;
    font-weight: 700;
}
footer .group-link-top {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ebebeb;
}

.btn-front {
    border: 1px solid #fff;
    display: block;
    width: 150px;
    line-height: 1.2;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    font-size: 0.8rem;
    margin-top: 20px;
    border-radius: 0px;
}
.btn-group-right a , .btn-group-right button{
    float: right;
    margin-bottom: 5px ;
    margin-left: 5px;
}

i.fa.fa-trash-o {
    color: rgba(180,2,12,0.62);
}
ul.alert.alert-success  {
    list-style: none;
}
td.download-file a, td.download-file a:hover, td.download-file a:active {
    color: #000000;
    text-decoration: none;
}

.table.table-striped tfoot th {
    border: none !important;
}

.btn-front-generer {
    border: 1px solid #fff;
    display: block;
    color: #fff;
    padding: 10px;
    /*font-size: 300 1em Arial, Helvetica, sans-serif;*/
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 0px;
}

.alpha-num a {
    color:#8e9086;
    padding: 5px;
    text-transform: uppercase;
    font-size: 0.85rem;
    background: url(../img/sep-link-glossary.jpg) no-repeat right;
    line-height: 53px;
    font-weight: 800;
}

.alpha-num a.alpha-num-no-filter {
    color:#cccccc!important;
}

.alpha-num a:hover, .alpha-num a:active, .alpha-num a.active {
    color:#0d4075;
    text-decoration: none;
}

#vos-client-filter {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 5px 0px;
    margin-left: auto;
    margin-right: auto;
}
.alpha-num:first-child {
    border-right: 1px solid #ebebeb;
    text-align: center;
}
.alpha-num.search {
    padding-top: 6px;
}

.form-control.border-0 {
    border-radius: 0;
    font-size: 0.85rem;
    font-weight: 800;
}
.form-control:focus {
box-shadow: 0 0 0 0.2rem #8e9086;
}

table thead .sorting,
table thead .sorting_asc,
table thead .sorting_desc,
table thead .sorting_asc_disabled,
table thead .sorting_desc_disabled {
cursor: pointer;
cursor: hand;
background-repeat: no-repeat;
background-position: center right;
}
table thead .sorting {
background-image: url(../img/sort_both.png);
}
table thead .sorting_asc {
background-image: url(../img/sort_asc.png);
}
table thead .sorting_desc {
background-image: url(../img/sort_desc.png);
}
table thead .sorting a,
table thead .sorting_asc a,
table thead .sorting_desc a,
table thead .sorting a:active,
table thead .sorting_asc a:active,
table thead .sorting_desc a:active,
table thead .sorting a:hover,
table thead .sorting_asc a:hover,
table thead .sorting_desc a:hover {
color:#0d4075;
text-decoration: none;
}

.input-group .fa.fa-eye {
z-index: 1000;
margin-left: -21px;
padding-right: 5px;
padding-top: 11px;
cursor: pointer;
}

.label-note {
margin-bottom: 0px;
font-size: 13px;
margin-top: -5px;
}
.underline {
    text-decoration: underline;
}
#suivi-stock-list-client th:first-child, .stock-details tr.active  td:first-child {
    border-left: 0px;
    border-top: 0px;
}

a.download-file, a.download-file:hover, a.download-file:active {
    color:inherit;
    text-decoration: none;
}
.label-note .note-nom-fichier li {
    padding: 5px 0;
}

form label.required:after {
    content: " *";
    color: red;
}

.form-inline .form-group.avis-fields {
    display: none;
    width: 100%;
    padding-top: 0px!important;
}

/** Datepicker*/
.datepicker th {
    text-transform: capitalize;
}
.datepicker table tr td.new, .datepicker table tr td.old {
    color: #999;
}

.form-error li {
    text-align: left;
}

.toggle-portefeuille {
    height: 50px;
    line-height: 32px;
}


