
.account-sidebar {
    text-align: center;
}

.account-sidebar .img-circle {
    border: 1px solid #e84d43;
    width: 190px;
    height: 190px;
}

.account-menu, .speaker-account-menu {
    margin-top: 25px;
    text-align: left;
    border-right: 1px solid #e84d43;
}

.account-menu-list {

}

.account-menu-list li {

}

.account-menu-list li a {
    color: #e84d43;
    font-size: 16px;
    display: block;
    padding: 5px 8px;
    margin-bottom: 5px;
}

.account-menu-list li a .fa {
    margin-right: 10px;
}

.account-menu-list li.account-menu-list-title a {
    background-color: #e84d43;
    color: white;
}

.account-menu-list li.account-menu-list-title a .fa {
    float: right;
    margin-top: 2px;
}

/*
* Index
*/

.account-index-congress {
    float: left;
    width: 236px;
    height: 236px;
    margin: 10px;
    background-color: #e3e3e3;
}

.account-index-congress-title {
    text-align: center;
    color: white;
    font-size: 26px;
    padding: 40px 5px 10px 5px;
    height: 120px;
}

.account-index-congress-buttons {
    text-align: center;
}

.account-index-congress-buttons a {
    background-color: white;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 5px auto;
    width: 170px;
    padding: 10px 15px;
    color: #e84d43;
    border-radius: 25px;
}

.account-index-congress-button-disabled {
    color: #ccc !important;
    font-size: 14px !important;
}

.account-index-congress-order {
    color: #fff;
    font-size: 70px;
    text-align: center;
}

/*
* Chat
*/

#message-thread-messages {
    height: 400px;
    overflow: auto;
    margin-bottom: 15px;
    margin-right: 20px;
}

#message-thread-form {

}

#message-thread-new-messages {
    display: none;
}

.message-thread-details {
    background-color: #337ab7;
    padding: 8px 15px;
    color: white;
}

.messages-message-load-more-button {
    margin: 10px 0;
}

.message-thread-messages-message {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

.message-thread-messages-message-avatar {
    float: left;
    margin-top: 10px;
}

.message-thread-messages-message-content {
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    padding: 0px 10px 10px 10px;
    margin-left: 65px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.message-thread-messages-message-content-header {
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    background-color: white;
    padding-top: 4px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #111111;
}

.message-thread-messages-message-content-header time {
    color: #939AA4 !important;
    float: right;
}

.message-thread-messages-message-content-header-options {
    color: #939AA4 !important;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin-left: 6px;
}

.message-thread-messages-message-content-content {
    margin-bottom: 0;
    min-height: 38px;
    margin-top: 5px;
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
    padding: 10px 0px;
    color: #111111;
}

#speaker-account-hotel-form-block {

}

#speaker-account-hotel-form-block .input-group-addon {
    background: #b9c3c5;
    color: white;
}

.ui-timepicker-container {
    z-index: 3 !important;
}

/*
* Key Speaker Wishlist
*/

.key-speaker-wishlist-congress {
    float: left;
    width: 190px;
    height: 190px;
    margin: 10px;
    background-color: #e3e3e3;
    background-size: cover;
}

.key-speaker-wishlist-congress-title {
    text-align: center;
    color: white;
    font-size: 20px;
    padding: 25px 5px 10px 5px;
    height: 80px;
}

.key-speaker-wishlist-congress-order {
    color: #fff;
    font-size: 60px;
    text-align: center;
}