/* Bobba surcharge CSS */

#alert {
  padding: 10px;
  color: white;
  text-align: center;
  background-color: #2767a7;
  border-radius: 3px;
}
#alert.red {
  background-color: #d04336;
}
#alert.green {
  background-color: #4caf50;
}
#alert.orange {
  background-color: #fc6204;
}

.box-content .infos {
  border-left: 2px solid rgb(74, 181, 1);
  padding: 5px;
}
.box-content .details {
  margin-left: 12px;
  border-left: 3px dashed #ccc;
  padding: 5px;
  padding-left: 10px;
}
.box-content .dp {
  border-bottom: 1px dashed gray;
  width: 100%;
  margin-top: 11px;
  margin-bottom: 11px;
}

.box-content .vipbtn {
  border: 3px solid #4caf50;
  border-radius: 3px;
  background-color: #4caf50;
  color: white;
  padding: 8px;
  width: 150px;
  text-align: center;
  text-decoration: none;
}
.box-content a {
  text-decoration: none;
}

.badges {
  padding: 2%;
  width: 100%;
}
.badges > h3 {
  margin-bottom: -10px;
}
.badges > a {
  color: black;
}
.badges > a > .unite {
  text-align: center;
  background-color: rgba(201, 201, 201, 0.16);
  border: 1px solid rgba(180, 180, 180, 0.3);
  border-radius: 3px;
  padding: 7px;
  width: 50px;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}
.badges > a > .unite > img {
  background-color: #c9c9c9;
  border-radius: 6px;
  height: 40px;
  padding: 5px;
  width: 40px;
}

.badges > a > .pack {
  text-align: center;
  background-color: rgba(201, 201, 201, 0.16);
  border: 1px solid rgba(180, 180, 180, 0.3);
  border-radius: 3px;
  padding: 7px;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}
.badges > a > .pack > img {
  background-color: #c9c9c9;
  border-radius: 6px;
  height: 40px;
  padding: 5px;
  width: 40px;
  margin-right: 3px;
}

#column4 {
  width: 256px;
}
#column4 table {
  width: 100%;
}
#column5 {
  width: 385px;
}

div.facebook h2.title {
  background-color: #3b5998;
}
div.twitter h2.title {
  background-color: #33ccff;
}
div.marron h2.title {
  background-color: #4d3825;
}
div.turquoise {
  background-color: #1cccb6;
}
div.jauneorange h2.title {
  background-color: #e5a637;
}
div.gray h2.title {
  background-color: #979999;
}
div.midnightblue h2.title {
  background-color: #2c3e50;
}
div.pomegranate h2.title {
  background-color: #c0392b;
}
div.greensea h2.title {
  background-color: #16a085;
}
div.nephritis h2.title {
  background-color: #27ae60;
}
div.belizehole h2.title {
  background-color: #2980b9;
}
div.pumpkin h2.title {
  background-color: #d35400;
}
div.asbestos h2.title {
  background-color: #7f8c8d;
}
div.wisteria h2.title {
  background-color: #8e44ad;
}
div.pink h2.title {
  background-color: #FD6C9E;
}

#rcorners1 {
  border-radius: 25px;
  background: #ff0000;
  padding: 10px;
  width: 480px;
  height: 15px;
  color: white;
}
.comment {
  margin-top: 10px;
  border-spacing: 5px;
  border-bottom: 0.5px solid #757575;
  padding-top: 10px;
  padding-bottom: 10px;
}
.comment > .user-infos {
  display: inline-block;
}
.comment > .user-infos > .avatar {
  width: 40px;
  height: 40px;
}
.comment > .user-infos > .avatar > img {
  margin: -18px 0 0 -12px;
}
.comment > .user-infos > .badge {
  width: 40px;
  height: 40px;
  text-align: center;
}
.comment > .user-infos > .badge > img {
  margin-left: -5px;
}
.comment > .content > a.delete {
  color: #ff0000;
  float: right;
  font-size: 11pt;
}
.comment > .content {
  display: inline-block;
  vertical-align: top;
  margin-top: -10px;
  margin-left: 5px;
  font-size: 9pt;
}
.comment > .content > .username {
  color: #fc6204;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.comment > .content > .staff {
  color: #c0392b;
}
.comment > .content > .message {
  display: block;
  margin-top: 5px;
  font-size: 9pt;
  width: 480px;
  word-wrap: break-word;
}
.comment:last-child {
  border: none;
}
.comment > .actions {
  padding-left: 50px;
  display: block;
  margin-top: 5px;
}
.comment > .actions > a {
  color: inherit;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: underline;
}

ul.pagination {
  text-align: center;
  width: 85%;
  padding: none;
  margin: none;
}
ul.pagination > li {
  display: inline-block;
  font-size: 9pt;
}
ul.pagination > li > a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}
ul.pagination > li.active > a {
  font-weight: normal;
  text-decoration: none;
}
ul.pagination > li > a.arrow {
  text-decoration: none;
}

.send {
  text-align: center;
  margin-top: 10px;
}
.send > .submit {
  width: 100px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #2767a7;
  color: #2767a7;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.send > .submit:hover {
  background-color: #2767a7;
  color: #fff;
  cursor: pointer;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.error {
  text-align: center;
  color: #ff0000;
  margin-bottom: 15px;
}

#article-archive ul li {
  margin-bottom: 15px;
}

emoji {
  color: transparent;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  height: 25px;
  width: 25px;
}

.emoji::selection {
  background-color: highlight;
  color: transparent;
}

.emoji-image {
  font-size: 14px;
  line-height: 28px;
}

.emoji-button {
  cursor: pointer;
  margin: 5px;
}

.emoji-editor {
  -moz-appearance: textfield-multiline;
  -webkit-appearance: textarea;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  cursor: text;
  font: medium -moz-fixed;
  font: -webkit-small-control;
  -webkit-font-smoothing: antialiased;
  height: 100px;
  overflow: auto;
  padding: 5px;
  resize: both;
  width: 100%;
}

.emoji-picker {
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  width: 210px;
}

.emoji-picker a {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  padding: 3px;
}

.emoji-selector {
  border-bottom: 1px solid #ccc;
  display: flex;
}

.emoji-selector li {
  margin: 5px;
}

.emoji-group {
  display: <a href= "https://www.jqueryscript.net/tags.php?/grid/" >grid</a>;
  grid-template-columns: repeat(6, 16.66667%);
  height: 200px;
  overflow-y: scroll;
  padding: 3px;
}

#comment {
  position: relative;
  width: 100%;
  padding-top: 10px;
}

#comment .delete-comment {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 10px;
  color: #b30606;
  text-decoration: none;
}

#comment-message {
  margin-top: 5px;
}

#box-facebook {
  padding-bottom: 10px;
}
