

/*------------------------------------------------------------------------------*/
/* Text
/*------------------------------------------------------------------------------*/
.red-text{
    color: #3e8ccb;
}

.black-text{
    color: black;
}

.lgrey-text{
    color: #E0E3E5;
}

.grey-text{
    color: gray;
}

.green-text{
    color: green;
}

.blue-text{
    color: #3e8ccb;
}

.orange-text{
    color: orange;
}

.white-text{
    color: white;
}

.link-color{
    color: #387DBD;
}

.tsize-10{
    font-size: 10px;
}

.tsize-12{
    font-size: 12px;
}

.tsize-14{
    font-size: 14px;
}

.tsize-18{
    font-size: 18px;
}

.tsize-20{
    font-size: 20px;
}

/** bg-color */
.bg-lg-samson {
  background-color: #E8E3DA !important;
}

.bg-lg-samson-rgba {
  background-color: rgba(232,237,237,0.7) !important;
}

.bg-dg-samson {
    background-color: #8F99A2 !important;
}

.bg-red-samson {
    background-color: #3e8ccb !important;
}
.bg-lg-blue-samson{
    background-color:  rgb(90,122,135);
}
.bg-dg-blue-samson{
    background-color:  rgb(44,98,110);
}

#headerSamson {
 background-color: #e8e3da !important;
 border-bottom: 2px solid  #3e8ccb !important;

}

.blockquote {
    font-size: 16px;
}

/*------------------------------------------------------------------------------*/
/* margins/paddings
/*------------------------------------------------------------------------------*/

.no-ml {
    margin-left: -15px !important;
}

.no-mr {
    margin-right: -15px !important;
}

.no-mt {
    margin-top: -45px !important;
}

.no-p{
    padding: 0 0px;
}

/*------------------------------------------------------------------------------*/
/* Navbar
/*------------------------------------------------------------------------------*/

.brand-img {
    height: 80px;
    width: 80px;
}

/*------------------------------------------------------------------------------*/
/* Nav-item
/*------------------------------------------------------------------------------*/

.nav-tabs .nav-link {
  color: #E0E3E5;
  background-color: transparent;
  border-color: transparent;
  padding: 0.8rem 1rem;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #3e8ccb;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #9FA6A6;
}

.nav-pills .nav-link {
     color: gray;
}

.nav-pills .nav-link:hover {
    color: gray;
    background-color: white;
    border-bottom-style: solid;
    border-bottom-color: #3e8ccb;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-width: 80%;
}

.nav-pills .nav-link.active {
    color: gray;
    background-color: white;
    border-bottom-style: solid;
    border-bottom-color: #3e8ccb;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-left: 5px;
    margin-right: 5px;
}



/*------------------------------------------------------------------------------*/
/* body/footer
/*------------------------------------------------------------------------------*/
html{
     overflow-x: hidden;
}
.body {
    /* make sure we use the full width but allow for more height */
    width: 100%;
    min-height: calc(100vh - 4.5em); /* this helps with the sticky footer */
}

.site-footer{
    border-top: 2px solid #3e8ccb;
    padding: 10px 0;
}

.no-select{
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


/*------------------------------------------------------------------------------*/
/* cards
/*------------------------------------------------------------------------------*/

/* fix ie img-fluid in card */
.card{
    display:block;
}

.card.card-strict {
    border-radius: 0;
}


/*------------------------------------------------------------------------------*/
/* Table
/*------------------------------------------------------------------------------*/

.table-sm {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}


.table-sm > thead > tr > th,
.table-sm > tbody > tr > th,
.table-sm > tfoot > tr > th,
.table-sm > thead > tr > td,
.table-sm > tbody > tr > td,
.table-sm > tfoot > tr > td {
    line-height: 1.2;
}

.table-responsive>.fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    border-right: 1px solid #ddd;
    background: white;
}

@media(min-width:768px) {
    .table-responsive>.fixed-column {
        display: none;
    }
}

.table-bt-0 thead>tr>th {
    border-top: 0px !important;
}

 .fixed-thead  thead th {
    position: -webkit-sticky;
    position : sticky;
    top: 0; 
    background-color: white;
}



/*------------------------------------------------------------------------------*/
/* Forms
/*------------------------------------------------------------------------------*/
.form-control.form-text{
    border-width: 0px !important;
}

/*------------------------------------------------------------------------------*/
/* Chartist
/*------------------------------------------------------------------------------*/

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
    stroke: #3e8ccb; }

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
    fill: #3e8ccb; }

.ct-label {
    fill: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.8);
    font-size: 0.9rem;
    line-height: 1; }

.ct-chart {
    background-color: #E8EDED;
}

