
/**
 * Table of content
 *
 * 	1.0 Normalize Default Element
 * 	2.0 Default Element
 * 	3.0 Layout Element
 */

/**
 * 1.0 Normalize Default Element
 */

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 2.0 Default Element
 */

body
{
    line-height: 1.5em;
    background: #E8ECEF;
}


body.read
{
    background: #282A36;
}

a
{
    color: #03AD89;
    text-decoration: none;
}

input, select
{
    padding: 10px 15px;
    border: 1px solid #CCC;
    border-radius: 5px;
    outline: none;
}

a:hover input
{
    text-decoration: none;
}

input[type="text"]:hover, input[type="search"]:hover, input[type="password"]:hover
{
    border-color: #AAA;
}

input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus
{
    border-color: #4285f4;
}

input[type="submit"], input[type="button"]
{
    border: 0;
    color: #FFF;
    background: #31bacd;
    cursor: pointer;
    outline: none;
    font-weight: bold;
    border: 1px solid #31bacd;
}

input[type="submit"].alt, input[type="button"].alt
{
    background-color: #FFF;
    color: #31bacd;
}

input[type="submit"]:hover, input[type="button"]:hover
{
    background-color: #25AEC1;
}

input[type="submit"].alt:hover, input[type="button"].alt:hover
{
    color: #FFF;
}

input[type="submit"]:active, input[type="button"]:active
{
    background-color: #1EA7BA;
}

/**
 * 3.0 Page Style
 */

/**
 * 3.1 Common Class Style
 */

.container
{
    width: 660px;
    margin: 0 auto;
}

.desc
{
    color: #999;
}

.desc.small
{
    font-size: 0.9em;
}

.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}

.hidden
{
    display: none;
}

/**
 * 3.1 Header
 */

.header
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 48px;
    background: #31BACD;
    box-shadow: 0 0px 10px rgba(0,0,0,0.5);
    z-index: 9999;
}

.header.hasnav
{
    margin-left: 64px;
}

.header .title
{
    float: left;
}

.header .title img
{
    width: 40px;
    height: 40px;
    padding-top: 4px;
}

.header .search
{
    padding-left: 50px;
}

.header .search input[type="search"],
.header .search input[type="text"]
{
    background: rgba(0,0,0,0);
    border: 0;
    outline: 0;
    color: #FFF;
    padding: 10px 15px;
    margin-top: 1px;
    width: 300px;
    border-radius: 3px;
}

.header .search input[type="text"]
{
    width: 90%;
}

.header .search input[type="search"]:hover
{
    background: rgba(255,255,255, 0.1);
}

.header .search input[type="search"]:focus
{
    background: rgba(255,255,255, 0.2);
}

/**
 * 3.2 Navigation
 */

.navigation
{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 64px;
    background: #2C343F;
    z-index: 99990;
    box-shadow: inset -10px 0 16px rgba(0,0,0,0.3);
}

.navigation:hover
{
    width: 250px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);;
}

.navigation .section
{
    border-bottom: 1px solid #22242a;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.1);
}

.navigation a
{
    display: block;
    width: 64px;
    height: 48px;
}

.navigation:hover a
{
    width: 250px;
}

.navigation a:hover
{
    background: #22242a;
}

.navigation a img
{
    margin-top: 8px;
    margin-left: 5px;
    float: left;
    width: 32px;
    height: 32px;
}

.navigation a .text
{
    color: rgba(255, 255, 255, 0.5);
    padding-top: 12px;
    padding-left: 50px;
    font-size: 0.9em;
    display: none;
}

.navigation:hover a .text
{
    display: block;
}

.navigation a:hover .text
{
    color:  rgba(255, 255, 255, 0.9);
}

.navigation a .opt
{
    background: #22242a;
    margin-top: 18px;
    margin-right: 5px;
    color: #d3d3d3;
    float: right;
    font-size: 0.7em;
}

/**
 * 3.2 Body
 */

.body
{
    padding-top: 70px;
    padding-bottom: 25px;
}

.body.hasnav
{
    margin-left: 64px;
}

.body a:hover
{
    text-decoration: underline;
}

.body .container .split-left
{
    float: left;
}

.body .container .split-right
{
    float: right;
}

.body .panel
{
    background: #FFF;
    border-radius: 5px;
    margin-bottom: 20px;
}

.body .panel .panel {
    margin-bottom: 0;
}

.body .panel .warp
{
    padding: 10px 20px;
}

