.flashMsg{
    position: absolute;
    z-index: 1;
    width: auto;
    left: 10px;
    top: -22px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 10px 0;
    line-height: 25px;
    color: #383854;
    background: #dedeff59;
    cursor: pointer;
}

.flashMsg.info{ background: #00ffac8c;  }
.flashMsg.danger{ background: #dedeff9c;  }
.flashMsg.success{background: #dedeff9c; }
.loading-area{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #FFF; z-index: 100; opacity: 0.5;display:none; }
.loading-area:after {
    position: absolute;
    left: 50%; 
    top: 50%;
    content: " "; 
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #fd8802;
    border-color: #fd8802 transparent #fd8802 transparent;
    animation: loading-area 1.2s infinite;
}
@keyframes loading-area {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}

.navbar .search-form #search-results-container{ width:90%; left:1.25rem; }
.navbar .search-form #search-results{ padding:0 10px; }
.navbar .search-form #search-results li{ line-height : 30px;padding:0 10px; } 
.navbar .search-form #search-results li b{ display: block;color: gray;font-size: 10px;line-height: 11px;top: -5px;position: relative;font-weight: normal; }
.navbar .search-form #search-results-container{ background: #ffffff7d; }
.add-cltG:before{
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}
.add-cltG::before {
    content: "\F016F";
    color:#8a909d;
}

.clt-text {
    margin-right: auto;
    overflow: hidden;
    max-width: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    padding-right:10px; 
    padding-left:10px; 
    color:#8a909d;
}
.hoverable-data-table.clients-list a.disabled .mdi,.hoverable-data-table.clients-list a.disabled:hover .mdi{ color:gray; }
.clients-list .card-table-border-none tbody td { padding : 0 5px !important; vertical-align:middle; }
.header-light .navbar .search-form .input-group input.form-control[name='query']{ width:350px; }

.card-table-border-none tbody td { 
    padding-top: 0.25rem; 
    padding-bottom: 0.25rem;
}

.item-contacte-area{
    position: relative;
}

.area-search-p{
    position:absolute;
    padding:10px;
    border:1px solid #8a909d;
    left:0;
    top:0;
    z-index:3;
    background: #fff;
    width: 300px;
    padding-top: 25px;
} 

.form-group .form-control.querySearchProj{
    font-size: 0.7rem;
}
 
.closearea-search-p {  
    right: 3px;
    top: 3px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    font-family: sans-serif;
    font-style: normal;
}

.trouved-list-proj{
    position: relative;
    display: block;
    margin:10px 0;
    padding:0;
    border:0;
    list-style-type: none;
    font-size: 0.7rem;
    line-height: 1.5rem;
}

.trouved-list-proj li:hover{
    background: #88889959;
}

.trouved-list-proj b{
    margin-left: 10px;
}

.trouved-list-proj a{
    float: right;
    font-size: 0.5rem;
    line-height: 1.5rem;
    cursor: pointer;
}

.trouved-list-proj .rm-contacteP{
    display: none;
}

.list-contactP{
    position: absolute;
    bottom: 33px;
    left: 25px;
    z-index: 2;
    font-size: 0.5rem;
}

.itemSelectedContactP{ margin-right:5px; }

.itemSelectedContactP b{ margin:0 5px; }

.itemSelectedContactP .rm-contacteP{
    display: inline-block;
    color: red;
    cursor: pointer;
}

.tabs-projet-main{ margin-top:10px; }
 
.item-new-prod{ position: relative; display: none;} 
.item-new-prod label{ display: none; }
.item-new-prod input[type="text"]{ border:1px solid #8a909d; }
.item-new-prod select{ border:1px solid #8a909d; height: 26px; }
.item-new-prod .item-prod{ width:150px; border:1px solid #8a909d; margin:10px 5px; padding:0 5px; } 
.item-new-prod .item-prod.right{ text-align: right; }
.item-new-prod .item-prod.short{ width:100px; } 
.item-new-prod .item-prod.tshort{ width:65px; } 
.item-new-prod .item-prod.big{ width:400px; }  

.trouved-list-prod{ 
    position: absolute;
    display: none;
    background: #fff;
    padding: 0;
    border: 1px solid #8a909d;
    width: 99%;
    min-height: 150px;
    z-index: 2;
    left: 6px;
    bottom: -150px;
    border-radius: 0 0 10px 10px; 
}

.foundedItems .remvitemfound{
    display: none;
    cursor: pointer;
}

.foundedItems .additemfound{
    display: inline-block;
    cursor: pointer;
    padding:0 5px;
}


.foundedItems tr th{
    background:#383854;
    line-height: 30px;
    vertical-align: middle;
}


.prodTab .additemfound{
    display: none;
}

.foundedItems .itempro{
    cursor: pointer;
}

.foundedItems{
    width:100%;
    margin:0;
    padding:0;
    border:0;
    z-index:1;
    position: relative; 
    background: #fff;
}

.foundedItems tr{
    z-index:1;
}

.foundedItems tr:hover{
    background: rgba(163, 162, 162, 0.445); 
}

.itemfoundedProdbackground{
    position: absolute;
    left: 0;
    top: 55%;
    z-index: 0;
    color: #8a909d3b;
    font-size: 1.2rem;
    text-align: center;
    line-height: 2rem;
    display: block;
    width: 100%;
}

.removeItemPrr{ 
    color: red;
    font-size: 0.8rem;
    float: right;
}

.prodTab tbody tr td:first-child{
    padding-right:15px;
    text-align: right;
}

.prodTab tbody{
    min-height: 300px;
}

.blockLiv .card-header{
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.blockLiv .card-body{
    padding:0.5rem 0.18rem;
}

.cap{
    text-transform: capitalize;
}

.uppr{
    text-transform: uppercase;
}

.card-table-border-none .card-header{
    padding-left: 0.88rem;
    padding-right: 0.88rem;
    padding-top: 2rem;
}

.content{
    padding: 0.5rem 0.5rem;
}

/*.expendable-data-table .table, 
.basic-data-table .table,  
.hoverable-data-table .table, 
.responsive-data-table .table{
    margin: 0px 0 !important;
}*/
 
.expendable-data-table tbody tr td:first-child,  
.basic-data-table tbody tr td:first-child,  
.hoverable-data-table tbody tr td:first-child,  
.responsive-data-table tbody tr td:first-child{
    font-weight: normal;
}

.card-table-border-none tbody td{
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
    padding-left:5px;
}
 
.expendable-data-table tbody tr td:first-child, 
.basic-data-table thead th, .basic-data-table tbody tr td:first-child,  
.hoverable-data-table tbody tr td:first-child,  
.responsive-data-table tbody tr td:first-child{
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
    padding-left:5px;
}

.card-table-border-none .card-header.title-comp{
    padding-top: 0.88rem;
}
 
.saveProductsPro{
    display: none;
} 

.rightTxt{ text-align: right; padding-right: 0.75rem !important; }

/****  devis ***/

.devisParent{ 
    color: #1b223c;
    width: 1024px !important;
    max-width: 1024px;
    position: relative;
    margin: 0 auto;
}

.header-rapport-title{
    padding-bottom: 30px;
}

.logo-area{
    display: inline-block;
    text-transform: uppercase; 
    font-weight: bold;
    font-size: 1.5rem;
} 

.logo-area.ace{
    color:#0a6bbe;
}

.logo-area img{
    margin-right:10px;
}

.txtHeader{ 
    float: right;
    text-align: center;
    font-weight: bold;
    line-height: 25px;
    margin: 0 60px 0 0;
    font-size: 1rem;
}

.txtHeader label{
    margin-bottom:0;
}

.devisParent .blockLiv{
    border:1px solid #0a6bbee8;
}

.devisParent .blockLiv .card-body{
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
}

.devisParent .card-table-border-none .card-header.title-comp{
    background: #0a6bbe85;
    font-weight: 500;
    color:#1b223c;
}


/****   print devis ***/
@media print{
    @page { margin : 0; } 
    body{ 
      background: #fff;
      padding: 0;
      margin: 0;
    } 
    #devisClt{
        border: 0;
        margin: 0;
        padding: 0;
    }
    .address-row{
      display: block;
      position:fixed;
      bottom: 0;
      left:0;
      width: 100%;
    } 
    .actions-area{
        display: none;
    }
}


.sidebar-dark .left-sidebar{
    background: none;
}

.sidebar-scrollbar{
    display: none;
}

.sidebar-fixed-offcanvas .page-wrapper, .sidebar-fixed .page-wrapper {
    z-index: 999;
    padding-left: 0;
}


