/**
* subscribe css by fermin
**/
body {
    font-family: 'Roboto', sans-serif;
}

strong {
    font-weight: bold;
}

header {
    background-color: rgba(28,24,24, 1);
}

#container-client-expert img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 2px solid #efefef;
    background-color: #fff;
}

#container-client-expert #img-expert {
    margin-left: -15px
}

#h1-client-name {
    font-size: 1rem;
    margin: 0;
}

#label-expert-name {
    font-weight: bold;
    line-height: 1em;
    font-size: 1.2em
}

#container-a-main {
    background-color: #f6f6f6
}

.a-main {
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 0.8rem;
}

.a-main.active {
    font-weight: bold
}

.btn-float {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: orange;
    color: #efefef;
    position: fixed;
    z-index: 900;
    bottom: 20px;
    right: 20px;
    border: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    font-size: 20px;
}

.btn-float:focus,
.btn-float:hover {
    outline: none;
    opacity: 0.9;
    cursor: pointer
}

.table-chat {
    font-size: 14px;
}

.table-chat .td-recipient {
    padding-right: 6px;
}

.table-chat .td-sender {
    padding-left: 6px;
}

.table-chat .td-recipient img,
.table-chat .td-sender img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.table-chat .td-recipient-msg .container-msg,
.table-chat .td-sender-msg .container-msg {
    background-color: #efefef;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 5px
}

.table-chat .td-sender-msg .container-msg {
    background-color: #00aacc;
    color: #fff;
}

#btn-subscriptions {
    background-color: transparent;
    border: 0;
    color: #efefef;
    border-radius: 0;
}

#btn-subscriptions:hover,
#btn-subscriptions:active,
#btn-subscriptions:focus {
    color: #fff;
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

.btn-circle .fa {
    line-height: 45px;
    font-size: 20px !important;
}

a.dropdown-item {
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
}

@media (max-width: 575px) {
    #btn-subscriptions {
        display: block;
        width: 100%
    }

    #dropdown-menu-subscriptions {
        width: 100%
    }
}

.sub-sp {
    background-color: #ffffff;
    border-bottom: 3px solid #0a5b7e;
    color: #333;
}

.logo-btf {
  max-height: 25px;
  max-width: 250px;
}
