/*!
 * app
 */

h1, h2, h3, h4 {
    font-family: "roboto_condensedregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3 {
    font-size: 18px;
}

.btn {
    font-family: "nunito_bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.form-control {
    border-radius: 0;
}

.btn {
    border-radius: 4px;
}

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

.btn-sm {
    border-radius: 3px;
}

.btn-lg {
    font-size: 16px;
    border-radius: 3px;
}

.btn-xl {
    font-size: 22px;
    line-height: 1.1em;
    border-radius: 10px;
    padding: 16px 20px;
}

.btn.btn-white {
    background-color: #fff;
    border-color: #fff;
}

.btn.btn-warning {
    color: #444;
}

.text-wrap {
    white-space: normal !important;
}

.stat-mois {
    background-color: #ffc800 !important;
    color: black;
    font-weight: bold;
}

.stat-annee {
    background-color: #00acac !important;
    color: white;
    font-weight: bold;
}

.btn-arrow {
    display: block;
    position: relative;
    padding-top: 25px;
}

.btn-arrow img.arrow {
    position: absolute;
    width: 80px;
    top: -25px;
    left: calc(50% - 35px);
}

.wbxfile_btn_delete {
    position: absolute;
    top: 0;
    right: 10px;
}

.btn-partenariat, .btn-partenariat:hover {
    background-color: #ef7373;
    border-color: #ec2424;
}

.modal-lg {
    width: 900px;
}

.modal-md {
    width: 600px;
}

.modal-sm {
    width: 350px;
}

.modal-fw {
    width: 90%;
}

.modal-fwh {
    width: 98%;
    height: 95%;
    margin: 15px auto !important;
}

.modal-fwh .fa.fa-times.text-muted {
    font-size: 22px;
    color: #a20000;
}

.modal-fwh .modal-content {
    height: 100%;
}

.modal-fwh .modal-body {
    height: calc(100% - 60px);
}

.alert-fixed .close {
    float: none;
    position: absolute;
    top: 4px;
    right: 4px;
}


body {
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #fff;
}

body.cke_editable {
    padding: 0;
    margin: 10px;
    overflow: none;
    height: auto;
}

#header2 {
    background-color: #fff;
    color: #000;
    padding-top: 10px;
}

#header2 h2, h3 {
    font-family: "breeserif_regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 0;
}

#header2 h2 {
    font-size: 28px;
}

#header2 h3 {
    font-size: 25px;
}

#header2 .nav-tabs {
    background-color: #fff;
    color: #000;
    border-top: 3px solid #e7e7e7;
    border-bottom: none;
    padding-top: 3px;
}

#header2 .nav-tabs > li > a {
    font-family: "breeserif_regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    margin-right: 3px;
}

#header2 .nav-tabs > li > a:hover,
#header2 .nav-tabs > li.active > a,
#header2 .nav-tabs > li.active > a:hover,
#header2 .nav-tabs > li.active > a:focus {
    background-color: #e7e7e7;
    border: none;
    cursor: pointer;
}

#content {
    padding: 20px 30px 30px 30px;
}

#content {
    padding: 20px 30px 30px 30px;
}

#content .nav-tabs {
    background-color: #e7e7e7;
    border-bottom: 1px solid #ddd;
}

#content .nav-tabs > li > a {
    font-family: "roboto_condensedregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    margin-right: 3px;
    color: #444;
    padding: 6px 12px;
}

#content .nav-tabs > li > a:hover,
#content .nav-tabs > li.active > a,
#content .nav-tabs > li.active > a:hover,
#content .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #444;
    border: none;
}

#content .nav-tabs > li.disabled > a,
#content .nav-tabs > li.disabled > a:hover,
#content .nav-tabs > li.disabled > a:focus {
    color: #888;
    border: none;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-top: none;
    border-bottom: 1px solid #f0f0f0 !important;
}

.table-striped > thead > tr:first-child > th,
.table-striped > tbody > tr:first-child > th,
.table-striped > thead > tr:first-child > th a,
.table-striped > tbody > tr:first-child > th a {
    font-family: "breeserif_regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    background-color: #b1b1b1;
}

