@charset "UTF-8";

footer {
  margin-top: 15px;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #ecf0f1;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.clickable {
  cursor: pointer;
}

/* 6px gutter */
.gutter-6.row {
  margin-right: -3px;
  margin-left: -3px;
}
.gutter-6 > [class^="col-"], .gutter-6 > [class^=" col-"] {
  padding-right: 3px;
  padding-left: 3px;
}

/* Page d'erreur */

.erreur-icone {
  width: 80px;
  float: left;
  color: #b40500;
  font-size: 20px;
}

.erreur-contenu {
  margin-left: 90px;
}

.erreur-code {
  float: right;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #ddd;
}

.erreur-titre {
  color: #b40500;
  font-size: 36px;
  font-weight: bold;
}

.erreur-message {
  margin-top: 10px;
}

/* AppEnMaint */
#AppEnMaint {
  padding: 20px;
}

@media(min-width:700px) {
  #AppEnMaint {
    width: 700px;
    margin: auto;
  }
}


/* Bouton pour retourner au top */

#top-link-block.affix-top {
  position: absolute;
  bottom: -82px;
  right: 10px;
}

#top-link-block.affix {
  position: fixed;
  bottom: 18px;
  right: 10px;
}

/* Classes utilitaires pour text-responsive. */

.text-xs-left {
  text-align: left
}

.text-xs-right {
  text-align: right
}

.text-xs-center {
  text-align: center
}

.text-xs-justify {
  text-align: justify
}

@media (min-width: 768px) {

  .text-sm-left {
    text-align: left
  }

  .text-sm-right {
    text-align: right
  }

  .text-sm-center {
    text-align: center
  }

  .text-sm-justify {
    text-align: justify
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left
  }

  .text-md-right {
    text-align: right
  }

  .text-md-center {
    text-align: center
  }

  .text-md-justify {
    text-align: justify
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left
  }

  .text-lg-right {
    text-align: right
  }

  .text-lg-center {
    text-align: center
  }

  .text-lg-justify {
    text-align: justify
  }
}

/* _RechAnnuairePersResult */

#RechAnnuairePersResult .row {
  padding: 4px 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#RechAnnuairePersResult .row-entete {
  font-weight: 700;
  background-color: #ecf0f1;
}

#RechAnnuairePersResult .group-row-items .row-item:nth-child(even) {
  background-color: #ecf0f1;
 
}

.mobileTel { display: none; }
.desktopTel { display: block; } 

@media all and (max-device-width: 767px) {
    .mobileTel { display: block; }
    .desktopTel { display: none; }
}

@charset "UTF-8";

body 
{
   font-family: Open sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* Logo */
.navbar-brand {
  display: block;
  width: 105px;
  height: 31px;
  padding: 0;
  margin-top: 10px !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
  background: url("../Content/UQAR/Images/logo-uqar.svg") no-repeat center;
}

/* Particularité pour Kendo pour aller avec le thème bootstrap de l'UQO (TODO: Ajuster pour UQAR)  */

.kddl {
  width: 100% !important;
}

.k-list-container {
  background: #fff;
}

.k-textbox,
.k-state-hover,
.k-state-selected,
.k-list-container,
.k-dropdown-wrap {
  border: 1px solid #ccc !important;
}

.k-state-hover {
  background: #eee;
}

.k-dropdown-wrap {
  padding: 0 7px !important;
}

.k-input {
  line-height: 32px !important;
  height: 32px !important;
  padding: 0;
}

.k-i-arrow-s {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
