mirror of https://gitee.com/bigwinds/arangodb
9105 lines
272 KiB
CSS
9105 lines
272 KiB
CSS
/*!
|
|
* Bootstrap v2.2.2
|
|
*
|
|
* Copyright 2012 Twitter, Inc
|
|
* Licensed under the Apache License v2.0
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
|
*/
|
|
|
|
article,
|
|
aside,
|
|
details,
|
|
figcaption,
|
|
figure,
|
|
footer,
|
|
header,
|
|
hgroup,
|
|
nav,
|
|
section {
|
|
display: block;
|
|
}
|
|
|
|
audio,
|
|
canvas,
|
|
video {
|
|
display: inline-block;
|
|
}
|
|
|
|
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 {
|
|
width: auto;
|
|
height: auto;
|
|
max-width: 100%;
|
|
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 {
|
|
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"] {
|
|
cursor: pointer;
|
|
-webkit-appearance: button;
|
|
}
|
|
|
|
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 {
|
|
* {
|
|
color: #000 !important;
|
|
text-shadow: none !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;
|
|
}
|
|
}
|
|
|
|
.clearfix:before,
|
|
.clearfix:after {
|
|
display: table;
|
|
line-height: 0;
|
|
content: "";
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
color: #333333;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
a {
|
|
/*color: #0088cc;*/
|
|
color: #5E7B36;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
/*color: #005580;*/
|
|
color: #5E7B36;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.row:before,
|
|
.row:after {
|
|
display: table;
|
|
line-height: 0;
|
|
content: "";
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.span12 {
|
|
width: 940px;
|
|
}
|
|
|
|
.span11 {
|
|
width: 860px;
|
|
}
|
|
|
|
.span10 {
|
|
width: 780px;
|
|
}
|
|
|
|
.span9 {
|
|
width: 700px;
|
|
}
|
|
|
|
.span8 {
|
|
width: 620px;
|
|
}
|
|
|
|
.span7 {
|
|
width: 540px;
|
|
}
|
|
|
|
.span6 {
|
|
width: 460px;
|
|
}
|
|
|
|
.span5 {
|
|
width: 380px;
|
|
}
|
|
|
|
.span4 {
|
|
width: 300px;
|
|
}
|
|
|
|
.span3 {
|
|
width: 220px;
|
|
}
|
|
|
|
.span2 {
|
|
width: 140px;
|
|
}
|
|
|
|
.span1 {
|
|
width: 60px;
|
|
}
|
|
|
|
.offset12 {
|
|
margin-left: 980px;
|
|
}
|
|
|
|
.offset11 {
|
|
margin-left: 900px;
|
|
}
|
|
|
|
.offset10 {
|
|
margin-left: 820px;
|
|
}
|
|
|
|
.offset9 {
|
|
margin-left: 740px;
|
|
}
|
|
|
|
.offset8 {
|
|
margin-left: 660px;
|
|
}
|
|
|
|
.offset7 {
|
|
margin-left: 580px;
|
|
}
|
|
|
|
.offset6 {
|
|
margin-left: 500px;
|
|
}
|
|
|
|
.offset5 {
|
|
margin-left: 420px;
|
|
}
|
|
|
|
.offset4 {
|
|
margin-left: 340px;
|
|
}
|
|
|
|
.offset3 {
|
|
margin-left: 260px;
|
|
}
|
|
|
|
.offset2 {
|
|
margin-left: 180px;
|
|
}
|
|
|
|
.offset1 {
|
|
margin-left: 100px;
|
|
}
|
|
|
|
.row-fluid {
|
|
width: 100%;
|
|
}
|
|
|
|
.row-fluid:before,
|
|
.row-fluid:after {
|
|
display: table;
|
|
line-height: 0;
|
|
content: "";
|
|
}
|
|
|
|
.row-fluid:after {
|
|
clear: both;
|
|
}
|
|
|
|
.row-fluid [class*="span"] {
|
|
display: block;
|
|
float: left;
|
|
width: 100%;
|
|
min-height: 30px;
|
|
margin-left: 2.127659574468085%;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.row-fluid [class*="span"]:first-child {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.row-fluid .controls-row [class*="span"] + [class*="span"] {
|
|
margin-left: 2.127659574468085%;
|
|
}
|
|
|
|
.row-fluid .span12 {
|
|
width: 100%;
|
|
}
|
|
|
|
.row-fluid .span11 {
|
|
width: 91.48936170212765%;
|
|
}
|
|
|
|
.row-fluid .span10 {
|
|
width: 82.97872340425532%;
|
|
}
|
|
|
|
.row-fluid .span9 {
|
|
width: 74.46808510638297%;
|
|
}
|
|
|
|
.row-fluid .span8 {
|
|
width: 65.95744680851064%;
|
|
}
|
|
|
|
.row-fluid .span7 {
|
|
width: 57.44680851063829%;
|
|
}
|
|
|
|
.row-fluid .span6 {
|
|
width: 48.93617021276595%;
|
|
}
|
|
|
|
.row-fluid .span5 {
|
|
width: 40.42553191489362%;
|
|
}
|
|
|
|
.row-fluid .span4 {
|
|
width: 31.914893617021278%;
|
|
}
|
|
|
|
.row-fluid .span3 {
|
|
width: 23.404255319148934%;
|
|
}
|
|
|
|
.row-fluid .span2 {
|
|
width: 14.893617021276595%;
|
|
}
|
|
|
|
.row-fluid .span1 {
|
|
width: 6.382978723404255%;
|
|
}
|
|
|
|
.row-fluid .offset12 {
|
|
margin-left: 104.25531914893617%;
|
|
}
|
|
|
|
.row-fluid .offset12:first-child {
|
|
margin-left: 102.12765957446808%;
|
|
}
|
|
|
|
.row-fluid .offset11 {
|
|
margin-left: 95.74468085106382%;
|
|
}
|
|
|
|
.row-fluid .offset11:first-child {
|
|
margin-left: 93.61702127659574%;
|
|
}
|
|
|
|
.row-fluid .offset10 {
|
|
margin-left: 87.23404255319149%;
|
|
}
|
|
|
|
.row-fluid .offset10:first-child {
|
|
margin-left: 85.1063829787234%;
|
|
}
|
|
|
|
.row-fluid .offset9 {
|
|
margin-left: 78.72340425531914%;
|
|
}
|
|
|
|
.row-fluid .offset9:first-child {
|
|
margin-left: 76.59574468085106%;
|
|
}
|
|
|
|
.row-fluid .offset8 {
|
|
margin-left: 70.2127659574468%;
|
|
}
|
|
|
|
.row-fluid .offset8:first-child {
|
|
margin-left: 68.08510638297872%;
|
|
}
|
|
|
|
.row-fluid .offset7 {
|
|
margin-left: 61.70212765957446%;
|
|
}
|
|
|
|
.row-fluid .offset7:first-child {
|
|
margin-left: 59.574468085106375%;
|
|
}
|
|
|
|
.row-fluid .offset6 {
|
|
margin-left: 53.191489361702125%;
|
|
}
|
|
|
|
.row-fluid .offset6:first-child {
|
|
margin-left: 51.063829787234035%;
|
|
}
|
|
|
|
.row-fluid .offset5 {
|
|
margin-left: 44.68085106382979%;
|
|
}
|
|
|
|
.row-fluid .offset5:first-child {
|
|
margin-left: 42.5531914893617%;
|
|
}
|
|
|
|
.row-fluid .offset4 {
|
|
margin-left: 36.170212765957444%;
|
|
}
|
|
|
|
.row-fluid .offset4:first-child {
|
|
margin-left: 34.04255319148936%;
|
|
}
|
|
|
|
.row-fluid .offset3 {
|
|
margin-left: 27.659574468085104%;
|
|
}
|
|
|
|
.row-fluid .offset3:first-child {
|
|
margin-left: 25.53191489361702%;
|
|
}
|
|
|
|
.row-fluid .offset2 {
|
|
margin-left: 19.148936170212764%;
|
|
}
|
|
|
|
.row-fluid .offset2:first-child {
|
|
margin-left: 17.02127659574468%;
|
|
}
|
|
|
|
.row-fluid .offset1 {
|
|
margin-left: 10.638297872340425%;
|
|
}
|
|
|
|
.row-fluid .offset1:first-child {
|
|
margin-left: 8.51063829787234%;
|
|
}
|
|
|
|
[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;
|
|
}
|
|
|
|
.container:before,
|
|
.container:after {
|
|
display: table;
|
|
line-height: 0;
|
|
content: "";
|
|
}
|
|
|
|
.container:after {
|
|
clear: both;
|
|
}
|
|
|
|
.container-fluid {
|
|
padding-right: 20px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.container-fluid:before,
|
|
.container-fluid:after {
|
|
display: table;
|
|
line-height: 0;
|
|
content: "";
|
|
}
|
|
|
|
.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 {
|
|
color: #808080;
|
|
}
|
|
|
|
.text-warning {
|
|
color: #c09853;
|
|
}
|
|
|
|
a.text-warning:hover {
|
|
color: #a47e3c;
|
|
}
|
|
|
|
.text-error {
|
|
color: #b94a48;
|
|
}
|
|
|
|
a.text-error:hover {
|
|
color: #953b39;
|
|
}
|
|
|
|
.text-info {
|
|
color: #3a87ad;
|
|
}
|
|
|
|
a.text-info:hover {
|
|
color: #2d6987;
|
|
}
|
|
|
|
.text-success {
|
|
color: #468847;
|
|
}
|
|
|
|
a.text-success:hover {
|
|
color: #356635;
|
|
}
|
|
|
|
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: 19px;
|
|
}
|
|
|
|
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;
|
|
padding-right: 5px;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
dl {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
dt,
|
|
dd {
|
|
line-height: 20px;
|
|
}
|
|
|
|
dt {
|
|
font-weight: bold;
|
|
}
|
|
|
|
dd {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.dl-horizontal:before,
|
|
.dl-horizontal:after {
|
|
display: table;
|
|
line-height: 0;
|
|
content: "";
|
|
}
|
|
|
|
.dl-horizontal:after {
|
|
clear: both;
|
|
}
|
|
|
|
.dl-horizontal dt {
|
|
float: left;
|
|
width: 160px;
|
|
overflow: hidden;
|
|
clear: left;
|
|
text-align: right;
|
|
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 #ffffff;
|
|
}
|
|
|
|
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: 16px;
|
|
font-weight: 300;
|
|
line-height: 25px;
|
|
}
|
|
|
|
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: Monaco, Menlo, Consolas, "Courier New", monospace;
|
|
font-size: 12px;
|
|
color: #333333;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
code {
|
|
padding: 2px 4px;
|
|
color: #d14;
|
|
white-space: nowrap;
|
|
background-color: #f7f7f9;
|
|
border: 1px solid #e1e1e8;
|
|
}
|
|
|
|
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: #333333;
|
|
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 Neue", Helvetica, Arial, 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;
|
|
vertical-align: middle;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
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: #ffffff;
|
|
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;
|
|
/* IE6-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: 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;
|
|
line-height: 30px;
|
|
}
|
|
|
|
select {
|
|
width: 220px;
|
|
background-color: #ffffff;
|
|
border: 1px solid #cccccc;
|
|
}
|
|
|
|
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;
|
|
cursor: not-allowed;
|
|
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);
|
|
}
|
|
|
|
.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.span12,
|
|
textarea.span12,
|
|
.uneditable-input.span12 {
|
|
width: 926px;
|
|
}
|
|
|
|
input.span11,
|
|
textarea.span11,
|
|
.uneditable-input.span11 {
|
|
width: 846px;
|
|
}
|
|
|
|
input.span10,
|
|
textarea.span10,
|
|
.uneditable-input.span10 {
|
|
width: 766px;
|
|
}
|
|
|
|
input.span9,
|
|
textarea.span9,
|
|
.uneditable-input.span9 {
|
|
width: 686px;
|
|
}
|
|
|
|
input.span8,
|
|
textarea.span8,
|
|
.uneditable-input.span8 {
|
|
width: 606px;
|
|
}
|
|
|
|
input.span7,
|
|
textarea.span7,
|
|
.uneditable-input.span7 {
|
|
width: 526px;
|
|
}
|
|
|
|
input.span6,
|
|
textarea.span6,
|
|
.uneditable-input.span6 {
|
|
width: 446px;
|
|
}
|
|
|
|
input.span5,
|
|
textarea.span5,
|
|
.uneditable-input.span5 {
|
|
width: 366px;
|
|
}
|
|
|
|
input.span4,
|
|
textarea.span4,
|
|
.uneditable-input.span4 {
|
|
width: 286px;
|
|
}
|
|
|
|
input.span3,
|
|
textarea.span3,
|
|
.uneditable-input.span3 {
|
|
width: 206px;
|
|
}
|
|
|
|
input.span2,
|
|
textarea.span2,
|
|
.uneditable-input.span2 {
|
|
width: 126px;
|
|
}
|
|
|
|
input.span1,
|
|
textarea.span1,
|
|
.uneditable-input.span1 {
|
|
width: 46px;
|
|
}
|
|
|
|
.controls-row:before,
|
|
.controls-row:after {
|
|
display: table;
|
|
line-height: 0;
|
|
content: "";
|
|
}
|
|
|
|
.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: #b94a48;
|
|
}
|
|
|
|
.control-group.error .checkbox,
|
|
.control-group.error .radio,
|
|
.control-group.error input,
|
|
.control-group.error select,
|
|
.control-group.error textarea {
|
|
color: #b94a48;
|
|
}
|
|
|
|
.control-group.error input,
|
|
.control-group.error select,
|
|
.control-group.error textarea {
|
|
border-color: #b94a48;
|
|
-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: #953b39;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
|
}
|
|
|
|
.control-group.error .input-prepend .add-on,
|
|
.control-group.error .input-append .add-on {
|
|
color: #b94a48;
|
|
background-color: #f2dede;
|
|
border-color: #b94a48;
|
|
}
|
|
|
|
.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: #f5f5f5;
|
|
border-top: 1px solid #e5e5e5;
|
|
}
|
|
|
|
.form-actions:before,
|
|
.form-actions:after {
|
|
display: table;
|
|
line-height: 0;
|
|
content: "";
|
|
}
|
|
|
|
.form-actions:after {
|
|
clear: both;
|
|
}
|
|
|
|
.help-block,
|
|
.help-inline {
|
|
color: #595959;
|
|
}
|
|
|
|
.help-block {
|
|
display: block;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.help-inline {
|
|
display: inline-block;
|
|
padding-left: 5px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.input-append,
|
|
.input-prepend {
|
|
margin-bottom: 5px;
|
|
font-size: 0;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.input-append input,
|
|
.input-prepend input,
|
|
.input-append select,
|
|
.input-prepend select,
|
|
.input-append .uneditable-input,
|
|
.input-prepend .uneditable-input,
|
|
.input-append .dropdown-menu,
|
|
.input-prepend .dropdown-menu {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.input-append input,
|
|
.input-prepend input,
|
|
.input-append select,
|
|
.input-prepend select,
|
|
.input-append .uneditable-input,
|
|
.input-prepend .uneditable-input {
|
|
position: relative;
|
|
margin-bottom: 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-prepend input:focus,
|
|
.input-append select:focus,
|
|
.input-prepend select:focus,
|
|
.input-append .uneditable-input: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 #ffffff;
|
|
background-color: #eeeeee;
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
.input-append .add-on,
|
|
.input-prepend .add-on,
|
|
.input-append .btn,
|
|
.input-prepend .btn,
|
|
.input-append .btn-group > .dropdown-toggle,
|
|
.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;
|
|
/* IE7-8 doesn't have border-radius, so don't indent the padding */
|
|
|
|
margin-bottom: 0;
|
|
-webkit-border-radius: 15px;
|
|
-moz-border-radius: 15px;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
/* Allow for input prepend/append in search forms */
|
|
|
|
.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-inline input,
|
|
.form-horizontal input,
|
|
.form-search textarea,
|
|
.form-inline textarea,
|
|
.form-horizontal textarea,
|
|
.form-search select,
|
|
.form-inline select,
|
|
.form-horizontal select,
|
|
.form-search .help-inline,
|
|
.form-inline .help-inline,
|
|
.form-horizontal .help-inline,
|
|
.form-search .uneditable-input,
|
|
.form-inline .uneditable-input,
|
|
.form-horizontal .uneditable-input,
|
|
.form-search .input-prepend,
|
|
.form-inline .input-prepend,
|
|
.form-horizontal .input-prepend,
|
|
.form-search .input-append,
|
|
.form-inline .input-append,
|
|
.form-horizontal .input-append {
|
|
display: inline-block;
|
|
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;
|
|
}
|
|
|
|
.form-horizontal .control-group:before,
|
|
.form-horizontal .control-group:after {
|
|
display: table;
|
|
line-height: 0;
|
|
content: "";
|
|
}
|
|
|
|
.form-horizontal .control-group:after {
|
|
clear: both;
|
|
}
|
|
|
|
.form-horizontal .control-label {
|
|
float: left;
|
|
width: 160px;
|
|
padding-top: 5px;
|
|
text-align: right;
|
|
}
|
|
|
|
.form-horizontal .controls {
|
|
margin-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: #ffffff;
|
|
}
|
|
|
|
.table-condensed th,
|
|
.table-condensed td {
|
|
padding: 4px 5px;
|
|
}
|
|
|
|
.table-bordered {
|
|
border: 1px solid #dddddd;
|
|
border-collapse: separate;
|
|
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 {
|
|
-webkit-border-top-left-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
-moz-border-radius-topleft: 4px;
|
|
}
|
|
|
|
.table-bordered thead:first-child tr:first-child > th:last-child,
|
|
.table-bordered tbody:first-child tr:first-child > td:last-child {
|
|
-webkit-border-top-right-radius: 4px;
|
|
border-top-right-radius: 4px;
|
|
-moz-border-radius-topright: 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 tfoot:last-child tr:last-child > td:first-child {
|
|
-webkit-border-bottom-left-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
-moz-border-radius-bottomleft: 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 tfoot:last-child tr:last-child > td:last-child {
|
|
-webkit-border-bottom-right-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
-moz-border-radius-bottomright: 4px;
|
|
}
|
|
|
|
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
|
|
-webkit-border-bottom-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
-moz-border-radius-bottomleft: 0;
|
|
}
|
|
|
|
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
|
|
-webkit-border-bottom-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
-moz-border-radius-bottomright: 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;
|
|
border-top-left-radius: 4px;
|
|
-moz-border-radius-topleft: 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;
|
|
border-top-right-radius: 4px;
|
|
-moz-border-radius-topright: 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: #f5f5f5;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
[class^="icon-"],
|
|
[class*=" icon-"] {
|
|
display: inline-block;
|
|
width: 14px;
|
|
height: 14px;
|
|
margin-top: 1px;
|
|
line-height: 14px;
|
|
vertical-align: text-top;
|
|
background-image: url("../img/glyphicons-halflings.png");
|
|
background-position: 14px 14px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
/* White icons with optional class, or on hover/active states of certain elements */
|
|
|
|
.icon-white,
|
|
.nav-pills > .active > a > [class^="icon-"],
|
|
.nav-pills > .active > a > [class*=" icon-"],
|
|
.nav-list > .active > a > [class^="icon-"],
|
|
.nav-list > .active > a > [class*=" icon-"],
|
|
.navbar-inverse .nav > .active > a > [class^="icon-"],
|
|
.navbar-inverse .nav > .active > a > [class*=" icon-"],
|
|
.dropdown-menu > li > a:hover > [class^="icon-"],
|
|
.dropdown-menu > li > a:hover > [class*=" icon-"],
|
|
.dropdown-menu > .active > a > [class^="icon-"],
|
|
.dropdown-menu > .active > a > [class*=" icon-"],
|
|
.dropdown-submenu:hover > a > [class^="icon-"],
|
|
.dropdown-submenu:hover > a > [class*=" icon-"] {
|
|
background-image: url("../img/glyphicons-halflings-white.png");
|
|
}
|
|
|
|
.icon-glass {
|
|
background-position: 0 0;
|
|
}
|
|
|
|
.icon-music {
|
|
background-position: -24px 0;
|
|
}
|
|
|
|
.icon-search {
|
|
background-position: -48px 0;
|
|
}
|
|
|
|
.icon-envelope {
|
|
background-position: -72px 0;
|
|
}
|
|
|
|
.icon-heart {
|
|
background-position: -96px 0;
|
|
}
|
|
|
|
.icon-star {
|
|
background-position: -120px 0;
|
|
}
|
|
|
|
.icon-star-empty {
|
|
background-position: -144px 0;
|
|
}
|
|
|
|
.icon-user {
|
|
background-position: -168px 0;
|
|
}
|
|
|
|
.icon-film {
|
|
background-position: -192px 0;
|
|
}
|
|
|
|
.icon-th-large {
|
|
background-position: -216px 0;
|
|
}
|
|
|
|
.icon-th {
|
|
background-position: -240px 0;
|
|
}
|
|
|
|
.icon-th-list {
|
|
background-position: -264px 0;
|
|
}
|
|
|
|
.icon-ok {
|
|
background-position: -288px 0;
|
|
}
|
|
|
|
.icon-remove {
|
|
background-position: -312px 0;
|
|
}
|
|
|
|
.icon-zoom-in {
|
|
background-position: -336px 0;
|
|
}
|
|
|
|
.icon-zoom-out {
|
|
background-position: -360px 0;
|
|
}
|
|
|
|
.icon-off {
|
|
background-position: -384px 0;
|
|
}
|
|
|
|
.icon-signal {
|
|
background-position: -408px 0;
|
|
}
|
|
|
|
.icon-cog {
|
|
background-position: -432px 0;
|
|
}
|
|
|
|
.icon-trash {
|
|
background-position: -456px 0;
|
|
}
|
|
|
|
.icon-home {
|
|
background-position: 0 -24px;
|
|
}
|
|
|
|
.icon-file {
|
|
background-position: -24px -24px;
|
|
}
|
|
|
|
.icon-time {
|
|
background-position: -48px -24px;
|
|
}
|
|
|
|
.icon-road {
|
|
background-position: -72px -24px;
|
|
}
|
|
|
|
.icon-download-alt {
|
|
background-position: -96px -24px;
|
|
}
|
|
|
|
.icon-download {
|
|
background-position: -120px -24px;
|
|
}
|
|
|
|
.icon-upload {
|
|
background-position: -144px -24px;
|
|
}
|
|
|
|
.icon-inbox {
|
|
background-position: -168px -24px;
|
|
}
|
|
|
|
.icon-play-circle {
|
|
background-position: -192px -24px;
|
|
}
|
|
|
|
.icon-repeat {
|
|
background-position: -216px -24px;
|
|
}
|
|
|
|
.icon-refresh {
|
|
background-position: -240px -24px;
|
|
}
|
|
|
|
.icon-list-alt {
|
|
background-position: -264px -24px;
|
|
}
|
|
|
|
.icon-lock {
|
|
background-position: -287px -24px;
|
|
}
|
|
|
|
.icon-flag {
|
|
background-position: -312px -24px;
|
|
}
|
|
|
|
.icon-headphones {
|
|
background-position: -336px -24px;
|
|
}
|
|
|
|
.icon-volume-off {
|
|
background-position: -360px -24px;
|
|
}
|
|
|
|
.icon-volume-down {
|
|
background-position: -384px -24px;
|
|
}
|
|
|
|
.icon-volume-up {
|
|
background-position: -408px -24px;
|
|
}
|
|
|
|
.icon-qrcode {
|
|
background-position: -432px -24px;
|
|
}
|
|
|
|
.icon-barcode {
|
|
background-position: -456px -24px;
|
|
}
|
|
|
|
.icon-tag {
|
|
background-position: 0 -48px;
|
|
}
|
|
|
|
.icon-tags {
|
|
background-position: -25px -48px;
|
|
}
|
|
|
|
.icon-book {
|
|
background-position: -48px -48px;
|
|
}
|
|
|
|
.icon-bookmark {
|
|
background-position: -72px -48px;
|
|
}
|
|
|
|
.icon-print {
|
|
background-position: -96px -48px;
|
|
}
|
|
|
|
.icon-camera {
|
|
background-position: -120px -48px;
|
|
}
|
|
|
|
.icon-font {
|
|
background-position: -144px -48px;
|
|
}
|
|
|
|
.icon-bold {
|
|
background-position: -167px -48px;
|
|
}
|
|
|
|
.icon-italic {
|
|
background-position: -192px -48px;
|
|
}
|
|
|
|
.icon-text-height {
|
|
background-position: -216px -48px;
|
|
}
|
|
|
|
.icon-text-width {
|
|
background-position: -240px -48px;
|
|
}
|
|
|
|
.icon-align-left {
|
|
background-position: -264px -48px;
|
|
}
|
|
|
|
.icon-align-center {
|
|
background-position: -288px -48px;
|
|
}
|
|
|
|
.icon-align-right {
|
|
background-position: -312px -48px;
|
|
}
|
|
|
|
.icon-align-justify {
|
|
background-position: -336px -48px;
|
|
}
|
|
|
|
.icon-list {
|
|
background-position: -360px -48px;
|
|
}
|
|
|
|
.icon-indent-left {
|
|
background-position: -384px -48px;
|
|
}
|
|
|
|
.icon-indent-right {
|
|
background-position: -408px -48px;
|
|
}
|
|
|
|
.icon-facetime-video {
|
|
background-position: -432px -48px;
|
|
}
|
|
|
|
.icon-picture {
|
|
background-position: -456px -48px;
|
|
}
|
|
|
|
.icon-pencil {
|
|
background-position: 0 -72px;
|
|
}
|
|
|
|
.icon-map-marker {
|
|
background-position: -24px -72px;
|
|
}
|
|
|
|
.icon-adjust {
|
|
background-position: -48px -72px;
|
|
}
|
|
|
|
.icon-tint {
|
|
background-position: -72px -72px;
|
|
}
|
|
|
|
.icon-edit {
|
|
background-position: -96px -72px;
|
|
}
|
|
|
|
.icon-share {
|
|
background-position: -120px -72px;
|
|
}
|
|
|
|
.icon-check {
|
|
background-position: -144px -72px;
|
|
}
|
|
|
|
.icon-move {
|
|
background-position: -168px -72px;
|
|
}
|
|
|
|
.icon-step-backward {
|
|
background-position: -192px -72px;
|
|
}
|
|
|
|
.icon-fast-backward {
|
|
background-position: -216px -72px;
|
|
}
|
|
|
|
.icon-backward {
|
|
background-position: -240px -72px;
|
|
}
|
|
|
|
.icon-play {
|
|
background-position: -264px -72px;
|
|
}
|
|
|
|
.icon-pause {
|
|
background-position: -288px -72px;
|
|
}
|
|
|
|
.icon-stop {
|
|
background-position: -312px -72px;
|
|
}
|
|
|
|
.icon-forward {
|
|
background-position: -336px -72px;
|
|
}
|
|
|
|
.icon-fast-forward {
|
|
background-position: -360px -72px;
|
|
}
|
|
|
|
.icon-step-forward {
|
|
background-position: -384px -72px;
|
|
}
|
|
|
|
.icon-eject {
|
|
background-position: -408px -72px;
|
|
}
|
|
|
|
.icon-chevron-left {
|
|
background-position: -432px -72px;
|
|
}
|
|
|
|
.icon-chevron-right {
|
|
background-position: -456px -72px;
|
|
}
|
|
|
|
.icon-plus-sign {
|
|
background-position: 0 -96px;
|
|
}
|
|
|
|
.icon-minus-sign {
|
|
background-position: -24px -96px;
|
|
}
|
|
|
|
.icon-remove-sign {
|
|
background-position: -48px -96px;
|
|
}
|
|
|
|
.icon-ok-sign {
|
|
background-position: -72px -96px;
|
|
}
|
|
|
|
.icon-question-sign {
|
|
background-position: -96px -96px;
|
|
}
|
|
|
|
.icon-info-sign {
|
|
background-position: -120px -96px;
|
|
}
|
|
|
|
.icon-screenshot {
|
|
background-position: -144px -96px;
|
|
}
|
|
|
|
.icon-remove-circle {
|
|
background-position: -168px -96px;
|
|
}
|
|
|
|
.icon-ok-circle {
|
|
background-position: -192px -96px;
|
|
}
|
|
|
|
.icon-ban-circle {
|
|
background-position: -216px -96px;
|
|
}
|
|
|
|
.icon-arrow-left {
|
|
background-position: -240px -96px;
|
|
}
|
|
|
|
.icon-arrow-right {
|
|
background-position: -264px -96px;
|
|
}
|
|
|
|
.icon-arrow-up {
|
|
background-position: -289px -96px;
|
|
}
|
|
|
|
.icon-arrow-down {
|
|
background-position: -312px -96px;
|
|
}
|
|
|
|
.icon-share-alt {
|
|
background-position: -336px -96px;
|
|
}
|
|
|
|
.icon-resize-full {
|
|
background-position: -360px -96px;
|
|
}
|
|
|
|
.icon-resize-small {
|
|
background-position: -384px -96px;
|
|
}
|
|
|
|
.icon-plus {
|
|
background-position: -408px -96px;
|
|
}
|
|
|
|
.icon-minus {
|
|
background-position: -433px -96px;
|
|
}
|
|
|
|
.icon-asterisk {
|
|
background-position: -456px -96px;
|
|
}
|
|
|
|
.icon-exclamation-sign {
|
|
background-position: 0 -120px;
|
|
}
|
|
|
|
.icon-gift {
|
|
background-position: -24px -120px;
|
|
}
|
|
|
|
.icon-leaf {
|
|
background-position: -48px -120px;
|
|
}
|
|
|
|
.icon-fire {
|
|
background-position: -72px -120px;
|
|
}
|
|
|
|
.icon-eye-open {
|
|
background-position: -96px -120px;
|
|
}
|
|
|
|
.icon-eye-close {
|
|
background-position: -120px -120px;
|
|
}
|
|
|
|
.icon-warning-sign {
|
|
background-position: -144px -120px;
|
|
}
|
|
|
|
.icon-plane {
|
|
background-position: -168px -120px;
|
|
}
|
|
|
|
.icon-calendar {
|
|
background-position: -192px -120px;
|
|
}
|
|
|
|
.icon-random {
|
|
width: 16px;
|
|
background-position: -216px -120px;
|
|
}
|
|
|
|
.icon-comment {
|
|
background-position: -240px -120px;
|
|
}
|
|
|
|
.icon-magnet {
|
|
background-position: -264px -120px;
|
|
}
|
|
|
|
.icon-chevron-up {
|
|
background-position: -288px -120px;
|
|
}
|
|
|
|
.icon-chevron-down {
|
|
background-position: -313px -119px;
|
|
}
|
|
|
|
.icon-retweet {
|
|
background-position: -336px -120px;
|
|
}
|
|
|
|
.icon-shopping-cart {
|
|
background-position: -360px -120px;
|
|
}
|
|
|
|
.icon-folder-close {
|
|
background-position: -384px -120px;
|
|
}
|
|
|
|
.icon-folder-open {
|
|
width: 16px;
|
|
background-position: -408px -120px;
|
|
}
|
|
|
|
.icon-resize-vertical {
|
|
background-position: -432px -119px;
|
|
}
|
|
|
|
.icon-resize-horizontal {
|
|
background-position: -456px -118px;
|
|
}
|
|
|
|
.icon-hdd {
|
|
background-position: 0 -144px;
|
|
}
|
|
|
|
.icon-bullhorn {
|
|
background-position: -24px -144px;
|
|
}
|
|
|
|
.icon-bell {
|
|
background-position: -48px -144px;
|
|
}
|
|
|
|
.icon-certificate {
|
|
background-position: -72px -144px;
|
|
}
|
|
|
|
.icon-thumbs-up {
|
|
background-position: -96px -144px;
|
|
}
|
|
|
|
.icon-thumbs-down {
|
|
background-position: -120px -144px;
|
|
}
|
|
|
|
.icon-hand-right {
|
|
background-position: -144px -144px;
|
|
}
|
|
|
|
.icon-hand-left {
|
|
background-position: -168px -144px;
|
|
}
|
|
|
|
.icon-hand-up {
|
|
background-position: -192px -144px;
|
|
}
|
|
|
|
.icon-hand-down {
|
|
background-position: -216px -144px;
|
|
}
|
|
|
|
.icon-circle-arrow-right {
|
|
background-position: -240px -144px;
|
|
}
|
|
|
|
.icon-circle-arrow-left {
|
|
background-position: -264px -144px;
|
|
}
|
|
|
|
.icon-circle-arrow-up {
|
|
background-position: -288px -144px;
|
|
}
|
|
|
|
.icon-circle-arrow-down {
|
|
background-position: -312px -144px;
|
|
}
|
|
|
|
.icon-globe {
|
|
background-position: -336px -144px;
|
|
}
|
|
|
|
.icon-wrench {
|
|
background-position: -360px -144px;
|
|
}
|
|
|
|
.icon-tasks {
|
|
background-position: -384px -144px;
|
|
}
|
|
|
|
.icon-filter {
|
|
background-position: -408px -144px;
|
|
}
|
|
|
|
.icon-briefcase {
|
|
background-position: -432px -144px;
|
|
}
|
|
|
|
.icon-fullscreen {
|
|
background-position: -456px -144px;
|
|
}
|
|
|
|
.dropup,
|
|
.dropdown {
|
|
position: relative;
|
|
}
|
|
|
|
.dropdown-toggle:active,
|
|
.open .dropdown-toggle {
|
|
outline: 0;
|
|
}
|
|
|
|
.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: #ffffff;
|
|
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);
|
|
-webkit-background-clip: padding-box;
|
|
-moz-background-clip: padding;
|
|
background-clip: padding-box;
|
|
}
|
|
|
|
.dropdown-menu.pull-right {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
|
|
.dropdown-menu .divider {
|
|
height: 1px;
|
|
margin: 9px 1px;
|
|
overflow: hidden;
|
|
background-color: #e5e5e5;
|
|
border-bottom: 1px solid #ffffff;
|
|
}
|
|
|
|
.dropdown-menu li > a {
|
|
display: block;
|
|
padding: 3px 20px;
|
|
clear: both;
|
|
font-weight: normal;
|
|
line-height: 20px;
|
|
color: #333333;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.dropdown-menu li > a:hover,
|
|
.dropdown-menu li > a:focus,
|
|
.dropdown-submenu:hover > a {
|
|
color: #ffffff;
|
|
text-decoration: none;
|
|
background-color: #0081c2;
|
|
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
|
|
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
|
|
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
|
|
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
|
|
}
|
|
|
|
.dropdown-menu .active > a,
|
|
.dropdown-menu .active > a:hover {
|
|
color: #ffffff;
|
|
text-decoration: none;
|
|
background-color: #0081c2;
|
|
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
|
|
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
|
|
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
|
|
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
|
|
background-repeat: repeat-x;
|
|
outline: 0;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
|
|
}
|
|
|
|
.dropdown-menu .disabled > a,
|
|
.dropdown-menu .disabled > a:hover {
|
|
color: #999999;
|
|
}
|
|
|
|
.dropdown-menu .disabled > a:hover {
|
|
text-decoration: none;
|
|
cursor: default;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
|
}
|
|
|
|
.open > .dropdown-menu {
|
|
display: block;
|
|
}
|
|
|
|
.pull-right > .dropdown-menu {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
|
|
.dropup .caret,
|
|
.navbar-fixed-bottom .dropdown .caret {
|
|
border-top: 0;
|
|
border-bottom: 4px solid #000000;
|
|
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;
|
|
float: right;
|
|
width: 0;
|
|
height: 0;
|
|
margin-top: 5px;
|
|
margin-right: -10px;
|
|
border-color: transparent;
|
|
border-left-color: #cccccc;
|
|
border-style: solid;
|
|
border-width: 5px 0 5px 5px;
|
|
content: " ";
|
|
}
|
|
|
|
.dropdown-submenu:hover > a:after {
|
|
border-left-color: #ffffff;
|
|
}
|
|
|
|
.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-right: 20px;
|
|
padding-left: 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: #f5f5f5;
|
|
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: #000000;
|
|
text-shadow: 0 1px 0 #ffffff;
|
|
opacity: 0.2;
|
|
filter: alpha(opacity=20);
|
|
}
|
|
|
|
.close:hover {
|
|
color: #000000;
|
|
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;
|
|
padding: 4px 12px;
|
|
margin-bottom: 0;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
color: #333333;
|
|
text-align: center;
|
|
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
background-color: #f5f5f5;
|
|
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
|
|
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
|
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
|
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
|
background-repeat: repeat-x;
|
|
border: 1px solid #bbbbbb;
|
|
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);
|
|
border-bottom-color: #a2a2a2;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
|
-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:active,
|
|
.btn.active,
|
|
.btn.disabled,
|
|
.btn[disabled] {
|
|
color: #333333;
|
|
background-color: #e6e6e6;
|
|
}
|
|
|
|
.btn:active,
|
|
.btn.active {
|
|
background-color: #cccccc \9;
|
|
}
|
|
|
|
.btn:hover {
|
|
color: #333333;
|
|
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: 0 6px;
|
|
font-size: 10.5px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.btn-block {
|
|
display: block;
|
|
width: 100%;
|
|
padding-right: 0;
|
|
padding-left: 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 {
|
|
border-color: #c5c5c5;
|
|
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
|
|
}
|
|
|
|
.btn-primary {
|
|
color: #ffffff;
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
background-color: #006dcc;
|
|
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
|
|
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
|
|
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
|
|
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
|
|
background-repeat: repeat-x;
|
|
border-color: #0044cc #0044cc #002a80;
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
|
}
|
|
|
|
.btn-primary:hover,
|
|
.btn-primary:active,
|
|
.btn-primary.active,
|
|
.btn-primary.disabled,
|
|
.btn-primary[disabled] {
|
|
color: #ffffff;
|
|
background-color: #0044cc;
|
|
}
|
|
|
|
.btn-primary:active,
|
|
.btn-primary.active {
|
|
background-color: #003399 \9;
|
|
}
|
|
|
|
.btn-warning {
|
|
color: #ffffff;
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
background-color: #faa732;
|
|
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
|
|
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
|
|
background-image: -o-linear-gradient(top, #fbb450, #f89406);
|
|
background-image: linear-gradient(to bottom, #fbb450, #f89406);
|
|
background-repeat: repeat-x;
|
|
border-color: #f89406 #f89406 #ad6704;
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
|
}
|
|
|
|
.btn-warning:hover,
|
|
.btn-warning:active,
|
|
.btn-warning.active,
|
|
.btn-warning.disabled,
|
|
.btn-warning[disabled] {
|
|
color: #ffffff;
|
|
background-color: #f89406;
|
|
}
|
|
|
|
.btn-warning:active,
|
|
.btn-warning.active {
|
|
background-color: #c67605 \9;
|
|
}
|
|
|
|
.btn-danger {
|
|
color: #ffffff;
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
background-color: #da4f49;
|
|
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;
|
|
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);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
|
}
|
|
|
|
.btn-danger:hover,
|
|
.btn-danger:active,
|
|
.btn-danger.active,
|
|
.btn-danger.disabled,
|
|
.btn-danger[disabled] {
|
|
color: #ffffff;
|
|
background-color: #bd362f;
|
|
}
|
|
|
|
.btn-danger:active,
|
|
.btn-danger.active {
|
|
background-color: #942a25 \9;
|
|
}
|
|
|
|
.btn-success {
|
|
color: #ffffff;
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
background-color: #5bb75b;
|
|
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;
|
|
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);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
|
}
|
|
|
|
.btn-success:hover,
|
|
.btn-success:active,
|
|
.btn-success.active,
|
|
.btn-success.disabled,
|
|
.btn-success[disabled] {
|
|
color: #ffffff;
|
|
background-color: #51a351;
|
|
}
|
|
|
|
.btn-success:active,
|
|
.btn-success.active {
|
|
background-color: #408140 \9;
|
|
}
|
|
|
|
.btn-info {
|
|
color: #ffffff;
|
|
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;
|
|
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);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
|
}
|
|
|
|
.btn-info:hover,
|
|
.btn-info:active,
|
|
.btn-info.active,
|
|
.btn-info.disabled,
|
|
.btn-info[disabled] {
|
|
color: #ffffff;
|
|
background-color: #2f96b4;
|
|
}
|
|
|
|
.btn-info:active,
|
|
.btn-info.active {
|
|
background-color: #24748c \9;
|
|
}
|
|
|
|
.btn-inverse {
|
|
color: #ffffff;
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
background-color: #363636;
|
|
background-image: -moz-linear-gradient(top, #444444, #222222);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
|
|
background-image: -webkit-linear-gradient(top, #444444, #222222);
|
|
background-image: -o-linear-gradient(top, #444444, #222222);
|
|
background-image: linear-gradient(to bottom, #444444, #222222);
|
|
background-repeat: repeat-x;
|
|
border-color: #222222 #222222 #000000;
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
|
}
|
|
|
|
.btn-inverse:hover,
|
|
.btn-inverse:active,
|
|
.btn-inverse.active,
|
|
.btn-inverse.disabled,
|
|
.btn-inverse[disabled] {
|
|
color: #ffffff;
|
|
background-color: #222222;
|
|
}
|
|
|
|
.btn-inverse:active,
|
|
.btn-inverse.active {
|
|
background-color: #080808 \9;
|
|
}
|
|
|
|
button.btn::-moz-focus-inner,
|
|
input[type="submit"].btn::-moz-focus-inner {
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
|
|
.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 {
|
|
color: #0088cc;
|
|
cursor: pointer;
|
|
border-color: transparent;
|
|
-webkit-border-radius: 0;
|
|
-moz-border-radius: 0;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.btn-link:hover {
|
|
color: #005580;
|
|
text-decoration: underline;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-link[disabled]:hover {
|
|
color: #333333;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.btn-group {
|
|
position: relative;
|
|
display: inline-block;
|
|
font-size: 0;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.btn-group + .btn-group {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.btn-toolbar {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
font-size: 0;
|
|
}
|
|
|
|
.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-bottom-left-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
-webkit-border-top-left-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
-moz-border-radius-bottomleft: 4px;
|
|
-moz-border-radius-topleft: 4px;
|
|
}
|
|
|
|
.btn-group > .btn:last-child,
|
|
.btn-group > .dropdown-toggle {
|
|
-webkit-border-top-right-radius: 4px;
|
|
border-top-right-radius: 4px;
|
|
-webkit-border-bottom-right-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
-moz-border-radius-topright: 4px;
|
|
-moz-border-radius-bottomright: 4px;
|
|
}
|
|
|
|
.btn-group > .btn.large:first-child {
|
|
margin-left: 0;
|
|
-webkit-border-bottom-left-radius: 6px;
|
|
border-bottom-left-radius: 6px;
|
|
-webkit-border-top-left-radius: 6px;
|
|
border-top-left-radius: 6px;
|
|
-moz-border-radius-bottomleft: 6px;
|
|
-moz-border-radius-topleft: 6px;
|
|
}
|
|
|
|
.btn-group > .btn.large:last-child,
|
|
.btn-group > .large.dropdown-toggle {
|
|
-webkit-border-top-right-radius: 6px;
|
|
border-top-right-radius: 6px;
|
|
-webkit-border-bottom-right-radius: 6px;
|
|
border-bottom-right-radius: 6px;
|
|
-moz-border-radius-topright: 6px;
|
|
-moz-border-radius-bottomright: 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-right: 8px;
|
|
padding-left: 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);
|
|
}
|
|
|
|
.btn-group > .btn-mini + .dropdown-toggle {
|
|
padding-right: 5px;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.btn-group > .btn-large + .dropdown-toggle {
|
|
padding-right: 12px;
|
|
padding-left: 12px;
|
|
}
|
|
|
|
.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: #0044cc;
|
|
}
|
|
|
|
.btn-group.open .btn-warning.dropdown-toggle {
|
|
background-color: #f89406;
|
|
}
|
|
|
|
.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: #222222;
|
|
}
|
|
|
|
.btn .caret {
|
|
margin-top: 8px;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.btn-mini .caret,
|
|
.btn-small .caret,
|
|
.btn-large .caret {
|
|
margin-top: 6px;
|
|
}
|
|
|
|
.btn-large .caret {
|
|
border-top-width: 5px;
|
|
border-right-width: 5px;
|
|
border-left-width: 5px;
|
|
}
|
|
|
|
.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: #ffffff;
|
|
border-bottom-color: #ffffff;
|
|
}
|
|
|
|
.btn-group-vertical {
|
|
display: inline-block;
|
|
}
|
|
|
|
.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-top: -1px;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.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 {
|
|
color: #468847;
|
|
background-color: #dff0d8;
|
|
border-color: #d6e9c6;
|
|
}
|
|
|
|
.alert-success h4 {
|
|
color: #468847;
|
|
}
|
|
|
|
.alert-danger,
|
|
.alert-error {
|
|
color: #b94a48;
|
|
background-color: #f2dede;
|
|
border-color: #eed3d7;
|
|
}
|
|
|
|
.alert-danger h4,
|
|
.alert-error h4 {
|
|
color: #b94a48;
|
|
}
|
|
|
|
.alert-info {
|
|
color: #3a87ad;
|
|
background-color: #d9edf7;
|
|
border-color: #bce8f1;
|
|
}
|
|
|
|
.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-bottom: 20px;
|
|
margin-left: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.nav > li > a {
|
|
display: block;
|
|
}
|
|
|
|
.nav > li > a:hover {
|
|
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-transform: uppercase;
|
|
}
|
|
|
|
.nav li + .nav-header {
|
|
margin-top: 9px;
|
|
}
|
|
|
|
.nav-list {
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.nav-list > li > a,
|
|
.nav-list .nav-header {
|
|
margin-right: -15px;
|
|
margin-left: -15px;
|
|
}
|
|
|
|
.nav-list > li > a {
|
|
padding: 3px 15px;
|
|
}
|
|
|
|
.nav-list > .active > a,
|
|
.nav-list > .active > a:hover {
|
|
color: #ffffff;
|
|
background-color: #0088cc;
|
|
}
|
|
|
|
.nav-list [class^="icon-"],
|
|
.nav-list [class*=" icon-"] {
|
|
margin-right: 2px;
|
|
}
|
|
|
|
.nav-list .divider {
|
|
height: 1px;
|
|
margin: 9px 1px;
|
|
overflow: hidden;
|
|
background-color: #e5e5e5;
|
|
border-bottom: 1px solid #ffffff;
|
|
}
|
|
|
|
.nav-tabs:before,
|
|
.nav-pills:before,
|
|
.nav-tabs:after,
|
|
.nav-pills:after {
|
|
display: table;
|
|
line-height: 0;
|
|
content: "";
|
|
}
|
|
|
|
.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 {
|
|
border-color: #eeeeee #eeeeee #dddddd;
|
|
}
|
|
|
|
.nav-tabs > .active > a,
|
|
.nav-tabs > .active > a:hover {
|
|
color: #555555;
|
|
cursor: default;
|
|
background-color: #ffffff;
|
|
border: 1px solid #ddd;
|
|
border-bottom-color: transparent;
|
|
}
|
|
|
|
.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 {
|
|
color: #ffffff;
|
|
background-color: #0088cc;
|
|
}
|
|
|
|
.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;
|
|
border-top-right-radius: 4px;
|
|
-webkit-border-top-left-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
-moz-border-radius-topright: 4px;
|
|
-moz-border-radius-topleft: 4px;
|
|
}
|
|
|
|
.nav-tabs.nav-stacked > li:last-child > a {
|
|
-webkit-border-bottom-right-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
-webkit-border-bottom-left-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
-moz-border-radius-bottomright: 4px;
|
|
-moz-border-radius-bottomleft: 4px;
|
|
}
|
|
|
|
.nav-tabs.nav-stacked > li > a:hover {
|
|
z-index: 2;
|
|
border-color: #ddd;
|
|
}
|
|
|
|
.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 {
|
|
margin-top: 6px;
|
|
border-top-color: #0088cc;
|
|
border-bottom-color: #0088cc;
|
|
}
|
|
|
|
.nav .dropdown-toggle:hover .caret {
|
|
border-top-color: #005580;
|
|
border-bottom-color: #005580;
|
|
}
|
|
|
|
/* move down carets for tabs */
|
|
|
|
.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 {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.nav-tabs .open .dropdown-toggle,
|
|
.nav-pills .open .dropdown-toggle,
|
|
.nav > li.dropdown.open.active > a:hover {
|
|
color: #ffffff;
|
|
background-color: #999999;
|
|
border-color: #999999;
|
|
}
|
|
|
|
.nav li.dropdown.open .caret,
|
|
.nav li.dropdown.open.active .caret,
|
|
.nav li.dropdown.open a:hover .caret {
|
|
border-top-color: #ffffff;
|
|
border-bottom-color: #ffffff;
|
|
opacity: 1;
|
|
filter: alpha(opacity=100);
|
|
}
|
|
|
|
.tabs-stacked .open > a:hover {
|
|
border-color: #999999;
|
|
}
|
|
|
|
.tabbable:before,
|
|
.tabbable:after {
|
|
display: table;
|
|
line-height: 0;
|
|
content: "";
|
|
}
|
|
|
|
.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 {
|
|
border-top-color: #ddd;
|
|
border-bottom-color: transparent;
|
|
}
|
|
|
|
.tabs-below > .nav-tabs > .active > a,
|
|
.tabs-below > .nav-tabs > .active > a:hover {
|
|
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 {
|
|
border-color: #eeeeee #dddddd #eeeeee #eeeeee;
|
|
}
|
|
|
|
.tabs-left > .nav-tabs .active > a,
|
|
.tabs-left > .nav-tabs .active > a:hover {
|
|
border-color: #ddd transparent #ddd #ddd;
|
|
}
|
|
|
|
.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 {
|
|
border-color: #eeeeee #eeeeee #eeeeee #dddddd;
|
|
}
|
|
|
|
.tabs-right > .nav-tabs .active > a,
|
|
.tabs-right > .nav-tabs .active > a:hover {
|
|
border-color: #ddd #ddd #ddd transparent;
|
|
}
|
|
|
|
.nav > .disabled > a {
|
|
color: #999999;
|
|
}
|
|
|
|
.nav > .disabled > a:hover {
|
|
text-decoration: none;
|
|
cursor: default;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.navbar {
|
|
margin-bottom: 20px;
|
|
overflow: visible;
|
|
}
|
|
|
|
.navbar-inner {
|
|
min-height: 40px;
|
|
padding-right: 20px;
|
|
padding-left: 20px;
|
|
background-color: #333232;
|
|
border: 1px solid #d4d4d4;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
|
|
}
|
|
|
|
.navbar-inner:before,
|
|
.navbar-inner:after {
|
|
display: table;
|
|
line-height: 0;
|
|
content: "";
|
|
}
|
|
|
|
.navbar-inner:after {
|
|
clear: both;
|
|
}
|
|
|
|
.navbar .container {
|
|
width: auto;
|
|
}
|
|
|
|
.nav-collapse.collapse {
|
|
height: auto;
|
|
overflow: visible;
|
|
}
|
|
|
|
.navbar .brand {
|
|
display: block;
|
|
float: left;
|
|
padding: 10px 20px 10px;
|
|
margin-left: -20px;
|
|
font-size: 20px;
|
|
font-weight: 200;
|
|
color: #777777;
|
|
}
|
|
|
|
.navbar .brand:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.navbar-text {
|
|
margin-bottom: 0;
|
|
line-height: 40px;
|
|
color: #777777;
|
|
}
|
|
|
|
.navbar-link {
|
|
color: #777777;
|
|
}
|
|
|
|
.navbar-link:hover {
|
|
color: #333333;
|
|
}
|
|
|
|
.navbar .divider-vertical {
|
|
height: 40px;
|
|
margin: 0 9px;
|
|
border-right: 1px solid #ffffff;
|
|
border-left: 1px solid #f2f2f2;
|
|
}
|
|
|
|
.navbar .btn,
|
|
.navbar .btn-group {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.navbar .btn-group .btn,
|
|
.navbar .input-prepend .btn,
|
|
.navbar .input-append .btn {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.navbar-form {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.navbar-form:before,
|
|
.navbar-form:after {
|
|
display: table;
|
|
line-height: 0;
|
|
content: "";
|
|
}
|
|
|
|
.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 {
|
|
padding: 4px 14px;
|
|
margin-bottom: 0;
|
|
font-family: "Helvetica Neue", Helvetica, Arial, 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-right: 0;
|
|
padding-left: 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: 7px 15px 10px;
|
|
color: #FFFFFF;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.navbar .nav .dropdown-toggle .caret {
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.navbar .nav > li > a:focus,
|
|
.navbar .nav > li > a:hover {
|
|
color: #FFFFFF;
|
|
text-decoration: none;
|
|
background-color: #96B54A;
|
|
}
|
|
|
|
.navbar .nav > .active > a,
|
|
.navbar .nav > .active > a:hover,
|
|
.navbar .nav > .active > a:focus {
|
|
color: #555555;
|
|
text-decoration: none;
|
|
background-color: #e5e5e5;
|
|
-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-right: 5px;
|
|
margin-left: 5px;
|
|
color: #ffffff;
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
background-color: #ededed;
|
|
background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
|
|
background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
|
|
background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
|
|
background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
|
|
background-repeat: repeat-x;
|
|
border-color: #e5e5e5 #e5e5e5 #bfbfbf;
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
|
|
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:active,
|
|
.navbar .btn-navbar.active,
|
|
.navbar .btn-navbar.disabled,
|
|
.navbar .btn-navbar[disabled] {
|
|
color: #ffffff;
|
|
background-color: #e5e5e5;
|
|
}
|
|
|
|
.navbar .btn-navbar:active,
|
|
.navbar .btn-navbar.active {
|
|
background-color: #cccccc \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 {
|
|
position: absolute;
|
|
top: -7px;
|
|
left: 9px;
|
|
display: inline-block;
|
|
border-right: 7px solid transparent;
|
|
border-bottom: 7px solid #ccc;
|
|
border-left: 7px solid transparent;
|
|
border-bottom-color: rgba(0, 0, 0, 0.2);
|
|
content: '';
|
|
}
|
|
|
|
.navbar .nav > li > .dropdown-menu:after {
|
|
position: absolute;
|
|
top: -6px;
|
|
left: 10px;
|
|
display: inline-block;
|
|
border-right: 6px solid transparent;
|
|
border-bottom: 6px solid #ffffff;
|
|
border-left: 6px solid transparent;
|
|
content: '';
|
|
}
|
|
|
|
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
|
|
top: auto;
|
|
bottom: -7px;
|
|
border-top: 7px solid #ccc;
|
|
border-bottom: 0;
|
|
border-top-color: rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
|
|
top: auto;
|
|
bottom: -6px;
|
|
border-top: 6px solid #ffffff;
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.navbar .nav li.dropdown > a:hover .caret {
|
|
border-top-color: #555555;
|
|
border-bottom-color: #555555;
|
|
}
|
|
|
|
.navbar .nav li.dropdown.open > .dropdown-toggle,
|
|
.navbar .nav li.dropdown.active > .dropdown-toggle,
|
|
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
|
|
color: #555555;
|
|
background-color: #e5e5e5;
|
|
}
|
|
|
|
.navbar .nav li.dropdown > .dropdown-toggle .caret {
|
|
border-top-color: #777777;
|
|
border-bottom-color: #777777;
|
|
}
|
|
|
|
.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: #555555;
|
|
border-bottom-color: #555555;
|
|
}
|
|
|
|
.navbar .pull-right > li > .dropdown-menu,
|
|
.navbar .nav > li > .dropdown-menu.pull-right {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
|
|
.navbar .pull-right > li > .dropdown-menu:before,
|
|
.navbar .nav > li > .dropdown-menu.pull-right:before {
|
|
right: 12px;
|
|
left: auto;
|
|
}
|
|
|
|
.navbar .pull-right > li > .dropdown-menu:after,
|
|
.navbar .nav > li > .dropdown-menu.pull-right:after {
|
|
right: 13px;
|
|
left: auto;
|
|
}
|
|
|
|
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
|
|
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
|
|
right: 100%;
|
|
left: auto;
|
|
margin-right: -1px;
|
|
margin-left: 0;
|
|
-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, #222222, #111111);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
|
|
background-image: -webkit-linear-gradient(top, #222222, #111111);
|
|
background-image: -o-linear-gradient(top, #222222, #111111);
|
|
background-image: linear-gradient(to bottom, #222222, #111111);
|
|
background-repeat: repeat-x;
|
|
border-color: #252525;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
|
|
}
|
|
|
|
.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 .nav > li > a:hover {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.navbar-inverse .brand {
|
|
color: #999999;
|
|
}
|
|
|
|
.navbar-inverse .navbar-text {
|
|
color: #999999;
|
|
}
|
|
|
|
.navbar-inverse .nav > li > a:focus,
|
|
.navbar-inverse .nav > li > a:hover {
|
|
color: #ffffff;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.navbar-inverse .nav .active > a,
|
|
.navbar-inverse .nav .active > a:hover,
|
|
.navbar-inverse .nav .active > a:focus {
|
|
color: #ffffff;
|
|
background-color: #111111;
|
|
}
|
|
|
|
.navbar-inverse .navbar-link {
|
|
color: #999999;
|
|
}
|
|
|
|
.navbar-inverse .navbar-link:hover {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.navbar-inverse .divider-vertical {
|
|
border-right-color: #222222;
|
|
border-left-color: #111111;
|
|
}
|
|
|
|
.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 {
|
|
color: #ffffff;
|
|
background-color: #111111;
|
|
}
|
|
|
|
.navbar-inverse .nav li.dropdown > a:hover .caret {
|
|
border-top-color: #ffffff;
|
|
border-bottom-color: #ffffff;
|
|
}
|
|
|
|
.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: #ffffff;
|
|
border-bottom-color: #ffffff;
|
|
}
|
|
|
|
.navbar-inverse .navbar-search .search-query {
|
|
color: #ffffff;
|
|
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: #333333;
|
|
text-shadow: 0 1px 0 #ffffff;
|
|
background-color: #ffffff;
|
|
border: 0;
|
|
outline: 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);
|
|
}
|
|
|
|
.navbar-inverse .btn-navbar {
|
|
color: #ffffff;
|
|
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;
|
|
border-color: #040404 #040404 #000000;
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
|
}
|
|
|
|
.navbar-inverse .btn-navbar:hover,
|
|
.navbar-inverse .btn-navbar:active,
|
|
.navbar-inverse .btn-navbar.active,
|
|
.navbar-inverse .btn-navbar.disabled,
|
|
.navbar-inverse .btn-navbar[disabled] {
|
|
color: #ffffff;
|
|
background-color: #040404;
|
|
}
|
|
|
|
.navbar-inverse .btn-navbar:active,
|
|
.navbar-inverse .btn-navbar.active {
|
|
background-color: #000000 \9;
|
|
}
|
|
|
|
.breadcrumb {
|
|
padding: 8px 15px;
|
|
margin: 0 0 20px;
|
|
list-style: none;
|
|
background-color: #f5f5f5;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.breadcrumb > li {
|
|
display: inline-block;
|
|
text-shadow: 0 1px 0 #ffffff;
|
|
}
|
|
|
|
.breadcrumb > li > .divider {
|
|
padding: 0 5px;
|
|
color: #ccc;
|
|
}
|
|
|
|
.breadcrumb > .active {
|
|
color: #999999;
|
|
}
|
|
|
|
.pagination {
|
|
margin: 20px 0;
|
|
}
|
|
|
|
.pagination ul {
|
|
display: inline-block;
|
|
margin-bottom: 0;
|
|
margin-left: 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: #ffffff;
|
|
border: 1px solid #dddddd;
|
|
border-left-width: 0;
|
|
}
|
|
|
|
.pagination ul > li > a:hover,
|
|
.pagination ul > .active > a,
|
|
.pagination ul > .active > span {
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.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 {
|
|
color: #999999;
|
|
cursor: default;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.pagination ul > li:first-child > a,
|
|
.pagination ul > li:first-child > span {
|
|
border-left-width: 1px;
|
|
-webkit-border-bottom-left-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
-webkit-border-top-left-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
-moz-border-radius-bottomleft: 4px;
|
|
-moz-border-radius-topleft: 4px;
|
|
}
|
|
|
|
.pagination ul > li:last-child > a,
|
|
.pagination ul > li:last-child > span {
|
|
-webkit-border-top-right-radius: 4px;
|
|
border-top-right-radius: 4px;
|
|
-webkit-border-bottom-right-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
-moz-border-radius-topright: 4px;
|
|
-moz-border-radius-bottomright: 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-bottom-left-radius: 6px;
|
|
border-bottom-left-radius: 6px;
|
|
-webkit-border-top-left-radius: 6px;
|
|
border-top-left-radius: 6px;
|
|
-moz-border-radius-bottomleft: 6px;
|
|
-moz-border-radius-topleft: 6px;
|
|
}
|
|
|
|
.pagination-large ul > li:last-child > a,
|
|
.pagination-large ul > li:last-child > span {
|
|
-webkit-border-top-right-radius: 6px;
|
|
border-top-right-radius: 6px;
|
|
-webkit-border-bottom-right-radius: 6px;
|
|
border-bottom-right-radius: 6px;
|
|
-moz-border-radius-topright: 6px;
|
|
-moz-border-radius-bottomright: 6px;
|
|
}
|
|
|
|
.pagination-mini ul > li:first-child > a,
|
|
.pagination-small ul > li:first-child > a,
|
|
.pagination-mini ul > li:first-child > span,
|
|
.pagination-small ul > li:first-child > span {
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
-webkit-border-top-left-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
-moz-border-radius-bottomleft: 3px;
|
|
-moz-border-radius-topleft: 3px;
|
|
}
|
|
|
|
.pagination-mini ul > li:last-child > a,
|
|
.pagination-small ul > li:last-child > a,
|
|
.pagination-mini ul > li:last-child > span,
|
|
.pagination-small ul > li:last-child > span {
|
|
-webkit-border-top-right-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
-moz-border-radius-topright: 3px;
|
|
-moz-border-radius-bottomright: 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: 0 6px;
|
|
font-size: 10.5px;
|
|
}
|
|
|
|
.pager {
|
|
margin: 20px 0;
|
|
text-align: center;
|
|
list-style: none;
|
|
}
|
|
|
|
.pager:before,
|
|
.pager:after {
|
|
display: table;
|
|
line-height: 0;
|
|
content: "";
|
|
}
|
|
|
|
.pager:after {
|
|
clear: both;
|
|
}
|
|
|
|
.pager li {
|
|
display: inline;
|
|
}
|
|
|
|
.pager li > a,
|
|
.pager li > span {
|
|
display: inline-block;
|
|
padding: 5px 14px;
|
|
background-color: #fff;
|
|
border: 1px solid #ddd;
|
|
-webkit-border-radius: 15px;
|
|
-moz-border-radius: 15px;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
.pager li > a:hover {
|
|
text-decoration: none;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.pager .next > a,
|
|
.pager .next > span {
|
|
float: right;
|
|
}
|
|
|
|
.pager .previous > a,
|
|
.pager .previous > span {
|
|
float: left;
|
|
}
|
|
|
|
.pager .disabled > a,
|
|
.pager .disabled > a:hover,
|
|
.pager .disabled > span {
|
|
color: #999999;
|
|
cursor: default;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.modal-backdrop {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1040;
|
|
background-color: #000000;
|
|
}
|
|
|
|
.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: #ffffff;
|
|
border: 1px solid rgba(0, 0, 0, 0.3);
|
|
-webkit-border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
border-radius: 6px;
|
|
outline: none;
|
|
-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;
|
|
}
|
|
|
|
.modal.fade {
|
|
top: -25%;
|
|
-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;
|
|
}
|
|
|
|
.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;
|
|
max-height: 400px;
|
|
padding: 15px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.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 #ffffff;
|
|
-moz-box-shadow: inset 0 1px 0 #ffffff;
|
|
box-shadow: inset 0 1px 0 #ffffff;
|
|
}
|
|
|
|
.modal-footer:before,
|
|
.modal-footer:after {
|
|
display: table;
|
|
line-height: 0;
|
|
content: "";
|
|
}
|
|
|
|
.modal-footer:after {
|
|
clear: both;
|
|
}
|
|
|
|
.modal-footer .btn + .btn {
|
|
margin-bottom: 0;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.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;
|
|
padding: 5px;
|
|
font-size: 11px;
|
|
opacity: 0;
|
|
filter: alpha(opacity=0);
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltip.in {
|
|
opacity: 0.8;
|
|
filter: alpha(opacity=80);
|
|
}
|
|
|
|
.tooltip.top {
|
|
margin-top: -3px;
|
|
}
|
|
|
|
.tooltip.right {
|
|
margin-left: 3px;
|
|
}
|
|
|
|
.tooltip.bottom {
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.tooltip.left {
|
|
margin-left: -3px;
|
|
}
|
|
|
|
.tooltip-inner {
|
|
max-width: 700px;
|
|
padding: 3px 8px;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
background-color: #000000;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.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-top-color: #000000;
|
|
border-width: 5px 5px 0;
|
|
}
|
|
|
|
.tooltip.right .tooltip-arrow {
|
|
top: 50%;
|
|
left: 0;
|
|
margin-top: -5px;
|
|
border-right-color: #000000;
|
|
border-width: 5px 5px 5px 0;
|
|
}
|
|
|
|
.tooltip.left .tooltip-arrow {
|
|
top: 50%;
|
|
right: 0;
|
|
margin-top: -5px;
|
|
border-left-color: #000000;
|
|
border-width: 5px 0 5px 5px;
|
|
}
|
|
|
|
.tooltip.bottom .tooltip-arrow {
|
|
top: 0;
|
|
left: 50%;
|
|
margin-left: -5px;
|
|
border-bottom-color: #000000;
|
|
border-width: 0 5px 5px;
|
|
}
|
|
|
|
.popover {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1010;
|
|
display: none;
|
|
width: 236px;
|
|
padding: 1px;
|
|
text-align: left;
|
|
white-space: normal;
|
|
background-color: #ffffff;
|
|
border: 1px solid #ccc;
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.popover.top {
|
|
margin-top: -10px;
|
|
}
|
|
|
|
.popover.right {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.popover.bottom {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.popover.left {
|
|
margin-left: -10px;
|
|
}
|
|
|
|
.popover-title {
|
|
padding: 8px 14px;
|
|
margin: 0;
|
|
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-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 {
|
|
bottom: -11px;
|
|
left: 50%;
|
|
margin-left: -11px;
|
|
border-top-color: #999;
|
|
border-top-color: rgba(0, 0, 0, 0.25);
|
|
border-bottom-width: 0;
|
|
}
|
|
|
|
.popover.top .arrow:after {
|
|
bottom: 1px;
|
|
margin-left: -10px;
|
|
border-top-color: #ffffff;
|
|
border-bottom-width: 0;
|
|
}
|
|
|
|
.popover.right .arrow {
|
|
top: 50%;
|
|
left: -11px;
|
|
margin-top: -11px;
|
|
border-right-color: #999;
|
|
border-right-color: rgba(0, 0, 0, 0.25);
|
|
border-left-width: 0;
|
|
}
|
|
|
|
.popover.right .arrow:after {
|
|
bottom: -10px;
|
|
left: 1px;
|
|
border-right-color: #ffffff;
|
|
border-left-width: 0;
|
|
}
|
|
|
|
.popover.bottom .arrow {
|
|
top: -11px;
|
|
left: 50%;
|
|
margin-left: -11px;
|
|
border-bottom-color: #999;
|
|
border-bottom-color: rgba(0, 0, 0, 0.25);
|
|
border-top-width: 0;
|
|
}
|
|
|
|
.popover.bottom .arrow:after {
|
|
top: 1px;
|
|
margin-left: -10px;
|
|
border-bottom-color: #ffffff;
|
|
border-top-width: 0;
|
|
}
|
|
|
|
.popover.left .arrow {
|
|
top: 50%;
|
|
right: -11px;
|
|
margin-top: -11px;
|
|
border-left-color: #999;
|
|
border-left-color: rgba(0, 0, 0, 0.25);
|
|
border-right-width: 0;
|
|
}
|
|
|
|
.popover.left .arrow:after {
|
|
right: 1px;
|
|
bottom: -10px;
|
|
border-left-color: #ffffff;
|
|
border-right-width: 0;
|
|
}
|
|
|
|
.thumbnails {
|
|
margin-left: -20px;
|
|
list-style: none;
|
|
}
|
|
|
|
.thumbnails:before,
|
|
.thumbnails:after {
|
|
display: table;
|
|
line-height: 0;
|
|
content: "";
|
|
}
|
|
|
|
.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 {
|
|
border-color: #0088cc;
|
|
-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-right: auto;
|
|
margin-left: auto;
|
|
}
|
|
|
|
.thumbnail .caption {
|
|
padding: 9px;
|
|
color: #555555;
|
|
}
|
|
|
|
.media,
|
|
.media-body {
|
|
overflow: hidden;
|
|
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;
|
|
}
|
|
|
|
.label,
|
|
.badge {
|
|
display: inline-block;
|
|
padding: 2px 4px;
|
|
font-size: 11.844px;
|
|
font-weight: bold;
|
|
line-height: 14px;
|
|
color: #ffffff;
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
white-space: nowrap;
|
|
vertical-align: baseline;
|
|
background-color: #999999;
|
|
}
|
|
|
|
.label {
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.badge {
|
|
padding-right: 9px;
|
|
padding-left: 9px;
|
|
-webkit-border-radius: 9px;
|
|
-moz-border-radius: 9px;
|
|
border-radius: 9px;
|
|
}
|
|
|
|
.label:empty,
|
|
.badge:empty {
|
|
display: none;
|
|
}
|
|
|
|
a.label:hover,
|
|
a.badge:hover {
|
|
color: #ffffff;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.label-important,
|
|
.badge-important {
|
|
background-color: #b94a48;
|
|
}
|
|
|
|
.label-important[href],
|
|
.badge-important[href] {
|
|
background-color: #953b39;
|
|
}
|
|
|
|
.label-warning,
|
|
.badge-warning {
|
|
background-color: #f89406;
|
|
}
|
|
|
|
.label-warning[href],
|
|
.badge-warning[href] {
|
|
background-color: #c67605;
|
|
}
|
|
|
|
.label-success,
|
|
.badge-success {
|
|
background-color: #468847;
|
|
}
|
|
|
|
.label-success[href],
|
|
.badge-success[href] {
|
|
background-color: #356635;
|
|
}
|
|
|
|
.label-info,
|
|
.badge-info {
|
|
background-color: #3a87ad;
|
|
}
|
|
|
|
.label-info[href],
|
|
.badge-info[href] {
|
|
background-color: #2d6987;
|
|
}
|
|
|
|
.label-inverse,
|
|
.badge-inverse {
|
|
background-color: #333333;
|
|
}
|
|
|
|
.label-inverse[href],
|
|
.badge-inverse[href] {
|
|
background-color: #1a1a1a;
|
|
}
|
|
|
|
.btn .label,
|
|
.btn .badge {
|
|
position: relative;
|
|
top: -1px;
|
|
}
|
|
|
|
.btn-mini .label,
|
|
.btn-mini .badge {
|
|
top: 0;
|
|
}
|
|
|
|
@-webkit-keyframes progress-bar-stripes {
|
|
from {
|
|
background-position: 40px 0;
|
|
}
|
|
to {
|
|
background-position: 0 0;
|
|
}
|
|
}
|
|
|
|
@-moz-keyframes progress-bar-stripes {
|
|
from {
|
|
background-position: 40px 0;
|
|
}
|
|
to {
|
|
background-position: 0 0;
|
|
}
|
|
}
|
|
|
|
@-ms-keyframes progress-bar-stripes {
|
|
from {
|
|
background-position: 40px 0;
|
|
}
|
|
to {
|
|
background-position: 0 0;
|
|
}
|
|
}
|
|
|
|
@-o-keyframes progress-bar-stripes {
|
|
from {
|
|
background-position: 0 0;
|
|
}
|
|
to {
|
|
background-position: 40px 0;
|
|
}
|
|
}
|
|
|
|
@keyframes progress-bar-stripes {
|
|
from {
|
|
background-position: 40px 0;
|
|
}
|
|
to {
|
|
background-position: 0 0;
|
|
}
|
|
}
|
|
|
|
.progress {
|
|
height: 20px;
|
|
margin-bottom: 20px;
|
|
overflow: hidden;
|
|
background-color: #f7f7f7;
|
|
background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
|
|
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
|
|
background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
|
|
background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
|
|
background-repeat: repeat-x;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', 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);
|
|
}
|
|
|
|
.progress .bar {
|
|
float: left;
|
|
width: 0;
|
|
height: 100%;
|
|
font-size: 12px;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
background-color: #0e90d2;
|
|
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
|
|
background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
|
|
background-image: -o-linear-gradient(top, #149bdf, #0480be);
|
|
background-image: linear-gradient(to bottom, #149bdf, #0480be);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
|
|
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
-webkit-transition: width 0.6s ease;
|
|
-moz-transition: width 0.6s ease;
|
|
-o-transition: width 0.6s ease;
|
|
transition: width 0.6s ease;
|
|
}
|
|
|
|
.progress .bar + .bar {
|
|
-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.progress-striped .bar {
|
|
background-color: #149bdf;
|
|
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
-webkit-background-size: 40px 40px;
|
|
-moz-background-size: 40px 40px;
|
|
-o-background-size: 40px 40px;
|
|
background-size: 40px 40px;
|
|
}
|
|
|
|
.progress.active .bar {
|
|
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
|
-moz-animation: progress-bar-stripes 2s linear infinite;
|
|
-ms-animation: progress-bar-stripes 2s linear infinite;
|
|
-o-animation: progress-bar-stripes 2s linear infinite;
|
|
animation: progress-bar-stripes 2s linear infinite;
|
|
}
|
|
|
|
.progress-danger .bar,
|
|
.progress .bar-danger {
|
|
background-color: #dd514c;
|
|
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
|
|
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
|
|
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
|
|
background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
|
|
}
|
|
|
|
.progress-danger.progress-striped .bar,
|
|
.progress-striped .bar-danger {
|
|
background-color: #ee5f5b;
|
|
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
}
|
|
|
|
.progress-success .bar,
|
|
.progress .bar-success {
|
|
background-color: #5eb95e;
|
|
background-image: -moz-linear-gradient(top, #62c462, #57a957);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
|
|
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
|
|
background-image: -o-linear-gradient(top, #62c462, #57a957);
|
|
background-image: linear-gradient(to bottom, #62c462, #57a957);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
|
|
}
|
|
|
|
.progress-success.progress-striped .bar,
|
|
.progress-striped .bar-success {
|
|
background-color: #62c462;
|
|
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
}
|
|
|
|
.progress-info .bar,
|
|
.progress .bar-info {
|
|
background-color: #4bb1cf;
|
|
background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
|
|
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
|
|
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
|
|
background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
|
|
}
|
|
|
|
.progress-info.progress-striped .bar,
|
|
.progress-striped .bar-info {
|
|
background-color: #5bc0de;
|
|
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
}
|
|
|
|
.progress-warning .bar,
|
|
.progress .bar-warning {
|
|
background-color: #faa732;
|
|
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
|
|
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
|
|
background-image: -o-linear-gradient(top, #fbb450, #f89406);
|
|
background-image: linear-gradient(to bottom, #fbb450, #f89406);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
|
|
}
|
|
|
|
.progress-warning.progress-striped .bar,
|
|
.progress-striped .bar-warning {
|
|
background-color: #fbb450;
|
|
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
}
|
|
|
|
.accordion {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.accordion-group {
|
|
margin-bottom: 2px;
|
|
border: 1px solid #e5e5e5;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.accordion-heading {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.accordion-heading .accordion-toggle {
|
|
display: block;
|
|
padding: 8px 15px;
|
|
}
|
|
|
|
.accordion-toggle {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.accordion-inner {
|
|
padding: 9px 15px;
|
|
border-top: 1px solid #e5e5e5;
|
|
}
|
|
|
|
.carousel {
|
|
position: relative;
|
|
margin-bottom: 20px;
|
|
line-height: 1;
|
|
}
|
|
|
|
.carousel-inner {
|
|
position: relative;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.carousel-inner > .item {
|
|
position: relative;
|
|
display: none;
|
|
-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 {
|
|
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: #ffffff;
|
|
text-align: center;
|
|
background: #222222;
|
|
border: 3px solid #ffffff;
|
|
-webkit-border-radius: 23px;
|
|
-moz-border-radius: 23px;
|
|
border-radius: 23px;
|
|
opacity: 0.5;
|
|
filter: alpha(opacity=50);
|
|
}
|
|
|
|
.carousel-control.right {
|
|
right: 15px;
|
|
left: auto;
|
|
}
|
|
|
|
.carousel-control:hover {
|
|
color: #ffffff;
|
|
text-decoration: none;
|
|
opacity: 0.9;
|
|
filter: alpha(opacity=90);
|
|
}
|
|
|
|
.carousel-caption {
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
padding: 15px;
|
|
background: #333333;
|
|
background: rgba(0, 0, 0, 0.75);
|
|
}
|
|
|
|
.carousel-caption h4,
|
|
.carousel-caption p {
|
|
line-height: 20px;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.carousel-caption h4 {
|
|
margin: 0 0 5px;
|
|
}
|
|
|
|
.carousel-caption p {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.hero-unit {
|
|
padding: 60px;
|
|
margin-bottom: 30px;
|
|
font-size: 18px;
|
|
font-weight: 200;
|
|
line-height: 30px;
|
|
color: inherit;
|
|
background-color: #eeeeee;
|
|
-webkit-border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.hero-unit h1 {
|
|
margin-bottom: 0;
|
|
font-size: 60px;
|
|
line-height: 1;
|
|
letter-spacing: -1px;
|
|
color: inherit;
|
|
}
|
|
|
|
.hero-unit li {
|
|
line-height: 30px;
|
|
}
|
|
|
|
.pull-right {
|
|
float: right;
|
|
}
|
|
|
|
.pull-left {
|
|
float: left;
|
|
}
|
|
|
|
.hide {
|
|
display: none;
|
|
}
|
|
|
|
.show {
|
|
display: block;
|
|
}
|
|
|
|
.invisible {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.affix {
|
|
position: fixed;
|
|
}
|
|
|
|
/*! jQuery UI - v1.9.2 - 2012-12-21
|
|
* http://jqueryui.com
|
|
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
|
|
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
|
|
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */
|
|
|
|
/* Layout helpers
|
|
----------------------------------*/
|
|
.ui-helper-hidden { display: none; }
|
|
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
|
|
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
|
|
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
|
|
.ui-helper-clearfix:after { clear: both; }
|
|
.ui-helper-clearfix { zoom: 1; }
|
|
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
|
|
|
|
|
|
/* Interaction Cues
|
|
----------------------------------*/
|
|
.ui-state-disabled { cursor: default !important; }
|
|
|
|
|
|
/* Icons
|
|
----------------------------------*/
|
|
|
|
/* states and images */
|
|
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
|
|
|
|
|
|
/* Misc visuals
|
|
----------------------------------*/
|
|
|
|
/* Overlays */
|
|
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
|
.ui-resizable { position: relative;}
|
|
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
|
|
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
|
|
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
|
|
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
|
|
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
|
|
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
|
|
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
|
|
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
|
|
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
|
|
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
|
|
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
|
|
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
|
|
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
|
|
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
|
|
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
|
|
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
|
|
.ui-autocomplete {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
cursor: default;
|
|
}
|
|
|
|
/* workarounds */
|
|
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
|
|
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
|
|
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
|
|
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
|
|
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
|
|
.ui-button-icons-only { width: 3.4em; }
|
|
button.ui-button-icons-only { width: 3.7em; }
|
|
|
|
/*button text element */
|
|
.ui-button .ui-button-text { display: block; line-height: 1.4; }
|
|
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
|
|
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
|
|
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
|
|
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
|
|
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
|
|
/* no icon support for input elements, provide padding by default */
|
|
input.ui-button { padding: .4em 1em; }
|
|
|
|
/*button icon element(s) */
|
|
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
|
|
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
|
|
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
|
|
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
|
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
|
|
|
/*button sets*/
|
|
.ui-buttonset { margin-right: 7px; }
|
|
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
|
|
|
|
/* workarounds */
|
|
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
|
|
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
|
|
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
|
|
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
|
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
|
|
.ui-datepicker .ui-datepicker-prev { left:2px; }
|
|
.ui-datepicker .ui-datepicker-next { right:2px; }
|
|
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
|
|
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
|
|
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
|
|
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
|
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
|
|
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
|
.ui-datepicker select.ui-datepicker-month,
|
|
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
|
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
|
|
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
|
|
.ui-datepicker td { border: 0; padding: 1px; }
|
|
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
|
|
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
|
|
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
|
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
|
|
|
/* with multiple calendars */
|
|
.ui-datepicker.ui-datepicker-multi { width:auto; }
|
|
.ui-datepicker-multi .ui-datepicker-group { float:left; }
|
|
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
|
|
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
|
|
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
|
|
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
|
|
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
|
|
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
|
|
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
|
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
|
|
|
|
/* RTL support */
|
|
.ui-datepicker-rtl { direction: rtl; }
|
|
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
|
|
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
|
|
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
|
|
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
|
|
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
|
|
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
|
|
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
|
|
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
|
|
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
|
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
|
|
|
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
|
.ui-datepicker-cover {
|
|
position: absolute; /*must have*/
|
|
z-index: -1; /*must have*/
|
|
filter: mask(); /*must have*/
|
|
top: -4px; /*must have*/
|
|
left: -4px; /*must have*/
|
|
width: 200px; /*must have*/
|
|
height: 200px; /*must have*/
|
|
}.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; }
|
|
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
|
|
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
|
|
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
|
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
|
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
|
|
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
|
|
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
|
|
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
|
|
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
|
|
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
|
|
.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
|
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
|
|
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
|
|
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
|
|
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
|
|
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
|
|
.ui-menu .ui-menu-item a.ui-state-focus,
|
|
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }
|
|
|
|
.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
|
|
.ui-menu .ui-state-disabled a { cursor: default; }
|
|
|
|
/* icon support */
|
|
.ui-menu-icons { position: relative; }
|
|
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }
|
|
|
|
/* left-aligned */
|
|
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }
|
|
|
|
/* right-aligned */
|
|
.ui-menu .ui-menu-icon { position: static; float: right; }
|
|
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
|
|
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.ui-slider { position: relative; text-align: left; }
|
|
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
|
|
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
|
|
|
|
.ui-slider-horizontal { height: .8em; }
|
|
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
|
|
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
|
|
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
|
|
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
|
|
|
|
.ui-slider-vertical { width: .8em; height: 100px; }
|
|
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
|
|
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
|
|
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
|
|
.ui-slider-vertical .ui-slider-range-max { top: 0; }.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
|
|
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
|
|
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
|
|
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
|
|
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
|
|
.ui-spinner-up { top: 0; }
|
|
.ui-spinner-down { bottom: 0; }
|
|
|
|
/* TR overrides */
|
|
.ui-spinner .ui-icon-triangle-1-s {
|
|
/* need to fix icons sprite */
|
|
background-position:-65px -16px;
|
|
}
|
|
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
|
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
|
|
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
|
|
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
|
|
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
|
|
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
|
|
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
|
|
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
|
|
.ui-tooltip {
|
|
padding: 8px;
|
|
position: absolute;
|
|
z-index: 9999;
|
|
max-width: 300px;
|
|
-webkit-box-shadow: 0 0 5px #aaa;
|
|
box-shadow: 0 0 5px #aaa;
|
|
}
|
|
/* Fades and background-images don't work well together in IE6, drop the image */
|
|
* html .ui-tooltip {
|
|
background-image: none;
|
|
}
|
|
body .ui-tooltip { border-width: 2px; }
|
|
|
|
/* Component containers
|
|
----------------------------------*/
|
|
.ui-widget { font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; font-size: 1.1em; }
|
|
.ui-widget .ui-widget { font-size: 1em; }
|
|
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; font-size: 1em; }
|
|
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee; color: #333333; }
|
|
.ui-widget-content a { color: #333333; }
|
|
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
|
|
.ui-widget-header a { color: #ffffff; }
|
|
|
|
/* Interaction states
|
|
----------------------------------*/
|
|
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
|
|
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
|
|
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
|
|
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #c77405; text-decoration: none; }
|
|
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
|
|
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
|
|
|
|
/* Interaction Cues
|
|
----------------------------------*/
|
|
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
|
|
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
|
|
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
|
|
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
|
|
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
|
|
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
|
|
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
|
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
|
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */
|
|
|
|
/* Icons
|
|
----------------------------------*/
|
|
|
|
/* states and images */
|
|
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
|
|
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
|
|
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
|
|
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
|
|
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
|
|
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
|
|
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
|
|
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }
|
|
|
|
/* positioning */
|
|
.ui-icon-carat-1-n { background-position: 0 0; }
|
|
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
|
.ui-icon-carat-1-e { background-position: -32px 0; }
|
|
.ui-icon-carat-1-se { background-position: -48px 0; }
|
|
.ui-icon-carat-1-s { background-position: -64px 0; }
|
|
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
|
.ui-icon-carat-1-w { background-position: -96px 0; }
|
|
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
|
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
|
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
|
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
|
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
|
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
|
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
|
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
|
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
|
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
|
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
|
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
|
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
|
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
|
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
|
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
|
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
|
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
|
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
|
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
|
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
|
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
|
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
|
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
|
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
|
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
|
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
|
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
|
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
|
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
|
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
|
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
|
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
|
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
|
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
|
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
|
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
|
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
|
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
|
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
|
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
|
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
|
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
|
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
|
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
|
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
|
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
|
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
|
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
|
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
|
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
|
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
|
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
|
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
|
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
|
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
|
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
|
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
|
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
|
.ui-icon-extlink { background-position: -32px -80px; }
|
|
.ui-icon-newwin { background-position: -48px -80px; }
|
|
.ui-icon-refresh { background-position: -64px -80px; }
|
|
.ui-icon-shuffle { background-position: -80px -80px; }
|
|
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
|
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
|
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
|
.ui-icon-folder-open { background-position: -16px -96px; }
|
|
.ui-icon-document { background-position: -32px -96px; }
|
|
.ui-icon-document-b { background-position: -48px -96px; }
|
|
.ui-icon-note { background-position: -64px -96px; }
|
|
.ui-icon-mail-closed { background-position: -80px -96px; }
|
|
.ui-icon-mail-open { background-position: -96px -96px; }
|
|
.ui-icon-suitcase { background-position: -112px -96px; }
|
|
.ui-icon-comment { background-position: -128px -96px; }
|
|
.ui-icon-person { background-position: -144px -96px; }
|
|
.ui-icon-print { background-position: -160px -96px; }
|
|
.ui-icon-trash { background-position: -176px -96px; }
|
|
.ui-icon-locked { background-position: -192px -96px; }
|
|
.ui-icon-unlocked { background-position: -208px -96px; }
|
|
.ui-icon-bookmark { background-position: -224px -96px; }
|
|
.ui-icon-tag { background-position: -240px -96px; }
|
|
.ui-icon-home { background-position: 0 -112px; }
|
|
.ui-icon-flag { background-position: -16px -112px; }
|
|
.ui-icon-calendar { background-position: -32px -112px; }
|
|
.ui-icon-cart { background-position: -48px -112px; }
|
|
.ui-icon-pencil { background-position: -64px -112px; }
|
|
.ui-icon-clock { background-position: -80px -112px; }
|
|
.ui-icon-disk { background-position: -96px -112px; }
|
|
.ui-icon-calculator { background-position: -112px -112px; }
|
|
.ui-icon-zoomin { background-position: -128px -112px; }
|
|
.ui-icon-zoomout { background-position: -144px -112px; }
|
|
.ui-icon-search { background-position: -160px -112px; }
|
|
.ui-icon-wrench { background-position: -176px -112px; }
|
|
.ui-icon-gear { background-position: -192px -112px; }
|
|
.ui-icon-heart { background-position: -208px -112px; }
|
|
.ui-icon-star { background-position: -224px -112px; }
|
|
.ui-icon-link { background-position: -240px -112px; }
|
|
.ui-icon-cancel { background-position: 0 -128px; }
|
|
.ui-icon-plus { background-position: -16px -128px; }
|
|
.ui-icon-plusthick { background-position: -32px -128px; }
|
|
.ui-icon-minus { background-position: -48px -128px; }
|
|
.ui-icon-minusthick { background-position: -64px -128px; }
|
|
.ui-icon-close { background-position: -80px -128px; }
|
|
.ui-icon-closethick { background-position: -96px -128px; }
|
|
.ui-icon-key { background-position: -112px -128px; }
|
|
.ui-icon-lightbulb { background-position: -128px -128px; }
|
|
.ui-icon-scissors { background-position: -144px -128px; }
|
|
.ui-icon-clipboard { background-position: -160px -128px; }
|
|
.ui-icon-copy { background-position: -176px -128px; }
|
|
.ui-icon-contact { background-position: -192px -128px; }
|
|
.ui-icon-image { background-position: -208px -128px; }
|
|
.ui-icon-video { background-position: -224px -128px; }
|
|
.ui-icon-script { background-position: -240px -128px; }
|
|
.ui-icon-alert { background-position: 0 -144px; }
|
|
.ui-icon-info { background-position: -16px -144px; }
|
|
.ui-icon-notice { background-position: -32px -144px; }
|
|
.ui-icon-help { background-position: -48px -144px; }
|
|
.ui-icon-check { background-position: -64px -144px; }
|
|
.ui-icon-bullet { background-position: -80px -144px; }
|
|
.ui-icon-radio-on { background-position: -96px -144px; }
|
|
.ui-icon-radio-off { background-position: -112px -144px; }
|
|
.ui-icon-pin-w { background-position: -128px -144px; }
|
|
.ui-icon-pin-s { background-position: -144px -144px; }
|
|
.ui-icon-play { background-position: 0 -160px; }
|
|
.ui-icon-pause { background-position: -16px -160px; }
|
|
.ui-icon-seek-next { background-position: -32px -160px; }
|
|
.ui-icon-seek-prev { background-position: -48px -160px; }
|
|
.ui-icon-seek-end { background-position: -64px -160px; }
|
|
.ui-icon-seek-start { background-position: -80px -160px; }
|
|
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
|
.ui-icon-seek-first { background-position: -80px -160px; }
|
|
.ui-icon-stop { background-position: -96px -160px; }
|
|
.ui-icon-eject { background-position: -112px -160px; }
|
|
.ui-icon-volume-off { background-position: -128px -160px; }
|
|
.ui-icon-volume-on { background-position: -144px -160px; }
|
|
.ui-icon-power { background-position: 0 -176px; }
|
|
.ui-icon-signal-diag { background-position: -16px -176px; }
|
|
.ui-icon-signal { background-position: -32px -176px; }
|
|
.ui-icon-battery-0 { background-position: -48px -176px; }
|
|
.ui-icon-battery-1 { background-position: -64px -176px; }
|
|
.ui-icon-battery-2 { background-position: -80px -176px; }
|
|
.ui-icon-battery-3 { background-position: -96px -176px; }
|
|
.ui-icon-circle-plus { background-position: 0 -192px; }
|
|
.ui-icon-circle-minus { background-position: -16px -192px; }
|
|
.ui-icon-circle-close { background-position: -32px -192px; }
|
|
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
|
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
|
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
|
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
|
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
|
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
|
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
|
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
|
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
|
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
|
.ui-icon-circle-check { background-position: -208px -192px; }
|
|
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
|
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
|
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
|
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
|
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
|
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
|
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
|
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
|
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
|
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
|
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
|
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
|
|
|
|
|
/* Misc visuals
|
|
----------------------------------*/
|
|
|
|
/* Corner radius */
|
|
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
|
|
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
|
|
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
|
|
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
|
|
|
|
/* Overlays */
|
|
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .5;filter:Alpha(Opacity=50); }
|
|
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .2;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
|
|
|
|
/* OSX Theme */
|
|
/* ========= */
|
|
.context-menu-theme-osx {
|
|
background-color:white;
|
|
opacity: .93;
|
|
filter: alpha(opacity=93);
|
|
zoom:1.0;
|
|
border:1px solid #b2b2b2;
|
|
padding: 3px 0px;
|
|
border-radius: 4px;
|
|
}
|
|
.context-menu-theme-osx .context-menu-item {
|
|
text-align:left;
|
|
cursor:pointer;
|
|
color:black;
|
|
font-family:Lucida Grande,Arial;
|
|
font-weight:700;
|
|
font-size:12px;
|
|
opacity: 1.0;
|
|
filter: alpha(opacity=100);
|
|
z-index:1;
|
|
}
|
|
.context-menu-theme-osx .context-menu-separator {
|
|
margin:5px 1px 4px 1px;
|
|
font-size:0px;
|
|
border-top:1px solid #e4e4e4;
|
|
}
|
|
.context-menu-theme-osx .context-menu-item:hover {
|
|
background-color:#1C44F2;
|
|
color:white;
|
|
}
|
|
.context-menu-theme-osx .context-menu-item .context-menu-item-inner {
|
|
padding:2px 10px 2px 22px;
|
|
background-color:none;
|
|
background-repeat:no-repeat;
|
|
background-position:4px center;
|
|
background-image:none;
|
|
}
|
|
.context-menu-theme-osx .context-menu-item-disabled {
|
|
color:#939393;
|
|
}
|
|
|
|
/*
|
|
Version: 3.4.5 Timestamp: Mon Nov 4 08:22:42 PST 2013
|
|
*/
|
|
.select2-container {
|
|
margin: 0;
|
|
position: relative;
|
|
display: inline-block;
|
|
/* inline-block for ie7 */
|
|
zoom: 1;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.select2-container,
|
|
.select2-drop,
|
|
.select2-search,
|
|
.select2-search input {
|
|
/*
|
|
Force border-box so that % widths fit the parent
|
|
container without overlap because of margin/padding.
|
|
|
|
More Info : http://www.quirksmode.org/css/box.html
|
|
*/
|
|
-webkit-box-sizing: border-box; /* webkit */
|
|
-moz-box-sizing: border-box; /* firefox */
|
|
box-sizing: border-box; /* css3 */
|
|
}
|
|
|
|
.select2-container .select2-choice {
|
|
display: block;
|
|
height: 26px;
|
|
padding: 0 0 0 8px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
|
|
border: 1px solid #aaa;
|
|
white-space: nowrap;
|
|
line-height: 26px;
|
|
color: #444;
|
|
text-decoration: none;
|
|
|
|
border-radius: 4px;
|
|
|
|
background-clip: padding-box;
|
|
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
|
|
background-color: #fff;
|
|
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
|
|
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
|
|
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
|
|
background-image: linear-gradient(top, #fff 0%, #eee 50%);
|
|
}
|
|
|
|
.select2-container.select2-drop-above .select2-choice {
|
|
border-bottom-color: #aaa;
|
|
|
|
border-radius: 0 0 4px 4px;
|
|
|
|
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%);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
|
|
background-image: linear-gradient(top, #eee 0%, #fff 90%);
|
|
}
|
|
|
|
.select2-container.select2-allowclear .select2-choice .select2-chosen {
|
|
margin-right: 42px;
|
|
}
|
|
|
|
.select2-container .select2-choice > .select2-chosen {
|
|
margin-right: 26px;
|
|
display: block;
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.select2-container .select2-choice abbr {
|
|
display: none;
|
|
width: 12px;
|
|
height: 12px;
|
|
position: absolute;
|
|
right: 24px;
|
|
top: 8px;
|
|
|
|
font-size: 1px;
|
|
text-decoration: none;
|
|
|
|
border: 0;
|
|
background: url('../img/select2.png') right top no-repeat;
|
|
cursor: pointer;
|
|
outline: 0;
|
|
}
|
|
|
|
.select2-container.select2-allowclear .select2-choice abbr {
|
|
display: inline-block;
|
|
}
|
|
|
|
.select2-container .select2-choice abbr:hover {
|
|
background-position: right -11px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.select2-drop-mask {
|
|
border: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
min-height: 100%;
|
|
min-width: 100%;
|
|
height: auto;
|
|
width: auto;
|
|
opacity: 0;
|
|
z-index: 9998;
|
|
/* styles required for IE to work */
|
|
background-color: #fff;
|
|
filter: alpha(opacity=0);
|
|
}
|
|
|
|
.select2-drop {
|
|
width: 100%;
|
|
margin-top: -1px;
|
|
position: absolute;
|
|
z-index: 9999;
|
|
top: 100%;
|
|
|
|
background: #fff;
|
|
color: #000;
|
|
border: 1px solid #aaa;
|
|
border-top: 0;
|
|
|
|
border-radius: 0 0 4px 4px;
|
|
|
|
-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
|
|
box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
|
|
}
|
|
|
|
.select2-drop-auto-width {
|
|
border-top: 1px solid #aaa;
|
|
width: auto;
|
|
}
|
|
|
|
.select2-drop-auto-width .select2-search {
|
|
padding-top: 4px;
|
|
}
|
|
|
|
.select2-drop.select2-drop-above {
|
|
margin-top: 1px;
|
|
border-top: 1px solid #aaa;
|
|
border-bottom: 0;
|
|
|
|
border-radius: 4px 4px 0 0;
|
|
|
|
-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
|
|
box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
|
|
}
|
|
|
|
.select2-drop-active {
|
|
border: 1px solid #5897fb;
|
|
border-top: none;
|
|
}
|
|
|
|
.select2-drop.select2-drop-above.select2-drop-active {
|
|
border-top: 1px solid #5897fb;
|
|
}
|
|
|
|
.select2-container .select2-choice .select2-arrow {
|
|
display: inline-block;
|
|
width: 18px;
|
|
height: 100%;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
|
|
border-left: 1px solid #aaa;
|
|
border-radius: 0 4px 4px 0;
|
|
|
|
background-clip: padding-box;
|
|
|
|
background: #ccc;
|
|
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
|
|
background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
|
|
background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
|
|
background-image: linear-gradient(top, #ccc 0%, #eee 60%);
|
|
}
|
|
|
|
.select2-container .select2-choice .select2-arrow b {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: url('../img/select2.png') no-repeat 0 1px;
|
|
}
|
|
|
|
.select2-search {
|
|
display: inline-block;
|
|
width: 100%;
|
|
min-height: 26px;
|
|
margin: 0;
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
|
|
position: relative;
|
|
z-index: 10000;
|
|
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.select2-search input {
|
|
width: 100%;
|
|
height: auto !important;
|
|
min-height: 26px;
|
|
padding: 4px 20px 4px 5px;
|
|
margin: 0;
|
|
|
|
outline: 0;
|
|
font-family: sans-serif;
|
|
font-size: 1em;
|
|
|
|
border: 1px solid #aaa;
|
|
border-radius: 0;
|
|
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
|
|
background: #fff url('../img/select2.png') no-repeat 100% -22px;
|
|
background: url('../img/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('../img/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
|
|
background: url('../img/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
|
|
background: url('../img/select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
|
|
}
|
|
|
|
.select2-drop.select2-drop-above .select2-search input {
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.select2-search input.select2-active {
|
|
background: #fff url('../img/select2-spinner.gif') no-repeat 100%;
|
|
background: url('../img/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
|
|
background: url('../img/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
|
|
background: url('../img/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
|
|
background: url('../img/select2-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 #5897fb;
|
|
outline: none;
|
|
|
|
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, .3);
|
|
}
|
|
|
|
.select2-dropdown-open .select2-choice {
|
|
border-bottom-color: transparent;
|
|
-webkit-box-shadow: 0 1px 0 #fff inset;
|
|
box-shadow: 0 1px 0 #fff inset;
|
|
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
|
|
background-color: #eee;
|
|
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
|
|
background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
|
|
background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
|
|
background-image: linear-gradient(top, #fff 0%, #eee 50%);
|
|
}
|
|
|
|
.select2-dropdown-open.select2-drop-above .select2-choice,
|
|
.select2-dropdown-open.select2-drop-above .select2-choices {
|
|
border: 1px solid #5897fb;
|
|
border-top-color: transparent;
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
|
|
background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
|
|
background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
|
|
background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
|
|
}
|
|
|
|
.select2-dropdown-open .select2-choice .select2-arrow {
|
|
background: transparent;
|
|
border-left: none;
|
|
filter: none;
|
|
}
|
|
.select2-dropdown-open .select2-choice .select2-arrow b {
|
|
background-position: -18px 1px;
|
|
}
|
|
|
|
/* results */
|
|
.select2-results {
|
|
max-height: 200px;
|
|
padding: 0 0 0 4px;
|
|
margin: 4px 4px 4px 0;
|
|
position: relative;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
.select2-results ul.select2-result-sub {
|
|
margin: 0;
|
|
padding-left: 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;
|
|
background-image: none;
|
|
}
|
|
|
|
.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;
|
|
|
|
min-height: 1em;
|
|
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
.select2-results .select2-highlighted {
|
|
background: #3875d7;
|
|
color: #fff;
|
|
}
|
|
|
|
.select2-results li em {
|
|
background: #feffde;
|
|
font-style: normal;
|
|
}
|
|
|
|
.select2-results .select2-highlighted em {
|
|
background: transparent;
|
|
}
|
|
|
|
.select2-results .select2-highlighted ul {
|
|
background: #fff;
|
|
color: #000;
|
|
}
|
|
|
|
|
|
.select2-results .select2-no-results,
|
|
.select2-results .select2-searching,
|
|
.select2-results .select2-selection-limit {
|
|
background: #f4f4f4;
|
|
display: list-item;
|
|
}
|
|
|
|
/*
|
|
disabled look for disabled choices in the results dropdown
|
|
*/
|
|
.select2-results .select2-disabled.select2-highlighted {
|
|
color: #666;
|
|
background: #f4f4f4;
|
|
display: list-item;
|
|
cursor: default;
|
|
}
|
|
.select2-results .select2-disabled {
|
|
background: #f4f4f4;
|
|
display: list-item;
|
|
cursor: default;
|
|
}
|
|
|
|
.select2-results .select2-selected {
|
|
display: none;
|
|
}
|
|
|
|
.select2-more-results.select2-active {
|
|
background: #f4f4f4 url('../img/select2-spinner.gif') no-repeat 100%;
|
|
}
|
|
|
|
.select2-more-results {
|
|
background: #f4f4f4;
|
|
display: list-item;
|
|
}
|
|
|
|
/* disabled styles */
|
|
|
|
.select2-container.select2-container-disabled .select2-choice {
|
|
background-color: #f4f4f4;
|
|
background-image: none;
|
|
border: 1px solid #ddd;
|
|
cursor: default;
|
|
}
|
|
|
|
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
|
|
background-color: #f4f4f4;
|
|
background-image: none;
|
|
border-left: 0;
|
|
}
|
|
|
|
.select2-container.select2-container-disabled .select2-choice abbr {
|
|
display: none;
|
|
}
|
|
|
|
|
|
/* multiselect */
|
|
|
|
.select2-container-multi .select2-choices {
|
|
height: auto !important;
|
|
height: 1%;
|
|
margin: 0;
|
|
padding: 0;
|
|
position: relative;
|
|
|
|
border: 1px solid #aaa;
|
|
cursor: text;
|
|
overflow: hidden;
|
|
|
|
background-color: #fff;
|
|
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
|
|
background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
|
|
background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
|
|
background-image: linear-gradient(top, #eee 1%, #fff 15%);
|
|
}
|
|
|
|
.select2-locked {
|
|
padding: 3px 5px 3px 5px !important;
|
|
}
|
|
|
|
.select2-container-multi .select2-choices {
|
|
min-height: 26px;
|
|
}
|
|
|
|
.select2-container-multi.select2-container-active .select2-choices {
|
|
border: 1px solid #5897fb;
|
|
outline: none;
|
|
|
|
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, .3);
|
|
}
|
|
.select2-container-multi .select2-choices li {
|
|
float: left;
|
|
list-style: none;
|
|
}
|
|
.select2-container-multi .select2-choices .select2-search-field {
|
|
margin: 0;
|
|
padding: 0;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.select2-container-multi .select2-choices .select2-search-field input {
|
|
padding: 5px;
|
|
margin: 1px 0;
|
|
|
|
font-family: sans-serif;
|
|
font-size: 100%;
|
|
color: #666;
|
|
outline: 0;
|
|
border: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
background: transparent !important;
|
|
}
|
|
|
|
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
|
|
background: #fff url('../img/select2-spinner.gif') no-repeat 100% !important;
|
|
}
|
|
|
|
.select2-default {
|
|
color: #999 !important;
|
|
}
|
|
|
|
.select2-container-multi .select2-choices .select2-search-choice {
|
|
padding: 3px 5px 3px 18px;
|
|
margin: 3px 0 3px 5px;
|
|
position: relative;
|
|
|
|
line-height: 13px;
|
|
color: #333;
|
|
cursor: default;
|
|
border: 1px solid #aaaaaa;
|
|
|
|
border-radius: 3px;
|
|
|
|
-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
|
|
box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
|
|
|
|
background-clip: padding-box;
|
|
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
|
|
background-color: #e4e4e4;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
|
|
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
|
|
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
|
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
|
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
|
}
|
|
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
|
|
cursor: default;
|
|
}
|
|
.select2-container-multi .select2-choices .select2-search-choice-focus {
|
|
background: #d4d4d4;
|
|
}
|
|
|
|
.select2-search-choice-close {
|
|
display: block;
|
|
width: 12px;
|
|
height: 13px;
|
|
position: absolute;
|
|
right: 3px;
|
|
top: 4px;
|
|
|
|
font-size: 1px;
|
|
outline: none;
|
|
background: url('../img/select2.png') right top no-repeat;
|
|
}
|
|
|
|
.select2-container-multi .select2-search-choice-close {
|
|
left: 3px;
|
|
}
|
|
|
|
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
|
|
background-position: right -11px;
|
|
}
|
|
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
|
|
background-position: right -11px;
|
|
}
|
|
|
|
/* disabled styles */
|
|
.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 {
|
|
padding: 3px 5px 3px 5px;
|
|
border: 1px solid #ddd;
|
|
background-image: none;
|
|
background-color: #f4f4f4;
|
|
}
|
|
|
|
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;
|
|
background: none;
|
|
}
|
|
/* end multiselect */
|
|
|
|
|
|
.select2-result-selectable .select2-match,
|
|
.select2-result-unselectable .select2-match {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.select2-offscreen, .select2-offscreen:focus {
|
|
clip: rect(0 0 0 0) !important;
|
|
width: 1px !important;
|
|
height: 1px !important;
|
|
border: 0 !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
overflow: hidden !important;
|
|
position: absolute !important;
|
|
outline: 0 !important;
|
|
left: 0px !important;
|
|
top: 0px !important;
|
|
}
|
|
|
|
.select2-display-none {
|
|
display: none;
|
|
}
|
|
|
|
.select2-measure-scrollbar {
|
|
position: absolute;
|
|
top: -10000px;
|
|
left: -10000px;
|
|
width: 100px;
|
|
height: 100px;
|
|
overflow: scroll;
|
|
}
|
|
/* Retina-ize icons */
|
|
|
|
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
|
|
.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
|
|
background-image: url('../img/select2x2.png') !important;
|
|
background-repeat: no-repeat !important;
|
|
background-size: 60px 40px !important;
|
|
}
|
|
.select2-search input {
|
|
background-position: 100% -21px !important;
|
|
}
|
|
}
|
|
|
|
|
|
/*
|
|
* Table
|
|
*/
|
|
table.dataTable {
|
|
margin: 0 auto;
|
|
clear: both;
|
|
width: 100%;
|
|
}
|
|
|
|
table.dataTable thead th {
|
|
padding: 3px 18px 3px 10px;
|
|
border-bottom: 1px solid black;
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
}
|
|
|
|
table.dataTable tfoot th {
|
|
padding: 3px 18px 3px 10px;
|
|
border-top: 1px solid black;
|
|
font-weight: bold;
|
|
}
|
|
|
|
table.dataTable td {
|
|
padding: 3px 10px;
|
|
}
|
|
|
|
table.dataTable td.center,
|
|
table.dataTable td.dataTables_empty {
|
|
text-align: center;
|
|
}
|
|
|
|
table.dataTable tr.odd { background-color: #E2E4FF; }
|
|
table.dataTable tr.even { background-color: white; }
|
|
|
|
table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
|
|
table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
|
|
table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
|
|
table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
|
|
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
|
|
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
|
|
|
|
|
|
/*
|
|
* Table wrapper
|
|
*/
|
|
.dataTables_wrapper {
|
|
position: relative;
|
|
clear: both;
|
|
}
|
|
|
|
|
|
/*
|
|
* Page length menu
|
|
*/
|
|
.dataTables_length {
|
|
float: left;
|
|
}
|
|
|
|
|
|
/*
|
|
* Filter
|
|
*/
|
|
.dataTables_filter {
|
|
float: right;
|
|
text-align: right;
|
|
}
|
|
|
|
|
|
/*
|
|
* Table information
|
|
*/
|
|
.dataTables_info {
|
|
clear: both;
|
|
float: left;
|
|
}
|
|
|
|
|
|
/*
|
|
* Pagination
|
|
*/
|
|
.dataTables_paginate {
|
|
float: right;
|
|
text-align: right;
|
|
}
|
|
|
|
/* Two button pagination - previous / next */
|
|
.paginate_disabled_previous,
|
|
.paginate_enabled_previous,
|
|
.paginate_disabled_next,
|
|
.paginate_enabled_next {
|
|
height: 19px;
|
|
float: left;
|
|
cursor: pointer;
|
|
color: #111 !important;
|
|
}
|
|
.paginate_disabled_previous:hover,
|
|
.paginate_enabled_previous:hover,
|
|
.paginate_disabled_next:hover,
|
|
.paginate_enabled_next:hover {
|
|
text-decoration: none !important;
|
|
}
|
|
.paginate_disabled_previous:active,
|
|
.paginate_enabled_previous:active,
|
|
.paginate_disabled_next:active,
|
|
.paginate_enabled_next:active {
|
|
outline: none;
|
|
}
|
|
|
|
.paginate_disabled_previous,
|
|
.paginate_disabled_next {
|
|
color: #666 !important;
|
|
}
|
|
.paginate_disabled_previous,
|
|
.paginate_enabled_previous {
|
|
padding-left: 23px;
|
|
}
|
|
.paginate_disabled_next,
|
|
.paginate_enabled_next {
|
|
padding-right: 23px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.paginate_enabled_previous { background: url('../img/back_enabled.png') no-repeat top left; }
|
|
.paginate_enabled_previous:hover { background: url('../img/back_enabled_hover.png') no-repeat top left; }
|
|
.paginate_disabled_previous { background: url('../img/back_disabled.png') no-repeat top left; }
|
|
|
|
.paginate_enabled_next { background: url('../img/forward_enabled.png') no-repeat top right; }
|
|
.paginate_enabled_next:hover { background: url('../img/forward_enabled_hover.png') no-repeat top right; }
|
|
.paginate_disabled_next { background: url('../img/forward_disabled.png') no-repeat top right; }
|
|
|
|
/* Full number pagination */
|
|
.paging_full_numbers {
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.paging_full_numbers a:active {
|
|
outline: none
|
|
}
|
|
.paging_full_numbers a:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.paging_full_numbers a.paginate_button,
|
|
.paging_full_numbers a.paginate_active {
|
|
border: 1px solid #aaa;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
padding: 2px 5px;
|
|
margin: 0 3px;
|
|
cursor: pointer;
|
|
color: #333 !important;
|
|
}
|
|
|
|
.paging_full_numbers a.paginate_button {
|
|
background-color: #ddd;
|
|
}
|
|
|
|
.paging_full_numbers a.paginate_button:hover {
|
|
background-color: #ccc;
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
.paging_full_numbers a.paginate_active {
|
|
background-color: #99B3FF;
|
|
}
|
|
|
|
|
|
/*
|
|
* Processing indicator
|
|
*/
|
|
.dataTables_processing {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 250px;
|
|
height: 30px;
|
|
margin-left: -125px;
|
|
margin-top: -15px;
|
|
padding: 14px 0 2px 0;
|
|
border: 1px solid #ddd;
|
|
text-align: center;
|
|
color: #999;
|
|
font-size: 14px;
|
|
background-color: white;
|
|
}
|
|
|
|
|
|
/*
|
|
* Sorting
|
|
*/
|
|
.sorting { background: url('../img/sort_both.png') no-repeat center right; }
|
|
.sorting_asc { background: url('../img/sort_asc.png') no-repeat center right; }
|
|
.sorting_desc { background: url('../img/sort_desc.png') no-repeat center right; }
|
|
|
|
.sorting_asc_disabled { background: url('../img/sort_asc_disabled.png') no-repeat center right; }
|
|
.sorting_desc_disabled { background: url('../img/sort_desc_disabled.png') no-repeat center right; }
|
|
|
|
table.dataTable thead th:active,
|
|
table.dataTable thead td:active {
|
|
outline: none;
|
|
}
|
|
|
|
|
|
/*
|
|
* Scrolling
|
|
*/
|
|
.dataTables_scroll {
|
|
clear: both;
|
|
}
|
|
|
|
.dataTables_scrollBody {
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
|
|
|
|
|
|
/********************
|
|
* HTML CSS
|
|
*/
|
|
|
|
|
|
.chartWrap {
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
|
|
/********************
|
|
* TOOLTIP CSS
|
|
*/
|
|
|
|
.nvtooltip {
|
|
position: absolute;
|
|
background-color: rgba(255,255,255,1);
|
|
padding: 10px;
|
|
border: 1px solid #ddd;
|
|
z-index: 10000;
|
|
|
|
font-family: Arial;
|
|
font-size: 13px;
|
|
|
|
transition: opacity 500ms linear;
|
|
-moz-transition: opacity 500ms linear;
|
|
-webkit-transition: opacity 500ms linear;
|
|
|
|
transition-delay: 500ms;
|
|
-moz-transition-delay: 500ms;
|
|
-webkit-transition-delay: 500ms;
|
|
|
|
-moz-box-shadow: 4px 4px 8px rgba(0,0,0,.5);
|
|
-webkit-box-shadow: 4px 4px 8px rgba(0,0,0,.5);
|
|
box-shadow: 4px 4px 8px rgba(0,0,0,.5);
|
|
|
|
-moz-border-radius: 10px;
|
|
border-radius: 10px;
|
|
|
|
pointer-events: none;
|
|
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
.nvtooltip h3 {
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.nvtooltip p {
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.nvtooltip span {
|
|
display: inline-block;
|
|
margin: 2px 0;
|
|
}
|
|
|
|
.nvtooltip-pending-removal {
|
|
position: absolute;
|
|
pointer-events: none;
|
|
}
|
|
|
|
|
|
/********************
|
|
* SVG CSS
|
|
*/
|
|
|
|
|
|
svg {
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
/* Trying to get SVG to act like a greedy block in all browsers */
|
|
display: block;
|
|
width:100%;
|
|
height:100%;
|
|
}
|
|
|
|
|
|
svg text {
|
|
font-weight: 300;
|
|
font-size: 10px;
|
|
font-family: 'Open Sans', sans-serif;
|
|
}
|
|
|
|
svg .title {
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
font-family: 'Open Sans', sans-serif;
|
|
}
|
|
|
|
.nvd3 .nv-background {
|
|
fill: white;
|
|
fill-opacity: 0;
|
|
/*
|
|
pointer-events: none;
|
|
*/
|
|
}
|
|
|
|
.nvd3.nv-noData {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
/**********
|
|
* Brush
|
|
*/
|
|
|
|
.nv-brush .extent {
|
|
fill-opacity: .125;
|
|
shape-rendering: crispEdges;
|
|
}
|
|
|
|
|
|
|
|
/**********
|
|
* Legend
|
|
*/
|
|
|
|
.nvd3 .nv-legend .nv-series {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.nvd3 .nv-legend .disabled circle {
|
|
fill-opacity: 0;
|
|
}
|
|
|
|
|
|
|
|
/**********
|
|
* Axes
|
|
*/
|
|
|
|
.nvd3 .nv-axis path {
|
|
fill: none;
|
|
stroke: #000;
|
|
stroke-opacity: .75;
|
|
shape-rendering: crispEdges;
|
|
}
|
|
|
|
.nvd3 .nv-axis path.domain {
|
|
stroke-opacity: .75;
|
|
}
|
|
|
|
.nvd3 .nv-axis.nv-x path.domain {
|
|
stroke-opacity: 0;
|
|
}
|
|
|
|
.nvd3 .nv-axis line {
|
|
fill: none;
|
|
stroke: #000;
|
|
stroke-opacity: .25;
|
|
shape-rendering: crispEdges;
|
|
}
|
|
|
|
.nvd3 .nv-axis line.zero {
|
|
stroke-opacity: .75;
|
|
}
|
|
|
|
.nvd3 .nv-axis .nv-axisMaxMin text {
|
|
}
|
|
|
|
.nvd3 .x .nv-axis .nv-axisMaxMin text,
|
|
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
|
|
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
|
|
text-anchor: middle
|
|
}
|
|
|
|
/**********
|
|
* Brush
|
|
*/
|
|
|
|
.nv-brush .resize path {
|
|
fill: #eee;
|
|
stroke: #666;
|
|
}
|
|
|
|
|
|
|
|
/**********
|
|
* Bars
|
|
*/
|
|
|
|
.nvd3 .nv-bars .negative rect {
|
|
zfill: brown;
|
|
}
|
|
|
|
.nvd3 .nv-bars rect {
|
|
zfill: steelblue;
|
|
fill-opacity: .75;
|
|
|
|
transition: fill-opacity 250ms linear;
|
|
-moz-transition: fill-opacity 250ms linear;
|
|
-webkit-transition: fill-opacity 250ms linear;
|
|
}
|
|
|
|
.nvd3 .nv-bars rect:hover {
|
|
fill-opacity: .75;
|
|
}
|
|
|
|
.nvd3 .nv-bars .hover rect {
|
|
fill: lightblue;
|
|
}
|
|
|
|
.nvd3 .nv-bars text {
|
|
/* fill: rgba(0,0,0,0); */
|
|
}
|
|
|
|
.nvd3 .nv-bars .hover text {
|
|
/* fill: rgba(0,0,0,1); */
|
|
}
|
|
|
|
|
|
/**********
|
|
* Bars
|
|
*/
|
|
|
|
.nvd3 .nv-multibar .nv-groups rect,
|
|
.nvd3 .nv-multibarHorizontal .nv-groups rect,
|
|
.nvd3 .nv-discretebar .nv-groups rect {
|
|
stroke-opacity: 0;
|
|
|
|
transition: fill-opacity 250ms linear;
|
|
-moz-transition: fill-opacity 250ms linear;
|
|
-webkit-transition: fill-opacity 250ms linear;
|
|
}
|
|
|
|
.nvd3 .nv-multibar .nv-groups rect:hover,
|
|
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
|
|
.nvd3 .nv-discretebar .nv-groups rect:hover {
|
|
fill-opacity: 1;
|
|
}
|
|
|
|
.nvd3 .nv-discretebar .nv-groups text,
|
|
.nvd3 .nv-multibarHorizontal .nv-groups text {
|
|
font-weight: bold;
|
|
fill: rgba(0,0,0,1);
|
|
stroke: rgba(0,0,0,0);
|
|
}
|
|
|
|
/***********
|
|
* Pie Chart
|
|
*/
|
|
|
|
.nvd3.nv-pie path {
|
|
stroke-opacity: 0;
|
|
|
|
transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
|
|
-moz-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
|
|
-webkit-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
|
|
|
|
}
|
|
|
|
.nvd3.nv-pie .nv-slice text {
|
|
stroke: #000;
|
|
stroke-width: 0;
|
|
}
|
|
|
|
.nvd3.nv-pie path {
|
|
stroke: #fff;
|
|
stroke-width: 1px;
|
|
stroke-opacity: 1;
|
|
}
|
|
|
|
.nvd3.nv-pie .hover path {
|
|
fill-opacity: .8;
|
|
/*
|
|
stroke-width: 6px;
|
|
stroke-opacity: 1;
|
|
*/
|
|
}
|
|
|
|
.nvd3.nv-pie .nv-label rect {
|
|
fill-opacity: 0;
|
|
stroke-opacity: 0;
|
|
}
|
|
|
|
/**********
|
|
* Lines
|
|
*/
|
|
|
|
.nvd3 .nv-groups path.nv-line {
|
|
fill: none;
|
|
stroke-width: 1.25px;
|
|
/*
|
|
stroke-linecap: round;
|
|
shape-rendering: geometricPrecision;
|
|
|
|
transition: stroke-width 250ms linear;
|
|
-moz-transition: stroke-width 250ms linear;
|
|
-webkit-transition: stroke-width 250ms linear;
|
|
|
|
transition-delay: 250ms
|
|
-moz-transition-delay: 250ms;
|
|
-webkit-transition-delay: 250ms;
|
|
*/
|
|
}
|
|
|
|
.nvd3 .nv-groups path.nv-area {
|
|
stroke: none;
|
|
/*
|
|
stroke-linecap: round;
|
|
shape-rendering: geometricPrecision;
|
|
|
|
stroke-width: 2.5px;
|
|
transition: stroke-width 250ms linear;
|
|
-moz-transition: stroke-width 250ms linear;
|
|
-webkit-transition: stroke-width 250ms linear;
|
|
|
|
transition-delay: 250ms
|
|
-moz-transition-delay: 250ms;
|
|
-webkit-transition-delay: 250ms;
|
|
*/
|
|
}
|
|
|
|
.nvd3 .nv-line.hover path {
|
|
stroke-width: 6px;
|
|
}
|
|
|
|
/*
|
|
.nvd3.scatter .groups .point {
|
|
fill-opacity: 0.1;
|
|
stroke-opacity: 0.1;
|
|
}
|
|
*/
|
|
|
|
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
|
|
fill-opacity: 0;
|
|
stroke-opacity: 0;
|
|
}
|
|
|
|
.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
|
|
fill-opacity: .5 !important;
|
|
stroke-opacity: .5 !important;
|
|
}
|
|
|
|
|
|
.nvd3 .nv-groups .nv-point {
|
|
transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
|
|
-moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
|
|
-webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
|
|
}
|
|
|
|
.nvd3.nv-scatter .nv-groups .nv-point.hover,
|
|
.nvd3 .nv-groups .nv-point.hover {
|
|
stroke-width: 20px;
|
|
fill-opacity: .5 !important;
|
|
stroke-opacity: .5 !important;
|
|
}
|
|
|
|
|
|
.nvd3 .nv-point-paths path {
|
|
stroke: #aaa;
|
|
stroke-opacity: 0;
|
|
fill: #eee;
|
|
fill-opacity: 0;
|
|
}
|
|
|
|
|
|
|
|
.nvd3 .nv-indexLine {
|
|
cursor: ew-resize;
|
|
}
|
|
|
|
|
|
/**********
|
|
* Distribution
|
|
*/
|
|
|
|
.nvd3 .nv-distribution {
|
|
pointer-events: none;
|
|
}
|
|
|
|
|
|
|
|
/**********
|
|
* Scatter
|
|
*/
|
|
|
|
/* **Attempting to remove this for useVoronoi(false), need to see if it's required anywhere
|
|
.nvd3 .nv-groups .nv-point {
|
|
pointer-events: none;
|
|
}
|
|
*/
|
|
|
|
.nvd3 .nv-groups .nv-point.hover {
|
|
stroke-width: 20px;
|
|
stroke-opacity: .5;
|
|
}
|
|
|
|
.nvd3 .nv-scatter .nv-point.hover {
|
|
fill-opacity: 1;
|
|
}
|
|
|
|
/*
|
|
.nv-group.hover .nv-point {
|
|
fill-opacity: 1;
|
|
}
|
|
*/
|
|
|
|
|
|
/**********
|
|
* Stacked Area
|
|
*/
|
|
|
|
.nvd3.nv-stackedarea path.nv-area {
|
|
fill-opacity: .7;
|
|
/*
|
|
stroke-opacity: .65;
|
|
fill-opacity: 1;
|
|
*/
|
|
stroke-opacity: 0;
|
|
|
|
transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
|
|
-moz-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
|
|
-webkit-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
|
|
|
|
/*
|
|
transition-delay: 500ms;
|
|
-moz-transition-delay: 500ms;
|
|
-webkit-transition-delay: 500ms;
|
|
*/
|
|
|
|
}
|
|
|
|
.nvd3.nv-stackedarea path.nv-area.hover {
|
|
fill-opacity: .9;
|
|
/*
|
|
stroke-opacity: .85;
|
|
*/
|
|
}
|
|
/*
|
|
.d3stackedarea .groups path {
|
|
stroke-opacity: 0;
|
|
}
|
|
*/
|
|
|
|
|
|
|
|
.nvd3.nv-stackedarea .nv-groups .nv-point {
|
|
stroke-opacity: 0;
|
|
fill-opacity: 0;
|
|
}
|
|
|
|
.nvd3.nv-stackedarea .nv-groups .nv-point.hover {
|
|
stroke-width: 20px;
|
|
stroke-opacity: .75;
|
|
fill-opacity: 1;
|
|
}
|
|
|
|
|
|
|
|
/**********
|
|
* Line Plus Bar
|
|
*/
|
|
|
|
.nvd3.nv-linePlusBar .nv-bar rect {
|
|
fill-opacity: .75;
|
|
}
|
|
|
|
.nvd3.nv-linePlusBar .nv-bar rect:hover {
|
|
fill-opacity: 1;
|
|
}
|
|
|
|
|
|
/**********
|
|
* Bullet
|
|
*/
|
|
|
|
.nvd3.nv-bullet { font: 10px sans-serif; }
|
|
.nvd3.nv-bullet .nv-measure { fill-opacity: .8; }
|
|
.nvd3.nv-bullet .nv-measure:hover { fill-opacity: 1; }
|
|
.nvd3.nv-bullet .nv-marker { stroke: #000; stroke-width: 2px; }
|
|
.nvd3.nv-bullet .nv-markerTriangle { stroke: #000; fill: #fff; stroke-width: 1.5px; }
|
|
.nvd3.nv-bullet .nv-tick line { stroke: #666; stroke-width: .5px; }
|
|
.nvd3.nv-bullet .nv-range.nv-s0 { fill: #eee; }
|
|
.nvd3.nv-bullet .nv-range.nv-s1 { fill: #ddd; }
|
|
.nvd3.nv-bullet .nv-range.nv-s2 { fill: #ccc; }
|
|
.nvd3.nv-bullet .nv-title { font-size: 14px; font-weight: bold; }
|
|
.nvd3.nv-bullet .nv-subtitle { fill: #999; }
|
|
|
|
|
|
.nvd3.nv-bullet .nv-range {
|
|
fill: #999;
|
|
fill-opacity: .4;
|
|
}
|
|
.nvd3.nv-bullet .nv-range:hover {
|
|
fill-opacity: .7;
|
|
}
|
|
|
|
|
|
|
|
/**********
|
|
* Sparkline
|
|
*/
|
|
|
|
.nvd3.nv-sparkline path {
|
|
fill: none;
|
|
}
|
|
|
|
.nvd3.nv-sparklineplus g.nv-hoverValue {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.nvd3.nv-sparklineplus .nv-hoverValue line {
|
|
stroke: #333;
|
|
stroke-width: 1.5px;
|
|
}
|
|
|
|
.nvd3.nv-sparklineplus,
|
|
.nvd3.nv-sparklineplus g {
|
|
pointer-events: all;
|
|
}
|
|
|
|
.nvd3 .nv-hoverArea {
|
|
fill-opacity: 0;
|
|
stroke-opacity: 0;
|
|
}
|
|
|
|
.nvd3.nv-sparklineplus .nv-xValue,
|
|
.nvd3.nv-sparklineplus .nv-yValue {
|
|
/*
|
|
stroke: #666;
|
|
*/
|
|
stroke-width: 0;
|
|
font-size: .9em;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.nvd3.nv-sparklineplus .nv-yValue {
|
|
stroke: #f66;
|
|
}
|
|
|
|
.nvd3.nv-sparklineplus .nv-maxValue {
|
|
stroke: #2ca02c;
|
|
fill: #2ca02c;
|
|
}
|
|
|
|
.nvd3.nv-sparklineplus .nv-minValue {
|
|
stroke: #d62728;
|
|
fill: #d62728;
|
|
}
|
|
|
|
.nvd3.nv-sparklineplus .nv-currentValue {
|
|
/*
|
|
stroke: #444;
|
|
fill: #000;
|
|
*/
|
|
font-weight: bold;
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
/**********
|
|
* historical stock
|
|
*/
|
|
|
|
.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
|
|
stroke-width: 2px;
|
|
}
|
|
|
|
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
|
|
stroke-width: 4px;
|
|
}
|
|
|
|
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
|
|
stroke: #2ca02c;
|
|
}
|
|
|
|
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
|
|
stroke: #d62728;
|
|
}
|
|
|
|
.nvd3.nv-historicalStockChart .nv-axis .nv-axislabel {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.nvd3.nv-historicalStockChart .nv-dragTarget {
|
|
fill-opacity: 0;
|
|
stroke: none;
|
|
cursor: move;
|
|
}
|
|
|
|
.nvd3 .nv-brush .extent {
|
|
/*
|
|
cursor: ew-resize !important;
|
|
*/
|
|
fill-opacity: 0 !important;
|
|
}
|
|
|
|
.nvd3 .nv-brushBackground rect {
|
|
stroke: #000;
|
|
stroke-width: .4;
|
|
fill: #fff;
|
|
fill-opacity: .7;
|
|
}
|
|
|
|
|
|
|
|
/**********
|
|
* Indented Tree
|
|
*/
|
|
|
|
|
|
/**
|
|
* TODO: the following 3 selectors are based on classes used in the example. I should either make them standard and leave them here, or move to a CSS file not included in the library
|
|
*/
|
|
.nvd3.nv-indentedtree .name {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.nvd3.nv-indentedtree .clickable {
|
|
color: #08C;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.nvd3.nv-indentedtree span.clickable:hover {
|
|
color: #005580;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
.nvd3.nv-indentedtree .nv-childrenCount {
|
|
display: inline-block;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.nvd3.nv-indentedtree .nv-treeicon {
|
|
cursor: pointer;
|
|
/*
|
|
cursor: n-resize;
|
|
*/
|
|
}
|
|
|
|
.nvd3.nv-indentedtree .nv-treeicon.nv-folded {
|
|
cursor: pointer;
|
|
/*
|
|
cursor: s-resize;
|
|
*/
|
|
}
|
|
|
|
|
|
|
|
.jqconsole-ansi-bold {
|
|
font-weight: bold!important;
|
|
}
|
|
|
|
.jqconsole-ansi-lighter {
|
|
font-weight: lighter!important;
|
|
}
|
|
|
|
.jqconsole-ansi-italic {
|
|
font-style: italic!important;
|
|
}
|
|
|
|
.jqconsole-ansi-underline {
|
|
text-decoration: underline!important;
|
|
}
|
|
|
|
@-webkit-keyframes blinker {
|
|
from { opacity: 1.0; }
|
|
to { opacity: 0.0; }
|
|
}
|
|
|
|
@-moz-keyframes blinker {
|
|
from { opacity: 1.0; }
|
|
to { opacity: 0.0; }
|
|
}
|
|
|
|
@-ms-keyframes blinker {
|
|
from { opacity: 1.0; }
|
|
to { opacity: 0.0; }
|
|
}
|
|
|
|
@-o-keyframes blinker {
|
|
from { opacity: 1.0; }
|
|
to { opacity: 0.0; }
|
|
}
|
|
|
|
.jqconsole-ansi-blink, .jqconsole-ansi-blink-rapid {
|
|
-webkit-animation-name: blinker;
|
|
-moz-animation-name: blinker;
|
|
-ms-animation-name: blinker;
|
|
-o-animation-name: blinker;
|
|
-webkit-animation-iteration-count: infinite;
|
|
-moz-animation-iteration-count: infinite;
|
|
-ms-animation-iteration-count: infinite;
|
|
-o-animation-iteration-count: infinite;
|
|
-webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
|
|
-ms-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
|
|
-o-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
|
|
-moz-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
|
|
}
|
|
|
|
.jqconsole-ansi-blink {
|
|
-webkit-animation-duration: 1s;
|
|
-moz-animation-duration: 1s;
|
|
-o-animation-duration: 1s;
|
|
-ms-animation-duration: 1s;
|
|
}
|
|
|
|
.jqconsole-ansi-blink-rapid {
|
|
-webkit-animation-duration: 0.5s;
|
|
-moz-animation-duration: 0.5s;
|
|
-o-animation-duration: 0.5s;
|
|
-ms-animation-duration: 0.5s;
|
|
}
|
|
|
|
|
|
.jqconsole-ansi-hidden {
|
|
visibility:hidden!important;
|
|
}
|
|
|
|
.jqconsole-ansi-line-through {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.jqconsole-ansi-fonts-1 {
|
|
|
|
}
|
|
.jqconsole-ansi-fonts-2 {
|
|
|
|
}
|
|
.jqconsole-ansi-fonts-3 {
|
|
|
|
}
|
|
.jqconsole-ansi-fonts-4 {
|
|
|
|
}
|
|
.jqconsole-ansi-fonts-5 {
|
|
|
|
}
|
|
.jqconsole-ansi-fonts-6 {
|
|
|
|
}
|
|
.jqconsole-ansi-fonts-7 {
|
|
|
|
}
|
|
.jqconsole-ansi-fonts-8 {
|
|
|
|
}
|
|
.jqconsole-ansi-fonts-9 {
|
|
|
|
}
|
|
|
|
.jqconsole-ansi-fraktur {
|
|
|
|
}
|
|
|
|
.jqconsole-ansi-color-black {
|
|
color: black!important;
|
|
}
|
|
.jqconsole-ansi-color-red {
|
|
color: red!important;
|
|
}
|
|
.jqconsole-ansi-color-green {
|
|
color: green!important;
|
|
}
|
|
.jqconsole-ansi-color-yellow {
|
|
color: yellow!important;
|
|
}
|
|
.jqconsole-ansi-color-blue {
|
|
color: blue!important;
|
|
}
|
|
.jqconsole-ansi-color-magenta {
|
|
color: magenta!important;
|
|
}
|
|
.jqconsole-ansi-color-cyan {
|
|
color: cyan!important;
|
|
}
|
|
.jqconsole-ansi-color-white {
|
|
color: white!important;
|
|
}
|
|
|
|
.jqconsole-ansi-background-color-black {
|
|
background-color: black!important;
|
|
}
|
|
.jqconsole-ansi-background-color-red {
|
|
background-color: red!important;
|
|
}
|
|
.jqconsole-ansi-background-color-green {
|
|
background-color: green!important;
|
|
}
|
|
.jqconsole-ansi-background-color-yellow {
|
|
background-color: yellow!important;
|
|
}
|
|
.jqconsole-ansi-background-color-blue {
|
|
background-color: blue!important;
|
|
}
|
|
.jqconsole-ansi-background-color-magenta {
|
|
background-color: magenta!important;
|
|
}
|
|
.jqconsole-ansi-background-color-cyan {
|
|
background-color: cyan!important;
|
|
}
|
|
.jqconsole-ansi-background-color-white {
|
|
background-color: white!important;
|
|
}
|
|
|
|
.jqconsole-ansi-framed {
|
|
border: 1px solid!important;
|
|
}
|
|
.jqconsole-ansi-overline {
|
|
text-decoration: overline!important;
|
|
}
|
|
|
|
|
|
/*
|
|
|
|
Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
|
|
|
|
*/
|
|
|
|
.hljs {
|
|
display: block;
|
|
overflow-x: auto;
|
|
padding: 0.5em;
|
|
background: #f0f0f0;
|
|
-webkit-text-size-adjust: none;
|
|
}
|
|
|
|
.hljs,
|
|
.hljs-subst,
|
|
.hljs-tag .hljs-title,
|
|
.nginx .hljs-title {
|
|
color: black;
|
|
}
|
|
|
|
.hljs-string,
|
|
.hljs-title,
|
|
.hljs-constant,
|
|
.hljs-parent,
|
|
.hljs-tag .hljs-value,
|
|
.hljs-rule .hljs-value,
|
|
.hljs-preprocessor,
|
|
.hljs-pragma,
|
|
.hljs-name,
|
|
.haml .hljs-symbol,
|
|
.ruby .hljs-symbol,
|
|
.ruby .hljs-symbol .hljs-string,
|
|
.hljs-template_tag,
|
|
.django .hljs-variable,
|
|
.smalltalk .hljs-class,
|
|
.hljs-addition,
|
|
.hljs-flow,
|
|
.hljs-stream,
|
|
.bash .hljs-variable,
|
|
.pf .hljs-variable,
|
|
.apache .hljs-tag,
|
|
.apache .hljs-cbracket,
|
|
.tex .hljs-command,
|
|
.tex .hljs-special,
|
|
.erlang_repl .hljs-function_or_atom,
|
|
.asciidoc .hljs-header,
|
|
.markdown .hljs-header,
|
|
.coffeescript .hljs-attribute,
|
|
.tp .hljs-variable {
|
|
color: #800;
|
|
}
|
|
|
|
.smartquote,
|
|
.hljs-comment,
|
|
.hljs-annotation,
|
|
.diff .hljs-header,
|
|
.hljs-chunk,
|
|
.asciidoc .hljs-blockquote,
|
|
.markdown .hljs-blockquote {
|
|
color: #888;
|
|
}
|
|
|
|
.hljs-number,
|
|
.hljs-date,
|
|
.hljs-regexp,
|
|
.hljs-literal,
|
|
.hljs-hexcolor,
|
|
.smalltalk .hljs-symbol,
|
|
.smalltalk .hljs-char,
|
|
.go .hljs-constant,
|
|
.hljs-change,
|
|
.lasso .hljs-variable,
|
|
.makefile .hljs-variable,
|
|
.asciidoc .hljs-bullet,
|
|
.markdown .hljs-bullet,
|
|
.asciidoc .hljs-link_url,
|
|
.markdown .hljs-link_url {
|
|
color: #080;
|
|
}
|
|
|
|
.hljs-label,
|
|
.ruby .hljs-string,
|
|
.hljs-decorator,
|
|
.hljs-filter .hljs-argument,
|
|
.hljs-localvars,
|
|
.hljs-array,
|
|
.hljs-attr_selector,
|
|
.hljs-important,
|
|
.hljs-pseudo,
|
|
.hljs-pi,
|
|
.haml .hljs-bullet,
|
|
.hljs-doctype,
|
|
.hljs-deletion,
|
|
.hljs-envvar,
|
|
.hljs-shebang,
|
|
.apache .hljs-sqbracket,
|
|
.nginx .hljs-built_in,
|
|
.tex .hljs-formula,
|
|
.erlang_repl .hljs-reserved,
|
|
.hljs-prompt,
|
|
.asciidoc .hljs-link_label,
|
|
.markdown .hljs-link_label,
|
|
.vhdl .hljs-attribute,
|
|
.clojure .hljs-attribute,
|
|
.asciidoc .hljs-attribute,
|
|
.lasso .hljs-attribute,
|
|
.coffeescript .hljs-property,
|
|
.hljs-phony {
|
|
color: #88f;
|
|
}
|
|
|
|
.hljs-keyword,
|
|
.hljs-id,
|
|
.hljs-title,
|
|
.hljs-built_in,
|
|
.css .hljs-tag,
|
|
.hljs-doctag,
|
|
.smalltalk .hljs-class,
|
|
.hljs-winutils,
|
|
.bash .hljs-variable,
|
|
.pf .hljs-variable,
|
|
.apache .hljs-tag,
|
|
.hljs-type,
|
|
.hljs-typename,
|
|
.tex .hljs-command,
|
|
.asciidoc .hljs-strong,
|
|
.markdown .hljs-strong,
|
|
.hljs-request,
|
|
.hljs-status,
|
|
.tp .hljs-data,
|
|
.tp .hljs-io {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.asciidoc .hljs-emphasis,
|
|
.markdown .hljs-emphasis,
|
|
.tp .hljs-units {
|
|
font-style: italic;
|
|
}
|
|
|
|
.nginx .hljs-built_in {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.coffeescript .javascript,
|
|
.javascript .xml,
|
|
.lasso .markup,
|
|
.tex .hljs-formula,
|
|
.xml .javascript,
|
|
.xml .vbscript,
|
|
.xml .css,
|
|
.xml .hljs-cdata {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
|
|
.jsoneditor .field,
|
|
.jsoneditor .value,
|
|
.jsoneditor .readonly {
|
|
border: 1px solid transparent;
|
|
min-height: 16px;
|
|
min-width: 32px;
|
|
padding: 2px;
|
|
margin: 1px;
|
|
word-wrap: break-word;
|
|
float: left;
|
|
}
|
|
|
|
/* adjust margin of p elements inside editable divs, needed for Opera, IE */
|
|
.jsoneditor .field p,
|
|
.jsoneditor .value p {
|
|
margin: 0;
|
|
}
|
|
|
|
.jsoneditor .value {
|
|
word-break: break-word;
|
|
}
|
|
|
|
.jsoneditor .readonly {
|
|
min-width: 16px;
|
|
color: gray;
|
|
}
|
|
|
|
.jsoneditor .empty {
|
|
border-color: lightgray;
|
|
border-style: dashed;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.jsoneditor .field.empty {
|
|
background-image: url('../img/jsoneditor-icons.png');
|
|
background-position: 0 -144px;
|
|
}
|
|
|
|
.jsoneditor .value.empty {
|
|
background-image: url('../img/jsoneditor-icons.png');
|
|
background-position: -48px -144px;
|
|
}
|
|
|
|
.jsoneditor .value.url {
|
|
color: green;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.jsoneditor a.value.url:hover,
|
|
.jsoneditor a.value.url:focus {
|
|
color: red;
|
|
}
|
|
|
|
.jsoneditor .separator {
|
|
padding: 3px 0;
|
|
vertical-align: top;
|
|
color: gray;
|
|
}
|
|
|
|
.jsoneditor .field[contenteditable=true]:focus,
|
|
.jsoneditor .field[contenteditable=true]:hover,
|
|
.jsoneditor .value[contenteditable=true]:focus,
|
|
.jsoneditor .value[contenteditable=true]:hover,
|
|
.jsoneditor .field.highlight,
|
|
.jsoneditor .value.highlight {
|
|
background-color: #FFFFAB;
|
|
border: 1px solid yellow;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.jsoneditor .field.highlight-active,
|
|
.jsoneditor .field.highlight-active:focus,
|
|
.jsoneditor .field.highlight-active:hover,
|
|
.jsoneditor .value.highlight-active,
|
|
.jsoneditor .value.highlight-active:focus,
|
|
.jsoneditor .value.highlight-active:hover {
|
|
background-color: #ffee00;
|
|
border: 1px solid #ffc700;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.jsoneditor div.tree button {
|
|
width: 24px;
|
|
height: 24px;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: none;
|
|
cursor: pointer;
|
|
background: transparent url('../img/jsoneditor-icons.png');
|
|
}
|
|
|
|
.jsoneditor div.tree button.collapsed {
|
|
background-position: 0 -48px;
|
|
}
|
|
|
|
.jsoneditor div.tree button.expanded {
|
|
background-position: 0 -72px;
|
|
}
|
|
|
|
.jsoneditor div.tree button.contextmenu {
|
|
background-position: -48px -72px;
|
|
}
|
|
|
|
.jsoneditor div.tree button.contextmenu:hover,
|
|
.jsoneditor div.tree button.contextmenu:focus,
|
|
.jsoneditor div.tree button.contextmenu.selected {
|
|
background-position: -48px -48px;
|
|
}
|
|
|
|
.jsoneditor div.tree *:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.jsoneditor div.tree button:focus {
|
|
/* TODO: nice outline for buttons with focus
|
|
outline: #97B0F8 solid 2px;
|
|
box-shadow: 0 0 8px #97B0F8;
|
|
*/
|
|
background-color: #f5f5f5;
|
|
outline: #e5e5e5 solid 1px;
|
|
}
|
|
|
|
.jsoneditor div.tree button.invisible {
|
|
visibility: hidden;
|
|
background: none;
|
|
}
|
|
|
|
.jsoneditor {
|
|
color: #1A1A1A;
|
|
border: 1px solid #97B0F8;
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: auto;
|
|
position: relative;
|
|
padding: 0;
|
|
line-height: 100%;
|
|
}
|
|
|
|
|
|
.jsoneditor div.tree table.tree {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
width: 100%;
|
|
margin: 0;
|
|
}
|
|
|
|
.jsoneditor div.outer {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: -35px 0 0 0;
|
|
padding: 35px 0 0 0;
|
|
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
overflow: hidden;
|
|
}
|
|
|
|
.jsoneditor div.tree {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
overflow: auto;
|
|
}
|
|
|
|
.jsoneditor textarea.text {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
border: none;
|
|
background-color: white;
|
|
resize: none;
|
|
}
|
|
|
|
.jsoneditor tr.highlight {
|
|
background-color: #FFFFAB;
|
|
}
|
|
|
|
.jsoneditor div.tree button.dragarea {
|
|
visibility: hidden;
|
|
background: url('../img/jsoneditor-icons.png') -72px -72px;
|
|
cursor: move;
|
|
}
|
|
|
|
.jsoneditor div.tree button.dragarea:hover,
|
|
.jsoneditor div.tree button.dragarea:focus {
|
|
background-position: -72px -48px;
|
|
}
|
|
|
|
.jsoneditor tr,
|
|
.jsoneditor th,
|
|
.jsoneditor td {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.jsoneditor td {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.jsoneditor td.tree {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.jsoneditor .field,
|
|
.jsoneditor .value,
|
|
.jsoneditor td,
|
|
.jsoneditor th,
|
|
.jsoneditor textarea {
|
|
font-family: droid sans mono, monospace, courier new, courier, sans-serif;
|
|
font-size: 10pt;
|
|
color: #1A1A1A;
|
|
}
|
|
|
|
|
|
/* ContextMenu - main menu */
|
|
|
|
.jsoneditor-contextmenu {
|
|
position: absolute;
|
|
z-index: 99999;
|
|
}
|
|
|
|
.jsoneditor-contextmenu ul {
|
|
position: relative;
|
|
left: 0;
|
|
top: 0;
|
|
width: 124px;
|
|
|
|
background: white;
|
|
border: 1px solid #d3d3d3;
|
|
box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
|
|
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.jsoneditor-contextmenu ul li button {
|
|
padding: 0;
|
|
margin: 0;
|
|
width: 124px;
|
|
height: 24px;
|
|
border: none;
|
|
cursor: pointer;
|
|
color: #4d4d4d;
|
|
background: transparent;
|
|
|
|
line-height: 26px;
|
|
text-align: left;
|
|
}
|
|
|
|
/* Fix button padding in firefox */
|
|
.jsoneditor-contextmenu ul li button::-moz-focus-inner {
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
|
|
.jsoneditor-contextmenu ul li button:hover,
|
|
.jsoneditor-contextmenu ul li button:focus {
|
|
color: #1a1a1a;
|
|
background-color: #f5f5f5;
|
|
outline: none;
|
|
}
|
|
|
|
.jsoneditor-contextmenu ul li button.default {
|
|
width: 92px;
|
|
}
|
|
|
|
.jsoneditor-contextmenu ul li button.expand {
|
|
float: right;
|
|
width: 32px;
|
|
height: 24px;
|
|
border-left: 1px solid #e5e5e5;
|
|
}
|
|
|
|
.jsoneditor-contextmenu div.icon {
|
|
float: left;
|
|
width: 24px;
|
|
height: 24px;
|
|
border: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
background-image: url('../img/jsoneditor-icons.png');
|
|
}
|
|
|
|
.jsoneditor-contextmenu ul li button div.expand {
|
|
float: right;
|
|
width: 24px;
|
|
height: 24px;
|
|
padding: 0;
|
|
margin: 0 4px 0 0;
|
|
background: url('../img/jsoneditor-icons.png') 0 -72px;
|
|
opacity: 0.4;
|
|
}
|
|
|
|
.jsoneditor-contextmenu ul li button:hover div.expand,
|
|
.jsoneditor-contextmenu ul li button:focus div.expand,
|
|
.jsoneditor-contextmenu ul li.selected div.expand,
|
|
.jsoneditor-contextmenu ul li button.expand:hover div.expand,
|
|
.jsoneditor-contextmenu ul li button.expand:focus div.expand {
|
|
opacity: 1;
|
|
}
|
|
|
|
.jsoneditor-contextmenu .separator {
|
|
height: 0;
|
|
border-top: 1px solid #e5e5e5;
|
|
padding-top: 5px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.jsoneditor-contextmenu button.remove > .icon {
|
|
background-position: -24px -24px;
|
|
}
|
|
.jsoneditor-contextmenu button.remove:hover > .icon,
|
|
.jsoneditor-contextmenu button.remove:focus > .icon {
|
|
background-position: -24px 0;
|
|
}
|
|
|
|
.jsoneditor-contextmenu button.append > .icon {
|
|
background-position: 0 -24px;
|
|
}
|
|
.jsoneditor-contextmenu button.append:hover > .icon,
|
|
.jsoneditor-contextmenu button.append:focus > .icon {
|
|
background-position: 0 0;
|
|
}
|
|
|
|
.jsoneditor-contextmenu button.insert > .icon {
|
|
background-position: 0 -24px;
|
|
}
|
|
.jsoneditor-contextmenu button.insert:hover > .icon,
|
|
.jsoneditor-contextmenu button.insert:focus > .icon {
|
|
background-position: 0 0;
|
|
}
|
|
|
|
.jsoneditor-contextmenu button.duplicate > .icon {
|
|
background-position: -48px -24px;
|
|
}
|
|
.jsoneditor-contextmenu button.duplicate:hover > .icon,
|
|
.jsoneditor-contextmenu button.duplicate:focus > .icon {
|
|
background-position: -48px 0;
|
|
}
|
|
|
|
.jsoneditor-contextmenu button.sort-asc > .icon {
|
|
background-position: -168px -24px;
|
|
}
|
|
.jsoneditor-contextmenu button.sort-asc:hover > .icon,
|
|
.jsoneditor-contextmenu button.sort-asc:focus > .icon {
|
|
background-position: -168px 0;
|
|
}
|
|
|
|
.jsoneditor-contextmenu button.sort-desc > .icon {
|
|
background-position: -192px -24px;
|
|
}
|
|
.jsoneditor-contextmenu button.sort-desc:hover > .icon,
|
|
.jsoneditor-contextmenu button.sort-desc:focus > .icon {
|
|
background-position: -192px 0;
|
|
}
|
|
|
|
/* ContextMenu - sub menu */
|
|
|
|
.jsoneditor-contextmenu ul li .selected {
|
|
background-color: #D4D6D8;
|
|
}
|
|
|
|
.jsoneditor-contextmenu ul li {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.jsoneditor-contextmenu ul li ul {
|
|
display: none;
|
|
position: relative;
|
|
left: -10px;
|
|
top: 0;
|
|
|
|
border: none;
|
|
box-shadow: inset 0 0 10px rgba(128, 128, 128, 0.5);
|
|
padding: 0 10px;
|
|
|
|
/* TODO: transition is not supported on IE8-9 */
|
|
-webkit-transition: all 0.3s ease-out;
|
|
-moz-transition: all 0.3s ease-out;
|
|
-o-transition: all 0.3s ease-out;
|
|
transition: all 0.3s ease-out;
|
|
}
|
|
|
|
.jsoneditor-contextmenu ul li.selected ul {
|
|
}
|
|
|
|
.jsoneditor-contextmenu ul li ul li button {
|
|
padding-left: 24px;
|
|
}
|
|
|
|
.jsoneditor-contextmenu ul li ul li button:hover,
|
|
.jsoneditor-contextmenu ul li ul li button:focus {
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
|
|
|
.jsoneditor-contextmenu button.type-string > .icon {
|
|
background-position: -144px -24px;
|
|
}
|
|
.jsoneditor-contextmenu button.type-string:hover > .icon,
|
|
.jsoneditor-contextmenu button.type-string:focus > .icon,
|
|
.jsoneditor-contextmenu button.type-string.selected > .icon{
|
|
background-position: -144px 0;
|
|
}
|
|
|
|
.jsoneditor-contextmenu button.type-auto > .icon {
|
|
background-position: -120px -24px;
|
|
}
|
|
.jsoneditor-contextmenu button.type-auto:hover > .icon,
|
|
.jsoneditor-contextmenu button.type-auto:focus > .icon,
|
|
.jsoneditor-contextmenu button.type-auto.selected > .icon {
|
|
background-position: -120px 0;
|
|
}
|
|
|
|
.jsoneditor-contextmenu button.type-object > .icon {
|
|
background-position: -72px -24px;
|
|
}
|
|
.jsoneditor-contextmenu button.type-object:hover > .icon,
|
|
.jsoneditor-contextmenu button.type-object:focus > .icon,
|
|
.jsoneditor-contextmenu button.type-object.selected > .icon{
|
|
background-position: -72px 0;
|
|
}
|
|
|
|
.jsoneditor-contextmenu button.type-array > .icon {
|
|
background-position: -96px -24px;
|
|
}
|
|
.jsoneditor-contextmenu button.type-array:hover > .icon,
|
|
.jsoneditor-contextmenu button.type-array:focus > .icon,
|
|
.jsoneditor-contextmenu button.type-array.selected > .icon{
|
|
background-position: -96px 0;
|
|
}
|
|
|
|
.jsoneditor-contextmenu button.type-modes > .icon {
|
|
background-image: none;
|
|
width: 6px;
|
|
}
|
|
|
|
|
|
.jsoneditor .menu {
|
|
width: 100%;
|
|
height: 35px;
|
|
padding: 2px;
|
|
margin: 0;
|
|
overflow: hidden;
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
color: #1A1A1A;
|
|
background-color: #D5DDF6;
|
|
border-bottom: 1px solid #97B0F8;
|
|
}
|
|
|
|
.jsoneditor .menu button {
|
|
width: 26px;
|
|
height: 26px;
|
|
margin: 2px;
|
|
padding: 0;
|
|
border-radius: 2px;
|
|
border: 1px solid black;
|
|
background: white url('../img/jsoneditor-icons.png');
|
|
color: #4D4D4D;
|
|
opacity: 0.8;
|
|
|
|
font-family: arial, sans-serif;
|
|
font-size: 10pt;
|
|
|
|
float: left;
|
|
}
|
|
|
|
.jsoneditor .menu button:hover {
|
|
background-color: #f0f2f5;
|
|
}
|
|
.jsoneditor .menu button:active {
|
|
background-color: #ffffff;
|
|
}
|
|
.jsoneditor .menu button:disabled {
|
|
background-color: white;
|
|
}
|
|
|
|
.jsoneditor .menu button.collapse-all {
|
|
background-position: 0 -96px;
|
|
}
|
|
.jsoneditor .menu button.expand-all {
|
|
background-position: 0 -120px;
|
|
}
|
|
.jsoneditor .menu button.undo {
|
|
background-position: -24px -96px;
|
|
}
|
|
.jsoneditor .menu button.undo:disabled {
|
|
background-position: -24px -120px;
|
|
}
|
|
.jsoneditor .menu button.redo {
|
|
background-position: -48px -96px;
|
|
}
|
|
.jsoneditor .menu button.redo:disabled {
|
|
background-position: -48px -120px;
|
|
}
|
|
.jsoneditor .menu button.compact {
|
|
background-position: -72px -96px;
|
|
}
|
|
.jsoneditor .menu button.format {
|
|
background-position: -72px -120px;
|
|
}
|
|
|
|
.jsoneditor .menu button.modes {
|
|
background-image: none;
|
|
width: auto;
|
|
padding-left: 6px;
|
|
padding-right: 6px;
|
|
}
|
|
|
|
.jsoneditor .menu button.separator {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.jsoneditor .menu a {
|
|
font-family: arial, sans-serif;
|
|
font-size: 10pt;
|
|
color: #97B0F8;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.jsoneditor .menu a:hover {
|
|
color: red;
|
|
}
|
|
|
|
.jsoneditor .menu a.poweredBy {
|
|
visibility: hidden;
|
|
font-size: 8pt;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
padding: 10px;
|
|
}
|
|
|
|
/* TODO: css for button:disabled is not supported by IE8 */
|
|
|
|
|
|
.jsoneditor .search input,
|
|
.jsoneditor .search .results {
|
|
font-family: arial, sans-serif;
|
|
font-size: 10pt;
|
|
color: #1A1A1A;
|
|
}
|
|
|
|
.jsoneditor .search {
|
|
position: absolute;
|
|
right: 2px;
|
|
top: 2px;
|
|
}
|
|
|
|
.jsoneditor .search .frame {
|
|
border: 1px solid #97B0F8;
|
|
background-color: white;
|
|
padding: 0 2px;
|
|
margin: 0;
|
|
}
|
|
|
|
.jsoneditor .search .frame table {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.jsoneditor .search input {
|
|
width: 120px;
|
|
border: none;
|
|
outline: none;
|
|
margin: 1px;
|
|
}
|
|
|
|
.jsoneditor .search .results {
|
|
color: #4d4d4d;
|
|
padding-right: 5px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.jsoneditor .search button {
|
|
width: 16px;
|
|
height: 24px;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: none;
|
|
background: url('../img/jsoneditor-icons.png');
|
|
vertical-align: top;
|
|
}
|
|
|
|
.jsoneditor .search button:hover {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.jsoneditor .search button.refresh {
|
|
width: 18px;
|
|
background-position: -99px -73px;
|
|
}
|
|
|
|
.jsoneditor .search button.next {
|
|
cursor: pointer;
|
|
background-position: -124px -73px;
|
|
}
|
|
.jsoneditor .search button.next:hover {
|
|
background-position: -124px -49px;
|
|
}
|
|
|
|
.jsoneditor .search button.previous {
|
|
cursor: pointer;
|
|
background-position: -148px -73px;
|
|
margin-right: 2px;
|
|
}
|
|
.jsoneditor .search button.previous:hover {
|
|
background-position: -148px -49px;
|
|
}
|
|
|
|
|
|
/*!
|
|
* Pure v0.6.0
|
|
* Copyright 2014 Yahoo! Inc. All rights reserved.
|
|
* Licensed under the BSD License.
|
|
* https://github.com/yahoo/pure/blob/master/LICENSE.md
|
|
* */
|
|
/*!
|
|
* normalize.css v^3.0 | MIT License | git.io/normalize
|
|
* Copyright (c) Nicolas Gallagher and Jonathan Neal
|
|
* */
|
|
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.hidden,[hidden]{display:none!important}.pure-img{max-width:100%;height:auto;display:block}/*!
|
|
Pure v0.6.0
|
|
Copyright 2014 Yahoo! Inc. All rights reserved.
|
|
Licensed under the BSD License.
|
|
https://github.com/yahoo/pure/blob/master/LICENSE.md
|
|
*/
|
|
.pure-g{letter-spacing:-.31em;*letter-spacing:normal;*word-spacing:-.43em;text-rendering:optimizespeed;font-family:FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;display:-webkit-flex;-webkit-flex-flow:row wrap;display:-ms-flexbox;-ms-flex-flow:row wrap;-ms-align-content:flex-start;-webkit-align-content:flex-start;align-content:flex-start}.opera-only :-o-prefocus,.pure-g{word-spacing:-.43em}.pure-u{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-g [class *="pure-u"]{font-family:sans-serif}.pure-u-1,.pure-u-1-1,.pure-u-1-2,.pure-u-1-3,.pure-u-2-3,.pure-u-1-4,.pure-u-3-4,.pure-u-1-5,.pure-u-2-5,.pure-u-3-5,.pure-u-4-5,.pure-u-5-5,.pure-u-1-6,.pure-u-5-6,.pure-u-1-8,.pure-u-3-8,.pure-u-5-8,.pure-u-7-8,.pure-u-1-12,.pure-u-5-12,.pure-u-7-12,.pure-u-11-12,.pure-u-1-24,.pure-u-2-24,.pure-u-3-24,.pure-u-4-24,.pure-u-5-24,.pure-u-6-24,.pure-u-7-24,.pure-u-8-24,.pure-u-9-24,.pure-u-10-24,.pure-u-11-24,.pure-u-12-24,.pure-u-13-24,.pure-u-14-24,.pure-u-15-24,.pure-u-16-24,.pure-u-17-24,.pure-u-18-24,.pure-u-19-24,.pure-u-20-24,.pure-u-21-24,.pure-u-22-24,.pure-u-23-24,.pure-u-24-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-1-24{width:4.1667%;*width:4.1357%}.pure-u-1-12,.pure-u-2-24{width:8.3333%;*width:8.3023%}.pure-u-1-8,.pure-u-3-24{width:12.5%;*width:12.469%}.pure-u-1-6,.pure-u-4-24{width:16.6667%;*width:16.6357%}.pure-u-1-5{width:20%;*width:19.969%}.pure-u-5-24{width:20.8333%;*width:20.8023%}.pure-u-1-4,.pure-u-6-24{width:25%;*width:24.969%}.pure-u-7-24{width:29.1667%;*width:29.1357%}.pure-u-1-3,.pure-u-8-24{width:33.3333%;*width:33.3023%}.pure-u-3-8,.pure-u-9-24{width:37.5%;*width:37.469%}.pure-u-2-5{width:40%;*width:39.969%}.pure-u-5-12,.pure-u-10-24{width:41.6667%;*width:41.6357%}.pure-u-11-24{width:45.8333%;*width:45.8023%}.pure-u-1-2,.pure-u-12-24{width:50%;*width:49.969%}.pure-u-13-24{width:54.1667%;*width:54.1357%}.pure-u-7-12,.pure-u-14-24{width:58.3333%;*width:58.3023%}.pure-u-3-5{width:60%;*width:59.969%}.pure-u-5-8,.pure-u-15-24{width:62.5%;*width:62.469%}.pure-u-2-3,.pure-u-16-24{width:66.6667%;*width:66.6357%}.pure-u-17-24{width:70.8333%;*width:70.8023%}.pure-u-3-4,.pure-u-18-24{width:75%;*width:74.969%}.pure-u-19-24{width:79.1667%;*width:79.1357%}.pure-u-4-5{width:80%;*width:79.969%}.pure-u-5-6,.pure-u-20-24{width:83.3333%;*width:83.3023%}.pure-u-7-8,.pure-u-21-24{width:87.5%;*width:87.469%}.pure-u-11-12,.pure-u-22-24{width:91.6667%;*width:91.6357%}.pure-u-23-24{width:95.8333%;*width:95.8023%}.pure-u-1,.pure-u-1-1,.pure-u-5-5,.pure-u-24-24{width:100%}/*!
|
|
Pure v0.6.0
|
|
Copyright 2014 Yahoo! Inc. All rights reserved.
|
|
Licensed under the BSD License.
|
|
https://github.com/yahoo/pure/blob/master/LICENSE.md
|
|
*/
|
|
@media screen and (min-width:35.5em){.pure-u-sm-1,.pure-u-sm-1-1,.pure-u-sm-1-2,.pure-u-sm-1-3,.pure-u-sm-2-3,.pure-u-sm-1-4,.pure-u-sm-3-4,.pure-u-sm-1-5,.pure-u-sm-2-5,.pure-u-sm-3-5,.pure-u-sm-4-5,.pure-u-sm-5-5,.pure-u-sm-1-6,.pure-u-sm-5-6,.pure-u-sm-1-8,.pure-u-sm-3-8,.pure-u-sm-5-8,.pure-u-sm-7-8,.pure-u-sm-1-12,.pure-u-sm-5-12,.pure-u-sm-7-12,.pure-u-sm-11-12,.pure-u-sm-1-24,.pure-u-sm-2-24,.pure-u-sm-3-24,.pure-u-sm-4-24,.pure-u-sm-5-24,.pure-u-sm-6-24,.pure-u-sm-7-24,.pure-u-sm-8-24,.pure-u-sm-9-24,.pure-u-sm-10-24,.pure-u-sm-11-24,.pure-u-sm-12-24,.pure-u-sm-13-24,.pure-u-sm-14-24,.pure-u-sm-15-24,.pure-u-sm-16-24,.pure-u-sm-17-24,.pure-u-sm-18-24,.pure-u-sm-19-24,.pure-u-sm-20-24,.pure-u-sm-21-24,.pure-u-sm-22-24,.pure-u-sm-23-24,.pure-u-sm-24-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-sm-1-24{width:4.1667%;*width:4.1357%}.pure-u-sm-1-12,.pure-u-sm-2-24{width:8.3333%;*width:8.3023%}.pure-u-sm-1-8,.pure-u-sm-3-24{width:12.5%;*width:12.469%}.pure-u-sm-1-6,.pure-u-sm-4-24{width:16.6667%;*width:16.6357%}.pure-u-sm-1-5{width:20%;*width:19.969%}.pure-u-sm-5-24{width:20.8333%;*width:20.8023%}.pure-u-sm-1-4,.pure-u-sm-6-24{width:25%;*width:24.969%}.pure-u-sm-7-24{width:29.1667%;*width:29.1357%}.pure-u-sm-1-3,.pure-u-sm-8-24{width:33.3333%;*width:33.3023%}.pure-u-sm-3-8,.pure-u-sm-9-24{width:37.5%;*width:37.469%}.pure-u-sm-2-5{width:40%;*width:39.969%}.pure-u-sm-5-12,.pure-u-sm-10-24{width:41.6667%;*width:41.6357%}.pure-u-sm-11-24{width:45.8333%;*width:45.8023%}.pure-u-sm-1-2,.pure-u-sm-12-24{width:50%;*width:49.969%}.pure-u-sm-13-24{width:54.1667%;*width:54.1357%}.pure-u-sm-7-12,.pure-u-sm-14-24{width:58.3333%;*width:58.3023%}.pure-u-sm-3-5{width:60%;*width:59.969%}.pure-u-sm-5-8,.pure-u-sm-15-24{width:62.5%;*width:62.469%}.pure-u-sm-2-3,.pure-u-sm-16-24{width:66.6667%;*width:66.6357%}.pure-u-sm-17-24{width:70.8333%;*width:70.8023%}.pure-u-sm-3-4,.pure-u-sm-18-24{width:75%;*width:74.969%}.pure-u-sm-19-24{width:79.1667%;*width:79.1357%}.pure-u-sm-4-5{width:80%;*width:79.969%}.pure-u-sm-5-6,.pure-u-sm-20-24{width:83.3333%;*width:83.3023%}.pure-u-sm-7-8,.pure-u-sm-21-24{width:87.5%;*width:87.469%}.pure-u-sm-11-12,.pure-u-sm-22-24{width:91.6667%;*width:91.6357%}.pure-u-sm-23-24{width:95.8333%;*width:95.8023%}.pure-u-sm-1,.pure-u-sm-1-1,.pure-u-sm-5-5,.pure-u-sm-24-24{width:100%}}@media screen and (min-width:48em){.pure-u-md-1,.pure-u-md-1-1,.pure-u-md-1-2,.pure-u-md-1-3,.pure-u-md-2-3,.pure-u-md-1-4,.pure-u-md-3-4,.pure-u-md-1-5,.pure-u-md-2-5,.pure-u-md-3-5,.pure-u-md-4-5,.pure-u-md-5-5,.pure-u-md-1-6,.pure-u-md-5-6,.pure-u-md-1-8,.pure-u-md-3-8,.pure-u-md-5-8,.pure-u-md-7-8,.pure-u-md-1-12,.pure-u-md-5-12,.pure-u-md-7-12,.pure-u-md-11-12,.pure-u-md-1-24,.pure-u-md-2-24,.pure-u-md-3-24,.pure-u-md-4-24,.pure-u-md-5-24,.pure-u-md-6-24,.pure-u-md-7-24,.pure-u-md-8-24,.pure-u-md-9-24,.pure-u-md-10-24,.pure-u-md-11-24,.pure-u-md-12-24,.pure-u-md-13-24,.pure-u-md-14-24,.pure-u-md-15-24,.pure-u-md-16-24,.pure-u-md-17-24,.pure-u-md-18-24,.pure-u-md-19-24,.pure-u-md-20-24,.pure-u-md-21-24,.pure-u-md-22-24,.pure-u-md-23-24,.pure-u-md-24-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-md-1-24{width:4.1667%;*width:4.1357%}.pure-u-md-1-12,.pure-u-md-2-24{width:8.3333%;*width:8.3023%}.pure-u-md-1-8,.pure-u-md-3-24{width:12.5%;*width:12.469%}.pure-u-md-1-6,.pure-u-md-4-24{width:16.6667%;*width:16.6357%}.pure-u-md-1-5{width:20%;*width:19.969%}.pure-u-md-5-24{width:20.8333%;*width:20.8023%}.pure-u-md-1-4,.pure-u-md-6-24{width:25%;*width:24.969%}.pure-u-md-7-24{width:29.1667%;*width:29.1357%}.pure-u-md-1-3,.pure-u-md-8-24{width:33.3333%;*width:33.3023%}.pure-u-md-3-8,.pure-u-md-9-24{width:37.5%;*width:37.469%}.pure-u-md-2-5{width:40%;*width:39.969%}.pure-u-md-5-12,.pure-u-md-10-24{width:41.6667%;*width:41.6357%}.pure-u-md-11-24{width:45.8333%;*width:45.8023%}.pure-u-md-1-2,.pure-u-md-12-24{width:50%;*width:49.969%}.pure-u-md-13-24{width:54.1667%;*width:54.1357%}.pure-u-md-7-12,.pure-u-md-14-24{width:58.3333%;*width:58.3023%}.pure-u-md-3-5{width:60%;*width:59.969%}.pure-u-md-5-8,.pure-u-md-15-24{width:62.5%;*width:62.469%}.pure-u-md-2-3,.pure-u-md-16-24{width:66.6667%;*width:66.6357%}.pure-u-md-17-24{width:70.8333%;*width:70.8023%}.pure-u-md-3-4,.pure-u-md-18-24{width:75%;*width:74.969%}.pure-u-md-19-24{width:79.1667%;*width:79.1357%}.pure-u-md-4-5{width:80%;*width:79.969%}.pure-u-md-5-6,.pure-u-md-20-24{width:83.3333%;*width:83.3023%}.pure-u-md-7-8,.pure-u-md-21-24{width:87.5%;*width:87.469%}.pure-u-md-11-12,.pure-u-md-22-24{width:91.6667%;*width:91.6357%}.pure-u-md-23-24{width:95.8333%;*width:95.8023%}.pure-u-md-1,.pure-u-md-1-1,.pure-u-md-5-5,.pure-u-md-24-24{width:100%}}@media screen and (min-width:64em){.pure-u-lg-1,.pure-u-lg-1-1,.pure-u-lg-1-2,.pure-u-lg-1-3,.pure-u-lg-2-3,.pure-u-lg-1-4,.pure-u-lg-3-4,.pure-u-lg-1-5,.pure-u-lg-2-5,.pure-u-lg-3-5,.pure-u-lg-4-5,.pure-u-lg-5-5,.pure-u-lg-1-6,.pure-u-lg-5-6,.pure-u-lg-1-8,.pure-u-lg-3-8,.pure-u-lg-5-8,.pure-u-lg-7-8,.pure-u-lg-1-12,.pure-u-lg-5-12,.pure-u-lg-7-12,.pure-u-lg-11-12,.pure-u-lg-1-24,.pure-u-lg-2-24,.pure-u-lg-3-24,.pure-u-lg-4-24,.pure-u-lg-5-24,.pure-u-lg-6-24,.pure-u-lg-7-24,.pure-u-lg-8-24,.pure-u-lg-9-24,.pure-u-lg-10-24,.pure-u-lg-11-24,.pure-u-lg-12-24,.pure-u-lg-13-24,.pure-u-lg-14-24,.pure-u-lg-15-24,.pure-u-lg-16-24,.pure-u-lg-17-24,.pure-u-lg-18-24,.pure-u-lg-19-24,.pure-u-lg-20-24,.pure-u-lg-21-24,.pure-u-lg-22-24,.pure-u-lg-23-24,.pure-u-lg-24-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-lg-1-24{width:4.1667%;*width:4.1357%}.pure-u-lg-1-12,.pure-u-lg-2-24{width:8.3333%;*width:8.3023%}.pure-u-lg-1-8,.pure-u-lg-3-24{width:12.5%;*width:12.469%}.pure-u-lg-1-6,.pure-u-lg-4-24{width:16.6667%;*width:16.6357%}.pure-u-lg-1-5{width:20%;*width:19.969%}.pure-u-lg-5-24{width:20.8333%;*width:20.8023%}.pure-u-lg-1-4,.pure-u-lg-6-24{width:25%;*width:24.969%}.pure-u-lg-7-24{width:29.1667%;*width:29.1357%}.pure-u-lg-1-3,.pure-u-lg-8-24{width:33.3333%;*width:33.3023%}.pure-u-lg-3-8,.pure-u-lg-9-24{width:37.5%;*width:37.469%}.pure-u-lg-2-5{width:40%;*width:39.969%}.pure-u-lg-5-12,.pure-u-lg-10-24{width:41.6667%;*width:41.6357%}.pure-u-lg-11-24{width:45.8333%;*width:45.8023%}.pure-u-lg-1-2,.pure-u-lg-12-24{width:50%;*width:49.969%}.pure-u-lg-13-24{width:54.1667%;*width:54.1357%}.pure-u-lg-7-12,.pure-u-lg-14-24{width:58.3333%;*width:58.3023%}.pure-u-lg-3-5{width:60%;*width:59.969%}.pure-u-lg-5-8,.pure-u-lg-15-24{width:62.5%;*width:62.469%}.pure-u-lg-2-3,.pure-u-lg-16-24{width:66.6667%;*width:66.6357%}.pure-u-lg-17-24{width:70.8333%;*width:70.8023%}.pure-u-lg-3-4,.pure-u-lg-18-24{width:75%;*width:74.969%}.pure-u-lg-19-24{width:79.1667%;*width:79.1357%}.pure-u-lg-4-5{width:80%;*width:79.969%}.pure-u-lg-5-6,.pure-u-lg-20-24{width:83.3333%;*width:83.3023%}.pure-u-lg-7-8,.pure-u-lg-21-24{width:87.5%;*width:87.469%}.pure-u-lg-11-12,.pure-u-lg-22-24{width:91.6667%;*width:91.6357%}.pure-u-lg-23-24{width:95.8333%;*width:95.8023%}.pure-u-lg-1,.pure-u-lg-1-1,.pure-u-lg-5-5,.pure-u-lg-24-24{width:100%}}@media screen and (min-width:80em){.pure-u-xl-1,.pure-u-xl-1-1,.pure-u-xl-1-2,.pure-u-xl-1-3,.pure-u-xl-2-3,.pure-u-xl-1-4,.pure-u-xl-3-4,.pure-u-xl-1-5,.pure-u-xl-2-5,.pure-u-xl-3-5,.pure-u-xl-4-5,.pure-u-xl-5-5,.pure-u-xl-1-6,.pure-u-xl-5-6,.pure-u-xl-1-8,.pure-u-xl-3-8,.pure-u-xl-5-8,.pure-u-xl-7-8,.pure-u-xl-1-12,.pure-u-xl-5-12,.pure-u-xl-7-12,.pure-u-xl-11-12,.pure-u-xl-1-24,.pure-u-xl-2-24,.pure-u-xl-3-24,.pure-u-xl-4-24,.pure-u-xl-5-24,.pure-u-xl-6-24,.pure-u-xl-7-24,.pure-u-xl-8-24,.pure-u-xl-9-24,.pure-u-xl-10-24,.pure-u-xl-11-24,.pure-u-xl-12-24,.pure-u-xl-13-24,.pure-u-xl-14-24,.pure-u-xl-15-24,.pure-u-xl-16-24,.pure-u-xl-17-24,.pure-u-xl-18-24,.pure-u-xl-19-24,.pure-u-xl-20-24,.pure-u-xl-21-24,.pure-u-xl-22-24,.pure-u-xl-23-24,.pure-u-xl-24-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-xl-1-24{width:4.1667%;*width:4.1357%}.pure-u-xl-1-12,.pure-u-xl-2-24{width:8.3333%;*width:8.3023%}.pure-u-xl-1-8,.pure-u-xl-3-24{width:12.5%;*width:12.469%}.pure-u-xl-1-6,.pure-u-xl-4-24{width:16.6667%;*width:16.6357%}.pure-u-xl-1-5{width:20%;*width:19.969%}.pure-u-xl-5-24{width:20.8333%;*width:20.8023%}.pure-u-xl-1-4,.pure-u-xl-6-24{width:25%;*width:24.969%}.pure-u-xl-7-24{width:29.1667%;*width:29.1357%}.pure-u-xl-1-3,.pure-u-xl-8-24{width:33.3333%;*width:33.3023%}.pure-u-xl-3-8,.pure-u-xl-9-24{width:37.5%;*width:37.469%}.pure-u-xl-2-5{width:40%;*width:39.969%}.pure-u-xl-5-12,.pure-u-xl-10-24{width:41.6667%;*width:41.6357%}.pure-u-xl-11-24{width:45.8333%;*width:45.8023%}.pure-u-xl-1-2,.pure-u-xl-12-24{width:50%;*width:49.969%}.pure-u-xl-13-24{width:54.1667%;*width:54.1357%}.pure-u-xl-7-12,.pure-u-xl-14-24{width:58.3333%;*width:58.3023%}.pure-u-xl-3-5{width:60%;*width:59.969%}.pure-u-xl-5-8,.pure-u-xl-15-24{width:62.5%;*width:62.469%}.pure-u-xl-2-3,.pure-u-xl-16-24{width:66.6667%;*width:66.6357%}.pure-u-xl-17-24{width:70.8333%;*width:70.8023%}.pure-u-xl-3-4,.pure-u-xl-18-24{width:75%;*width:74.969%}.pure-u-xl-19-24{width:79.1667%;*width:79.1357%}.pure-u-xl-4-5{width:80%;*width:79.969%}.pure-u-xl-5-6,.pure-u-xl-20-24{width:83.3333%;*width:83.3023%}.pure-u-xl-7-8,.pure-u-xl-21-24{width:87.5%;*width:87.469%}.pure-u-xl-11-12,.pure-u-xl-22-24{width:91.6667%;*width:91.6357%}.pure-u-xl-23-24{width:95.8333%;*width:95.8023%}.pure-u-xl-1,.pure-u-xl-1-1,.pure-u-xl-5-5,.pure-u-xl-24-24{width:100%}}
|
|
|
|
@font-face {
|
|
font-family: 'arangodb';
|
|
src: url('fonts/arangodb.eot');
|
|
}
|
|
@font-face {
|
|
font-family: 'arangodb';
|
|
src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'),
|
|
url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
[class^="icon_"], [class*=" icon_"] {
|
|
font-family: 'arangodb';
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
|
|
/* Better Font Rendering =========== */
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon_arangodb_youtube:before {
|
|
content: "\e600";
|
|
}
|
|
.icon_arangodb_wireless:before {
|
|
content: "\e601";
|
|
}
|
|
.icon_arangodb_windows3:before {
|
|
content: "\e602";
|
|
}
|
|
.icon_arangodb_windows2:before {
|
|
content: "\e603";
|
|
}
|
|
.icon_arangodb_windows:before {
|
|
content: "\e604";
|
|
}
|
|
.icon_arangodb_web:before {
|
|
content: "\e605";
|
|
}
|
|
.icon_arangodb_warning:before {
|
|
content: "\e606";
|
|
}
|
|
.icon_arangodb_vimeo:before {
|
|
content: "\e607";
|
|
}
|
|
.icon_arangodb_unpacked:before {
|
|
content: "\e608";
|
|
}
|
|
.icon_arangodb_unlocked:before {
|
|
content: "\e609";
|
|
}
|
|
.icon_arangodb_unhappy:before {
|
|
content: "\e60a";
|
|
}
|
|
.icon_arangodb_twitter:before {
|
|
content: "\e60b";
|
|
}
|
|
.icon_arangodb_trash:before {
|
|
content: "\e60c";
|
|
}
|
|
.icon_arangodb_star:before {
|
|
content: "\e60d";
|
|
}
|
|
.icon_arangodb_stapel2:before {
|
|
content: "\e60e";
|
|
}
|
|
.icon_arangodb_stapel:before {
|
|
content: "\e60f";
|
|
}
|
|
.icon_arangodb_snapshot:before {
|
|
content: "\e610";
|
|
}
|
|
.icon_arangodb_shield:before {
|
|
content: "\e611";
|
|
}
|
|
.icon_arangodb_settings2:before {
|
|
content: "\e612";
|
|
}
|
|
.icon_arangodb_settings1:before {
|
|
content: "\e613";
|
|
}
|
|
.icon_arangodb_search:before {
|
|
content: "\e614";
|
|
}
|
|
.icon_arangodb_roundplus:before {
|
|
content: "\e615";
|
|
}
|
|
.icon_arangodb_roundminus:before {
|
|
content: "\e616";
|
|
}
|
|
.icon_arangodb_removefolder:before {
|
|
content: "\e617";
|
|
}
|
|
.icon_arangodb_removedoc:before {
|
|
content: "\e618";
|
|
}
|
|
.icon_arangodb_removedatabase:before {
|
|
content: "\e619";
|
|
}
|
|
.icon_arangodb_power:before {
|
|
content: "\e61a";
|
|
}
|
|
.icon_arangodb_pillow:before {
|
|
content: "\e61b";
|
|
}
|
|
.icon_arangodb_performance:before {
|
|
content: "\e61c";
|
|
}
|
|
.icon_arangodb_pencil:before {
|
|
content: "\e61d";
|
|
}
|
|
.icon_arangodb_packed:before {
|
|
content: "\e61e";
|
|
}
|
|
.icon_arangodb_note:before {
|
|
content: "\e61f";
|
|
}
|
|
.icon_arangodb_mark:before {
|
|
content: "\e620";
|
|
}
|
|
.icon_arangodb_map:before {
|
|
content: "\e621";
|
|
}
|
|
.icon_arangodb_mail:before {
|
|
content: "\e622";
|
|
}
|
|
.icon_arangodb_locked:before {
|
|
content: "\e623";
|
|
}
|
|
.icon_arangodb_letter:before {
|
|
content: "\e624";
|
|
}
|
|
.icon_arangodb_lamp:before {
|
|
content: "\e625";
|
|
}
|
|
.icon_arangodb_info:before {
|
|
content: "\e626";
|
|
}
|
|
.icon_arangodb_infinite:before {
|
|
content: "\e627";
|
|
}
|
|
.icon_arangodb_import:before {
|
|
content: "\e628";
|
|
}
|
|
.icon_arangodb_heart:before {
|
|
content: "\e629";
|
|
}
|
|
.icon_arangodb_happ:before {
|
|
content: "\e62a";
|
|
}
|
|
.icon_arangodb_gps:before {
|
|
content: "\e62b";
|
|
}
|
|
.icon_arangodb_google:before {
|
|
content: "\e62c";
|
|
}
|
|
.icon_arangodb_folder:before {
|
|
content: "\e62d";
|
|
}
|
|
.icon_arangodb_flag:before {
|
|
content: "\e62e";
|
|
}
|
|
.icon_arangodb_filter:before {
|
|
content: "\e62f";
|
|
}
|
|
.icon_arangodb_favorite:before {
|
|
content: "\e630";
|
|
}
|
|
.icon_arangodb_facebook:before {
|
|
content: "\e631";
|
|
}
|
|
.icon_arangodb_export:before {
|
|
content: "\e632";
|
|
}
|
|
.icon_arangodb_euro:before {
|
|
content: "\e633";
|
|
}
|
|
.icon_arangodb_edit:before {
|
|
content: "\e634";
|
|
}
|
|
.icon_arangodb_edge5:before {
|
|
content: "\e635";
|
|
}
|
|
.icon_arangodb_edge4:before {
|
|
content: "\e636";
|
|
}
|
|
.icon_arangodb_edge3:before {
|
|
content: "\e637";
|
|
}
|
|
.icon_arangodb_edge2:before {
|
|
content: "\e638";
|
|
}
|
|
.icon_arangodb_edge1:before {
|
|
content: "\e639";
|
|
}
|
|
.icon_arangodb_dotted2:before {
|
|
content: "\e63a";
|
|
}
|
|
.icon_arangodb_dotted:before {
|
|
content: "\e63b";
|
|
}
|
|
.icon_arangodb_dollar:before {
|
|
content: "\e63c";
|
|
}
|
|
.icon_arangodb_document2:before {
|
|
content: "\e63d";
|
|
}
|
|
.icon_arangodb_docs:before {
|
|
content: "\e63e";
|
|
}
|
|
.icon_arangodb_doc:before {
|
|
content: "\e63f";
|
|
}
|
|
.icon_arangodb_database1:before {
|
|
content: "\e640";
|
|
}
|
|
.icon_arangodb_compass:before {
|
|
content: "\e641";
|
|
}
|
|
.icon_arangodb_checklist:before {
|
|
content: "\e642";
|
|
}
|
|
.icon_arangodb_checked:before {
|
|
content: "\e643";
|
|
}
|
|
.icon_arangodb_chart4:before {
|
|
content: "\e644";
|
|
}
|
|
.icon_arangodb_chart3:before {
|
|
content: "\e645";
|
|
}
|
|
.icon_arangodb_chart2:before {
|
|
content: "\e646";
|
|
}
|
|
.icon_arangodb_chart1:before {
|
|
content: "\e647";
|
|
}
|
|
.icon_arangodb_bubble3:before {
|
|
content: "\e648";
|
|
}
|
|
.icon_arangodb_bubble2:before {
|
|
content: "\e649";
|
|
}
|
|
.icon_arangodb_bubble1:before {
|
|
content: "\e64a";
|
|
}
|
|
.icon_arangodb_box3:before {
|
|
content: "\e64b";
|
|
}
|
|
.icon_arangodb_box2:before {
|
|
content: "\e64c";
|
|
}
|
|
.icon_arangodb_box1:before {
|
|
content: "\e64d";
|
|
}
|
|
.icon_arangodb_books:before {
|
|
content: "\e64e";
|
|
}
|
|
.icon_arangodb_bookmark:before {
|
|
content: "\e64f";
|
|
}
|
|
.icon_arangodb_attachment:before {
|
|
content: "\e650";
|
|
}
|
|
.icon_arangodb_arrowright:before {
|
|
content: "\e651";
|
|
}
|
|
.icon_arangodb_arrowleft:before {
|
|
content: "\e652";
|
|
}
|
|
.icon_arangodb_arrowenter:before {
|
|
content: "\e653";
|
|
}
|
|
.icon_arangodb_arrow10:before {
|
|
content: "\e654";
|
|
}
|
|
.icon_arangodb_arrow9:before {
|
|
content: "\e655";
|
|
}
|
|
.icon_arangodb_arrow8:before {
|
|
content: "\e656";
|
|
}
|
|
.icon_arangodb_arrow7:before {
|
|
content: "\e657";
|
|
}
|
|
.icon_arangodb_arrow6:before {
|
|
content: "\e658";
|
|
}
|
|
.icon_arangodb_arrow5:before {
|
|
content: "\e659";
|
|
}
|
|
.icon_arangodb_arrow4:before {
|
|
content: "\e65a";
|
|
}
|
|
.icon_arangodb_arrow3:before {
|
|
content: "\e65b";
|
|
}
|
|
.icon_arangodb_arrow2:before {
|
|
content: "\e65c";
|
|
}
|
|
.icon_arangodb_arrow1:before {
|
|
content: "\e65d";
|
|
}
|
|
.icon_arangodb_addfolder:before {
|
|
content: "\e65e";
|
|
}
|
|
.icon_arangodb_adddoc:before {
|
|
content: "\e65f";
|
|
}
|
|
.icon_arangodb_adddatabase:before {
|
|
content: "\e660";
|
|
}
|