/*
 * Author  : Olivier Toscano
 * Society : WebCMS S.à r.l.
 * Contact : info@webcms.lu
 * ©WebCMS @2016
 */
@import "ui-lightness/jquery-ui-1.8.16.custom.css";
@import "igs.news.css";
@import "igs.livesearch.css";
@import "igs.members.css";
@import "igs.calendrier.css";
@import "igs.pictures.css";
@import "igs.forum.css";
@import "igs.cms.css";

/* Space out content a bit */
body {
  /*padding-top: 20px;*/
  padding-bottom: 20px;
  color: #444;
}

.cb {
  clear: both;
}
.obligation {
  color: red;
}

.btn.btnGreen {
  background-color: #f5f5f5;
  color: #444;
  border: 1px solid #ddd;
  transition: all 0.3s;
}
.btn.btnGreen:hover {
  color: #f5f5f5;
}

/* nous suivre */
.followus {
  position: absolute;
  top: 0;
  left: 0;
}

h2.title > a:first-child,
h3.title > a:first-child {
  color: #444 !important;
}

.wrapper_header_top {
  background-color: #444;
  padding: 10px 0;
}

/* Custom page header */
.header {
  padding: 15px;
}
@media screen and (max-width: 480px) {
  .header {
    padding: 0;
  }
}
/* Make the masthead heading the same height as the navigation */
.header h1 {
  margin-top: 15px;
  margin-bottom: 0;
}
.header h1 a {
  display: inline-block;
  width: 100%;
  height: 80px;
  text-indent: -9999px;
  background: transparent url("img/logo-BSM-RVB-202111-300x300.jpg") no-repeat 0 0;
  background-size: contain;
  background-position: left;
}

.navbar {
  margin: 0;
}
.navbar-header {
  height: 100px;
}
.navbar-collapse {
  margin-top: 50px;
}

@media screen and (max-width: 480px) {
  .navbar-header {
    height: auto;
  }
  .navbar-collapse {
    margin-top: 0;
  }
  .navbar-brand > img {
    object-fit: contain;
    height: 50px;
    width: 50px;
  }
}

/* navbar top */
@media screen and (min-width: 480px) {
  #igs-sidebar-collapse-top {
  }
  #igs-sidebar-collapse-top > ul > li > a {
    border-radius: 4px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid;
  }
}

/* sidebar */
#sidebar .navbar-toggle .icon-bar {
  background-color: #444;
}
#sidebar button::-moz-focus-inner,
#sidebar input::-moz-focus-inner {
  border: 1px solid #444;
  padding: 10px;
  border-radius: 4px;
}

button.navbar-toggle {
  background-color: #444;
}
button.navbar-toggle .icon-bar {
  background-color: white;
}

.topNavigation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.topNavigation .row {
  margin: 0;
}
.navbar-collapse {
  background-color: #fff;
}
#igs-sidebar-collapse-top .navbar-nav {
  margin: 0 !important;
}
#igs-sidebar-collapse-top {
  text-align: center;
  padding: 0;
}
.social-header a {
  position: relative;
  z-index: 101;
}

@media screen and (min-width: 480px) {
  .topNavigation {
    position: inherit;
    width: auto;
  }
  .navbar-collapse {
    background-color: inherit;
  }
  #igs-sidebar-collapse-top {
  }
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #f5f5f5 !important;
  border-color: #ddd !important;
}

/* responsive images */
.main_content img,
.content_footer img {
  max-width: 100%;
}

ul.random_pictures {
  list-style: none;
  margin: 0;
  padding: 0;
}
.title a i.fa {
  margin-left: 8px;
}

/* news */
/**
	div#news_wrapper div.news div.news_content { display: none; background-color: #dadada; color: #000; overflow: hidden; }
	/**/
div#news_wrapper {
  display: block;
  min-height: 100px;
  overflow: hidden;
  padding: 2px 5px;
}
div#news_wrapper div.news {
  position: relative;
  padding: 6px;
  margin-bottom: 13px;
  line-height: 1.2em;
}
div#news_wrapper div.news span.news_date,
div#news_wrapper div.news a,
div#news_wrapper div.news h3.news_title a {
  font-weight: normal;
  text-decoration: none;
}

div#news_wrapper div.news span.news_date {
  padding-right: 10px;
  color: #444;
}
div#news_wrapper div.news div.news_content {
  display: none;
}
#news_wrapper .news_content_truncate a,
#news_wrapper .news_content_truncate a:hover {
  color: #444;
}

