/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018/5/26, 上午 04:32:24
    Author     : changwayne
*/
html body {
/*    font:13px/18px system, -apple-system, BlinkMacSystemFont, 'Noto Sans TC', "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Microsoft Jhenghei", "Microsoft YaHei", "WenQuanYi Micro Hei", "Helvetica Neue", "sans-serif";*/
    font-weight: normal;
    color: #333;
    background-color: #fff;
    position: relative;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height:1.42857143;
    background-color:#fcfcfc;
}
body{
    color:#666;
    letter-spacing: .01em;
    font-size:0.9rem;
    /*text-shadow: rgba(0,0,0,.01) 0 0 1px;*/
}
.hidden{display:none;}
/*            a.fb-login-button{display:inline-block;background-color:#3c5997;padding:5px 15px;}*/
a.fb-login-button:active,
a.fb-login-button:visited,
a.fb-login-button:link{color:white;}

a.fb-logout-button{display:inline-block;background-color:#3c5997;padding:5px 15px;}
a.fb-logout-button:active,
a.fb-logout-button:visited,
a.fb-logout-button:link{color:white;}

footer, header{padding:20px 0 20px 0;}
pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
div.container-message{max-height:150px;overflow:auto;overflow-y:auto;overflow-x:hidden;}
p.log{margin:0;padding:0;display:none;}
.jumbotron{
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.jumbotron{color:#333}
.english{color:#444;font-style:italic;font-size:0.7em;text-decoration: underline;padding-bottom:10px;}
select.group_account_id{
    word-wrap: break-word; 
    white-space: normal;
    width:100%;
    background-color:white;
    padding:7px;
}
body .card .alert, html body .card .alert{padding:.44rem 1.25rem;margin-bottom: 0rem;}
#loading {
    display:none;
    position:absolute;
    left:0;
    top:0;
    z-index:1000;
    width:100%;
    height:100%;
    min-height:100%;
    background:#000;
    opacity:0.8;
    text-align:center;
    color:#fff;
}

#loading_anim {
    position:absolute;
    left:50%;
    top:50%;
    z-index:1010;
}
:-webkit-full-screen {
    background-color: white;
    z-index: 2147 !important;
}


#total-comments, #total-feeds, #avg-comments-per-feed{
    display: table-cell;
    height: 200px;
    width: 200px;
    margin:20px;
}

#total-comments{ background-color: aliceblue; }
#total-feeds{ background-color: wheat; }
#avg-comments-per-feed{ background-color: salmon; }

#summary dt{padding:15px; display:inline-block;}