/* legend */
.ct-legend {
    position: relative;
    z-index: 10;
    list-style: none;
    text-align: center;
}
.ct-legend li {
    position: relative;
    padding-left: 23px;
    margin-right: 10px;
    margin-bottom: 3px;
    cursor: pointer;
    display: inline-block;
}
.ct-legend li:before {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    content: '';
    border: 3px solid transparent;
    border-radius: 2px;
}
.ct-legend li.inactive:before {
    background: transparent;
}
.ct-legend.ct-legend-inside {
    position: absolute;
    top: 0;
    right: 0;
}
.ct-legend.ct-legend-inside li{
    display: block;
    margin: 0;
}
.ct-legend .ct-series-0:before {
    background-color: #3e8ccb;
    border-color: #3e8ccb;
}
.ct-legend .ct-series-1:before {
    background-color: #f05b4f;
    border-color: #f05b4f;
}
.ct-legend .ct-series-2:before {
    background-color: #f4c63d;
    border-color: #f4c63d;
}
.ct-legend .ct-series-3:before {
    background-color: #d17905;
    border-color: #d17905;
}
.ct-legend .ct-series-4:before {
    background-color: #453d3f;
    border-color: #453d3f;
}

/*------------------------------------------------------------------------------*/
/* btn
/*------------------------------------------------------------------------------*/

.btn-noborder {
    color: #333;
    padding: 1px 8px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-noborder-red {
    color: #3e8ccb;
    padding: 1px 8px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-noborder-red:hover {
    color: #3e8ccb;
}


@media print {
  .hidden-print {
    display: none !important;
  }
}

/*------------------------------------------------------------------------------*/
/* sidebar offcanvas
/*------------------------------------------------------------------------------*/

.sidebar-offcanvas {
    border-right: 4px solid #eee;
    /*min-height: 85vh;*/
    /*max-height: 85vh;*/
    font-size: 15px;
    overflow: auto;
 }
.sidebar-offcanvas .list-group-item {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
    color: gray;
}

.sidebar-offcanvas .list-group-item.active{
    color: #3e8ccb;
    background-color: #fff;
    font-weight: bold;
    border-color: #ddd #ddd #ddd;
}

.sidebar-offcanvas .list-group-item:hover ,
.sidebar-offcanvas .list-group-item.sub:hover {
    background-color:#E8EDED;
    color:gray;
    font-weight: bold;
    border-color: #ddd #ddd #ddd;
}

.sidebar-offcanvas .list-group-item.sub{
    padding-left: 30px;
}

/* close state */
.sidebar-offcanvas .list-group .list-group-item[aria-expanded="false"]::after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f054"; 
  display: inline;
  text-align: right;
  float: right;
}

/* open state */
.sidebar-offcanvas .list-group .list-group-item[aria-expanded="true"]::after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f077';
  display: inline;
  text-align: right;
  float: right;
}

/* open state */
.sidebar-offcanvas .list-group .list-group-item[aria-expanded="true"] {
    background-color: #E8EDED;
    color:gray;
}

@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -100%; /* 12 columns */
        z-index: 1500;
        animation : TranslateMenuLeft 0.4s;
    }

    .row-offcanvas-left.active
    .sidebar-offcanvas {
        left: 0; /* 6 columns */
        animation : TranslateMenuRight 0.3s;
    }
    .row-offcanvas-left
    #btn-offcanvas{
        position: absolute;
        z-index: 999;
        left: 0;
        top: 0;
        animation : TranslateButtonLeft 0.3s;
    }
    .row-offcanvas-left.active
    #btn-offcanvas{
        left: 50%;
        animation : TranslateButtonRight 0.3s;
    }
    .row-offcanvas-left.active {
        /*left: 50%;  6 columns */
    }  
    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%; /* 6 columns */
    }
    /*  CSS animation #btn-offcanvas / sidebar-offcanvas  */
    @keyframes TranslateButtonRight {
        from {left: 0;}
        to {left: 50%;}
    }
    @keyframes TranslateMenuRight {
        from {left: -100%;}
        to {left: 0;}
    }
    @keyframes TranslateButtonLeft {
        from {left: 50%;}
        to {left: 0;}
    }
    @keyframes TranslateMenuLeft {
        from {left: 0;}
        to {left: -100%;}
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -100%; 
    }

    .row-offcanvas-left.active
    .sidebar-offcanvas {
        /*left: -25%;*/ 
    }

    .row-offcanvas-left.active {
        /*left: 25%;*/
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 25%; 
    }
    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -100%; /* 12 columns */
        z-index: 1500;
        animation : TranslateMenuLeft 0.4s;
    }

    .row-offcanvas-left.active
    .sidebar-offcanvas {
        left: 0; /* 6 columns */
        animation : TranslateMenuRight 0.25s;
    }
    .row-offcanvas-left
    #btn-offcanvas{
        position: absolute;
        z-index: 999;
        left: 0;
        top: 0;
        animation : TranslateButtonLeft 0.3s;
    }
    .row-offcanvas-left.active
    #btn-offcanvas{
        left: 25%;
        animation : TranslateButtonRight 0.3s;
    }
    /*  CSS animation #btn-offcanvas / sidebar-offcanvas  */
    @keyframes TranslateButtonRight {
        from {left: 0;}
        to {left: 25%;}
    }
    @keyframes TranslateMenuRight {
        from {left: -100%;}
        to {left: 0;}
    }
    @keyframes TranslateButtonLeft {
        from {left: 25%;}
        to {left: 0;}
    }
    @keyframes TranslateMenuLeft {
        from {left: 0;}
        to {left: -100%;}
    }
}