div.news {
  background-color: #f9f9f9;
  padding: 5px 20px;
  margin: 15px 0;
  border-radius: 4px;
}
div.news_sharing {
  margin: 1em 0;
}
div.news_sharing a {
  margin-right: 0.5em;
}

div.news p.newsInfos {
  border-top: 1px solid #e5e5e5;
  padding-top: 0.5em;
}
.archive.pull-right {
  margin-left: 1em;
}

/* home */
section.homeNews,
section.homeEvents,
section.homePictures {
  padding: 20px;
}

/* home news */
section.homeNews {
  background-color: #ebebeb;
}
section.homeNews div.news {
  background: none;
}
section.homeNews div.news_card {
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 4px;
}
section.homeNews div.news_card div.news_card_img {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 200px;
}
section.homeNews div.news_card div.news_card_img > img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
section.homeNews div.news_card .news_card_block {
  position: relative;
  padding: 10px;
  height: 120px;
}
section.homeNews div.news_card h3 {
  display: block;
  margin-top: 0;
  font-size: 12pt;
}
section.homeNews div.news_card .news_card_block p.news_date {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-style: italic;
  font-size: 0.9em;
}
section.homeNews div.news_card .news_card_block a.read_more {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
section.homeNews div#carousel-news .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}
section.homeNews div#carousel-news .carousel-indicators li {
  border-color: #444;
}
section.homeNews div#carousel-news .carousel-indicators .active {
  background-color: #444;
}
section.homeNews div.news-block div.news-media {
  height: 450px;
  text-align: center;
}
section.homeNews div.news-block div.news-media img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* page news */
.news_photo {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  max-height: 400px;
}
.news_block,
.newsInfos {
  clear: both;
}

/* home pictures */
section.homePictures {
  background-color: #ebebeb;
  color: #444;
}
section.homePictures ul.random_pictures li {
  width: 50%;
  float: left;
}
section.homePictures ul.random_pictures li a {
  display: block;
}

/* home calendar */
section.homeCalendar table#calendar {
  text-align: center;
}
section.homeCalendar table#calendar caption {
  text-align: left;
}

/* calendrier */
#calview,
#calview th,
#calview .tableRow,
#calview .tableRow table th {
  text-align: center;
  font-weight: normal;
}
#calview .tableRow table {
  width: 100%;
}
#content #calview td.numSemaine {
  vertical-align: middle;
}
#content #calview .calviewMonthToday th {
  font-weight: bold;
  color: red;
}
#content #calview.calviewmonth tr td {
  width: 14%;
}
#content #calview.calviewmonth tr td:first-child {
  width: auto;
}

/*-------------------------------
 *	Header
 *-------------------------------*/
div.headerTopText {
  display: none;
}

div.wrapper_header_top .social-header {
  text-align: center;
}
div.wrapper_header_top .social-header a {
  display: inline-block;
  margin-left: 0.5em;
  color: #ccc;
}
div.wrapper_header_top .social-header a:hover {
  color: #fff;
}
div.wrapper_header_top .social-header span {
  color: #ddd;
}

@media screen and (min-width: 480px) {
  div.headerTopText {
    display: block;
    float: left;
  }
  div.headerTopText h1 {
    font-size: 0.9em;
    margin: 0;
    line-height: 30px;
  }
  div.headerTopText h1 a {
    color: #ddd;
    text-decoration: none;
  }

  div.wrapper_header_top .social-header {
    /*display: block; position: absolute; top: 10px; right: 15px; */
  }
  div.wrapper_header_top .social-header {
    text-align: right;
  }
}

/*-------------------------------
 *	Footer
 *-------------------------------*/
/* Custom page footer */
footer {
  clear: both;
  font-size: 0.9em;
  color: #777;
  padding-top: 19px;
  margin-top: 0;
  margin-bottom: 10px;
  border-top: 1px solid #e5e5e5;
}
footer > div.row {
}
/*footer a.followUsOnFacebook { float: left; display: block; width: 32px; height: 32px; margin-right: 8px; margin-top: 4px; }*/
/*footer span.social { float: left; display: block; margin-right: .5em; }*/
footer .social a {
  margin-left: 0.5em;
}
footer {
  text-align: center;
}
@media screen and (min-width: 480px) {
  footer {
    text-align: left;
  }
  footer .social {
    text-align: right;
  }
}

