2017-01-01 16:11:52 +08:00

13449 lines
284 KiB
CSS

@charset "UTF-8";
.collection-article .contribute-modal li a, .pay-modal .main-inputs input, .top-up-modal .main-inputs input, .withdraw-modal .main-inputs input, .popover-content .content, .popover-content .content h5, .page-title {
font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif
}
.select2-container {
position: relative;
display: inline-block;
zoom: 1;
*display: inline;
vertical-align: top
}
.select2-container, .select2-drop, .select2-search, .select2-search input {
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
box-sizing: border-box
}
.select2-container .select2-choice {
display: block;
overflow: hidden;
text-decoration: none;
padding: 4px 12px;
margin: 0;
color: #333;
text-shadow: 0 1px 0 #fff;
white-space: nowrap;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 13px;
cursor: default;
height: 18px;
background-color: #f3f3f3;
background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f1f1f1));
background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
background-image: linear-gradient(to bottom, #f5f5f5, #f1f1f1);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff1f1f1', GradientType=0);
-webkit-background-clip: padding;
-moz-background-clip: padding;
background-clip: padding;
border: 1px solid #dcdcdc;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.select2-container .select2-choice:hover {
color: #333;
text-shadow: none;
border-color: #c6c6c6;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#f1f1f1));
background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
background-image: linear-gradient(to bottom, #f8f8f8, #f1f1f1);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#fff1f1f1', GradientType=0);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
background-position: 0 0;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
z-index: 2
}
.select2-container-active .select2-choice:hover {
border: 1px solid #4D90FE
}
.select2-container.select2-drop-above .select2-choice {
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
background-image: -o-linear-gradient(bottom, #eee 0%, #fff 90%);
background-image: -ms-linear-gradient(top, #eee 0%, #fff 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
background-image: linear-gradient(top, #eee 0%, #fff 90%)
}
.select2-container .select2-choice span {
margin-right: 26px;
display: block;
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis
}
.select2-container .select2-choice abbr {
display: block;
position: absolute;
right: 26px;
top: 8px;
width: 12px;
height: 12px;
font-size: 1px;
background: url("/assets/select2/select2.png") right top no-repeat;
cursor: pointer;
text-decoration: none;
border: 0;
outline: 0
}
.select2-container .select2-choice abbr:hover {
background-position: right -11px;
cursor: pointer
}
.select2-drop {
background: #fff;
color: #000;
border: 1px solid #aaa;
position: absolute;
top: 100%;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
z-index: 9999;
width: 100%;
margin-top: 1px
}
.select2-drop.select2-drop-above {
margin-top: -1px;
-webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2)
}
.select2-container .select2-choice div {
-webkit-border-radius: 0 2px 2px 0;
-moz-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
position: absolute;
right: 0;
top: 0;
display: block;
height: 100%;
width: 18px
}
.select2-container .select2-choice div b {
background: url(/images/select2.png) no-repeat -30px 2px;
display: block;
width: 100%;
height: 100%
}
.select2-search {
display: inline-block;
white-space: nowrap;
z-index: 10000;
min-height: 26px;
width: 100%;
margin: 0;
padding: 4px 4px 0 4px
}
.select2-search-hidden {
display: block;
position: absolute;
left: -10000px
}
.select2-search input {
background: #fff url(/images/select2.png) no-repeat 100% -22px;
background: url("select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
background: url("select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url("select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url("select2.png") no-repeat 100% -22px, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
background: url("select2.png") no-repeat 100% -22px, -ms-linear-gradient(top, #fff 85%, #eee 99%);
background: url("select2.png") no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
padding: 4px 20px 4px 5px;
outline: 0;
border: 1px solid #aaa;
font-family: sans-serif;
font-size: 1em;
width: 100%;
margin: 0;
height: auto !important;
min-height: 26px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0
}
.select2-drop.select2-drop-above .select2-search input {
margin-top: 4px
}
.select2-search input.select2-active {
background: #fff url(/images/spinner.gif) no-repeat 100%;
background: url(/images/spinner.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
background: url(/images/spinner.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url(/images/spinner.gif) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url(/images/spinner.gif) no-repeat 100%, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
background: url(/images/spinner.gif) no-repeat 100%, -ms-linear-gradient(top, #fff 85%, #eee 99%);
background: url(/images/spinner.gif) no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%)
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
border: 1px solid #4D90FE;
outline: none
}
.select2-dropdown-open .select2-choice, .select2-dropdown-open .select2-choice:hover {
background-color: #f4f4f4;
background-image: -moz-linear-gradient(top, #f6f6f6, #f1f1f1);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#f1f1f1));
background-image: -webkit-linear-gradient(top, #f6f6f6, #f1f1f1);
background-image: -o-linear-gradient(top, #f6f6f6, #f1f1f1);
background-image: linear-gradient(to bottom, #f6f6f6, #f1f1f1);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#fff1f1f1', GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}
.select2-dropdown-open .select2-choice div {
background: transparent;
border-left: none
}
.select2-results {
margin: 4px 1px 4px 0;
padding: 0;
position: relative;
overflow-x: hidden;
overflow-y: auto;
max-height: 200px
}
.select2-results ul.select2-result-sub {
margin: 0 0 0 0
}
.select2-results ul.select2-result-sub > li .select2-result-label {
padding-left: 20px
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
padding-left: 40px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
padding-left: 60px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
padding-left: 80px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
padding-left: 100px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
padding-left: 110px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
padding-left: 120px
}
.select2-results li {
list-style: none;
display: list-item
}
.select2-results li.select2-result-with-children > .select2-result-label {
font-weight: bold
}
.select2-results .select2-result-label {
padding: 3px 7px 4px;
margin: 0;
cursor: pointer
}
.select2-results .select2-highlighted {
background: #eee
}
.select2-results li em {
background: #feffde;
font-style: normal
}
.select2-results .select2-highlighted em {
background: transparent
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
background: #f4f4f4;
display: list-item;
padding-left: 4px
}
.select2-results .select2-disabled {
display: none
}
.select2-more-results.select2-active {
background: #f4f4f4 url(/images/spinner.gif) no-repeat 100%
}
.select2-more-results {
background: #f4f4f4;
display: list-item
}
.select2-container.select2-container-disabled .select2-choice {
color: #b3b3b3;
border-color: #d9d9d9;
background-color: #e6e6e6;
background-image: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
text-shadow: none;
cursor: default
}
.select2-container.select2-container-disabled .select2-choice div {
opacity: 0.5;
filter: alpha(opacity=50)
}
.select2-container-multi .select2-choices {
background-color: #fff;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
margin: 0;
padding: 0;
cursor: text;
overflow: hidden;
height: auto !important;
height: 1%;
position: relative
}
.select2-container-multi .select2-choices:hover {
border: 1px solid #b9b9b9;
border-top: 1px solid #a0a0a0;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}
.select2-container-multi .select2-choices {
min-height: 26px
}
.select2-container-multi.select2-container-active .select2-choices {
border: 1px solid #4D90FE;
outline: none
}
.select2-container-multi .select2-choices li {
float: left;
list-style: none
}
.select2-container-multi .select2-choices .select2-search-field {
white-space: nowrap;
margin: 0;
padding: 0
}
.select2-container-multi .select2-choices .select2-search-field input {
color: #666;
background: transparent !important;
font-family: sans-serif;
font-size: 100%;
height: 15px;
padding: 5px;
margin: 1px 0;
outline: 0;
border: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
background: #fff url(/images/spinner.gif) no-repeat 100% !important
}
.select2-default {
color: #999 !important
}
.select2-container-multi .select2-choices .select2-search-choice {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #DAE4F6;
color: #222;
font-family: Arial;
border: 1px solid #DAE4F6;
line-height: 23px;
padding: 0 19px 0 5px;
margin: 1px;
position: relative;
cursor: default
}
.select2-container-multi .select2-choices .select2-search-choice span {
cursor: default
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
background: #A6D7F5
}
.select2-search-choice-close {
display: block;
position: absolute;
right: 3px;
top: 4px;
width: 12px;
height: 13px;
font-size: 1px;
background: url(/images/select2.png) right top no-repeat;
background-position: right -11px;
outline: none
}
.select2-container-multi.select2-container-disabled .select2-choices {
background-color: #f4f4f4;
background-image: none;
border: 1px solid #ddd;
cursor: default
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
background-image: none;
background-color: #f4f4f4;
border: 1px solid #ddd;
padding: 3px 5px 3px 5px
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
display: none
}
.select2-result-selectable .select2-match, .select2-result-unselectable .select2-result-selectable .select2-match {
font-weight: bold
}
.select2-result-unselectable .select2-match {
text-decoration: none
}
.select2-offscreen {
position: absolute;
left: -10000px
}
.select2-results::-webkit-scrollbar {
height: 16px;
width: 10px
}
.select2-results::-webkit-scrollbar-button:start:decrement, .select2-results::-webkit-scrollbar-button:end:increment {
background-color: transparent;
display: block;
height: 0
}
.select2-results::-webkit-scrollbar-track {
background-clip: padding-box;
border: solid transparent;
border-width: 0 0 0 4px
}
.select2-results::-webkit-scrollbar-track-piece {
background-color: transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.select2-results::-webkit-scrollbar:hover {
background-color: #f3f3f3;
border: 1px solid #dbdbdb
}
.select2-results::-webkit-scrollbar-thumb:vertical, .select2-results::-webkit-scrollbar-thumb:horizontal {
background-color: #c6c6c6;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.select2-results::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
border: solid transparent;
border-width: 0;
-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
-moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
background-clip: padding-box
}
.select2-results::-webkit-scrollbar-thumb:hover {
background-color: #949494
}
.select2-results::-webkit-scrollbar-thumb:active {
background-color: rgba(0, 0, 0, 0.5);
-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
-moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35)
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
background-image: url("/assets/select2/select2x2.png") !important;
background-repeat: no-repeat !important;
background-size: 60px 40px !important
}
.select2-search input {
background-position: 100% -21px !important
}
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
display: block
}
audio, canvas, video {
display: inline-block;
*display: inline;
*zoom: 1
}
audio:not([controls]) {
display: none
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%
}
a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
a:hover, a:active {
outline: 0
}
sub, sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline
}
sup {
top: -0.5em
}
sub {
bottom: -0.25em
}
img {
max-width: 100%;
width: auto \9;
height: auto;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic
}
#map_canvas img, .google-maps img {
max-width: none
}
button, input, select, textarea {
margin: 0;
font-size: 100%;
vertical-align: middle
}
button, input {
*overflow: visible;
line-height: normal
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding: 0;
border: 0
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
-webkit-appearance: button;
cursor: pointer
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
cursor: pointer
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none
}
textarea {
overflow: auto;
vertical-align: top
}
@media print {
* {
text-shadow: none !important;
color: #000 !important;
background: transparent !important;
box-shadow: none !important
}
a, a:visited {
text-decoration: underline
}
a[href]:after {
content: " (" attr(href) ")"
}
abbr[title]:after {
content: " (" attr(title) ")"
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
content: ""
}
pre, blockquote {
border: 1px solid #999;
page-break-inside: avoid
}
thead {
display: table-header-group
}
tr, img {
page-break-inside: avoid
}
img {
max-width: 100% !important
}
@page {
margin: 0.5cm
}
p, h2, h3 {
orphans: 3;
widows: 3
}
h2, h3 {
page-break-after: avoid
}
}
body {
margin: 0;
font-family: Helvetica, Arial, "Hiragino Sans GB", sans-serif;
font-size: 14px;
line-height: 20px;
color: #555555;
background-color: white
}
a {
color: #555555;
text-decoration: none
}
a:hover, a:focus {
color: black;
text-decoration: underline
}
.img-rounded {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px
}
.img-polaroid {
padding: 4px;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}
.img-circle {
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px
}
.row {
margin-left: -20px;
*zoom: 1
}
.row:before, .row:after {
display: table;
content: "";
line-height: 0
}
.row:after {
clear: both
}
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 20px
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 940px
}
.span1 {
width: 60px
}
.span2 {
width: 140px
}
.span3 {
width: 220px
}
.span4 {
width: 300px
}
.span5 {
width: 380px
}
.span6 {
width: 460px
}
.span7 {
width: 540px
}
.span8 {
width: 620px
}
.span9 {
width: 700px
}
.span10 {
width: 780px
}
.span11 {
width: 860px
}
.span12 {
width: 940px
}
.offset1 {
margin-left: 100px
}
.offset2 {
margin-left: 180px
}
.offset3 {
margin-left: 260px
}
.offset4 {
margin-left: 340px
}
.offset5 {
margin-left: 420px
}
.offset6 {
margin-left: 500px
}
.offset7 {
margin-left: 580px
}
.offset8 {
margin-left: 660px
}
.offset9 {
margin-left: 740px
}
.offset10 {
margin-left: 820px
}
.offset11 {
margin-left: 900px
}
.offset12 {
margin-left: 980px
}
.row-fluid {
width: 100%;
*zoom: 1
}
.row-fluid:before, .row-fluid:after {
display: table;
content: "";
line-height: 0
}
.row-fluid:after {
clear: both
}
.row-fluid [class*="span"] {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 0%;
*margin-left: -0.05319%
}
.row-fluid [class*="span"]:first-child {
margin-left: 0
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 0%
}
.row-fluid .span1 {
width: 8.33333%;
*width: 8.28014%
}
.row-fluid .span2 {
width: 16.66667%;
*width: 16.61348%
}
.row-fluid .span3 {
width: 25.0%;
*width: 24.94681%
}
.row-fluid .span4 {
width: 33.33333%;
*width: 33.28014%
}
.row-fluid .span5 {
width: 41.66667%;
*width: 41.61348%
}
.row-fluid .span6 {
width: 50.0%;
*width: 49.94681%
}
.row-fluid .span7 {
width: 58.33333%;
*width: 58.28014%
}
.row-fluid .span8 {
width: 66.66667%;
*width: 66.61348%
}
.row-fluid .span9 {
width: 75.0%;
*width: 74.94681%
}
.row-fluid .span10 {
width: 83.33333%;
*width: 83.28014%
}
.row-fluid .span11 {
width: 91.66667%;
*width: 91.61348%
}
.row-fluid .span12 {
width: 100.0%;
*width: 99.94681%
}
.row-fluid .offset1 {
margin-left: 8.33333%;
*margin-left: 8.22695%
}
.row-fluid .offset1:first-child {
margin-left: 8.33333%;
*margin-left: 8.22695%
}
.row-fluid .offset2 {
margin-left: 16.66667%;
*margin-left: 16.56028%
}
.row-fluid .offset2:first-child {
margin-left: 16.66667%;
*margin-left: 16.56028%
}
.row-fluid .offset3 {
margin-left: 25.0%;
*margin-left: 24.89362%
}
.row-fluid .offset3:first-child {
margin-left: 25.0%;
*margin-left: 24.89362%
}
.row-fluid .offset4 {
margin-left: 33.33333%;
*margin-left: 33.22695%
}
.row-fluid .offset4:first-child {
margin-left: 33.33333%;
*margin-left: 33.22695%
}
.row-fluid .offset5 {
margin-left: 41.66667%;
*margin-left: 41.56028%
}
.row-fluid .offset5:first-child {
margin-left: 41.66667%;
*margin-left: 41.56028%
}
.row-fluid .offset6 {
margin-left: 50.0%;
*margin-left: 49.89362%
}
.row-fluid .offset6:first-child {
margin-left: 50.0%;
*margin-left: 49.89362%
}
.row-fluid .offset7 {
margin-left: 58.33333%;
*margin-left: 58.22695%
}
.row-fluid .offset7:first-child {
margin-left: 58.33333%;
*margin-left: 58.22695%
}
.row-fluid .offset8 {
margin-left: 66.66667%;
*margin-left: 66.56028%
}
.row-fluid .offset8:first-child {
margin-left: 66.66667%;
*margin-left: 66.56028%
}
.row-fluid .offset9 {
margin-left: 75.0%;
*margin-left: 74.89362%
}
.row-fluid .offset9:first-child {
margin-left: 75.0%;
*margin-left: 74.89362%
}
.row-fluid .offset10 {
margin-left: 83.33333%;
*margin-left: 83.22695%
}
.row-fluid .offset10:first-child {
margin-left: 83.33333%;
*margin-left: 83.22695%
}
.row-fluid .offset11 {
margin-left: 91.66667%;
*margin-left: 91.56028%
}
.row-fluid .offset11:first-child {
margin-left: 91.66667%;
*margin-left: 91.56028%
}
.row-fluid .offset12 {
margin-left: 100.0%;
*margin-left: 99.89362%
}
.row-fluid .offset12:first-child {
margin-left: 100.0%;
*margin-left: 99.89362%
}
[class*="span"].hide, .row-fluid [class*="span"].hide {
display: none
}
[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
float: right
}
.container {
margin-right: auto;
margin-left: auto;
*zoom: 1
}
.container:before, .container:after {
display: table;
content: "";
line-height: 0
}
.container:after {
clear: both
}
.container-fluid {
padding-right: 20px;
padding-left: 20px;
*zoom: 1
}
.container-fluid:before, .container-fluid:after {
display: table;
content: "";
line-height: 0
}
.container-fluid:after {
clear: both
}
p {
margin: 0 0 10px
}
.lead {
margin-bottom: 20px;
font-size: 21px;
font-weight: 200;
line-height: 30px
}
small {
font-size: 85%
}
strong {
font-weight: bold
}
em {
font-style: italic
}
cite {
font-style: normal
}
.muted {
color: #999999
}
a.muted:hover, a.muted:focus {
color: gray
}
.text-warning {
color: #c09853
}
a.text-warning:hover, a.text-warning:focus {
color: #a47e3c
}
.text-error {
color: #e36a56
}
a.text-error:hover, a.text-error:focus {
color: #db432a
}
.text-info {
color: #3a87ad
}
a.text-info:hover, a.text-info:focus {
color: #2d6987
}
.text-success {
color: #468847
}
a.text-success:hover, a.text-success:focus {
color: #356635
}
.text-left {
text-align: left
}
.text-right {
text-align: right
}
.text-center {
text-align: center
}
h1, h2, h3, h4, h5, h6 {
margin: 10px 0;
font-family: inherit;
font-weight: bold;
line-height: 20px;
color: inherit;
text-rendering: optimizelegibility
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
font-weight: normal;
line-height: 1;
color: #999999
}
h1, h2, h3 {
line-height: 40px
}
h1 {
font-size: 38.5px
}
h2 {
font-size: 31.5px
}
h3 {
font-size: 24.5px
}
h4 {
font-size: 17.5px
}
h5 {
font-size: 14px
}
h6 {
font-size: 11.9px
}
h1 small {
font-size: 24.5px
}
h2 small {
font-size: 17.5px
}
h3 small {
font-size: 14px
}
h4 small {
font-size: 14px
}
.page-header {
padding-bottom: 9px;
margin: 20px 0 30px;
border-bottom: 1px solid #eeeeee
}
ul, ol {
padding: 0;
margin: 0 0 10px 25px
}
ul ul, ul ol, ol ol, ol ul {
margin-bottom: 0
}
li {
line-height: 20px
}
ul.unstyled, ol.unstyled {
margin-left: 0;
list-style: none
}
ul.inline, ol.inline {
margin-left: 0;
list-style: none
}
ul.inline > li, ol.inline > li {
display: inline-block;
*display: inline;
*zoom: 1;
padding-left: 5px;
padding-right: 5px
}
dl {
margin-bottom: 20px
}
dt, dd {
line-height: 20px
}
dt {
font-weight: bold
}
dd {
margin-left: 10px
}
.dl-horizontal {
*zoom: 1
}
.dl-horizontal:before, .dl-horizontal:after {
display: table;
content: "";
line-height: 0
}
.dl-horizontal:after {
clear: both
}
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.dl-horizontal dd {
margin-left: 180px
}
hr {
margin: 20px 0;
border: 0;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid white
}
abbr[title], abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999
}
abbr.initialism {
font-size: 90%;
text-transform: uppercase
}
blockquote {
padding: 0 0 0 15px;
margin: 0 0 20px;
border-left: 5px solid #eeeeee
}
blockquote p {
margin-bottom: 0;
font-size: 17.5px;
font-weight: 300;
line-height: 1.25
}
blockquote small {
display: block;
line-height: 20px;
color: #999999
}
blockquote small:before {
content: '\2014 \00A0'
}
blockquote.pull-right {
float: right;
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0
}
blockquote.pull-right p, blockquote.pull-right small {
text-align: right
}
blockquote.pull-right small:before {
content: ''
}
blockquote.pull-right small:after {
content: '\00A0 \2014'
}
q:before, q:after, blockquote:before, blockquote:after {
content: ""
}
address {
display: block;
margin-bottom: 20px;
font-style: normal;
line-height: 20px
}
code, pre {
padding: 0 3px 2px;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 12px;
color: #3f3f3f;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px
}
code {
padding: 2px 4px;
color: #d14;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
white-space: nowrap
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 20px;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px
}
pre.prettyprint {
margin-bottom: 20px
}
pre code {
padding: 0;
color: inherit;
white-space: pre;
white-space: pre-wrap;
background-color: transparent;
border: 0
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll
}
form {
margin: 0 0 20px
}
fieldset {
padding: 0;
margin: 0;
border: 0
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: 40px;
color: #3f3f3f;
border: 0;
border-bottom: 1px solid #e5e5e5
}
legend small {
font-size: 15px;
color: #999999
}
label, input, button, select, textarea {
font-size: 14px;
font-weight: normal;
line-height: 20px
}
input, button, select, textarea {
font-family: Helvetica, Arial, "Hiragino Sans GB", sans-serif
}
label {
display: block;
margin-bottom: 5px
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
display: inline-block;
height: 20px;
padding: 4px 6px;
margin-bottom: 10px;
font-size: 14px;
line-height: 20px;
color: #555555;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
vertical-align: middle
}
input, textarea, .uneditable-input {
width: 206px
}
textarea {
height: auto
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: white;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
border-color: rgba(82, 168, 236, 0.8);
outline: 0;
outline: thin dotted \9;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)
}
input[type="radio"], input[type="checkbox"] {
margin: 4px 0 0;
*margin-top: 0;
margin-top: 1px \9;
line-height: normal
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
width: auto
}
select, input[type="file"] {
height: 30px;
*margin-top: 4px;
line-height: 30px
}
select {
width: 220px;
border: 1px solid #cccccc;
background-color: white
}
select[multiple], select[size] {
height: auto
}
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
.uneditable-input, .uneditable-textarea {
color: #999999;
background-color: #fcfcfc;
border-color: #cccccc;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
cursor: not-allowed
}
.uneditable-input {
overflow: hidden;
white-space: nowrap
}
.uneditable-textarea {
width: auto;
height: auto
}
input:-moz-placeholder, textarea:-moz-placeholder {
color: #999999
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #999999
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #999999
}
.radio, .checkbox {
min-height: 20px;
padding-left: 20px
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
float: left;
margin-left: -20px
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
padding-top: 5px
}
.radio.inline, .checkbox.inline {
display: inline-block;
padding-top: 5px;
margin-bottom: 0;
vertical-align: middle
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
margin-left: 10px
}
.input-mini {
width: 60px
}
.input-small {
width: 90px
}
.input-medium {
width: 150px
}
.input-large {
width: 210px
}
.input-xlarge {
width: 270px
}
.input-xxlarge {
width: 530px
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
float: none;
margin-left: 0
}
.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
display: inline-block
}
input, textarea, .uneditable-input {
margin-left: 0
}
.controls-row [class*="span"] + [class*="span"] {
margin-left: 20px
}
input.span1, textarea.span1, .uneditable-input.span1 {
width: 46px
}
input.span2, textarea.span2, .uneditable-input.span2 {
width: 126px
}
input.span3, textarea.span3, .uneditable-input.span3 {
width: 206px
}
input.span4, textarea.span4, .uneditable-input.span4 {
width: 286px
}
input.span5, textarea.span5, .uneditable-input.span5 {
width: 366px
}
input.span6, textarea.span6, .uneditable-input.span6 {
width: 446px
}
input.span7, textarea.span7, .uneditable-input.span7 {
width: 526px
}
input.span8, textarea.span8, .uneditable-input.span8 {
width: 606px
}
input.span9, textarea.span9, .uneditable-input.span9 {
width: 686px
}
input.span10, textarea.span10, .uneditable-input.span10 {
width: 766px
}
input.span11, textarea.span11, .uneditable-input.span11 {
width: 846px
}
input.span12, textarea.span12, .uneditable-input.span12 {
width: 926px
}
.controls-row {
*zoom: 1
}
.controls-row:before, .controls-row:after {
display: table;
content: "";
line-height: 0
}
.controls-row:after {
clear: both
}
.controls-row [class*="span"], .row-fluid .controls-row [class*="span"] {
float: left
}
.controls-row .checkbox[class*="span"], .controls-row .radio[class*="span"] {
padding-top: 5px
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
cursor: not-allowed;
background-color: #eeeeee
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
background-color: transparent
}
.control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline {
color: #c09853
}
.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
color: #c09853
}
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
border-color: #c09853;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
border-color: #a47e3c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
color: #c09853;
background-color: #fcf8e3;
border-color: #c09853
}
.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline {
color: #e36a56
}
.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
color: #e36a56
}
.control-group.error input, .control-group.error select, .control-group.error textarea {
border-color: #e36a56;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
border-color: #db432a;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f1b7ad;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f1b7ad;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f1b7ad
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
color: #e36a56;
background-color: #f2dede;
border-color: #e36a56
}
.control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline {
color: #468847
}
.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
color: #468847
}
.control-group.success input, .control-group.success select, .control-group.success textarea {
border-color: #468847;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
border-color: #356635;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
color: #468847;
background-color: #dff0d8;
border-color: #468847
}
.control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline {
color: #3a87ad
}
.control-group.info .checkbox, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea {
color: #3a87ad
}
.control-group.info input, .control-group.info select, .control-group.info textarea {
border-color: #3a87ad;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
border-color: #2d6987;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3
}
.control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on {
color: #3a87ad;
background-color: #d9edf7;
border-color: #3a87ad
}
input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
color: #b94a48;
border-color: #ee5f5b
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
border-color: #e9322d;
-webkit-box-shadow: 0 0 6px #f8b9b7;
-moz-box-shadow: 0 0 6px #f8b9b7;
box-shadow: 0 0 6px #f8b9b7
}
.form-actions {
padding: 19px 20px 20px;
margin-top: 20px;
margin-bottom: 20px;
background-color: whitesmoke;
border-top: 1px solid #e5e5e5;
*zoom: 1
}
.form-actions:before, .form-actions:after {
display: table;
content: "";
line-height: 0
}
.form-actions:after {
clear: both
}
.help-block, .help-inline {
color: #7b7b7b
}
.help-block {
display: block;
margin-bottom: 10px
}
.help-inline {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
padding-left: 5px
}
.input-append, .input-prepend {
display: inline-block;
margin-bottom: 10px;
vertical-align: middle;
font-size: 0;
white-space: nowrap
}
.input-append input, .input-append select, .input-append .uneditable-input, .input-append .dropdown-menu, .input-append .popover, .input-prepend input, .input-prepend select, .input-prepend .uneditable-input, .input-prepend .dropdown-menu, .input-prepend .popover {
font-size: 14px
}
.input-append input, .input-append select, .input-append .uneditable-input, .input-prepend input, .input-prepend select, .input-prepend .uneditable-input {
position: relative;
margin-bottom: 0;
*margin-left: 0;
vertical-align: top;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0
}
.input-append input:focus, .input-append select:focus, .input-append .uneditable-input:focus, .input-prepend input:focus, .input-prepend select:focus, .input-prepend .uneditable-input:focus {
z-index: 2
}
.input-append .add-on, .input-prepend .add-on {
display: inline-block;
width: auto;
height: 20px;
min-width: 16px;
padding: 4px 5px;
font-size: 14px;
font-weight: normal;
line-height: 20px;
text-align: center;
text-shadow: 0 1px 0 white;
background-color: #eeeeee;
border: 1px solid #ccc
}
.input-append .add-on, .input-append .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .add-on, .input-prepend .btn, .input-prepend .btn-group > .dropdown-toggle {
vertical-align: top;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.input-append .active, .input-prepend .active {
background-color: #a9dba9;
border-color: #46a546
}
.input-prepend .add-on, .input-prepend .btn {
margin-right: -1px
}
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px
}
.input-append input, .input-append select, .input-append .uneditable-input {
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px
}
.input-append input + .btn-group .btn:last-child, .input-append select + .btn-group .btn:last-child, .input-append .uneditable-input + .btn-group .btn:last-child {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0
}
.input-append .add-on, .input-append .btn, .input-append .btn-group {
margin-left: -1px
}
.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0
}
.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append select + .btn-group .btn, .input-prepend.input-append .uneditable-input + .btn-group .btn {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0
}
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
margin-right: -1px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px
}
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
margin-left: -1px;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0
}
.input-prepend.input-append .btn-group:first-child {
margin-left: 0
}
input.search-query {
padding-right: 14px;
padding-right: 4px \9;
padding-left: 14px;
padding-left: 4px \9;
margin-bottom: 0;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px
}
.form-search .input-append .search-query, .form-search .input-prepend .search-query {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.form-search .input-append .search-query {
-webkit-border-radius: 14px 0 0 14px;
-moz-border-radius: 14px 0 0 14px;
border-radius: 14px 0 0 14px
}
.form-search .input-append .btn {
-webkit-border-radius: 0 14px 14px 0;
-moz-border-radius: 0 14px 14px 0;
border-radius: 0 14px 14px 0
}
.form-search .input-prepend .search-query {
-webkit-border-radius: 0 14px 14px 0;
-moz-border-radius: 0 14px 14px 0;
border-radius: 0 14px 14px 0
}
.form-search .input-prepend .btn {
-webkit-border-radius: 14px 0 0 14px;
-moz-border-radius: 14px 0 0 14px;
border-radius: 14px 0 0 14px
}
.form-search input, .form-search textarea, .form-search select, .form-search .help-inline, .form-search .uneditable-input, .form-search .input-prepend, .form-search .input-append, .form-inline input, .form-inline textarea, .form-inline select, .form-inline .help-inline, .form-inline .uneditable-input, .form-inline .input-prepend, .form-inline .input-append, .form-horizontal input, .form-horizontal textarea, .form-horizontal select, .form-horizontal .help-inline, .form-horizontal .uneditable-input, .form-horizontal .input-prepend, .form-horizontal .input-append {
display: inline-block;
*display: inline;
*zoom: 1;
margin-bottom: 0;
vertical-align: middle
}
.form-search .hide, .form-inline .hide, .form-horizontal .hide {
display: none
}
.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {
display: inline-block
}
.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
margin-bottom: 0
}
.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
padding-left: 0;
margin-bottom: 0;
vertical-align: middle
}
.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
float: left;
margin-right: 3px;
margin-left: 0
}
.control-group {
margin-bottom: 10px
}
legend + .control-group {
margin-top: 20px;
-webkit-margin-top-collapse: separate
}
.form-horizontal .control-group {
margin-bottom: 20px;
*zoom: 1
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
display: table;
content: "";
line-height: 0
}
.form-horizontal .control-group:after {
clear: both
}
.form-horizontal .control-label {
float: left;
width: 160px;
padding-top: 5px;
text-align: right
}
.form-horizontal .controls {
*display: inline-block;
*padding-left: 20px;
margin-left: 180px;
*margin-left: 0
}
.form-horizontal .controls:first-child {
*padding-left: 180px
}
.form-horizontal .help-block {
margin-bottom: 0
}
.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block {
margin-top: 10px
}
.form-horizontal .form-actions {
padding-left: 180px
}
table {
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0
}
.table {
width: 100%;
margin-bottom: 20px
}
.table th, .table td {
padding: 8px;
line-height: 20px;
text-align: left;
vertical-align: top;
border-top: 1px solid #dddddd
}
.table th {
font-weight: bold
}
.table thead th {
vertical-align: bottom
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
border-top: 0
}
.table tbody + tbody {
border-top: 2px solid #dddddd
}
.table .table {
background-color: white
}
.table-condensed th, .table-condensed td {
padding: 4px 5px
}
.table-bordered {
border: 1px solid #dddddd;
border-collapse: separate;
*border-collapse: collapse;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px
}
.table-bordered th, .table-bordered td {
border-left: 1px solid #dddddd
}
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
border-top: 0
}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px
}
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px
}
.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px
}
.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child {
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomright: 0;
border-bottom-right-radius: 0
}
.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px
}
.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px
}
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9
}
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
background-color: whitesmoke
}
table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] {
display: table-cell;
float: none;
margin-left: 0
}
.table td.span1, .table th.span1 {
float: none;
width: 44px;
margin-left: 0
}
.table td.span2, .table th.span2 {
float: none;
width: 124px;
margin-left: 0
}
.table td.span3, .table th.span3 {
float: none;
width: 204px;
margin-left: 0
}
.table td.span4, .table th.span4 {
float: none;
width: 284px;
margin-left: 0
}
.table td.span5, .table th.span5 {
float: none;
width: 364px;
margin-left: 0
}
.table td.span6, .table th.span6 {
float: none;
width: 444px;
margin-left: 0
}
.table td.span7, .table th.span7 {
float: none;
width: 524px;
margin-left: 0
}
.table td.span8, .table th.span8 {
float: none;
width: 604px;
margin-left: 0
}
.table td.span9, .table th.span9 {
float: none;
width: 684px;
margin-left: 0
}
.table td.span10, .table th.span10 {
float: none;
width: 764px;
margin-left: 0
}
.table td.span11, .table th.span11 {
float: none;
width: 844px;
margin-left: 0
}
.table td.span12, .table th.span12 {
float: none;
width: 924px;
margin-left: 0
}
.table tbody tr.success > td {
background-color: #dff0d8
}
.table tbody tr.error > td {
background-color: #f2dede
}
.table tbody tr.warning > td {
background-color: #fcf8e3
}
.table tbody tr.info > td {
background-color: #d9edf7
}
.table-hover tbody tr.success:hover > td {
background-color: #d0e9c6
}
.table-hover tbody tr.error:hover > td {
background-color: #ebcccc
}
.table-hover tbody tr.warning:hover > td {
background-color: #faf2cc
}
.table-hover tbody tr.info:hover > td {
background-color: #c4e3f3
}
.dropup, .dropdown {
position: relative
}
.dropdown-toggle {
*margin-bottom: -3px
}
.dropdown-toggle:active, .open .dropdown-toggle {
outline: 0
}
.caret {
display: inline-block;
width: 0;
height: 0;
vertical-align: top;
border-top: 4px solid black;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: ""
}
.dropdown .caret {
margin-top: 8px;
margin-left: 2px
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
background-color: white;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
*border-right-width: 2px;
*border-bottom-width: 2px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box
}
.dropdown-menu.pull-right {
right: 0;
left: auto
}
.dropdown-menu .divider {
*width: 100%;
height: 1px;
margin: 9px 1px;
*margin: -5px 0 5px;
overflow: hidden;
background-color: #e5e5e5;
border-bottom: 1px solid white
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 20px;
color: #3f3f3f;
white-space: nowrap
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
text-decoration: none;
color: white;
background-color: #4f4f4f;
background-image: -moz-linear-gradient(top, #555, #484848);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#484848));
background-image: -webkit-linear-gradient(top, #555, #484848);
background-image: -o-linear-gradient(top, #555, #484848);
background-image: linear-gradient(to bottom, #555, #484848);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF555555', endColorstr='#FF484848', GradientType=0)
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color: white;
text-decoration: none;
outline: 0;
background-color: #4f4f4f;
background-image: -moz-linear-gradient(top, #555, #484848);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#484848));
background-image: -webkit-linear-gradient(top, #555, #484848);
background-image: -o-linear-gradient(top, #555, #484848);
background-image: linear-gradient(to bottom, #555, #484848);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF555555', endColorstr='#FF484848', GradientType=0)
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
color: #999999
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
cursor: default
}
.open {
*z-index: 1000
}
.open > .dropdown-menu {
display: block
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990
}
.pull-right > .dropdown-menu {
right: 0;
left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid black;
content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px
}
.dropdown-submenu {
position: relative
}
.dropdown-submenu > .dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px 6px;
border-radius: 0 6px 6px 6px
}
.dropdown-submenu:hover > .dropdown-menu {
display: block
}
.dropup .dropdown-submenu > .dropdown-menu {
top: auto;
bottom: 0;
margin-top: 0;
margin-bottom: -2px;
-webkit-border-radius: 5px 5px 5px 0;
-moz-border-radius: 5px 5px 5px 0;
border-radius: 5px 5px 5px 0
}
.dropdown-submenu > a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #cccccc;
margin-top: 5px;
margin-right: -10px
}
.dropdown-submenu:hover > a:after {
border-left-color: white
}
.dropdown-submenu.pull-left {
float: none
}
.dropdown-submenu.pull-left > .dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px
}
.dropdown .dropdown-menu .nav-header {
padding-left: 20px;
padding-right: 20px
}
.typeahead {
z-index: 1051;
margin-top: 2px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: whitesmoke;
border: 1px solid #e3e3e3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15)
}
.well-large {
padding: 24px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px
}
.well-small {
padding: 9px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear
}
.fade.in {
opacity: 1
}
.collapse {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease
}
.collapse.in {
height: auto
}
.close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 20px;
color: black;
text-shadow: 0 1px 0 white;
opacity: 0.2;
filter: alpha(opacity=20)
}
.close:hover, .close:focus {
color: black;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
filter: alpha(opacity=40)
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none
}
.btn {
display: inline-block;
*display: inline;
*zoom: 1;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #3f3f3f;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
background-color: whitesmoke;
background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
background-image: -o-linear-gradient(top, #fff, #e6e6e6);
background-image: linear-gradient(to bottom, #fff, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #e6e6e6;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
border: 1px solid #cccccc;
*border: 0;
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
*margin-left: .3em;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
color: #3f3f3f;
background-color: #e6e6e6;
*background-color: #d9d9d9
}
.btn:active, .btn.active {
background-color: #cccccc \9
}
.btn:first-child {
*margin-left: 0
}
.btn:hover, .btn:focus {
color: #3f3f3f;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear
}
.btn:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
.btn.active, .btn:active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}
.btn.disabled, .btn[disabled] {
cursor: default;
background-image: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.btn-large {
padding: 11px 19px;
font-size: 17.5px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
margin-top: 4px
}
.btn-small {
padding: 2px 10px;
font-size: 11.9px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px
}
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
margin-top: 0
}
.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
margin-top: -1px
}
.btn-mini {
padding: 0px 6px;
font-size: 10.5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px
}
.btn-block {
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.btn-block + .btn-block {
margin-top: 5px
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
width: 100%
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
color: rgba(255, 255, 255, 0.75)
}
.btn-primary {
color: white;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #555555;
background-image: -moz-linear-gradient(top, #555, #555);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#555));
background-image: -webkit-linear-gradient(top, #555, #555);
background-image: -o-linear-gradient(top, #555, #555);
background-image: linear-gradient(to bottom, #555, #555);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF555555', endColorstr='#FF555555', GradientType=0);
border-color: #555555 #555555 #2f2f2f;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #555555;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
color: white;
background-color: #555555;
*background-color: #484848
}
.btn-primary:active, .btn-primary.active {
background-color: #3b3b3b \9
}
.btn-warning {
color: white;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #f79c6d;
background-image: -moz-linear-gradient(top, #f9b08b, #f57e42);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9b08b), to(#f57e42));
background-image: -webkit-linear-gradient(top, #f9b08b, #f57e42);
background-image: -o-linear-gradient(top, #f9b08b, #f57e42);
background-image: linear-gradient(to bottom, #f9b08b, #f57e42);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF9B08B', endColorstr='#FFF57E42', GradientType=0);
border-color: #f57e42 #f57e42 #df520c;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #f57e42;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
color: white;
background-color: #f57e42;
*background-color: #f46d2a
}
.btn-warning:active, .btn-warning.active {
background-color: #f25d12 \9
}
.btn-danger {
color: white;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #da4e49;
background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
border-color: #bd362f #bd362f #802420;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #bd362f;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
color: white;
background-color: #bd362f;
*background-color: #a9302a
}
.btn-danger:active, .btn-danger.active {
background-color: #942a25 \9
}
.btn-success {
color: white;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #5bb65b;
background-image: -moz-linear-gradient(top, #62c462, #51a351);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
background-image: -webkit-linear-gradient(top, #62c462, #51a351);
background-image: -o-linear-gradient(top, #62c462, #51a351);
background-image: linear-gradient(to bottom, #62c462, #51a351);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
border-color: #51a351 #51a351 #387038;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #51a351;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
color: white;
background-color: #51a351;
*background-color: #499249
}
.btn-success:active, .btn-success.active {
background-color: #408140 \9
}
.btn-info {
color: white;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #49afcd;
background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
border-color: #2f96b4 #2f96b4 #1f6377;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #2f96b4;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
color: white;
background-color: #2f96b4;
*background-color: #2a85a0
}
.btn-info:active, .btn-info.active {
background-color: #24748c \9
}
.btn-inverse {
color: white;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #3b3b3b;
background-image: -moz-linear-gradient(top, #444, #2f2f2f);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#2f2f2f));
background-image: -webkit-linear-gradient(top, #444, #2f2f2f);
background-image: -o-linear-gradient(top, #444, #2f2f2f);
background-image: linear-gradient(to bottom, #444, #2f2f2f);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF2F2F2F', GradientType=0);
border-color: #2f2f2f #2f2f2f #090909;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #2f2f2f;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
color: white;
background-color: #2f2f2f;
*background-color: #222222
}
.btn-inverse:active, .btn-inverse.active {
background-color: #161616 \9
}
button.btn, input[type="submit"].btn {
*padding-top: 3px;
*padding-bottom: 3px
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
padding: 0;
border: 0
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
*padding-top: 7px;
*padding-bottom: 7px
}
button.btn.btn-small, input[type="submit"].btn.btn-small {
*padding-top: 3px;
*padding-bottom: 3px
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
*padding-top: 1px;
*padding-bottom: 1px
}
.btn-link, .btn-link:active, .btn-link[disabled] {
background-color: transparent;
background-image: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.btn-link {
border-color: transparent;
cursor: pointer;
color: #555555;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.btn-link:hover, .btn-link:focus {
color: black;
text-decoration: underline;
background-color: transparent
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
color: #3f3f3f;
text-decoration: none
}
.btn-group {
position: relative;
display: inline-block;
*display: inline;
*zoom: 1;
font-size: 0;
vertical-align: middle;
white-space: nowrap;
*margin-left: .3em
}
.btn-group:first-child {
*margin-left: 0
}
.btn-group + .btn-group {
margin-left: 5px
}
.btn-toolbar {
font-size: 0;
margin-top: 10px;
margin-bottom: 10px
}
.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group {
margin-left: 5px
}
.btn-group > .btn {
position: relative;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.btn-group > .btn + .btn {
margin-left: -1px
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
font-size: 14px
}
.btn-group > .btn-mini {
font-size: 10.5px
}
.btn-group > .btn-small {
font-size: 11.9px
}
.btn-group > .btn-large {
font-size: 17.5px
}
.btn-group > .btn:first-child {
margin-left: 0;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px
}
.btn-group > .btn.large:first-child {
margin-left: 0;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-left-radius: 6px
}
.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topright: 6px;
border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
border-bottom-right-radius: 6px
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
z-index: 2
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
outline: 0
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
*padding-top: 5px;
*padding-bottom: 5px
}
.btn-group > .btn-mini + .dropdown-toggle {
padding-left: 5px;
padding-right: 5px;
*padding-top: 2px;
*padding-bottom: 2px
}
.btn-group > .btn-small + .dropdown-toggle {
*padding-top: 5px;
*padding-bottom: 4px
}
.btn-group > .btn-large + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
*padding-top: 7px;
*padding-bottom: 7px
}
.btn-group.open .dropdown-toggle {
background-image: none;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}
.btn-group.open .btn.dropdown-toggle {
background-color: #e6e6e6
}
.btn-group.open .btn-primary.dropdown-toggle {
background-color: #555555
}
.btn-group.open .btn-warning.dropdown-toggle {
background-color: #f57e42
}
.btn-group.open .btn-danger.dropdown-toggle {
background-color: #bd362f
}
.btn-group.open .btn-success.dropdown-toggle {
background-color: #51a351
}
.btn-group.open .btn-info.dropdown-toggle {
background-color: #2f96b4
}
.btn-group.open .btn-inverse.dropdown-toggle {
background-color: #2f2f2f
}
.btn .caret {
margin-top: 8px;
margin-left: 0
}
.btn-large .caret {
margin-top: 6px
}
.btn-large .caret {
border-left-width: 5px;
border-right-width: 5px;
border-top-width: 5px
}
.btn-mini .caret, .btn-small .caret {
margin-top: 8px
}
.dropup .btn-large .caret {
border-bottom-width: 5px
}
.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
border-top-color: white;
border-bottom-color: white
}
.btn-group-vertical {
display: inline-block;
*display: inline;
*zoom: 1
}
.btn-group-vertical > .btn {
display: block;
float: none;
max-width: 100%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.btn-group-vertical > .btn + .btn {
margin-left: 0;
margin-top: -1px
}
.btn-group-vertical > .btn:first-child {
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0
}
.btn-group-vertical > .btn:last-child {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px
}
.btn-group-vertical > .btn-large:first-child {
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0
}
.btn-group-vertical > .btn-large:last-child {
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px
}
.alert {
padding: 8px 35px 8px 14px;
margin-bottom: 20px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px
}
.alert, .alert h4 {
color: #c09853
}
.alert h4 {
margin: 0
}
.alert .close {
position: relative;
top: -2px;
right: -21px;
line-height: 20px
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #468847
}
.alert-success h4 {
color: #468847
}
.alert-danger, .alert-error {
background-color: #f2dede;
border-color: #eed3d7;
color: #e36a56
}
.alert-danger h4, .alert-error h4 {
color: #e36a56
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #3a87ad
}
.alert-info h4 {
color: #3a87ad
}
.alert-block {
padding-top: 14px;
padding-bottom: 14px
}
.alert-block > p, .alert-block > ul {
margin-bottom: 0
}
.alert-block p + p {
margin-top: 5px
}
.nav {
margin-left: 0;
margin-bottom: 20px;
list-style: none
}
.nav > li > a {
display: block
}
.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee
}
.nav > li > a > img {
max-width: none
}
.nav > .pull-right {
float: right
}
.nav-header {
display: block;
padding: 3px 15px;
font-size: 11px;
font-weight: bold;
line-height: 20px;
color: #999999;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
text-transform: uppercase
}
.nav li + .nav-header {
margin-top: 9px
}
.nav-list {
padding-left: 15px;
padding-right: 15px;
margin-bottom: 0
}
.nav-list > li > a, .nav-list .nav-header {
margin-left: -15px;
margin-right: -15px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}
.nav-list > li > a {
padding: 3px 15px
}
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
color: white;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
background-color: #555555
}
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
margin-right: 2px
}
.nav-list .divider {
*width: 100%;
height: 1px;
margin: 9px 1px;
*margin: -5px 0 5px;
overflow: hidden;
background-color: #e5e5e5;
border-bottom: 1px solid white
}
.nav-tabs, .nav-pills {
*zoom: 1
}
.nav-tabs:before, .nav-tabs:after, .nav-pills:before, .nav-pills:after {
display: table;
content: "";
line-height: 0
}
.nav-tabs:after, .nav-pills:after {
clear: both
}
.nav-tabs > li, .nav-pills > li {
float: left
}
.nav-tabs > li > a, .nav-pills > li > a {
padding-right: 12px;
padding-left: 12px;
margin-right: 2px;
line-height: 14px
}
.nav-tabs {
border-bottom: 1px solid #ddd
}
.nav-tabs > li {
margin-bottom: -1px
}
.nav-tabs > li > a {
padding-top: 8px;
padding-bottom: 8px;
line-height: 20px;
border: 1px solid transparent;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
border-color: #eeeeee #eeeeee #dddddd
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
color: #555555;
background-color: white;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default
}
.nav-pills > li > a {
padding-top: 8px;
padding-bottom: 8px;
margin-top: 2px;
margin-bottom: 2px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
color: white;
background-color: #555555
}
.nav-stacked > li {
float: none
}
.nav-stacked > li > a {
margin-right: 0
}
.nav-tabs.nav-stacked {
border-bottom: 0
}
.nav-tabs.nav-stacked > li > a {
border: 1px solid #ddd;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.nav-tabs.nav-stacked > li:first-child > a {
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px
}
.nav-tabs.nav-stacked > li:last-child > a {
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px
}
.nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:focus {
border-color: #ddd;
z-index: 2
}
.nav-pills.nav-stacked > li > a {
margin-bottom: 3px
}
.nav-pills.nav-stacked > li:last-child > a {
margin-bottom: 1px
}
.nav-tabs .dropdown-menu {
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px
}
.nav-pills .dropdown-menu {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px
}
.nav .dropdown-toggle .caret {
border-top-color: #555555;
border-bottom-color: #555555;
margin-top: 6px
}
.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
border-top-color: black;
border-bottom-color: black
}
.nav-tabs .dropdown-toggle .caret {
margin-top: 8px
}
.nav .active .dropdown-toggle .caret {
border-top-color: #fff;
border-bottom-color: #fff
}
.nav-tabs .active .dropdown-toggle .caret {
border-top-color: #555555;
border-bottom-color: #555555
}
.nav > .dropdown.active > a:hover, .nav > .dropdown.active > a:focus {
cursor: pointer
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
color: white;
background-color: #999999;
border-color: #999999
}
.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret {
border-top-color: white;
border-bottom-color: white;
opacity: 1;
filter: alpha(opacity=100)
}
.tabs-stacked .open > a:hover, .tabs-stacked .open > a:focus {
border-color: #999999
}
.tabbable {
*zoom: 1
}
.tabbable:before, .tabbable:after {
display: table;
content: "";
line-height: 0
}
.tabbable:after {
clear: both
}
.tab-content {
overflow: auto
}
.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
border-bottom: 0
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
display: none
}
.tab-content > .active, .pill-content > .active {
display: block
}
.tabs-below > .nav-tabs {
border-top: 1px solid #ddd
}
.tabs-below > .nav-tabs > li {
margin-top: -1px;
margin-bottom: 0
}
.tabs-below > .nav-tabs > li > a {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
border-bottom-color: transparent;
border-top-color: #ddd
}
.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
border-color: transparent #ddd #ddd #ddd
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
float: none
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
min-width: 74px;
margin-right: 0;
margin-bottom: 3px
}
.tabs-left > .nav-tabs {
float: left;
margin-right: 19px;
border-right: 1px solid #ddd
}
.tabs-left > .nav-tabs > li > a {
margin-right: -1px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
border-color: #eeeeee #dddddd #eeeeee #eeeeee
}
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
border-color: #ddd transparent #ddd #ddd;
*border-right-color: white
}
.tabs-right > .nav-tabs {
float: right;
margin-left: 19px;
border-left: 1px solid #ddd
}
.tabs-right > .nav-tabs > li > a {
margin-left: -1px;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
border-color: #eeeeee #eeeeee #eeeeee #dddddd
}
.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
border-color: #ddd #ddd #ddd transparent;
*border-left-color: white
}
.nav > .disabled > a {
color: #999999
}
.nav > .disabled > a:hover, .nav > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
cursor: default
}
.navbar {
overflow: visible;
margin-bottom: 20px;
*position: relative;
*z-index: 2
}
.navbar-inner {
min-height: 40px;
padding-left: 20px;
padding-right: 20px;
background-color: white;
background-image: -moz-linear-gradient(top, #fff, #fff);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));
background-image: -webkit-linear-gradient(top, #fff, #fff);
background-image: -o-linear-gradient(top, #fff, #fff);
background-image: linear-gradient(to bottom, #fff, #fff);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
border: 1px solid #e0e0e0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
*zoom: 1
}
.navbar-inner:before, .navbar-inner:after {
display: table;
content: "";
line-height: 0
}
.navbar-inner:after {
clear: both
}
.navbar .container {
width: auto
}
.nav-collapse.collapse {
height: auto;
overflow: visible
}
.navbar .brand {
float: left;
display: block;
padding: 10px 20px 10px;
margin-left: -20px;
font-size: 20px;
font-weight: 200;
color: #555555;
text-shadow: 0 1px 0 white
}
.navbar .brand:hover, .navbar .brand:focus {
text-decoration: none
}
.navbar-text {
margin-bottom: 0;
line-height: 40px;
color: #777777
}
.navbar-link {
color: #555555
}
.navbar-link:hover, .navbar-link:focus {
color: black
}
.navbar .divider-vertical {
height: 40px;
margin: 0 9px;
border-left: 1px solid white;
border-right: 1px solid white
}
.navbar .btn, .navbar .btn-group {
margin-top: 5px
}
.navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn, .navbar .input-prepend .btn-group, .navbar .input-append .btn-group {
margin-top: 0
}
.navbar-form {
margin-bottom: 0;
*zoom: 1
}
.navbar-form:before, .navbar-form:after {
display: table;
content: "";
line-height: 0
}
.navbar-form:after {
clear: both
}
.navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox {
margin-top: 5px
}
.navbar-form input, .navbar-form select, .navbar-form .btn {
display: inline-block;
margin-bottom: 0
}
.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
margin-top: 3px
}
.navbar-form .input-append, .navbar-form .input-prepend {
margin-top: 5px;
white-space: nowrap
}
.navbar-form .input-append input, .navbar-form .input-prepend input {
margin-top: 0
}
.navbar-search {
position: relative;
float: left;
margin-top: 5px;
margin-bottom: 0
}
.navbar-search .search-query {
margin-bottom: 0;
padding: 4px 14px;
font-family: Helvetica, Arial, "Hiragino Sans GB", sans-serif;
font-size: 13px;
font-weight: normal;
line-height: 1;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px
}
.navbar-static-top {
position: static;
margin-bottom: 0
}
.navbar-static-top .navbar-inner {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.navbar-fixed-top, .navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
margin-bottom: 0
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
border-width: 0 0 1px
}
.navbar-fixed-bottom .navbar-inner {
border-width: 1px 0 0
}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
padding-left: 0;
padding-right: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 940px
}
.navbar-fixed-top {
top: 0
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1)
}
.navbar-fixed-bottom {
bottom: 0
}
.navbar-fixed-bottom .navbar-inner {
-webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1)
}
.navbar .nav {
position: relative;
left: 0;
display: block;
float: left;
margin: 0 10px 0 0
}
.navbar .nav.pull-right {
float: right;
margin-right: 0
}
.navbar .nav > li {
float: left
}
.navbar .nav > li > a {
float: none;
padding: 10px 15px 10px;
color: #555555;
text-decoration: none;
text-shadow: 0 1px 0 white
}
.navbar .nav .dropdown-toggle .caret {
margin-top: 8px
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
background-color: transparent;
color: black;
text-decoration: none
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
color: white;
text-decoration: none;
background-color: #e78170;
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125)
}
.navbar .btn-navbar {
display: none;
float: right;
padding: 7px 10px;
margin-left: 5px;
margin-right: 5px;
color: white;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #f2f2f2;
background-image: -moz-linear-gradient(top, #f2f2f2, #f2f2f2);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#f2f2f2));
background-image: -webkit-linear-gradient(top, #f2f2f2, #f2f2f2);
background-image: -o-linear-gradient(top, #f2f2f2, #f2f2f2);
background-image: linear-gradient(to bottom, #f2f2f2, #f2f2f2);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFF2F2F2', GradientType=0);
border-color: #f2f2f2 #f2f2f2 #cccccc;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #f2f2f2;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075)
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
color: white;
background-color: #f2f2f2;
*background-color: #e6e6e6
}
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
background-color: #d9d9d9 \9
}
.navbar .btn-navbar .icon-bar {
display: block;
width: 18px;
height: 2px;
background-color: #f5f5f5;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25)
}
.btn-navbar .icon-bar + .icon-bar {
margin-top: 3px
}
.navbar .nav > li > .dropdown-menu:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: -7px;
left: 9px
}
.navbar .nav > li > .dropdown-menu:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid white;
position: absolute;
top: -6px;
left: 10px
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
border-top: 7px solid #ccc;
border-top-color: rgba(0, 0, 0, 0.2);
border-bottom: 0;
bottom: -7px;
top: auto
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
border-top: 6px solid white;
border-bottom: 0;
bottom: -6px;
top: auto
}
.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
border-top-color: white;
border-bottom-color: white
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
background-color: #e78170;
color: white
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
border-top-color: #555555;
border-bottom-color: #555555
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
border-top-color: white;
border-bottom-color: white
}
.navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right {
left: auto;
right: 0
}
.navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before {
left: auto;
right: 12px
}
.navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.pull-right:after {
left: auto;
right: 13px
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
left: auto;
right: 100%;
margin-left: 0;
margin-right: -1px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px
}
.navbar-inverse .navbar-inner {
background-color: #1b1b1b;
background-image: -moz-linear-gradient(top, #222, #111);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
background-image: -webkit-linear-gradient(top, #222, #111);
background-image: -o-linear-gradient(top, #222, #111);
background-image: linear-gradient(to bottom, #222, #111);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF111111', GradientType=0);
border-color: #252525
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
color: #999999;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}
.navbar-inverse .brand:hover, .navbar-inverse .brand:focus, .navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus {
color: white
}
.navbar-inverse .brand {
color: #999999
}
.navbar-inverse .navbar-text {
color: #999999
}
.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
background-color: transparent;
color: white
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
color: white;
background-color: #111111
}
.navbar-inverse .navbar-link {
color: #999999
}
.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
color: white
}
.navbar-inverse .divider-vertical {
border-left-color: #111111;
border-right-color: #222222
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
background-color: #111111;
color: white
}
.navbar-inverse .nav li.dropdown > a:hover .caret, .navbar-inverse .nav li.dropdown > a:focus .caret {
border-top-color: white;
color: white
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
border-top-color: #999999;
border-bottom-color: #999999
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
border-top-color: white;
border-bottom-color: white
}
.navbar-inverse .navbar-search .search-query {
color: white;
background-color: #515151;
border-color: #111111;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
color: #cccccc
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
color: #cccccc
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
color: #cccccc
}
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
padding: 5px 15px;
color: #3f3f3f;
text-shadow: 0 1px 0 white;
background-color: white;
border: 0;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
outline: 0
}
.navbar-inverse .btn-navbar {
color: white;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #0e0e0e;
background-image: -moz-linear-gradient(top, #151515, #040404);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
background-image: -webkit-linear-gradient(top, #151515, #040404);
background-image: -o-linear-gradient(top, #151515, #040404);
background-image: linear-gradient(to bottom, #151515, #040404);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
border-color: #040404 #040404 black;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #040404;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
color: white;
background-color: #040404;
*background-color: black
}
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
background-color: black \9
}
.pagination {
margin: 20px 0
}
.pagination ul {
display: inline-block;
*display: inline;
*zoom: 1;
margin-left: 0;
margin-bottom: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}
.pagination ul > li {
display: inline
}
.pagination ul > li > a, .pagination ul > li > span {
float: left;
padding: 4px 12px;
line-height: 20px;
text-decoration: none;
background-color: white;
border: 1px solid #dddddd;
border-left-width: 0
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
background-color: whitesmoke
}
.pagination ul > .active > a, .pagination ul > .active > span {
color: #999999;
cursor: default
}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
color: #999999;
background-color: transparent;
cursor: default
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
border-left-width: 1px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px
}
.pagination-centered {
text-align: center
}
.pagination-right {
text-align: right
}
.pagination-large ul > li > a, .pagination-large ul > li > span {
padding: 11px 19px;
font-size: 17.5px
}
.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-left-radius: 6px
}
.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topright: 6px;
border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
border-bottom-right-radius: 6px
}
.pagination-mini ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > a, .pagination-small ul > li:first-child > span {
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius: 3px
}
.pagination-mini ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > a, .pagination-small ul > li:last-child > span {
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topright: 3px;
border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
border-bottom-right-radius: 3px
}
.pagination-small ul > li > a, .pagination-small ul > li > span {
padding: 2px 10px;
font-size: 11.9px
}
.pagination-mini ul > li > a, .pagination-mini ul > li > span {
padding: 0px 6px;
font-size: 10.5px
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: black
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop, .modal-backdrop.fade.in {
opacity: 0.8;
filter: alpha(opacity=80)
}
.modal {
position: fixed;
top: 10%;
left: 50%;
z-index: 1050;
width: 560px;
margin-left: -280px;
background-color: white;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
*border: 1px solid #999;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
outline: none
}
.modal.fade {
-webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
-moz-transition: opacity 0.3s linear, top 0.3s ease-out;
-o-transition: opacity 0.3s linear, top 0.3s ease-out;
transition: opacity 0.3s linear, top 0.3s ease-out;
top: -25%
}
.modal.fade.in {
top: 10%
}
.modal-header {
padding: 9px 15px;
border-bottom: 1px solid #eee
}
.modal-header .close {
margin-top: 2px
}
.modal-header h3 {
margin: 0;
line-height: 30px
}
.modal-body {
position: relative;
overflow-y: auto;
max-height: 400px;
padding: 15px
}
.modal-form {
margin-bottom: 0
}
.modal-footer {
padding: 14px 15px 15px;
margin-bottom: 0;
text-align: right;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: inset 0 1px 0 white;
-moz-box-shadow: inset 0 1px 0 white;
box-shadow: inset 0 1px 0 white;
*zoom: 1
}
.modal-footer:before, .modal-footer:after {
display: table;
content: "";
line-height: 0
}
.modal-footer:after {
clear: both
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px
}
.modal-footer .btn-block + .btn-block {
margin-left: 0
}
.tooltip {
position: absolute;
z-index: 1030;
display: block;
visibility: visible;
font-size: 11px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0)
}
.tooltip.in {
opacity: 0.8;
filter: alpha(opacity=80)
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px
}
.tooltip-inner {
max-width: 200px;
padding: 8px;
color: white;
text-align: center;
text-decoration: none;
background-color: black;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: black
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: black
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: black
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: black
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1010;
display: none;
max-width: 276px;
padding: 1px;
text-align: left;
background-color: white;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal
}
.popover.top {
margin-top: -10px
}
.popover.right {
margin-left: 10px
}
.popover.bottom {
margin-top: 10px
}
.popover.left {
margin-left: -10px
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0
}
.popover-title:empty {
display: none
}
.popover-content {
padding: 9px 14px
}
.popover .arrow, .popover .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid
}
.popover .arrow {
border-width: 11px
}
.popover .arrow:after {
border-width: 10px;
content: ""
}
.popover.top .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px
}
.popover.top .arrow:after {
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: white
}
.popover.right .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, 0.25)
}
.popover.right .arrow:after {
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: white
}
.popover.bottom .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px
}
.popover.bottom .arrow:after {
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: white
}
.popover.left .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, 0.25)
}
.popover.left .arrow:after {
right: 1px;
border-right-width: 0;
border-left-color: white;
bottom: -10px
}
.thumbnails {
margin-left: -20px;
list-style: none;
*zoom: 1
}
.thumbnails:before, .thumbnails:after {
display: table;
content: "";
line-height: 0
}
.thumbnails:after {
clear: both
}
.row-fluid .thumbnails {
margin-left: 0
}
.thumbnails > li {
float: left;
margin-bottom: 20px;
margin-left: 20px
}
.thumbnail {
display: block;
padding: 4px;
line-height: 20px;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out
}
a.thumbnail:hover, a.thumbnail:focus {
border-color: #555555;
-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25)
}
.thumbnail > img {
display: block;
max-width: 100%;
margin-left: auto;
margin-right: auto
}
.thumbnail .caption {
padding: 9px;
color: #555555
}
.label, .badge {
display: inline-block;
padding: 2px 4px;
font-size: 11.844px;
font-weight: bold;
line-height: 14px;
color: white;
vertical-align: baseline;
white-space: nowrap;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #999999
}
.label {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px
}
.badge {
padding-left: 9px;
padding-right: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px
}
.label:empty, .badge:empty {
display: none
}
a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
color: white;
text-decoration: none;
cursor: pointer
}
.label-important {
background-color: #e36a56
}
.label-important[href] {
background-color: #db432a
}
.label-warning {
background-color: #f57e42
}
.label-warning[href] {
background-color: #f25d12
}
.label-success {
background-color: #468847
}
.label-success[href] {
background-color: #356635
}
.label-info {
background-color: #3a87ad
}
.label-info[href] {
background-color: #2d6987
}
.label-inverse {
background-color: #3f3f3f
}
.label-inverse[href] {
background-color: #262626
}
.badge-important {
background-color: #e36a56
}
.badge-important[href] {
background-color: #db432a
}
.badge-warning {
background-color: #f57e42
}
.badge-warning[href] {
background-color: #f25d12
}
.badge-success {
background-color: #468847
}
.badge-success[href] {
background-color: #356635
}
.badge-info {
background-color: #3a87ad
}
.badge-info[href] {
background-color: #2d6987
}
.badge-inverse {
background-color: #3f3f3f
}
.badge-inverse[href] {
background-color: #262626
}
.btn .label, .btn .badge {
position: relative;
top: -1px
}
.btn-mini .label, .btn-mini .badge {
top: 0
}
.carousel {
position: relative;
margin-bottom: 20px;
line-height: 1
}
.carousel-inner {
overflow: hidden;
width: 100%;
position: relative
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-moz-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
display: block;
line-height: 1
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
display: block
}
.carousel-inner > .active {
left: 0
}
.carousel-inner > .next, .carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%
}
.carousel-inner > .next {
left: 100%
}
.carousel-inner > .prev {
left: -100%
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
left: 0
}
.carousel-inner > .active.left {
left: -100%
}
.carousel-inner > .active.right {
left: 100%
}
.carousel-control {
position: absolute;
top: 40%;
left: 15px;
width: 40px;
height: 40px;
margin-top: -20px;
font-size: 60px;
font-weight: 100;
line-height: 30px;
color: white;
text-align: center;
background: #2f2f2f;
border: 3px solid white;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 23px;
opacity: 0.5;
filter: alpha(opacity=50)
}
.carousel-control.right {
left: auto;
right: 15px
}
.carousel-control:hover, .carousel-control:focus {
color: white;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90)
}
.carousel-indicators {
position: absolute;
top: 15px;
right: 15px;
z-index: 5;
margin: 0;
list-style: none
}
.carousel-indicators li {
display: block;
float: left;
width: 10px;
height: 10px;
margin-left: 5px;
text-indent: -999px;
background-color: #ccc;
background-color: rgba(255, 255, 255, 0.25);
border-radius: 5px
}
.carousel-indicators .active {
background-color: #fff
}
.carousel-caption {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 15px;
background: #3f3f3f;
background: rgba(0, 0, 0, 0.75)
}
.carousel-caption h4, .carousel-caption p {
color: white;
line-height: 20px
}
.carousel-caption h4 {
margin: 0 0 5px
}
.carousel-caption p {
margin-bottom: 0
}
.media, .media-body {
overflow: hidden;
*overflow: visible;
zoom: 1
}
.media, .media .media {
margin-top: 15px
}
.media:first-child {
margin-top: 0
}
.media-object {
display: block
}
.media-heading {
margin: 0 0 5px
}
.media > .pull-left {
margin-right: 10px
}
.media > .pull-right {
margin-left: 10px
}
.media-list {
margin-left: 0;
list-style: none
}
.pull-right {
float: right
}
.pull-left {
float: left
}
.hide {
display: none
}
.show {
display: block
}
.invisible {
visibility: hidden
}
.affix {
position: fixed
}
.clearfix {
*zoom: 1
}
.clearfix:before, .clearfix:after {
display: table;
content: "";
line-height: 0
}
.clearfix:after {
clear: both
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}
.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
@-ms-viewport {
width: device-width
}
.hidden {
display: none;
visibility: hidden
}
.visible-phone {
display: none !important
}
.visible-tablet {
display: none !important
}
.hidden-desktop {
display: none !important
}
.visible-desktop {
display: inherit !important
}
@media (min-width: 768px) and (max-width: 979px) {
.hidden-desktop {
display: inherit !important
}
.visible-desktop {
display: none !important
}
.visible-tablet {
display: inherit !important
}
.hidden-tablet {
display: none !important
}
}
@media (max-width: 767px) {
.hidden-desktop {
display: inherit !important
}
.visible-desktop {
display: none !important
}
.visible-phone {
display: inherit !important
}
.hidden-phone {
display: none !important
}
}
.visible-print {
display: none !important
}
@media print {
.visible-print {
display: inherit !important
}
.hidden-print {
display: none !important
}
}
.clearfix {
*zoom: 1
}
.clearfix:before, .clearfix:after {
display: table;
content: "";
line-height: 0
}
.clearfix:after {
clear: both
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}
.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
@media (min-width: 768px) and (max-width: 979px) {
.row {
margin-left: -20px;
*zoom: 1
}
.row:before, .row:after {
display: table;
content: "";
line-height: 0
}
.row:after {
clear: both
}
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 20px
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 724px
}
.span1 {
width: 42px
}
.span2 {
width: 104px
}
.span3 {
width: 166px
}
.span4 {
width: 228px
}
.span5 {
width: 290px
}
.span6 {
width: 352px
}
.span7 {
width: 414px
}
.span8 {
width: 476px
}
.span9 {
width: 538px
}
.span10 {
width: 600px
}
.span11 {
width: 662px
}
.span12 {
width: 724px
}
.offset1 {
margin-left: 82px
}
.offset2 {
margin-left: 144px
}
.offset3 {
margin-left: 206px
}
.offset4 {
margin-left: 268px
}
.offset5 {
margin-left: 330px
}
.offset6 {
margin-left: 392px
}
.offset7 {
margin-left: 454px
}
.offset8 {
margin-left: 516px
}
.offset9 {
margin-left: 578px
}
.offset10 {
margin-left: 640px
}
.offset11 {
margin-left: 702px
}
.offset12 {
margin-left: 764px
}
.row-fluid {
width: 100%;
*zoom: 1
}
.row-fluid:before, .row-fluid:after {
display: table;
content: "";
line-height: 0
}
.row-fluid:after {
clear: both
}
.row-fluid [class*="span"] {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 0%;
*margin-left: -0.05319%
}
.row-fluid [class*="span"]:first-child {
margin-left: 0
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 0%
}
.row-fluid .span1 {
width: 8.33333%;
*width: 8.28014%
}
.row-fluid .span2 {
width: 16.66667%;
*width: 16.61348%
}
.row-fluid .span3 {
width: 25.0%;
*width: 24.94681%
}
.row-fluid .span4 {
width: 33.33333%;
*width: 33.28014%
}
.row-fluid .span5 {
width: 41.66667%;
*width: 41.61348%
}
.row-fluid .span6 {
width: 50.0%;
*width: 49.94681%
}
.row-fluid .span7 {
width: 58.33333%;
*width: 58.28014%
}
.row-fluid .span8 {
width: 66.66667%;
*width: 66.61348%
}
.row-fluid .span9 {
width: 75.0%;
*width: 74.94681%
}
.row-fluid .span10 {
width: 83.33333%;
*width: 83.28014%
}
.row-fluid .span11 {
width: 91.66667%;
*width: 91.61348%
}
.row-fluid .span12 {
width: 100.0%;
*width: 99.94681%
}
.row-fluid .offset1 {
margin-left: 8.33333%;
*margin-left: 8.22695%
}
.row-fluid .offset1:first-child {
margin-left: 8.33333%;
*margin-left: 8.22695%
}
.row-fluid .offset2 {
margin-left: 16.66667%;
*margin-left: 16.56028%
}
.row-fluid .offset2:first-child {
margin-left: 16.66667%;
*margin-left: 16.56028%
}
.row-fluid .offset3 {
margin-left: 25.0%;
*margin-left: 24.89362%
}
.row-fluid .offset3:first-child {
margin-left: 25.0%;
*margin-left: 24.89362%
}
.row-fluid .offset4 {
margin-left: 33.33333%;
*margin-left: 33.22695%
}
.row-fluid .offset4:first-child {
margin-left: 33.33333%;
*margin-left: 33.22695%
}
.row-fluid .offset5 {
margin-left: 41.66667%;
*margin-left: 41.56028%
}
.row-fluid .offset5:first-child {
margin-left: 41.66667%;
*margin-left: 41.56028%
}
.row-fluid .offset6 {
margin-left: 50.0%;
*margin-left: 49.89362%
}
.row-fluid .offset6:first-child {
margin-left: 50.0%;
*margin-left: 49.89362%
}
.row-fluid .offset7 {
margin-left: 58.33333%;
*margin-left: 58.22695%
}
.row-fluid .offset7:first-child {
margin-left: 58.33333%;
*margin-left: 58.22695%
}
.row-fluid .offset8 {
margin-left: 66.66667%;
*margin-left: 66.56028%
}
.row-fluid .offset8:first-child {
margin-left: 66.66667%;
*margin-left: 66.56028%
}
.row-fluid .offset9 {
margin-left: 75.0%;
*margin-left: 74.89362%
}
.row-fluid .offset9:first-child {
margin-left: 75.0%;
*margin-left: 74.89362%
}
.row-fluid .offset10 {
margin-left: 83.33333%;
*margin-left: 83.22695%
}
.row-fluid .offset10:first-child {
margin-left: 83.33333%;
*margin-left: 83.22695%
}
.row-fluid .offset11 {
margin-left: 91.66667%;
*margin-left: 91.56028%
}
.row-fluid .offset11:first-child {
margin-left: 91.66667%;
*margin-left: 91.56028%
}
.row-fluid .offset12 {
margin-left: 100.0%;
*margin-left: 99.89362%
}
.row-fluid .offset12:first-child {
margin-left: 100.0%;
*margin-left: 99.89362%
}
input, textarea, .uneditable-input {
margin-left: 0
}
.controls-row [class*="span"] + [class*="span"] {
margin-left: 20px
}
input.span1, textarea.span1, .uneditable-input.span1 {
width: 28px
}
input.span2, textarea.span2, .uneditable-input.span2 {
width: 90px
}
input.span3, textarea.span3, .uneditable-input.span3 {
width: 152px
}
input.span4, textarea.span4, .uneditable-input.span4 {
width: 214px
}
input.span5, textarea.span5, .uneditable-input.span5 {
width: 276px
}
input.span6, textarea.span6, .uneditable-input.span6 {
width: 338px
}
input.span7, textarea.span7, .uneditable-input.span7 {
width: 400px
}
input.span8, textarea.span8, .uneditable-input.span8 {
width: 462px
}
input.span9, textarea.span9, .uneditable-input.span9 {
width: 524px
}
input.span10, textarea.span10, .uneditable-input.span10 {
width: 586px
}
input.span11, textarea.span11, .uneditable-input.span11 {
width: 648px
}
input.span12, textarea.span12, .uneditable-input.span12 {
width: 710px
}
}
@media (max-width: 767px) {
body {
padding-left: 20px;
padding-right: 20px
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
margin-left: -20px;
margin-right: -20px
}
.container-fluid {
padding: 0
}
.dl-horizontal dt {
float: none;
clear: none;
width: auto;
text-align: left
}
.dl-horizontal dd {
margin-left: 0
}
.container {
width: auto
}
.row-fluid {
width: 100%
}
.row, .thumbnails {
margin-left: 0
}
.thumbnails > li {
float: none;
margin-left: 0
}
[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
float: none;
display: block;
width: 100%;
margin-left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.span12, .row-fluid .span12 {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.row-fluid [class*="offset"]:first-child {
margin-left: 0
}
.input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
display: inline-block;
width: auto
}
.controls-row [class*="span"] + [class*="span"] {
margin-left: 0
}
.modal {
position: fixed;
top: 20px;
left: 20px;
right: 20px;
width: auto;
margin: 0
}
.modal.fade {
top: -100px
}
.modal.fade.in {
top: 20px
}
}
@media (max-width: 480px) {
.nav-collapse {
-webkit-transform: translate3d(0, 0, 0)
}
.page-header h1 small {
display: block;
line-height: 20px
}
input[type="checkbox"], input[type="radio"] {
border: 1px solid #ccc
}
.form-horizontal .control-label {
float: none;
width: auto;
padding-top: 0;
text-align: left
}
.form-horizontal .controls {
margin-left: 0
}
.form-horizontal .control-list {
padding-top: 0
}
.form-horizontal .form-actions {
padding-left: 10px;
padding-right: 10px
}
.media .pull-left, .media .pull-right {
float: none;
display: block;
margin-bottom: 10px
}
.media-object {
margin-right: 0;
margin-left: 0
}
.modal {
top: 10px;
left: 10px;
right: 10px
}
.modal-header .close {
padding: 10px;
margin: -10px
}
.carousel-caption {
position: static
}
}
@media (max-width: 979px) {
body {
padding-top: 0
}
.navbar-fixed-top, .navbar-fixed-bottom {
position: static
}
.navbar-fixed-top {
margin-bottom: 20px
}
.navbar-fixed-bottom {
margin-top: 20px
}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
padding: 5px
}
.navbar .container {
width: auto;
padding: 0
}
.navbar .brand {
padding-left: 10px;
padding-right: 10px;
margin: 0 0 0 -5px
}
.nav-collapse {
clear: both
}
.nav-collapse .nav {
float: none;
margin: 0 0 10px
}
.nav-collapse .nav > li {
float: none
}
.nav-collapse .nav > li > a {
margin-bottom: 2px
}
.nav-collapse .nav > .divider-vertical {
display: none
}
.nav-collapse .nav .nav-header {
color: #777777;
text-shadow: none
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
padding: 9px 15px;
font-weight: bold;
color: #555555;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px
}
.nav-collapse .btn {
padding: 4px 10px 4px;
font-weight: normal;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px
}
.nav-collapse .dropdown-menu li + li a {
margin-bottom: 2px
}
.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
background-color: white
}
.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
color: #999999
}
.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
background-color: #111111
}
.nav-collapse.in .btn-group {
margin-top: 5px;
padding: 0
}
.nav-collapse .dropdown-menu {
position: static;
top: auto;
left: auto;
float: none;
display: none;
max-width: none;
margin: 0 15px;
padding: 0;
background-color: transparent;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.nav-collapse .open > .dropdown-menu {
display: block
}
.nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after {
display: none
}
.nav-collapse .dropdown-menu .divider {
display: none
}
.nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
display: none
}
.nav-collapse .navbar-form, .nav-collapse .navbar-search {
float: none;
padding: 10px 15px;
margin: 10px 0;
border-top: 1px solid white;
border-bottom: 1px solid white;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1)
}
.navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search {
border-top-color: #111111;
border-bottom-color: #111111
}
.navbar .nav-collapse .nav.pull-right {
float: none;
margin-left: 0
}
.nav-collapse, .nav-collapse.collapse {
overflow: hidden;
height: 0
}
.navbar .btn-navbar {
display: block
}
.navbar-static .navbar-inner {
padding-left: 10px;
padding-right: 10px
}
}
@media (min-width: 980px) {
.nav-collapse.collapse {
height: auto !important;
overflow: visible !important
}
}
/*!
* Ladda
* http://lab.hakim.se/ladda
* MIT licensed
*
* Copyright (C) 2013 Hakim El Hattab, http://hakim.se
*/
.ladda-button {
position: relative
}
.ladda-button .ladda-spinner {
position: absolute;
z-index: 2;
display: inline-block;
width: 32px;
height: 32px;
top: 50%;
margin-top: -16px;
opacity: 0
}
.ladda-button .ladda-label {
position: relative;
z-index: 3
}
.ladda-button .ladda-progress {
position: absolute;
width: 0;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.2);
visibility: hidden;
opacity: 0;
-webkit-transition: 0.1s linear all !important;
-moz-transition: 0.1s linear all !important;
-ms-transition: 0.1s linear all !important;
-o-transition: 0.1s linear all !important;
transition: 0.1s linear all !important
}
.ladda-button[data-loading] .ladda-progress {
opacity: 1;
visibility: visible
}
.ladda-button, .ladda-button .ladda-spinner, .ladda-button .ladda-label {
-webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
-moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
-ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
-o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important
}
.ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-spinner, .ladda-button[data-style=zoom-out] .ladda-label {
-webkit-transition: 0.3s ease all !important;
-moz-transition: 0.3s ease all !important;
-ms-transition: 0.3s ease all !important;
-o-transition: 0.3s ease all !important;
transition: 0.3s ease all !important
}
.ladda-button[data-style=expand-right] .ladda-spinner {
right: 14px
}
.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
right: 4px
}
.ladda-button[data-style=expand-right][data-loading] {
padding-right: 56px
}
.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
opacity: 1
}
.ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
padding-right: 40px
}
.ladda-button[data-style=expand-left] .ladda-spinner {
left: 14px
}
.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
left: 4px
}
.ladda-button[data-style=expand-left][data-loading] {
padding-left: 56px
}
.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
opacity: 1
}
.ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
padding-left: 40px
}
.ladda-button[data-style=expand-up] {
overflow: hidden
}
.ladda-button[data-style=expand-up] .ladda-spinner {
top: -32px;
left: 50%;
margin-left: -16px
}
.ladda-button[data-style=expand-up][data-loading] {
padding-top: 54px
}
.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
opacity: 1;
top: 14px;
margin-top: 0
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
padding-top: 32px
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
top: 4px
}
.ladda-button[data-style=expand-down] {
overflow: hidden
}
.ladda-button[data-style=expand-down] .ladda-spinner {
top: 62px;
left: 50%;
margin-left: -16px
}
.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
top: 40px
}
.ladda-button[data-style=expand-down][data-loading] {
padding-bottom: 54px
}
.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
opacity: 1
}
.ladda-button[data-style=expand-down][data-loading][data-size="s"], .ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
padding-bottom: 32px
}
.ladda-button[data-style=slide-left] {
overflow: hidden
}
.ladda-button[data-style=slide-left] .ladda-label {
position: relative
}
.ladda-button[data-style=slide-left] .ladda-spinner {
left: 100%;
margin-left: -16px
}
.ladda-button[data-style=slide-left][data-loading] .ladda-label {
opacity: 0;
left: -100%
}
.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
opacity: 1;
left: 50%
}
.ladda-button[data-style=slide-right] {
overflow: hidden
}
.ladda-button[data-style=slide-right] .ladda-label {
position: relative
}
.ladda-button[data-style=slide-right] .ladda-spinner {
right: 100%;
margin-left: -16px
}
.ladda-button[data-style=slide-right][data-loading] .ladda-label {
opacity: 0;
left: 100%
}
.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
opacity: 1;
left: 50%
}
.ladda-button[data-style=slide-up] {
overflow: hidden
}
.ladda-button[data-style=slide-up] .ladda-label {
position: relative
}
.ladda-button[data-style=slide-up] .ladda-spinner {
left: 50%;
margin-left: -16px;
margin-top: 1em
}
.ladda-button[data-style=slide-up][data-loading] .ladda-label {
opacity: 0;
top: -1em
}
.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
opacity: 1;
margin-top: -16px
}
.ladda-button[data-style=slide-down] {
overflow: hidden
}
.ladda-button[data-style=slide-down] .ladda-label {
position: relative
}
.ladda-button[data-style=slide-down] .ladda-spinner {
left: 50%;
margin-left: -16px;
margin-top: -2em
}
.ladda-button[data-style=slide-down][data-loading] .ladda-label {
opacity: 0;
top: 1em
}
.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
opacity: 1;
margin-top: -16px
}
.ladda-button[data-style=zoom-out] {
overflow: hidden
}
.ladda-button[data-style=zoom-out] .ladda-spinner {
left: 50%;
margin-left: -16px;
-webkit-transform: scale(2.5);
-moz-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
transform: scale(2.5)
}
.ladda-button[data-style=zoom-out] .ladda-label {
position: relative;
display: inline-block
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
opacity: 0;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5)
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none
}
.ladda-button[data-style=zoom-in] {
overflow: hidden
}
.ladda-button[data-style=zoom-in] .ladda-spinner {
left: 50%;
margin-left: -16px;
-webkit-transform: scale(0.2);
-moz-transform: scale(0.2);
-ms-transform: scale(0.2);
-o-transform: scale(0.2);
transform: scale(0.2)
}
.ladda-button[data-style=zoom-in] .ladda-label {
position: relative;
display: inline-block
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
opacity: 0;
-webkit-transform: scale(2.2);
-moz-transform: scale(2.2);
-ms-transform: scale(2.2);
-o-transform: scale(2.2);
transform: scale(2.2)
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none
}
.ladda-button[data-style=contract] {
overflow: hidden;
width: 100px
}
.ladda-button[data-style=contract] .ladda-spinner {
left: 50%;
margin-left: -16px
}
.ladda-button[data-style=contract][data-loading] {
border-radius: 50%;
width: 52px
}
.ladda-button[data-style=contract][data-loading] .ladda-label {
opacity: 0
}
.ladda-button[data-style=contract][data-loading] .ladda-spinner {
opacity: 1
}
.ladda-button[data-style=contract-overlay] {
overflow: hidden;
width: 100px;
box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0)
}
.ladda-button[data-style=contract-overlay] .ladda-spinner {
left: 50%;
margin-left: -16px
}
.ladda-button[data-style=contract-overlay][data-loading] {
border-radius: 50%;
width: 52px;
box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0.8)
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
opacity: 0
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
opacity: 1
}
.ladda-button {
background: #666;
border: 0;
padding: 14px 18px;
font-size: 18px;
cursor: pointer;
color: #fff;
border-radius: 2px;
border: 1px solid transparent;
-webkit-appearance: none;
-webkit-font-smoothing: antialiased;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.ladda-button:hover {
border-color: rgba(0, 0, 0, 0.07);
background-color: #888
}
.ladda-button[data-color=blue] {
background: #049cdb
}
.ladda-button[data-color=maleskine] {
background: #e78170
}
.ladda-button[data-color=grey] {
background: #999999
}
.ladda-button[disabled], .ladda-button[data-loading] {
border-color: rgba(0, 0, 0, 0.07);
cursor: default;
background-color: #999
}
.ladda-button[disabled]:hover, .ladda-button[data-loading]:hover {
cursor: default;
background-color: #999
}
.ladda-button[data-size=xs] {
padding: 4px 8px
}
.ladda-button[data-size=xs] .ladda-label {
font-size: 0.7em
}
.ladda-button[data-size=s] {
padding: 6px 10px
}
.ladda-button[data-size=s] .ladda-label {
font-size: 0.9em
}
.ladda-button[data-size=l] .ladda-label {
font-size: 1.2em
}
.ladda-button[data-size=xl] .ladda-label {
font-size: 1.5em
}
html {
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent
}
.container-fluid {
padding-right: 0;
padding-left: 0
}
input {
-webkit-transition: border linear 0 !important;
-moz-transition: border linear 0 !important;
-ms-transition: border linear 0 !important;
-o-transition: border linear 0 !important;
transition: border linear 0 !important
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="email"]:focus, input[type="search"]:focus, a:focus, .btn:focus {
outline: none;
box-shadow: none
}
a:hover, a:focus {
text-decoration: none
}
.tooltip {
font-size: 12.5px;
opacity: 0.01;
filter: alpha(opacity=1)
}
.tooltip .tooltip-inner {
max-width: none;
color: white;
white-space: nowrap;
max-width: none
}
.dropdown-menu {
margin-top: 10px;
border-color: #d9d9d9
}
.raw-content {
display: none
}
.form-successful-message {
position: relative;
left: 35%
}
.profile-modal .control-label {
font-size: 18px
}
.profile-modal input {
padding: 13px 6px
}
.avatar {
border-radius: 50%
}
.avatar img {
width: 100%;
height: 100%;
border: 2px solid white;
border-radius: 50%;
box-sizing: border-box
}
.avatar:hover img {
border-color: #e78170
}
.cover-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center;
background-size: cover
}
.signin_error {
color: #d96f5d
}
b {
font-weight: bold
}
.phone-hiding {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: opacity 0.5s !important;
-moz-transition: opacity 0.5s !important;
-ms-transition: opacity 0.5s !important;
-o-transition: opacity 0.5s !important;
transition: opacity 0.5s !important
}
.signin_error {
color: #d96f5d
}
.loader-tiny {
width: 17px
}
*[id^="xunlei_com_thunder_helper_plugin"], embed[type="application/thunder_download_plugin"] {
display: none
}
input.placeholder {
color: #999999
}
input:-webkit-autofill {
box-shadow: 0 0 0 1000px white inset !important
}
@media (max-width: 480px) {
.avatar {
border: 1px solid white
}
.avatar img {
border: none
}
.avatar:hover {
border-color: #e78170
}
}
@media (max-width: 767px) {
body {
padding: 0
}
}
.stack > *:not(.active) {
display: none
}
.stack > div {
display: none \0
}
.stack > .active {
display: block \0
}
#error_explanation {
display: none
}
.navbar-jianshu {
position: fixed;
width: 45px;
z-index: 1049;
-webkit-backface-visibility: hidden
}
.navbar-jianshu a {
display: block;
padding: 10px;
font-size: 16px;
line-height: 25px;
text-align: center
}
.navbar-jianshu a.logo {
font-size: 18px;
color: white
}
.navbar-jianshu i {
width: 16px;
display: inline-block;
text-align: center;
line-height: 14px
}
.navbar-jianshu i.fa-mobile {
position: relative;
top: 3px;
font-size: 26px
}
.expanded {
left: 0;
top: 0;
height: 100%;
background: #2a2a2a
}
.expanded a {
color: #999999;
text-shadow: 0 1px 0 black
}
.expanded a.logo b {
font-weight: normal
}
.expanded a.logo i {
display: none
}
.expanded .dropdown a:hover, .expanded .dropdown a:active, .expanded .dropdown a.active {
background-color: #e78170;
color: white;
text-shadow: 0 1px 0 #de533a
}
.expanded .dropdown a:hover {
background-color: #f49484
}
.expanded .dropdown a:active {
background-color: #b34129
}
.expanded .dropdown span {
display: none
}
.navbar-jianshu .nav-user {
position: absolute;
bottom: 0;
width: 100%;
padding-bottom: 5px
}
.navbar-jianshu .nav-user a {
position: relative;
padding: 5px 10px
}
.navbar-jianshu .nav-user a:hover, .navbar-jianshu .nav-user a.active {
color: #eeeeee
}
.navbar-jianshu .nav-user .messages-amount {
position: absolute;
top: 1px;
right: 2px;
width: 16px;
height: 16px;
background: #e78170;
border-radius: 50%;
color: white;
text-shadow: none;
text-align: center;
font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
font-size: 9px;
font-weight: normal;
line-height: 15px
}
.navbar-jianshu .nav-user span.title {
display: none
}
.shrink {
display: none;
-webkit-transition: all 0.49s cubic-bezier(0.56, -0.29, 0.57, 1) !important;
-moz-transition: all 0.49s cubic-bezier(0.56, -0.29, 0.57, 1) !important;
-ms-transition: all 0.49s cubic-bezier(0.56, -0.29, 0.57, 1) !important;
-o-transition: all 0.49s cubic-bezier(0.56, -0.29, 0.57, 1) !important;
transition: all 0.49s cubic-bezier(0.56, -0.29, 0.57, 1) !important
}
.shrink .dropdown-menu {
position: fixed;
top: 8px;
left: 55px;
padding: 0;
border: none;
box-shadow: none;
z-index: 1000
}
.shrink .dropdown-menu li a {
padding: 13px 13px 13px 15px;
color: white;
text-align: left
}
.shrink .dropdown-menu li a:hover, .shrink .dropdown-menu li a:active {
background: #e36e5a
}
.shrink .dropdown-menu i {
margin-right: 17px
}
.navbar-user .login, .wrap-btn .login {
position: relative;
top: 7px;
float: right;
padding: 0 2px;
margin-right: 8px
}
.navbar-user .user.avatar, .wrap-btn .user.avatar {
position: relative;
float: right;
width: 38px;
height: 38px;
display: inline-block;
padding-right: 10px;
margin-right: 10px;
border: none
}
.navbar-user .user.avatar b.caret, .wrap-btn .user.avatar b.caret {
position: absolute;
top: 20px;
right: 0
}
.navbar-user > .dropdown-menu, .wrap-btn > .dropdown-menu {
right: 2px;
left: auto
}
.navbar-user > .dropdown-menu::before, .navbar-user > .dropdown-menu::after, .wrap-btn > .dropdown-menu::before, .wrap-btn > .dropdown-menu::after {
left: 115px
}
.navbar-user .dropdown-submenu .dropdown-menu, .wrap-btn .dropdown-submenu .dropdown-menu {
left: auto;
right: 100%;
margin-left: 0;
margin-right: -1px;
border-radius: 6px 0 6px 6px
}
.navbar-user .dropdown-menu i, .wrap-btn .dropdown-menu i {
width: 18px;
height: 15px;
display: inline-block;
text-align: center
}
.ad-container {
position: absolute;
top: 45px;
left: 170px;
text-align: center;
display: none
}
.ad-container .ad-logo {
width: 96px;
height: 96px;
margin: 55px 0 24px 0;
padding: 3px;
border: 1px solid #d9d9d9;
border-radius: 20px
}
.ad-container .ad-title {
font-size: 24px;
font-weight: bold;
margin-bottom: 10px
}
.ad-container .ad-subtitle {
font-size: 14px
}
.ad-container .ad-qrcode {
width: 140px;
height: 140px
}
.ad-container .ad-pop {
width: 260px;
height: 460px;
background: white;
position: relative;
left: 10px;
border-radius: 10px;
box-shadow: 0 0 10px #9d9d9d
}
.ad-container .ad-pop:before {
content: "";
position: absolute;
right: 100%;
top: 57px;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-right: 10px solid white;
border-bottom: 10px solid transparent
}
.ad-container .ad-link {
display: inline-block;
color: #3dbcf5;
text-shadow: none
}
.ad-container .ad-link:hover {
background-color: transparent !important;
color: #3dbcf5 !important;
text-shadow: none !important
}
.ad-container-signed {
top: 135px
}
.navbar-user {
position: fixed;
top: 10px;
right: 0;
margin-bottom: 0;
z-index: 1010
}
.navbar-user .set-view-mode {
position: relative;
top: 11px;
margin-right: 15px;
display: none
}
.navbar-user .daytime:hover, .navbar-user .nighttime:hover {
color: inherit
}
.input .navbar {
margin-bottom: 0
}
.input .writer-nav-header {
position: relative;
height: 20px;
background-color: white;
border-bottom: 1px solid #d9d9d9;
z-index: 1001
}
.input .writer-nav-header a {
display: inline-block;
margin-left: 4px;
-webkit-transition: all 0.2s ease-in 0.3s !important;
-moz-transition: all 0.2s ease-in 0.3s !important;
-ms-transition: all 0.2s ease-in 0.3s !important;
-o-transition: all 0.2s ease-in 0.3s !important;
transition: all 0.2s ease-in 0.3s !important
}
.input .writer-nav-header .saving-notice {
position: absolute;
top: 0;
right: 10px;
font-size: 10px
}
.input .expanded {
z-index: 1000
}
.input .shrink {
transform: translate3d(-65px, 0, 0);
-webkit-transition: transform 0.2s ease-in !important;
-moz-transition: transform 0.2s ease-in !important;
-ms-transition: transform 0.2s ease-in !important;
-o-transition: transform 0.2s ease-in !important;
transition: transform 0.2s ease-in !important;
z-index: 1002
}
.expansion .writer-nav-header a {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
-webkit-transition: all 0.2s ease-in 0.3s !important;
-moz-transition: all 0.2s ease-in 0.3s !important;
-ms-transition: all 0.2s ease-in 0.3s !important;
-o-transition: all 0.2s ease-in 0.3s !important;
transition: all 0.2s ease-in 0.3s !important
}
@media (max-height: 420px) {
.nav-user {
display: none
}
}
@media (max-width: 768px) {
.output .expanded {
display: none
}
.input .expanded {
-webkit-transform: translate3d(-55px, 0, 0);
-moz-transform: translate3d(-55px, 0, 0);
-ms-transform: translate3d(-55px, 0, 0);
-o-transform: translate3d(-55px, 0, 0);
transform: translate3d(-55px, 0, 0);
display: none \9
}
.input .shrink {
top: 10px;
left: 10px;
-webkit-transform: translate3d(0px, 0, 0);
-moz-transform: translate3d(0px, 0, 0);
-ms-transform: translate3d(0px, 0, 0);
-o-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
-webkit-transition: transform 0.1s ease-in 0.2s !important;
-moz-transition: transform 0.1s ease-in 0.2s !important;
-ms-transition: transform 0.1s ease-in 0.2s !important;
-o-transition: transform 0.1s ease-in 0.2s !important;
transition: transform 0.1s ease-in 0.2s !important
}
.input .shrink .dropdown-menu {
top: -10px;
left: 45px
}
.input .writer-nav-header {
position: fixed;
top: 0;
left: 0;
width: 100%
}
.navbar-user {
top: 0;
left: 0;
height: 45px;
background: white;
box-shadow: 0 1px 4px #eeeeee
}
.navbar-user .user.avatar {
top: 3px
}
.navbar-user .login, .wrap-btn .login {
top: 13px
}
.shrink {
top: 0;
left: 0;
height: auto;
display: block;
background: none
}
.shrink .dropdown-menu {
top: 35px;
left: 0
}
.shrink a {
background-color: #e78170;
text-shadow: 0 1px 0 #b9351f
}
.post-bg .wrap-btn {
height: 45px;
padding-top: 0;
padding-bottom: 0;
background: white;
box-shadow: 0 1px 4px #eeeeee
}
.post-bg .wrap-btn .user.avatar {
top: 3px;
margin-right: 10px
}
.post-bg .wrap-btn .user.avatar b.caret {
top: 19px
}
.wrap-btn .editor-article .editor-btn {
margin-top: 3px
}
.wrap-btn .btn-group.editor-article .nighttime, .wrap-btn .btn-group.editor-article .daytime {
margin-top: 3px;
margin-right: 6px;
display: inline-block;
font-size: 14px
}
.navbar-user .set-view-mode {
display: inline-block
}
.reader-night-mode .navbar-jianshu a {
background-color: #222222;
text-shadow: 0 1px 0 black
}
.reader-night-mode .navbar-jianshu a:hover {
background-color: #555555;
text-shadow: 0 1px 0 black
}
.reader-night-mode .navbar-jianshu a.dropdown-toggle:active {
box-shadow: inset 0 0 10px black
}
.reader-night-mode .navbar-jianshu .dropdown-menu a:hover {
background-color: #555555
}
.reader-night-mode .navbar-jianshu.shrinka {
color: #b1b1b1
}
}
@media (max-width: 1588px) {
.ad-container {
left: 45px
}
.ad-container-signed {
top: 135px
}
}
@media (min-width: 1588px) {
.output .navbar-jianshu {
width: 170px
}
.output .navbar-jianshu .dropdown a, .output .navbar-jianshu .nav-user a {
padding: 10px 15px;
text-align: left
}
.output .navbar-jianshu .logo b {
display: none
}
.output .navbar-jianshu .logo i {
display: inline-block;
margin: 0
}
.output .navbar-jianshu span.title {
display: inline-block;
margin-left: 8px;
font-size: 14px;
font-weight: normal;
line-height: 14px
}
.output .navbar-jianshu .nav-user .messages-amount {
top: 7px;
left: 28px
}
.output .navbar-jianshu .title {
padding: 0
}
}
.btn.follow, .btn.following {
border-radius: 50px;
font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 22px
}
.btn.follow .fa + span, .btn.following .fa + span {
padding-left: 7px;
margin-left: 3px;
border-left: 1px solid #d9d9d9
}
.follow > span, .following > span {
display: none
}
.following {
background: white;
border: 1px solid #d9d9d9
}
.btn-success.follow a {
color: white
}
.btn-group .follow, .btn-group .following {
border-radius: 4px 0 0 4px;
line-height: 20px
}
.btn-group .follow .fa + span, .btn-group .following .fa + span {
padding: 0;
border: none
}
.btn-group .btn-list {
border-radius: 0 4px 4px 0
}
.btn {
border-radius: 4px;
box-shadow: none;
color: #555555;
border-color: whitesmoke;
background: whitesmoke;
border-color: #d5d5d5;
text-shadow: none
}
.btn:hover, .btn:focus {
color: #555555;
border-color: #eeeeee;
background-color: #eeeeee
}
.btn.active, .btn:active {
outline: none;
color: #555555;
border-color: #d5d5d5;
background: #d5d5d5;
box-shadow: none
}
.btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active, .btn.disabled.active, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active, .btn[disabled].active {
cursor: not-allowed;
background: #f8f8f8;
border-color: #f8f8f8
}
.btn:hover, .btn:focus {
border-color: #d5d5d5
}
.btn-rounded {
border-radius: 100px
}
.btn-group.open .btn.dropdown-toggle {
background-image: none;
background: #999999;
color: white;
box-shadow: none
}
.btn-mainRed {
color: white;
border-color: #e78170;
background: #e78170
}
.btn-mainRed:hover, .btn-mainRed:focus {
color: white;
border-color: #f49484;
background-color: #f49484
}
.btn-mainRed.active, .btn-mainRed:active {
outline: none;
color: white;
border-color: #b34129;
background: #b34129;
box-shadow: none
}
.btn-mainRed.disabled, .btn-mainRed.disabled:hover, .btn-mainRed.disabled:focus, .btn-mainRed.disabled:active, .btn-mainRed.disabled.active, .btn-mainRed[disabled], .btn-mainRed[disabled]:hover, .btn-mainRed[disabled]:focus, .btn-mainRed[disabled]:active, .btn-mainRed[disabled].active {
cursor: not-allowed;
background: #f6a497;
border-color: #f6a497
}
.btn-info {
color: white;
border-color: #15a7f0;
background: #15a7f0
}
.btn-info:hover, .btn-info:focus {
color: white;
border-color: #3dbcf5;
background-color: #3dbcf5
}
.btn-info.active, .btn-info:active {
outline: none;
color: white;
border-color: #075b8d;
background: #075b8d;
box-shadow: none
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active {
cursor: not-allowed;
background: #50c3f6;
border-color: #50c3f6
}
.btn-success {
color: white;
border-color: #49be38;
background: #49be38
}
.btn-success:hover, .btn-success:focus {
color: white;
border-color: #6bd95b;
background-color: #6bd95b
}
.btn-success.active, .btn-success:active {
outline: none;
color: white;
border-color: #247e16;
background: #247e16;
box-shadow: none
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active {
cursor: not-allowed;
background: #7add6c;
border-color: #7add6c
}
.btn-warning {
color: white;
border-color: #f49484;
background: #f49484
}
.btn-warning:hover, .btn-warning:focus {
color: white;
border-color: #f06b55;
background-color: #f06b55
}
.btn-warning.active, .btn-warning:active {
outline: none;
color: white;
border-color: #ee573e;
background: #ee573e;
box-shadow: none
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active {
cursor: not-allowed;
background: #f17c68;
border-color: #f17c68
}
.btn-danger {
color: white;
border-color: #ee5f5b;
background: #ee5f5b
}
.btn-danger:hover, .btn-danger:focus {
color: white;
border-color: #bd362f;
background-color: #bd362f
}
.btn-danger.active, .btn-danger:active {
outline: none;
color: white;
border-color: #a9302a;
background: #a9302a;
box-shadow: none
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active {
cursor: not-allowed;
background: #cc3b34;
border-color: #cc3b34
}
.btn-pay {
color: white;
border-color: #f57e42;
background: #f57e42
}
.btn-pay:hover, .btn-pay:focus {
color: white;
border-color: #f5ad6e;
background-color: #f5ad6e
}
.btn-pay.active, .btn-pay:active {
outline: none;
color: white;
border-color: #e67613;
background: #e67613;
box-shadow: none
}
.btn-pay.disabled, .btn-pay.disabled:hover, .btn-pay.disabled:focus, .btn-pay.disabled:active, .btn-pay.disabled.active, .btn-pay[disabled], .btn-pay[disabled]:hover, .btn-pay[disabled]:focus, .btn-pay[disabled]:active, .btn-pay[disabled].active {
cursor: not-allowed;
background: #f6b881;
border-color: #f6b881
}
.btn-pay.disabled {
background: #f57e42;
border-color: #f57e42;
color: white
}
button[data-color=maleskine] {
color: white;
border-color: #e78170;
background: #e78170
}
button[data-color=maleskine]:hover, button[data-color=maleskine]:focus {
color: white;
border-color: #f49484;
background-color: #f49484
}
button[data-color=maleskine].active, button[data-color=maleskine]:active {
outline: none;
color: white;
border-color: #b34129;
background: #b34129;
box-shadow: none
}
button[data-color=maleskine].disabled, button[data-color=maleskine].disabled:hover, button[data-color=maleskine].disabled:focus, button[data-color=maleskine].disabled:active, button[data-color=maleskine].disabled.active, button[data-color=maleskine][disabled], button[data-color=maleskine][disabled]:hover, button[data-color=maleskine][disabled]:focus, button[data-color=maleskine][disabled]:active, button[data-color=maleskine][disabled].active {
cursor: not-allowed;
background: #f6a497;
border-color: #f6a497
}
button[data-color=blue] {
color: white;
border-color: #15a7f0;
background: #15a7f0
}
button[data-color=blue]:hover, button[data-color=blue]:focus {
color: white;
border-color: #3dbcf5;
background-color: #3dbcf5
}
button[data-color=blue].active, button[data-color=blue]:active {
outline: none;
color: white;
border-color: #075b8d;
background: #075b8d;
box-shadow: none
}
button[data-color=blue].disabled, button[data-color=blue].disabled:hover, button[data-color=blue].disabled:focus, button[data-color=blue].disabled:active, button[data-color=blue].disabled.active, button[data-color=blue][disabled], button[data-color=blue][disabled]:hover, button[data-color=blue][disabled]:focus, button[data-color=blue][disabled]:active, button[data-color=blue][disabled].active {
cursor: not-allowed;
background: #50c3f6;
border-color: #50c3f6
}
button[data-color=green] {
color: white;
border-color: #49be38;
background: #49be38
}
button[data-color=green]:hover, button[data-color=green]:focus {
color: white;
border-color: #6bd95b;
background-color: #6bd95b
}
button[data-color=green].active, button[data-color=green]:active {
outline: none;
color: white;
border-color: #247e16;
background: #247e16;
box-shadow: none
}
button[data-color=green].disabled, button[data-color=green].disabled:hover, button[data-color=green].disabled:focus, button[data-color=green].disabled:active, button[data-color=green].disabled.active, button[data-color=green][disabled], button[data-color=green][disabled]:hover, button[data-color=green][disabled]:focus, button[data-color=green][disabled]:active, button[data-color=green][disabled].active {
cursor: not-allowed;
background: #7add6c;
border-color: #7add6c
}
.blue-link {
color: #4094c7
}
.blue-link:hover {
color: #075b8d
}
.blue-link.active, .blue-link:active, .blue-link:focus {
color: #075b8d
}
.blue-link.disabled, .blue-link.disabled:hover, .blue-link.disabled:focus, .blue-link.disabled:active, .blue-link.disabled.active, .blue-link[disabled], .blue-link[disabled]:hover, .blue-link[disabled]:focus, .blue-link[disabled]:active, .blue-link[disabled].active {
cursor: not-allowed;
color: #999999
}
.btn-link, .btn-link:active, .btn-link[disabled] {
background-color: transparent;
background-image: none;
box-shadow: none
}
.btn-link {
border-color: transparent;
cursor: pointer;
color: #555555;
border-radius: 0
}
.btn-link:hover, .btn-link:focus {
background-color: transparent;
color: black;
text-decoration: underline
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
color: #3f3f3f;
text-decoration: none
}
.modal-backdrop, .modal-backdrop.fade.in {
opacity: 0.01;
filter: alpha(opacity=1)
}
.modal {
background-color: white;
border: 1px solid #d9d9d9;
font-size: 14px;
font-weight: normal;
line-height: 20px
}
.fullscreen.modal {
background-color: transparent;
border: none;
box-shadow: none;
text-align: center
}
.fullscreen.modal .modal-header b {
font-size: 20px
}
.modal-header {
padding: 20px
}
.modal-header .close {
margin-top: -4px
}
.modal-body {
padding: 30px
}
.modal-footer {
padding: 0 15px 40px;
border: none;
background-color: transparent;
text-align: center
}
.modal-footer a, .modal-footer button, .modal-footer .btn {
padding: 5px 20px
}
.modal-open {
overflow: hidden
}
.modal_new {
display: none;
overflow: hidden;
position: fixed;
top: 0 !important;
right: 0;
bottom: 0;
left: 0;
-webkit-overflow-scrolling: touch;
outline: 0;
width: auto;
margin: 0
}
.modal_new .modal-body {
max-height: none
}
.modal-open .modal_new {
overflow-x: hidden;
overflow-y: auto
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px auto;
width: 300px \9
}
.modal-content {
position: relative;
background-clip: padding-box
}
.modal_report {
width: 450px;
margin-left: -225px
}
.modal_report .modal-body {
padding: 30px 60px 5px
}
.modal_report textarea {
width: 100%;
height: 135px;
margin-bottom: 0;
box-sizing: border-box;
border-radius: 4px;
box-shadow: none;
resize: none
}
.modal_report .modal-footer {
padding: 15px 70px 30px
}
.modal.login-modal {
position: absolute;
padding: 0
}
.modal.login-modal .signin_error {
padding: 10px;
background: #ee5f5b;
color: white
}
.modal.login-modal .signin_error .text-error, .modal.login-modal .signin_error .text-success {
margin: 0;
color: white
}
.modal.login-modal .modal-header {
padding: 50px 0 0;
margin-bottom: 20px;
border-bottom: none
}
.modal.login-modal .title {
margin: 0;
border: none
}
.modal.login-modal .title span {
position: initial
}
.modal.login-modal .modal-header .close {
margin: -35px 20px 0 0
}
.modal.login-modal .modal-body {
max-height: none
}
.setting-modal {
width: 467px;
margin-left: -233px
}
.setting-modal .modal-header {
border-bottom: none
}
.setting-modal .modal-body {
padding-top: 0
}
.setting-modal p {
color: #999999
}
.setting-modal select {
width: 100%;
margin-bottom: 0;
background-color: transparent;
border: none;
border-radius: 0;
outline: none
}
.setting-modal .get-captcha {
padding: 18px 10px;
border-top: 1px solid #eeeeee
}
.setting-modal input {
margin: 0;
width: 170px;
border: none;
background-color: transparent;
box-shadow: none
}
.setting-modal .btn-success.disabled {
background-color: #9d9d9d;
border-color: #717171;
color: #d5d5d5
}
.setting-modal .modal-footer .btn {
padding: 14px 74px;
font-size: 16px
}
.reader-night-mode .setting-modal .btn-success.disabled {
background-color: #2f2f2f;
border-color: #2f2f2f;
color: #555555
}
.sms-bind-modal .loading {
width: 20px;
margin-left: 10px
}
.sms-bind-modal .sms-binding {
margin: 20px 0px 5px;
background-color: #fafafa
}
.sms-bind-modal .modal-body {
overflow-y: visible
}
.sms-bind-modal .choose_phone {
position: relative;
padding: 0px;
border: 1px solid #eeeeee;
border-bottom: none;
border-radius: 5px 5px 0px 0px
}
.sms-bind-modal .choose_phone .selector {
width: 61px;
height: 50px;
line-height: 50px;
border: none;
border-right: 1px solid #eeeeee;
border-radius: 0px;
background-color: transparent
}
.sms-bind-modal .choose_phone .selector .caret {
margin-top: 23px;
margin-left: 10px
}
.sms-bind-modal .choose_phone .dropdown-menu {
top: 52px;
left: -1px;
width: 100%;
max-height: 180px;
overflow-y: auto;
border-radius: 0px 0px 5px 5px;
background-color: #fafafa
}
.sms-bind-modal .choose_phone .dropdown-menu li {
background-color: #fafafa
}
.sms-bind-modal .choose_phone .dropdown-menu li.separate_line {
display: block;
height: 1px;
margin: 5px 15px;
background-color: #d5d5d5
}
.sms-bind-modal .choose_phone .dropdown-menu li .nation_code {
display: inline-block;
width: 100px
}
.sms-bind-modal .choose_phone input {
margin: 17px 0px 17px 0px
}
.sms-bind-modal .choose_phone .btn-success {
float: right;
margin-top: 15px;
margin-right: 10px;
padding: 5px 10px;
font-size: 14px
}
.sms-bind-modal .get-captcha {
border: 1px solid #eeeeee;
border-radius: 0px 0px 5px 5px
}
.reader-night-mode .sms-bind-modal .choose_phone .selector .caret {
border-top-color: #b1b1b1
}
.share-directly-modal {
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: auto;
margin: 0
}
.share-directly-modal .close {
position: absolute;
right: 30px;
top: -20px
}
.share-directly-modal h3 {
padding-bottom: 10px;
font-size: 20px;
color: #49be38
}
.share-directly-modal .container {
max-width: 556px
}
.share-directly-modal .modal-body {
max-height: none;
padding-left: 0;
padding-right: 0;
overflow: initial
}
.share-directly-modal .social-network {
padding-bottom: 40px;
border-bottom: 1px solid #eeeeee
}
.share-directly-modal .social-network h2 {
margin-bottom: 20px;
display: inline-block;
max-width: 100%;
*width: 100%;
font-size: 32px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.share-directly-modal .social-network p {
margin-bottom: 15px;
color: #999999;
font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
font-size: 12px;
font-weight: normal;
line-height: inherit
}
.share-directly-modal .share li {
position: relative;
display: inline-block
}
.share-directly-modal .share > li > a {
height: 44px;
width: 44px;
margin: 0 4px;
background: #eeeeee;
border-radius: 50%;
display: inline-block;
line-height: 45px;
font-size: 22px
}
.share-directly-modal .share > li > a:hover {
color: white
}
.share-directly-modal .share .share-link a:hover, .share-directly-modal .share .ellipsis a:hover {
background-color: #15a7f0
}
.share-directly-modal .share .weibo a:hover {
background-color: #f57e42
}
.share-directly-modal .share .weixin a:hover, .share-directly-modal .share .douban a:hover {
background-color: #49be38
}
.share-directly-modal .share .share-link div, .share-directly-modal .share .share-wechat div {
position: absolute;
left: -140px;
top: 59px;
width: 375px;
padding: 10px 0;
border: 1px solid #d9d9d9;
background-color: white;
border-radius: 4px;
box-shadow: 0 3px 12px #d9d9d9
}
.share-directly-modal .share .share-link div::before, .share-directly-modal .share .share-link div::after, .share-directly-modal .share .share-wechat div::before, .share-directly-modal .share .share-wechat div::after {
left: 154px
}
.share-directly-modal .share .dropdown-menu.more-sns {
top: 57px;
left: -64px
}
.share-directly-modal .share .dropdown-menu.more-sns li {
display: inherit
}
.share-directly-modal .share .dropdown-menu.more-sns a {
width: auto;
height: auto;
display: block;
padding: 2px 12px;
margin: 0;
background-image: none;
text-align: left;
line-height: 24px
}
.share-directly-modal .share .dropdown-menu.more-sns a:hover {
background-color: #3f3f3f
}
.share-directly-modal .share .share-link div input.text-left {
width: 258px;
padding: 2px 5px;
margin-right: 8px;
border: 1px solid #d9d9d9;
cursor: default
}
.share-directly-modal .share .share-wechat div {
left: -67px;
width: 128px;
padding: 10px
}
.share-directly-modal .share .share-wechat div::before, .share-directly-modal .share .share-wechat div::after {
left: 50%;
margin-left: -8px
}
.share-directly-modal .share .share-wechat img {
padding: 10px;
margin: 0 auto;
background-color: white
}
.share-directly-modal .share .share-wechat .loader-tiny {
width: 17px;
height: 11px;
padding: 0;
background-color: transparent
}
.share-directly-modal .submission {
margin: 40px auto 0;
font-size: 12px
}
.share-directly-modal .submission div.search {
padding: 16px 0 0
}
.share-directly-modal .submission div.search input.search-query {
width: 300px;
padding-left: 14px
}
.share-directly-modal .submission .contribute > p {
margin-top: 34px;
text-align: left
}
.share-directly-modal .submission .loader {
margin-top: 30px
}
.share-directly-modal .submission .search-collections {
margin-top: 34px;
max-height: 400px;
overflow-y: auto;
overflow-x: inherit
}
.share-directly-modal .submission .no-search-result {
margin-top: 20px
}
.share-directly-modal .submission .contribute ul li {
float: left;
width: 178px;
height: 188px;
margin: 0 5px 5px 0;
border: 1px solid #eeeeee;
text-align: center
}
.share-directly-modal .submission .contribute ul li:only-of-type {
float: none;
margin: auto
}
.share-directly-modal .submission .contribute ul .avatar {
float: none;
width: 60px;
height: 60px;
margin: 15px auto 0
}
.share-directly-modal .submission .contribute ul li p, .share-directly-modal .submission .contribute ul li h4 {
padding: 0 10px;
margin-bottom: 4px;
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.share-directly-modal .submission .contribute ul .btn, .share-directly-modal .submission .contribute ul li p, .share-directly-modal .submission .contribute ul li .delete {
font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
font-size: 12px;
font-weight: normal;
line-height: inherit
}
.share-directly-modal .submission .contribute ul li .delete {
color: #e78170
}
.share-directly-modal .submission .contribute ul .btn {
margin-top: 10px;
border-radius: 20px
}
.share-directly-modal .submission .contribute ul .disabled {
border: none;
background: none
}
.move-note-modal .notebooks-select {
margin: 0;
list-style: none
}
.move-note-modal .notebooks-select li {
padding: 10px 0
}
.move-note-modal .notebooks-select li.active {
background: #eeeeee
}
.img-error-modal {
position: absolute;
top: 200px;
width: 400px;
padding: 20px;
margin-left: -200px
}
.img-error-modal .error-img {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #eeeeee
}
.img-error-modal h4 {
color: #e78170
}
.img-error-modal p {
margin-bottom: 5px;
word-break: break-all
}
.img-error-modal .error-info p {
color: #999999
}
.share-longweibo .pic-processing, .share-longweibo .pic-done {
width: 160px;
margin: 0 auto;
background: #eeeeee;
text-align: center
}
.share-longweibo .pic-processing img, .share-longweibo .pic-done img {
width: 80px;
height: 120px;
margin: 5px 0;
max-height: 160px
}
.share-longweibo .pic-processing img.loader-tiny, .share-longweibo .pic-done img.loader-tiny {
width: 17px;
height: 11px;
margin-top: 40%;
margin-bottom: 15px
}
.share-longweibo .pic-processing {
height: 160px
}
.share-longweibo .pic-Production {
margin-top: 15px;
font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
font-size: 12px;
font-weight: normal;
line-height: inherit
}
.share-longweibo .icheckbox_minimal {
top: -1px;
margin-right: 4px;
display: inline-block
}
.panel-modal {
position: absolute
}
.panel-modal, .contribute-modal {
width: 300px
}
.panel-modal .panel-header, .contribute-modal .panel-header {
padding: 20px;
border-bottom: 1px solid #eeeeee
}
.panel-modal .panel-body, .contribute-modal .panel-body {
overflow-y: auto;
min-height: 90px
}
.panel-modal .panel-body .loader-tiny, .contribute-modal .panel-body .loader-tiny {
display: block;
margin: 15px auto
}
.panel-modal .panel-body .search, .contribute-modal .panel-body .search {
padding: 10px;
text-align: center;
border-bottom: 1px solid #eeeeee
}
.panel-modal .panel-body .search input, .contribute-modal .panel-body .search input {
width: 100%;
height: 30px;
box-sizing: border-box
}
.panel-modal .panel-body ul, .contribute-modal .panel-body ul {
margin: 0;
list-style: none
}
.panel-modal .panel-body li, .contribute-modal .panel-body li {
position: relative;
border-bottom: 1px solid #eeeeee
}
.panel-modal .panel-body li:last-child, .contribute-modal .panel-body li:last-child {
border: none;
border-radius: 0 0 6px 6px
}
.panel-modal .panel-body li:hover, .contribute-modal .panel-body li:hover {
background-color: whitesmoke
}
.panel-modal .panel-body .avatar img, .contribute-modal .panel-body .avatar img {
width: 36px;
height: 36px;
display: inline-block
}
.panel-modal .panel-body p, .contribute-modal .panel-body p {
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.panel-modal .panel-footer, .contribute-modal .panel-footer {
padding: 15px 10px;
border-top: 1px solid #eeeeee
}
.collection-article .invite-modal {
right: -100px;
left: auto
}
.collection-article .invite-modal li {
padding: 12px 10px;
line-height: 30px
}
.collection-article .invite-modal li:hover {
background-color: whitesmoke
}
.collection-article .invite-modal li:last-child {
border-radius: 0
}
.collection-article .invite-modal .avatar {
float: left;
margin-right: 10px
}
.collection-article .invite-modal .invite, .collection-article .invite-modal .invited {
margin-left: 10px;
float: right;
line-height: 40px
}
.collection-article .invite-modal .invite {
color: #49be38
}
.collection-article .invite-modal .invite:hover {
color: #6bd95b
}
.collection-article .invite-modal .invite.active, .collection-article .invite-modal .invite:active, .collection-article .invite-modal .invite:focus {
color: #247e16
}
.collection-article .invite-modal .invite.disabled, .collection-article .invite-modal .invite.disabled:hover, .collection-article .invite-modal .invite.disabled:focus, .collection-article .invite-modal .invite.disabled:active, .collection-article .invite-modal .invite.disabled.active, .collection-article .invite-modal .invite[disabled], .collection-article .invite-modal .invite[disabled]:hover, .collection-article .invite-modal .invite[disabled]:focus, .collection-article .invite-modal .invite[disabled]:active, .collection-article .invite-modal .invite[disabled].active {
cursor: not-allowed;
color: #999999
}
.collection-article .invite-modal .invited {
color: #b1b1b1;
cursor: default
}
.collection-article .invite-modal p {
line-height: 1
}
.collection-article .invite-modal .author {
margin: 2px auto 7px
}
.collection-article .invite-modal .author-info {
font-size: 12px
}
.collection-article .invite-modal .author-info a {
margin: 0 2px;
color: #4094c7
}
.collection-article .invite-modal .author-info a:hover {
color: #075b8d
}
.collection-article .invite-modal .author-info a.active, .collection-article .invite-modal .author-info a:active, .collection-article .invite-modal .author-info a:focus {
color: #075b8d
}
.collection-article .invite-modal .author-info a.disabled, .collection-article .invite-modal .author-info a.disabled:hover, .collection-article .invite-modal .author-info a.disabled:focus, .collection-article .invite-modal .author-info a.disabled:active, .collection-article .invite-modal .author-info a.disabled.active, .collection-article .invite-modal .author-info a[disabled], .collection-article .invite-modal .author-info a[disabled]:hover, .collection-article .invite-modal .author-info a[disabled]:focus, .collection-article .invite-modal .author-info a[disabled]:active, .collection-article .invite-modal .author-info a[disabled].active {
cursor: not-allowed;
color: #999999
}
.collection-article .invite-modal .search-list li {
overflow: hidden
}
.collection-article .invite-modal .search-list .author {
display: inline-block;
margin: 0;
vertical-align: middle;
vertical-align: -webkit-baseline-middle
}
.collection-article .invite-modal .search-list .invite, .collection-article .invite-modal .search-list .invited {
line-height: 27px;
margin-top: 8px
}
.collection-article .contribute-modal {
right: -100px;
left: auto
}
.collection-article .contribute-modal li a {
display: block;
padding: 15px;
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.collection-article .contribute-modal li .remove {
display: inline-block
}
.collection-article .contribute-modal .declined a, .collection-article .contribute-modal .declined a:hover, .collection-article .contribute-modal .withdrawed a, .collection-article .contribute-modal .withdrawed a:hover, .collection-article .contribute-modal .pending a, .collection-article .contribute-modal .pending a:hover, .collection-article .contribute-modal .approved a, .collection-article .contribute-modal .approved a:hover {
color: #b1b1b1;
background-color: white;
cursor: default
}
.collection-article .contribute-modal .approved .delete, .collection-article .contribute-modal .approved .delete:hover {
position: absolute;
right: 0;
top: 0;
float: right;
cursor: pointer;
color: #e78170;
background-color: transparent
}
.collection-article .panel-modal.fade {
top: 30px
}
.invite .invite-modal {
right: auto;
left: 294px
}
.invite .invite-modal .panel-body {
max-height: 300px
}
.modal.weixin-qrcode-modal {
height: 530px
}
.modal.weixin-qrcode-modal.fade.in {
top: 50%;
margin-top: -265px
}
.modal.weixin-qrcode-modal .modal-header .close {
margin-top: -10px
}
.time-machine-modal.share-weixin-modal .modal-body h5 {
margin-bottom: 30px;
font-size: 18px
}
.share-weixin-modal, .wx-pub-qr-pay-modal {
width: 360px;
margin-left: -180px
}
.share-weixin-modal .modal-dialog, .wx-pub-qr-pay-modal .modal-dialog {
width: 360px;
margin: 0
}
.share-weixin-modal .modal-header, .wx-pub-qr-pay-modal .modal-header {
border-bottom: none
}
.share-weixin-modal .modal-body, .wx-pub-qr-pay-modal .modal-body {
text-align: center;
padding-top: 0
}
.share-weixin-modal .modal-body h5, .wx-pub-qr-pay-modal .modal-body h5 {
font-size: 13px
}
.share-weixin-modal img, .wx-pub-qr-pay-modal img {
margin: 0 auto;
background-color: white;
border: 1px solid #eeeeee
}
.wx-pub-qr-pay-modal p span {
font-size: 16px;
color: #f57e42
}
.pay-modal, .success-pay {
width: 620px;
max-height: 650px;
overflow-y: auto;
z-index: 1060
}
.pay-modal .modal-header, .success-pay .modal-header {
border-bottom: none;
padding: 15px 20px 0
}
.pay-modal .modal-header .close, .success-pay .modal-header .close {
margin-top: 0
}
.pay-modal .modal-body, .success-pay .modal-body {
padding: 0 50px 45px;
max-height: none
}
.pay-modal p, .success-pay p {
padding: 0 45px;
margin-bottom: 30px;
font-size: 16px;
line-height: 1.8
}
.pay-modal p i, .success-pay p i {
color: #d5d5d5;
font-size: 12px
}
.pay-modal p .icon-quote-left, .success-pay p .icon-quote-left {
position: relative;
top: 7px
}
.pay-modal p .pull-right, .success-pay p .pull-right {
position: relative;
bottom: -9px
}
.pay-modal input, .top-up-modal input, .withdraw-modal input {
border-radius: 0
}
.pay-modal input:-webkit-autofill, .top-up-modal input:-webkit-autofill, .withdraw-modal input:-webkit-autofill {
box-shadow: 0 0 0 1000px whitesmoke inset !important
}
.pay-modal .avatar, .top-up-modal .avatar, .withdraw-modal .avatar {
width: 70px;
height: 70px;
margin-bottom: 20px;
display: inline-block
}
.pay-modal .main-inputs, .top-up-modal .main-inputs, .withdraw-modal .main-inputs {
margin-bottom: 25px;
border: 1px solid #eeeeee;
background-color: whitesmoke;
color: #999999;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px
}
.pay-modal .main-inputs .control-group, .top-up-modal .main-inputs .control-group, .withdraw-modal .main-inputs .control-group {
padding: 15px 20px;
margin-bottom: 0
}
.pay-modal .main-inputs label, .top-up-modal .main-inputs label, .withdraw-modal .main-inputs label {
float: none;
padding: 0;
margin: 0 10px 0 0;
display: inline-block;
vertical-align: middle
}
.pay-modal .main-inputs i, .top-up-modal .main-inputs i, .withdraw-modal .main-inputs i {
vertical-align: middle;
font-size: 32px;
color: orange
}
.pay-modal .main-inputs input, .top-up-modal .main-inputs input, .withdraw-modal .main-inputs input {
position: relative;
top: -1px;
width: 60%;
width: calc(100% - 120px);
height: auto;
margin-bottom: 0;
font-size: 32px;
line-height: 38px
}
.pay-modal .main-inputs .message, .top-up-modal .main-inputs .message, .withdraw-modal .main-inputs .message {
border-top: 1px solid #eeeeee
}
.pay-modal .main-inputs input, .pay-modal .main-inputs textarea, .top-up-modal .main-inputs input, .top-up-modal .main-inputs textarea, .withdraw-modal .main-inputs input, .withdraw-modal .main-inputs textarea {
background: none !important;
border: none !important;
box-sizing: border-box;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.pay-modal .main-inputs textarea, .top-up-modal .main-inputs textarea, .withdraw-modal .main-inputs textarea {
width: 100%;
height: 50px;
padding: 0;
margin: 0;
resize: none
}
.pay-modal .choose-pay h5, .top-up-modal .choose-pay h5, .withdraw-modal .choose-pay h5 {
margin-bottom: 15px
}
.pay-modal .choose-pay label, .top-up-modal .choose-pay label, .withdraw-modal .choose-pay label {
margin-right: 20px;
display: inline-block
}
.pay-modal .choose-pay .iradio_minimal, .top-up-modal .choose-pay .iradio_minimal, .withdraw-modal .choose-pay .iradio_minimal {
top: -1px;
margin-right: 5px;
display: inline-block
}
.pay-modal .choose-pay .alipay-bg, .top-up-modal .choose-pay .alipay-bg, .withdraw-modal .choose-pay .alipay-bg {
width: 60px;
height: 20px;
display: inline-block;
vertical-align: middle;
background: url(/images/alipay.png) 0 0 no-repeat
}
.pay-modal .modal-footer .btn, .top-up-modal .modal-footer .btn, .withdraw-modal .modal-footer .btn {
padding: 16px 45px;
font-size: 24px
}
.support_list-modal {
display: block !important;
opacity: 1 !important;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
display: none \9 !important;
background: white \9
}
.support_list-modal.in {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
transition: all 0.1s cubic-bezier(0.44, 0.87, 0.47, 1.09);
display: block \9 !important
}
.support_list-modal .modal-body {
padding: 30px 10px
}
.support_list-modal li {
padding: 10px 0;
border-bottom: 1px solid #eeeeee;
overflow: hidden;
text-align: left;
line-height: 17px
}
.support_list-modal li:last-child {
border: none
}
.support_list-modal .avatar {
width: 30px;
height: 30px;
display: inline-block;
margin-right: 5px;
border: 1px solid #d9d9d9
}
.support_list-modal .avatar img {
border: none
}
.support_list-modal .modal-body p {
padding-left: 41px;
margin-top: 5px;
font-size: 12px;
line-height: 1.8
}
.support_list-modal .modal-body p:before, .support_list-modal .modal-body p:after {
font: normal normal normal 6px/1 FontAwesome;
vertical-align: text-top;
color: #999999
}
.support_list-modal .modal-body p:before {
content: "\f10d";
margin-right: 4px
}
.support_list-modal .modal-body p:after {
content: "\f10e";
margin-left: 4px
}
.support_list-modal .time {
float: right;
margin-top: 9px;
color: #999999;
font-size: 12px
}
.success-pay h3 {
color: #49be38;
text-indent: -20px;
font-size: 20px;
font-weight: normal;
line-height: 1.5
}
.success-pay h3 i {
margin-right: 10px
}
.success-pay img {
width: 180px;
margin: 35px auto 45px
}
.success-pay p {
margin-bottom: 0
}
.top-up-modal .modal-header, .withdraw-modal .modal-header {
padding-bottom: 0;
border-bottom: none
}
.top-up-modal h3, .withdraw-modal h3 {
margin: 0
}
.top-up-modal .modal-body, .withdraw-modal .modal-body {
padding-bottom: 50px
}
.top-up-modal .main-inputs, .withdraw-modal .main-inputs {
margin-bottom: 35px
}
.top-up-modal .modal-footer, .withdraw-modal .modal-footer {
padding-bottom: 30px
}
.withdraw-modal .main-inputs {
margin-bottom: 15px
}
.withdraw-modal .main-inputs .account {
padding-top: 20px;
border-top: 1px solid #eeeeee
}
.withdraw-modal .main-inputs .account input {
font-size: 14px;
line-height: 1
}
.bind-modal .modal-header {
padding: 30px 20px
}
.bind-modal .modal-header .close {
margin-top: -14px
}
.bind-modal .well {
box-shadow: none;
border-radius: 4px;
background: none;
text-align: right
}
.bind-modal .well span {
float: left;
margin-top: -9px;
font-size: 18px;
text-align: center
}
.bind-modal .well span i {
position: relative;
top: 8px;
width: 30px;
height: 30px;
margin-right: 10px;
font-size: 42px
}
.bind-modal .bind-mobile {
color: #49be38
}
.bind-modal .bind-alipay {
color: #f57e42
}
.bind-modal .bind-alipay .fa {
background: url(/images/zhifubao.png) 0 3px no-repeat;
background-size: 30px
}
.modal.unbind-alipay-modal {
width: 400px;
margin-left: -201px
}
.modal.unbind-alipay-modal input[type=text] {
width: 226px;
height: 30px
}
.modal.unbind-alipay-modal .btn {
width: 100px;
height: 40px;
border-radius: 0 4px 4px 0;
color: #999999
}
.modal.unbind-alipay-modal .loader-tiny {
padding-top: 15px;
padding-left: 8px
}
.fixed-btn .modal.fade.in {
top: auto;
bottom: 0;
height: 158px;
width: 128px;
padding: 10px;
margin: 0;
right: 55px;
left: auto;
text-align: center
}
.fixed-btn .modal.fade.in h4 {
margin: 0 0 10px;
font-size: 14px
}
.fixed-btn .modal.fade.in:after, .fixed-btn .modal.fade.in:before {
position: absolute;
top: 109px;
right: -8px;
content: '';
display: inline-block;
border-top: 9px solid transparent;
border-bottom: 9px solid transparent;
border-left: 9px solid white
}
.fixed-btn .modal.fade.in:before {
right: -9px;
border-left: 9px solid #d9d9d9
}
.modal.user-editor-actions.fade {
top: 56px;
right: 7px;
left: auto;
width: 300px
}
.modal.user-editor-actions.fade::before, .modal.user-editor-actions.fade::after {
left: 115px
}
.modal.user-editor-actions.fade .modal-body {
padding: 0;
max-height: 314px
}
.user-editor-actions.fade .submission .search, .user-editor-actions.fade .modal-body .search {
padding: 10px
}
.user-editor-actions.fade .submission .search input, .user-editor-actions.fade .modal-body .search input {
width: 100%;
height: 30px;
box-sizing: border-box
}
.user-editor-actions.fade .submission .select2-container, .user-editor-actions.fade .modal-body .select2-container {
width: 100%
}
.user-editor-actions.fade .submission .add-list, .user-editor-actions.fade .modal-body .add-list {
padding: 0;
margin: 0;
border-bottom: 1px solid whitesmoke;
list-style: none;
overflow: auto
}
.user-editor-actions.fade .submission .add-list:empty, .user-editor-actions.fade .modal-body .add-list:empty {
display: none
}
.user-editor-actions.fade .submission .add-list li, .user-editor-actions.fade .modal-body .add-list li {
position: relative;
height: 60px;
border-bottom: 1px solid whitesmoke
}
.user-editor-actions.fade .submission .add-list li:last-child, .user-editor-actions.fade .modal-body .add-list li:last-child {
border: none;
border-radius: 0 0 4px 4px
}
.user-editor-actions.fade .submission .add-list li:hover, .user-editor-actions.fade .modal-body .add-list li:hover {
background: whitesmoke
}
.user-editor-actions.fade .submission .add, .user-editor-actions.fade .modal-body .add {
position: absolute;
left: 0;
right: 40px;
bottom: 0;
top: 0;
padding: 10px
}
.user-editor-actions.fade .submission .avatar, .user-editor-actions.fade .modal-body .avatar {
float: left;
width: 40px;
height: 40px;
margin-right: 10px
}
.user-editor-actions.fade .submission h5, .user-editor-actions.fade .modal-body h5 {
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.user-editor-actions.fade .submission small, .user-editor-actions.fade .modal-body small {
color: #999999
}
.user-editor-actions.fade .submission .add-list .declined, .user-editor-actions.fade .submission .add-list .declined:hover, .user-editor-actions.fade .submission .add-list .withdrawed, .user-editor-actions.fade .submission .add-list .withdrawed:hover, .user-editor-actions.fade .submission .add-list .pending, .user-editor-actions.fade .submission .add-list .pending:hover, .user-editor-actions.fade .submission .add-list .approved, .user-editor-actions.fade .submission .add-list .approved:hover, .user-editor-actions.fade .modal-body .add-list .declined, .user-editor-actions.fade .modal-body .add-list .declined:hover, .user-editor-actions.fade .modal-body .add-list .withdrawed, .user-editor-actions.fade .modal-body .add-list .withdrawed:hover, .user-editor-actions.fade .modal-body .add-list .pending, .user-editor-actions.fade .modal-body .add-list .pending:hover, .user-editor-actions.fade .modal-body .add-list .approved, .user-editor-actions.fade .modal-body .add-list .approved:hover {
background-color: white
}
.user-editor-actions.fade .submission .add-list .declined a, .user-editor-actions.fade .submission .add-list .declined a:hover, .user-editor-actions.fade .submission .add-list .withdrawed a, .user-editor-actions.fade .submission .add-list .withdrawed a:hover, .user-editor-actions.fade .submission .add-list .pending a, .user-editor-actions.fade .submission .add-list .pending a:hover, .user-editor-actions.fade .submission .add-list .approved a, .user-editor-actions.fade .submission .add-list .approved a:hover, .user-editor-actions.fade .modal-body .add-list .declined a, .user-editor-actions.fade .modal-body .add-list .declined a:hover, .user-editor-actions.fade .modal-body .add-list .withdrawed a, .user-editor-actions.fade .modal-body .add-list .withdrawed a:hover, .user-editor-actions.fade .modal-body .add-list .pending a, .user-editor-actions.fade .modal-body .add-list .pending a:hover, .user-editor-actions.fade .modal-body .add-list .approved a, .user-editor-actions.fade .modal-body .add-list .approved a:hover {
cursor: default;
color: #b1b1b1
}
.user-editor-actions.fade .submission a.delete, .user-editor-actions.fade .submission a.delete:hover, .user-editor-actions.fade .submission .approved a.delete, .user-editor-actions.fade .submission .approved a.delete:hover, .user-editor-actions.fade .modal-body a.delete, .user-editor-actions.fade .modal-body a.delete:hover, .user-editor-actions.fade .modal-body .approved a.delete, .user-editor-actions.fade .modal-body .approved a.delete:hover {
position: absolute;
left: auto;
right: 10px;
top: 20px;
color: #e78170;
font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 22px
}
.reject-modal textarea {
width: 300px;
height: 100px
}
.emoji .emoji-modal {
position: absolute;
top: 32px;
left: -32px;
width: 360px;
border: 1px solid #d9d9d9;
background-color: white;
border-radius: 4px;
z-index: 1050
}
.emoji .emoji-modal::before, .emoji .emoji-modal::after {
left: 49px
}
.emoji .emoji-modal.arrow-top::after {
border-bottom-color: #eeeeee
}
.emoji-modal:focus {
outline: none
}
.emoji .modal-header {
padding: 20px 0 10px;
margin: 0;
background: #eeeeee;
text-align: center
}
.emoji .modal-header li {
display: inline;
margin: 0 5px
}
.emoji .modal-header a {
display: inline-block;
width: 10px;
height: 10px;
background: #999999;
text-indent: -9999px;
border-radius: 100%
}
.emoji .modal-header li.active a, .emoji .modal-header a:hover {
background: #3f3f3f
}
.emoji .tab-content ul {
padding: 15px 0 0 15px;
margin: 0;
list-style: none
}
.emoji .tab-content ul li {
display: inline-block;
margin: 0 10px 10px 0
}
.emoji .tab-content img {
width: 24px
}
@media (max-width: 480px) {
.output .modal .search, .output .modal .search-query {
display: block
}
.modal .modal-header .close {
margin: -2px 0 0;
padding: 0
}
.modal.login-modal.fade.in {
bottom: 0
}
.modal.user-editor-actions.fade .search, .modal.user-editor-actions.fade .search-query {
display: block
}
.modal.modal_report {
top: 0;
right: 0;
left: 0;
width: auto;
margin: 0;
border-radius: 0;
border: none
}
.modal.modal_report .modal-header {
padding: 20px
}
.modal.modal_report .modal-body {
padding: 0 20px
}
.modal.modal_report .modal-footer {
padding: 15px 20px 20px
}
.modal.withdraw-modal .avatar, .modal.top-up-modal .avatar, .modal.pay-modal .avatar, .modal.success-pay .avatar {
width: 45px;
height: 45px;
margin-bottom: 10px
}
.modal.withdraw-modal p, .modal.top-up-modal p, .modal.pay-modal p, .modal.success-pay p {
font-size: 14px;
line-height: 1.5
}
.modal.withdraw-modal .modal-body, .modal.top-up-modal .modal-body, .modal.pay-modal .modal-body, .modal.success-pay .modal-body {
padding-bottom: 10px
}
.modal.withdraw-modal .main-inputs, .modal.top-up-modal .main-inputs, .modal.pay-modal .main-inputs, .modal.success-pay .main-inputs {
margin-bottom: 5px
}
.modal.withdraw-modal .main-inputs .control-group, .modal.top-up-modal .main-inputs .control-group, .modal.pay-modal .main-inputs .control-group, .modal.success-pay .main-inputs .control-group {
padding: 15px 20px;
margin-bottom: 0
}
.modal.withdraw-modal .main-inputs textarea, .modal.top-up-modal .main-inputs textarea, .modal.pay-modal .main-inputs textarea, .modal.success-pay .main-inputs textarea {
height: 40px
}
.modal.withdraw-modal .modal-footer .btn, .modal.top-up-modal .modal-footer .btn, .modal.pay-modal .modal-footer .btn, .modal.success-pay .modal-footer .btn {
padding: 10px 45px;
font-size: 18px
}
.modal.unbind-alipay-modal {
width: 300px;
margin-left: -150px
}
.modal.unbind-alipay-modal input[type=text] {
width: 125px
}
.modal.weixin-qrcode-modal {
height: 350px
}
.modal.weixin-qrcode-modal.fade.in {
margin-top: -175px
}
.modal.weixin-qrcode-modal .modal-header .close {
margin-top: -10px
}
}
@media (max-width: 767px) {
.modal {
left: 48%;
min-width: none;
width: 314px;
margin-left: -150px
}
.modal .modal-body {
max-height: initial;
padding-bottom: 15px
}
.modal .modal-body .selects select {
width: 269px
}
.modal_report {
width: 450px;
margin-left: -225px
}
.modal.login-modal.in {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
margin: 0;
overflow: auto;
border-radius: 0
}
.modal.login-modal.in .modal-header {
padding-top: 30px
}
.modal.login-modal.in .modal-header .close {
margin-top: -20px;
margin-right: 15px
}
.modal.login-modal.in .modal-body {
padding: 20px 0 0
}
.modal.login-modal.in form {
padding-bottom: 20px;
margin-bottom: 0;
border-bottom: none
}
.share-directly-modal {
left: 0;
width: auto;
margin: 0
}
.modal.user-editor-actions.fade {
right: auto;
top: 50%;
left: 50%;
margin-top: -120px;
margin-left: -150px
}
.modal.user-editor-actions.fade::before, .modal.user-editor-actions.fade::after {
content: none
}
.pay-modal, .success-pay {
width: 320px;
margin-left: -160px
}
.pay-modal .modal-body, .success-pay .modal-body {
padding: 0 15px 30px
}
.pay-modal p, .success-pay p {
padding: 0 5px;
margin-bottom: 10px
}
.pay-modal .modal-footer, .success-pay .modal-footer {
padding-bottom: 20px
}
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto
}
}
@media (min-width: 1588px) {
.support_list-modal {
padding-left: 90px
}
}
/*!
* Ladda
* http://lab.hakim.se/ladda
* MIT licensed
*
* Copyright (C) 2013 Hakim El Hattab, http://hakim.se
*/
.ladda-button {
position: relative
}
.ladda-button .ladda-spinner {
position: absolute;
z-index: 2;
display: inline-block;
width: 32px;
height: 32px;
top: 50%;
margin-top: -16px;
opacity: 0
}
.ladda-button .ladda-label {
position: relative;
z-index: 3
}
.ladda-button .ladda-progress {
position: absolute;
width: 0;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.2);
visibility: hidden;
opacity: 0;
-webkit-transition: 0.1s linear all !important;
-moz-transition: 0.1s linear all !important;
-ms-transition: 0.1s linear all !important;
-o-transition: 0.1s linear all !important;
transition: 0.1s linear all !important
}
.ladda-button[data-loading] .ladda-progress {
opacity: 1;
visibility: visible
}
.ladda-button, .ladda-button .ladda-spinner, .ladda-button .ladda-label {
-webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
-moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
-ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
-o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important
}
.ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-spinner, .ladda-button[data-style=zoom-out] .ladda-label {
-webkit-transition: 0.3s ease all !important;
-moz-transition: 0.3s ease all !important;
-ms-transition: 0.3s ease all !important;
-o-transition: 0.3s ease all !important;
transition: 0.3s ease all !important
}
.ladda-button[data-style=expand-right] .ladda-spinner {
right: 14px
}
.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
right: 4px
}
.ladda-button[data-style=expand-right][data-loading] {
padding-right: 56px
}
.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
opacity: 1
}
.ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
padding-right: 40px
}
.ladda-button[data-style=expand-left] .ladda-spinner {
left: 14px
}
.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
left: 4px
}
.ladda-button[data-style=expand-left][data-loading] {
padding-left: 56px
}
.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
opacity: 1
}
.ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
padding-left: 40px
}
.ladda-button[data-style=expand-up] {
overflow: hidden
}
.ladda-button[data-style=expand-up] .ladda-spinner {
top: -32px;
left: 50%;
margin-left: -16px
}
.ladda-button[data-style=expand-up][data-loading] {
padding-top: 54px
}
.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
opacity: 1;
top: 14px;
margin-top: 0
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
padding-top: 32px
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
top: 4px
}
.ladda-button[data-style=expand-down] {
overflow: hidden
}
.ladda-button[data-style=expand-down] .ladda-spinner {
top: 62px;
left: 50%;
margin-left: -16px
}
.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
top: 40px
}
.ladda-button[data-style=expand-down][data-loading] {
padding-bottom: 54px
}
.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
opacity: 1
}
.ladda-button[data-style=expand-down][data-loading][data-size="s"], .ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
padding-bottom: 32px
}
.ladda-button[data-style=slide-left] {
overflow: hidden
}
.ladda-button[data-style=slide-left] .ladda-label {
position: relative
}
.ladda-button[data-style=slide-left] .ladda-spinner {
left: 100%;
margin-left: -16px
}
.ladda-button[data-style=slide-left][data-loading] .ladda-label {
opacity: 0;
left: -100%
}
.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
opacity: 1;
left: 50%
}
.ladda-button[data-style=slide-right] {
overflow: hidden
}
.ladda-button[data-style=slide-right] .ladda-label {
position: relative
}
.ladda-button[data-style=slide-right] .ladda-spinner {
right: 100%;
margin-left: -16px
}
.ladda-button[data-style=slide-right][data-loading] .ladda-label {
opacity: 0;
left: 100%
}
.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
opacity: 1;
left: 50%
}
.ladda-button[data-style=slide-up] {
overflow: hidden
}
.ladda-button[data-style=slide-up] .ladda-label {
position: relative
}
.ladda-button[data-style=slide-up] .ladda-spinner {
left: 50%;
margin-left: -16px;
margin-top: 1em
}
.ladda-button[data-style=slide-up][data-loading] .ladda-label {
opacity: 0;
top: -1em
}
.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
opacity: 1;
margin-top: -16px
}
.ladda-button[data-style=slide-down] {
overflow: hidden
}
.ladda-button[data-style=slide-down] .ladda-label {
position: relative
}
.ladda-button[data-style=slide-down] .ladda-spinner {
left: 50%;
margin-left: -16px;
margin-top: -2em
}
.ladda-button[data-style=slide-down][data-loading] .ladda-label {
opacity: 0;
top: 1em
}
.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
opacity: 1;
margin-top: -16px
}
.ladda-button[data-style=zoom-out] {
overflow: hidden
}
.ladda-button[data-style=zoom-out] .ladda-spinner {
left: 50%;
margin-left: -16px;
-webkit-transform: scale(2.5);
-moz-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
transform: scale(2.5)
}
.ladda-button[data-style=zoom-out] .ladda-label {
position: relative;
display: inline-block
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
opacity: 0;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5)
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none
}
.ladda-button[data-style=zoom-in] {
overflow: hidden
}
.ladda-button[data-style=zoom-in] .ladda-spinner {
left: 50%;
margin-left: -16px;
-webkit-transform: scale(0.2);
-moz-transform: scale(0.2);
-ms-transform: scale(0.2);
-o-transform: scale(0.2);
transform: scale(0.2)
}
.ladda-button[data-style=zoom-in] .ladda-label {
position: relative;
display: inline-block
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
opacity: 0;
-webkit-transform: scale(2.2);
-moz-transform: scale(2.2);
-ms-transform: scale(2.2);
-o-transform: scale(2.2);
transform: scale(2.2)
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none
}
.ladda-button[data-style=contract] {
overflow: hidden;
width: 100px
}
.ladda-button[data-style=contract] .ladda-spinner {
left: 50%;
margin-left: -16px
}
.ladda-button[data-style=contract][data-loading] {
border-radius: 50%;
width: 52px
}
.ladda-button[data-style=contract][data-loading] .ladda-label {
opacity: 0
}
.ladda-button[data-style=contract][data-loading] .ladda-spinner {
opacity: 1
}
.ladda-button[data-style=contract-overlay] {
overflow: hidden;
width: 100px;
box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0)
}
.ladda-button[data-style=contract-overlay] .ladda-spinner {
left: 50%;
margin-left: -16px
}
.ladda-button[data-style=contract-overlay][data-loading] {
border-radius: 50%;
width: 52px;
box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0.8)
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
opacity: 0
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
opacity: 1
}
.ladda-button {
background: #666;
border: 0;
padding: 14px 18px;
font-size: 18px;
cursor: pointer;
color: #fff;
border-radius: 2px;
border: 1px solid transparent;
-webkit-appearance: none;
-webkit-font-smoothing: antialiased;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.ladda-button:hover {
border-color: rgba(0, 0, 0, 0.07);
background-color: #888
}
.ladda-button[data-color=blue] {
background: #049cdb
}
.ladda-button[data-color=maleskine] {
background: #e78170
}
.ladda-button[data-color=grey] {
background: #999999
}
.ladda-button[disabled], .ladda-button[data-loading] {
border-color: rgba(0, 0, 0, 0.07);
cursor: default;
background-color: #999
}
.ladda-button[disabled]:hover, .ladda-button[data-loading]:hover {
cursor: default;
background-color: #999
}
.ladda-button[data-size=xs] {
padding: 4px 8px
}
.ladda-button[data-size=xs] .ladda-label {
font-size: 0.7em
}
.ladda-button[data-size=s] {
padding: 6px 10px
}
.ladda-button[data-size=s] .ladda-label {
font-size: 0.9em
}
.ladda-button[data-size=l] .ladda-label {
font-size: 1.2em
}
.ladda-button[data-size=xl] .ladda-label {
font-size: 1.5em
}
.icheckbox_minimal, .iradio_minimal {
display: inline-block;
display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 18px;
height: 18px;
background: url(/images/select2.png) no-repeat;
border: none;
cursor: pointer
}
.icheckbox_minimal {
background-position: 0 0
}
.icheckbox_minimal.hover {
background-position: -20px 0
}
.icheckbox_minimal.checked {
background-position: -40px 0
}
.icheckbox_minimal.disabled {
background-position: -60px 0;
cursor: default
}
.icheckbox_minimal.checked.disabled {
background-position: -80px 0
}
.iradio_minimal {
background-position: -100px 0
}
.iradio_minimal.hover {
background-position: -120px 0
}
.iradio_minimal.checked {
background-position: -140px 0
}
.iradio_minimal.disabled {
background-position: -160px 0;
cursor: default
}
.iradio_minimal.checked.disabled {
background-position: -180px 0
}
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
.icheckbox_minimal, .iradio_minimal {
background-image: url(/images/minimal@2x.png);
background-size: 200px 20px
}
}
@font-face {
font-family: 'FontAwesome';
src: url("/css/fonts/fontawesome-webfont.eot");
src: url("/css/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/css/fonts/fontawesome-webfont.woff2") format("woff2"), url("/css/fonts/fontawesome-webfont.woff") format("woff"), url("/css/fonts/fontawesome-webfont.ttf") format("truetype"), url("/css/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0)
}
.fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%
}
.fa-2x {
font-size: 2em
}
.fa-3x {
font-size: 3em
}
.fa-4x {
font-size: 4em
}
.fa-5x {
font-size: 5em
}
.fa-fw {
width: 1.28571429em;
text-align: center
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none
}
.fa-ul > li {
position: relative
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center
}
.fa-li.fa-lg {
left: -1.85714286em
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em
}
.pull-right {
float: right
}
.pull-left {
float: left
}
.fa.pull-left {
margin-right: .3em
}
.fa.pull-right {
margin-left: .3em
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg)
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg)
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg)
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1)
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
filter: none
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center
}
.fa-stack-1x {
line-height: inherit
}
.fa-stack-2x {
font-size: 2em
}
.fa-inverse {
color: #ffffff
}
.fa-glass:before {
content: "\f000"
}
.fa-music:before {
content: "\f001"
}
.fa-search:before {
content: "\f002"
}
.fa-envelope-o:before {
content: "\f003"
}
.fa-heart:before {
content: "\f004"
}
.fa-star:before {
content: "\f005"
}
.fa-star-o:before {
content: "\f006"
}
.fa-user:before {
content: "\f007"
}
.fa-film:before {
content: "\f008"
}
.fa-th-large:before {
content: "\f009"
}
.fa-th:before {
content: "\f00a"
}
.fa-th-list:before {
content: "\f00b"
}
.fa-check:before {
content: "\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
content: "\f00d"
}
.fa-search-plus:before {
content: "\f00e"
}
.fa-search-minus:before {
content: "\f010"
}
.fa-power-off:before {
content: "\f011"
}
.fa-signal:before {
content: "\f012"
}
.fa-gear:before, .fa-cog:before {
content: "\f013"
}
.fa-trash-o:before {
content: "\f014"
}
.fa-home:before {
content: "\f015"
}
.fa-file-o:before {
content: "\f016"
}
.fa-clock-o:before {
content: "\f017"
}
.fa-road:before {
content: "\f018"
}
.fa-download:before {
content: "\f019"
}
.fa-arrow-circle-o-down:before {
content: "\f01a"
}
.fa-arrow-circle-o-up:before {
content: "\f01b"
}
.fa-inbox:before {
content: "\f01c"
}
.fa-play-circle-o:before {
content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
content: "\f01e"
}
.fa-refresh:before {
content: "\f021"
}
.fa-list-alt:before {
content: "\f022"
}
.fa-lock:before {
content: "\f023"
}
.fa-flag:before {
content: "\f024"
}
.fa-headphones:before {
content: "\f025"
}
.fa-volume-off:before {
content: "\f026"
}
.fa-volume-down:before {
content: "\f027"
}
.fa-volume-up:before {
content: "\f028"
}
.fa-qrcode:before {
content: "\f029"
}
.fa-barcode:before {
content: "\f02a"
}
.fa-tag:before {
content: "\f02b"
}
.fa-tags:before {
content: "\f02c"
}
.fa-book:before {
content: "\f02d"
}
.fa-bookmark:before {
content: "\f02e"
}
.fa-print:before {
content: "\f02f"
}
.fa-camera:before {
content: "\f030"
}
.fa-font:before {
content: "\f031"
}
.fa-bold:before {
content: "\f032"
}
.fa-italic:before {
content: "\f033"
}
.fa-text-height:before {
content: "\f034"
}
.fa-text-width:before {
content: "\f035"
}
.fa-align-left:before {
content: "\f036"
}
.fa-align-center:before {
content: "\f037"
}
.fa-align-right:before {
content: "\f038"
}
.fa-align-justify:before {
content: "\f039"
}
.fa-list:before {
content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
content: "\f03b"
}
.fa-indent:before {
content: "\f03c"
}
.fa-video-camera:before {
content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
content: "\f03e"
}
.fa-pencil:before {
content: "\f040"
}
.fa-map-marker:before {
content: "\f041"
}
.fa-adjust:before {
content: "\f042"
}
.fa-tint:before {
content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
content: "\f044"
}
.fa-share-square-o:before {
content: "\f045"
}
.fa-check-square-o:before {
content: "\f046"
}
.fa-arrows:before {
content: "\f047"
}
.fa-step-backward:before {
content: "\f048"
}
.fa-fast-backward:before {
content: "\f049"
}
.fa-backward:before {
content: "\f04a"
}
.fa-play:before {
content: "\f04b"
}
.fa-pause:before {
content: "\f04c"
}
.fa-stop:before {
content: "\f04d"
}
.fa-forward:before {
content: "\f04e"
}
.fa-fast-forward:before {
content: "\f050"
}
.fa-step-forward:before {
content: "\f051"
}
.fa-eject:before {
content: "\f052"
}
.fa-chevron-left:before {
content: "\f053"
}
.fa-chevron-right:before {
content: "\f054"
}
.fa-plus-circle:before {
content: "\f055"
}
.fa-minus-circle:before {
content: "\f056"
}
.fa-times-circle:before {
content: "\f057"
}
.fa-check-circle:before {
content: "\f058"
}
.fa-question-circle:before {
content: "\f059"
}
.fa-info-circle:before {
content: "\f05a"
}
.fa-crosshairs:before {
content: "\f05b"
}
.fa-times-circle-o:before {
content: "\f05c"
}
.fa-check-circle-o:before {
content: "\f05d"
}
.fa-ban:before {
content: "\f05e"
}
.fa-arrow-left:before {
content: "\f060"
}
.fa-arrow-right:before {
content: "\f061"
}
.fa-arrow-up:before {
content: "\f062"
}
.fa-arrow-down:before {
content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
content: "\f064"
}
.fa-expand:before {
content: "\f065"
}
.fa-compress:before {
content: "\f066"
}
.fa-plus:before {
content: "\f067"
}
.fa-minus:before {
content: "\f068"
}
.fa-asterisk:before {
content: "\f069"
}
.fa-exclamation-circle:before {
content: "\f06a"
}
.fa-gift:before {
content: "\f06b"
}
.fa-leaf:before {
content: "\f06c"
}
.fa-fire:before {
content: "\f06d"
}
.fa-eye:before {
content: "\f06e"
}
.fa-eye-slash:before {
content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
content: "\f071"
}
.fa-plane:before {
content: "\f072"
}
.fa-calendar:before {
content: "\f073"
}
.fa-random:before {
content: "\f074"
}
.fa-comment:before {
content: "\f075"
}
.fa-magnet:before {
content: "\f076"
}
.fa-chevron-up:before {
content: "\f077"
}
.fa-chevron-down:before {
content: "\f078"
}
.fa-retweet:before {
content: "\f079"
}
.fa-shopping-cart:before {
content: "\f07a"
}
.fa-folder:before {
content: "\f07b"
}
.fa-folder-open:before {
content: "\f07c"
}
.fa-arrows-v:before {
content: "\f07d"
}
.fa-arrows-h:before {
content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
content: "\f080"
}
.fa-twitter-square:before {
content: "\f081"
}
.fa-facebook-square:before {
content: "\f082"
}
.fa-camera-retro:before {
content: "\f083"
}
.fa-key:before {
content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
content: "\f085"
}
.fa-comments:before {
content: "\f086"
}
.fa-thumbs-o-up:before {
content: "\f087"
}
.fa-thumbs-o-down:before {
content: "\f088"
}
.fa-star-half:before {
content: "\f089"
}
.fa-heart-o:before {
content: "\f08a"
}
.fa-sign-out:before {
content: "\f08b"
}
.fa-linkedin-square:before {
content: "\f08c"
}
.fa-thumb-tack:before {
content: "\f08d"
}
.fa-external-link:before {
content: "\f08e"
}
.fa-sign-in:before {
content: "\f090"
}
.fa-trophy:before {
content: "\f091"
}
.fa-github-square:before {
content: "\f092"
}
.fa-upload:before {
content: "\f093"
}
.fa-lemon-o:before {
content: "\f094"
}
.fa-phone:before {
content: "\f095"
}
.fa-square-o:before {
content: "\f096"
}
.fa-bookmark-o:before {
content: "\f097"
}
.fa-phone-square:before {
content: "\f098"
}
.fa-twitter:before {
content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
content: "\f09a"
}
.fa-github:before {
content: "\f09b"
}
.fa-unlock:before {
content: "\f09c"
}
.fa-credit-card:before {
content: "\f09d"
}
.fa-rss:before {
content: "\f09e"
}
.fa-hdd-o:before {
content: "\f0a0"
}
.fa-bullhorn:before {
content: "\f0a1"
}
.fa-bell:before {
content: "\f0f3"
}
.fa-certificate:before {
content: "\f0a3"
}
.fa-hand-o-right:before {
content: "\f0a4"
}
.fa-hand-o-left:before {
content: "\f0a5"
}
.fa-hand-o-up:before {
content: "\f0a6"
}
.fa-hand-o-down:before {
content: "\f0a7"
}
.fa-arrow-circle-left:before {
content: "\f0a8"
}
.fa-arrow-circle-right:before {
content: "\f0a9"
}
.fa-arrow-circle-up:before {
content: "\f0aa"
}
.fa-arrow-circle-down:before {
content: "\f0ab"
}
.fa-globe:before {
content: "\f0ac"
}
.fa-wrench:before {
content: "\f0ad"
}
.fa-tasks:before {
content: "\f0ae"
}
.fa-filter:before {
content: "\f0b0"
}
.fa-briefcase:before {
content: "\f0b1"
}
.fa-arrows-alt:before {
content: "\f0b2"
}
.fa-group:before, .fa-users:before {
content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
content: "\f0c1"
}
.fa-cloud:before {
content: "\f0c2"
}
.fa-flask:before {
content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
content: "\f0c5"
}
.fa-paperclip:before {
content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
content: "\f0c7"
}
.fa-square:before {
content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
content: "\f0c9"
}
.fa-list-ul:before {
content: "\f0ca"
}
.fa-list-ol:before {
content: "\f0cb"
}
.fa-strikethrough:before {
content: "\f0cc"
}
.fa-underline:before {
content: "\f0cd"
}
.fa-table:before {
content: "\f0ce"
}
.fa-magic:before {
content: "\f0d0"
}
.fa-truck:before {
content: "\f0d1"
}
.fa-pinterest:before {
content: "\f0d2"
}
.fa-pinterest-square:before {
content: "\f0d3"
}
.fa-google-plus-square:before {
content: "\f0d4"
}
.fa-google-plus:before {
content: "\f0d5"
}
.fa-money:before {
content: "\f0d6"
}
.fa-caret-down:before {
content: "\f0d7"
}
.fa-caret-up:before {
content: "\f0d8"
}
.fa-caret-left:before {
content: "\f0d9"
}
.fa-caret-right:before {
content: "\f0da"
}
.fa-columns:before {
content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
content: "\f0de"
}
.fa-envelope:before {
content: "\f0e0"
}
.fa-linkedin:before {
content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
content: "\f0e4"
}
.fa-comment-o:before {
content: "\f0e5"
}
.fa-comments-o:before {
content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
content: "\f0e7"
}
.fa-sitemap:before {
content: "\f0e8"
}
.fa-umbrella:before {
content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
content: "\f0ea"
}
.fa-lightbulb-o:before {
content: "\f0eb"
}
.fa-exchange:before {
content: "\f0ec"
}
.fa-cloud-download:before {
content: "\f0ed"
}
.fa-cloud-upload:before {
content: "\f0ee"
}
.fa-user-md:before {
content: "\f0f0"
}
.fa-stethoscope:before {
content: "\f0f1"
}
.fa-suitcase:before {
content: "\f0f2"
}
.fa-bell-o:before {
content: "\f0a2"
}
.fa-coffee:before {
content: "\f0f4"
}
.fa-cutlery:before {
content: "\f0f5"
}
.fa-file-text-o:before {
content: "\f0f6"
}
.fa-building-o:before {
content: "\f0f7"
}
.fa-hospital-o:before {
content: "\f0f8"
}
.fa-ambulance:before {
content: "\f0f9"
}
.fa-medkit:before {
content: "\f0fa"
}
.fa-fighter-jet:before {
content: "\f0fb"
}
.fa-beer:before {
content: "\f0fc"
}
.fa-h-square:before {
content: "\f0fd"
}
.fa-plus-square:before {
content: "\f0fe"
}
.fa-angle-double-left:before {
content: "\f100"
}
.fa-angle-double-right:before {
content: "\f101"
}
.fa-angle-double-up:before {
content: "\f102"
}
.fa-angle-double-down:before {
content: "\f103"
}
.fa-angle-left:before {
content: "\f104"
}
.fa-angle-right:before {
content: "\f105"
}
.fa-angle-up:before {
content: "\f106"
}
.fa-angle-down:before {
content: "\f107"
}
.fa-desktop:before {
content: "\f108"
}
.fa-laptop:before {
content: "\f109"
}
.fa-tablet:before {
content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
content: "\f10b"
}
.fa-circle-o:before {
content: "\f10c"
}
.fa-quote-left:before {
content: "\f10d"
}
.fa-quote-right:before {
content: "\f10e"
}
.fa-spinner:before {
content: "\f110"
}
.fa-circle:before {
content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
content: "\f112"
}
.fa-github-alt:before {
content: "\f113"
}
.fa-folder-o:before {
content: "\f114"
}
.fa-folder-open-o:before {
content: "\f115"
}
.fa-smile-o:before {
content: "\f118"
}
.fa-frown-o:before {
content: "\f119"
}
.fa-meh-o:before {
content: "\f11a"
}
.fa-gamepad:before {
content: "\f11b"
}
.fa-keyboard-o:before {
content: "\f11c"
}
.fa-flag-o:before {
content: "\f11d"
}
.fa-flag-checkered:before {
content: "\f11e"
}
.fa-terminal:before {
content: "\f120"
}
.fa-code:before {
content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
content: "\f123"
}
.fa-location-arrow:before {
content: "\f124"
}
.fa-crop:before {
content: "\f125"
}
.fa-code-fork:before {
content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
content: "\f127"
}
.fa-question:before {
content: "\f128"
}
.fa-info:before {
content: "\f129"
}
.fa-exclamation:before {
content: "\f12a"
}
.fa-superscript:before {
content: "\f12b"
}
.fa-subscript:before {
content: "\f12c"
}
.fa-eraser:before {
content: "\f12d"
}
.fa-puzzle-piece:before {
content: "\f12e"
}
.fa-microphone:before {
content: "\f130"
}
.fa-microphone-slash:before {
content: "\f131"
}
.fa-shield:before {
content: "\f132"
}
.fa-calendar-o:before {
content: "\f133"
}
.fa-fire-extinguisher:before {
content: "\f134"
}
.fa-rocket:before {
content: "\f135"
}
.fa-maxcdn:before {
content: "\f136"
}
.fa-chevron-circle-left:before {
content: "\f137"
}
.fa-chevron-circle-right:before {
content: "\f138"
}
.fa-chevron-circle-up:before {
content: "\f139"
}
.fa-chevron-circle-down:before {
content: "\f13a"
}
.fa-html5:before {
content: "\f13b"
}
.fa-css3:before {
content: "\f13c"
}
.fa-anchor:before {
content: "\f13d"
}
.fa-unlock-alt:before {
content: "\f13e"
}
.fa-bullseye:before {
content: "\f140"
}
.fa-ellipsis-h:before {
content: "\f141"
}
.fa-ellipsis-v:before {
content: "\f142"
}
.fa-rss-square:before {
content: "\f143"
}
.fa-play-circle:before {
content: "\f144"
}
.fa-ticket:before {
content: "\f145"
}
.fa-minus-square:before {
content: "\f146"
}
.fa-minus-square-o:before {
content: "\f147"
}
.fa-level-up:before {
content: "\f148"
}
.fa-level-down:before {
content: "\f149"
}
.fa-check-square:before {
content: "\f14a"
}
.fa-pencil-square:before {
content: "\f14b"
}
.fa-external-link-square:before {
content: "\f14c"
}
.fa-share-square:before {
content: "\f14d"
}
.fa-compass:before {
content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
content: "\f152"
}
.fa-euro:before, .fa-eur:before {
content: "\f153"
}
.fa-gbp:before {
content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
content: "\f158"
}
.fa-won:before, .fa-krw:before {
content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
content: "\f15a"
}
.fa-file:before {
content: "\f15b"
}
.fa-file-text:before {
content: "\f15c"
}
.fa-sort-alpha-asc:before {
content: "\f15d"
}
.fa-sort-alpha-desc:before {
content: "\f15e"
}
.fa-sort-amount-asc:before {
content: "\f160"
}
.fa-sort-amount-desc:before {
content: "\f161"
}
.fa-sort-numeric-asc:before {
content: "\f162"
}
.fa-sort-numeric-desc:before {
content: "\f163"
}
.fa-thumbs-up:before {
content: "\f164"
}
.fa-thumbs-down:before {
content: "\f165"
}
.fa-youtube-square:before {
content: "\f166"
}
.fa-youtube:before {
content: "\f167"
}
.fa-xing:before {
content: "\f168"
}
.fa-xing-square:before {
content: "\f169"
}
.fa-youtube-play:before {
content: "\f16a"
}
.fa-dropbox:before {
content: "\f16b"
}
.fa-stack-overflow:before {
content: "\f16c"
}
.fa-instagram:before {
content: "\f16d"
}
.fa-flickr:before {
content: "\f16e"
}
.fa-adn:before {
content: "\f170"
}
.fa-bitbucket:before {
content: "\f171"
}
.fa-bitbucket-square:before {
content: "\f172"
}
.fa-tumblr:before {
content: "\f173"
}
.fa-tumblr-square:before {
content: "\f174"
}
.fa-long-arrow-down:before {
content: "\f175"
}
.fa-long-arrow-up:before {
content: "\f176"
}
.fa-long-arrow-left:before {
content: "\f177"
}
.fa-long-arrow-right:before {
content: "\f178"
}
.fa-apple:before {
content: "\f179"
}
.fa-windows:before {
content: "\f17a"
}
.fa-android:before {
content: "\f17b"
}
.fa-linux:before {
content: "\f17c"
}
.fa-dribbble:before {
content: "\f17d"
}
.fa-skype:before {
content: "\f17e"
}
.fa-foursquare:before {
content: "\f180"
}
.fa-trello:before {
content: "\f181"
}
.fa-female:before {
content: "\f182"
}
.fa-male:before {
content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
content: "\f184"
}
.fa-sun-o:before {
content: "\f185"
}
.fa-moon-o:before {
content: "\f186"
}
.fa-archive:before {
content: "\f187"
}
.fa-bug:before {
content: "\f188"
}
.fa-vk:before {
content: "\f189"
}
.fa-weibo:before {
content: "\f18a"
}
.fa-renren:before {
content: "\f18b"
}
.fa-pagelines:before {
content: "\f18c"
}
.fa-stack-exchange:before {
content: "\f18d"
}
.fa-arrow-circle-o-right:before {
content: "\f18e"
}
.fa-arrow-circle-o-left:before {
content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
content: "\f191"
}
.fa-dot-circle-o:before {
content: "\f192"
}
.fa-wheelchair:before {
content: "\f193"
}
.fa-vimeo-square:before {
content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
content: "\f195"
}
.fa-plus-square-o:before {
content: "\f196"
}
.fa-space-shuttle:before {
content: "\f197"
}
.fa-slack:before {
content: "\f198"
}
.fa-envelope-square:before {
content: "\f199"
}
.fa-wordpress:before {
content: "\f19a"
}
.fa-openid:before {
content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
content: "\f19d"
}
.fa-yahoo:before {
content: "\f19e"
}
.fa-google:before {
content: "\f1a0"
}
.fa-reddit:before {
content: "\f1a1"
}
.fa-reddit-square:before {
content: "\f1a2"
}
.fa-stumbleupon-circle:before {
content: "\f1a3"
}
.fa-stumbleupon:before {
content: "\f1a4"
}
.fa-delicious:before {
content: "\f1a5"
}
.fa-digg:before {
content: "\f1a6"
}
.fa-pied-piper:before {
content: "\f1a7"
}
.fa-pied-piper-alt:before {
content: "\f1a8"
}
.fa-drupal:before {
content: "\f1a9"
}
.fa-joomla:before {
content: "\f1aa"
}
.fa-language:before {
content: "\f1ab"
}
.fa-fax:before {
content: "\f1ac"
}
.fa-building:before {
content: "\f1ad"
}
.fa-child:before {
content: "\f1ae"
}
.fa-paw:before {
content: "\f1b0"
}
.fa-spoon:before {
content: "\f1b1"
}
.fa-cube:before {
content: "\f1b2"
}
.fa-cubes:before {
content: "\f1b3"
}
.fa-behance:before {
content: "\f1b4"
}
.fa-behance-square:before {
content: "\f1b5"
}
.fa-steam:before {
content: "\f1b6"
}
.fa-steam-square:before {
content: "\f1b7"
}
.fa-recycle:before {
content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
content: "\f1ba"
}
.fa-tree:before {
content: "\f1bb"
}
.fa-spotify:before {
content: "\f1bc"
}
.fa-deviantart:before {
content: "\f1bd"
}
.fa-soundcloud:before {
content: "\f1be"
}
.fa-database:before {
content: "\f1c0"
}
.fa-file-pdf-o:before {
content: "\f1c1"
}
.fa-file-word-o:before {
content: "\f1c2"
}
.fa-file-excel-o:before {
content: "\f1c3"
}
.fa-file-powerpoint-o:before {
content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
content: "\f1c8"
}
.fa-file-code-o:before {
content: "\f1c9"
}
.fa-vine:before {
content: "\f1ca"
}
.fa-codepen:before {
content: "\f1cb"
}
.fa-jsfiddle:before {
content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
content: "\f1cd"
}
.fa-circle-o-notch:before {
content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before {
content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
content: "\f1d1"
}
.fa-git-square:before {
content: "\f1d2"
}
.fa-git:before {
content: "\f1d3"
}
.fa-hacker-news:before {
content: "\f1d4"
}
.fa-tencent-weibo:before {
content: "\f1d5"
}
.fa-qq:before {
content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
content: "\f1d9"
}
.fa-history:before {
content: "\f1da"
}
.fa-genderless:before, .fa-circle-thin:before {
content: "\f1db"
}
.fa-header:before {
content: "\f1dc"
}
.fa-paragraph:before {
content: "\f1dd"
}
.fa-sliders:before {
content: "\f1de"
}
.fa-share-alt:before {
content: "\f1e0"
}
.fa-share-alt-square:before {
content: "\f1e1"
}
.fa-bomb:before {
content: "\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
content: "\f1e3"
}
.fa-tty:before {
content: "\f1e4"
}
.fa-binoculars:before {
content: "\f1e5"
}
.fa-plug:before {
content: "\f1e6"
}
.fa-slideshare:before {
content: "\f1e7"
}
.fa-twitch:before {
content: "\f1e8"
}
.fa-yelp:before {
content: "\f1e9"
}
.fa-newspaper-o:before {
content: "\f1ea"
}
.fa-wifi:before {
content: "\f1eb"
}
.fa-calculator:before {
content: "\f1ec"
}
.fa-paypal:before {
content: "\f1ed"
}
.fa-google-wallet:before {
content: "\f1ee"
}
.fa-cc-visa:before {
content: "\f1f0"
}
.fa-cc-mastercard:before {
content: "\f1f1"
}
.fa-cc-discover:before {
content: "\f1f2"
}
.fa-cc-amex:before {
content: "\f1f3"
}
.fa-cc-paypal:before {
content: "\f1f4"
}
.fa-cc-stripe:before {
content: "\f1f5"
}
.fa-bell-slash:before {
content: "\f1f6"
}
.fa-bell-slash-o:before {
content: "\f1f7"
}
.fa-trash:before {
content: "\f1f8"
}
.fa-copyright:before {
content: "\f1f9"
}
.fa-at:before {
content: "\f1fa"
}
.fa-eyedropper:before {
content: "\f1fb"
}
.fa-paint-brush:before {
content: "\f1fc"
}
.fa-birthday-cake:before {
content: "\f1fd"
}
.fa-area-chart:before {
content: "\f1fe"
}
.fa-pie-chart:before {
content: "\f200"
}
.fa-line-chart:before {
content: "\f201"
}
.fa-lastfm:before {
content: "\f202"
}
.fa-lastfm-square:before {
content: "\f203"
}
.fa-toggle-off:before {
content: "\f204"
}
.fa-toggle-on:before {
content: "\f205"
}
.fa-bicycle:before {
content: "\f206"
}
.fa-bus:before {
content: "\f207"
}
.fa-ioxhost:before {
content: "\f208"
}
.fa-angellist:before {
content: "\f209"
}
.fa-cc:before {
content: "\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
content: "\f20b"
}
.fa-meanpath:before {
content: "\f20c"
}
.fa-buysellads:before {
content: "\f20d"
}
.fa-connectdevelop:before {
content: "\f20e"
}
.fa-dashcube:before {
content: "\f210"
}
.fa-forumbee:before {
content: "\f211"
}
.fa-leanpub:before {
content: "\f212"
}
.fa-sellsy:before {
content: "\f213"
}
.fa-shirtsinbulk:before {
content: "\f214"
}
.fa-simplybuilt:before {
content: "\f215"
}
.fa-skyatlas:before {
content: "\f216"
}
.fa-cart-plus:before {
content: "\f217"
}
.fa-cart-arrow-down:before {
content: "\f218"
}
.fa-diamond:before {
content: "\f219"
}
.fa-ship:before {
content: "\f21a"
}
.fa-user-secret:before {
content: "\f21b"
}
.fa-motorcycle:before {
content: "\f21c"
}
.fa-street-view:before {
content: "\f21d"
}
.fa-heartbeat:before {
content: "\f21e"
}
.fa-venus:before {
content: "\f221"
}
.fa-mars:before {
content: "\f222"
}
.fa-mercury:before {
content: "\f223"
}
.fa-transgender:before {
content: "\f224"
}
.fa-transgender-alt:before {
content: "\f225"
}
.fa-venus-double:before {
content: "\f226"
}
.fa-mars-double:before {
content: "\f227"
}
.fa-venus-mars:before {
content: "\f228"
}
.fa-mars-stroke:before {
content: "\f229"
}
.fa-mars-stroke-v:before {
content: "\f22a"
}
.fa-mars-stroke-h:before {
content: "\f22b"
}
.fa-neuter:before {
content: "\f22c"
}
.fa-facebook-official:before {
content: "\f230"
}
.fa-pinterest-p:before {
content: "\f231"
}
.fa-whatsapp:before {
content: "\f232"
}
.fa-server:before {
content: "\f233"
}
.fa-user-plus:before {
content: "\f234"
}
.fa-user-times:before {
content: "\f235"
}
.fa-hotel:before, .fa-bed:before {
content: "\f236"
}
.fa-viacoin:before {
content: "\f237"
}
.fa-train:before {
content: "\f238"
}
.fa-subway:before {
content: "\f239"
}
.fa-medium:before {
content: "\f23a"
}
.atwho-view {
position: absolute;
top: 0;
left: 0;
display: none;
margin-top: 18px;
background: white;
border: 1px solid #DDD;
border-radius: 3px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
min-width: 120px;
z-index: 10
}
.atwho-view .cur {
background: #3366FF;
color: white
}
.atwho-view .cur small {
color: white
}
.atwho-view strong {
color: #3366FF
}
.atwho-view .cur strong {
color: white;
font: bold
}
.atwho-view ul {
list-style: none;
padding: 0;
margin: auto
}
.atwho-view ul li {
display: block;
padding: 5px 10px;
border-bottom: 1px solid #DDD;
cursor: pointer
}
.atwho-view small {
font-size: smaller;
color: #777;
font-weight: normal
}
.thumbnails .thumbnail {
padding: 15px;
border-color: #d9d9d9;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
border-radius: 0
}
.thumbnails .thumbnail:hover {
border-color: #999999
}
.thumbnails .thumbnail p {
font-size: 13px;
font-weight: normal;
line-height: 20px
}
@media (min-width: 768px) and (max-width: 979px) {
.authors-recommended .span4 {
width: 227px
}
}
.fixed-btn {
position: fixed;
right: 2%;
bottom: 2%;
width: 40px;
border: 1px solid #eeeeee;
background-color: white;
font-size: 24px;
z-index: 1040;
-webkit-backface-visibility: hidden
}
.fixed-btn a {
display: inline-block;
width: 40px;
height: 40px;
text-align: center
}
.fixed-btn a:after {
content: ".";
font-size: 0;
height: 100%;
display: inline-block;
vertical-align: middle
}
.fixed-btn a i {
vertical-align: middle
}
.fixed-btn .go-top {
border-bottom: 1px solid #eeeeee
}
.fixed-btn .writer {
background-color: #49be38;
font-size: 18px;
color: white
}
.fixed-btn .hide-go-top {
display: none;
opacity: 0;
filter: alpha(opacity=0)
}
@media (max-width: 480px) {
.go-top {
font-size: 24px
}
}
#noty_topCenter_layout_container {
width: 300px;
display: inline-block
}
.noty_message {
padding: 10px
}
.maleskine-confirm-center {
border: 1px solid #d9d9d9;
border-radius: 2px
}
.maleskine-confirm-center .noty_message {
padding: 30px
}
.maleskine-confirm-center .noty_message .notification_modal_title {
font-size: 18px;
font-weight: bolder;
margin-bottom: 0px
}
.maleskine-confirm-center .noty_message .notification_modal_title img {
margin-right: 10px
}
.maleskine-confirm-center .noty_message .auto_upload_process {
width: 350px;
height: 3px
}
.top-center-with-action {
background-color: #e78170;
color: white
}
.top-center-with-action .noty_message {
padding: 10px
}
.top-center-with-action .noty_close {
margin-top: 10px;
margin-right: 10px
}
.top-center-with-action a {
color: white;
text-decoration: underline
}
@media (max-width: 480px) {
ul#noty_topCenter_layout_container {
margin: 0 auto 10px;
width: 300px !important
}
ul#noty_topCenter_layout_container .noty_message {
padding-right: 25px !important
}
ul#noty_topCenter_layout_container .noty_close {
top: 0 !important;
right: 0 !important
}
}
@media (min-width: 1588px) {
#noty_topCenter_layout_container {
margin-left: 85px
}
}
.kalamu-area, .kalamu-area:focus, .container .article, .preview-mode .preview, .history-view .view-area {
bottom: 0;
padding: 30px;
padding-bottom: 0
}
.article .preview .title {
word-break: break-all;
font-size: 32px;
font-weight: bold;
line-height: 1.5
}
.container .article .show-content, .preview-mode .preview, .kalamu-area, .kalamu-area:focus, .history-view .view-area, .collection-top .description {
color: #2f2f2f;
font-size: 16px;
font-weight: normal;
line-height: 1.7
}
.container .article .show-content p, .preview-mode .preview p, .kalamu-area p, .kalamu-area:focus p, .history-view .view-area p, .collection-top .description p {
margin: 0 0 25px 0
}
.container .article .show-content blockquote p:last-child, .preview-mode .preview blockquote p:last-child, .kalamu-area blockquote p:last-child, .kalamu-area:focus blockquote p:last-child, .history-view .view-area blockquote p:last-child, .collection-top .description blockquote p:last-child {
margin: 0
}
.container .article .show-content .video-package .video-description p, .preview-mode .preview .video-package .video-description p, .kalamu-area .video-package .video-description p, .kalamu-area:focus .video-package .video-description p, .history-view .view-area .video-package .video-description p, .collection-top .description .video-package .video-description p {
margin: 0
}
.container .article .show-content li p, .preview-mode .preview li p, .kalamu-area li p, .kalamu-area:focus li p, .history-view .view-area li p, .collection-top .description li p {
overflow: visible
}
.container .article .show-content a, .preview-mode .preview a, .kalamu-area a, .kalamu-area:focus a, .history-view .view-area a, .collection-top .description a {
color: #4094c7
}
.container .article .show-content a:hover, .preview-mode .preview a:hover, .kalamu-area a:hover, .kalamu-area:focus a:hover, .history-view .view-area a:hover, .collection-top .description a:hover {
color: #075b8d
}
.container .article .show-content a.active, .container .article .show-content a:active, .container .article .show-content a:focus, .preview-mode .preview a.active, .preview-mode .preview a:active, .preview-mode .preview a:focus, .kalamu-area a.active, .kalamu-area a:active, .kalamu-area a:focus, .kalamu-area:focus a.active, .kalamu-area:focus a:active, .kalamu-area:focus a:focus, .history-view .view-area a.active, .history-view .view-area a:active, .history-view .view-area a:focus, .collection-top .description a.active, .collection-top .description a:active, .collection-top .description a:focus {
color: #075b8d
}
.container .article .show-content a.disabled, .container .article .show-content a.disabled:hover, .container .article .show-content a.disabled:focus, .container .article .show-content a.disabled:active, .container .article .show-content a.disabled.active, .container .article .show-content a[disabled], .container .article .show-content a[disabled]:hover, .container .article .show-content a[disabled]:focus, .container .article .show-content a[disabled]:active, .container .article .show-content a[disabled].active, .preview-mode .preview a.disabled, .preview-mode .preview a.disabled:hover, .preview-mode .preview a.disabled:focus, .preview-mode .preview a.disabled:active, .preview-mode .preview a.disabled.active, .preview-mode .preview a[disabled], .preview-mode .preview a[disabled]:hover, .preview-mode .preview a[disabled]:focus, .preview-mode .preview a[disabled]:active, .preview-mode .preview a[disabled].active, .kalamu-area a.disabled, .kalamu-area a.disabled:hover, .kalamu-area a.disabled:focus, .kalamu-area a.disabled:active, .kalamu-area a.disabled.active, .kalamu-area a[disabled], .kalamu-area a[disabled]:hover, .kalamu-area a[disabled]:focus, .kalamu-area a[disabled]:active, .kalamu-area a[disabled].active, .kalamu-area:focus a.disabled, .kalamu-area:focus a.disabled:hover, .kalamu-area:focus a.disabled:focus, .kalamu-area:focus a.disabled:active, .kalamu-area:focus a.disabled.active, .kalamu-area:focus a[disabled], .kalamu-area:focus a[disabled]:hover, .kalamu-area:focus a[disabled]:focus, .kalamu-area:focus a[disabled]:active, .kalamu-area:focus a[disabled].active, .history-view .view-area a.disabled, .history-view .view-area a.disabled:hover, .history-view .view-area a.disabled:focus, .history-view .view-area a.disabled:active, .history-view .view-area a.disabled.active, .history-view .view-area a[disabled], .history-view .view-area a[disabled]:hover, .history-view .view-area a[disabled]:focus, .history-view .view-area a[disabled]:active, .history-view .view-area a[disabled].active, .collection-top .description a.disabled, .collection-top .description a.disabled:hover, .collection-top .description a.disabled:focus, .collection-top .description a.disabled:active, .collection-top .description a.disabled.active, .collection-top .description a[disabled], .collection-top .description a[disabled]:hover, .collection-top .description a[disabled]:focus, .collection-top .description a[disabled]:active, .collection-top .description a[disabled].active {
cursor: not-allowed;
color: #999999
}
.container .article .show-content p, .container .article .show-content ul, .container .article .show-content ol, .preview-mode .preview p, .preview-mode .preview ul, .preview-mode .preview ol, .kalamu-area p, .kalamu-area ul, .kalamu-area ol, .kalamu-area:focus p, .kalamu-area:focus ul, .kalamu-area:focus ol, .history-view .view-area p, .history-view .view-area ul, .history-view .view-area ol, .collection-top .description p, .collection-top .description ul, .collection-top .description ol {
text-align: justify;
text-justify: inter-ideograph;
word-break: initial;
word-break: break-word
}
.container .article .show-content h1, .container .article .show-content h2, .container .article .show-content h3, .container .article .show-content h4, .container .article .show-content h5, .container .article .show-content h6, .preview-mode .preview h1, .preview-mode .preview h2, .preview-mode .preview h3, .preview-mode .preview h4, .preview-mode .preview h5, .preview-mode .preview h6, .kalamu-area h1, .kalamu-area h2, .kalamu-area h3, .kalamu-area h4, .kalamu-area h5, .kalamu-area h6, .kalamu-area:focus h1, .kalamu-area:focus h2, .kalamu-area:focus h3, .kalamu-area:focus h4, .kalamu-area:focus h5, .kalamu-area:focus h6, .history-view .view-area h1, .history-view .view-area h2, .history-view .view-area h3, .history-view .view-area h4, .history-view .view-area h5, .history-view .view-area h6, .collection-top .description h1, .collection-top .description h2, .collection-top .description h3, .collection-top .description h4, .collection-top .description h5, .collection-top .description h6 {
margin: 0;
color: inherit;
line-height: 1.8;
text-rendering: optimizelegibility
}
.container .article .show-content h1, .preview-mode .preview h1, .kalamu-area h1, .kalamu-area:focus h1, .history-view .view-area h1, .collection-top .description h1 {
font-size: 26px
}
.container .article .show-content h2, .preview-mode .preview h2, .kalamu-area h2, .kalamu-area:focus h2, .history-view .view-area h2, .collection-top .description h2 {
font-size: 24px
}
.container .article .show-content h3, .preview-mode .preview h3, .kalamu-area h3, .kalamu-area:focus h3, .history-view .view-area h3, .collection-top .description h3 {
font-size: 22px
}
.container .article .show-content h4, .preview-mode .preview h4, .kalamu-area h4, .kalamu-area:focus h4, .history-view .view-area h4, .collection-top .description h4 {
font-size: 20px
}
.container .article .show-content h5, .preview-mode .preview h5, .kalamu-area h5, .kalamu-area:focus h5, .history-view .view-area h5, .collection-top .description h5 {
font-size: 18px
}
.container .article .show-content h6, .preview-mode .preview h6, .kalamu-area h6, .kalamu-area:focus h6, .history-view .view-area h6, .collection-top .description h6 {
font-size: 16px
}
.container .article .show-content hr, .preview-mode .preview hr, .kalamu-area hr, .kalamu-area:focus hr, .history-view .view-area hr, .collection-top .description hr {
margin: 0 0 20px;
border-top: 1px solid #d9d9d9
}
.container .article .show-content blockquote, .preview-mode .preview blockquote, .kalamu-area blockquote, .kalamu-area:focus blockquote, .history-view .view-area blockquote, .collection-top .description blockquote {
padding: 10px 15px;
margin-bottom: 20px;
background-color: whitesmoke;
border-left: 4px solid #999999;
word-break: break-word;
font-size: 15px;
font-weight: 100;
line-height: 30px
}
.container .article .show-content blockquote p, .preview-mode .preview blockquote p, .kalamu-area blockquote p, .kalamu-area:focus blockquote p, .history-view .view-area blockquote p, .collection-top .description blockquote p {
font-size: 15px;
font-weight: normal;
line-height: 1.7
}
.container .article .show-content ol, .container .article .show-content ul, .preview-mode .preview ol, .preview-mode .preview ul, .kalamu-area ol, .kalamu-area ul, .kalamu-area:focus ol, .kalamu-area:focus ul, .history-view .view-area ol, .history-view .view-area ul, .collection-top .description ol, .collection-top .description ul {
margin-bottom: 20px
}
.container .article .show-content ol li, .container .article .show-content ul li, .preview-mode .preview ol li, .preview-mode .preview ul li, .kalamu-area ol li, .kalamu-area ul li, .kalamu-area:focus ol li, .kalamu-area:focus ul li, .history-view .view-area ol li, .history-view .view-area ul li, .collection-top .description ol li, .collection-top .description ul li {
line-height: 30px
}
.container .article .show-content ol li ol, .container .article .show-content ol li ul, .container .article .show-content ul li ol, .container .article .show-content ul li ul, .preview-mode .preview ol li ol, .preview-mode .preview ol li ul, .preview-mode .preview ul li ol, .preview-mode .preview ul li ul, .kalamu-area ol li ol, .kalamu-area ol li ul, .kalamu-area ul li ol, .kalamu-area ul li ul, .kalamu-area:focus ol li ol, .kalamu-area:focus ol li ul, .kalamu-area:focus ul li ol, .kalamu-area:focus ul li ul, .history-view .view-area ol li ol, .history-view .view-area ol li ul, .history-view .view-area ul li ol, .history-view .view-area ul li ul, .collection-top .description ol li ol, .collection-top .description ol li ul, .collection-top .description ul li ol, .collection-top .description ul li ul {
margin-top: 15px
}
.container .article .show-content pre, .preview-mode .preview pre, .kalamu-area pre, .kalamu-area:focus pre, .history-view .view-area pre, .collection-top .description pre {
word-wrap: normal;
word-break: break-all;
white-space: pre;
overflow: auto;
margin-bottom: 20px
}
.container .article .show-content pre code, .preview-mode .preview pre code, .kalamu-area pre code, .kalamu-area:focus pre code, .history-view .view-area pre code, .collection-top .description pre code {
padding: 0;
background-color: transparent;
white-space: pre
}
.container .article .show-content code, .preview-mode .preview code, .kalamu-area code, .kalamu-area:focus code, .history-view .view-area code, .collection-top .description code {
padding: 2px 4px;
background-color: #fdf6e3;
border: none;
color: #657b83;
font-size: 12px;
white-space: pre-wrap
}
.container .article .show-content table, .preview-mode .preview table, .kalamu-area table, .kalamu-area:focus table, .history-view .view-area table, .collection-top .description table {
width: 100%;
margin-bottom: 20px;
border: 1px solid #dddddd;
border-collapse: collapse;
border-left: none
}
.container .article .show-content table thead th, .preview-mode .preview table thead th, .kalamu-area table thead th, .kalamu-area:focus table thead th, .history-view .view-area table thead th, .collection-top .description table thead th {
vertical-align: bottom
}
.container .article .show-content table th, .container .article .show-content table td, .preview-mode .preview table th, .preview-mode .preview table td, .kalamu-area table th, .kalamu-area table td, .kalamu-area:focus table th, .kalamu-area:focus table td, .history-view .view-area table th, .history-view .view-area table td, .collection-top .description table th, .collection-top .description table td {
padding: 8px;
border-left: 1px solid #dddddd;
border-top: 1px solid #dddddd;
line-height: 20px;
vertical-align: top
}
.container .article .show-content table th, .preview-mode .preview table th, .kalamu-area table th, .kalamu-area:focus table th, .history-view .view-area table th, .collection-top .description table th {
font-weight: bold
}
.image-package {
margin: 0 auto 20px;
text-align: center
}
.image-package .image-caption {
min-width: 20%;
min-height: 22px;
display: inline-block;
padding: 10px;
margin: 0 auto;
border-bottom: 1px solid #d9d9d9;
font-size: 13px;
color: #999999;
font-style: italic;
line-height: 1.7
}
.image-package.image-uploading {
position: relative
}
.image-package.image-uploading .uploading-mask {
display: block;
position: absolute;
z-index: 1;
top: 0px;
left: 50%;
color: black;
background: rgba(255, 255, 255, 0.5)
}
.output .image-caption:empty, .preview-mode .image-caption:empty, .image-package.image-uploading > img, .image-package.image-uploading br, .image-package.image-uploading .image-caption {
display: none
}
.video-package {
position: relative;
margin: 0 auto 20px;
text-align: center
}
.video-package div.video-player {
margin: 0px;
padding: 0px;
background-color: black;
overflow: hidden
}
.video-package div.video-placeholder {
display: inline-block;
box-sizing: border-box;
border: 1px solid black
}
.video-package .video-placeholder-area {
position: relative;
display: inline-block;
min-height: 110px;
padding: 10px;
padding-left: 110px;
box-sizing: border-box;
border: 1px solid #d9d9d9;
text-align: left;
cursor: pointer
}
.video-package .video-placeholder-area:after {
content: ' ';
position: absolute;
top: 9px;
left: 9px;
display: block;
width: 90px;
height: 90px;
background-color: rgba(0, 0, 0, 0.3);
background-image: url(/images/play-btn.png);
background-position: 20px;
background-size: 50px;
background-repeat: no-repeat;
transition: all linear 100ms
}
.video-package .video-placeholder-area .video-cover {
position: absolute;
top: 9px;
left: 9px;
display: block;
width: 90px;
height: 90px;
opacity: 0.8;
transition: opacity linear 100ms
}
.video-package .video-placeholder-area:hover:after {
background-color: rgba(0, 0, 0, 0)
}
.video-package .video-placeholder-area:hover .video-cover {
opacity: 1
}
.video-package .video-description {
min-width: 20%;
min-height: 22px;
display: none;
padding: 10px;
margin: 0 auto;
border-bottom: 1px solid #d9d9d9;
font-size: 13px;
color: #999999;
font-style: italic;
line-height: 1.7
}
.video-package .video-description:empty {
display: none
}
.video-package .video-close-button, .video-package .video-provider-button {
float: left;
font-size: 14px;
padding: 0px;
line-height: 14px;
cursor: pointer;
transition: opacity linear 100ms
}
.video-package .video-close-button i.fa, .video-package .video-provider-button i.fa {
position: relative;
top: 1px
}
.video-package .video-provider-button {
float: right
}
.kalamu-area .video-package .video-description, .kalamu-area .video-package .video-description:empty {
display: inline-block
}
.kalamu-area .video-package div.video-player {
display: inline-block;
width: 480px;
height: 400px
}
.output .image-caption:empty, .output .video-description:empty .preview-mode .image-caption:empty, .preview-mode .video-description:empty {
display: none
}
@media (max-width: 480px) {
.post .post-bg .container .article .title {
font-size: 32px
}
.post .show-content h1 {
font-size: 31px
}
.post .show-content h2 {
font-size: 28px
}
.post .show-content h3 {
font-size: 26px
}
.post .image-package {
width: 100%;
height: auto
}
}
@media (min-width: 481px) and (max-width: 767px) {
.post .show-content h1 {
font-size: 37px
}
.post .show-content h2 {
font-size: 33px
}
.post .show-content h3 {
font-size: 29px
}
}
.popover {
max-width: inherit;
padding: 0
}
.popover.bottom .arrow::after {
border-bottom-color: #eeeeee
}
.popover-content {
width: 310px;
padding: 0;
background: #eeeeee;
border-radius: 6px;
word-break: break-all
}
.popover-content .loading {
width: 16px;
height: 16px;
display: block;
margin: 20px auto;
background: none;
border: none
}
.popover-content .header {
padding: 10px;
overflow: hidden;
border-bottom: 1px solid #d9d9d9;
border-radius: 6px 6px 0 0
}
.popover-content .header .follow, .popover-content .header .following {
float: right;
padding: 4px 10px 2px;
margin: 0
}
.popover-content .header img {
float: left;
width: 30px;
height: 30px;
margin-right: 5px;
border: 1px solid white;
border-radius: 30px
}
.popover-content .header > span {
position: relative;
top: 6px;
font-weight: bold
}
.popover-content .content {
padding: 0 10px 10px;
font-size: 12px
}
.popover-content .content p {
margin-bottom: 0
}
.popover-content .content .intro {
padding: 10px 12px 7px;
margin: 0 -10px 0;
background: white;
border-bottom: 1px solid #d9d9d9;
word-wrap: break-word
}
.popover-content .content ul {
padding: 1px 10px 10px 10px;
margin: 0 -10px 10px;
background: white
}
.popover-content .content ul li {
margin: 8px 0 0;
border-bottom: 1px dashed #d9d9d9
}
.popover-content .content ul time {
float: right;
color: #999999
}
.popover-content .content h5 {
margin: 0;
font-size: 12px;
font-weight: normal;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.popover-content .content a {
color: #999999
}
.left-aside {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 45px
}
.left-aside .bottom-block {
position: absolute;
bottom: 0;
padding: 30px;
color: white
}
.left-aside .bottom-block h1, .left-aside .bottom-block h2, .left-aside .bottom-block h3, .left-aside .bottom-block h4 {
text-shadow: -1px 0 0 rgba(0, 0, 0, 0.75)
}
.left-aside .bottom-block p.fa-lightbulb-o {
padding: 20px;
margin-bottom: 16px;
display: block;
background-color: #2c2c2c;
line-height: 20px;
opacity: 0.9;
filter: alpha(opacity=90)
}
.left-aside a, .left-aside a:hover {
color: white
}
.left-aside .btn-success, .left-aside .btn-success:hover {
margin-top: 10px;
font-size: 16px
}
.left-aside .bottom-block .btn-success {
padding-left: 34px;
background-position: -104px -20px;
background-repeat: no-repeat;
background-size: 250px
}
.left-aside .img-info {
position: absolute;
right: 0;
bottom: 0;
padding: 0;
text-align: right;
color: white
}
.left-aside .fa-info {
position: relative;
width: 18px;
height: 18px;
display: inline-block;
margin: 0 10px 10px 0;
background: black;
border-radius: 50%;
color: #d5d5d5;
font-size: 12px;
line-height: 19px;
text-align: center;
z-index: 9
}
.left-aside .img-info .info {
position: absolute;
bottom: 10px;
right: 15px;
width: 0;
padding: 4px 0 4px;
overflow: hidden;
background: black;
border-radius: 10px;
line-height: 10px;
text-align: center;
font-size: 10px;
font-style: italic;
color: #b1b1b1;
white-space: nowrap
}
.left-aside .img-info .info a {
color: #d5d5d5;
font-style: normal
}
.left-aside .img-info .info a:hover {
color: white
}
.left-aside .img-info:hover .info {
width: auto;
padding: 4px 14px 4px 12px;
-webkit-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
-moz-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
-ms-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
-o-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important
}
.output {
padding-left: 45px
}
.output .timeline-list {
min-height: 700px;
word-break: break-word
}
.output .row-fluid .span7 {
padding-left: 12px
}
.output .load-more {
margin-bottom: 30px;
text-align: center
}
.qrcode-wrap {
position: relative
}
.qrcode-wrap .qrcode {
position: absolute;
top: 30px;
left: -78px;
width: 160px;
height: 0;
overflow: hidden;
z-index: 9
}
.qrcode-wrap .qrcode img {
width: 100%;
height: 0
}
.qrcode-wrap:hover .qrcode {
height: 152px;
display: block;
overflow: inherit;
padding: 4px;
background: white;
border: 1px solid #d9d9d9;
border-radius: 3px;
-webkit-transition: height 0.1s !important;
-moz-transition: height 0.1s !important;
-ms-transition: height 0.1s !important;
-o-transition: height 0.1s !important;
transition: height 0.1s !important;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15)
}
.qrcode-wrap:hover .qrcode img {
height: 152px;
border-radius: 3px;
-webkit-transition: height 0.1s !important;
-moz-transition: height 0.1s !important;
-ms-transition: height 0.1s !important;
-o-transition: height 0.1s !important;
transition: height 0.1s !important
}
.qrcode-wrap .arrow-top::before, .qrcode-wrap .arrow-top::after {
margin-left: -4px
}
.article-list {
padding: 0;
margin: 0;
list-style: none
}
.article-list > li {
position: relative;
width: 100%;
padding-right: 2px;
padding-bottom: 17px;
margin: 0 0 17px;
border-bottom: 1px dashed #d9d9d9;
box-sizing: border-box;
word-wrap: break-word
}
.article-list > li:before, .article-list > li:after {
content: " ";
display: block;
height: 0
}
.article-list > li:after {
clear: both
}
.article-list > li:last-child {
border: none
}
.article-list .list-top {
margin: 8px 0;
font-size: 12px
}
.article-list .list-top .time {
margin-left: 3px;
color: #717171
}
.article-list .title {
margin-top: 0;
margin-bottom: 10px;
margin-left: 0;
display: inherit;
font-size: 18px;
font-weight: bold;
line-height: 1.5
}
.article-list .title a:empty::before {
content: "你个泼猴竟然不写标题拉黑";
display: inline-block;
font-style: italic;
text-decoration: line-through
}
.article-list .avatar {
position: absolute;
top: 28px;
right: 1px;
width: 32px;
height: 32px
}
.article-list .list-footer {
font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 20px
}
.article-list .list-footer > a, .article-list .list-footer > span {
color: #999999
}
.article-list .list-footer > a:hover, .article-list .list-footer > span:hover {
color: #717171
}
.article-list .list-footer > a:hover {
color: #717171
}
.article-list .list-footer .origin-subscription {
position: relative;
display: inline-block
}
.article-list .list-footer .origin-subscription > a {
color: #999999
}
.article-list .list-footer .origin-subscription > a:hover {
color: #717171
}
.article-list .list-footer .origin-subscription .list-group {
left: -127px;
width: 260px;
padding-bottom: 0
}
.article-list .list-footer .origin-subscription h5 {
padding: 10px;
margin: 0;
border-bottom: 1px solid #eeeeee
}
.article-list .list-footer .origin-subscription .list-group ul {
max-height: 295px;
margin: 0;
overflow-y: auto
}
.article-list .list-footer .origin-subscription li {
padding: 15px 10px 10px;
margin-bottom: 0;
border-bottom: 1px solid #eeeeee
}
.article-list .list-footer .origin-subscription li:hover {
background-color: #f6f6f6
}
.article-list .list-footer .origin-subscription li:last-child {
border-radius: 0 0 6px 6px
}
.article-list .list-footer .origin-subscription li a {
display: inline
}
.article-list .list-footer .origin-subscription .title {
padding: 0;
font-size: 16px;
white-space: pre
}
.article-list .list-footer .origin-subscription .list-group .avatar {
position: relative;
top: -5px;
display: inline-block
}
.article-list .list-footer .origin-subscription .follow {
float: right;
padding: 0;
margin-left: 5px;
border-radius: 4px
}
.article-list .list-footer .origin-subscription .follow .fa {
padding: 0 3px
}
.article-list .list-footer .origin-subscription .follow span {
display: none
}
.article-list .list-footer .origin-subscription span {
display: block;
margin-top: 5px;
color: #999999;
font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 1.5
}
.article-list .have-img::before {
display: table;
content: "";
line-height: 0
}
.article-list .have-img::after {
clear: both
}
.article-list .have-img .wrap-img {
float: right;
width: 100px;
height: 100px
}
.article-list .have-img .wrap-img img {
width: 100%;
height: 100px;
width: auto \9;
border-radius: 4px;
border: 1px solid #eeeeee;
box-sizing: border-box
}
.article-list .have-img > div {
padding-right: 110px
}
.no-fluid .page-title {
margin: 30px 0 20px;
border: none;
text-align: center;
font-size: 30px
}
.page-title {
padding-left: 20px;
border-bottom: 2px solid #d9d9d9;
font-size: 12px
}
.page-title .navigation {
margin: 0;
border-bottom: none;
list-style: none;
text-align: center
}
.page-title li {
float: left
}
.page-title .switch-default-tab a:hover {
background: none
}
.page-title .switch-default-tab a:hover i {
opacity: 0.7;
filter: alpha(opacity=70)
}
.page-title .switch-default-tab i {
opacity: 0.4;
filter: alpha(opacity=40)
}
.page-title .loader-tiny {
float: left;
width: 17px;
margin: 20px 0 0 20px
}
.page-title > ul a {
padding: 15px;
display: inline-block;
color: #999999
}
.page-title > ul a:hover {
background-color: #eeeeee;
color: #555555
}
.page-title > ul .active {
margin-bottom: -2px;
border-bottom: 2px solid #555555
}
.page-title > ul .active a {
color: #555555
}
.page-title > ul.ui-sortable .bonus a {
color: whitesmoke;
cursor: default;
pointer-events: none;
transition: none
}
.page-title .search {
float: right;
margin-top: 10px
}
.page-title .search .search_trigger .fa-search {
top: 3px;
right: 15px
}
.page-title .search_trigger {
display: inline-block;
position: relative;
vertical-align: text-top;
z-index: 2
}
.page-title .search_trigger .fa-search {
display: inline-block !important;
position: absolute;
top: -6px;
right: 12px;
font-size: 12px;
cursor: pointer
}
.page-title .search-form {
margin: 0
}
.page-title .search.active {
border: none
}
.shutdown {
position: fixed;
top: 0;
width: 100%;
padding: 12px 0 13px;
background: #049cdb;
color: white;
text-align: center;
z-index: 10000;
opacity: 0.8;
filter: alpha(opacity=80);
display: none
}
.shutdown i {
position: fixed;
top: 15px;
right: 9px;
padding: 0 4px;
cursor: pointer;
font-size: 18px;
*top: 21px;
*width: 10px;
*height: 3px;
*background: black
}
.browsertip {
margin: 50px auto 0;
text-align: center
}
.browsertip h3, .browsertip li a {
color: #6bd95b
}
.browsertip h3:hover, .browsertip li a:hover {
color: #49be38
}
.browsertip .meta {
margin-bottom: 60px
}
.browsertip b {
margin-bottom: 40px
}
.browsertip b, .browsertip li span {
width: 98px;
height: 98px;
display: inline-block;
background: url(/images/browser.png) no-repeat;
background-position: -1px 0
}
.browsertip li {
width: 130px;
height: 180px;
display: inline-block;
margin-bottom: 5px;
background: #fbfbfb;
border: 1px solid #eeeeee
}
.browsertip li span {
width: 61px;
height: 60px;
margin-top: 38px;
background-position: -19px -106px
}
.browsertip li p {
margin-top: 5px
}
.browsertip .item-2 {
background-position-y: -176px
}
.browsertip .item-3 {
background-position-y: -245px
}
.browsertip .item-4 {
background-position-y: -314px
}
.browsertip .item-5 {
background-position-y: -383px
}
.browsertip a.linkColor {
display: inline-block;
margin-top: 30px;
border-bottom: 1px solid #15a7f0;
font-size: 16px;
color: #4094c7
}
.browsertip a.linkColor:hover {
color: #075b8d
}
.browsertip a.linkColor.active, .browsertip a.linkColor:active, .browsertip a.linkColor:focus {
color: #075b8d
}
.browsertip a.linkColor.disabled, .browsertip a.linkColor.disabled:hover, .browsertip a.linkColor.disabled:focus, .browsertip a.linkColor.disabled:active, .browsertip a.linkColor.disabled.active, .browsertip a.linkColor[disabled], .browsertip a.linkColor[disabled]:hover, .browsertip a.linkColor[disabled]:focus, .browsertip a.linkColor[disabled]:active, .browsertip a.linkColor[disabled].active {
cursor: not-allowed;
color: #999999
}
.sort-nav {
padding: 13px 0 0 20px;
margin-bottom: 0
}
.sort-nav li {
float: left;
margin: 10px 15px 5px 0
}
.sort-nav li a {
padding: 5px 10px;
border: 1px solid #d9d9d9;
border-radius: 14px;
box-sizing: border-box;
font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 1.5
}
.sort-nav li.active a {
color: white;
border-color: #e78170;
background: #e78170
}
.sort-nav li.active a:hover, .sort-nav li.active a:focus {
color: white;
border-color: #f49484;
background-color: #f49484
}
.sort-nav li.active a.active, .sort-nav li.active a:active {
outline: none;
color: white;
border-color: #b34129;
background: #b34129;
box-shadow: none
}
.sort-nav li.active a.disabled, .sort-nav li.active a.disabled:hover, .sort-nav li.active a.disabled:focus, .sort-nav li.active a.disabled:active, .sort-nav li.active a.disabled.active, .sort-nav li.active a[disabled], .sort-nav li.active a[disabled]:hover, .sort-nav li.active a[disabled]:focus, .sort-nav li.active a[disabled]:active, .sort-nav li.active a[disabled].active {
cursor: not-allowed;
background: #f6a497;
border-color: #f6a497
}
.captcha.input-prepend {
height: 72px \9;
text-align: left
}
.captcha.input-prepend input {
width: 165px;
margin-right: 10px;
border-radius: 4px
}
.captcha.input-prepend img {
width: 125px;
height: 44px
}
.captcha.input-prepend p {
margin: 10px 0 0;
font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 1.5
}
.arrow-top::before, .arrow-top::after {
position: absolute;
top: -10px;
left: 50%;
content: '';
display: inline-block;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-bottom: 9px solid #d9d9d9
}
.arrow-top::after {
top: -9px;
border-bottom: 9px solid white
}
.all-list li {
padding: 15px 0;
border-bottom: 1px dashed #d9d9d9
}
.all-list .avatar {
float: left;
width: 40px;
height: 40px;
display: inline-block;
margin-right: 10px
}
.all-list .article-info {
padding-left: 50px
}
.all-list .all-notes {
padding-left: 0
}
span.notice {
color: #999999;
font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 1.5
}
span.notice i {
margin-right: 4px
}
.placeholder:empty::before {
content: attr(placeholder)
}
.fa-douban::after {
content: "豆";
-webkit-font-smoothing: auto
}
@media (max-width: 480px) {
.output .nav {
margin-right: 0
}
.output .search, .output .search-query {
display: none
}
.output .collections .page-title a {
padding: 10px 8px
}
.output .phone-hiding {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: opacity 0.5s !important;
-moz-transition: opacity 0.5s !important;
-ms-transition: opacity 0.5s !important;
-o-transition: opacity 0.5s !important;
transition: opacity 0.5s !important
}
.output .toolbar .notes-num, .output .toolbar .like-num, .output .toolbar .contribute-num {
display: none
}
.output .recommended .collection, .output .collections .collection {
top: 40px;
left: 10px
}
.output .recommended .article, .output .collections .article {
margin-left: 100px
}
.output .recommended .article {
margin-left: 0
}
.output .thumbnails .span2 {
width: 95px
}
.output .thumbnails .thumbnail {
padding: 5px
}
.output .thumbnails .book-name {
margin-top: 5px;
font-size: 14px
}
.output .thumbnails .name {
font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 1.5
}
.output .sort-nav {
padding: 20px 0 5px
}
}
@media (min-width: 481px) and (max-width: 767px) {
.output .ranking .tab-content {
padding: 0 0 0 60px
}
}
@media (max-width: 767px) {
.output .toolbar .update, .output .toolbar .contributions {
display: none
}
.output .thumbnails .span2 {
float: left
}
}
@media (max-width: 768px) {
.output {
padding-left: 0
}
.output .ranking .span7, .output .timeline .span7, .output .collections .span7, .output .recommended .span7 {
width: 100%;
padding: 70px 10px 0;
margin-left: 0
}
.output .ranking .span7 .thumbnails, .output .timeline .span7 .thumbnails, .output .collections .span7 .thumbnails, .output .recommended .span7 .thumbnails {
padding: 0;
margin-left: 0
}
.output .ranking .span7 .page-title, .output .timeline .span7 .page-title, .output .collections .span7 .page-title, .output .recommended .span7 .page-title {
padding: 0
}
.output .left-aside {
display: none
}
}
@media (min-width: 768px) and (max-width: 979px) {
.container {
width: 721px
}
}
@media (max-width: 979px) {
.output .brand {
display: none
}
.output .navigation {
margin-left: 0
}
}
@media (min-width: 1588px) {
.output {
padding-left: 170px
}
.output .left-aside {
left: 170px
}
.output .row-fluid .span7 {
padding-left: 43px
}
}
#ie-alert {
position: fixed;
right: 0;
width: 100%;
height: 100%;
background: transparent url(/images/black_bg.png) repeat 0 0;
z-index: 100000;
opacity: 1;
filter: alpha(opacity=100)
}
#ie-alert .mock {
position: relative;
width: 100%;
height: 30%
}
#ie-alert .remove {
position: fixed;
top: 15px;
right: 15px;
font-size: 25px;
color: white
}
#ie-alert .content {
width: 340px;
margin: auto;
color: white;
font-size: 15px;
line-height: 1.5em
}
#ie-alert .content .show-link a {
border-bottom: 2px solid #ccc;
color: white
}
#ie-alert .content .skip {
padding-top: 25px;
text-align: center
}
#ie-alert .content .skip a {
color: white
}
#ie-alert .content .exclamation-circle {
font-size: 35px;
font-weight: bold
}