.ibox .table-striped > thead > tr:first-child > th a {
    background-color: inherit;
}

.titlebar {
    background-color: #f4f4f4;
    border: 1px solid #EEE;
    padding: 12px 12px 8px 18px;
    margin-bottom: 20px;
}

.titlebar .title {
    font-size: 21px;
    color: #777;
}

img {
    max-width: 100%;
    height: auto;
}

.well {
    background-color: #f4f4f4;
    border: 1px solid #eee;
    box-shadow: none;
}

label {
    font-weight: normal;
    margin: 6px 0 2px 0;
    color: #999;
}

.label-warning {
    color: #444;
}

.label-orange {
    background-color: #FF8438;
    color: #fff;
}

.label-promotion {
    font-size: 70%;
}

form .help {
    margin-bottom: 15px;
    margin-top: -10px;
    color: #999;
    font-size: 14px;
}

.form-group .alert {
    margin-bottom: -4px;
}

.btn.btn-default {
    border-color: #cccccc;
}

.btns_list_vert .btn {
    margin-bottom: 1px;
    display: block;
}

.btns_list_horiz .btn {
    margin: 1px;
}

.btns_list_horiz form {
    display: none;
}

.result {
    margin: 20px 10px;
}

.result .thumbnail {
    margin-bottom: 10px;
}

.panel > .panel-with-table.panel-collapse.collapse.in {
    border-bottom: 1px solid #DDD;
}

table th {
    font-weight: normal;
}

.form-control:focus {
    box-shadow: none;
}

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

a.asc::before {
    content: '▲';
}

a.desc::before {
    content: '▼';
}

.form-group.wbx_search_many_filter .list-group {
    margin-bottom: -1px;
}

textarea#product_description {
    height: 200px;
}

a:focus {
    outline: none;
}

.listbtnhead {
    margin: 6px 0;
}

.listbtnbody {
    float: left;
    margin: 0px 10px 10px 10px;
}

.arbo ul {
    list-style-type: none;
    padding-left: 20px;
}

.thumbnail .caption .listbtnbody {
    margin-left: 0;
}

.label.pull-right {
    margin-left: 8px;
}

.dl-horizontal dt {
    width: 200px;
}

.dl-horizontal dd {
    margin-left: 220px;
}

h1 .dropdown-menu,
h2 .dropdown-menu,
h3 .dropdown-menu,
h4 .dropdown-menu,
h5 .dropdown-menu {
    font-family: "Verdana", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dropdown-menu.scrollable {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

/*--- bugfix bootstrap*/
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*---*/


.chat {
    display: flex;
    margin-bottom: 20px;
}

.chat .chat-avatar {
    margin-right: 20px;
}

.chat .chat-avatar .chat-avatar-icon {
    width: 36px;
    height: 36px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.chat .chat-avatar .chat-avatar-txt {
    font-size: 22px;
}

.chat .chat-title {
    margin-top: 0px;
}

.chat-content a.thumb:hover {
    text-decoration: none;
}

.chat-content a.thumb img {
    border: 1px solid #ccc;
    margin-right: 5px;
}

.hidden-row {
    display: none;
}

.marge-onglet a {
    background-color: #fbc52d;
}

.wrapper-marge .tooltip-inner {
    max-width: 400px;
}

.btn_popover {
    vertical-align: baseline;
}

.facture-marge {
    font-weight: bold;
    background-color: #45bac8;
}

.wrapper-marge .block-marge {
    font-family: "roboto_condensedregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    text-align: center
}

.wrapper-marge .block-marge span {
    color: #45bac8
}

.stat-total {
    font-family: "roboto_condensedregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
}

.stat-total span {
    color: #45bac8
}

.stat-employe {
    font-family: "roboto_condensedregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding-bottom: 20px;
}

.stat-employe span {
    color: #45bac8
}

.panel-stats .dropdown {
    display: inline-block;
}

.ibox-content {
    clear: both;
}

.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
}

.ibox-heading h3 {
    font-weight: 200;
    font-size: 24px;
}

.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-weight: 600;
}

.ibox-title .label {
    float: left;
    margin-left: 4px;
}

.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
    padding: 0;
    text-align: right;
}

.ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: #c4c4c4;
}

.ibox-tools a.btn-primary {
    color: #fff;
}

.ibox-tools .dropdown-menu > li > a {
    padding: 4px 10px;
    font-size: 12px;
}

.ibox .ibox-tools.open > .dropdown-menu {
    left: auto;
    right: 0;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;

    border-radius: 5px;
    -webkit-box-shadow: 0 0px 12.94px 2.06px rgba(4, 26, 55, .16);
    box-shadow: 0 0px 12.94px 2.06px rgba(4, 26, 55, .16);
    border: 0;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ibox.collapsed .ibox-content {
    display: none;
}

.ibox.collapsed .fa.fa-chevron-up:before {
    content: "\f078";
}

.ibox.collapsed .fa.fa-chevron-down:before {
    content: "\f077";
}

.ibox:after,
.ibox:before {
    display: table;
}

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 15px 7px;
    min-height: 48px;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

.middle {
    vertical-align: middle !important;
}

.center {
    text-align: center;
}

.tabs-stats {
    margin-bottom: 25px;
}

.sort-hidden {
    display: none;
}

.ibox .table > thead:first-child > tr:nth-child(2) > th {
    font-family: "breeserif_regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    background-color: #FBC52E;
}

.ibox .table > thead:first-child > tr:nth-child(1) > th,
.table-striped.statistique > thead > tr:first-child > th a{
    background-color: #45bac8 !important;
}

.btn-graph {
    font-size: 17px;
}

#header .partenaire .logo {
    margin-right: 0;
}

#header .partenaire img.partenaire-logo {
    width: 101px;
}

.partenaire-title {
    font-size: 30px;
    margin-left: 30px;
    margin-bottom: 0;
}

.partenaire-de {
    font-family: "breeserif_regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    vertical-align: middle;
    height: 55px;
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
    margin-left: 5px;
}

.clearer {
    clear: both;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.label-devibox {
    color: white;
    background-color: #45bac8;
    font-size: 11px;
}

.label-no-devibox {
    color: black;
    font-size: 11px;
    background-color: white;
}

.breadcrumb-cloud {
    color: #FBC52D;
    font-size: 17px;
    font-family: "breeserif_regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.breadcrumb-cloud-wrapper .fa.fa-angle-right {
    color: #62b6de;
    font-size: 16px;
}

.cloud-col-one h3 {
    color: #62b6de;
    padding-bottom: 20px;
}

.cloud-col-one ul {
    list-style: none;
    padding: 0;
}

.cloud-col-one ul li a {
    font-size: 13px;
    padding-bottom: 4px;
    display: inline-block;
}

.cloud-col-one ul li a.active {
    color: #62b6de;
    font-weight: bold;
}
.cloud-expiration {
    margin-top: 7px;
    text-align: center;
}


.cloud-col-two .open-directory {
    font-size: 13px;
    text-decoration: none;
}

.cloud-col-two table tr:hover a {
    color: #62b6de;
}

.cloud-col-two .open-directory span:first-child {
    font-size: 30px;
    padding-right: 10px;
}

.cloud-col-two .open-directory span:last-child {
    vertical-align: super;
}

.cloud-col-two .date-modif {
    vertical-align: middle;
}

.cloud-col-two tr:hover .dropdown-menu a {
    color: black;
}

.cloud-dropzone {
    border: 3px dashed #FBC52E;
}

#dropfile .progress {
    margin-right: 2%;
    border-radius: 5px;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}

#dropfile .progress span {
    margin: auto;
    color: #FBC52D;
    position: absolute;
    left: 50%;
}

.progress-wrap > .progress {
    margin-top: 5px;
}

.progress-wrap {
    width: 75%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-family: "nunito_bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#dropfile .btn-group {
    vertical-align: top;
}

.has-error {
    border: 1px solid red;
}

.js-signature {
    border: 1px solid grey;
    width: 350px;
    height: 300px;
    margin: 10px;
}

.simulateur {
    margin-top: 20px;
}

.simulateur .col-grey {
    background-color: #9e9e9e;
    color: white;
    font-weight: bold;
}