/*-------------------------------
 *	Calendrier flotant
 *-------------------------------*/
#calendarPOS {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
}

/*-------------------------------
 *	Calendrier
 *-------------------------------*/
.filter {
  margin: 15px 0;
}
#calendar.filter label {
  display: none;
}

#subOnglet {
  margin-bottom: 15px;
}

/*-------------------------------
 *	Identification
 *-------------------------------*/
#loginZone {
  position: fixed;
  left: 20%;
  bottom: 0;
  z-index: 99999;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  border-style: solid solid none solid;
  border-radius: 4px 4px 0 0;
  padding: 5px 15px;
}
#loginZone ul {
  list-style: none;
  padding-left: 0;
}
#loginZone ul li {
}
#loginZone .loginZoneTrigger {
  position: absolute;
  z-index: 9;
  right: -40px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 0 3px 3px 0;
  border: 1px solid #ddd;
  border-style: solid solid solid none;
  background-color: white;
  transition: all 0.3s;
}
#loginZone .loginZoneTrigger:hover {
  color: #d22e26;
}

@media screen and (min-width: 480px) {
  #loginZone {
    left: 0;
    bottom: inherit;
    top: 20%;
    padding: 15px;
    border-style: solid solid solid none;
    border-radius: 0 4px 4px 0;
  }
}

/*-------------------------------
 *	Banner
 *-------------------------------*/
#wrapper_banner {
  display: block;
}
#wrapper_banner {
  border: 1px solid #444;
  height: 200px;
  width: 100%;
}
#wrapper_banner .carousel,
#wrapper_banner .carousel .carousel-inner,
#wrapper_banner .carousel .carousel-inner .item {
  width: 100%;
  height: 100%;
}
#wrapper_banner .carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 480px) {
  #wrapper_banner {
    height: 300px;
  }
}
@media (min-width: 980px) {
  #wrapper_banner {
    height: 600px;
  }
}

.carousel-control.left {
  background: none !important;
}

.carousel-control.right {
  background: none !important;
}

.slider-mover-left {
  width: 40px;
  height: 40px;
  line-height: 37px;
  position: absolute;
  top: 43%;
  z-index: 5;
  display: inline-block;
  left: 5px;
  background: #1b1410;
}

.slider-mover-left img {
  width: 16px;
  height: 23px;
}

.slider-mover-right {
  width: 40px;
  height: 40px;
  line-height: 37px;
  position: absolute;
  top: 43%;
  z-index: 5;
  display: inline-block;
  right: 5px;
  background: #1b1410;
}

.slider-mover-right img {
  width: 16px;
  height: 23px;
}

/*-------------------------------
 *	Home page Pictures
 *-------------------------------*/
@media screen and (min-width: 480px) {
  #carouse-footerimages-generic .carousel-inner .thumbnail {
    margin-bottom: 0;
    width: 203px;
    height: 139px;
  }
  #carouse-footerimages-generic .carousel-inner .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*-------------------------------
 *	Home page events
 *-------------------------------*/
#results_event li a,
#next_event li a {
  display: block;
}

#results_event li span.date,
#next_event li span.date {
  font-weight: 300;
}

/*-------------------------------
 *	Media queries
 *-------------------------------*/
@media screen and (min-width: 480px) {
  .header {
    position: relative; /*height: 180px;*/
  }
  /*.header nav { position: absolute; right: 0; bottom: 20px; }*/
  /*.header nav { margin-left: 115px; }*/

  .header h1 {
    margin: 15px 0;
    display: inline-block;
    width: 40%;
  }
  .header h1 a {
    height: 100px;
  }

  /* Everything but the jumbotron gets side spacing for mobile first views */
  .header,
  .marketing,
  .footer {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 767px) {
  #calendarPOS {
    display: block;
  }
  .main_content img,
  .content_footer img {
    max-width: fit-content;
  }
  .header {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1280px) {
}

/*-------------------------------
 *	A revoir
 *-------------------------------*/
/*#wrapper_banner,*/
#videos_wrapper,
.content_footer {
  display: none;
}

/*-------------------------------
 *	Code couleur
 *-------------------------------*/

/* //////////////////////////////////// start #sport1 */
#sport1 a {
  color: #66acc5;
}
.header nav li.sport1 a {
  color: #66acc5;
}
.header nav li.sport1.active > a {
  color: #fff;
  background-color: #66acc5;
}

