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;
}


.tag-interesse {
    display: inline-block;
    margin: 0 5px 10px;
}

.tag-interesse input[type='checkbox'] { display: none; }

.remove-beneficio { cursor: pointer; }

.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; }

.toolbar-logo { width: 100%; }

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;
}
   

section#message-area { 
    background-color: #F5F5F5;
}

section#message-area h3 {
    color: #646464;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

section#message-area #chat {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    height: 520px;
    min-height: 200px;
    padding: 20px 10px 20px 30px;
}

section#message-area #chat #main-area {
    height: 420px;
    overflow-y: scroll;
}

section#message-area #chat #date {
    color: #B1B1B1;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 20px;
    text-align: center;
}

section#message-area #chat #my-message {
    float: right;
    margin-bottom: 30px;
    margin-right: 20px;
    width: 80%; 
}

section#message-area #chat #message-from-someone {
    float: left;
    margin-bottom: 30px;
    padding-right: 15px;
    width: 80%;
}

section#message-area #chat #my-message .content-message {
    background: #730bdc;
    border-radius: 10px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    float: right;
    padding: 15px;
    width: 80%;
}

section#message-area #chat #message-from-someone .content-message {
    background: #F5F5F5;
    border-radius: 10px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    float: left;
    padding: 15px;
    text-align: left;
    width: 80%;
}

section#message-area #chat #my-message .content-message h5,
section#message-area #chat #message-from-someone .content-message h5 {
    color: #646464;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

section#message-area #chat #my-message .content-message h5 { color: #FFFFFF; }

section#message-area #chat #message-from-someone .content-message h5 { color: #646464; }

section#message-area #chat #my-message .content-message .message,
section#message-area #chat #message-from-someone .content-message .message {
    font-size: 13px;
    line-height: 18px;
}

section#message-area #chat #my-message .content-message .message { color: #FFFFFF; }

section#message-area #chat #message-from-someone .content-message .message { color: #646464; }
  

/* mensagem com card */

section#message-area #chat #message-from-someone .content-message .card {
    background: #FFFFFF;
    border: none;
    border-radius: 10px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}

section#message-area #chat #message-from-someone .content-message .card .card-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px 0 0 10px;
}

section#message-area #chat #message-from-someone .content-message .card .card-body { padding: 0 }

section#message-area #chat #message-from-someone .content-message .card .card-body h5 {
    color: #979797;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    padding: 17px 22px 0 22px;
}

section#message-area #chat #message-from-someone .content-message .card .card-body hr { border: 0.5px dashed #DDDDDE; }

section#message-area #chat #message-from-someone .content-message .card .card-body .card-text .icon {
    float: left;
    margin-right: 17px;
    text-align: center;
    width: 15px;
}

section#message-area #chat #message-from-someone .content-message .card .card-body .card-text {
    color: #979797;
    font-size: 11px;
    line-height: 18px;
    padding: 3px 22px;
}

section#message-area #chat #message-from-someone .content-message .card .card-body .card-text .address { padding-bottom: 5px; }

section#message-area #chat #message-from-someone .content-message .card .card-body .card-text .info { padding-bottom: 15px; }

section#message-area #chat #message-from-someone .content-message .card .card-body span {
    color: #FFD600;
    font-size: 25px;
    font-weight: bold;
    line-height: 20px;
    margin: 22px;
}

section#message-area #chat #message-from-someone .content-message .card .card-body .footer {
    background-color: #fafafa;
    border-top: none;
    border-radius: 0px 0px 10px 0px;
    color: #ABABAB;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 15px;
    padding: 12px 22px;
    text-align: left;
}

section#message-area #chat #message-from-someone .content-message .card .card-body a:hover { text-decoration: none; }

section#message-area #chat #message-from-someone .content-message .card .card-body .footer:hover {
    background-color: #730bdc;
    color: #ffffff;
}

/* mensagem com card */

section#message-area #chat #my-message .content-message .time,
section#message-area #chat #message-from-someone .content-message .time { float: right; }

section#message-area #chat #my-message .content-message .time p,
section#message-area #chat #message-from-someone .content-message .time p {   
    color: #B1B1B1;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 12px;
    text-align: center;
}


section#message-area #write-message input[type="text"] {
    background: #FFFFFF;
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    color: #B9B9B9;
    float: left;
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 14px 20px;
    width: 92%;
}


section#message-area #send-message-admin {
    background-color: #730bdc;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 15px;
    line-height: 24px;
    margin-left: 24px;
    margin-top: 20px;
    padding: 19px;
    text-align: center;
    width: 62px;
}

section#message-area #send-message-admin:hover {
    color: #730bdc;
    background-color: #fff;
}   


#main-area::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
    border-radius: 1px;
    background-color: transparent;
}

#main-area::-webkit-scrollbar
{
    width: 6px;
    background-color: #fff;
}

#main-area::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D9D9D9;
}