.jexcel.bossanova-ui {
    width: 100%
}

.simulateur .col-green, .jexcel.bossanova-ui .c0.r0, .jexcel.bossanova-ui .c3.r0, .jexcel.bossanova-ui .c3.r1, .jexcel.bossanova-ui .c3.r2, .jexcel.bossanova-ui .c3.r3, .jexcel.bossanova-ui .c3.r4, .jexcel.bossanova-ui .c3.r5, .jexcel.bossanova-ui .c3.r6, .jexcel.bossanova-ui .c3.r7, .jexcel.bossanova-ui .c3.r8, .jexcel.bossanova-ui .c3.r9 {
    background-color: #aad091
}


.jexcel.bossanova-ui .c4.r0, .simulateur .col-color-green, .jexcel.bossanova-ui .c4.r1, .jexcel.bossanova-ui .c4.r2, .jexcel.bossanova-ui .c4.r3, .jexcel.bossanova-ui .c4.r4, .jexcel.bossanova-ui .c4.r5, .jexcel.bossanova-ui .c4.r6, .jexcel.bossanova-ui .c4.r7, .jexcel.bossanova-ui .c4.r8, .jexcel.bossanova-ui .c4.r9, .jexcel.bossanova-ui .c4.r10, .jexcel.bossanova-ui .c4.r11, .jexcel.bossanova-ui .c4.r12, .jexcel.bossanova-ui .c4.r13, .jexcel.bossanova-ui .c4.r14, .jexcel.bossanova-ui .c4.r15, .jexcel.bossanova-ui .c4.r16, .jexcel.bossanova-ui .c4.r17, .jexcel.bossanova-ui .c4.r18, .jexcel.bossanova-ui .c4.r19, .jexcel.bossanova-ui .c4.r20 {
    color: #84a072;
    font-weight: bold;
}

.jexcel.bossanova-ui .c5.r0, .jexcel.bossanova-ui .c5.r1, .jexcel.bossanova-ui .c5.r2, .jexcel.bossanova-ui .c5.r3, .jexcel.bossanova-ui .c5.r4, .jexcel.bossanova-ui .c5.r5, .jexcel.bossanova-ui .c5.r6, .jexcel.bossanova-ui .c5.r7, .jexcel.bossanova-ui .c5.r8, .jexcel.bossanova-ui .c5.r9, .jexcel.bossanova-ui .c5.r10, .jexcel.bossanova-ui .c5.r11, .jexcel.bossanova-ui .c5.r12, .jexcel.bossanova-ui .c5.r13, .jexcel.bossanova-ui .c5.r14, .jexcel.bossanova-ui .c5.r15, .jexcel.bossanova-ui .c5.r16, .jexcel.bossanova-ui .c5.r17, .jexcel.bossanova-ui .c5.r18, .jexcel.bossanova-ui .c5.r19, .jexcel.bossanova-ui .c5.r20 {
    color: #84a072;
    font-weight: bold;
}


.simulateur table.ecoTable {
    margin-top: 10px;
    margin-left: auto;
    margin-right: 15px;
}

@media (min-width: 992px) {
    .simulateur table.ecoTable {
        width: 30%;
    }
}

@media (max-width: 1300px) {
    /*  .jstree-icon.jstree-ocl {
        display: none;
      }*/
    .jstree-proton .jstree-node {
        margin-left: 10px;
    }

    .fix-sticky  {
        display: none;
    }

    .table-responsive {
        overflow: scroll;
    }
}

@media (min-width: 550px) and (max-width: 992px) {
    .simulateur table.ecoTable {
        width: 50%;
    }
}

@media (max-width: 550px) {
  .dl-horizontal dd {
    margin-left: 0;
  }
}

#jq-signature-canvas-1 {
    width: 100% !important;
}

.dropdown-menu-seeAll, .dropdown-menu-seeAll a {
    width: 100%;
    text-align: center;
}

#top-bar .topbar-right .dropdown-menu .dropdown-menu-seeAll a {
    font-weight: bold;
    color: white;
    background-color: #4BBAC7;
    text-transform: uppercase;
}