#sport1 #content div.news p.newsInfos span {
  color: #66acc5;
}

#sport1 table .bgColor {
  background: #66acc5;
  cursor: default;
}
/* home news */
#sport1 span.news_date {
  color: #66acc5;
}

/* btn */
#sport1 .btn.btnGreen:hover {
  color: #66acc5;
}

/* //////////////////////////////////// start #sport2 */
#sport2 a {
  color: #8dbe29;
}
.header nav li.sport2 a {
  color: #8dbe29;
}
.header nav li.sport2.active > a {
  color: #fff;
  background-color: #8dbe29;
}

#sport2 #content div.news p.newsInfos span {
  color: #8dbe29;
}

#sport2 table .bgColor {
  background: #8dbe29;
  cursor: default;
}
/* home news */
#sport2 span.news_date {
  color: #8dbe29;
}

/* btn */
#sport2 .btn.btnGreen:hover {
  color: #8dbe29;
}

/* //////////////////////////////////// start #sport3 */
#sport3 a {
  color: #e63a48;
}
.header nav li.sport3 a {
  color: #e63a48;
}
.header nav li.sport3.active > a {
  color: #fff;
  background-color: #e63a48;
}

#sport3 #content div.news p.newsInfos span {
  color: #e63a48;
}

#sport3 table .bgColor {
  background: #e63a48;
  cursor: default;
}
/* home news */
#sport3 span.news_date {
  color: #e63a48;
}

/* btn */
#sport3 .btn.btnGreen:hover {
  color: #e63a48;
}

/* //////////////////////////////////// start #sport5 */
#sport5 a {
  color: #e63a48;
}
.header nav li.sport5 a {
  color: #e63a48;
}
.header nav li.sport5.active > a {
  color: #fff;
  background-color: #e63a48;
}

#sport5 #content div.news p.newsInfos span {
  color: #e63a48;
}

#sport5 table .bgColor {
  background: #e63a48;
  cursor: default;
}
/* home news */
#sport5 span.news_date {
  color: #e63a48;
}

/* btn */
#sport5 .btn.btnGreen:hover {
  color: #e63a48;
}

/* //////////////////////////////////// start #sport6 */
#sport6 a {
  color: orange;
}
.header nav li.sport6 a {
  color: orange;
}
.header nav li.sport6.active > a {
  color: #fff;
  background-color: orange;
}

#sport6 #content div.news p.newsInfos span {
  color: orange;
}

#sport6 table .bgColor {
  background: orange;
  cursor: default;
}
/* home news */
#sport6 span.news_date {
  color: orange;
}

/* btn */
#sport6 .btn.btnGreen:hover {
  color: orange;
}

/* //////////////////////////////////// start #sport8 */
#sport8 a {
  color: blue;
}
.header nav li.sport8 a {
  color: blue;
}
.header nav li.sport8.active > a {
  color: #fff;
  background-color: blue;
}

#sport8 #content div.news p.newsInfos span {
  color: blue;
}

#sport8 table .bgColor {
  background: blue;
  cursor: default;
}
/* home news */
#sport8 span.news_date {
  color: blue;
}

/* btn */
#sport8 .btn.btnGreen:hover {
  color: blue;
}

/* //////////////////////////////////// start #sport9 */
#sport9 a {
  color: forestgreen;
}
.header nav li.sport9 a {
  color: forestgreen;
}
.header nav li.sport9.active > a {
  color: #fff;
  background-color: forestgreen;
}

#sport9 #content div.news p.newsInfos span {
  color: forestgreen;
}

#sport9 table .bgColor {
  background: forestgreen;
  cursor: default;
}
/* home news */
#sport9 span.news_date {
  color: forestgreen;
}

/* btn */
#sport9 .btn.btnGreen:hover {
  color: forestgreen;
}

/*-------------------------------
 *	END - Code couleur -
 *-------------------------------




/*	Tableau de bord
-----------------------------------*/
#blockFloat {
  width: 100%;
}

#blockFloat h1 {
  font-size: 1.5em;
  font-weight: normal;
  font-family: Arial;
  color: #333;
  margin: 0 0 0.3em;
}

#blockFloat h3 {
  font-size: 1em;
  font-weight: bold;
  font-family: Arial;
  color: #000;
  border: 0;
  background: none;
}

