body {
  padding-top: 50px;
  padding-bottom: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: transparent;
  color: 333;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
  /*@media screen and (max-width: $screen-xs-max) {
      padding-left: 0px;
      padding-right: 0px;
  }*/
}

.container a {
  color: #23527c;
}
.container .btn {
  background: #e6e6e6;
  color: #23527c;
}
.container #forum-title {
  display: none;
  text-align: center;
}
.container #forum-title h1 {
  color: black;
}
.container #forum-title h2 {
  color: black;
}
@media screen and (min-width: 767px) {
  .container .forum-container {
    margin-top: 2em;
  }
}
.container .forum-container .row {
  vertical-align: middle;
  min-height: 2em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .container .forum-container .row.category, .container .forum-container .row.subject {
    min-height: 3em;
    line-height: 3em;
  }
}
.container .forum-container .row .clickable-row {
  color: black;
}
.container .forum-container .container-title {
  font-weight: bold;
  color: #006699;
  background: linear-gradient(#C8D0D6, #E0E5E9);
  line-height: 2em !important;
  min-height: 2em !important;
  border-bottom: 1px solid white;
}
.container .forum-container .container-title a {
  color: #23527c;
}
.container .forum-container .container-title {
  border-radius: 0px;
}
.container .forum-container .text_valign {
  line-height: 40px;
}
@media screen and (max-width: 390) {
  .container .alert-msg {
    padding: 0;
  }
}
.container .alert-msg div {
  text-align: center;
  background: url("img/raz.gif");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 40px;
  min-width: 40px;
}
.container .alert-msg div span {
  display: none;
}
.container .alert-msg {
  padding-left: 5px;
  padding-right: 0;
}
.container .form-control {
  background-color: white;
  color: #999;
}

.forum-header::before {
  background-image: url("../../img/poulpe.gif");
  background-size: 100%;
  min-height: 40px;
  min-width: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  float: left;
  left: 5px;
  top: 5px;
  position: absolute;
  display: block;
}
.forum-header {
  background: linear-gradient(#1B619A, #1B619A, #1B619A, #1B619A, #83CFE4);
  border: 0;
  box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.1);
}
.forum-header .container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .forum-header .container {
    padding-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .forum-header .container .forum-nav {
    margin-left: 0;
  }
}
.forum-header .container .navbar-header {
  color: white;
  margin-left: 0;
}
.forum-header .container .navbar-header .navbar-brand {
  font-size: x-large;
  color: black;
  text-shadow: none;
  margin-left: 0.2em;
}
.forum-header .container .navbar-header .navbar-toggle:hover {
  background-color: #23527c;
}
.forum-header .container .navbar-collapse {
  color: white;
}
.forum-header .container .navbar-collapse .main {
  text-transform: uppercase;
  margin-left: 35%;
}
@media screen and (max-width: 1199px) {
  .forum-header .container .navbar-collapse .main {
    margin-left: 20%;
  }
}
@media screen and (max-width: 991px) {
  .forum-header .container .navbar-collapse .main {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .forum-header .container .navbar-collapse .main {
    margin-left: 1em;
  }
}
.forum-header .container .navbar-collapse .navbar-nav {
  color: white;
}
.forum-header .container .navbar-collapse .navbar-nav > li > a {
  padding: 30px 10px 0 15px;
  color: White;
}
.forum-header .container .navbar-collapse .navbar-nav > li > a:hover, .forum-header .container .navbar-collapse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}
.forum-header .container .navbar-collapse .navbar-nav > li > form {
  padding-top: 1.3em;
}
.forum-header .container .navbar-collapse .navbar-nav > li > form input {
  max-width: 80%;
}

.lower-pagination {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}
#pleaseWaitDialog .modal-content {
  max-width: 350px;
  background-color: white;
  margin: auto;
  margin-top: 50px;
}
#pleaseWaitDialog .modal-content .gopher-container {
  background: black;
  min-height: 55px;
}
#pleaseWaitDialog .modal-content #gopher-process {
  max-width: 50px;
  animation-name: example;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  -webkit-animation-name: example;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  margin-top: 3px;
}