/*------------------------------------------------------------------------------*/
/* icons
/*------------------------------------------------------------------------------*/

.samico {
    background-image: url(/images/products/icons.svg);
}


.samico-valve {
    background-position:0 -409px;
    background-repeat:no-repeat;
    width:60px;
    height:96px;
}

.samico-regulator {
   background-position:0 -245px;
   background-repeat:no-repeat;
   width:54px;
   height:54px
}

.samico-actuator {
    background-position:0 -97px;
    background-repeat:no-repeat;
    width:60px;
    height:97px
}

.samico-accessory {
    background-position:0 0;
    background-repeat:no-repeat;
    width:59px;
    height:97px
}

.samico-converter{
    background-position:0 -354px;
    background-repeat:no-repeat;
    width:56px;
    height:55px
}

.samico-automation{
    background-position:0 -194px;
    background-repeat:no-repeat;
    width:52px;
    height:51px
}

.samico-sensor{
    background-position:0 -299px;
    background-repeat:no-repeat;
    width:55px;
    height:55px
}

.samico-none{
    background-position:0 -505px;
    background-repeat:no-repeat;
    width:60px;
    height:96px
}


canvas {
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
}

/*------------------------------------------------------------------------------*/
/* borders
/*------------------------------------------------------------------------------*/

.bl-grey-1{
    border-left: 1px solid gray;
}

.bl-grey-2{
    border-left: 2px solid gray;
}

.bl-lgrey-1{
    border-left: 1px solid #E8EDED;
}

.bl-lgrey-2{
    border-left: 2px solid #E8EDED;
}

/*------------------------------------------------------------------------------*/
/* carousel
/*------------------------------------------------------------------------------*/

.carousel-caption{   
    font-size: 12px;
}

/* Table Edit Offers*/
.wrap{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 1vw;
}
/* Style Icon on bookmarks manager*/
.Hoverable:hover,.Hoverable.active{
    color : #3e8ccb;
    cursor: pointer;
    box-shadow: 0px 0px 5px 2.5px #3e8ccb inset;
    margin: 2.5px;
}
/* Table Edit Offers*/
.wrapCockpit{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75%;
}
.wrapCockpit:hover{
    white-space: unset;  
    font-style: italic;
}

/*---------------------------------------------------*/
/* Scrollbar theme*/
/*---------------------------------------------------*/

/* Change width of scrollbar for Mozilla scrollbar-width doesn't work in Chrome/IE'*/
#sidebar{
    scrollbar-width: thin;
    background-color: white;
}
/* Custom scrollbar for Chrome*/
#sidebar::-webkit-scrollbar
{
    width: 0.2rem;
    background-color: white;
    border-radius: 1rem;
}

#sidebar::-webkit-scrollbar-thumb
{
    width: 0.2rem;
    border-radius: 1rem;
    background-color: lightgrey;
}
@media screen and (max-width: 768px) {
    .dropdown-menu-center {
        left: -43.5vw;
        right: auto;
    }
}
/*---------------------------------------------------*/
/* DataTable override*/
/*---------------------------------------------------*/

.DataTable-pt-20 thead tr th{
    padding-top: 20px !important;
    padding-right: 0px !important;
    border: none;
}
.DataTable-pt-20 tbody tr td{
    border: none;
}
.DataTable-pt-20 tbody tr td{
    vertical-align: middle;
}


/*---------------------------------------------------*/
/* Others */
/*---------------------------------------------------*/
.divToolTips{
    background-color:  white;
}
.divToolTipsText{
    color : #3e8ccb;
}

#headerSamson {
    background-color: white;
}
.box-shadow{
    box-shadow: 0 0 15px 0 black;
}
.estCloner{
/*    border-top: 1px solid #3e8ccb !important;
    border-bottom: 1px solid #3e8ccb !important;*/
    box-shadow: 0 0 20px 0 rgb(44,98,110) inset;
    border-radius: 5px;
}
#menuBookmarks:hover .dropdown-menu {
    display: block;
}


.badge-outline-secondary {
    background-color: white !important;
    border: 1px solid grey;
    color: grey;
}
.tableRight tbody tr td{
    text-align: right;
}

.relanceDiscussion{
    width: 90%;
}
.texteRelance{
    border-radius: 10px;
    box-shadow: 0 0 5px 0 gray;
}