/** clears **/
* {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
html, body {
    font-family: Arial, sans-serif;
    a:link { text-decoration:none; }
    a:visited { text-decoration:none; }
    a:hover { text-decoration:none; }
    a:active { text-decoration:none; }
}
.clear {
    clear: both;
}

/** Page **/
#case-number {
    margin-left: 10px;
}

#page {
    margin: 0px auto;
    background-color: #f5f5f5;
    box-shadow: 3px 3px 10px #433E3A;
    height: 100%;
    width: 45%;
    padding: 0;
    min-width: 600px;
    overflow: auto;
}

/** Header **/
#company-header {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 15px 30px;
    background-color: #f5f5f5;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333333;
    display: block;
}
#company-logo {
    height: 60px;
    width: 60px;
    float: left;
    padding-right: 30px;
}
#company-logo img {
    height: 60px;
    width: 60px;
    border-radius: 8px;
    border: 1px solid #f5f5f5;
}
#company-header-name {
    display: block;
    font-size: 24px;
    margin: 5px 0 -5px 0;
}
#company-header-tagline {
    font-size: 11px;
    color: #999;
    font-style: italic;
    margin-left: 18px;
}
#company-header h1 {
    font-size: 12px;
    color: #777;
    text-align: left;
    float: right;
    margin-top: 20px;
    white-space: nowrap;
}

#twiter-follow {
    position:absolute;
    top:25px;
    margin-left:100px;
}

#facebook-like {
    position:absolute;
    top:10px;
    margin-left:240px;
}

#google-circle {
    position:absolute;
    top:12px;
    margin-left:130px;
}

#twitter-convo {
    font-size: 7px;
    color: #777;
    /*color: #fff; */
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    text-transform:uppercase;
    background-color: #fff;
    /*background-color: #01B7EE;*/
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 15px 0px;;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
}
#facebook-convo {
    font-size: 7px;
    color: #777;
    /*color: #fff; */
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    text-transform:uppercase;
    background-color: #fff;
    /*background-color: #3B579D;*/
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 15px 0px;;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
}
#google-convo {
    font-size: 7px;
    color: #777;
    /*color: #fff; */
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    text-transform:uppercase;
    background-color: #fff;
    /*background-color: #DB4A38;*/
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 15px 0px;;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
}
#convo {
    font-size: 7px;
    color: #999;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    text-transform:uppercase;
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 15px 0px;;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
}


/** Body **/

#main-body-wrapper {
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
}

#main-body {
    margin: 0 auto;
}

#main-body-wrapper .viewAllReplies {
    font-size:14px;
    font-weight:bold;
    color:#2a75c6;
    text-align:left;
    padding: 0 10px;
    margin-left: 200px;
    margin-bottom:10px;
    cursor:pointer;
}

#main-content {
    float: left;
    width: 99%;
}
#aside-content {
    float: right;
    width: 25%;
    padding: 10px;
}

#main-content .chat-transcript {
    margin: 0px;
    padding: 0px;
}
#main-content .chat-transcript li {
    text-align: left;
}

.message {
    margin-bottom: 10px;
    padding: 0px 10px;
    position: relative;
}

.disable {
    display:none;
}