#top-bar .topbar-right .dropdown-menu .dropdown-menu-seeAll a:hover {
    color: #4BBAC7;
}

.baseProduits .logo {
    max-height: 100px;
    min-height: 100px;
}

.mini-flag{
    width: 3rem;
    height: 2rem;
}

.remiseDelete {
    float: right;
    color: #ec2424;
    font-size: 14px;
}

#chantier_declaration_permis_construire .radio {
    display: inline-block;
    vertical-align: baseline;
    padding-right: 20px;
}

.btn-c1 {
    background-color: #d4fc79
}

.btn-c2 {
    background-color: #a1c4fd
}

.btn-c3 {
    background-color: #e2ebf0
}

.btn-c4 {
    background-color: #a6c0fe
}

.btn-c5 {
    background-color: #f68084
}

.btn-c6 {
    background-color: #fccb90
}

.btn-c7 {
    background-color: #fee140
}

.btn-c8 {
    background-color: #30cfd0
}

.btn-c9 {
    background-color: #e2d1c3
}

.btn-c10 {
    background-color: #feada6
}

.btn-c11 {
    background-color: #f09819
}

.btn-c12 {
    background-color: #c7eafd
}

.btn-c13 {
    background-color: #0fd850
}

.btn-c14 {
    background-color: #FFE6FA
}

.table-striped > tbody > tr.stat-annee:nth-child(odd) > td,
.table-striped > tbody > tr.stat-annee:nth-child(odd) > th {
    background-color: #00acac !important;
}

.pastille {
    cursor: initial;
}

.MultiFile-remove {
    color: red;
    font-weight: bold;
}

.projet-atlantem {
    color: #03509f;
}

.title-table {
    border: solid 1px #999999;
    padding: 2px 5px;
}

.voir-actu {
    margin-top: 10px;
    font-size: 15px;
}

.img-actu img {
    height: 110px !important;
    margin-top: 15px;
}

.titre-actu {
    margin-top: 15px;
    font-family: "breeserif_regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.titre-actualite{
    margin-top: 15px;
    margin-bottom: 20px
}

.mt-0 {
}

.divider {
    height: 1px;
    margin: 20px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.mt15 {
    margin-top: 15px
}

.reply {
    margin-left: 80px
}

.avatar-circle {
    width: 70px;
    height: 70px;
    background-color: #1DA5C4;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.initials {
    position: relative;
    top: 10px; /* 25% of parent */
    font-size: 30px; /* 50% of parent */
    line-height: 50px; /* 50% of parent */
    color: #fff;
    font-family: "Courier New", monospace;
    font-weight: bold;
}

.card-header-yellow {
    background-color: #FDBB00;
}

.card-header-yellow .btn-link {
    color: white !important;
    font-size: 20px;
}

.category-progress h3 {
    text-transform: none;
}

.category-progress p {
    text-align: right;
}

.category-progress .progress {
    border-radius: 10px;
}

.category-progress .progress .progress-bar {
    border-radius: 10px;
}

/* JAUGE ARTIBOX */

.profile-gauge {
    position: relative;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.gauge-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    /* Couleur du cercle intérieur */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gauge-inner {
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* Couleur du cercle intérieur */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-text {
    font-size: 7px;
    font-weight: bold;
    color: #333;
    z-index: 1;
}

.progress-bar-completion {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 80%;
    background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(var(--border-color) var(--progress), transparent 0);
}

/* Ajouter une pseudo-classe ::after pour créer une couche supplémentaire */
.progress-bar-completion::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 80%;
    z-index: 2;
    /* Assurez-vous que cette couche est au-dessus du gradient */
}

.link-percentage .profile-gauge {
    width: 35px;
    height: 35px;
    position: absolute;
}

li .link-percentage .profile-gauge{
    top: -24px;
}

.link-percentage .gauge-circle {
    position: relative;
}


.link-percentage .progress-text-gauge {
    font-size: 10px;
    font-weight: bold;
    color: #333;
    z-index: 1;
}


.link-percentage {
    text-decoration: none ;
    padding: 0 !important;
    display: block;
    width: 35px;
    position: relative;
}