@keyframes example {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: 84%;
  }
}
@-webkit-keyframes example {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: 84%;
  }
}
.forum-error img {
  max-width: 100%;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.pagination-container {
  text-align: center;
}
.pagination-container .pagination a {
  color: #337ab7;
  background-color: white;
  border: 1px solid #ddd;
}
.pagination-container .pagination .active a {
  color: white;
  background-color: #23527c;
  border-color: #23527c;
}

.button_container {
  text-align: center;
  margin-bottom: 1em;
}

.no-padding {
  padding: 0;
}

.hide {
  display: none;
}

#login input,
#login select,
#login textarea {
  max-width: 280px;
}
#login .checkbox input[type=checkbox] {
  margin-left: 0;
}

.subject {
  background: #EFEFEF;
  border-bottom: 1px solid white;
  border-right: 0;
  border-left: 0;
}
.subject .nb-message {
  padding-left: 1px;
  padding-right: 1px;
}
@media screen and (max-width: 991px) {
  .subject .nb-message {
    padding-left: 0;
    padding-right: 5px;
  }
}
.subject .date_subject p {
  margin: 0;
}
.subject .date_subject .name {
  font-weight: bold;
  text-align: center;
}
.subject .date_subject .date {
  text-align: center;
  font-size: smaller;
}
.subject:hover {
  background-color: #F7FCFF;
}
.subject .subject-title span {
  line-height: 2.5em;
  display: inline-block;
  vertical-align: middle;
}
.subject .subject-title .glyphicon {
  margin-right: 3px;
}
.subject {
  /*.num-container, .icon{
      line-height: 2.5em;
  }*/
}
@media screen and (max-width: 767px) {
  .subject .nb_message {
    padding-left: 5px;
  }
  .subject .num-container {
    padding-right: 3px;
  }
  .subject .icon-container {
    padding-left: 0;
  }
  .subject .icon-container .icon {
    width: 6%;
  }
  .subject .subject-title {
    /*width:65%;*/
    padding-right: 0;
    padding-left: 0;
  }
  .subject .subject-title span {
    line-height: 1.5em;
  }
}

.category-sub-title {
  font-size: small;
  background-color: #D1D7DC;
  text-align: right;
}

@media screen and (min-width: 767px) {
  #Forum .forum-sub-container {
    margin: 20px 0 0 0;
    border: 1px solid #C0C0C0;
    padding: 1px 16px;
  }
}
#Forum .forum-sub-container :last-child .category {
  border-bottom: 0;
}
#Forum .category {
  background: #EFEFEF;
  border-bottom: 1px solid white;
  border-right: 0;
  border-left: 0;
}
#Forum .category a {
  text-decoration: none;
}
#Forum .category:hover {
  background-color: #F7FCFF;
}
#Forum .category .category-sub-title {
  font-size: small;
  background-color: #D1D7DC;
  text-align: right;
}
#Forum .category .cat-column {
  min-height: 40px;
}
#Forum .category .cat-column:not(:last-child) {
  border-right: 1px solid white;
}
@media screen and (max-width: 767px) {
  #Forum .category .num-container {
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media screen and (max-width: 991px) {
  #Forum .category .left-info-container {
    padding: 0 13px;
  }
  #Forum .category .left-info-container .nb-message {
    padding-left: 0;
    padding-right: 5px;
  }
}
#Forum .category .left-info-container .alert-msg {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #Forum .row .col-xs-3 {
    width: 23%;
  }
}
#Forum .text_valign {
  line-height: 40px;
}
#Forum .alternate_bgcolor {
  background: #DEE3E7;
}
#Forum .forum-title {
  color: #006699;
  font-weight: bold;
}
#Forum .avent {
  display: none;
}