.body .panel .vwarp
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.body .panel .hwarp
{
    padding-left: 20px;
    padding-right: 20px;
}

.body .panel.success
{
    background: #DCF3D6;
    color: #536C4A;
}

.body .panel.warning
{
    background: #F8F4C4;
    color: #96712C;
}

.body .panel.error
{
    background: #EEC8C5;
    color: #B02621;
}

.body .panel.info
{
    background: #CDE9F7;
    color: #3C79AD;
}

.body .panel .list
{
    border-bottom: 1px solid #e3e3e3;
}

.body .panel .list.faded
{
    background-color: #f0f0f0;
}

.body .panel .list a
{
    padding: 5px 10px;
    display: block;
}

.body .panel .list a:hover
{
    background-color: #f5f5f5;
}

.body .panel .list .left
{
    float: left;
    color: #333;
}
.body .panel .list .right
{
    float: right;
    padding-right: 10px;
}

.body .panel.left
{
    float: left;
}

.body .single
{
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.body .single h1,
.body .single h2,
.body .single h3
{
    text-align: center;
}

.body div.center
{
    display: table;
    margin: 0 auto;
}

.body div.scan_directory
{
    float: left;
    border: 1px solid #CCC;
    margin: 5px 10px;
    overflow: hidden;
}

.body div.scan_directory label
{
    padding: 10px;
    display: block;
    width: 220px;
    height: 50px;
}

.body div.scan_directory label:hover
{
    background: #f0f0f0;
}

.body div.scan_directory.success
{
    background: #DCF3D6;
    color: #536C4A;
}
.body div.scan_directory.fail
{
    background: #EEC8C5;
    color: #B02621;
}

.body .single input, input.w250
{
    width: 250px;
}

.body .single input[type="checkbox"],
.body .single input[type="radio"]
{
    width: auto;
    margin-right: 5px;
}

.body .card
{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    display: none;
}

.body .card a
{
    display: block;
    width: 208px;
    color: #000;
}
.body .card.mini a
{
    height: auto;
}
.body .card a:hover
{
    background-color: #f5f5f5;
    text-decoration: none;
}

.body .card.faded
{
    background-color: #f0f0f0;
}

.body .card.faded img
{
    opacity: 0.5;
}

.body .tag
{
    font-size: 0.75em;
    background-color: #7f8c8d;
    color: #FFF;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.body .tag.red { background-color: #c0392b; }
.body .tag.blue { background-color: #3498db; }
.body .tag.green { background-color: #2ecc71; }
.body .tag.orange { background-color: #f39c12; }
.body .tag.purple { background-color: #8e44ad; }
.body .tag.black { background-color: #34495e; }

.body .page
{
    float: left;
    margin-left: 5px;
}

.body .page a
{
    display: block;
    padding: 5px 10px;
    color: #000;
}

.body .page a:hover
{
    background-color: #f0f0f0;
}

.body .page .empty
{
    display: block;
    padding: 5px 10px;
}

.body .panlist
{
    float: left;
    width: 100%;
}

.body .panlist .flex
{
    margin-right: 330px;
}

.body .paninfo
{
    float: right;
    width: 320px;
    margin-left: -320px;
}

.body .feed
{
}

.body .feed-item
{
    margin-left: 10px;
    float: left;
    width: 320px;
}

.body .feed-item .title
{
    font-weight: bold;
    color: #333;
}

.body .feed-item .desc
{
    font-size: 0.8em;
}

.body .feed-item .content a
{
    color: #333;
}

.body .feed-item:hover .content a
{
    color: #03AD89;
}

.body .feed-item div.mark_readed
{
    text-decoration: line-through;
}

.body .feed-item div.mark_readed a
{
    color: #999;
}

.body .feed-item img.mark_readed
{
    opacity: 0.65;
}

.body .feed-item .footer
{
    background: #f5f5f5;
    font-size: 0.8em;
    padding: 5px 25px;
}

.body .feed-item .footer a
{
    color: #333;
    padding-right: 5px;
}

.body .feed .load-more
{
    width: 100%;
    background-color: #FFF;
    border-color: #cacaca;
    color: #333;
    margin-bottom: 20px;
}

.body .feed .load-more:hover
{
    background-color: #f0f0f0;
}

.body .feed .load-loading
{
    width: 100%;
    margin-bottom: 20px;
}

.body .img_flex
{
    display: none;
}
