img {
    max-width: 100% !important;
    max-height: 100%;
}

.photo-trsf-single>img {
    height: 80px;
    width: auto;
    max-width: none !important;
}
.easy-pie:not(.main-pie) .percent2 {
    font-size: 26px;
    margin-top: 37px;
}

.easy-pie.main-pie .percent2:not([class*="c-"]) {
    color: rgba(255,255,255,0.7);
}
.easy-pie.main-pie .percent2 {
    margin-top: 49px;
    font-size: 50px;
    text-align: center;
}
.easy-pie .percent2 {
    position: absolute;
    font-weight: 300;
    width: 100%;
    line-height: 100%;
    left: 0;
}

.easy-pie:not(.main-pie) .percent2:after {
    font-size: 20px;
}
.easy-pie .percent2:after {
    content: "";
}
table.text-right thead th{
    text-align: right;
}
.btn {
    border-radius: 30px;
}
.card {
    border-radius: 5px !important;
}
.card-header {
    border-radius: 5px 5px 0 0 !important;
}
table.clickableRow tbody tr{
    cursor: pointer;
}
table.table-bordered, table.table-bordered tr, table.table-bordered th, table.table-bordered td  {
    border: 1px solid lightgrey !important;
}
.list-group-item{
    z-index: 2;
    color: #000;
    background-color: #f5f5f5;
    border-color: #27151514;
    box-shadow: 0 0 black;
}
.list-group-active{
    z-index: 2;
    color: #000;
    background-color: #ffffff !important;
    border-color: #27151514;
    border-right: none;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 0 black;
    padding: 15px;
}
a.list-group-item{
   color: initial;
}
.form-group.field .checkbox input, .form-group.field .radio input{
    opacity: 1!important;
}
.logo img{
    width: 100px;
    height:auto;
    overflow:hidden;
    max-width:100%;
}

.img-responsive{
    max-width:100%;
}

.float-right {
    float: right;
}
.float-left {
    float: left;
}
.clear{
    float: none;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap-reverse;
}
.center-vertical {
    margin-top: 50vh;
    transform: translateY(-50%);
}
.linethrough{
    text-decoration: line-through;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 !important;
    /* padding-bottom: 55px; */
}
.custom-search{
    width: 100% !important;
    border-radius: 5px !important;
    border: 1px solid lightgray !important;
    padding: 10px !important;
    margin: 10px 0 !important;

}
.custom-search-active{
    width: 100% !important;
    border-radius: 5px !important;
    border: 2px solid #2196f3  !important;
    padding: 9px  !important;
    margin: 10px 0 !important;
}
.search.form-group.custom-search{
    padding: 1px !important;
}
.search.form-group.custom-search-active{
    padding: 0 !important;
}
.progress-max{
    border-radius: 10px;
    background-color: lightgray;
    margin: auto 10px;
}
.progress-value{
    border-radius: 10px;
    background-color: lightpink;
    height: 10px;
}
.progress-max-color{
    border-radius: 10px;
    background-color: lightgray;
    margin: auto 20px;
}
.progress-value-color{
    border-radius: 10px;
    height: 10px;
    background-image: linear-gradient(
        to right, 
        #147a26, #429126, #429126,
        #68a724, #68a724, #90be20,
        #d2d008, #ffc700, 
        #ff8d1f, #f2533c, #f2533c
    );
    
    background-attachment: fixed;
}
/* .element {
    border: 1px solid black;
    border-radius: 5px;
    position: relative;
  }
  
  .corner {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: black;
  }
  
  .top-left {
    top: -5px;
    left: -5px;
  }
  
  .top-right {
    top: -5px;
    right: -5px;
  }
  
  .bottom-left {
    bottom: -5px;
    left: -5px;
  }
  
  .bottom-right {
    bottom: -5px;
    right: -5px;
  }
   */
/* .css-15k3avv{ /*custom select options
    z-index: 9 !important;
} */
.container>.card {
    height: 100%;
}
.card-default{
    min-height: 500px
}
.table-responsive.table-layout{
    border-radius: 10px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.15);;
    margin: 5px;
}

