br { clear: both; }

#marca-login {
    margin: 40px 0 20px;
    height: 150px;
}

#marca-adm {
    color: #999;
    cursor: default;
    display: block;
    font-weight: 900;
    line-height: 52px;
    padding-left: 20px;
    text-transform: uppercase;
}

.thumb {
    background-color: #666;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 300;
    height: 130px;
    line-height: 130px;
    margin-bottom: 30px;    
    margin-top: 30px;    
    margin-right: 15px;    
    text-align: center;
    width: 130px;
    float: left;
    position: relative;
}

.thumb-inline {
    background-color: #666;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 300;
    height: 130px;
    line-height: 130px;
    margin-bottom: 30px;
    text-align: center;
    width: 130px;
}

.thumb-form {
    background-color: #666;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 300;
    height: 130px;
    line-height: 130px;
    margin-bottom: 30px;    
    margin-top: 30px;    
    margin-right: 15px;    
    text-align: center;
    width: 200px;
}


.publicado { color: #1cc88a; }
.agendado  { color: #f6c23e; }
.invisivel { color: #36b9cc; }

#rounded-avatar {
    background: #ccc;
    border-radius: 50%;
    height: 100px;
    margin-bottom: 20px;
    width: 100px;
}

#carregando, #sucesso, #erro, #erro2, #campo_quantidade, 
#campo_valor, #accordion, #mostrar-interesses { display: none; }

.restantes {
    font-size: 12px;
    font-style: italic;
}

.btn-add {
    margin: -20px;
    margin-top: 0;
}

.btn-remove-image {
    color: #fff;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 2;
}

.btn-copy-image-url {
    bottom: -38px;
    color: #fff;
    left: 0;
    right: 0;
    position: absolute;

}

.input-url-to-copy {
    border: #fff;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 1px;
}

.center-i     { text-align: center; }
.toggle-table { margin-left: -12px; }

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    padding: 10px;
}

.updateStatus{
    display: none;
    margin-top: 20px;
    font-size: 18px;
}

.simditor .simditor-body img, .editor-style img{
    max-width: 100%;
}

.terms-icon{
    color: #1ab17a;
}

.show-mark {
    display: none;
    padding: 20px;
    width: 15%;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 14px rgb(0 0 0 / 10%);
    text-align: center;
    position: absolute;
    left: 40px;
    bottom: -40px;
    z-index: 999;
}

.list-relations {
  border-collapse: separate;
  margin-bottom: 70px;
  width: 100%;
}
.list-relations caption {
  caption-side: unset;
}
.list-relations tr {
  color: #222222;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
.list-relations td {
  background: #FFFFFF;
  border: 1px solid #D5D5D5;
  padding: 20px;
  text-align: center;
  min-height: 60px;
  position: relative;
}
.list-relations td.axis {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-relations td.axis sub {
  bottom: -1.25em;
}
.list-relations td.axis hr {
  height: 130px;
  background: #0FB6FD;
  width: 2px;
  border: none;
  margin: 0;
  transform: rotate(-75deg);
  position: absolute;
  left: 105px;
}
.list-relations td.axis sup {
  bottom: -1em;
}
.list-relations td.active {
  background: #3C8ADD;
}