/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(233,18): run-time error CSS1031: Expected selector, found '&'
 */
.containerABC {
    position: relative;
    width: 90%;
    margin: auto
}

.txtBandeau {
    color: blueviolet;
    font-style: normal;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}

.txtPrecision {
    color: blueviolet;
    font-style: normal;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}


.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.position-bottom {
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.position-top {
    float: none;
    display: table-cell;
    vertical-align: text-top;
}

.input-uppercase{  
    text-transform: uppercase;  
}

.espace_height {
    height: 15px;
}

.textarea_readonly {
    /*width:100%;
    /*background-color:#eeeeee;*/
   cursor: default;
   background-color: #f5f5f5;
   width:100%;
   border:solid 1px #ccc; 
   margin:0 0 20px; 
   font-size:small;
}

.table {
    font-size: 12px;
}

    /* centered columns styles */
    .row-centered {
    text-align: center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.content-col-centered{
    display: inline-block;
    vertical-align: middle;
    float: none;

}
/*--------------------------------------------------------*/
/* info and errors 
----------------------------------------------------------*/

.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    /*clear: both;*/
    color: #e80c4d;
    /*font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;*/
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}


.error {
    color: #e80c4d;
}

.required {
    color: #e80c4d;
    font-size : 1.5em;
}


/*--------------------------------------------------------*/
/* Connexion
----------------------------------------------------------*/
.blockConnexion {
    /*background: #E2E6E6;*/
    background: rgba(227, 227, 227, 1);
    width: 35%;
    display: block;
    margin: 0 auto;
    padding: 0.71429rem 1.42857rem;
    border: #1e2222 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #949898 2px 2px 3px;
    -moz-box-shadow: #949898 2px 2px 3px;
    box-shadow: #949898 2px 2px 3px;
    /* background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #ffffff), color-stop(100%, #9aa5a4));
    background-image: -webkit-linear-gradient(left top, #ffffff,#9aa5a4);
    background-image: -moz-linear-gradient(left top, #ffffff,#9aa5a4);
    background-image: -o-linear-gradient(left top, #ffffff,#9aa5a4);
    background-image: linear-gradient(left top, #ffffff,#9aa5a4);*/
}

/*--------------------------------------------------------*/
/* Bulle Image
----------------------------------------------------------*/
.benefits {
  margin-bottom: 3em;
}
.benefit {
  margin: 1em 0;
  text-align: center;
}
    .benefit .benefit-ball {
        background: #949898;
        border-radius: 50%;
        color: #333;
        display: inline-block;
        line-height: 1em;
        padding: 3em;
        
    }

        .benefit .benefit-ball .glyphicon {
            font-size: 3em;
            position: relative;
            top: -3px;
            right: 1px;
            border-color: yellow;
            background-position:-5px;
           
        }
.benefit h3 {
  font-size: 1.5em;
}



/**Modification de l'autocomplétion jquery UI**/
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    max-height: 200px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    overflow:scroll;

}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}
.ui-state-hover, &.ui-state-active {
      color: #ffffff;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
    }

.ui-helper-hidden-accessible {
          border: 0;
          clip: rect(0 0 0 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px;
    }

.rail-select {
    /*position: absolute;*/
    /*width: 100%;*/
}

    .rail-select select {
        border: solid 1px grey;
        border-radius: 3px;
        font-size: 16px;
        color: gray;
        height: 42px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

        .rail-select select:focus {
            outline: none;
            box-shadow: none;
            border: solid 1px grey;
        }

    .rail-select .select-side {
        width: 40px;
        position: absolute;
        top: 0px;
        background-color: #F3F9FE;
        height: 100%;
        left: 120px;
        border-radius: 0px 3px 3px 0px;
        border-right: solid 1px black;
        border-top: solid 1px black;
        border-bottom: solid 1px black;
        pointer-events: none;
    }

        .rail-select .select-side:before {
            border-left: solid 1px lightgrey;
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 100%;
            width: 1px;
            /* or 100px */
        }

        .rail-select .select-side i {
            left: 30%;
            top: 12px;
        }

            .rail-select .select-side i.blue {
                color: #4E7AF0;
            }

/**********************************************************/
/*Correction affichage du jquery text editor*/
/**********************************************************/
.jqte_tool.jqte_tool_1 .jqte_tool_label {
    position: relative;
    display: block;
    padding: 3px;
    width: 70px;
    height: 21px; /*change*/
    overflow: hidden;
}

.jqte_tool_label {
    padding-top: 1px !important; /*add*/
    height: 25px !important; /*add*/
}


/**********************************************************/