.table-responsive.table-layout>table.table.table-hover>thead>tr{
    border: 5px solid blue;
}
.table-responsive>table.table.table-hover>thead>tr>th{
    padding-top: 15px;
    padding-bottom: 15px;
}
.table-responsive.table-layout>table.table.table-hover>tbody{
    box-shadow: 0px -13px 20px 18px rgba(97, 184, 218, 0.2);
}


#section-to-print .table td, #section-to-print .table th{
    border: 1px solid #979696
}
#section-to-print{
    position: relative;
}

.watermark-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    white-space: nowrap; 
    /* font-size: 24px;  */
    color: #e5737369; 
    pointer-events: none;
    z-index: 100;
}
@media print {
    body *{
        visibility: hidden;
    }
    #section-to-print{
        position: absolute;
        top: 10px;
        left:0;
        width: 100%;
        height: 100%;
    }
    #section-to-print, #section-to-print * {
        visibility: visible
    }
    #section-to-print .table{
        border: 1px solid #f0f0f0
    }
    #section-to-print .footer{
        position:fixed;
        bottom: 0;
        width: 100%;
    }
    #section-to-print .no-print *{
        /* visibility: hidden; */
        display:none !important;
    }
    #pagebreak { 
        page-break-inside: avoid; 
        page-break-before: always; 
        page-break-after:avoid; 
    }

}
.title-print {
    /* bleu Aress = #2e539d */
    background-color: #426ec6;
    color: #f9d404;
    font-variant: small-caps;
    font-weight: bold;
    border-radius: 4px;
}
.title-print .MuiCardHeader-root {
    padding: 5px !important;
}

/*==== DONUT CHART =====*/
.donutchart-track{
    fill: transparent;
    stroke: #DAE2E5;
    stroke-width: 1;
  }
  .donutchart-indicator {
    fill: transparent;
    stroke: #009688;
    stroke-width: 1;
    stroke-dasharray: 0 10000;
    transition: stroke-dasharray .3s ease;
  }
  
  .donutchart-indicator2 {
    fill: transparent;
    stroke: indianred;
    stroke-width: 1;
    stroke-dasharray: 0 10000;
    transition: stroke-dasharray .3s ease;
  }
  
  .donutchart {
    margin: 0 auto;
    border-radius: 50%;
    display: block;
  }
  
  
  .donutchart-text{
    font-family: 'Roboto';
    fill: #607580;
  }
  .donutchart-text-val{
    font-size:22px;
  }
  .donutchart-text-percent{
    font-size:14px;
  }
  .donutchart-text-label{
    font-size:9px;
  }
  .donut-margin{
      margin: 30px !important;
  }
 
  .card-button {
    height: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid aliceblue;
    cursor: pointer;
  }
  .card-button h4{
      text-transform: uppercase;
      font-weight: 400;
  }
  .card-button i{
      font-size: xx-large;
  }


footer.footer{
    /* position: absolute; */
    /* bottom: 0; */
    text-align: center;
    /* width: 100%; */
    height: 55px;
    color: #a2a2a2;
    background: #000000b3;
    padding: 15px;
}
  
/* ul.tab-nav.justify{
    display: flex;
    justify-content: space-around;
} */

body{
    background-color: #fafafa;
}
/**** ADMIN DASHBOARD ******/
div.admin-layout{
    display: flex;
    margin: -30px 0;
}
div.admin-sidebar{
    width: 200px;
    min-width: 200px;
    height: calc(100vh - 64px - 55px);
    min-height: 600px;
    position: sticky;
}
div.admin-sidebar aside{
    /* position: fixed; */
    background: #fafafa;
    box-shadow: 0 0 10px rgba(51,51,51,0.38);
    top: 64px;
    height: 100%;
    -webkit-transform: translate3d(-268px,0,0);
    transform: translate3d(0,0,0);
    width: 100%;
    overflow: hidden;
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    background: #0c0c0c9c;
    /* margin: 0 400px; */
}
div.admin-sidebar aside li a{
    color: whitesmoke;
}
div.admin-sidebar aside li.active a{
    color: black;
    border-left: 8px solid gold;
}
div.admin-sidebar aside li.active a i{
    color: gold;  
}
div.admin-sidebar-b aside li.active a{
    color: black;
    border-left: 8px solid skyblue;
}
div.admin-sidebar-b aside li.active a i{
    color: skyblue;  
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 23px solid gold;
    position: absolute;
    top: 0;
    right: 0;
}
div.admin-content{
    width: 100%;
    height: calc(100vh - 64px - 55px);
    min-height: 600px;
    background: #fafafa;
    padding: 30px 15px 15px ;
    overflow: auto;

}