.author-avatar {
    position: absolute;
    display: inline-block;
    width: 64px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.author-avatar img {
    position: absolute;
    display: inline-block;
    height: 55px;
    width: 55px;
    padding-right: 1px;
    margin-left: 5px;
    border-radius: 8px;
    border: 1px solid #f5f5f5;
}

.message-body-wrapper {
    margin-left: 75px;
    margin-bottom: 15px;
    background: #F7F7F7;
    background-image: -webkit-linear-gradient(bottom, rgb(247,247,247) 36%, rgb(254,254,254) 68%);
    background-image: -moz-linear-gradient(bottom, rgb(247,247,247) 36%, rgb(254,254,254) 68%);
    border-radius: 5px;
    border: 1px solid #ccc;
    min-width: 340px;
}

.response .message-body-wrapper {
    background: #D7E3F3;
    background-image: -moz-linear-gradient(bottom, rgb(215,227,243) 2%, rgb(238,244,251) 68%);
    background-image: -webkit-linear-gradient(bottom, rgb(215,227,243) 2%, rgb(238,244,251) 68%);
}

.message-body {
    padding: 10px 10px 15px 15px;
    min-width: 320px;
}

.message-body .direct-message {
    width: 78px;
    background: #596375 url("/public/images/lock_private.png") no-repeat 4px 4px;
    border: solid 1px #474747;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    vertical-align: text-top;
    margin: -10px 4px 5px 0px;
    padding: 3px 8px 3px 20px;
    color: white;
    font-size: 11px;
}

.message-body p {
    font-size: 14px;
    color: #555;
    font-family: 'Roboto Condensed', sans-serif;
    min-width: 320px;
    max-width: 430px;
}

.message-body .time {
    font-size: 12px;
    float: right;
    color: #999;
    text-decoration:none;
}

.message-body .screenname {
    font-size: 13px;
    color: #999;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:lighter;
    text-decoration:none;
}

.message-body .fullname {
    font-size: 16px;
    color: #999;
    font-family: 'Roboto Condensed', sans-serif;
    margin-right: 5px;
    color:black;
    text-decoration:none;
}

.message-body .googlelink {
    text-decoration:none;
    color:#D04128;
}

.message-body .twitterlink {
    text-decoration:none;
    color:#0085b0;
}

.message-body .birdIcon {
    width:13px;
    height:11px;
}

.message-body .replyActionIcon {
    background: url("/public/images/twitter/reply_hover.png") 0 0 no-repeat;
    opacity:0.5;
}
.message-body .replyActionIcon:hover {
    cursor:pointer;
    opacity:1.0;
}

.message-body .retweetActionIcon {
    background: url("/public/images/twitter/retweet_hover.png") 0 0 no-repeat;
    opacity:0.5;
}
.message-body .retweetActionIcon:hover {
    cursor:pointer;
    opacity:1.0;
}

.message-body .favoriteActionIcon {
    background: url("/public/images/twitter/favorite_hover.png") 0 0 no-repeat;
    opacity:0.5;
}
.message-body .favoriteActionIcon:hover {
    cursor:pointer;
    opacity:1.0;
}
.message-body .favoriteOn {
    background: url("/public/images/twitter/favorite_on.png") 0 0 no-repeat;
    opacity:1.0;
}

.message-body .actionText {
    padding-right: 5px;
    padding-left:17px;
    font-size:12px;
    text-decoration:none;
    color:#666666;
    position:relative;
    top:-2px;
    height:inherit;
}

.message-body h2 {
    margin-top: -10px;
    padding-top: 0px;
    margin-bottom: 2px;
}

.continue-conversation {
    text-align: left;
}

form {
    display: inline;
    margin-left: 5px;
}

.kb-article-panel h3 {

    margin-top: 15px;
    font-size: 12px;
    color: #777;
}
.kb-article-panel .kb-articles {
    margin-top: 5px;
    border: 2px solid #ccc;
    max-width: 94%;
    padding: 5px 10px;
    background-color: #f9fbfc;
    border-radius: 5px;
}
.kb-article-panel .kb-articles p {
    font-size: 12px;
}

/** FIXME don't do this **/
img {
    width: 48px;
    height: 48px;
}

.sat-panel {
    border: 1px solid #ccc;
    background-color: #f9fbfc;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    color: #555;
}

#follow-the-conversation {
    background-color: #404040;
    color: white;
    border-radius: 3px;
    margin-top: 30px;
    margin-left: 85px;
    margin-right: 10px;
    padding: 10px 10px 25px 10px;
}

#follow-the-conversation p {
    margin-bottom: 10px;
}

#follow-the-conversation-question {
    font-size: 19px;
}

#follow-the-conversation-info {
    font-size: 14px;
}

#sign-in-with-twitter-submit {
    background: white url('/public/images/sign-in-with-twitter.png') no-repeat top;
    width: 151px;
    height: 24px;
    border: none;
}
