/* v 13*/
html {
    /*position: relative;*/
    min-height: 100%;
    /*height: 100%;*/
}
body
{
    /*    background-color: white; 
        color: black; */

    background-color: #FFFFFF;
    color: #222;
    padding-top: 70px;
    height: 100%;
    margin: 0 0 40px;  /* bottom marge = footer height */

    /*background: none repeat scroll 0 0 #000000;*/
}

body.forpdf
{
    /*    background-color: white; 
        color: black; */

    background-color: #FFFFFF;
    color: #222;
    padding-top: 0px;
    height: 100%;
    margin: 10px 10px 10px 10px;  /* bottom marge = footer height */
}
body.waiting * {
    cursor: progress;
}

header{

    margin: 8px 22px 8px 22px;
    width: 80%;
    /*    background-color:#c0c0c0; 
        border:1px groove;
        border-radius:30px;
        text-align: center;
        font-family: Etelka;
        //padding:9px;
        
    //background: -moz-linear-gradient(100% 100% 90deg, #E9E9E9, #F1F1F1) repeat scroll 0% 0% transparent;
    box-shadow: 2px 2px 10px gray inset;
    -moz-box-shadow: 2px 2px 10px gray inset;
    -webkit-box-shadow:2px 2px 10px gray inset;*/
}


/*.tnav .navbar .container { height: 28px; }*/

/*nav
{
    position:absolute;
    float: left;
     width: 150px;
    border: 1px solid black;
}*/
/*section
{
    width: 95%;
    margin: 12px;
        margin-left: 170px;
        border: 1px solid blue;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
}*/


span.checked {
  color: orange;
}

.row-fluid{
    width:100%;
}
*[hidden] { display: none; }

.col-centered{
    float: none;
    margin: 0 auto;
}
/*****************************************************************************
*   couleurs
*/
.blanc
{
    color:white;
}
.red {
    color: red;
}

.serenity
{
    background-color:#92A8D1 !important;
}
.rose-quartz
{
    background-color: #F7CAC9 !important;
}
.orange {
    color: orange;
}
.bg-grey {
    background-color: #f6f6f6;
}
.grey {
    color: #f6f6f6;
}
.darkgrey{
    color:darkgray;
}
.blueberry
{
    color: #2C333E;
}
.yellowIris{
    background-color:#EEE78E;
}  
.greenyellow {
    color: greenyellow;
}

.lime{
    color: lime;
}
.darkviolet{
    color:darkviolet;
}