@media screen and (max-width: 700px) {
    div.admin-sidebar{
        /* position: fixed; */
        width: 60px;
        min-width: 60px;
    }   
    div.admin-sidebar aside li a span{
        visibility: hidden;
        white-space: nowrap; 
    }
    
}

button.btn.delete-line{ /*  delete prod line in array form new devis */
    margin-left: -30px !important;
    margin-top: -10px !important;
    border-radius: 0 0 20px 0 !important;
    padding: 4px 15px 8px 8px;
    font-weight: 900;
}
tr.plus-btn td{
    text-align: center;
    padding: 5px !important;
    cursor: pointer;
    background: lavender;
    font-size: 15px;
}
.border{
    border: 1px solid black !important;
}
.sweet-alert {
    top: 35% !important;
}

label.fg-label.control-label {
    font-weight: 700 !important;
}

.fixed-bottom-right{
    position: absolute;
    bottom: 10px;
    right: 30px;
}

/** TIME LINE ICONS ***/

.t-view[data-tv-type="endVisit"]:before{
    content:"\f1ed";
    background:purple;
    box-shadow:0 0 0 1px purple
}
.t-view[data-tv-type="endVisit"]:after{
    background:purple
}
.t-view[data-tv-type="changeStatus"]:before{
    content:"\f1b9";
    background:teal;
    box-shadow:0 0 0 1px teal
}
.t-view[data-tv-type="changeStatus"]:after{
    background:teal
}
.t-view[data-tv-type="planVisit"]:before{
    content:"\f216";
    background:rgb(248, 198, 59);
    box-shadow:0 0 0 1px rgb(248, 198, 59)
}
.t-view[data-tv-type="planVisit"]:after{
    background:rgb(248, 198, 59)
}
.t-view[data-tv-type="addQuotation"]:before, .t-view[data-tv-type="addPdfQuotation"]:before{
    content:"\f221";
    background:skyblue;
    box-shadow:0 0 0 1px skyblue
}
.t-view[data-tv-type="addQuotation"]:after, .t-view[data-tv-type="addPdfQuotation"]:after{
    background:skyblue
}

.t-view{
    padding: 10px !important;
}
.download {
    /* height: 100px; */
    background-color: #009688;
    margin: -30px 0 0;
    padding: 5px;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.table-kwh1{
    background-color: rgb(245, 231, 234) !important
}
.table-kwh2{
    background-color: rgb(241, 241, 234) !important
}
.table-kwh3{
    background-color: rgb(214, 231, 236) !important
}
/* .table-kwh1 input, .table-kwh2 input, .table-kwh3 input{
    width: 100%;
    padding: 8px;
    border: 2px;
    border-radius: 5px;
    
} */

.form-control:not(.fc-alt):active, .form-control:not(.fc-alt):focus{
    border-bottom: 2px solid #2196f3;
}
/* .fg-line:not([class*=has-]):after {
    background: #2196f3;
} */

textarea, .bottom-info{
    white-space: pre-line !important;
}

 /* USER APP */
 /* USER APP */

.header-logo img {
    width: 170px !important;
    margin-right: 10px;
    vertical-align: bottom;
}

.bgm-dashboard {
    background-color: floralwhite;
}
.dialog-banner-footer{
    background: #ffd54f;
    height: 1px;
}
.text-center{
    text-align: center;
}




.min-view{
    min-height: calc(100vh - 57px - 64px);
    margin-top: 64px !important;
    /* height: calc(100vh - 56px); */
    /* min-height: calc(100vh - 56px); */
    padding: 15px 0;
    width: 100%;
    /* max-width: 1500px; */
    margin: auto;
    overflow: auto;
}
.min-height{
    min-height: calc(100vh - 64px - 57px);
    width: 100%;
    margin-top: 64px;
}
.container-height{
    min-height: calc(100vh - 64px - 57px);
    width: 100%;
}

.max-view-width{
    max-width: 1500px !important;
    margin: auto !important;
    width: 100% !important;
}

.container-miniature {
    overflow: hidden;
}
.miniature {
    max-width: 100%;
}
.flex {
    display: flex;
    justify-content: space-around;
    flex-flow: row-reverse;
    /* align-content: space-around; */
}

*{
    /* box-sizing: border-box !important; */
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important; */
    font-family: Arial, sans-serif !important;
}
.jumbotron-cover{
    border-radius: 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 800px;
    margin: 0;
}

.big-photo>img{
    border-radius: 10px;
    
}
.big-photo>img::before {
    content: "";
    /* display: none; */
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52, 73, 94, 0.75);
}
.myBtn{
    /* background-color: #693a7d; */
    /* height: 50px; */
    text-align: center;
    /* width: 180px; */
    margin: 10px;
    border-radius: 50px;
    -webkit-box-shadow: 6px 6px 14px 1px rgba(00,00,00,0.2);
    box-shadow: 6px 6px 14px 1px rgba(00,00,00,0.2);
    letter-spacing: 0.094em;
}
.pull-right{
    float:right !important;
}

