/* It is recommended to place all your extra/additional CSS rules here */

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td
{
    border-top: 1px solid #ddd;
}

.items > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f9f9f9;
}

.btn-xs, .btn-group-xs > .btn {
    font-size: 10px;
    line-height: 1;    
}
.grid-view table.items tr:hover {
    background: none repeat scroll 0 0 #ECECEC;
}
.grid-view table.items th {
  background: none repeat scroll 0 0 #efefef;
  color: white;
  text-align: center;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 4px;
  border:1px solid #ddd;
}

.table > thead > tr > th {
  border-bottom: 1px solid #ddd;
  vertical-align: bottom;
}

/********ADDING TWITTER BOOTSTRAP 5 COLUMNS**********/
/* https://stackoverflow.com/questions/10387740/five-equal-columns-in-twitter-bootstrap */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/********************/

.section-container .section-content .thumbnail-list > .item .thumbnail > img,
.section-container .section-content .thumbnail-list > .item .thumbnail > a > img {
    width:50%;
    height:auto;
    opacity: 1;
    filter: alpha(opacity=85);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.grid-view-loading 
{
    background-position: top right;
    background: url("loading.gif") no-repeat scroll top right rgba(0, 0, 0, 0);
    padding: 15px 0;
}

#detailViewMainPage blockquote
{
    font-size: 14px;
}

.grid-view .filters input, .grid-view .filters select {
    margin-bottom: 0;
    width: 100%;
}

.mainSiteServices table
{
    margin-top: 0;
}

#footer-contact-us .item-content
{
    word-break: break-all;
}

.filterServices input
{
    width:100%;
}

.noMarginTop
{
    margin-top: 0px;
}

/***********/
.mobileThemesSlider .owl-item
{
    border:1px solid #e1e1e8;
    text-align: center;
}

.mobileThemesSlider .owl-item li, .mobileThemesSlider .owl-item li a
{
    width:100%;
    font-size: 11px;
}

@media (max-width: 768px)
{
   .way2blogging-social li strong{display:none;}
   .grid-view td, .mainSiteServices td, #detailViewMainPage td
    {
        word-break: keep-all;  
        white-space: pre;           /* CSS2 */
        white-space: -moz-pre-wrap; /* Mozilla */
        white-space: -hp-pre-wrap;  /* HP printers */
        white-space: -o-pre-wrap;   /* Opera 7 */
        white-space: -pre-wrap;     /* Opera 4-6 */
        white-space: pre-wrap;      /* CSS 2.1 */
        white-space: pre-line;      /* CSS 3 (and 2.1 as well, actually) */
    }
    
    /** juste for viewing a single article **/
    #detailViewMainPage td ul li
    {
        /*word-break: break-all;*/
    }
}

/*** correct iphone display with mmenu *********/
html, body {
	overflow-x: hidden ; /* Stops horizontal scrolling. */
}
/***************/

.collapse
{
    display: none;
}

.isolated-sections .inside-body-content-container {
    padding-top: 0px;
}

/******used for recherche A à Z***/
.itemAlpha:nth-child(2n)
{
    background-color: #f9f9f9;
}
.itemAlpha:nth-child(2n+1)
{
    border: 1px solid #ddd;
}

.itemAlpha:last-child
{
    border-bottom: 1px solid #ddd;
}

.itemAlpha
{
    padding: 4px;
    
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.pager .previous > a, .pager .previous > span,
.pager .next > a    , .pager .next > span
{
    float: none;
}
/**********/

.alphapager
{
    padding-top: 5px;
}

@media (min-width: 768px) {
        .isolated-sections .horizontal-section-container > .row > *[class*='col-'] {
            border-bottom: 1px solid #e6e6e6;
        }
}

.grid-view-loading-mainPage-Feedback
{
    background-position : top right;
    background: url("loading.gif") no-repeat scroll center right rgba(0, 0, 0, 0);
    padding : 15px 0;
}

.grid-view-loading-mainPage-Sondage
{
    background-position : top right;
    background: url("loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    padding : 15px 0;
}

.pollwidthPercentage
{
    background-color: #fd1c36;
    margin-top:5px;
    height:10px; 
    display: inline-block;
}

#sondage_container .blog-articles-container, 
#sondage_container .blog-articles-container hr
{
    margin: 0;
}