/* DVZ Shoutbox */

#shoutbox {
    margin-bottom: 10px;
    border-bottom: 1px solid #393939;
    border-left: 1px solid #393939;
    border-right: 1px solid #393939;
}
#shoutbox .head {
    background: #003857 url(../../../images/darkv1/thead2.png) 0px 0px;
    border-radius: 3px !important;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
    border-bottom: 1px solid #0E0E0E;
    border: 1px solid rgba(15, 15, 15, 0.76);
    border-bottom: 1px solid rgba(15, 15, 15, 0.76);
    color: #ffffff;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
}
#shoutbox.front .head {
    cursor: pointer;
}
#shoutbox .head .right {
    float: right;
    margin: 0;
    font-size: 13px;
}
#shoutbox.collapsed .head {
    opacity: 0.6;
}
#shoutbox.collapsed .body {
    display: none;
}
#shoutbox .panel {
    border-top: solid 2px rgba(0, 0, 0, 0.1);
}
#shoutbox input.text {
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #AAA;
}
#shoutbox .minposts,
#shoutbox .blocked {
    padding: 6px;
    font-size: 11px;
}
#shoutbox .panel.minposts {
    background: #FFFED8;
    color: #727250;
}
#shoutbox .panel.blocked {
    background: #FCEFEF;
    color: #543A3A;
}
#shoutbox .panel p {
    margin: 0;
}
#shoutbox .window {
    padding: 1px;
    overflow-y: scroll;
}
#shoutbox .data {
    display: table;
    width: 100%;
    font: 12px Arial, sans-serif;
}
#shoutbox .entry > div {} #shoutbox .entry {
    width: 100%;
    transition: background-color 0.0s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    background: rgba(0, 0, 0, 0.5);
}
/*#shoutbox .entry:nth-child(even) { background-color: rgba(0,0,0,0.02); }*/

#shoutbox .entry.new {
    background-color: rgba(255, 255, 100, 0.1);
}
#shoutbox .entry:last-child > div {
    border-bottom: none;
}
#shoutbox .avatar {
    display: table-cell;
    padding: 6px;
}
#shoutbox .avatar img {
    margin: 0 auto;
    vertical-align: middle;
    max-height: 20px;
    max-width: 20px;
    border: solid 1px #FFF;
    box-shadow: 0 0 2px #E0E0E0;
}
#shoutbox .user {
    display: table-cell;
    margin: 0;
    padding: 6px;
    white-space: nowrap;
}
#shoutbox .text {
    display: table-cell;
    margin: 0;
    width: 100%;
    padding: 6px;
    color: #fff;
}
#shoutbox .call {
    cursor: pointer;
    color: #AAAAAA;
}
#shoutbox .info {
    display: table-cell;
    padding: 4px;
    font-size: 11px;
    color: #AAA;
    text-align: right;
    white-space: nowrap;
}
#shoutbox .info .date {
    margin-right: 5px;
}
#shoutbox .info .ip {
    margin-right: 5px;
    color: #CECECE;
}
#shoutbox .mod {
    padding: 3px 6px;
    font-size: 9px;
    font-weight: bold;
    color: #AAA;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.60);
}
#shoutbox .mod:nth-of-type(2) {
    margin-left: 1px;
    margin-right: 5px;
}
#shoutbox ip {
    margin-left: 10px;
}
		