.slide-inside{
    height: 100%;
    background: rgba(0,0, 0, .3);
    color:white;
}
.logo2{
    height: 512px;
    width: 512px;
    background: center no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -50px 

}
.table-responsive{
    max-width: 100%;
    
}
th {
    font-weight: bold !important;
    /* text-align: center !important; */
    display: table-cell !important;
    vertical-align: inherit !important;
}
tr.red > td {
    color: red;
}

td>a, td>a:visited {
    color: #caae53;
    text-decoration: none;
    font-weight: 800;
}
td>a:hover {
    color: #caae53;
    text-decoration: none;
    font-weight:bold;
}


/* JSON FORMS */
.form-group.field{
    margin-bottom: 15px;
}
.form-group.field.field-object>fieldset{
    border: 1px dotted;
}
.form-group.field.field-string, .form-group.field.field-number, .form-group.field.field-integer{
    display: flex !important;
    flex-direction: column !important;
    /* position: relative; */
}
/* .form-group.field.field-string>label, .form-group.field.field-number>label {
    transform: translate(7px, -11px) scale(0.8);
    transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms,transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    transform-origin: top left;
    background-color: white;
    padding: 0 8px;
} */
.form-group.field.field-string>input, .form-group.field.field-string>select, .form-group.field.field-number>input, .form-group.field.field-integer>input{
    font: inherit;
    color: currentColor;
    /* width: 100%; */
    /* border: 0; */
    height: 1.7em;
    margin: 0;
    display: block;
    padding: 6px 8px 7px;
    min-width: 0;
    background: none;
    box-sizing: content-box;
    animation-name: mui-auto-fill-cancel;
    letter-spacing: inherit;
    animation-duration: 10ms;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    -webkit-tap-highlight-color: transparent;
}
.MuiFormGroup-root {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: row !important;
}
/* 
.form-group.field.field-string input[type="file"] {
    color: rgba(0, 0, 0, 0.87);
    background-color: #ffd54f;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    padding: 6px 16px;
    font-size: 0.9375rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.75;
    border-radius: 4px;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    position: relative;
    align-items: center;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
} */

.MuiPaper-elevation4{
    box-shadow: none!important;
}
.MuiButton-contained{
    box-shadow: none!important;
    /* border-radius: 50px!important; */
    /* border-radius: 15px!important; */
}

.login-form-box{
    /* color: white; */
    margin: 100px auto 0;
    /* width: 50%; */
    max-width: 600px;
    min-width: 260px;
    /* padding: 80px 50px; */
    border-radius: 15px;
    /* background-color: #2f2f2d40; */
    /* font-size: 20px; */
    box-shadow: 10px 10px 14px 1px rgba(00,00,00,0.2);
    font-weight: 600;    
  }