@font-face{
    font-family: Rope;
    src: '/static/css/Reeperbahn.ttf';
}

h1{
    font-family: Rope;
}
a {
    color: #000; 
}
body {
    font-family: Roboto,sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #eee;
    background-color: lightseagreen;
}
.btn-primary{
    background-color: rgb(20, 181, 146);
}
#historyWindow{
    height: 400px;
    overflow: auto;
    padding-top: 10px;
}
.container{
    max-width: 960px;
}
#messages-main {
    position: relative;
    margin: 0 auto;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#messages-main:after, #messages-main:before {
    content: " ";
    display: table;
}
#messages-main .ms-menu {
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #eee;
    padding-bottom: 50px;
    height: 100%;
    width: 240px;
    background: #fff;
}
.media-body{
    margin-left: 8px;
}    
@media (min-width:768px) {
}@media (max-width:767px) {
    #messages-main .ms-menu {
    height: calc(100% - 58px);
    display: none;
    z-index: 1;
    top: 58px;
}
#messages-main .ms-menu.toggled {
    display: block;
}
#messages-main .ms-body {
    overflow: hidden;
}
}
#messages-main .ms-user {
    padding: 15px;
    background: #f8f8f8;
}
#messages-main .ms-user>div {
    overflow: hidden;
    padding: 3px 5px 0 15px;
    font-size: 11px;
}
#messages-main #ms-compose {
    position: fixed;
    bottom: 120px;
    z-index: 1;
    right: 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}
#ms-menu-trigger {
    user-select: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    padding-right: 10px;
    padding-top: 19px;
}
#ms-menu-trigger i {
    font-size: 21px;
}
#ms-menu-trigger.toggled i:before {
    content: '\f2ea'
}
.fc-toolbar:before, .login-content:after {
    content: ""
}
.message-feed {
    padding: 10px 10px 10px 16px;
}
#footer, .fc-toolbar .ui-button, .fileinput .thumbnail, .four-zero, .four-zero footer>a, .ie-warning, .login-content, .login-navigation, .pt-inner, .pt-inner .pti-footer>a {
    text-align: center;
}
.message-feed.right>.pull-right {
    margin-left: 0px;
}
.message-feed:not(.right) .mf-content {
    background: #03a9f4;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.message-feed.right .mf-content {
    background: rgb(20, 181, 146);
    color: #fff;
}
.mf-content {
    padding: 12px 17px 13px;
    border-radius: 2px;
    display: inline-block;
    max-width: 80%
}
.msb-reply {
    box-shadow: 0 -10px 10px -5px #fff;
    position: relative;
    margin-top: 4px;
    border-top: 1px solid #eee;
    background: #ebebeb;
    width: 100%;
    font-size: 13px;
    border: 0;
    padding: 4px 8px 4px 8px;
    resize: none;
    display: inline-block;
    margin-bottom: -4px;
    transition: all .5s linear;
}
#replyWindow {    
    height: 160px;
    overflow-y: auto;
    float: right;
    padding-bottom: 16px;
    overflow-x: hidden;
}
#replyPrompt {
    font-size: 1.5em; 
    color: #bbb;
    display: inline;
    float:right;
    margin-top:6px;
}
@media only screen and (max-width: 600px) {
    #replyPrompt {
        display: none;
    }
 }
/* width */
#replyWindow::-webkit-scrollbar {
    width: 20px;
}
  /* Track */
#replyWindow::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px black;
    border-radius: 10px;
}
/* Handle */
#replyWindow::-webkit-scrollbar-thumb {
    background: darkgrey; 
    border-radius: 10px;
    height:10px;
}
/* Handle on hover */
#replyWindow::-webkit-scrollbar-thumb:hover {
    background:grey; 
}

#replyWait{
    color:black;
    font-size: x-large;
    margin-left: 36px
}

.reply-btn-grp{
    float: right;
    min-width: 60%;
}
.reply-btn{

}
.reply-btn button{
    padding: 8px 12px 8px 8px;
    margin-right: -2px;
    border-width: 0px 0px 0px 0px;
    background: transparent;
    text-decoration: underline;
    text-align: left;
}
.reply-btn:hover button{
    background: rgb(20, 181, 146) !important;
    color: #fff;
    border-color: #fff;
    text-decoration: none;
}
.reply-btn i{
    color:transparent;
    cursor: pointer;
}
.reply-btn:hover i{
    color: black !important;
}
@media only screen and (max-width: 600px) {
    .reply-btn {
        display: flex;
        width: auto;
    }
 }
.four-zero, .lc-block {
    box-shadow: 0 1px 11px rgba(0, 0, 0, .27);
}
.img-avatar {
    height: 37px;
    border-radius: 2px;
    width: 37px;
}
.list-group.lg-alt .list-group-item {
    border: 0;
}
.p-15 {
    padding: 15px!important;
}
.btn:not(.btn-alt) {
    border: 0;
}
.action-header {
    position: relative;
    background: #f8f8f8;
    padding: 15px 13px 15px 17px;
}
.ah-actions {
    z-index: 3;
    float: right;
    margin-top: 7px;
    position: relative;
}
.actions {
    list-style: none;
    padding: 0;
    margin: 0;
}
.actions>li {
    display: inline-block;
}

.actions:not(.a-alt)>li>a>i {
    color: #939393;
}
.actions>li>a>i {
    font-size: 20px;
}
.actions>li>a {
    display: block;
    padding: 0 10px;
}
.ms-body{
    background:#fff;    
}
#ms-menu-trigger {
    user-select: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 100%;
    padding-right: 10px;
    padding-top: 19px;
    cursor:pointer;
}
#ms-menu-trigger, .message-feed.right {
    text-align: right;
}
#ms-menu-trigger, .toggle-switch {
    -webkit-user-select: none;
    -moz-user-select: none;
}