#blockFloat ul {
  display: block;
  width: 43%;
  min-height: 120px;
  float: left;
  padding: 10px 15px;
  margin: 4px 6px;
  list-style-type: none;
  line-height: 1.4em;
  border: 0;
  border-radius: 10px;
}

#blockFloat ul:hover {
  background-color: #fcfcfc;
}

#blockFloat ul img {
  position: relative;
  float: left;
  padding: 0 10px 0 0;
}

#blockFloat ul a:hover {
  text-decoration: underline;
}

/* Dashboard classes
-----------------------*/
.tbord_conf li,
.tbord_conf h1,
.tbord_dev li,
.tbord_dev h1,
.tbord_nouvelle li,
.tbord_nouvelle h1,
.tbord_membre li,
.tbord_membre h1,
.tbord_calendrier li,
.tbord_calendrier h1,
.tbord_horaire li,
.tbord_horaire h1,
.tbord_stats li,
.tbord_stats h1,
.tbord_requete li,
.tbord_requete h1,
.tbord_forum li,
.tbord_forum h1,
.tbord_evenement li,
.tbord_evenement h1,
.tbord_localisation li,
.tbord_localisation h1,
.tbord_liste li,
.tbord_liste h1,
.tbord_categorie li,
.tbord_categorie h1,
.tbord_menu li,
.tbord_menu h1,
.tbord_contact li,
.tbord_contact h1 {
  padding-left: 90px;
}

.tbord_conf {
  background: transparent url(../img/conf.igs80.gif) no-repeat 10px 10px;
}
.tbord_dev {
  background: transparent url(../img/calendrier.igs80.gif) no-repeat 10px 10px;
}
.tbord_nouvelle {
  background: transparent url(../img/nouvelle.igs80.gif) no-repeat 10px 10px;
}
.tbord_membre {
  background: transparent url(../img/membre.igs80.gif) no-repeat 10px 10px;
}
.tbord_calendrier {
  background: transparent url(../img/calendrier2.igs80.gif) no-repeat 10px 10px;
}
.tbord_horaire {
  background: transparent url(../img/horaire.igs80.gif) no-repeat 10px 10px;
}
.tbord_stats {
  background: transparent url(../img/stats.igs80.gif) no-repeat 10px 10px;
}
.tbord_requete {
  background: transparent url(../img/mort.igs80.gif) no-repeat 10px 10px;
}
.tbord_forum {
  background: transparent url(../img/forum.igs80.gif) no-repeat 10px 10px;
}
.tbord_evenement {
  background: transparent url(../img/evenement.igs80.gif) no-repeat 10px 10px;
}
.tbord_localisation {
  background: transparent url(../img/localisation2.igs80.gif) no-repeat 10px 10px;
}
.tbord_liste {
  background: transparent url(../img/liste.igs80.gif) no-repeat 10px 10px;
}
.tbord_categorie {
  background: transparent url(../img/categorie.igs80.gif) no-repeat 10px 10px;
}
.tbord_menu {
  background: transparent url(../img/indef.igs80.gif) no-repeat 10px 10px;
}
.tbord_contact {
  background: transparent url(../img/calendrier.igs80.gif) no-repeat 10px 10px;
}

div#menutabs {
}
div#menutabs h3 {
  float: left;
  margin-right: 5px;
  padding-right: 5px;
  border: 0;
  color: black;
  cursor: pointer;
}
div#menutabs h3:hover {
  color: orange;
}
div#menutabs h3.selected {
  color: orange;
}

/* tab menu */
div.hide {
  visibility: hidden;
  display: none;
}
div.show {
  visibility: visible;
  display: block;
  border: 1px solid #333;
  width: 100%;
  padding: 4px;
  overflow: auto;
  height: 400px;
}

/* sms & newsletter */
div#listing {
  clear: both;
  width: 500px;
}
div#listing div {
  padding: 0;
  margin: 0;
}
div#listing ul li span.name {
  font-weight: bold;
}
div#listing ul li span.name,
div#listing ul li span.gsm {
  margin-left: 1em;
}
div#listing ul li:hover {
  background-color: #dadada;
}

/* cms elements */
nav.subnav a {
  border: 1px solid;
  background-color: white;
  text-decoration: none;
}
nav.subnav a:hover {
  background-color: #eee;
}

.tableRow {
  background-color: #fff;
}
.tableRowHover {
  background-color: #e3e3e3;
}
#content .expbar ul li.txt {
  font-size: 8px;
}