.fondorange
{
    background-color:#dc461b; }

.green {
    color: green;
}
.gold {
    color: gold;
}
.dollargreen
{
    /*#657351 #334026 #3e8c3b #d0d9b0*/
    background-color: #85bb65;
    color:white;
}
.blue {
    color: blue;
}
.bleukcfe
{
    color: #1E498B;
}
.bleuOk
{
    color: #0098FF;
}
.classicBlue{
    color: #0f4c81;
}

.dahlia
{
    color: #7F6FB0;
}

.saddlebrown
{color: SaddleBrown;

}
.slateblue
{
    color:slateblue
}
.navaro
{
    background-color: NavajoWhite2 !important;
}
.darkred
{
    color: darkred;
}
.grape {
    color: #be4bdb;
}
.cyan2 {
    color: #15aabf;
}
.lime {
    color: #82c91e;
}

.indigo {
    color: #4c6ef5;
}
.MediumBlue
{background-color: MediumBlue;
 color:white;   
}
.Tomato
{background-color: Tomato;

}

.OrangeRed
{
    color: OrangeRed; 
}

.Khaki
{background-color: Khaki;

}

.redFalse{
    background-color: Tomato !important;;
    /*color:white;*/ 
}


.pigpink
{
    color: pink;
}

.beige {
    background-color: beige;  
}

.invisible {
    display:none;
}


.colorSell
{
    background-color: coral;
}

.colorBuy
{
    background-color: rgb(92, 184, 92);
}
/*.panel-body {
background:#EFFBF2;
}*/

.btn-group-wrap {
    text-align: center;
}

.btn-custom {
    width: 120px !important;
}


.inline-flex {
    padding-top: 10px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.validation-check__description {
    font-size: 12px;
    line-height: 14px;
    max-width: 100px;
    text-overflow: ellipsis;
    display: block;
    justify-content: center;
}

.validation-check--active .validation-check__label {
    color:#0098FF
}

.msgbox {
    border-color: #bce8f1;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 7px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

 /*validation check et gauge mot de passe */
.validation-check {
    text-align: center;
    margin-right: 15px;
    position: relative;
   
}

.gauge {
    position: absolute;
    width: 100%;
    top: -5px;
    left: 0;
}
.gauge .box-wrap .box--active {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.gauge .box-wrap .box--inactive {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.gauge .box-wrap .box {
    -webkit-transition: 0.33s all;
    transition: 0.33s all;
    /*-webkit-transform: rotate(180deg);*/
    /*    -ms-transform: rotate(180deg);*/
    /*    transform: rotate(180deg);*/
    top: 0px;
    left: 0px;
    position: absolute;
    width: 48px;
    height: 48px;
    border: 1px solid #8bd400;
    border-radius: 50%;
    clip: rect(0, 70px, 24px, 0px);
}

.gauge-arrow {
    height: 1em;
    width: 0.175em;
    /*margin-left: -.05em;*/
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
     position: absolute;
    display: inline-block;
    background: #a94442;
    left: 50%;
    border-radius: 50% 50% 50% 50% / 50% 50% 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gauge-arrow:before {
    content: '';
    height: 0.15em;
    width: 0.15em;
    bottom: -0.1em;
    margin-left: -0.075em;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

/* fin validation check et gauge mot de passe */

.v-align {
    /*float: none;*/
    display: inline-block;
    vertical-align: middle;
}
.container .text-muted {
    margin: 20px 0;
}
li.hidden
{
    visibility: hidden;
}

.invisibleH0{
    display: none;
    height: 0px!important;
}

#labelaudessus
{
    display:inline;
    /*text-align: center;*/
}


.imageflottante
{
    float: right;
}

.input-group-addon.primary 
{ color: rgb(255, 255, 255); background-color: rgb(50, 118, 177); border-color: rgb(40, 94, 142); } 
.input-group-addon.success 
{ color: rgb(255, 255, 255); background-color: rgb(92, 184, 92); border-color: rgb(76, 174, 76); } 
.input-group-addon.info 
{ color: rgb(255, 255, 255); background-color: rgb(57, 179, 215); border-color: rgb(38, 154, 188); } 
.input-group-addon.warning 
{ color: rgb(255, 255, 255); background-color: rgb(240, 173, 78); border-color: rgb(238, 162, 54); } 
.input-group-addon.danger 
{ color: rgb(255, 255, 255); background-color: rgb(217, 83, 79); border-color: rgb(212, 63, 58); }


/*------------------------------------
/*table*/
table.pretty{
    margin-top: 5px;
    margin-bottom: 10px;
}
table.pretty thead th {
    text-align: center;

    background: #d9edf7;
    margin-top: 5px;
}

table.rapport thead th{
    text-align: center;
    vertical-align: middle;
}
.tdselected{
    background-color: #e92929 !important;
    color:#fff;
}

.tdmodified{
    background-color: #e9e929 !important;
    color:#orange;
}






tfoot.alertetable {
    display: table-header-group;}

tr.sum {
    /*background-color:#9acfea;*/
    height: 10px;
}


/*td { transition: all 0.5s; }*/
.fontLarge { font-size: 50px; }


.valSmall{
    font-size:12px;
}
/*  table.pretty tbody td {
    text-align: center;
    background: #d5eaf0;
}
 
table.pretty tbody tr.odd td {
    background: #bcd9e1;  
}*/
.push {
    position:absolute;
    height: 20px;
    width: 100%;
}


.hide-calendar .ui-datepicker-calendar {
    display: none;
}
ul.no_bullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/************ NEON LIGHT **/


.first_neon {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid;
    border-radius: 15px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family:"Warnes";
    margin: auto;
    padding: 26px 10px;
    text-align: center;
    text-shadow: 0 0 10px #FFFFFF, 0 0 20px #FFFFFF, 0 0 30px #FFFFFF, 0 0 40px #FF00DE, 0 0 70px #FF00DE, 0 0 80px #FF00DE, 0 0 100px #FF00DE;
    transition: text-shadow 0.5s ease 0s;
    width: 250px;
}

.first_neon:hover {
    text-shadow: 0 0 10px #FFFFFF, 0 0 20px #FFFFFF, 0 0 30px #FFFFFF, 0 0 40px #00FFFF, 0 0 70px #00FFFF, 0 0 80px #00FFFF, 0 0 100px #00FFFF;
}

.second_neon {
    border: 1px solid;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    display: table-cell;
    float: left;
    font-family:"Zeyada";
    margin-left: 20px;
    transition: text-shadow 0.5s ease 0s;
    padding: 45px 25px;
    text-align: center;
    text-shadow: 0 0 10px #FFFFFF, 0 0 15px #FFFFFF, 0 0 30px #FFFFFF, 0 0 40px #008000, 0 0 70px #008000, 0 0 80px #008000, 0 0 100px #008000;
    width: 250px;
}
.second_neon:hover {
    text-shadow: 0 0 10px #FFFFFF, 0 0 20px #FFFFFF, 0 0 30px #FFFFFF, 0 0 40px #FFFF00, 0 0 70px #FFFF00, 0 0 80px #FFFF00, 0 0 100px #FFFF00;
}
.third_neon {
    border: 1px solid;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    display: table-cell;
    float: left;
    font-family:"Princess Sofia";
    margin-left: 20px;
    transition: text-shadow 0.5s ease 0s;
    padding: 13px 25px;
    text-align: center;
    text-shadow: 0 0 10px #FFFFFF, 0 0 15px #FFFFFF, 0 0 30px #FFFFFF, 0 0 40px #00FFFF, 0 0 70px #00FFFF, 0 0 80px #00FFFF, 0 0 100px #00FFFF;
    width: 250px;
}

.third_neon:hover {
    text-shadow: 0 0 6px #FFFFFF, 0 0 15px #FFFFFF, 0 0 25px #FFFFFF, 0 0 40px #7FFF00, 0 0 70px #7FFF00, 0 0 80px #7FFF00, 0 0 100px #7FFF00;
}
/************************************ footer

.push {
     position:absolute;
    bottom: 5%;
    width: 100%;
}

.footer {
    position:absolute;
    bottom: 0;
    border-top: 1px #e4e4e4 solid;
    border-top-radius: 4px;
    box-shadow: 0 0 6px #ccc;
    padding: 10px;
    background-color: #fff;
    height: 40px;
    width: 100%;
}


 div.ui-datepicker {
    font-size: 80%;
}

//***** marge
.marge2car {
    padding-left:16px !important;
}

.marge4car {
    margin-left:24px !important;
}

.marge6car {
    margin-left:32px !important;
}

.marge8car {
    margin-left:40px !important;
}



/*form {
     Pour le centrer dans la page 
    margin: 0 auto;
    width: 400px;
     Pour voir les limites du formulaire 
    padding: 1em;
    border: 1px solid #CCC;
    border-radius: 1em;
    display: block;
}

form div + div {
    margin-top: 1em;
}
select {
    max-width: 400px;
    
}*/

/*textarea{
    color: #1E498B  !important;
    font-size: 6px;
    resize:both;
    height: auto; 
}*/


/*label{
   color: #1E498B;
}*/

.nopadding {
    padding: 0px !important;
    margin: 1px !important;
}

.nopadding-left {
    padding-left: 0px !important;
    margin-left: 1px !important;
}
.nopadding-top {
    padding-top: 0px !important;
    margin-top: 1px !important;
}

.label-noPaddingLeft{
    padding-left: 0px !important;

}

.well-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.chosen-container-single .chosen-single {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555555;
    display: block;
    height: 34px;
    overflow: hidden;
    line-height: 34px;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap; }
.chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.chosen-container-single .chosen-single abbr {
    background: url("chosen-sprite.png") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 12px;
    width: 12px; }
.chosen-container-single .chosen-single abbr:hover {
    background-position: right -11px; }
.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px; }
.chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px; }
.chosen-container-single .chosen-single div b {
    background: url("chosen-sprite.png") no-repeat 0 7px;
    display: block;
    height: 100%;
    width: 100%; }
.chosen-container-single .chosen-default {
    color: #777777; }
.chosen-container-single .chosen-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1000; }
.chosen-container-single .chosen-search input[type="text"] {
    background: url("chosen-sprite.png") no-repeat 100% -20px, #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%; }
.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }

.chosen-container-single-nosearch .chosen-search input[type="text"] {
    position: absolute;
    left: -9000px; }


.columns .chosen-container, .column .chosen-container {
    width: 100% !important;
    margin-bottom: 1rem;
}

.modified {
    background-color: #a5d1f3;

}
/**************** order */

.boxed {
    border: 1px solid ;
}


.progress-sm {

    margin-bottom: 0px!important;

}
.progress-sm2 {
    margin-bottom: 0px!important;
    height: 10px !important;}


/************************************ jquery.arctext.js*/ 
.arc-wrapper{
    position: relative;
    margin: 0px auto;
    font-family: 'Montserrat', serif;
    text-transform: uppercase;
    width: 500px;
    height: 360px;
}
.arc-wrapper:before{
    content: '';
    position: absolute;
    width: 340px;
    height: 340px;
    background: #F5E9BC url(../images/noise.png) repeat top left;
    border: 10px solid #452716;
    border-radius: 50%;
    box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.3);
    top: 50%;
    left: 50%;
    margin: -180px 0 0 -180px;
}
.arc-wrapper:after{
    content: 'A';
    color: #F5E9BC;
    line-height: 210px;
    width: 240px;
    height: 240px;
    background: #452716 url(../images/noise.png) repeat top left;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -120px 0 0 -120px;
    font-family: 'Sail', serif;
    text-transform: none;
    font-size: 138px;
    text-shadow: 0px 0px 1px #F5E9BC;
    text-indent: -25px;
}
.arc-wrapper h3{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 28px;
    margin-top: 16px;
    color: #D26A44;
    letter-spacing: -4px;
    text-shadow: 1px 1px 1px #954c04;
}
.arc-wrapper h4{
    position: absolute;
    z-index: 10;
    width: 100%;
    font-size: 39px;
    bottom: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-family: 'Concert One', serif;
}
.arc-wrapper h4 span{
    background: #D26A44;
    padding: 3px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 -3px 0px -3px;
}
.arc-wrapper h4 span.empty{
    background: transparent;
    width: 4px;
}

/************************************************************************ menu
.navbar-brand
{
   color: #1E498B  !important;
}
/*
.navbar-default {
  background-color: #3c6be7;
  border-color: #112995;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #c7b3cb;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
*/


.navbar-xs { min-height:28px; height: 28px; }
.navbar-xs .navbar-brand{ padding: 0px 12px;font-size: 16px;line-height: 28px; }
.navbar-xs .navbar-nav > li > a {  padding-top: 0px; padding-bottom: 0px; line-height: 28px; }


.navbar-default .navbar-nav > li > a {

    color: #1E498B  !important;
}
/*
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #c7b3cb;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #3c6be7;
}
*/
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    color: #1E498B  !important;
}
/*
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #c7b3cb;
  background-color: #112995;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #112995;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #c7b3cb;
  background-color: #112995;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #c7b3cb;
  background-color: #112995;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #c7b3cb;
  background-color: #112995;
}
.navbar-default .navbar-toggle {
  border-color: #112995;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #112995;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #c7b3cb;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
*/
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #c7b3cb;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #c7b3cb;
    background-color: #112995;
}
/*/
*/

/* tree view*/

.tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}



/* chosen bootstrap 

*/

/*  select.form-control + .chosen-container.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-image:none;
}

select.form-control + .chosen-container.chosen-container-single .chosen-single div {
    top:4px;
    color:#000;
}

select.form-control + .chosen-container .chosen-drop {
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    margin: 2px 0 0;

}

select.form-control + .chosen-container .chosen-search input[type=text] {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image:none;
}

select.form-control + .chosen-container .chosen-results {
    margin: 2px 0 0;
    padding: 5px 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    margin-bottom: 5px;
}

select.form-control + .chosen-container .chosen-results li , 
select.form-control + .chosen-container .chosen-results li.active-result {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    background-image:none;
}
select.form-control + .chosen-container .chosen-results li:hover, 
select.form-control + .chosen-container .chosen-results li.active-result:hover,
select.form-control + .chosen-container .chosen-results li.highlighted
{
    color: #FFF;
    text-decoration: none;
    background-color: #428BCA;
    background-image:none;
}

select.form-control + .chosen-container-multi .chosen-choices {
    display: block;
    width: 100%;
    min-height: 30px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image:none;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height:auto;
    padding:5px 0;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice {

    background-image: none;
    padding: 3px 24px 3px 5px;
    margin: 0 6px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    background-color: #FFF;
    border-color: #CCC;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top:8px;
    right:6px;
}

select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control + .chosen-container .chosen-search input[type=text]:focus{
    border-color: #66AFE9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
}

select.form-control + .chosen-container-multi .chosen-results li.result-selected{
    display: list-item;
    color: #ccc;
    cursor: default;
    background-color: white;
}*/

.chosen-container{
    width: 100% !important;
}
/*table .form-control
{
    width:100% !important;
}
table .input-group
{
    width:100% !important;
}*/

/*table > select.form-control
{
    width:100% !important;
}*/

.fullwidth 
{
    width:100% !important; 
}

ul.none {
    list-style-type:none;
}
/*pour arboclient align*/
/*li.liright  { text-align:left; }¨*/
span.spanright {
    float:right !important ; }

div.spanright {
    float:right !important ; }

/*modifier jstree pour arboclient*/
.jstree-anchor {
    display: inline !important;
}


div.fixedSum {
    position: fixed;
    bottom: 120;
    right: 120;
    z-index: 100;
    background-color: #DAE1F5;
    /*border: 1px solid ;*/
    padding: 4px !important;
    margin: 4px !important;
}
div.col1Sum { float: left; width: 150px; }
div.col2sum { float: left; margin-left: 150px; }
div.col3sum { float: left; margin-left: 300px; }


div.opetitre2ligne {
    padding-top: 5px !important;
}
/*.tooltip.bottom .tooltip-inner{
 
max-width:310px;
 
padding:3px 8px;
 
color:#fff;
 
text-align:center;
 
background-color:whitesmoke;
 
border-radius:5px
 
}*/
.tooltip-inner {
    background-color: whitesmoke; 
    color: black;
    border: 1px solid ; 
    padding: 5px;
    text-align:left;
    /*      font-size: 20px;*/
    max-width:310px;
}
/*.navbar-brand {
width: 150px
}
 navbar Default 
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar {
border-radius: 0px;
margin-bottom: 15px;
}
 navbar blue 
.navbar-blue {
background-color: #3b5998;
border: none;
}
 change logo text color and hover color  
.navbar-blue .navbar-brand {
color: #fff
}
.navbar-blue .navbar-brand:hover, .navbar-blue .navbar-brand:focus {
color:#ccc
}
 Change nav links color 
.navbar-blue .navbar-nav > li > a {
color:#e7e7e7
}
.navbar-blue .navbar-nav > li > a:hover {
color:#fff
}
 change visited color 
.navbar-blue .navbar-nav > li > a:focus {
color:#fff
}
 form 
.navbar-blue .form-control {
border-radius:4;
border:none
}
.navbar-blue .form-control {
border:1px solid #304d8b
}
.navbar-blue .btn {
border:1px solid #304d8b
}
 open drop down background color 
.navbar-blue .navbar-nav .open .dropdown-menu {
background:#fff
}
 mobile toggle nav icon 
.navbar-blue .navbar-toggle {
border-color:#e7e7e7
}
.navbar-blue .navbar-toggle .icon-bar {
background-color:#e7e7e7
}
.navbar-blue .navbar-toggle:focus, .navbar-blue .navbar-toggle:hover {
background-color:#fff
}
.navbar-blue .navbar-toggle:focus .icon-bar, .navbar-blue .navbar-toggle:hover .icon-bar {
background-color:#3b5998
}*/

.btn_welcome{
    margin: 3px;

}

.hideall{
    display:none;
}

#conteneur
{
    display: flex;
    justify-content: space-around;
}

/*.title{
  transform: translateX(-50%) rotate(-10deg);
  display: block;
  float: left;
  left: 50%;
  position: relative;
  
  span {
    transform: skew(-10deg);
    display: block;
    float: left;
    text-shadow: $shadow 1px 1px, $shadow 2px 2px, $shadow 3px 3px, $shadow 4px 4px, $shadow 5px 5px, $shadow 6px 6px;
    min-width: 10px;
    min-height: 10px;
    position: relative;
  }
}*/

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*.vertical-align {
    display: flex;
    align-items: center;
}*/

.vertical-align2 {
    display: flex;
    justify-content: center;
}

.vcenter {
    vertical-align:middle !important;
    text-align: center !important;
}


.vertical-align-alert {
    display: flex;
    flex-direction: row;
}

.vertical-align-alert > [class^="col-"],
.vertical-align-alert > [class*=" col-"] {
    display: flex;
    align-items: center;
    justify-content: center; /* Optional, to align inner items 
                                horizontally inside the column */
}

/**
 *  Do NOT include this part into your stylesheet.
 *  "flex: 1" or "flex-grow: 1" is added to make the inner div
 *  - Which is also a flex-item - take up all the horizontal space
 *  available space inside the flex container (.col-* elements)
 */
.vertical-align-alert > [class^="col-"] > div,
.vertical-align-alert > [class*=" col-"] > div {
    /* flex: 1; */
    flex-grow: 1;
}

.ui-effects-transfer {
    border: 1px dotted greenyellow;
}

.label-as-badge {
    border-radius: 1em;
}


button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;

    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
}
#gdpr-cookie-message h4 {

    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {

    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {

    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {

    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {


    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;


    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {


    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {


}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