.container .form {
  margin: 1em;
  padding: 1em;
  background-color: #EFEFEF;
}

.note-editable img {
  max-width: 80%;
}

#Respond .cke_textarea_inline {
  min-height: 10em;
  border: 1px solid #d1d1d1;
  background: white;
  color: black;
}
#Respond .cke_textarea_inline img {
  max-width: 80%;
}
#Respond .cke_textarea_inline iframe {
  max-width: 100%;
}
#Respond .cke_textarea_inline {
  overflow-x: auto;
}
#Respond {
  background: #EFEFEF;
  padding: 10px;
}
#Respond #smileys-container img {
  max-width: 40px;
  max-height: 40px;
  margin: 3px;
}
#Respond .respond_button {
  margin-top: 5px;
}
#Respond .photo_upload_button {
  font-size: x-large;
  padding: 0px 12px;
}
#Respond .add-subject #subjectTitle {
  width: 100%;
}
#Respond .add-subject .icon-selection label input {
  visibility: hidden;
  position: absolute;
}
#Respond .add-subject .icon-selection label input + img {
  cursor: pointer;
  border: 2px solid transparent;
}
#Respond .add-subject .icon-selection label input:checked + img {
  border: 2px solid #f00;
}
#Respond .add-subject .subject-options #surveyForm {
  margin-left: 30px;
}
#Respond .add-subject .subject-options #surveyForm .survey-question label {
  width: 100%;
}
#Respond .add-subject .subject-options #surveyForm .survey-question label #surveyQuestion {
  width: 100%;
}
#Respond .add-subject .subject-options #surveyForm .survey-question .responses .response input {
  width: 100%;
}
#Respond .quote-container {
  margin: 0 10px;
}
#Respond .quote-container .msg {
  margin-bottom: 25px;
}
#Respond .quote-container .msg .message-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#Respond .quote-container .msg .message {
  padding: 10px;
}
#Respond .quote-container .msg .message img {
  max-width: 50%;
  max-height: 50%;
}
#Respond #author {
  max-width: 200px;
}

#imageUploadForm {
  margin-top: -49px;
  margin-bottom: 10px;
}
#imageUploadForm .btn-file {
  position: relative;
  overflow: hidden;
}
#imageUploadForm .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.quote {
  display: block;
  border: 1px solid #a6c9e2;
  max-width: 90%;
  margin: 1em auto;
  background-color: white;
  padding: 1em;
}
.quote span {
  font-weight: bold;
  display: block;
}
.quote img {
  max-width: 50%;
  max-height: 50%;
}

.cke_editable {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
.cke_editable p {
  margin: 0 0 5px;
}

.msg-container {
  background: transparent;
}
.msg-container .msgs {
  margin-bottom: 1.5em;
}
.msg-container .msgs .message-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #006699;
  color: #FFA34F;
  padding: 0.3em;
}
.msg-container .msgs .message-header a {
  color: white;
}
.msg-container .msgs .message {
  padding: 1em;
}
.msg-container .msgs .message img, .msg-container .msgs .message iframe, .msg-container .msgs .message video {
  max-width: 100%;
}
.msg-container .msgs {
  background: white;
}
@media screen and (max-width: 767px) {
  .msg-container {
    padding: 0;
  }
}

#Subject .message {
  border-bottom: 1px solid white;
  min-height: 100px;
}
#Subject .message img {
  max-width: 100%;
}
#Subject .message .signature {
  font-size: 70%;
  border-top: 1px solid white;
}
#Subject .message .quote img {
  max-width: 50%;
  max-height: 50%;
}
#Subject .message p {
  margin: 0 0 0.5em;
}
#Subject .message iframe {
  max-width: 100%;
}
#Subject .message video {
  max-width: 100%;
}

#survey-question {
  margin-top: 30px;
  text-align: center;
  font-size: large;
}