/* quick search */
.quickSearchWrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.quickSearchWrapper input[type="text"] {
  width: 300px;
  padding: 4px 6px;
}
#showMembers {
  width: 610px;
  right: 15px;
}
#showMembers li {
  width: 300px;
}
#showMembers li a {
  height: 130px;
}
#showMembers li a ul li {
  padding-left: 90px;
  width: 100%;
  font-size: 0.9em;
  white-space: nowrap;
}
#showMembers li a ul li:nth-child(2) {
  font-weight: 700;
}
#showMembers li a ul li:nth-child(4) {
  margin-bottom: 4px;
}
#showMembers li a ul li:nth-child(5),
#showMembers li a ul li:nth-child(6),
#showMembers li a ul li:nth-child(7) {
  font-style: italic;
}

/*	Cellule partie membre
	-----------------------------------*/
#content .cell {
  float: left;
  width: 50%;
  margin: 0;
  padding: 5px;
}

#content .cell ul {
  font-weight: bold;
  padding: 10px;
}

#content .cell ul li {
  list-style-type: none;
}

#content .cell ul li a {
  color: blue;
  text-decoration: none;
}

#content .cell ul.search {
  font-weight: normal;
  padding: 0;
}

#content .cell table {
  margin: 10px 10px;
}

#content .cell input {
  margin: 3px 0;
}

#content .cell fieldset {
  color: black;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
  padding: 40px 10px 10px 10px;
  margin-top: 30px;
}

#content .cell legend {
  font-size: 1.2em;
  text-transform: uppercase;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  margin: 0;
  position: absolute;
  width: 50%;
  top: -20px;
  left: 20px;
}

#content .cell label:not([class]) {
  float: left;
  width: 45%;
  text-align: right;
  margin: 0;
  padding: 0 5px 0 0;
  line-height: 2;
}

#content .cell label.checkbox {
  text-align: center;
}

#content .cell label.checkbox input[type="checkbox"] {
  position: relative;
}

#content .cell .left {
  text-align: left;
}

#content .cell p {
  margin: 4px;
  clear: both;
}

#content .cell .textarea {
  font-size: 12px;
  width: 310px;
  height: 60px;
}

#content .cell .smallfield {
  width: 140px;
}

#content .cell hr {
  margin: 5px 0;
  border-top: 1px solid #a3a3a3;
}

#content .error {
  color: red;
  font-size: 12px;
}

#content .msgok {
  color: green;
  border: 1px solid #d8d8d8;
  background-color: #ffffcc;
  padding: 2px;
}

#content .msgnok {
  color: red;
  border: 1px solid #d8d8d8;
  background-color: #ffffcc;
  padding: 2px;
}
/* Adminsitration
-----------------------------------*/
p.diffuse {
  padding: 5px 10px;
  margin: 10px 0;
  text-align: center;
  background-color: #dadada;
  border: 1px solid #ccc;
}
form[name="fdest"] ul li label {
  margin-left: 5px;
}

/* navgation builder */
.navigationBuilderList {
  list-style-type: none;
  padding-left: 0;
}
.navigationBuilderList li {
  margin-left: 20px;
}
.navigationBuilderList ul {
  list-style-type: none;
  padding-left: 0;
}

#listing {
}
#listing ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 0.9em;
}
#listing ul .checkbox {
  margin: 0;
  position: relative;
}
#listing ul .checkbox input {
  margin: 0;
}
div#listing ul li span.name,
div#listing ul li span.gsm {
  margin-left: 20px;
}
div#listing .show p {
  border-bottom: 1px solid #ddd;
}

/* requetes */
.requetes_wrapper {
  display: flex;
  gap: 10px;
}
.requetes_wrapper h4 {
  margin-top: 30px;
}
.requetes_wrapper .next_column {
  margin-top: 50px;
}
.requetes_wrapper ul {
  list-style-type: none;
  margin: 0.5em 0;
  padding-left: 0;
}
.requetes_wrapper ul li label {
  font-weight: normal;
}

.queries_list_wrapper {
  margin: 50px 0;
}
.queries_list_wrapper ul {
  list-style-type: none;
  float: left;
  margin: 0 10px;
}

.queries_list_wrapper ul li.title,
.queries_list_wrapper ul li.subtitle {
  margin-top: 2em;
}

/* pagination */
.pagination a,
.pagination .active {
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 2px;
  text-decoration: none;
}
.pagination a:hover {
  text-decoration: none;
  background-color: #eee;
}