#survey-container {
  max-width: 700px !important;
  margin: auto;
}
#survey-container canvas {
  margin: auto;
}
#survey-container .voteForm .align-right {
  text-align: right;
}
#survey-container .chart-legend {
  margin: auto;
  max-width: 600px;
}
#survey-container .chart-legend ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#survey-container .chart-legend ul li span {
  display: inline-block;
  min-width: 40px;
  min-height: 15px;
  margin-right: 15px;
}

.avatar p {
  -ms-word-break: keep-all;
  word-break: keep-all;
}
.avatar img {
  width: 100%;
  min-width: 50px;
}

.message-container {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  background: #EFEFEF;
}
.message-container:nth-child(even) {
  background-color: #DEE3E7;
}

#home .welcome {
  margin-top: 2em;
  background: #EEE;
}
#home .forum-widget {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin-bottom: 1.5em;
  background: transparent;
}
#home .forum-widget span {
  font-weight: bold;
  background: #006699;
  color: #FFA34F;
  display: block;
  padding: 0.3em;
}
#home .welcome .connected {
  list-style: none;
}
#home .welcome .connected li img {
  max-width: 30px;
  max-height: 30px;
}
#home .welcome .connected li {
  float: left;
  margin-right: 5px;
}

#Settings .nav {
  background-color: transparent;
}
#Settings .nav li {
  background-color: transparent;
}
#Settings .nav li.active a {
  background-color: white;
  color: #555;
}
#Settings .nav li a:hover {
  background-color: #eee;
}
#Settings .error {
  color: red;
}
#Settings {
  margin-top: 20px;
  background: #EFEFEF;
}
#Settings form {
  padding: 10px;
}
#Settings .edit {
  border: solid 1px black;
  background-color: white;
  padding: 5px;
  min-width: 100%;
  display: block;
  min-height: 2.5em;
}
#Settings .display {
  display: block;
  min-width: 100%;
  border: dotted 1px gray;
  min-height: 1.5em;
}
#Settings .avatar-images img {
  max-width: 50px;
  margin: 5px;
}
#Settings .message {
  margin: 5px;
}
#Settings #avatars-dropdown {
  max-width: 200px;
  margin: 5px;
}
#Settings .container .selected {
  border: 2px solid red;
}

#sort .cat-list {
  max-height: 500px;
  overflow-y: auto;
  background-color: #DEE3E7;
}
@media screen and (max-width: 767px) {
  #sort .cat-list input[type=text] {
    max-width: 65%;
  }
}
#sort .cat-list input[type=text] {
  display: inline;
  max-width: 85%;
}
#sort .cat-list ul {
  -webkit-margin-before: 0;
  -webkit-padding-start: 0;
}
#sort .cat-list ul .selected {
  background-color: #555;
  color: white;
}
#sort .cat-list ul .over {
  color: black;
  background-color: #369;
}
#sort .cat-list ul li {
  list-style-type: none;
  padding: 5px 10px;
}
#sort .cat-list ul li:hover {
  background-color: #666;
  color: white;
}
@media screen and (max-width: 767px) {
  #sort .cat-list .AddTag {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#sort .container {
  background-color: #EFEFEF;
}
#sort .container h3 img {
  width: 40px;
}
#sort .container .smiley-list .imgPreview {
  margin: 5px;
}
#sort .container .smiley-list .imgPreview img {
  max-width: 100px;
  margin: 5px;
}
#sort .container .smiley-list .smiley-container div div {
  height: 50px !important;
}
#sort .container .smiley-list .smiley-container input[type=text] {
  display: inline;
  max-width: 50%;
}
#sort .container .smiley-list .smiley-container {
  max-height: 500px;
  min-height: 500px;
  overflow-y: auto;
}
#sort .container .smiley-list .smiley-container img {
  max-width: 40px;
  max-height: 40px;
  margin: 3px;
}