12200 lines
261 KiB
CSS
12200 lines
261 KiB
CSS
/*!
|
|
* Bootstrap v2.3.1
|
|
*
|
|
* 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.
|
|
*/
|
|
/*@highdensity: ~"only screen and (-webkit-min-device-pixel-ratio: 1.5)",
|
|
~"only screen and (min--moz-device-pixel-ratio: 1.5)",
|
|
~"only screen and (-o-min-device-pixel-ratio: 3/2)",
|
|
~"only screen and (min-device-pixel-ratio: 1.5)";*/
|
|
/*only screen and ( -o-min-device-pixel-ratio: 2/1),*/
|
|
.clearfix,
|
|
.container,
|
|
.container-fluid,
|
|
.row,
|
|
.btn-toolbar,
|
|
.btn-group-vertical > .btn-group,
|
|
.modal-header,
|
|
.modal-footer {
|
|
*zoom: 1;
|
|
}
|
|
.clearfix:before,
|
|
.clearfix:after,
|
|
.container:before,
|
|
.container:after,
|
|
.container-fluid:before,
|
|
.container-fluid:after,
|
|
.row:before,
|
|
.row:after,
|
|
.btn-toolbar:before,
|
|
.btn-toolbar:after,
|
|
.btn-group-vertical > .btn-group:before,
|
|
.btn-group-vertical > .btn-group:after,
|
|
.modal-header:before,
|
|
.modal-header:after,
|
|
.modal-footer:before,
|
|
.modal-footer:after {
|
|
display: table;
|
|
content: "";
|
|
line-height: 0;
|
|
}
|
|
.clearfix:after,
|
|
.container:after,
|
|
.container-fluid:after,
|
|
.row:after,
|
|
.btn-toolbar:after,
|
|
.btn-group-vertical > .btn-group:after,
|
|
.modal-header:after,
|
|
.modal-footer: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;
|
|
}
|
|
:root {
|
|
--blue: #2196F3;
|
|
--indigo: #3F51B5;
|
|
--purple: #9C27B0;
|
|
--pink: #E91E63;
|
|
--red: #b71c1c;
|
|
--orange: #FF9800;
|
|
--yellow: #FFEB3B;
|
|
--green: #4CAF50;
|
|
--teal: #20c997;
|
|
--cyan: #17a2b8;
|
|
--white: #fff;
|
|
--gray: #555555;
|
|
--gray-dark: #333333;
|
|
--primary: #116894;
|
|
--secondary: #6c757d;
|
|
--success: #4d9221;
|
|
--info: #4bb1cf;
|
|
--warning: #f0ad4e;
|
|
--danger: #b71c1c;
|
|
--light: #F5F7FA;
|
|
--dark: #434A54;
|
|
--breakpoint-xs: 0;
|
|
--breakpoint-sm: 576px;
|
|
--breakpoint-md: 768px;
|
|
--breakpoint-lg: 992px;
|
|
--breakpoint-xl: 1200px;
|
|
--font-family-sans-serif: 'Source Sans 3', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
--font-family-monospace: Monaco, Menlo, Consolas, "Courier New", monospace;
|
|
}
|
|
article,
|
|
aside,
|
|
details,
|
|
figcaption,
|
|
figure,
|
|
footer,
|
|
header,
|
|
hgroup,
|
|
nav,
|
|
section {
|
|
display: block;
|
|
}
|
|
audio,
|
|
canvas,
|
|
video {
|
|
display: inline-block;
|
|
*display: inline;
|
|
*zoom: 1;
|
|
}
|
|
audio:not([controls]) {
|
|
display: none;
|
|
}
|
|
html {
|
|
font-size: 100%;
|
|
-webkit-text-size-adjust: 100%;
|
|
-ms-text-size-adjust: 100%;
|
|
}
|
|
a:focus {
|
|
outline: thin dotted #333;
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|
|
a:hover,
|
|
a:active {
|
|
outline: 0;
|
|
}
|
|
sub,
|
|
sup {
|
|
position: relative;
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
vertical-align: baseline;
|
|
}
|
|
sup {
|
|
top: -0.5em;
|
|
}
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
img {
|
|
/* Responsive images (ensure images don't scale beyond their parents) */
|
|
max-width: 100%;
|
|
/* Part 1: Set a maxium relative to the parent */
|
|
width: auto\9;
|
|
/* IE7-8 need help adjusting responsive images */
|
|
height: auto;
|
|
/* Part 2: Scale the height according to the width, otherwise you get stretching */
|
|
vertical-align: middle;
|
|
border: 0;
|
|
-ms-interpolation-mode: bicubic;
|
|
}
|
|
#map_canvas img,
|
|
.google-maps img {
|
|
max-width: none;
|
|
}
|
|
button,
|
|
input,
|
|
select,
|
|
textarea {
|
|
margin: 0;
|
|
font-size: 100%;
|
|
vertical-align: middle;
|
|
}
|
|
button,
|
|
input {
|
|
*overflow: visible;
|
|
line-height: normal;
|
|
}
|
|
button::-moz-focus-inner,
|
|
input::-moz-focus-inner {
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
button,
|
|
html input[type="button"],
|
|
input[type="reset"],
|
|
input[type="submit"] {
|
|
-webkit-appearance: button;
|
|
cursor: pointer;
|
|
}
|
|
label,
|
|
select,
|
|
button,
|
|
input[type="button"],
|
|
input[type="reset"],
|
|
input[type="submit"],
|
|
input[type="radio"],
|
|
input[type="checkbox"] {
|
|
cursor: pointer;
|
|
}
|
|
input[type="search"] {
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
-webkit-appearance: textfield;
|
|
}
|
|
input[type="search"]::-webkit-search-decoration,
|
|
input[type="search"]::-webkit-search-cancel-button {
|
|
-webkit-appearance: none;
|
|
}
|
|
textarea {
|
|
overflow: auto;
|
|
vertical-align: top;
|
|
}
|
|
@media print {
|
|
* {
|
|
text-shadow: none !important;
|
|
color: #000 !important;
|
|
background: transparent !important;
|
|
box-shadow: none !important;
|
|
}
|
|
a,
|
|
a:visited {
|
|
text-decoration: underline;
|
|
}
|
|
a[href]:after {
|
|
content: " (" attr(href) ")";
|
|
}
|
|
abbr[title]:after {
|
|
content: " (" attr(title) ")";
|
|
}
|
|
.ir a:after,
|
|
a[href^="javascript:"]:after,
|
|
a[href^="#"]:after {
|
|
content: "";
|
|
}
|
|
pre,
|
|
blockquote {
|
|
border: 1px solid #999;
|
|
page-break-inside: avoid;
|
|
}
|
|
thead {
|
|
display: table-header-group;
|
|
}
|
|
tr,
|
|
img {
|
|
page-break-inside: avoid;
|
|
}
|
|
img {
|
|
max-width: 100% !important;
|
|
}
|
|
@page {
|
|
margin: 0.5cm;
|
|
}
|
|
p,
|
|
h2,
|
|
h3 {
|
|
orphans: 3;
|
|
widows: 3;
|
|
}
|
|
h2,
|
|
h3 {
|
|
page-break-after: avoid;
|
|
}
|
|
}
|
|
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
|
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: bold;
|
|
}
|
|
dfn {
|
|
font-style: italic;
|
|
}
|
|
h1 {
|
|
font-size: 2em;
|
|
margin: 0.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: -0.5em;
|
|
}
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
img {
|
|
border: 0;
|
|
}
|
|
svg:not(:root) {
|
|
overflow: hidden;
|
|
}
|
|
figure {
|
|
margin: 1em 40px;
|
|
}
|
|
hr {
|
|
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;
|
|
box-sizing: content-box;
|
|
}
|
|
input[type="search"]::-webkit-search-cancel-button,
|
|
input[type="search"]::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
fieldset {
|
|
border: 1px solid #c0c0c0;
|
|
margin: 0 2px;
|
|
padding: 0.35em 0.625em 0.75em;
|
|
}
|
|
legend {
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
textarea {
|
|
overflow: auto;
|
|
}
|
|
optgroup {
|
|
font-weight: bold;
|
|
}
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
td,
|
|
th {
|
|
padding: 0;
|
|
}
|
|
*,
|
|
*:before,
|
|
*:after {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
html {
|
|
font-size: 62.5%;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
}
|
|
body {
|
|
margin: 0;
|
|
padding-top: 55px;
|
|
padding-bottom: 55px;
|
|
font-family: 'Source Sans 3', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
color: #333333;
|
|
background: radial-gradient(farthest-side ellipse at 10% 0, #f3f3f3 20%, #fefefe);
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
font-weight: 400;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 144dpi), only screen and ( min-resolution: 2dppx) {
|
|
body {
|
|
/*background:url('/images/subtle_grunge_x2.png') repeat;
|
|
background-size: 310px 310px;*/
|
|
}
|
|
}
|
|
a {
|
|
color: #116894;
|
|
text-decoration: none;
|
|
}
|
|
a:hover,
|
|
a:focus {
|
|
color: #09384f;
|
|
text-decoration: underline;
|
|
}
|
|
.img-rounded {
|
|
-webkit-border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
border-radius: 6px;
|
|
}
|
|
.img-polaroid {
|
|
padding: 4px;
|
|
background-color: #fff;
|
|
border: 1px solid #ccc;
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
-webkit-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;
|
|
}
|
|
.container {
|
|
*zoom: 1;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
.container:before,
|
|
.container:after {
|
|
display: table;
|
|
content: "";
|
|
line-height: 0;
|
|
}
|
|
.container:after {
|
|
clear: both;
|
|
}
|
|
.container:before,
|
|
.container:after {
|
|
content: " ";
|
|
/* 1 */
|
|
display: table;
|
|
/* 2 */
|
|
}
|
|
.container:after {
|
|
clear: both;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.container {
|
|
width: 740px;
|
|
}
|
|
}
|
|
@media (min-width: 952px) {
|
|
.container {
|
|
width: 960px;
|
|
max-width: 960px;
|
|
}
|
|
}
|
|
@media (min-width: 1246px) {
|
|
.container {
|
|
width: 1259px;
|
|
max-width: 1259px;
|
|
}
|
|
}
|
|
@media (min-width: 1875px) {
|
|
.container {
|
|
width: 1890px;
|
|
max-width: 1890px;
|
|
}
|
|
}
|
|
.container-fluid {
|
|
*zoom: 1;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
.container-fluid:before,
|
|
.container-fluid:after {
|
|
display: table;
|
|
content: "";
|
|
line-height: 0;
|
|
}
|
|
.container-fluid:after {
|
|
clear: both;
|
|
}
|
|
.container-fluid:before,
|
|
.container-fluid:after {
|
|
content: " ";
|
|
/* 1 */
|
|
display: table;
|
|
/* 2 */
|
|
}
|
|
.container-fluid:after {
|
|
clear: both;
|
|
}
|
|
.row {
|
|
*zoom: 1;
|
|
margin-left: -10px;
|
|
margin-right: -10px;
|
|
}
|
|
.row:before,
|
|
.row:after {
|
|
display: table;
|
|
content: "";
|
|
line-height: 0;
|
|
}
|
|
.row:after {
|
|
clear: both;
|
|
}
|
|
.row:before,
|
|
.row:after {
|
|
content: " ";
|
|
/* 1 */
|
|
display: table;
|
|
/* 2 */
|
|
}
|
|
.row:after {
|
|
clear: both;
|
|
}
|
|
.col-xs-1,
|
|
.col-sm-1,
|
|
.col-md-1,
|
|
.col-lg-1,
|
|
.col-xl-1,
|
|
.col-xs-2,
|
|
.col-sm-2,
|
|
.col-md-2,
|
|
.col-lg-2,
|
|
.col-xl-2,
|
|
.col-xs-3,
|
|
.col-sm-3,
|
|
.col-md-3,
|
|
.col-lg-3,
|
|
.col-xl-3,
|
|
.col-xs-4,
|
|
.col-sm-4,
|
|
.col-md-4,
|
|
.col-lg-4,
|
|
.col-xl-4,
|
|
.col-xs-5,
|
|
.col-sm-5,
|
|
.col-md-5,
|
|
.col-lg-5,
|
|
.col-xl-5,
|
|
.col-xs-6,
|
|
.col-sm-6,
|
|
.col-md-6,
|
|
.col-lg-6,
|
|
.col-xl-6,
|
|
.col-xs-7,
|
|
.col-sm-7,
|
|
.col-md-7,
|
|
.col-lg-7,
|
|
.col-xl-7,
|
|
.col-xs-8,
|
|
.col-sm-8,
|
|
.col-md-8,
|
|
.col-lg-8,
|
|
.col-xl-8,
|
|
.col-xs-9,
|
|
.col-sm-9,
|
|
.col-md-9,
|
|
.col-lg-9,
|
|
.col-xl-9,
|
|
.col-xs-10,
|
|
.col-sm-10,
|
|
.col-md-10,
|
|
.col-lg-10,
|
|
.col-xl-10,
|
|
.col-xs-11,
|
|
.col-sm-11,
|
|
.col-md-11,
|
|
.col-lg-11,
|
|
.col-xl-11,
|
|
.col-xs-12,
|
|
.col-sm-12,
|
|
.col-md-12,
|
|
.col-lg-12,
|
|
.col-xl-12 {
|
|
position: relative;
|
|
min-height: 1px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
.col-xs-1,
|
|
.col-xs-2,
|
|
.col-xs-3,
|
|
.col-xs-4,
|
|
.col-xs-5,
|
|
.col-xs-6,
|
|
.col-xs-7,
|
|
.col-xs-8,
|
|
.col-xs-9,
|
|
.col-xs-10,
|
|
.col-xs-11,
|
|
.col-xs-12 {
|
|
float: left;
|
|
}
|
|
.col-xs-12 {
|
|
width: 100%;
|
|
}
|
|
.col-xs-11 {
|
|
width: 91.66666667%;
|
|
}
|
|
.col-xs-10 {
|
|
width: 83.33333333%;
|
|
}
|
|
.col-xs-9 {
|
|
width: 75%;
|
|
}
|
|
.col-xs-8 {
|
|
width: 66.66666667%;
|
|
}
|
|
.col-xs-7 {
|
|
width: 58.33333333%;
|
|
}
|
|
.col-xs-6 {
|
|
width: 50%;
|
|
}
|
|
.col-xs-5 {
|
|
width: 41.66666667%;
|
|
}
|
|
.col-xs-4 {
|
|
width: 33.33333333%;
|
|
}
|
|
.col-xs-3 {
|
|
width: 25%;
|
|
}
|
|
.col-xs-2 {
|
|
width: 16.66666667%;
|
|
}
|
|
.col-xs-1 {
|
|
width: 8.33333333%;
|
|
}
|
|
.col-xs-pull-12 {
|
|
right: 100%;
|
|
}
|
|
.col-xs-pull-11 {
|
|
right: 91.66666667%;
|
|
}
|
|
.col-xs-pull-10 {
|
|
right: 83.33333333%;
|
|
}
|
|
.col-xs-pull-9 {
|
|
right: 75%;
|
|
}
|
|
.col-xs-pull-8 {
|
|
right: 66.66666667%;
|
|
}
|
|
.col-xs-pull-7 {
|
|
right: 58.33333333%;
|
|
}
|
|
.col-xs-pull-6 {
|
|
right: 50%;
|
|
}
|
|
.col-xs-pull-5 {
|
|
right: 41.66666667%;
|
|
}
|
|
.col-xs-pull-4 {
|
|
right: 33.33333333%;
|
|
}
|
|
.col-xs-pull-3 {
|
|
right: 25%;
|
|
}
|
|
.col-xs-pull-2 {
|
|
right: 16.66666667%;
|
|
}
|
|
.col-xs-pull-1 {
|
|
right: 8.33333333%;
|
|
}
|
|
.col-xs-pull-0 {
|
|
right: auto;
|
|
}
|
|
.col-xs-push-12 {
|
|
left: 100%;
|
|
}
|
|
.col-xs-push-11 {
|
|
left: 91.66666667%;
|
|
}
|
|
.col-xs-push-10 {
|
|
left: 83.33333333%;
|
|
}
|
|
.col-xs-push-9 {
|
|
left: 75%;
|
|
}
|
|
.col-xs-push-8 {
|
|
left: 66.66666667%;
|
|
}
|
|
.col-xs-push-7 {
|
|
left: 58.33333333%;
|
|
}
|
|
.col-xs-push-6 {
|
|
left: 50%;
|
|
}
|
|
.col-xs-push-5 {
|
|
left: 41.66666667%;
|
|
}
|
|
.col-xs-push-4 {
|
|
left: 33.33333333%;
|
|
}
|
|
.col-xs-push-3 {
|
|
left: 25%;
|
|
}
|
|
.col-xs-push-2 {
|
|
left: 16.66666667%;
|
|
}
|
|
.col-xs-push-1 {
|
|
left: 8.33333333%;
|
|
}
|
|
.col-xs-push-0 {
|
|
left: auto;
|
|
}
|
|
.col-xs-offset-12 {
|
|
margin-left: 100%;
|
|
}
|
|
.col-xs-offset-11 {
|
|
margin-left: 91.66666667%;
|
|
}
|
|
.col-xs-offset-10 {
|
|
margin-left: 83.33333333%;
|
|
}
|
|
.col-xs-offset-9 {
|
|
margin-left: 75%;
|
|
}
|
|
.col-xs-offset-8 {
|
|
margin-left: 66.66666667%;
|
|
}
|
|
.col-xs-offset-7 {
|
|
margin-left: 58.33333333%;
|
|
}
|
|
.col-xs-offset-6 {
|
|
margin-left: 50%;
|
|
}
|
|
.col-xs-offset-5 {
|
|
margin-left: 41.66666667%;
|
|
}
|
|
.col-xs-offset-4 {
|
|
margin-left: 33.33333333%;
|
|
}
|
|
.col-xs-offset-3 {
|
|
margin-left: 25%;
|
|
}
|
|
.col-xs-offset-2 {
|
|
margin-left: 16.66666667%;
|
|
}
|
|
.col-xs-offset-1 {
|
|
margin-left: 8.33333333%;
|
|
}
|
|
.col-xs-offset-0 {
|
|
margin-left: 0%;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.col-sm-1,
|
|
.col-sm-2,
|
|
.col-sm-3,
|
|
.col-sm-4,
|
|
.col-sm-5,
|
|
.col-sm-6,
|
|
.col-sm-7,
|
|
.col-sm-8,
|
|
.col-sm-9,
|
|
.col-sm-10,
|
|
.col-sm-11,
|
|
.col-sm-12 {
|
|
float: left;
|
|
}
|
|
.col-sm-12 {
|
|
width: 100%;
|
|
}
|
|
.col-sm-11 {
|
|
width: 91.66666667%;
|
|
}
|
|
.col-sm-10 {
|
|
width: 83.33333333%;
|
|
}
|
|
.col-sm-9 {
|
|
width: 75%;
|
|
}
|
|
.col-sm-8 {
|
|
width: 66.66666667%;
|
|
}
|
|
.col-sm-7 {
|
|
width: 58.33333333%;
|
|
}
|
|
.col-sm-6 {
|
|
width: 50%;
|
|
}
|
|
.col-sm-5 {
|
|
width: 41.66666667%;
|
|
}
|
|
.col-sm-4 {
|
|
width: 33.33333333%;
|
|
}
|
|
.col-sm-3 {
|
|
width: 25%;
|
|
}
|
|
.col-sm-2 {
|
|
width: 16.66666667%;
|
|
}
|
|
.col-sm-1 {
|
|
width: 8.33333333%;
|
|
}
|
|
.col-sm-pull-12 {
|
|
right: 100%;
|
|
}
|
|
.col-sm-pull-11 {
|
|
right: 91.66666667%;
|
|
}
|
|
.col-sm-pull-10 {
|
|
right: 83.33333333%;
|
|
}
|
|
.col-sm-pull-9 {
|
|
right: 75%;
|
|
}
|
|
.col-sm-pull-8 {
|
|
right: 66.66666667%;
|
|
}
|
|
.col-sm-pull-7 {
|
|
right: 58.33333333%;
|
|
}
|
|
.col-sm-pull-6 {
|
|
right: 50%;
|
|
}
|
|
.col-sm-pull-5 {
|
|
right: 41.66666667%;
|
|
}
|
|
.col-sm-pull-4 {
|
|
right: 33.33333333%;
|
|
}
|
|
.col-sm-pull-3 {
|
|
right: 25%;
|
|
}
|
|
.col-sm-pull-2 {
|
|
right: 16.66666667%;
|
|
}
|
|
.col-sm-pull-1 {
|
|
right: 8.33333333%;
|
|
}
|
|
.col-sm-pull-0 {
|
|
right: auto;
|
|
}
|
|
.col-sm-push-12 {
|
|
left: 100%;
|
|
}
|
|
.col-sm-push-11 {
|
|
left: 91.66666667%;
|
|
}
|
|
.col-sm-push-10 {
|
|
left: 83.33333333%;
|
|
}
|
|
.col-sm-push-9 {
|
|
left: 75%;
|
|
}
|
|
.col-sm-push-8 {
|
|
left: 66.66666667%;
|
|
}
|
|
.col-sm-push-7 {
|
|
left: 58.33333333%;
|
|
}
|
|
.col-sm-push-6 {
|
|
left: 50%;
|
|
}
|
|
.col-sm-push-5 {
|
|
left: 41.66666667%;
|
|
}
|
|
.col-sm-push-4 {
|
|
left: 33.33333333%;
|
|
}
|
|
.col-sm-push-3 {
|
|
left: 25%;
|
|
}
|
|
.col-sm-push-2 {
|
|
left: 16.66666667%;
|
|
}
|
|
.col-sm-push-1 {
|
|
left: 8.33333333%;
|
|
}
|
|
.col-sm-push-0 {
|
|
left: auto;
|
|
}
|
|
.col-sm-offset-12 {
|
|
margin-left: 100%;
|
|
}
|
|
.col-sm-offset-11 {
|
|
margin-left: 91.66666667%;
|
|
}
|
|
.col-sm-offset-10 {
|
|
margin-left: 83.33333333%;
|
|
}
|
|
.col-sm-offset-9 {
|
|
margin-left: 75%;
|
|
}
|
|
.col-sm-offset-8 {
|
|
margin-left: 66.66666667%;
|
|
}
|
|
.col-sm-offset-7 {
|
|
margin-left: 58.33333333%;
|
|
}
|
|
.col-sm-offset-6 {
|
|
margin-left: 50%;
|
|
}
|
|
.col-sm-offset-5 {
|
|
margin-left: 41.66666667%;
|
|
}
|
|
.col-sm-offset-4 {
|
|
margin-left: 33.33333333%;
|
|
}
|
|
.col-sm-offset-3 {
|
|
margin-left: 25%;
|
|
}
|
|
.col-sm-offset-2 {
|
|
margin-left: 16.66666667%;
|
|
}
|
|
.col-sm-offset-1 {
|
|
margin-left: 8.33333333%;
|
|
}
|
|
.col-sm-offset-0 {
|
|
margin-left: 0%;
|
|
}
|
|
}
|
|
@media (min-width: 952px) {
|
|
.col-md-1,
|
|
.col-md-2,
|
|
.col-md-3,
|
|
.col-md-4,
|
|
.col-md-5,
|
|
.col-md-6,
|
|
.col-md-7,
|
|
.col-md-8,
|
|
.col-md-9,
|
|
.col-md-10,
|
|
.col-md-11,
|
|
.col-md-12 {
|
|
float: left;
|
|
}
|
|
.col-md-12 {
|
|
width: 100%;
|
|
}
|
|
.col-md-11 {
|
|
width: 91.66666667%;
|
|
}
|
|
.col-md-10 {
|
|
width: 83.33333333%;
|
|
}
|
|
.col-md-9 {
|
|
width: 75%;
|
|
}
|
|
.col-md-8 {
|
|
width: 66.66666667%;
|
|
}
|
|
.col-md-7 {
|
|
width: 58.33333333%;
|
|
}
|
|
.col-md-6 {
|
|
width: 50%;
|
|
}
|
|
.col-md-5 {
|
|
width: 41.66666667%;
|
|
}
|
|
.col-md-4 {
|
|
width: 33.33333333%;
|
|
}
|
|
.col-md-3 {
|
|
width: 25%;
|
|
}
|
|
.col-md-2 {
|
|
width: 16.66666667%;
|
|
}
|
|
.col-md-1 {
|
|
width: 8.33333333%;
|
|
}
|
|
.col-md-pull-12 {
|
|
right: 100%;
|
|
}
|
|
.col-md-pull-11 {
|
|
right: 91.66666667%;
|
|
}
|
|
.col-md-pull-10 {
|
|
right: 83.33333333%;
|
|
}
|
|
.col-md-pull-9 {
|
|
right: 75%;
|
|
}
|
|
.col-md-pull-8 {
|
|
right: 66.66666667%;
|
|
}
|
|
.col-md-pull-7 {
|
|
right: 58.33333333%;
|
|
}
|
|
.col-md-pull-6 {
|
|
right: 50%;
|
|
}
|
|
.col-md-pull-5 {
|
|
right: 41.66666667%;
|
|
}
|
|
.col-md-pull-4 {
|
|
right: 33.33333333%;
|
|
}
|
|
.col-md-pull-3 {
|
|
right: 25%;
|
|
}
|
|
.col-md-pull-2 {
|
|
right: 16.66666667%;
|
|
}
|
|
.col-md-pull-1 {
|
|
right: 8.33333333%;
|
|
}
|
|
.col-md-pull-0 {
|
|
right: auto;
|
|
}
|
|
.col-md-push-12 {
|
|
left: 100%;
|
|
}
|
|
.col-md-push-11 {
|
|
left: 91.66666667%;
|
|
}
|
|
.col-md-push-10 {
|
|
left: 83.33333333%;
|
|
}
|
|
.col-md-push-9 {
|
|
left: 75%;
|
|
}
|
|
.col-md-push-8 {
|
|
left: 66.66666667%;
|
|
}
|
|
.col-md-push-7 {
|
|
left: 58.33333333%;
|
|
}
|
|
.col-md-push-6 {
|
|
left: 50%;
|
|
}
|
|
.col-md-push-5 {
|
|
left: 41.66666667%;
|
|
}
|
|
.col-md-push-4 {
|
|
left: 33.33333333%;
|
|
}
|
|
.col-md-push-3 {
|
|
left: 25%;
|
|
}
|
|
.col-md-push-2 {
|
|
left: 16.66666667%;
|
|
}
|
|
.col-md-push-1 {
|
|
left: 8.33333333%;
|
|
}
|
|
.col-md-push-0 {
|
|
left: auto;
|
|
}
|
|
.col-md-offset-12 {
|
|
margin-left: 100%;
|
|
}
|
|
.col-md-offset-11 {
|
|
margin-left: 91.66666667%;
|
|
}
|
|
.col-md-offset-10 {
|
|
margin-left: 83.33333333%;
|
|
}
|
|
.col-md-offset-9 {
|
|
margin-left: 75%;
|
|
}
|
|
.col-md-offset-8 {
|
|
margin-left: 66.66666667%;
|
|
}
|
|
.col-md-offset-7 {
|
|
margin-left: 58.33333333%;
|
|
}
|
|
.col-md-offset-6 {
|
|
margin-left: 50%;
|
|
}
|
|
.col-md-offset-5 {
|
|
margin-left: 41.66666667%;
|
|
}
|
|
.col-md-offset-4 {
|
|
margin-left: 33.33333333%;
|
|
}
|
|
.col-md-offset-3 {
|
|
margin-left: 25%;
|
|
}
|
|
.col-md-offset-2 {
|
|
margin-left: 16.66666667%;
|
|
}
|
|
.col-md-offset-1 {
|
|
margin-left: 8.33333333%;
|
|
}
|
|
.col-md-offset-0 {
|
|
margin-left: 0%;
|
|
}
|
|
}
|
|
@media (min-width: 1246px) {
|
|
.col-lg-1,
|
|
.col-lg-2,
|
|
.col-lg-3,
|
|
.col-lg-4,
|
|
.col-lg-5,
|
|
.col-lg-6,
|
|
.col-lg-7,
|
|
.col-lg-8,
|
|
.col-lg-9,
|
|
.col-lg-10,
|
|
.col-lg-11,
|
|
.col-lg-12 {
|
|
float: left;
|
|
}
|
|
.col-lg-12 {
|
|
width: 100%;
|
|
}
|
|
.col-lg-11 {
|
|
width: 91.66666667%;
|
|
}
|
|
.col-lg-10 {
|
|
width: 83.33333333%;
|
|
}
|
|
.col-lg-9 {
|
|
width: 75%;
|
|
}
|
|
.col-lg-8 {
|
|
width: 66.66666667%;
|
|
}
|
|
.col-lg-7 {
|
|
width: 58.33333333%;
|
|
}
|
|
.col-lg-6 {
|
|
width: 50%;
|
|
}
|
|
.col-lg-5 {
|
|
width: 41.66666667%;
|
|
}
|
|
.col-lg-4 {
|
|
width: 33.33333333%;
|
|
}
|
|
.col-lg-3 {
|
|
width: 25%;
|
|
}
|
|
.col-lg-2 {
|
|
width: 16.66666667%;
|
|
}
|
|
.col-lg-1 {
|
|
width: 8.33333333%;
|
|
}
|
|
.col-lg-pull-12 {
|
|
right: 100%;
|
|
}
|
|
.col-lg-pull-11 {
|
|
right: 91.66666667%;
|
|
}
|
|
.col-lg-pull-10 {
|
|
right: 83.33333333%;
|
|
}
|
|
.col-lg-pull-9 {
|
|
right: 75%;
|
|
}
|
|
.col-lg-pull-8 {
|
|
right: 66.66666667%;
|
|
}
|
|
.col-lg-pull-7 {
|
|
right: 58.33333333%;
|
|
}
|
|
.col-lg-pull-6 {
|
|
right: 50%;
|
|
}
|
|
.col-lg-pull-5 {
|
|
right: 41.66666667%;
|
|
}
|
|
.col-lg-pull-4 {
|
|
right: 33.33333333%;
|
|
}
|
|
.col-lg-pull-3 {
|
|
right: 25%;
|
|
}
|
|
.col-lg-pull-2 {
|
|
right: 16.66666667%;
|
|
}
|
|
.col-lg-pull-1 {
|
|
right: 8.33333333%;
|
|
}
|
|
.col-lg-pull-0 {
|
|
right: auto;
|
|
}
|
|
.col-lg-push-12 {
|
|
left: 100%;
|
|
}
|
|
.col-lg-push-11 {
|
|
left: 91.66666667%;
|
|
}
|
|
.col-lg-push-10 {
|
|
left: 83.33333333%;
|
|
}
|
|
.col-lg-push-9 {
|
|
left: 75%;
|
|
}
|
|
.col-lg-push-8 {
|
|
left: 66.66666667%;
|
|
}
|
|
.col-lg-push-7 {
|
|
left: 58.33333333%;
|
|
}
|
|
.col-lg-push-6 {
|
|
left: 50%;
|
|
}
|
|
.col-lg-push-5 {
|
|
left: 41.66666667%;
|
|
}
|
|
.col-lg-push-4 {
|
|
left: 33.33333333%;
|
|
}
|
|
.col-lg-push-3 {
|
|
left: 25%;
|
|
}
|
|
.col-lg-push-2 {
|
|
left: 16.66666667%;
|
|
}
|
|
.col-lg-push-1 {
|
|
left: 8.33333333%;
|
|
}
|
|
.col-lg-push-0 {
|
|
left: auto;
|
|
}
|
|
.col-lg-offset-12 {
|
|
margin-left: 100%;
|
|
}
|
|
.col-lg-offset-11 {
|
|
margin-left: 91.66666667%;
|
|
}
|
|
.col-lg-offset-10 {
|
|
margin-left: 83.33333333%;
|
|
}
|
|
.col-lg-offset-9 {
|
|
margin-left: 75%;
|
|
}
|
|
.col-lg-offset-8 {
|
|
margin-left: 66.66666667%;
|
|
}
|
|
.col-lg-offset-7 {
|
|
margin-left: 58.33333333%;
|
|
}
|
|
.col-lg-offset-6 {
|
|
margin-left: 50%;
|
|
}
|
|
.col-lg-offset-5 {
|
|
margin-left: 41.66666667%;
|
|
}
|
|
.col-lg-offset-4 {
|
|
margin-left: 33.33333333%;
|
|
}
|
|
.col-lg-offset-3 {
|
|
margin-left: 25%;
|
|
}
|
|
.col-lg-offset-2 {
|
|
margin-left: 16.66666667%;
|
|
}
|
|
.col-lg-offset-1 {
|
|
margin-left: 8.33333333%;
|
|
}
|
|
.col-lg-offset-0 {
|
|
margin-left: 0%;
|
|
}
|
|
}
|
|
@media (min-width: 1875px) {
|
|
.col-xl-1,
|
|
.col-xl-2,
|
|
.col-xl-3,
|
|
.col-xl-4,
|
|
.col-xl-5,
|
|
.col-xl-6,
|
|
.col-xl-7,
|
|
.col-xl-8,
|
|
.col-xl-9,
|
|
.col-xl-10,
|
|
.col-xl-11,
|
|
.col-xl-12 {
|
|
float: left;
|
|
}
|
|
.col-xl-12 {
|
|
width: 100%;
|
|
}
|
|
.col-xl-11 {
|
|
width: 91.66666667%;
|
|
}
|
|
.col-xl-10 {
|
|
width: 83.33333333%;
|
|
}
|
|
.col-xl-9 {
|
|
width: 75%;
|
|
}
|
|
.col-xl-8 {
|
|
width: 66.66666667%;
|
|
}
|
|
.col-xl-7 {
|
|
width: 58.33333333%;
|
|
}
|
|
.col-xl-6 {
|
|
width: 50%;
|
|
}
|
|
.col-xl-5 {
|
|
width: 41.66666667%;
|
|
}
|
|
.col-xl-4 {
|
|
width: 33.33333333%;
|
|
}
|
|
.col-xl-3 {
|
|
width: 25%;
|
|
}
|
|
.col-xl-2 {
|
|
width: 16.66666667%;
|
|
}
|
|
.col-xl-1 {
|
|
width: 8.33333333%;
|
|
}
|
|
.col-xl-pull-12 {
|
|
right: 100%;
|
|
}
|
|
.col-xl-pull-11 {
|
|
right: 91.66666667%;
|
|
}
|
|
.col-xl-pull-10 {
|
|
right: 83.33333333%;
|
|
}
|
|
.col-xl-pull-9 {
|
|
right: 75%;
|
|
}
|
|
.col-xl-pull-8 {
|
|
right: 66.66666667%;
|
|
}
|
|
.col-xl-pull-7 {
|
|
right: 58.33333333%;
|
|
}
|
|
.col-xl-pull-6 {
|
|
right: 50%;
|
|
}
|
|
.col-xl-pull-5 {
|
|
right: 41.66666667%;
|
|
}
|
|
.col-xl-pull-4 {
|
|
right: 33.33333333%;
|
|
}
|
|
.col-xl-pull-3 {
|
|
right: 25%;
|
|
}
|
|
.col-xl-pull-2 {
|
|
right: 16.66666667%;
|
|
}
|
|
.col-xl-pull-1 {
|
|
right: 8.33333333%;
|
|
}
|
|
.col-xl-pull-0 {
|
|
right: auto;
|
|
}
|
|
.col-xl-push-12 {
|
|
left: 100%;
|
|
}
|
|
.col-xl-push-11 {
|
|
left: 91.66666667%;
|
|
}
|
|
.col-xl-push-10 {
|
|
left: 83.33333333%;
|
|
}
|
|
.col-xl-push-9 {
|
|
left: 75%;
|
|
}
|
|
.col-xl-push-8 {
|
|
left: 66.66666667%;
|
|
}
|
|
.col-xl-push-7 {
|
|
left: 58.33333333%;
|
|
}
|
|
.col-xl-push-6 {
|
|
left: 50%;
|
|
}
|
|
.col-xl-push-5 {
|
|
left: 41.66666667%;
|
|
}
|
|
.col-xl-push-4 {
|
|
left: 33.33333333%;
|
|
}
|
|
.col-xl-push-3 {
|
|
left: 25%;
|
|
}
|
|
.col-xl-push-2 {
|
|
left: 16.66666667%;
|
|
}
|
|
.col-xl-push-1 {
|
|
left: 8.33333333%;
|
|
}
|
|
.col-xl-push-0 {
|
|
left: auto;
|
|
}
|
|
.col-xl-offset-12 {
|
|
margin-left: 100%;
|
|
}
|
|
.col-xl-offset-11 {
|
|
margin-left: 91.66666667%;
|
|
}
|
|
.col-xl-offset-10 {
|
|
margin-left: 83.33333333%;
|
|
}
|
|
.col-xl-offset-9 {
|
|
margin-left: 75%;
|
|
}
|
|
.col-xl-offset-8 {
|
|
margin-left: 66.66666667%;
|
|
}
|
|
.col-xl-offset-7 {
|
|
margin-left: 58.33333333%;
|
|
}
|
|
.col-xl-offset-6 {
|
|
margin-left: 50%;
|
|
}
|
|
.col-xl-offset-5 {
|
|
margin-left: 41.66666667%;
|
|
}
|
|
.col-xl-offset-4 {
|
|
margin-left: 33.33333333%;
|
|
}
|
|
.col-xl-offset-3 {
|
|
margin-left: 25%;
|
|
}
|
|
.col-xl-offset-2 {
|
|
margin-left: 16.66666667%;
|
|
}
|
|
.col-xl-offset-1 {
|
|
margin-left: 8.33333333%;
|
|
}
|
|
.col-xl-offset-0 {
|
|
margin-left: 0%;
|
|
}
|
|
}
|
|
@font-face {
|
|
font-family: 'Source Sans 3';
|
|
font-weight: 200;
|
|
font-style: normal;
|
|
font-stretch: normal;
|
|
src: url('../fonts/source-sans-pro-release/WOFF2/TTF/SourceSans3-ExtraLight.ttf.woff2') format('woff2'), url('../fonts/source-sans-pro-release/WOFF/OTF/SourceSans3-ExtraLight.otf.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Source Sans 3';
|
|
font-weight: 200;
|
|
font-style: italic;
|
|
font-stretch: normal;
|
|
src: url('../fonts/source-sans-pro-release/WOFF2/TTF/SourceSans3-ExtraLightIt.ttf.woff2') format('woff2'), url('../fonts/source-sans-pro-release/WOFF/OTF/SourceSans3-ExtraLightIt.otf.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Source Sans 3';
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
font-stretch: normal;
|
|
src: url('../fonts/source-sans-pro-release/WOFF2/TTF/SourceSans3-Light.ttf.woff2') format('woff2'), url('../fonts/source-sans-pro-release/WOFF/OTF/SourceSans3-Light.otf.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Source Sans 3';
|
|
font-weight: 300;
|
|
font-style: italic;
|
|
font-stretch: normal;
|
|
src: url('../fonts/source-sans-pro-release/WOFF2/TTF/SourceSans3-LightIt.ttf.woff2') format('woff2'), url('../fonts/source-sans-pro-release/WOFF/OTF/SourceSans3-LightIt.otf.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Source Sans 3';
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-stretch: normal;
|
|
src: url('../fonts/source-sans-pro-release/WOFF2/TTF/SourceSans3-Regular.ttf.woff2') format('woff2'), url('../fonts/source-sans-pro-release/WOFF/OTF/SourceSans3-Regular.otf.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Source Sans 3';
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
font-stretch: normal;
|
|
src: url('../fonts/source-sans-pro-release/WOFF2/TTF/SourceSans3-It.ttf.woff2') format('woff2'), url('../fonts/source-sans-pro-release/WOFF/OTF/SourceSans3-It.otf.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Source Sans 3';
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
font-stretch: normal;
|
|
src: url('../fonts/source-sans-pro-release/WOFF2/TTF/SourceSans3-Semibold.ttf.woff2') format('woff2'), url('../fonts/source-sans-pro-release/WOFF/OTF/SourceSans3-Semibold.otf.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Source Sans 3';
|
|
font-weight: 600;
|
|
font-style: italic;
|
|
font-stretch: normal;
|
|
src: url('../fonts/source-sans-pro-release/WOFF2/TTF/SourceSans3-SemiboldIt.ttf.woff2') format('woff2'), url('../fonts/source-sans-pro-release/WOFF/OTF/SourceSans3-SemiboldIt.otf.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Source Sans 3';
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-stretch: normal;
|
|
src: url('../fonts/source-sans-pro-release/WOFF2/TTF/SourceSans3-Bold.ttf.woff2') format('woff2'), url('../fonts/source-sans-pro-release/WOFF/OTF/SourceSans3-Bold.otf.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Source Sans 3';
|
|
font-weight: 700;
|
|
font-style: italic;
|
|
font-stretch: normal;
|
|
src: url('../fonts/source-sans-pro-release/WOFF2/TTF/SourceSans3-BoldIt.ttf.woff2') format('woff2'), url('../fonts/source-sans-pro-release/WOFF/OTF/SourceSans3-BoldIt.otf.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Source Sans 3';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
font-stretch: normal;
|
|
src: url('../fonts/source-sans-pro-release/WOFF2/TTF/SourceSans3-Black.ttf.woff2') format('woff2'), url('../fonts/source-sans-pro-release/WOFF/OTF/SourceSans3-Black.otf.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Source Sans 3';
|
|
font-weight: 900;
|
|
font-style: italic;
|
|
font-stretch: normal;
|
|
src: url('../fonts/source-sans-pro-release/WOFF2/TTF/SourceSans3-BlackIt.ttf.woff2') format('woff2'), url('../fonts/source-sans-pro-release/WOFF/OTF/SourceSans3-BlackIt.otf.woff') format('woff');
|
|
}
|
|
p {
|
|
margin: 0 0 10px;
|
|
}
|
|
.lead {
|
|
margin-bottom: 20px;
|
|
font-size: 16.1px;
|
|
font-weight: 200;
|
|
line-height: 1.4;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.lead {
|
|
font-size: 21px;
|
|
}
|
|
}
|
|
.small,
|
|
small {
|
|
font-size: 85%;
|
|
}
|
|
mark,
|
|
.mark {
|
|
background-color: #fcf8e3;
|
|
padding: 0.2em;
|
|
}
|
|
cite {
|
|
font-style: normal;
|
|
}
|
|
legend {
|
|
margin-bottom: 10px;
|
|
}
|
|
.text-monospace {
|
|
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
|
|
}
|
|
.text-left {
|
|
text-align: left !important;
|
|
}
|
|
.text-right {
|
|
text-align: right !important;
|
|
}
|
|
.text-center {
|
|
text-align: center !important;
|
|
}
|
|
.text-justify {
|
|
text-align: justify !important;
|
|
}
|
|
.text-wrap {
|
|
white-space: normal !important;
|
|
}
|
|
.text-nowrap {
|
|
white-space: nowrap !important;
|
|
}
|
|
.text-truncate {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.text-lowercase {
|
|
text-transform: lowercase;
|
|
}
|
|
.text-uppercase {
|
|
text-transform: uppercase;
|
|
}
|
|
.text-capitalize {
|
|
text-transform: capitalize;
|
|
}
|
|
.text-muted {
|
|
color: #777777;
|
|
}
|
|
.text-primary {
|
|
color: #116894;
|
|
}
|
|
a.text-primary:hover,
|
|
a.text-primary:focus {
|
|
color: #0c4866;
|
|
}
|
|
.text-success {
|
|
color: #3c763d;
|
|
}
|
|
a.text-success:hover,
|
|
a.text-success:focus {
|
|
color: #2b542c;
|
|
}
|
|
.text-info {
|
|
color: #31708f;
|
|
}
|
|
a.text-info:hover,
|
|
a.text-info:focus {
|
|
color: #245269;
|
|
}
|
|
.text-warning {
|
|
color: #c09853;
|
|
}
|
|
a.text-warning:hover,
|
|
a.text-warning:focus {
|
|
color: #a47e3c;
|
|
}
|
|
.text-danger {
|
|
color: #a94442;
|
|
}
|
|
a.text-danger:hover,
|
|
a.text-danger:focus {
|
|
color: #843534;
|
|
}
|
|
.text-disabled {
|
|
color: #777777;
|
|
}
|
|
.text-suppressed {
|
|
color: #740074;
|
|
}
|
|
a.text-suppressed:hover,
|
|
a.text-suppressed:focus {
|
|
color: #410041;
|
|
}
|
|
.bg-primary {
|
|
color: #fff;
|
|
background-color: #116894;
|
|
}
|
|
a.bg-primary:hover,
|
|
a.bg-primary:focus {
|
|
background-color: #0c4866;
|
|
}
|
|
.bg-success {
|
|
background-color: #dff0d8;
|
|
}
|
|
a.bg-success:hover,
|
|
a.bg-success:focus {
|
|
background-color: #c1e2b3;
|
|
}
|
|
.bg-info {
|
|
background-color: #d9edf7;
|
|
}
|
|
a.bg-info:hover,
|
|
a.bg-info:focus {
|
|
background-color: #afd9ee;
|
|
}
|
|
.bg-warning {
|
|
background-color: #fcf8e3;
|
|
}
|
|
a.bg-warning:hover,
|
|
a.bg-warning:focus {
|
|
background-color: #f7ecb5;
|
|
}
|
|
.bg-danger {
|
|
background-color: #f2dede;
|
|
}
|
|
a.bg-danger:hover,
|
|
a.bg-danger:focus {
|
|
background-color: #e4b9b9;
|
|
}
|
|
.bg-muted,
|
|
.bg-disabled {
|
|
background-color: #eeeeee;
|
|
}
|
|
a.bg-muted:hover,
|
|
a.bg-disabled:hover,
|
|
a.bg-muted:focus,
|
|
a.bg-disabled:focus {
|
|
background-color: #d5d5d5;
|
|
}
|
|
.bg-suppressed {
|
|
background-color: #f3eaff;
|
|
}
|
|
a.bg-suppressed:hover,
|
|
a.bg-suppressed:focus {
|
|
background-color: #d6b7ff;
|
|
}
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
.h1,
|
|
.h2,
|
|
.h3,
|
|
.h4,
|
|
.h5,
|
|
.h6 {
|
|
font-family: 'Source Sans 3', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
font-weight: 500;
|
|
line-height: 1.1;
|
|
color: #116894;
|
|
}
|
|
h1 small,
|
|
h2 small,
|
|
h3 small,
|
|
h4 small,
|
|
h5 small,
|
|
h6 small,
|
|
.h1 small,
|
|
.h2 small,
|
|
.h3 small,
|
|
.h4 small,
|
|
.h5 small,
|
|
.h6 small {
|
|
font-weight: normal;
|
|
line-height: 1;
|
|
color: #777777;
|
|
}
|
|
h1,
|
|
h2,
|
|
h3 {
|
|
margin: 5px 10px;
|
|
}
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
margin: 5px 10px;
|
|
}
|
|
h1,
|
|
.h1 {
|
|
font-size: 28px;
|
|
}
|
|
h2,
|
|
.h2 {
|
|
font-size: 18px;
|
|
line-height: 40px;
|
|
margin-bottom: 10px;
|
|
}
|
|
h3,
|
|
.h3 {
|
|
font-size: 19px;
|
|
}
|
|
h4,
|
|
.h4 {
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
}
|
|
h5,
|
|
.h5 {
|
|
font-size: 14px;
|
|
}
|
|
h6,
|
|
.h6 {
|
|
font-size: 12px;
|
|
}
|
|
h1 small,
|
|
.h1 small {
|
|
font-size: 24px;
|
|
}
|
|
h2 small,
|
|
.h2 small {
|
|
font-size: 18px;
|
|
}
|
|
h3 small,
|
|
.h3 small,
|
|
h4 small,
|
|
.h4 small {
|
|
font-size: 14px;
|
|
}
|
|
legend {
|
|
margin-bottom: 10px;
|
|
}
|
|
.page-header {
|
|
padding-bottom: 9px;
|
|
margin: 40px 0 20px;
|
|
}
|
|
.entity,
|
|
.entity-title,
|
|
.entity-name {
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
}
|
|
A.red:visited,
|
|
A.red,
|
|
.red {
|
|
color: #CC0000;
|
|
}
|
|
A.grey:visited,
|
|
A.grey,
|
|
.gray {
|
|
color: #666666;
|
|
}
|
|
A.black:visited,
|
|
A.black,
|
|
.black {
|
|
color: #000000;
|
|
}
|
|
A.green:visited,
|
|
A.green,
|
|
.green {
|
|
color: #008C00;
|
|
}
|
|
A.blue:visited,
|
|
A.blue,
|
|
.blue {
|
|
color: #0000ff;
|
|
}
|
|
A.orange:visited,
|
|
a.orange,
|
|
.orange {
|
|
color: #FF7400;
|
|
}
|
|
A.purple:visited,
|
|
a.purple,
|
|
.purple {
|
|
color: #740074;
|
|
}
|
|
A.olive:visited,
|
|
a.olive,
|
|
.olive {
|
|
color: #8C8C00;
|
|
}
|
|
ul,
|
|
ol {
|
|
margin-top: 0;
|
|
margin-bottom: 10px;
|
|
padding: 0px;
|
|
}
|
|
ul ul,
|
|
ol ul,
|
|
ul ol,
|
|
ol ol {
|
|
margin-bottom: 0;
|
|
}
|
|
.list-unstyled,
|
|
.chart-legend {
|
|
padding-left: 0;
|
|
list-style: none;
|
|
}
|
|
.list-inline {
|
|
padding-left: 0;
|
|
list-style: none;
|
|
}
|
|
.list-inline > li {
|
|
display: inline-block;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
dl {
|
|
margin-bottom: 20px;
|
|
}
|
|
dt,
|
|
dd {
|
|
line-height: 20px;
|
|
}
|
|
dt {
|
|
font-weight: bold;
|
|
}
|
|
dd {
|
|
margin-left: 0;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.dl-horizontal dt {
|
|
float: left;
|
|
width: 160px;
|
|
clear: left;
|
|
text-align: right;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.dl-horizontal dd {
|
|
margin-left: 180px;
|
|
*zoom: 1;
|
|
}
|
|
.dl-horizontal dd:before,
|
|
.dl-horizontal dd:after {
|
|
display: table;
|
|
content: "";
|
|
line-height: 0;
|
|
}
|
|
.dl-horizontal dd:after {
|
|
clear: both;
|
|
}
|
|
.dl-horizontal dd:before,
|
|
.dl-horizontal dd:after {
|
|
content: " ";
|
|
/* 1 */
|
|
display: table;
|
|
/* 2 */
|
|
}
|
|
.dl-horizontal dd:after {
|
|
clear: both;
|
|
}
|
|
}
|
|
abbr[title],
|
|
abbr[data-original-title] {
|
|
cursor: help;
|
|
border-bottom: 1px dotted #777777;
|
|
}
|
|
abbr.initialism {
|
|
font-size: 90%;
|
|
text-transform: uppercase;
|
|
}
|
|
blockquote {
|
|
padding: 10px 20px;
|
|
margin: 0 0 20px;
|
|
border-left: 5px solid #eeeeee;
|
|
}
|
|
blockquote p {
|
|
font-size: 17.5px;
|
|
font-weight: 300;
|
|
line-height: 1.25;
|
|
}
|
|
blockquote p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
blockquote small {
|
|
display: block;
|
|
line-height: 20px;
|
|
color: #777777;
|
|
}
|
|
blockquote small:before {
|
|
content: '\2014 \00A0';
|
|
}
|
|
blockquote.pull-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;
|
|
}
|
|
hr {
|
|
margin: 6.66666667px 0;
|
|
border: 0;
|
|
border-top: 1px solid rgba(51, 51, 51, 0.3);
|
|
}
|
|
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;
|
|
background-color: #fff;
|
|
border: 1px solid rgba(128, 128, 128, 0.25);
|
|
}
|
|
code {
|
|
padding: 0px 4px;
|
|
white-space: nowrap;
|
|
display: inline-block;
|
|
}
|
|
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;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
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: auto;
|
|
}
|
|
form {
|
|
margin: 0 0 10px;
|
|
}
|
|
fieldset {
|
|
min-width: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
}
|
|
legend {
|
|
display: block;
|
|
width: 100%;
|
|
padding: 0;
|
|
margin-bottom: 10px;
|
|
font-size: 21px;
|
|
line-height: 40px;
|
|
color: #116894;
|
|
border: 0;
|
|
}
|
|
legend small {
|
|
font-size: 15px;
|
|
color: #777777;
|
|
}
|
|
label,
|
|
input,
|
|
button,
|
|
select,
|
|
textarea {
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
line-height: 20px;
|
|
}
|
|
input,
|
|
button,
|
|
select,
|
|
textarea {
|
|
font-family: 'Source Sans 3', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
}
|
|
label {
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
margin-bottom: 5px;
|
|
font-weight: 700;
|
|
}
|
|
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: 30px;
|
|
padding: 4px 10px;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
color: #555555;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
vertical-align: middle;
|
|
}
|
|
input,
|
|
textarea,
|
|
.uneditable-input {
|
|
width: 191px;
|
|
}
|
|
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: #fff;
|
|
border: 1px solid #ccc;
|
|
-moz-transition: border linear .2s, box-shadow linear .2s;
|
|
-o-transition: border linear .2s, box-shadow linear .2s;
|
|
-webkit-transition: border linear .2s, box-shadow linear .2s;
|
|
transition: border linear .2s, box-shadow linear .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 */
|
|
}
|
|
input[type="search"] {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
}
|
|
input[type="radio"],
|
|
input[type="checkbox"] {
|
|
margin: 4px 0 0;
|
|
*margin-top: 0;
|
|
/* IE7 */
|
|
margin-top: 1px \9;
|
|
/* IE8-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;
|
|
/* In IE7, the height of the select element cannot be changed by height, only font-size */
|
|
*margin-top: 4px;
|
|
/* For IE7, add top margin to align select with labels */
|
|
line-height: 30px;
|
|
}
|
|
select {
|
|
width: 191px;
|
|
border: 1px solid #ccc;
|
|
background-color: #fff;
|
|
}
|
|
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: #eeeeee;
|
|
background-color: #fcfcfc;
|
|
border-color: #ccc;
|
|
cursor: not-allowed;
|
|
}
|
|
.uneditable-input {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
.uneditable-textarea {
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
input:-moz-placeholder,
|
|
textarea:-moz-placeholder {
|
|
color: #999;
|
|
}
|
|
input::-moz-placeholder,
|
|
textarea::-moz-placeholder {
|
|
color: #999;
|
|
}
|
|
input:-ms-input-placeholder,
|
|
textarea:-ms-input-placeholder {
|
|
color: #999;
|
|
}
|
|
input::-webkit-input-placeholder,
|
|
textarea::-webkit-input-placeholder {
|
|
color: #999;
|
|
}
|
|
input:-moz-placeholder,
|
|
textarea:-moz-placeholder {
|
|
color: #999;
|
|
}
|
|
input::-moz-placeholder,
|
|
textarea::-moz-placeholder {
|
|
color: #999;
|
|
}
|
|
input:-ms-input-placeholder,
|
|
textarea:-ms-input-placeholder {
|
|
color: #999;
|
|
}
|
|
input::-webkit-input-placeholder,
|
|
textarea::-webkit-input-placeholder {
|
|
color: #999;
|
|
}
|
|
.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: 1046px;
|
|
}
|
|
input.span11,
|
|
textarea.span11,
|
|
.uneditable-input.span11 {
|
|
width: 956px;
|
|
}
|
|
input.span10,
|
|
textarea.span10,
|
|
.uneditable-input.span10 {
|
|
width: 866px;
|
|
}
|
|
input.span9,
|
|
textarea.span9,
|
|
.uneditable-input.span9 {
|
|
width: 776px;
|
|
}
|
|
input.span8,
|
|
textarea.span8,
|
|
.uneditable-input.span8 {
|
|
width: 686px;
|
|
}
|
|
input.span7,
|
|
textarea.span7,
|
|
.uneditable-input.span7 {
|
|
width: 596px;
|
|
}
|
|
input.span6,
|
|
textarea.span6,
|
|
.uneditable-input.span6 {
|
|
width: 506px;
|
|
}
|
|
input.span5,
|
|
textarea.span5,
|
|
.uneditable-input.span5 {
|
|
width: 416px;
|
|
}
|
|
input.span4,
|
|
textarea.span4,
|
|
.uneditable-input.span4 {
|
|
width: 326px;
|
|
}
|
|
input.span3,
|
|
textarea.span3,
|
|
.uneditable-input.span3 {
|
|
width: 236px;
|
|
}
|
|
input.span2,
|
|
textarea.span2,
|
|
.uneditable-input.span2 {
|
|
width: 146px;
|
|
}
|
|
input.span1,
|
|
textarea.span1,
|
|
.uneditable-input.span1 {
|
|
width: 56px;
|
|
}
|
|
.controls-row {
|
|
*zoom: 1;
|
|
}
|
|
.controls-row:before,
|
|
.controls-row:after {
|
|
display: table;
|
|
content: "";
|
|
line-height: 0;
|
|
}
|
|
.controls-row:after {
|
|
clear: both;
|
|
}
|
|
.controls-row:before,
|
|
.controls-row:after {
|
|
content: " ";
|
|
/* 1 */
|
|
display: table;
|
|
/* 2 */
|
|
}
|
|
.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;
|
|
}
|
|
select[disabled] {
|
|
cursor: default;
|
|
}
|
|
.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;
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
-webkit-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;
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
|
|
-webkit-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: #a94442;
|
|
}
|
|
.control-group.error .checkbox,
|
|
.control-group.error .radio,
|
|
.control-group.error input,
|
|
.control-group.error select,
|
|
.control-group.error textarea {
|
|
color: #a94442;
|
|
}
|
|
.control-group.error input,
|
|
.control-group.error select,
|
|
.control-group.error textarea {
|
|
border-color: #a94442;
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
-webkit-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: #843534;
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
|
|
}
|
|
.control-group.error .input-prepend .add-on,
|
|
.control-group.error .input-append .add-on {
|
|
color: #a94442;
|
|
background-color: #f2dede;
|
|
border-color: #a94442;
|
|
}
|
|
.control-group.success .control-label,
|
|
.control-group.success .help-block,
|
|
.control-group.success .help-inline {
|
|
color: #3c763d;
|
|
}
|
|
.control-group.success .checkbox,
|
|
.control-group.success .radio,
|
|
.control-group.success input,
|
|
.control-group.success select,
|
|
.control-group.success textarea {
|
|
color: #3c763d;
|
|
}
|
|
.control-group.success input,
|
|
.control-group.success select,
|
|
.control-group.success textarea {
|
|
border-color: #3c763d;
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
-webkit-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: #2b542c;
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
|
|
}
|
|
.control-group.success .input-prepend .add-on,
|
|
.control-group.success .input-append .add-on {
|
|
color: #3c763d;
|
|
background-color: #dff0d8;
|
|
border-color: #3c763d;
|
|
}
|
|
.control-group.info .control-label,
|
|
.control-group.info .help-block,
|
|
.control-group.info .help-inline {
|
|
color: #31708f;
|
|
}
|
|
.control-group.info .checkbox,
|
|
.control-group.info .radio,
|
|
.control-group.info input,
|
|
.control-group.info select,
|
|
.control-group.info textarea {
|
|
color: #31708f;
|
|
}
|
|
.control-group.info input,
|
|
.control-group.info select,
|
|
.control-group.info textarea {
|
|
border-color: #31708f;
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
-webkit-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: #245269;
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5ea5c8;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5ea5c8;
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5ea5c8;
|
|
}
|
|
.control-group.info .input-prepend .add-on,
|
|
.control-group.info .input-append .add-on {
|
|
color: #31708f;
|
|
background-color: #d9edf7;
|
|
border-color: #31708f;
|
|
}
|
|
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;
|
|
-moz-box-shadow: 0 0 6px #f8b9b7;
|
|
-webkit-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: #fafafa;
|
|
border-top: 1px solid #dddddd;
|
|
*zoom: 1;
|
|
}
|
|
.form-actions:before,
|
|
.form-actions:after {
|
|
display: table;
|
|
content: "";
|
|
line-height: 0;
|
|
}
|
|
.form-actions:after {
|
|
clear: both;
|
|
}
|
|
.form-actions:before,
|
|
.form-actions:after {
|
|
content: " ";
|
|
/* 1 */
|
|
display: table;
|
|
/* 2 */
|
|
}
|
|
.form-actions:after {
|
|
clear: both;
|
|
}
|
|
.help-block,
|
|
.help-inline {
|
|
color: #595959;
|
|
}
|
|
.help-block {
|
|
display: block;
|
|
margin-bottom: 10px;
|
|
}
|
|
.help-inline {
|
|
display: inline-block;
|
|
*display: inline;
|
|
/* IE7 inline-block hack */
|
|
*zoom: 1;
|
|
vertical-align: middle;
|
|
padding-left: 5px;
|
|
}
|
|
label.help-inline {
|
|
font-weight: normal;
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.input-append,
|
|
.input-prepend {
|
|
display: inline-block;
|
|
margin-bottom: 10px;
|
|
vertical-align: middle;
|
|
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,
|
|
.input-append .popover,
|
|
.input-prepend .popover {
|
|
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;
|
|
*margin-left: 0;
|
|
vertical-align: top;
|
|
}
|
|
.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: 30px;
|
|
min-width: 16px;
|
|
padding: 4px 8px;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
line-height: 20px;
|
|
text-align: center;
|
|
background-color: #fff;
|
|
border: 1px solid #ccc;
|
|
box-shadow: none;
|
|
}
|
|
.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: #b5dfb7;
|
|
border-color: #4CAF50;
|
|
}
|
|
.input-prepend .add-on,
|
|
.input-prepend .btn {
|
|
margin-right: -1px;
|
|
}
|
|
.input-prepend .add-on:first-child,
|
|
.input-prepend .btn:first-child {
|
|
-webkit-border-radius: 3px 0 0 3px;
|
|
-moz-border-radius: 3px 0 0 3px;
|
|
border-radius: 3px 0 0 3px;
|
|
}
|
|
.input-append input,
|
|
.input-append select,
|
|
.input-append .uneditable-input {
|
|
-webkit-border-radius: 3px 0 0 3px;
|
|
-moz-border-radius: 3px 0 0 3px;
|
|
border-radius: 3px 0 0 3px;
|
|
}
|
|
.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 3px 3px 0;
|
|
-moz-border-radius: 0 3px 3px 0;
|
|
border-radius: 0 3px 3px 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 3px 3px 0;
|
|
-moz-border-radius: 0 3px 3px 0;
|
|
border-radius: 0 3px 3px 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 3px 3px 0;
|
|
-moz-border-radius: 0 3px 3px 0;
|
|
border-radius: 0 3px 3px 0;
|
|
}
|
|
.input-prepend.input-append .add-on:first-child,
|
|
.input-prepend.input-append .btn:first-child {
|
|
margin-right: -1px;
|
|
-webkit-border-radius: 3px 0 0 3px;
|
|
-moz-border-radius: 3px 0 0 3px;
|
|
border-radius: 3px 0 0 3px;
|
|
}
|
|
.input-prepend.input-append .add-on:last-child,
|
|
.input-prepend.input-append .btn:last-child {
|
|
margin-left: -1px;
|
|
-webkit-border-radius: 0 3px 3px 0;
|
|
-moz-border-radius: 0 3px 3px 0;
|
|
border-radius: 0 3px 3px 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;
|
|
*display: inline;
|
|
/* IE7 inline-block hack */
|
|
*zoom: 1;
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
}
|
|
.form-search .hide,
|
|
.form-inline .hide,
|
|
.form-horizontal .hide {
|
|
display: none;
|
|
}
|
|
.form-search label,
|
|
.form-inline label,
|
|
.form-search .btn-group,
|
|
.form-inline .btn-group {
|
|
display: inline-block;
|
|
}
|
|
.form-search .input-append,
|
|
.form-inline .input-append,
|
|
.form-search .input-prepend,
|
|
.form-inline .input-prepend {
|
|
margin-bottom: 0;
|
|
}
|
|
.form-search .radio,
|
|
.form-search .checkbox,
|
|
.form-inline .radio,
|
|
.form-inline .checkbox {
|
|
padding-left: 0;
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
}
|
|
.form-search .radio input[type="radio"],
|
|
.form-search .checkbox input[type="checkbox"],
|
|
.form-inline .radio input[type="radio"],
|
|
.form-inline .checkbox input[type="checkbox"] {
|
|
float: left;
|
|
margin-right: 3px;
|
|
margin-left: 0;
|
|
}
|
|
.control-group {
|
|
margin-bottom: 10px;
|
|
}
|
|
legend + .control-group {
|
|
margin-top: 20px;
|
|
-webkit-margin-top-collapse: separate;
|
|
}
|
|
.form-horizontal .control-group {
|
|
margin-bottom: 10px;
|
|
*zoom: 1;
|
|
}
|
|
.form-horizontal .control-group:before,
|
|
.form-horizontal .control-group:after {
|
|
display: table;
|
|
content: "";
|
|
line-height: 0;
|
|
}
|
|
.form-horizontal .control-group:after {
|
|
clear: both;
|
|
}
|
|
.form-horizontal .control-group:before,
|
|
.form-horizontal .control-group:after {
|
|
content: " ";
|
|
/* 1 */
|
|
display: table;
|
|
/* 2 */
|
|
}
|
|
.form-horizontal .control-group:after {
|
|
clear: both;
|
|
}
|
|
.form-horizontal .control-label {
|
|
float: left;
|
|
width: 160px;
|
|
padding-top: 5px;
|
|
text-align: right;
|
|
}
|
|
.form-horizontal .controls {
|
|
*display: inline-block;
|
|
*padding-left: 20px;
|
|
margin-left: 180px;
|
|
*margin-left: 0;
|
|
}
|
|
.form-horizontal .controls:first-child {
|
|
*padding-left: 180px;
|
|
}
|
|
.form-horizontal .help-block {
|
|
margin-bottom: 0;
|
|
}
|
|
.form-horizontal input + .help-block,
|
|
.form-horizontal select + .help-block,
|
|
.form-horizontal textarea + .help-block,
|
|
.form-horizontal .uneditable-input + .help-block,
|
|
.form-horizontal .input-prepend + .help-block,
|
|
.form-horizontal .input-append + .help-block {
|
|
margin-top: 10px;
|
|
}
|
|
.form-horizontal .form-actions {
|
|
padding-left: 180px;
|
|
}
|
|
table {
|
|
max-width: 100%;
|
|
background-color: transparent;
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
color: #333333;
|
|
}
|
|
.table {
|
|
width: 100%;
|
|
margin-bottom: 10px;
|
|
}
|
|
.table th,
|
|
.table td {
|
|
padding: 8px;
|
|
line-height: 20px;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
}
|
|
.table th {
|
|
font-size: 13px;
|
|
}
|
|
.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 #f4f4f4;
|
|
}
|
|
.table .table {
|
|
background-color: #f9f9f9;
|
|
margin-bottom: 0px;
|
|
}
|
|
.well .table {
|
|
margin-bottom: 0px;
|
|
}
|
|
.table-condensed th,
|
|
.table-condensed td {
|
|
padding: 4px 5px;
|
|
}
|
|
.table-condensed-more th,
|
|
.table-condensed-more td {
|
|
padding: 2px 5px 3px 5px;
|
|
}
|
|
.table-transparent {
|
|
background: transparent;
|
|
}
|
|
.table-bordered {
|
|
border: 1px solid #f4f4f4;
|
|
border-collapse: separate;
|
|
*border-collapse: collapse;
|
|
border-left: 0;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
.table-bordered th,
|
|
.table-bordered td {
|
|
border-left: none;
|
|
}
|
|
.table-bordered caption + thead tr:first-child th,
|
|
.table-bordered caption + tbody tr:first-child th,
|
|
.table-bordered caption + tbody tr:first-child td,
|
|
.table-bordered colgroup + thead tr:first-child th,
|
|
.table-bordered colgroup + tbody tr:first-child th,
|
|
.table-bordered colgroup + tbody tr:first-child td,
|
|
.table-bordered thead:first-child tr:first-child th,
|
|
.table-bordered tbody:first-child tr:first-child th,
|
|
.table-bordered tbody:first-child tr:first-child td {
|
|
border-top: 0;
|
|
}
|
|
.table-bordered thead:first-child tr:first-child > th:first-child,
|
|
.table-bordered tbody:first-child tr:first-child > td:first-child,
|
|
.table-bordered tbody:first-child tr:first-child > th:first-child {
|
|
-webkit-border-top-left-radius: 3px;
|
|
-moz-border-radius-topleft: 3px;
|
|
border-top-left-radius: 3px;
|
|
}
|
|
.table-bordered thead:first-child tr:first-child > th:last-child,
|
|
.table-bordered tbody:first-child tr:first-child > td:last-child,
|
|
.table-bordered tbody:first-child tr:first-child > th:last-child {
|
|
-webkit-border-top-right-radius: 3px;
|
|
-moz-border-radius-topright: 3px;
|
|
border-top-right-radius: 3px;
|
|
}
|
|
.table-bordered thead:last-child tr:last-child > th:first-child,
|
|
.table-bordered tbody:last-child tr:last-child > td:first-child,
|
|
.table-bordered tbody:last-child tr:last-child > th:first-child,
|
|
.table-bordered tfoot:last-child tr:last-child > td:first-child,
|
|
.table-bordered tfoot:last-child tr:last-child > th:first-child {
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
-moz-border-radius-bottomleft: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
}
|
|
.table-bordered thead:last-child tr:last-child > th:last-child,
|
|
.table-bordered tbody:last-child tr:last-child > td:last-child,
|
|
.table-bordered tbody:last-child tr:last-child > th:last-child,
|
|
.table-bordered tfoot:last-child tr:last-child > td:last-child,
|
|
.table-bordered tfoot:last-child tr:last-child > th:last-child {
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
-moz-border-radius-bottomright: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
}
|
|
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
|
|
-webkit-border-bottom-left-radius: 0;
|
|
-moz-border-radius-bottomleft: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
|
|
-webkit-border-bottom-right-radius: 0;
|
|
-moz-border-radius-bottomright: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.table-bordered caption + thead tr:first-child th:first-child,
|
|
.table-bordered caption + tbody tr:first-child td:first-child,
|
|
.table-bordered colgroup + thead tr:first-child th:first-child,
|
|
.table-bordered colgroup + tbody tr:first-child td:first-child {
|
|
-webkit-border-top-left-radius: 3px;
|
|
-moz-border-radius-topleft: 3px;
|
|
border-top-left-radius: 3px;
|
|
}
|
|
.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: 3px;
|
|
-moz-border-radius-topright: 3px;
|
|
border-top-right-radius: 3px;
|
|
}
|
|
.table-bordered thead th:first-child,
|
|
.table-bordered tbody th:first-child,
|
|
.table-bordered tbody td:first-child {
|
|
border-left: 1px solid #dddddd;
|
|
}
|
|
.widget .table-bordered thead:first-child tr:first-child > th:first-child,
|
|
.widget .table-bordered tbody:first-child tr:first-child > td:first-child,
|
|
.widget .table-bordered tbody:first-child tr:first-child > th:first-child {
|
|
-webkit-border-top-left-radius: 0px;
|
|
-moz-border-radius-topleft: 0px;
|
|
border-top-left-radius: 0px;
|
|
}
|
|
.table-striped tbody > tr:nth-child(even) > td,
|
|
.table-striped tbody > tr:nth-child(even) > th {
|
|
background-color: #f9f9f9;
|
|
}
|
|
.table-striped-two tbody > tr:nth-child(4n+3) > td,
|
|
.table-striped-two tbody > tr:nth-child(4n+3) > th,
|
|
.table-striped-two tbody > tr:nth-child(4n+4) > td,
|
|
.table-striped-two tbody > tr:nth-child(4n+4) > th {
|
|
background-color: #f9f9f9;
|
|
}
|
|
.table-striped-two tbody > tr:nth-child(2n) td,
|
|
.table-striped-two tbody > tr:nth-child(2n) th {
|
|
border-top: none;
|
|
}
|
|
.table-striped-three tbody > tr:nth-child(6n+3) > td,
|
|
.table-striped-three tbody > tr:nth-child(6n+3) > th,
|
|
.table-striped-three tbody > tr:nth-child(6n+4) > td,
|
|
.table-striped-three tbody > tr:nth-child(6n+4) > th,
|
|
.table-striped-three tbody > tr:nth-child(6n+5) > td,
|
|
.table-striped-three tbody > tr:nth-child(6n+5) > th {
|
|
background-color: #f9f9f9;
|
|
}
|
|
.table-striped-three tbody > tr:nth-child(3n-1) td,
|
|
.table-striped-three tbody > tr:nth-child(3n-1) th > tr:nth-child(3n) td,
|
|
.table-striped-three tbody > tr:nth-child(3n) th {
|
|
border-top: none;
|
|
}
|
|
.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: 54px;
|
|
margin-left: 0;
|
|
}
|
|
.table td.span2,
|
|
.table th.span2 {
|
|
float: none;
|
|
width: 144px;
|
|
margin-left: 0;
|
|
}
|
|
.table td.span3,
|
|
.table th.span3 {
|
|
float: none;
|
|
width: 234px;
|
|
margin-left: 0;
|
|
}
|
|
.table td.span4,
|
|
.table th.span4 {
|
|
float: none;
|
|
width: 324px;
|
|
margin-left: 0;
|
|
}
|
|
.table td.span5,
|
|
.table th.span5 {
|
|
float: none;
|
|
width: 414px;
|
|
margin-left: 0;
|
|
}
|
|
.table td.span6,
|
|
.table th.span6 {
|
|
float: none;
|
|
width: 504px;
|
|
margin-left: 0;
|
|
}
|
|
.table td.span7,
|
|
.table th.span7 {
|
|
float: none;
|
|
width: 594px;
|
|
margin-left: 0;
|
|
}
|
|
.table td.span8,
|
|
.table th.span8 {
|
|
float: none;
|
|
width: 684px;
|
|
margin-left: 0;
|
|
}
|
|
.table td.span9,
|
|
.table th.span9 {
|
|
float: none;
|
|
width: 774px;
|
|
margin-left: 0;
|
|
}
|
|
.table td.span10,
|
|
.table th.span10 {
|
|
float: none;
|
|
width: 864px;
|
|
margin-left: 0;
|
|
}
|
|
.table td.span11,
|
|
.table th.span11 {
|
|
float: none;
|
|
width: 954px;
|
|
margin-left: 0;
|
|
}
|
|
.table td.span12,
|
|
.table th.span12 {
|
|
float: none;
|
|
width: 1044px;
|
|
margin-left: 0;
|
|
}
|
|
.table tbody > tr > td.state-marker {
|
|
background-color: #116894;
|
|
}
|
|
.table-hover tbody tr:hover > td.state-marker {
|
|
background-color: #0e587d;
|
|
}
|
|
.table .state-marker,
|
|
.state-marker {
|
|
padding: 0px;
|
|
margin: 0;
|
|
width: 7px;
|
|
}
|
|
.table .disabled .state-marker {
|
|
background-color: #9E9E9E;
|
|
}
|
|
.table tbody > tr.disabled > td {
|
|
background-color: #FAFAFA;
|
|
}
|
|
/**
|
|
.table tbody {
|
|
> tr.@{class}:nth-child(even) > td,
|
|
> tr.@{class}:nth-child(even) > th {
|
|
background-color: darken(@bg-color, 2.5%);
|
|
}
|
|
|
|
.table-striped-two {
|
|
tbody {
|
|
> tr:nth-child(4n+1) > td,
|
|
> tr:nth-child(4n+1) > th,
|
|
> tr:nth-child(4n+2) > td,
|
|
> tr:nth-child(4n+2) > th, {
|
|
background-color: @bg-color;
|
|
}
|
|
> tr:nth-child(4n+3) > td,
|
|
> tr:nth-child(4n+3) > th,
|
|
> tr:nth-child(4n+4) > td,
|
|
> tr:nth-child(4n+4) > th, {
|
|
background-color: darken(@bg-color, 2.5%);
|
|
}
|
|
> tr:nth-child(2n) td,
|
|
> tr:nth-child(2n) th {
|
|
border-top: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
*/
|
|
.table-hover tbody > tr.disabled:hover > td {
|
|
background-color: #ededed;
|
|
}
|
|
.table tbody > tr.disabled:nth-child(even) > td.state-marker,
|
|
.table tbody > tr.disabled:nth-child(even) > th.state-marker {
|
|
background-color: #9E9E9E;
|
|
}
|
|
.table-hover tbody > tr.disabled:hover > td.state-marker,
|
|
.table-hover tbody > tr.disabled:nth-child(even):hover > td.state-marker,
|
|
.table-hover tbody > tr.disabled:nth-child(even):hover > th.state-marker {
|
|
background-color: #919191;
|
|
}
|
|
.table .warning .state-marker {
|
|
background-color: #E65100;
|
|
}
|
|
.table tbody > tr.warning > td {
|
|
background-color: #FFF3E0;
|
|
}
|
|
/**
|
|
.table tbody {
|
|
> tr.@{class}:nth-child(even) > td,
|
|
> tr.@{class}:nth-child(even) > th {
|
|
background-color: darken(@bg-color, 2.5%);
|
|
}
|
|
|
|
.table-striped-two {
|
|
tbody {
|
|
> tr:nth-child(4n+1) > td,
|
|
> tr:nth-child(4n+1) > th,
|
|
> tr:nth-child(4n+2) > td,
|
|
> tr:nth-child(4n+2) > th, {
|
|
background-color: @bg-color;
|
|
}
|
|
> tr:nth-child(4n+3) > td,
|
|
> tr:nth-child(4n+3) > th,
|
|
> tr:nth-child(4n+4) > td,
|
|
> tr:nth-child(4n+4) > th, {
|
|
background-color: darken(@bg-color, 2.5%);
|
|
}
|
|
> tr:nth-child(2n) td,
|
|
> tr:nth-child(2n) th {
|
|
border-top: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
*/
|
|
.table-hover tbody > tr.warning:hover > td {
|
|
background-color: #ffe9c6;
|
|
}
|
|
.table tbody > tr.warning:nth-child(even) > td.state-marker,
|
|
.table tbody > tr.warning:nth-child(even) > th.state-marker {
|
|
background-color: #E65100;
|
|
}
|
|
.table-hover tbody > tr.warning:hover > td.state-marker,
|
|
.table-hover tbody > tr.warning:nth-child(even):hover > td.state-marker,
|
|
.table-hover tbody > tr.warning:nth-child(even):hover > th.state-marker {
|
|
background-color: #cd4800;
|
|
}
|
|
.table .error .state-marker {
|
|
background-color: #b71c1c;
|
|
}
|
|
.table tbody > tr.error > td {
|
|
background-color: #ffebee;
|
|
}
|
|
/**
|
|
.table tbody {
|
|
> tr.@{class}:nth-child(even) > td,
|
|
> tr.@{class}:nth-child(even) > th {
|
|
background-color: darken(@bg-color, 2.5%);
|
|
}
|
|
|
|
.table-striped-two {
|
|
tbody {
|
|
> tr:nth-child(4n+1) > td,
|
|
> tr:nth-child(4n+1) > th,
|
|
> tr:nth-child(4n+2) > td,
|
|
> tr:nth-child(4n+2) > th, {
|
|
background-color: @bg-color;
|
|
}
|
|
> tr:nth-child(4n+3) > td,
|
|
> tr:nth-child(4n+3) > th,
|
|
> tr:nth-child(4n+4) > td,
|
|
> tr:nth-child(4n+4) > th, {
|
|
background-color: darken(@bg-color, 2.5%);
|
|
}
|
|
> tr:nth-child(2n) td,
|
|
> tr:nth-child(2n) th {
|
|
border-top: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
*/
|
|
.table-hover tbody > tr.error:hover > td {
|
|
background-color: #ffd1d8;
|
|
}
|
|
.table tbody > tr.error:nth-child(even) > td.state-marker,
|
|
.table tbody > tr.error:nth-child(even) > th.state-marker {
|
|
background-color: #b71c1c;
|
|
}
|
|
.table-hover tbody > tr.error:hover > td.state-marker,
|
|
.table-hover tbody > tr.error:nth-child(even):hover > td.state-marker,
|
|
.table-hover tbody > tr.error:nth-child(even):hover > th.state-marker {
|
|
background-color: #a11919;
|
|
}
|
|
.table .suppressed .state-marker {
|
|
background-color: #4A148C;
|
|
}
|
|
.table tbody > tr.suppressed > td {
|
|
background-color: #F3E5F5;
|
|
}
|
|
/**
|
|
.table tbody {
|
|
> tr.@{class}:nth-child(even) > td,
|
|
> tr.@{class}:nth-child(even) > th {
|
|
background-color: darken(@bg-color, 2.5%);
|
|
}
|
|
|
|
.table-striped-two {
|
|
tbody {
|
|
> tr:nth-child(4n+1) > td,
|
|
> tr:nth-child(4n+1) > th,
|
|
> tr:nth-child(4n+2) > td,
|
|
> tr:nth-child(4n+2) > th, {
|
|
background-color: @bg-color;
|
|
}
|
|
> tr:nth-child(4n+3) > td,
|
|
> tr:nth-child(4n+3) > th,
|
|
> tr:nth-child(4n+4) > td,
|
|
> tr:nth-child(4n+4) > th, {
|
|
background-color: darken(@bg-color, 2.5%);
|
|
}
|
|
> tr:nth-child(2n) td,
|
|
> tr:nth-child(2n) th {
|
|
border-top: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
*/
|
|
.table-hover tbody > tr.suppressed:hover > td {
|
|
background-color: #ebd3ee;
|
|
}
|
|
.table tbody > tr.suppressed:nth-child(even) > td.state-marker,
|
|
.table tbody > tr.suppressed:nth-child(even) > th.state-marker {
|
|
background-color: #4A148C;
|
|
}
|
|
.table-hover tbody > tr.suppressed:hover > td.state-marker,
|
|
.table-hover tbody > tr.suppressed:nth-child(even):hover > td.state-marker,
|
|
.table-hover tbody > tr.suppressed:nth-child(even):hover > th.state-marker {
|
|
background-color: #3e1176;
|
|
}
|
|
.table .recovery .state-marker {
|
|
background-color: #827717;
|
|
}
|
|
.table tbody > tr.recovery > td {
|
|
background-color: #F9FBE7;
|
|
}
|
|
/**
|
|
.table tbody {
|
|
> tr.@{class}:nth-child(even) > td,
|
|
> tr.@{class}:nth-child(even) > th {
|
|
background-color: darken(@bg-color, 2.5%);
|
|
}
|
|
|
|
.table-striped-two {
|
|
tbody {
|
|
> tr:nth-child(4n+1) > td,
|
|
> tr:nth-child(4n+1) > th,
|
|
> tr:nth-child(4n+2) > td,
|
|
> tr:nth-child(4n+2) > th, {
|
|
background-color: @bg-color;
|
|
}
|
|
> tr:nth-child(4n+3) > td,
|
|
> tr:nth-child(4n+3) > th,
|
|
> tr:nth-child(4n+4) > td,
|
|
> tr:nth-child(4n+4) > th, {
|
|
background-color: darken(@bg-color, 2.5%);
|
|
}
|
|
> tr:nth-child(2n) td,
|
|
> tr:nth-child(2n) th {
|
|
border-top: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
*/
|
|
.table-hover tbody > tr.recovery:hover > td {
|
|
background-color: #f4f7d1;
|
|
}
|
|
.table tbody > tr.recovery:nth-child(even) > td.state-marker,
|
|
.table tbody > tr.recovery:nth-child(even) > th.state-marker {
|
|
background-color: #827717;
|
|
}
|
|
.table-hover tbody > tr.recovery:hover > td.state-marker,
|
|
.table-hover tbody > tr.recovery:nth-child(even):hover > td.state-marker,
|
|
.table-hover tbody > tr.recovery:nth-child(even):hover > th.state-marker {
|
|
background-color: #6c6313;
|
|
}
|
|
.table .success .state-marker {
|
|
background-color: #1B5E20;
|
|
}
|
|
.table tbody > tr.success > td {
|
|
background-color: #E8F5E9;
|
|
}
|
|
/**
|
|
.table tbody {
|
|
> tr.@{class}:nth-child(even) > td,
|
|
> tr.@{class}:nth-child(even) > th {
|
|
background-color: darken(@bg-color, 2.5%);
|
|
}
|
|
|
|
.table-striped-two {
|
|
tbody {
|
|
> tr:nth-child(4n+1) > td,
|
|
> tr:nth-child(4n+1) > th,
|
|
> tr:nth-child(4n+2) > td,
|
|
> tr:nth-child(4n+2) > th, {
|
|
background-color: @bg-color;
|
|
}
|
|
> tr:nth-child(4n+3) > td,
|
|
> tr:nth-child(4n+3) > th,
|
|
> tr:nth-child(4n+4) > td,
|
|
> tr:nth-child(4n+4) > th, {
|
|
background-color: darken(@bg-color, 2.5%);
|
|
}
|
|
> tr:nth-child(2n) td,
|
|
> tr:nth-child(2n) th {
|
|
border-top: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
*/
|
|
.table-hover tbody > tr.success:hover > td {
|
|
background-color: #d6edd8;
|
|
}
|
|
.table tbody > tr.success:nth-child(even) > td.state-marker,
|
|
.table tbody > tr.success:nth-child(even) > th.state-marker {
|
|
background-color: #1B5E20;
|
|
}
|
|
.table-hover tbody > tr.success:hover > td.state-marker,
|
|
.table-hover tbody > tr.success:nth-child(even):hover > td.state-marker,
|
|
.table-hover tbody > tr.success:nth-child(even):hover > th.state-marker {
|
|
background-color: #154a19;
|
|
}
|
|
.table .info .state-marker {
|
|
background-color: #116894;
|
|
}
|
|
.table tbody > tr.info > td {
|
|
background-color: #E3F2FD;
|
|
}
|
|
/**
|
|
.table tbody {
|
|
> tr.@{class}:nth-child(even) > td,
|
|
> tr.@{class}:nth-child(even) > th {
|
|
background-color: darken(@bg-color, 2.5%);
|
|
}
|
|
|
|
.table-striped-two {
|
|
tbody {
|
|
> tr:nth-child(4n+1) > td,
|
|
> tr:nth-child(4n+1) > th,
|
|
> tr:nth-child(4n+2) > td,
|
|
> tr:nth-child(4n+2) > th, {
|
|
background-color: @bg-color;
|
|
}
|
|
> tr:nth-child(4n+3) > td,
|
|
> tr:nth-child(4n+3) > th,
|
|
> tr:nth-child(4n+4) > td,
|
|
> tr:nth-child(4n+4) > th, {
|
|
background-color: darken(@bg-color, 2.5%);
|
|
}
|
|
> tr:nth-child(2n) td,
|
|
> tr:nth-child(2n) th {
|
|
border-top: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
*/
|
|
.table-hover tbody > tr.info:hover > td {
|
|
background-color: #cbe7fb;
|
|
}
|
|
.table tbody > tr.info:nth-child(even) > td.state-marker,
|
|
.table tbody > tr.info:nth-child(even) > th.state-marker {
|
|
background-color: #116894;
|
|
}
|
|
.table-hover tbody > tr.info:hover > td.state-marker,
|
|
.table-hover tbody > tr.info:nth-child(even):hover > td.state-marker,
|
|
.table-hover tbody > tr.info:nth-child(even):hover > th.state-marker {
|
|
background-color: #0e587d;
|
|
}
|
|
.table .delay .state-marker {
|
|
background-color: #e59006;
|
|
}
|
|
.table tbody > tr.delay > td {
|
|
background-color: #FFFDE7;
|
|
}
|
|
/**
|
|
.table tbody {
|
|
> tr.@{class}:nth-child(even) > td,
|
|
> tr.@{class}:nth-child(even) > th {
|
|
background-color: darken(@bg-color, 2.5%);
|
|
}
|
|
|
|
.table-striped-two {
|
|
tbody {
|
|
> tr:nth-child(4n+1) > td,
|
|
> tr:nth-child(4n+1) > th,
|
|
> tr:nth-child(4n+2) > td,
|
|
> tr:nth-child(4n+2) > th, {
|
|
background-color: @bg-color;
|
|
}
|
|
> tr:nth-child(4n+3) > td,
|
|
> tr:nth-child(4n+3) > th,
|
|
> tr:nth-child(4n+4) > td,
|
|
> tr:nth-child(4n+4) > th, {
|
|
background-color: darken(@bg-color, 2.5%);
|
|
}
|
|
> tr:nth-child(2n) td,
|
|
> tr:nth-child(2n) th {
|
|
border-top: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
*/
|
|
.table-hover tbody > tr.delay:hover > td {
|
|
background-color: #fffbcd;
|
|
}
|
|
.table tbody > tr.delay:nth-child(even) > td.state-marker,
|
|
.table tbody > tr.delay:nth-child(even) > th.state-marker {
|
|
background-color: #e59006;
|
|
}
|
|
.table-hover tbody > tr.delay:hover > td.state-marker,
|
|
.table-hover tbody > tr.delay:nth-child(even):hover > td.state-marker,
|
|
.table-hover tbody > tr.delay:nth-child(even):hover > th.state-marker {
|
|
background-color: #cc8006;
|
|
}
|
|
.table .ignore .state-marker {
|
|
background-color: #455A64;
|
|
}
|
|
.table tbody > tr.ignore > td {
|
|
background-color: #ECEFF1;
|
|
}
|
|
/**
|
|
.table tbody {
|
|
> tr.@{class}:nth-child(even) > td,
|
|
> tr.@{class}:nth-child(even) > th {
|
|
background-color: darken(@bg-color, 2.5%);
|
|
}
|
|
|
|
.table-striped-two {
|
|
tbody {
|
|
> tr:nth-child(4n+1) > td,
|
|
> tr:nth-child(4n+1) > th,
|
|
> tr:nth-child(4n+2) > td,
|
|
> tr:nth-child(4n+2) > th, {
|
|
background-color: @bg-color;
|
|
}
|
|
> tr:nth-child(4n+3) > td,
|
|
> tr:nth-child(4n+3) > th,
|
|
> tr:nth-child(4n+4) > td,
|
|
> tr:nth-child(4n+4) > th, {
|
|
background-color: darken(@bg-color, 2.5%);
|
|
}
|
|
> tr:nth-child(2n) td,
|
|
> tr:nth-child(2n) th {
|
|
border-top: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
*/
|
|
.table-hover tbody > tr.ignore:hover > td {
|
|
background-color: #dde3e6;
|
|
}
|
|
.table tbody > tr.ignore:nth-child(even) > td.state-marker,
|
|
.table tbody > tr.ignore:nth-child(even) > th.state-marker {
|
|
background-color: #455A64;
|
|
}
|
|
.table-hover tbody > tr.ignore:hover > td.state-marker,
|
|
.table-hover tbody > tr.ignore:nth-child(even):hover > td.state-marker,
|
|
.table-hover tbody > tr.ignore:nth-child(even):hover > th.state-marker {
|
|
background-color: #3b4c55;
|
|
}
|
|
.table .ignore-error .state-marker {
|
|
background-color: #4E342E;
|
|
}
|
|
.table tbody > tr.ignore-error > td {
|
|
background-color: #EFEBE9;
|
|
}
|
|
/**
|
|
.table tbody {
|
|
> tr.@{class}:nth-child(even) > td,
|
|
> tr.@{class}:nth-child(even) > th {
|
|
background-color: darken(@bg-color, 2.5%);
|
|
}
|
|
|
|
.table-striped-two {
|
|
tbody {
|
|
> tr:nth-child(4n+1) > td,
|
|
> tr:nth-child(4n+1) > th,
|
|
> tr:nth-child(4n+2) > td,
|
|
> tr:nth-child(4n+2) > th, {
|
|
background-color: @bg-color;
|
|
}
|
|
> tr:nth-child(4n+3) > td,
|
|
> tr:nth-child(4n+3) > th,
|
|
> tr:nth-child(4n+4) > td,
|
|
> tr:nth-child(4n+4) > th, {
|
|
background-color: darken(@bg-color, 2.5%);
|
|
}
|
|
> tr:nth-child(2n) td,
|
|
> tr:nth-child(2n) th {
|
|
border-top: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
*/
|
|
.table-hover tbody > tr.ignore-error:hover > td {
|
|
background-color: #e4deda;
|
|
}
|
|
.table tbody > tr.ignore-error:nth-child(even) > td.state-marker,
|
|
.table tbody > tr.ignore-error:nth-child(even) > th.state-marker {
|
|
background-color: #4E342E;
|
|
}
|
|
.table-hover tbody > tr.ignore-error:hover > td.state-marker,
|
|
.table-hover tbody > tr.ignore-error:nth-child(even):hover > td.state-marker,
|
|
.table-hover tbody > tr.ignore-error:nth-child(even):hover > th.state-marker {
|
|
background-color: #3e2925;
|
|
}
|
|
/* Fix label size inside some tables */
|
|
td .label,
|
|
td .badge {
|
|
line-height: 1.26;
|
|
}
|
|
@font-face {
|
|
font-family: 'Glyphicons Halflings';
|
|
src: url('../fonts/glyphicons-halflings-regular.eot');
|
|
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
|
|
}
|
|
.glyphicon {
|
|
position: relative;
|
|
top: 1px;
|
|
display: inline-block;
|
|
font-family: 'Glyphicons Halflings';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
.glyphicon-asterisk:before {
|
|
content: "\002a";
|
|
}
|
|
.glyphicon-plus:before {
|
|
content: "\002b";
|
|
}
|
|
.glyphicon-euro:before,
|
|
.glyphicon-eur:before {
|
|
content: "\20ac";
|
|
}
|
|
.glyphicon-minus:before {
|
|
content: "\2212";
|
|
}
|
|
.glyphicon-cloud:before {
|
|
content: "\2601";
|
|
}
|
|
.glyphicon-envelope:before {
|
|
content: "\2709";
|
|
}
|
|
.glyphicon-pencil:before {
|
|
content: "\270f";
|
|
}
|
|
.glyphicon-glass:before {
|
|
content: "\e001";
|
|
}
|
|
.glyphicon-music:before {
|
|
content: "\e002";
|
|
}
|
|
.glyphicon-search:before {
|
|
content: "\e003";
|
|
}
|
|
.glyphicon-heart:before {
|
|
content: "\e005";
|
|
}
|
|
.glyphicon-star:before {
|
|
content: "\e006";
|
|
}
|
|
.glyphicon-star-empty:before {
|
|
content: "\e007";
|
|
}
|
|
.glyphicon-user:before {
|
|
content: "\e008";
|
|
}
|
|
.glyphicon-film:before {
|
|
content: "\e009";
|
|
}
|
|
.glyphicon-th-large:before {
|
|
content: "\e010";
|
|
}
|
|
.glyphicon-th:before {
|
|
content: "\e011";
|
|
}
|
|
.glyphicon-th-list:before {
|
|
content: "\e012";
|
|
}
|
|
.glyphicon-ok:before {
|
|
content: "\e013";
|
|
}
|
|
.glyphicon-remove:before {
|
|
content: "\e014";
|
|
}
|
|
.glyphicon-zoom-in:before {
|
|
content: "\e015";
|
|
}
|
|
.glyphicon-zoom-out:before {
|
|
content: "\e016";
|
|
}
|
|
.glyphicon-off:before {
|
|
content: "\e017";
|
|
}
|
|
.glyphicon-signal:before {
|
|
content: "\e018";
|
|
}
|
|
.glyphicon-cog:before {
|
|
content: "\e019";
|
|
}
|
|
.glyphicon-trash:before {
|
|
content: "\e020";
|
|
}
|
|
.glyphicon-home:before {
|
|
content: "\e021";
|
|
}
|
|
.glyphicon-file:before {
|
|
content: "\e022";
|
|
}
|
|
.glyphicon-time:before {
|
|
content: "\e023";
|
|
}
|
|
.glyphicon-road:before {
|
|
content: "\e024";
|
|
}
|
|
.glyphicon-download-alt:before {
|
|
content: "\e025";
|
|
}
|
|
.glyphicon-download:before {
|
|
content: "\e026";
|
|
}
|
|
.glyphicon-upload:before {
|
|
content: "\e027";
|
|
}
|
|
.glyphicon-inbox:before {
|
|
content: "\e028";
|
|
}
|
|
.glyphicon-play-circle:before {
|
|
content: "\e029";
|
|
}
|
|
.glyphicon-repeat:before {
|
|
content: "\e030";
|
|
}
|
|
.glyphicon-refresh:before {
|
|
content: "\e031";
|
|
}
|
|
.glyphicon-list-alt:before {
|
|
content: "\e032";
|
|
}
|
|
.glyphicon-lock:before {
|
|
content: "\e033";
|
|
}
|
|
.glyphicon-flag:before {
|
|
content: "\e034";
|
|
}
|
|
.glyphicon-headphones:before {
|
|
content: "\e035";
|
|
}
|
|
.glyphicon-volume-off:before {
|
|
content: "\e036";
|
|
}
|
|
.glyphicon-volume-down:before {
|
|
content: "\e037";
|
|
}
|
|
.glyphicon-volume-up:before {
|
|
content: "\e038";
|
|
}
|
|
.glyphicon-qrcode:before {
|
|
content: "\e039";
|
|
}
|
|
.glyphicon-barcode:before {
|
|
content: "\e040";
|
|
}
|
|
.glyphicon-tag:before {
|
|
content: "\e041";
|
|
}
|
|
.glyphicon-tags:before {
|
|
content: "\e042";
|
|
}
|
|
.glyphicon-book:before {
|
|
content: "\e043";
|
|
}
|
|
.glyphicon-bookmark:before {
|
|
content: "\e044";
|
|
}
|
|
.glyphicon-print:before {
|
|
content: "\e045";
|
|
}
|
|
.glyphicon-camera:before {
|
|
content: "\e046";
|
|
}
|
|
.glyphicon-font:before {
|
|
content: "\e047";
|
|
}
|
|
.glyphicon-bold:before {
|
|
content: "\e048";
|
|
}
|
|
.glyphicon-italic:before {
|
|
content: "\e049";
|
|
}
|
|
.glyphicon-text-height:before {
|
|
content: "\e050";
|
|
}
|
|
.glyphicon-text-width:before {
|
|
content: "\e051";
|
|
}
|
|
.glyphicon-align-left:before {
|
|
content: "\e052";
|
|
}
|
|
.glyphicon-align-center:before {
|
|
content: "\e053";
|
|
}
|
|
.glyphicon-align-right:before {
|
|
content: "\e054";
|
|
}
|
|
.glyphicon-align-justify:before {
|
|
content: "\e055";
|
|
}
|
|
.glyphicon-list:before {
|
|
content: "\e056";
|
|
}
|
|
.glyphicon-indent-left:before {
|
|
content: "\e057";
|
|
}
|
|
.glyphicon-indent-right:before {
|
|
content: "\e058";
|
|
}
|
|
.glyphicon-facetime-video:before {
|
|
content: "\e059";
|
|
}
|
|
.glyphicon-picture:before {
|
|
content: "\e060";
|
|
}
|
|
.glyphicon-map-marker:before {
|
|
content: "\e062";
|
|
}
|
|
.glyphicon-adjust:before {
|
|
content: "\e063";
|
|
}
|
|
.glyphicon-tint:before {
|
|
content: "\e064";
|
|
}
|
|
.glyphicon-edit:before {
|
|
content: "\e065";
|
|
}
|
|
.glyphicon-share:before {
|
|
content: "\e066";
|
|
}
|
|
.glyphicon-check:before {
|
|
content: "\e067";
|
|
}
|
|
.glyphicon-move:before {
|
|
content: "\e068";
|
|
}
|
|
.glyphicon-step-backward:before {
|
|
content: "\e069";
|
|
}
|
|
.glyphicon-fast-backward:before {
|
|
content: "\e070";
|
|
}
|
|
.glyphicon-backward:before {
|
|
content: "\e071";
|
|
}
|
|
.glyphicon-play:before {
|
|
content: "\e072";
|
|
}
|
|
.glyphicon-pause:before {
|
|
content: "\e073";
|
|
}
|
|
.glyphicon-stop:before {
|
|
content: "\e074";
|
|
}
|
|
.glyphicon-forward:before {
|
|
content: "\e075";
|
|
}
|
|
.glyphicon-fast-forward:before {
|
|
content: "\e076";
|
|
}
|
|
.glyphicon-step-forward:before {
|
|
content: "\e077";
|
|
}
|
|
.glyphicon-eject:before {
|
|
content: "\e078";
|
|
}
|
|
.glyphicon-chevron-left:before {
|
|
content: "\e079";
|
|
}
|
|
.glyphicon-chevron-right:before {
|
|
content: "\e080";
|
|
}
|
|
.glyphicon-plus-sign:before {
|
|
content: "\e081";
|
|
}
|
|
.glyphicon-minus-sign:before {
|
|
content: "\e082";
|
|
}
|
|
.glyphicon-remove-sign:before {
|
|
content: "\e083";
|
|
}
|
|
.glyphicon-ok-sign:before {
|
|
content: "\e084";
|
|
}
|
|
.glyphicon-question-sign:before {
|
|
content: "\e085";
|
|
}
|
|
.glyphicon-info-sign:before {
|
|
content: "\e086";
|
|
}
|
|
.glyphicon-screenshot:before {
|
|
content: "\e087";
|
|
}
|
|
.glyphicon-remove-circle:before {
|
|
content: "\e088";
|
|
}
|
|
.glyphicon-ok-circle:before {
|
|
content: "\e089";
|
|
}
|
|
.glyphicon-ban-circle:before {
|
|
content: "\e090";
|
|
}
|
|
.glyphicon-arrow-left:before {
|
|
content: "\e091";
|
|
}
|
|
.glyphicon-arrow-right:before {
|
|
content: "\e092";
|
|
}
|
|
.glyphicon-arrow-up:before {
|
|
content: "\e093";
|
|
}
|
|
.glyphicon-arrow-down:before {
|
|
content: "\e094";
|
|
}
|
|
.glyphicon-share-alt:before {
|
|
content: "\e095";
|
|
}
|
|
.glyphicon-resize-full:before {
|
|
content: "\e096";
|
|
}
|
|
.glyphicon-resize-small:before {
|
|
content: "\e097";
|
|
}
|
|
.glyphicon-exclamation-sign:before {
|
|
content: "\e101";
|
|
}
|
|
.glyphicon-gift:before {
|
|
content: "\e102";
|
|
}
|
|
.glyphicon-leaf:before {
|
|
content: "\e103";
|
|
}
|
|
.glyphicon-fire:before {
|
|
content: "\e104";
|
|
}
|
|
.glyphicon-eye-open:before {
|
|
content: "\e105";
|
|
}
|
|
.glyphicon-eye-close:before {
|
|
content: "\e106";
|
|
}
|
|
.glyphicon-warning-sign:before {
|
|
content: "\e107";
|
|
}
|
|
.glyphicon-plane:before {
|
|
content: "\e108";
|
|
}
|
|
.glyphicon-calendar:before {
|
|
content: "\e109";
|
|
}
|
|
.glyphicon-random:before {
|
|
content: "\e110";
|
|
}
|
|
.glyphicon-comment:before {
|
|
content: "\e111";
|
|
}
|
|
.glyphicon-magnet:before {
|
|
content: "\e112";
|
|
}
|
|
.glyphicon-chevron-up:before {
|
|
content: "\e113";
|
|
}
|
|
.glyphicon-chevron-down:before {
|
|
content: "\e114";
|
|
}
|
|
.glyphicon-retweet:before {
|
|
content: "\e115";
|
|
}
|
|
.glyphicon-shopping-cart:before {
|
|
content: "\e116";
|
|
}
|
|
.glyphicon-folder-close:before {
|
|
content: "\e117";
|
|
}
|
|
.glyphicon-folder-open:before {
|
|
content: "\e118";
|
|
}
|
|
.glyphicon-resize-vertical:before {
|
|
content: "\e119";
|
|
}
|
|
.glyphicon-resize-horizontal:before {
|
|
content: "\e120";
|
|
}
|
|
.glyphicon-hdd:before {
|
|
content: "\e121";
|
|
}
|
|
.glyphicon-bullhorn:before {
|
|
content: "\e122";
|
|
}
|
|
.glyphicon-bell:before {
|
|
content: "\e123";
|
|
}
|
|
.glyphicon-certificate:before {
|
|
content: "\e124";
|
|
}
|
|
.glyphicon-thumbs-up:before {
|
|
content: "\e125";
|
|
}
|
|
.glyphicon-thumbs-down:before {
|
|
content: "\e126";
|
|
}
|
|
.glyphicon-hand-right:before {
|
|
content: "\e127";
|
|
}
|
|
.glyphicon-hand-left:before {
|
|
content: "\e128";
|
|
}
|
|
.glyphicon-hand-up:before {
|
|
content: "\e129";
|
|
}
|
|
.glyphicon-hand-down:before {
|
|
content: "\e130";
|
|
}
|
|
.glyphicon-circle-arrow-right:before {
|
|
content: "\e131";
|
|
}
|
|
.glyphicon-circle-arrow-left:before {
|
|
content: "\e132";
|
|
}
|
|
.glyphicon-circle-arrow-up:before {
|
|
content: "\e133";
|
|
}
|
|
.glyphicon-circle-arrow-down:before {
|
|
content: "\e134";
|
|
}
|
|
.glyphicon-globe:before {
|
|
content: "\e135";
|
|
}
|
|
.glyphicon-wrench:before {
|
|
content: "\e136";
|
|
}
|
|
.glyphicon-tasks:before {
|
|
content: "\e137";
|
|
}
|
|
.glyphicon-filter:before {
|
|
content: "\e138";
|
|
}
|
|
.glyphicon-briefcase:before {
|
|
content: "\e139";
|
|
}
|
|
.glyphicon-fullscreen:before {
|
|
content: "\e140";
|
|
}
|
|
.glyphicon-dashboard:before {
|
|
content: "\e141";
|
|
}
|
|
.glyphicon-paperclip:before {
|
|
content: "\e142";
|
|
}
|
|
.glyphicon-heart-empty:before {
|
|
content: "\e143";
|
|
}
|
|
.glyphicon-link:before {
|
|
content: "\e144";
|
|
}
|
|
.glyphicon-phone:before {
|
|
content: "\e145";
|
|
}
|
|
.glyphicon-pushpin:before {
|
|
content: "\e146";
|
|
}
|
|
.glyphicon-usd:before {
|
|
content: "\e148";
|
|
}
|
|
.glyphicon-gbp:before {
|
|
content: "\e149";
|
|
}
|
|
.glyphicon-sort:before {
|
|
content: "\e150";
|
|
}
|
|
.glyphicon-sort-by-alphabet:before {
|
|
content: "\e151";
|
|
}
|
|
.glyphicon-sort-by-alphabet-alt:before {
|
|
content: "\e152";
|
|
}
|
|
.glyphicon-sort-by-order:before {
|
|
content: "\e153";
|
|
}
|
|
.glyphicon-sort-by-order-alt:before {
|
|
content: "\e154";
|
|
}
|
|
.glyphicon-sort-by-attributes:before {
|
|
content: "\e155";
|
|
}
|
|
.glyphicon-sort-by-attributes-alt:before {
|
|
content: "\e156";
|
|
}
|
|
.glyphicon-unchecked:before {
|
|
content: "\e157";
|
|
}
|
|
.glyphicon-expand:before {
|
|
content: "\e158";
|
|
}
|
|
.glyphicon-collapse-down:before {
|
|
content: "\e159";
|
|
}
|
|
.glyphicon-collapse-up:before {
|
|
content: "\e160";
|
|
}
|
|
.glyphicon-log-in:before {
|
|
content: "\e161";
|
|
}
|
|
.glyphicon-flash:before {
|
|
content: "\e162";
|
|
}
|
|
.glyphicon-log-out:before {
|
|
content: "\e163";
|
|
}
|
|
.glyphicon-new-window:before {
|
|
content: "\e164";
|
|
}
|
|
.glyphicon-record:before {
|
|
content: "\e165";
|
|
}
|
|
.glyphicon-save:before {
|
|
content: "\e166";
|
|
}
|
|
.glyphicon-open:before {
|
|
content: "\e167";
|
|
}
|
|
.glyphicon-saved:before {
|
|
content: "\e168";
|
|
}
|
|
.glyphicon-import:before {
|
|
content: "\e169";
|
|
}
|
|
.glyphicon-export:before {
|
|
content: "\e170";
|
|
}
|
|
.glyphicon-send:before {
|
|
content: "\e171";
|
|
}
|
|
.glyphicon-floppy-disk:before {
|
|
content: "\e172";
|
|
}
|
|
.glyphicon-floppy-saved:before {
|
|
content: "\e173";
|
|
}
|
|
.glyphicon-floppy-remove:before {
|
|
content: "\e174";
|
|
}
|
|
.glyphicon-floppy-save:before {
|
|
content: "\e175";
|
|
}
|
|
.glyphicon-floppy-open:before {
|
|
content: "\e176";
|
|
}
|
|
.glyphicon-credit-card:before {
|
|
content: "\e177";
|
|
}
|
|
.glyphicon-transfer:before {
|
|
content: "\e178";
|
|
}
|
|
.glyphicon-cutlery:before {
|
|
content: "\e179";
|
|
}
|
|
.glyphicon-header:before {
|
|
content: "\e180";
|
|
}
|
|
.glyphicon-compressed:before {
|
|
content: "\e181";
|
|
}
|
|
.glyphicon-earphone:before {
|
|
content: "\e182";
|
|
}
|
|
.glyphicon-phone-alt:before {
|
|
content: "\e183";
|
|
}
|
|
.glyphicon-tower:before {
|
|
content: "\e184";
|
|
}
|
|
.glyphicon-stats:before {
|
|
content: "\e185";
|
|
}
|
|
.glyphicon-sd-video:before {
|
|
content: "\e186";
|
|
}
|
|
.glyphicon-hd-video:before {
|
|
content: "\e187";
|
|
}
|
|
.glyphicon-subtitles:before {
|
|
content: "\e188";
|
|
}
|
|
.glyphicon-sound-stereo:before {
|
|
content: "\e189";
|
|
}
|
|
.glyphicon-sound-dolby:before {
|
|
content: "\e190";
|
|
}
|
|
.glyphicon-sound-5-1:before {
|
|
content: "\e191";
|
|
}
|
|
.glyphicon-sound-6-1:before {
|
|
content: "\e192";
|
|
}
|
|
.glyphicon-sound-7-1:before {
|
|
content: "\e193";
|
|
}
|
|
.glyphicon-copyright-mark:before {
|
|
content: "\e194";
|
|
}
|
|
.glyphicon-registration-mark:before {
|
|
content: "\e195";
|
|
}
|
|
.glyphicon-cloud-download:before {
|
|
content: "\e197";
|
|
}
|
|
.glyphicon-cloud-upload:before {
|
|
content: "\e198";
|
|
}
|
|
.glyphicon-tree-conifer:before {
|
|
content: "\e199";
|
|
}
|
|
.glyphicon-tree-deciduous:before {
|
|
content: "\e200";
|
|
}
|
|
.glyphicon-cd:before {
|
|
content: "\e201";
|
|
}
|
|
.glyphicon-save-file:before {
|
|
content: "\e202";
|
|
}
|
|
.glyphicon-open-file:before {
|
|
content: "\e203";
|
|
}
|
|
.glyphicon-level-up:before {
|
|
content: "\e204";
|
|
}
|
|
.glyphicon-copy:before {
|
|
content: "\e205";
|
|
}
|
|
.glyphicon-paste:before {
|
|
content: "\e206";
|
|
}
|
|
.glyphicon-alert:before {
|
|
content: "\e209";
|
|
}
|
|
.glyphicon-equalizer:before {
|
|
content: "\e210";
|
|
}
|
|
.glyphicon-king:before {
|
|
content: "\e211";
|
|
}
|
|
.glyphicon-queen:before {
|
|
content: "\e212";
|
|
}
|
|
.glyphicon-pawn:before {
|
|
content: "\e213";
|
|
}
|
|
.glyphicon-bishop:before {
|
|
content: "\e214";
|
|
}
|
|
.glyphicon-knight:before {
|
|
content: "\e215";
|
|
}
|
|
.glyphicon-baby-formula:before {
|
|
content: "\e216";
|
|
}
|
|
.glyphicon-tent:before {
|
|
content: "\26fa";
|
|
}
|
|
.glyphicon-blackboard:before {
|
|
content: "\e218";
|
|
}
|
|
.glyphicon-bed:before {
|
|
content: "\e219";
|
|
}
|
|
.glyphicon-apple:before {
|
|
content: "\f8ff";
|
|
}
|
|
.glyphicon-erase:before {
|
|
content: "\e221";
|
|
}
|
|
.glyphicon-hourglass:before {
|
|
content: "\231b";
|
|
}
|
|
.glyphicon-lamp:before {
|
|
content: "\e223";
|
|
}
|
|
.glyphicon-duplicate:before {
|
|
content: "\e224";
|
|
}
|
|
.glyphicon-piggy-bank:before {
|
|
content: "\e225";
|
|
}
|
|
.glyphicon-scissors:before {
|
|
content: "\e226";
|
|
}
|
|
.glyphicon-bitcoin:before {
|
|
content: "\e227";
|
|
}
|
|
.glyphicon-btc:before {
|
|
content: "\e227";
|
|
}
|
|
.glyphicon-xbt:before {
|
|
content: "\e227";
|
|
}
|
|
.glyphicon-yen:before {
|
|
content: "\00a5";
|
|
}
|
|
.glyphicon-jpy:before {
|
|
content: "\00a5";
|
|
}
|
|
.glyphicon-ruble:before {
|
|
content: "\20bd";
|
|
}
|
|
.glyphicon-rub:before {
|
|
content: "\20bd";
|
|
}
|
|
.glyphicon-scale:before {
|
|
content: "\e230";
|
|
}
|
|
.glyphicon-ice-lolly:before {
|
|
content: "\e231";
|
|
}
|
|
.glyphicon-ice-lolly-tasted:before {
|
|
content: "\e232";
|
|
}
|
|
.glyphicon-education:before {
|
|
content: "\e233";
|
|
}
|
|
.glyphicon-option-horizontal:before {
|
|
content: "\e234";
|
|
}
|
|
.glyphicon-option-vertical:before {
|
|
content: "\e235";
|
|
}
|
|
.glyphicon-menu-hamburger:before {
|
|
content: "\e236";
|
|
}
|
|
.glyphicon-modal-window:before {
|
|
content: "\e237";
|
|
}
|
|
.glyphicon-oil:before {
|
|
content: "\e238";
|
|
}
|
|
.glyphicon-grain:before {
|
|
content: "\e239";
|
|
}
|
|
.glyphicon-sunglasses:before {
|
|
content: "\e240";
|
|
}
|
|
.glyphicon-text-size:before {
|
|
content: "\e241";
|
|
}
|
|
.glyphicon-text-color:before {
|
|
content: "\e242";
|
|
}
|
|
.glyphicon-text-background:before {
|
|
content: "\e243";
|
|
}
|
|
.glyphicon-object-align-top:before {
|
|
content: "\e244";
|
|
}
|
|
.glyphicon-object-align-bottom:before {
|
|
content: "\e245";
|
|
}
|
|
.glyphicon-object-align-horizontal:before {
|
|
content: "\e246";
|
|
}
|
|
.glyphicon-object-align-left:before {
|
|
content: "\e247";
|
|
}
|
|
.glyphicon-object-align-vertical:before {
|
|
content: "\e248";
|
|
}
|
|
.glyphicon-object-align-right:before {
|
|
content: "\e249";
|
|
}
|
|
.glyphicon-triangle-right:before {
|
|
content: "\e250";
|
|
}
|
|
.glyphicon-triangle-left:before {
|
|
content: "\e251";
|
|
}
|
|
.glyphicon-triangle-bottom:before {
|
|
content: "\e252";
|
|
}
|
|
.glyphicon-triangle-top:before {
|
|
content: "\e253";
|
|
}
|
|
.glyphicon-console:before {
|
|
content: "\e254";
|
|
}
|
|
.glyphicon-superscript:before {
|
|
content: "\e255";
|
|
}
|
|
.glyphicon-subscript:before {
|
|
content: "\e256";
|
|
}
|
|
.glyphicon-menu-left:before {
|
|
content: "\e257";
|
|
}
|
|
.glyphicon-menu-right:before {
|
|
content: "\e258";
|
|
}
|
|
.glyphicon-menu-down:before {
|
|
content: "\e259";
|
|
}
|
|
.glyphicon-menu-up:before {
|
|
content: "\e260";
|
|
}
|
|
/*!
|
|
* Font Awesome 3.2.1
|
|
* the iconic font designed for Bootstrap
|
|
* ------------------------------------------------------------------------------
|
|
* The full suite of pictographic icons, examples, and documentation can be
|
|
* found at http://fontawesome.io. Stay up to date on Twitter at
|
|
* http://twitter.com/fontawesome.
|
|
*
|
|
* License
|
|
* ------------------------------------------------------------------------------
|
|
* - The Font Awesome font is licensed under SIL OFL 1.1 -
|
|
* http://scripts.sil.org/OFL
|
|
* - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
|
|
* http://opensource.org/licenses/mit-license.html
|
|
* - Font Awesome documentation licensed under CC BY 3.0 -
|
|
* http://creativecommons.org/licenses/by/3.0/
|
|
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
|
|
* "Font Awesome by Dave Gandy - http://fontawesome.io"
|
|
*
|
|
* Author - Dave Gandy
|
|
* ------------------------------------------------------------------------------
|
|
* Email: dave@fontawesome.io
|
|
* Twitter: http://twitter.com/davegandy
|
|
* Work: Lead Product Designer @ Kyruus - http://kyruus.com
|
|
*/
|
|
/* FONT PATH
|
|
* -------------------------- */
|
|
@font-face {
|
|
font-family: 'FontAwesome';
|
|
src: url('font-awesome/font/fontawesome-webfont.eot?v=3.2.1');
|
|
src: url('font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg'), url('font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('font-awesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('font-awesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
|
@font-face {
|
|
font-family: 'FontAwesome';
|
|
src: url('font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
|
|
}
|
|
}
|
|
/* FONT AWESOME CORE
|
|
* -------------------------- */
|
|
[class^="icon-"],
|
|
[class*=" icon-"] {
|
|
font-family: FontAwesome;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
text-decoration: inherit;
|
|
-webkit-font-smoothing: antialiased;
|
|
*margin-right: 0.3em;
|
|
}
|
|
[class^="icon-"]:before,
|
|
[class*=" icon-"]:before {
|
|
text-decoration: inherit;
|
|
display: inline-block;
|
|
speak: none;
|
|
}
|
|
/* makes the font 33% larger relative to the icon container */
|
|
.icon-large:before {
|
|
vertical-align: -10%;
|
|
font-size: 1.33333333em;
|
|
}
|
|
/* makes sure icons active on rollover in links */
|
|
a [class^="icon-"],
|
|
a [class*=" icon-"] {
|
|
display: inline;
|
|
}
|
|
/* increased font size for icon-large */
|
|
[class^="icon-"].icon-fixed-width,
|
|
[class*=" icon-"].icon-fixed-width {
|
|
display: inline-block;
|
|
width: 1.14285714em;
|
|
text-align: right;
|
|
padding-right: 0.28571429em;
|
|
}
|
|
[class^="icon-"].icon-fixed-width.icon-large,
|
|
[class*=" icon-"].icon-fixed-width.icon-large {
|
|
width: 1.42857143em;
|
|
}
|
|
.icons-ul {
|
|
margin-left: 2.14285714em;
|
|
list-style-type: none;
|
|
}
|
|
.icons-ul > li {
|
|
position: relative;
|
|
}
|
|
.icons-ul .icon-li {
|
|
position: absolute;
|
|
left: -2.14285714em;
|
|
width: 2.14285714em;
|
|
text-align: center;
|
|
line-height: inherit;
|
|
}
|
|
[class^="icon-"].hide,
|
|
[class*=" icon-"].hide {
|
|
display: none;
|
|
}
|
|
.icon-muted {
|
|
color: #eee;
|
|
}
|
|
.icon-light {
|
|
color: #fff;
|
|
}
|
|
.icon-dark {
|
|
color: #333;
|
|
}
|
|
.icon-border {
|
|
border: solid 1px #eee;
|
|
padding: 0.2em 0.25em 0.15em;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
.icon-2x {
|
|
font-size: 2em;
|
|
}
|
|
.icon-2x.icon-border {
|
|
border-width: 2px;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
.icon-3x {
|
|
font-size: 3em;
|
|
}
|
|
.icon-3x.icon-border {
|
|
border-width: 3px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.icon-4x {
|
|
font-size: 4em;
|
|
}
|
|
.icon-4x.icon-border {
|
|
border-width: 4px;
|
|
-webkit-border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
border-radius: 6px;
|
|
}
|
|
.icon-5x {
|
|
font-size: 5em;
|
|
}
|
|
.icon-5x.icon-border {
|
|
border-width: 5px;
|
|
-webkit-border-radius: 7px;
|
|
-moz-border-radius: 7px;
|
|
border-radius: 7px;
|
|
}
|
|
.pull-right {
|
|
float: right;
|
|
}
|
|
.pull-left {
|
|
float: left;
|
|
}
|
|
[class^="icon-"].pull-left,
|
|
[class*=" icon-"].pull-left {
|
|
margin-right: 0.3em;
|
|
}
|
|
[class^="icon-"].pull-right,
|
|
[class*=" icon-"].pull-right {
|
|
margin-left: 0.3em;
|
|
}
|
|
/* BOOTSTRAP SPECIFIC CLASSES
|
|
* -------------------------- */
|
|
/* Bootstrap 2.0 sprites.less reset */
|
|
[class^="icon-"],
|
|
[class*=" icon-"] {
|
|
display: inline;
|
|
width: auto;
|
|
height: auto;
|
|
line-height: normal;
|
|
vertical-align: baseline;
|
|
background-image: none;
|
|
background-position: 0% 0%;
|
|
background-repeat: repeat;
|
|
margin-top: 0;
|
|
}
|
|
/* more sprites.less reset */
|
|
.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: none;
|
|
}
|
|
/* keeps Bootstrap styles with and without icons the same */
|
|
.btn [class^="icon-"].icon-large,
|
|
.nav [class^="icon-"].icon-large,
|
|
.btn [class*=" icon-"].icon-large,
|
|
.nav [class*=" icon-"].icon-large {
|
|
line-height: 0.9em;
|
|
}
|
|
.btn [class^="icon-"].icon-spin,
|
|
.nav [class^="icon-"].icon-spin,
|
|
.btn [class*=" icon-"].icon-spin,
|
|
.nav [class*=" icon-"].icon-spin {
|
|
display: inline-block;
|
|
}
|
|
.nav-tabs [class^="icon-"],
|
|
.nav-pills [class^="icon-"],
|
|
.nav-tabs [class*=" icon-"],
|
|
.nav-pills [class*=" icon-"],
|
|
.nav-tabs [class^="icon-"].icon-large,
|
|
.nav-pills [class^="icon-"].icon-large,
|
|
.nav-tabs [class*=" icon-"].icon-large,
|
|
.nav-pills [class*=" icon-"].icon-large {
|
|
line-height: 0.9em;
|
|
}
|
|
.btn [class^="icon-"].pull-left.icon-2x,
|
|
.btn [class*=" icon-"].pull-left.icon-2x,
|
|
.btn [class^="icon-"].pull-right.icon-2x,
|
|
.btn [class*=" icon-"].pull-right.icon-2x {
|
|
margin-top: 0.18em;
|
|
}
|
|
.btn [class^="icon-"].icon-spin.icon-large,
|
|
.btn [class*=" icon-"].icon-spin.icon-large {
|
|
line-height: 0.8em;
|
|
}
|
|
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
|
|
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
|
|
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
|
|
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
|
|
margin-top: 0.25em;
|
|
}
|
|
.btn.btn-large [class^="icon-"],
|
|
.btn.btn-large [class*=" icon-"] {
|
|
margin-top: 0;
|
|
}
|
|
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
|
|
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
|
|
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
|
|
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
|
|
margin-top: 0.05em;
|
|
}
|
|
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
|
|
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
|
|
margin-right: 0.2em;
|
|
}
|
|
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
|
|
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
|
|
margin-left: 0.2em;
|
|
}
|
|
/* Fixes alignment in nav lists */
|
|
.nav-list [class^="icon-"],
|
|
.nav-list [class*=" icon-"] {
|
|
line-height: inherit;
|
|
}
|
|
/* EXTRAS
|
|
* -------------------------- */
|
|
/* Stacked and layered icon */
|
|
.icon-stack {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 2em;
|
|
height: 2em;
|
|
line-height: 2em;
|
|
vertical-align: -35%;
|
|
}
|
|
.icon-stack [class^="icon-"],
|
|
.icon-stack [class*=" icon-"] {
|
|
display: block;
|
|
text-align: center;
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
font-size: 1em;
|
|
line-height: inherit;
|
|
*line-height: 2em;
|
|
}
|
|
.icon-stack .icon-stack-base {
|
|
font-size: 2em;
|
|
*line-height: 1em;
|
|
}
|
|
/* Animated rotating icon */
|
|
.icon-spin {
|
|
display: inline-block;
|
|
-moz-animation: spin 2s infinite linear;
|
|
-o-animation: spin 2s infinite linear;
|
|
-webkit-animation: spin 2s infinite linear;
|
|
animation: spin 2s infinite linear;
|
|
}
|
|
/* Prevent stack and spinners from being taken inline when inside a link */
|
|
a .icon-stack,
|
|
a .icon-spin {
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
}
|
|
@-moz-keyframes spin {
|
|
0% {
|
|
-moz-transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-moz-transform: rotate(359deg);
|
|
}
|
|
}
|
|
@-webkit-keyframes spin {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(359deg);
|
|
}
|
|
}
|
|
@-o-keyframes spin {
|
|
0% {
|
|
-o-transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-o-transform: rotate(359deg);
|
|
}
|
|
}
|
|
@-ms-keyframes spin {
|
|
0% {
|
|
-ms-transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-ms-transform: rotate(359deg);
|
|
}
|
|
}
|
|
@keyframes spin {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
/* Icon rotations and mirroring */
|
|
.icon-rotate-90:before {
|
|
-webkit-transform: rotate(90deg);
|
|
-moz-transform: rotate(90deg);
|
|
-ms-transform: rotate(90deg);
|
|
-o-transform: rotate(90deg);
|
|
transform: rotate(90deg);
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
|
}
|
|
.icon-rotate-180:before {
|
|
-webkit-transform: rotate(180deg);
|
|
-moz-transform: rotate(180deg);
|
|
-ms-transform: rotate(180deg);
|
|
-o-transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
|
|
}
|
|
.icon-rotate-270:before {
|
|
-webkit-transform: rotate(270deg);
|
|
-moz-transform: rotate(270deg);
|
|
-ms-transform: rotate(270deg);
|
|
-o-transform: rotate(270deg);
|
|
transform: rotate(270deg);
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
|
|
}
|
|
.icon-flip-horizontal:before {
|
|
-webkit-transform: scale(-1, 1);
|
|
-moz-transform: scale(-1, 1);
|
|
-ms-transform: scale(-1, 1);
|
|
-o-transform: scale(-1, 1);
|
|
transform: scale(-1, 1);
|
|
}
|
|
.icon-flip-vertical:before {
|
|
-webkit-transform: scale(1, -1);
|
|
-moz-transform: scale(1, -1);
|
|
-ms-transform: scale(1, -1);
|
|
-o-transform: scale(1, -1);
|
|
transform: scale(1, -1);
|
|
}
|
|
/* ensure rotation occurs inside anchor tags */
|
|
a .icon-rotate-90:before,
|
|
a .icon-rotate-180:before,
|
|
a .icon-rotate-270:before,
|
|
a .icon-flip-horizontal:before,
|
|
a .icon-flip-vertical:before {
|
|
display: inline-block;
|
|
}
|
|
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
|
readers do not read off random characters that represent icons */
|
|
.icon-glass:before {
|
|
content: "\f000";
|
|
}
|
|
.icon-music:before {
|
|
content: "\f001";
|
|
}
|
|
.icon-search:before {
|
|
content: "\f002";
|
|
}
|
|
.icon-envelope-alt:before {
|
|
content: "\f003";
|
|
}
|
|
.icon-heart:before {
|
|
content: "\f004";
|
|
}
|
|
.icon-star:before {
|
|
content: "\f005";
|
|
}
|
|
.icon-star-empty:before {
|
|
content: "\f006";
|
|
}
|
|
.icon-user:before {
|
|
content: "\f007";
|
|
}
|
|
.icon-film:before {
|
|
content: "\f008";
|
|
}
|
|
.icon-th-large:before {
|
|
content: "\f009";
|
|
}
|
|
.icon-th:before {
|
|
content: "\f00a";
|
|
}
|
|
.icon-th-list:before {
|
|
content: "\f00b";
|
|
}
|
|
.icon-ok:before {
|
|
content: "\f00c";
|
|
}
|
|
.icon-remove:before {
|
|
content: "\f00d";
|
|
}
|
|
.icon-zoom-in:before {
|
|
content: "\f00e";
|
|
}
|
|
.icon-zoom-out:before {
|
|
content: "\f010";
|
|
}
|
|
.icon-power-off:before,
|
|
.icon-off:before {
|
|
content: "\f011";
|
|
}
|
|
.icon-signal:before {
|
|
content: "\f012";
|
|
}
|
|
.icon-gear:before,
|
|
.icon-cog:before {
|
|
content: "\f013";
|
|
}
|
|
.icon-trash:before {
|
|
content: "\f014";
|
|
}
|
|
.icon-home:before {
|
|
content: "\f015";
|
|
}
|
|
.icon-file-alt:before {
|
|
content: "\f016";
|
|
}
|
|
.icon-time:before {
|
|
content: "\f017";
|
|
}
|
|
.icon-road:before {
|
|
content: "\f018";
|
|
}
|
|
.icon-download-alt:before {
|
|
content: "\f019";
|
|
}
|
|
.icon-download:before {
|
|
content: "\f01a";
|
|
}
|
|
.icon-upload:before {
|
|
content: "\f01b";
|
|
}
|
|
.icon-inbox:before {
|
|
content: "\f01c";
|
|
}
|
|
.icon-play-circle:before {
|
|
content: "\f01d";
|
|
}
|
|
.icon-rotate-right:before,
|
|
.icon-repeat:before {
|
|
content: "\f01e";
|
|
}
|
|
.icon-refresh:before {
|
|
content: "\f021";
|
|
}
|
|
.icon-list-alt:before {
|
|
content: "\f022";
|
|
}
|
|
.icon-lock:before {
|
|
content: "\f023";
|
|
}
|
|
.icon-flag:before {
|
|
content: "\f024";
|
|
}
|
|
.icon-headphones:before {
|
|
content: "\f025";
|
|
}
|
|
.icon-volume-off:before {
|
|
content: "\f026";
|
|
}
|
|
.icon-volume-down:before {
|
|
content: "\f027";
|
|
}
|
|
.icon-volume-up:before {
|
|
content: "\f028";
|
|
}
|
|
.icon-qrcode:before {
|
|
content: "\f029";
|
|
}
|
|
.icon-barcode:before {
|
|
content: "\f02a";
|
|
}
|
|
.icon-tag:before {
|
|
content: "\f02b";
|
|
}
|
|
.icon-tags:before {
|
|
content: "\f02c";
|
|
}
|
|
.icon-book:before {
|
|
content: "\f02d";
|
|
}
|
|
.icon-bookmark:before {
|
|
content: "\f02e";
|
|
}
|
|
.icon-print:before {
|
|
content: "\f02f";
|
|
}
|
|
.icon-camera:before {
|
|
content: "\f030";
|
|
}
|
|
.icon-font:before {
|
|
content: "\f031";
|
|
}
|
|
.icon-bold:before {
|
|
content: "\f032";
|
|
}
|
|
.icon-italic:before {
|
|
content: "\f033";
|
|
}
|
|
.icon-text-height:before {
|
|
content: "\f034";
|
|
}
|
|
.icon-text-width:before {
|
|
content: "\f035";
|
|
}
|
|
.icon-align-left:before {
|
|
content: "\f036";
|
|
}
|
|
.icon-align-center:before {
|
|
content: "\f037";
|
|
}
|
|
.icon-align-right:before {
|
|
content: "\f038";
|
|
}
|
|
.icon-align-justify:before {
|
|
content: "\f039";
|
|
}
|
|
.icon-list:before {
|
|
content: "\f03a";
|
|
}
|
|
.icon-indent-left:before {
|
|
content: "\f03b";
|
|
}
|
|
.icon-indent-right:before {
|
|
content: "\f03c";
|
|
}
|
|
.icon-facetime-video:before {
|
|
content: "\f03d";
|
|
}
|
|
.icon-picture:before {
|
|
content: "\f03e";
|
|
}
|
|
.icon-pencil:before {
|
|
content: "\f040";
|
|
}
|
|
.icon-map-marker:before {
|
|
content: "\f041";
|
|
}
|
|
.icon-adjust:before {
|
|
content: "\f042";
|
|
}
|
|
.icon-tint:before {
|
|
content: "\f043";
|
|
}
|
|
.icon-edit:before {
|
|
content: "\f044";
|
|
}
|
|
.icon-share:before {
|
|
content: "\f045";
|
|
}
|
|
.icon-check:before {
|
|
content: "\f046";
|
|
}
|
|
.icon-move:before {
|
|
content: "\f047";
|
|
}
|
|
.icon-step-backward:before {
|
|
content: "\f048";
|
|
}
|
|
.icon-fast-backward:before {
|
|
content: "\f049";
|
|
}
|
|
.icon-backward:before {
|
|
content: "\f04a";
|
|
}
|
|
.icon-play:before {
|
|
content: "\f04b";
|
|
}
|
|
.icon-pause:before {
|
|
content: "\f04c";
|
|
}
|
|
.icon-stop:before {
|
|
content: "\f04d";
|
|
}
|
|
.icon-forward:before {
|
|
content: "\f04e";
|
|
}
|
|
.icon-fast-forward:before {
|
|
content: "\f050";
|
|
}
|
|
.icon-step-forward:before {
|
|
content: "\f051";
|
|
}
|
|
.icon-eject:before {
|
|
content: "\f052";
|
|
}
|
|
.icon-chevron-left:before {
|
|
content: "\f053";
|
|
}
|
|
.icon-chevron-right:before {
|
|
content: "\f054";
|
|
}
|
|
.icon-plus-sign:before {
|
|
content: "\f055";
|
|
}
|
|
.icon-minus-sign:before {
|
|
content: "\f056";
|
|
}
|
|
.icon-remove-sign:before {
|
|
content: "\f057";
|
|
}
|
|
.icon-ok-sign:before {
|
|
content: "\f058";
|
|
}
|
|
.icon-question-sign:before {
|
|
content: "\f059";
|
|
}
|
|
.icon-info-sign:before {
|
|
content: "\f05a";
|
|
}
|
|
.icon-screenshot:before {
|
|
content: "\f05b";
|
|
}
|
|
.icon-remove-circle:before {
|
|
content: "\f05c";
|
|
}
|
|
.icon-ok-circle:before {
|
|
content: "\f05d";
|
|
}
|
|
.icon-ban-circle:before {
|
|
content: "\f05e";
|
|
}
|
|
.icon-arrow-left:before {
|
|
content: "\f060";
|
|
}
|
|
.icon-arrow-right:before {
|
|
content: "\f061";
|
|
}
|
|
.icon-arrow-up:before {
|
|
content: "\f062";
|
|
}
|
|
.icon-arrow-down:before {
|
|
content: "\f063";
|
|
}
|
|
.icon-mail-forward:before,
|
|
.icon-share-alt:before {
|
|
content: "\f064";
|
|
}
|
|
.icon-resize-full:before {
|
|
content: "\f065";
|
|
}
|
|
.icon-resize-small:before {
|
|
content: "\f066";
|
|
}
|
|
.icon-plus:before {
|
|
content: "\f067";
|
|
}
|
|
.icon-minus:before {
|
|
content: "\f068";
|
|
}
|
|
.icon-asterisk:before {
|
|
content: "\f069";
|
|
}
|
|
.icon-exclamation-sign:before {
|
|
content: "\f06a";
|
|
}
|
|
.icon-gift:before {
|
|
content: "\f06b";
|
|
}
|
|
.icon-leaf:before {
|
|
content: "\f06c";
|
|
}
|
|
.icon-fire:before {
|
|
content: "\f06d";
|
|
}
|
|
.icon-eye-open:before {
|
|
content: "\f06e";
|
|
}
|
|
.icon-eye-close:before {
|
|
content: "\f070";
|
|
}
|
|
.icon-warning-sign:before {
|
|
content: "\f071";
|
|
}
|
|
.icon-plane:before {
|
|
content: "\f072";
|
|
}
|
|
.icon-calendar:before {
|
|
content: "\f073";
|
|
}
|
|
.icon-random:before {
|
|
content: "\f074";
|
|
}
|
|
.icon-comment:before {
|
|
content: "\f075";
|
|
}
|
|
.icon-magnet:before {
|
|
content: "\f076";
|
|
}
|
|
.icon-chevron-up:before {
|
|
content: "\f077";
|
|
}
|
|
.icon-chevron-down:before {
|
|
content: "\f078";
|
|
}
|
|
.icon-retweet:before {
|
|
content: "\f079";
|
|
}
|
|
.icon-shopping-cart:before {
|
|
content: "\f07a";
|
|
}
|
|
.icon-folder-close:before {
|
|
content: "\f07b";
|
|
}
|
|
.icon-folder-open:before {
|
|
content: "\f07c";
|
|
}
|
|
.icon-resize-vertical:before {
|
|
content: "\f07d";
|
|
}
|
|
.icon-resize-horizontal:before {
|
|
content: "\f07e";
|
|
}
|
|
.icon-bar-chart:before {
|
|
content: "\f080";
|
|
}
|
|
.icon-twitter-sign:before {
|
|
content: "\f081";
|
|
}
|
|
.icon-facebook-sign:before {
|
|
content: "\f082";
|
|
}
|
|
.icon-camera-retro:before {
|
|
content: "\f083";
|
|
}
|
|
.icon-key:before {
|
|
content: "\f084";
|
|
}
|
|
.icon-gears:before,
|
|
.icon-cogs:before {
|
|
content: "\f085";
|
|
}
|
|
.icon-comments:before {
|
|
content: "\f086";
|
|
}
|
|
.icon-thumbs-up-alt:before {
|
|
content: "\f087";
|
|
}
|
|
.icon-thumbs-down-alt:before {
|
|
content: "\f088";
|
|
}
|
|
.icon-star-half:before {
|
|
content: "\f089";
|
|
}
|
|
.icon-heart-empty:before {
|
|
content: "\f08a";
|
|
}
|
|
.icon-signout:before {
|
|
content: "\f08b";
|
|
}
|
|
.icon-linkedin-sign:before {
|
|
content: "\f08c";
|
|
}
|
|
.icon-pushpin:before {
|
|
content: "\f08d";
|
|
}
|
|
.icon-external-link:before {
|
|
content: "\f08e";
|
|
}
|
|
.icon-signin:before {
|
|
content: "\f090";
|
|
}
|
|
.icon-trophy:before {
|
|
content: "\f091";
|
|
}
|
|
.icon-github-sign:before {
|
|
content: "\f092";
|
|
}
|
|
.icon-upload-alt:before {
|
|
content: "\f093";
|
|
}
|
|
.icon-lemon:before {
|
|
content: "\f094";
|
|
}
|
|
.icon-phone:before {
|
|
content: "\f095";
|
|
}
|
|
.icon-unchecked:before,
|
|
.icon-check-empty:before {
|
|
content: "\f096";
|
|
}
|
|
.icon-bookmark-empty:before {
|
|
content: "\f097";
|
|
}
|
|
.icon-phone-sign:before {
|
|
content: "\f098";
|
|
}
|
|
.icon-twitter:before {
|
|
content: "\f099";
|
|
}
|
|
.icon-facebook:before {
|
|
content: "\f09a";
|
|
}
|
|
.icon-github:before {
|
|
content: "\f09b";
|
|
}
|
|
.icon-unlock:before {
|
|
content: "\f09c";
|
|
}
|
|
.icon-credit-card:before {
|
|
content: "\f09d";
|
|
}
|
|
.icon-rss:before {
|
|
content: "\f09e";
|
|
}
|
|
.icon-hdd:before {
|
|
content: "\f0a0";
|
|
}
|
|
.icon-bullhorn:before {
|
|
content: "\f0a1";
|
|
}
|
|
.icon-bell:before {
|
|
content: "\f0a2";
|
|
}
|
|
.icon-certificate:before {
|
|
content: "\f0a3";
|
|
}
|
|
.icon-hand-right:before {
|
|
content: "\f0a4";
|
|
}
|
|
.icon-hand-left:before {
|
|
content: "\f0a5";
|
|
}
|
|
.icon-hand-up:before {
|
|
content: "\f0a6";
|
|
}
|
|
.icon-hand-down:before {
|
|
content: "\f0a7";
|
|
}
|
|
.icon-circle-arrow-left:before {
|
|
content: "\f0a8";
|
|
}
|
|
.icon-circle-arrow-right:before {
|
|
content: "\f0a9";
|
|
}
|
|
.icon-circle-arrow-up:before {
|
|
content: "\f0aa";
|
|
}
|
|
.icon-circle-arrow-down:before {
|
|
content: "\f0ab";
|
|
}
|
|
.icon-globe:before {
|
|
content: "\f0ac";
|
|
}
|
|
.icon-wrench:before {
|
|
content: "\f0ad";
|
|
}
|
|
.icon-tasks:before {
|
|
content: "\f0ae";
|
|
}
|
|
.icon-filter:before {
|
|
content: "\f0b0";
|
|
}
|
|
.icon-briefcase:before {
|
|
content: "\f0b1";
|
|
}
|
|
.icon-fullscreen:before {
|
|
content: "\f0b2";
|
|
}
|
|
.icon-group:before {
|
|
content: "\f0c0";
|
|
}
|
|
.icon-link:before {
|
|
content: "\f0c1";
|
|
}
|
|
.icon-cloud:before {
|
|
content: "\f0c2";
|
|
}
|
|
.icon-beaker:before {
|
|
content: "\f0c3";
|
|
}
|
|
.icon-cut:before {
|
|
content: "\f0c4";
|
|
}
|
|
.icon-copy:before {
|
|
content: "\f0c5";
|
|
}
|
|
.icon-paperclip:before,
|
|
.icon-paper-clip:before {
|
|
content: "\f0c6";
|
|
}
|
|
.icon-save:before {
|
|
content: "\f0c7";
|
|
}
|
|
.icon-sign-blank:before {
|
|
content: "\f0c8";
|
|
}
|
|
.icon-reorder:before {
|
|
content: "\f0c9";
|
|
}
|
|
.icon-list-ul:before {
|
|
content: "\f0ca";
|
|
}
|
|
.icon-list-ol:before {
|
|
content: "\f0cb";
|
|
}
|
|
.icon-strikethrough:before {
|
|
content: "\f0cc";
|
|
}
|
|
.icon-underline:before {
|
|
content: "\f0cd";
|
|
}
|
|
.icon-table:before {
|
|
content: "\f0ce";
|
|
}
|
|
.icon-magic:before {
|
|
content: "\f0d0";
|
|
}
|
|
.icon-truck:before {
|
|
content: "\f0d1";
|
|
}
|
|
.icon-pinterest:before {
|
|
content: "\f0d2";
|
|
}
|
|
.icon-pinterest-sign:before {
|
|
content: "\f0d3";
|
|
}
|
|
.icon-google-plus-sign:before {
|
|
content: "\f0d4";
|
|
}
|
|
.icon-google-plus:before {
|
|
content: "\f0d5";
|
|
}
|
|
.icon-money:before {
|
|
content: "\f0d6";
|
|
}
|
|
.icon-caret-down:before {
|
|
content: "\f0d7";
|
|
}
|
|
.icon-caret-up:before {
|
|
content: "\f0d8";
|
|
}
|
|
.icon-caret-left:before {
|
|
content: "\f0d9";
|
|
}
|
|
.icon-caret-right:before {
|
|
content: "\f0da";
|
|
}
|
|
.icon-columns:before {
|
|
content: "\f0db";
|
|
}
|
|
.icon-sort:before {
|
|
content: "\f0dc";
|
|
}
|
|
.icon-sort-down:before {
|
|
content: "\f0dd";
|
|
}
|
|
.icon-sort-up:before {
|
|
content: "\f0de";
|
|
}
|
|
.icon-envelope:before {
|
|
content: "\f0e0";
|
|
}
|
|
.icon-linkedin:before {
|
|
content: "\f0e1";
|
|
}
|
|
.icon-rotate-left:before,
|
|
.icon-undo:before {
|
|
content: "\f0e2";
|
|
}
|
|
.icon-legal:before {
|
|
content: "\f0e3";
|
|
}
|
|
.icon-dashboard:before {
|
|
content: "\f0e4";
|
|
}
|
|
.icon-comment-alt:before {
|
|
content: "\f0e5";
|
|
}
|
|
.icon-comments-alt:before {
|
|
content: "\f0e6";
|
|
}
|
|
.icon-bolt:before {
|
|
content: "\f0e7";
|
|
}
|
|
.icon-sitemap:before {
|
|
content: "\f0e8";
|
|
}
|
|
.icon-umbrella:before {
|
|
content: "\f0e9";
|
|
}
|
|
.icon-paste:before {
|
|
content: "\f0ea";
|
|
}
|
|
.icon-lightbulb:before {
|
|
content: "\f0eb";
|
|
}
|
|
.icon-exchange:before {
|
|
content: "\f0ec";
|
|
}
|
|
.icon-cloud-download:before {
|
|
content: "\f0ed";
|
|
}
|
|
.icon-cloud-upload:before {
|
|
content: "\f0ee";
|
|
}
|
|
.icon-user-md:before {
|
|
content: "\f0f0";
|
|
}
|
|
.icon-stethoscope:before {
|
|
content: "\f0f1";
|
|
}
|
|
.icon-suitcase:before {
|
|
content: "\f0f2";
|
|
}
|
|
.icon-bell-alt:before {
|
|
content: "\f0f3";
|
|
}
|
|
.icon-coffee:before {
|
|
content: "\f0f4";
|
|
}
|
|
.icon-food:before {
|
|
content: "\f0f5";
|
|
}
|
|
.icon-file-text-alt:before {
|
|
content: "\f0f6";
|
|
}
|
|
.icon-building:before {
|
|
content: "\f0f7";
|
|
}
|
|
.icon-hospital:before {
|
|
content: "\f0f8";
|
|
}
|
|
.icon-ambulance:before {
|
|
content: "\f0f9";
|
|
}
|
|
.icon-medkit:before {
|
|
content: "\f0fa";
|
|
}
|
|
.icon-fighter-jet:before {
|
|
content: "\f0fb";
|
|
}
|
|
.icon-beer:before {
|
|
content: "\f0fc";
|
|
}
|
|
.icon-h-sign:before {
|
|
content: "\f0fd";
|
|
}
|
|
.icon-plus-sign-alt:before {
|
|
content: "\f0fe";
|
|
}
|
|
.icon-double-angle-left:before {
|
|
content: "\f100";
|
|
}
|
|
.icon-double-angle-right:before {
|
|
content: "\f101";
|
|
}
|
|
.icon-double-angle-up:before {
|
|
content: "\f102";
|
|
}
|
|
.icon-double-angle-down:before {
|
|
content: "\f103";
|
|
}
|
|
.icon-angle-left:before {
|
|
content: "\f104";
|
|
}
|
|
.icon-angle-right:before {
|
|
content: "\f105";
|
|
}
|
|
.icon-angle-up:before {
|
|
content: "\f106";
|
|
}
|
|
.icon-angle-down:before {
|
|
content: "\f107";
|
|
}
|
|
.icon-desktop:before {
|
|
content: "\f108";
|
|
}
|
|
.icon-laptop:before {
|
|
content: "\f109";
|
|
}
|
|
.icon-tablet:before {
|
|
content: "\f10a";
|
|
}
|
|
.icon-mobile-phone:before {
|
|
content: "\f10b";
|
|
}
|
|
.icon-circle-blank:before {
|
|
content: "\f10c";
|
|
}
|
|
.icon-quote-left:before {
|
|
content: "\f10d";
|
|
}
|
|
.icon-quote-right:before {
|
|
content: "\f10e";
|
|
}
|
|
.icon-spinner:before {
|
|
content: "\f110";
|
|
}
|
|
.icon-circle:before {
|
|
content: "\f111";
|
|
}
|
|
.icon-mail-reply:before,
|
|
.icon-reply:before {
|
|
content: "\f112";
|
|
}
|
|
.icon-github-alt:before {
|
|
content: "\f113";
|
|
}
|
|
.icon-folder-close-alt:before {
|
|
content: "\f114";
|
|
}
|
|
.icon-folder-open-alt:before {
|
|
content: "\f115";
|
|
}
|
|
.icon-expand-alt:before {
|
|
content: "\f116";
|
|
}
|
|
.icon-collapse-alt:before {
|
|
content: "\f117";
|
|
}
|
|
.icon-smile:before {
|
|
content: "\f118";
|
|
}
|
|
.icon-frown:before {
|
|
content: "\f119";
|
|
}
|
|
.icon-meh:before {
|
|
content: "\f11a";
|
|
}
|
|
.icon-gamepad:before {
|
|
content: "\f11b";
|
|
}
|
|
.icon-keyboard:before {
|
|
content: "\f11c";
|
|
}
|
|
.icon-flag-alt:before {
|
|
content: "\f11d";
|
|
}
|
|
.icon-flag-checkered:before {
|
|
content: "\f11e";
|
|
}
|
|
.icon-terminal:before {
|
|
content: "\f120";
|
|
}
|
|
.icon-code:before {
|
|
content: "\f121";
|
|
}
|
|
.icon-reply-all:before {
|
|
content: "\f122";
|
|
}
|
|
.icon-mail-reply-all:before {
|
|
content: "\f122";
|
|
}
|
|
.icon-star-half-full:before,
|
|
.icon-star-half-empty:before {
|
|
content: "\f123";
|
|
}
|
|
.icon-location-arrow:before {
|
|
content: "\f124";
|
|
}
|
|
.icon-crop:before {
|
|
content: "\f125";
|
|
}
|
|
.icon-code-fork:before {
|
|
content: "\f126";
|
|
}
|
|
.icon-unlink:before {
|
|
content: "\f127";
|
|
}
|
|
.icon-question:before {
|
|
content: "\f128";
|
|
}
|
|
.icon-info:before {
|
|
content: "\f129";
|
|
}
|
|
.icon-exclamation:before {
|
|
content: "\f12a";
|
|
}
|
|
.icon-superscript:before {
|
|
content: "\f12b";
|
|
}
|
|
.icon-subscript:before {
|
|
content: "\f12c";
|
|
}
|
|
.icon-eraser:before {
|
|
content: "\f12d";
|
|
}
|
|
.icon-puzzle-piece:before {
|
|
content: "\f12e";
|
|
}
|
|
.icon-microphone:before {
|
|
content: "\f130";
|
|
}
|
|
.icon-microphone-off:before {
|
|
content: "\f131";
|
|
}
|
|
.icon-shield:before {
|
|
content: "\f132";
|
|
}
|
|
.icon-calendar-empty:before {
|
|
content: "\f133";
|
|
}
|
|
.icon-fire-extinguisher:before {
|
|
content: "\f134";
|
|
}
|
|
.icon-rocket:before {
|
|
content: "\f135";
|
|
}
|
|
.icon-maxcdn:before {
|
|
content: "\f136";
|
|
}
|
|
.icon-chevron-sign-left:before {
|
|
content: "\f137";
|
|
}
|
|
.icon-chevron-sign-right:before {
|
|
content: "\f138";
|
|
}
|
|
.icon-chevron-sign-up:before {
|
|
content: "\f139";
|
|
}
|
|
.icon-chevron-sign-down:before {
|
|
content: "\f13a";
|
|
}
|
|
.icon-html5:before {
|
|
content: "\f13b";
|
|
}
|
|
.icon-css3:before {
|
|
content: "\f13c";
|
|
}
|
|
.icon-anchor:before {
|
|
content: "\f13d";
|
|
}
|
|
.icon-unlock-alt:before {
|
|
content: "\f13e";
|
|
}
|
|
.icon-bullseye:before {
|
|
content: "\f140";
|
|
}
|
|
.icon-ellipsis-horizontal:before {
|
|
content: "\f141";
|
|
}
|
|
.icon-ellipsis-vertical:before {
|
|
content: "\f142";
|
|
}
|
|
.icon-rss-sign:before {
|
|
content: "\f143";
|
|
}
|
|
.icon-play-sign:before {
|
|
content: "\f144";
|
|
}
|
|
.icon-ticket:before {
|
|
content: "\f145";
|
|
}
|
|
.icon-minus-sign-alt:before {
|
|
content: "\f146";
|
|
}
|
|
.icon-check-minus:before {
|
|
content: "\f147";
|
|
}
|
|
.icon-level-up:before {
|
|
content: "\f148";
|
|
}
|
|
.icon-level-down:before {
|
|
content: "\f149";
|
|
}
|
|
.icon-check-sign:before {
|
|
content: "\f14a";
|
|
}
|
|
.icon-edit-sign:before {
|
|
content: "\f14b";
|
|
}
|
|
.icon-external-link-sign:before {
|
|
content: "\f14c";
|
|
}
|
|
.icon-share-sign:before {
|
|
content: "\f14d";
|
|
}
|
|
.icon-compass:before {
|
|
content: "\f14e";
|
|
}
|
|
.icon-collapse:before {
|
|
content: "\f150";
|
|
}
|
|
.icon-collapse-top:before {
|
|
content: "\f151";
|
|
}
|
|
.icon-expand:before {
|
|
content: "\f152";
|
|
}
|
|
.icon-euro:before,
|
|
.icon-eur:before {
|
|
content: "\f153";
|
|
}
|
|
.icon-gbp:before {
|
|
content: "\f154";
|
|
}
|
|
.icon-dollar:before,
|
|
.icon-usd:before {
|
|
content: "\f155";
|
|
}
|
|
.icon-rupee:before,
|
|
.icon-inr:before {
|
|
content: "\f156";
|
|
}
|
|
.icon-yen:before,
|
|
.icon-jpy:before {
|
|
content: "\f157";
|
|
}
|
|
.icon-renminbi:before,
|
|
.icon-cny:before {
|
|
content: "\f158";
|
|
}
|
|
.icon-won:before,
|
|
.icon-krw:before {
|
|
content: "\f159";
|
|
}
|
|
.icon-bitcoin:before,
|
|
.icon-btc:before {
|
|
content: "\f15a";
|
|
}
|
|
.icon-file:before {
|
|
content: "\f15b";
|
|
}
|
|
.icon-file-text:before {
|
|
content: "\f15c";
|
|
}
|
|
.icon-sort-by-alphabet:before {
|
|
content: "\f15d";
|
|
}
|
|
.icon-sort-by-alphabet-alt:before {
|
|
content: "\f15e";
|
|
}
|
|
.icon-sort-by-attributes:before {
|
|
content: "\f160";
|
|
}
|
|
.icon-sort-by-attributes-alt:before {
|
|
content: "\f161";
|
|
}
|
|
.icon-sort-by-order:before {
|
|
content: "\f162";
|
|
}
|
|
.icon-sort-by-order-alt:before {
|
|
content: "\f163";
|
|
}
|
|
.icon-thumbs-up:before {
|
|
content: "\f164";
|
|
}
|
|
.icon-thumbs-down:before {
|
|
content: "\f165";
|
|
}
|
|
.icon-youtube-sign:before {
|
|
content: "\f166";
|
|
}
|
|
.icon-youtube:before {
|
|
content: "\f167";
|
|
}
|
|
.icon-xing:before {
|
|
content: "\f168";
|
|
}
|
|
.icon-xing-sign:before {
|
|
content: "\f169";
|
|
}
|
|
.icon-youtube-play:before {
|
|
content: "\f16a";
|
|
}
|
|
.icon-dropbox:before {
|
|
content: "\f16b";
|
|
}
|
|
.icon-stackexchange:before {
|
|
content: "\f16c";
|
|
}
|
|
.icon-instagram:before {
|
|
content: "\f16d";
|
|
}
|
|
.icon-flickr:before {
|
|
content: "\f16e";
|
|
}
|
|
.icon-adn:before {
|
|
content: "\f170";
|
|
}
|
|
.icon-bitbucket:before {
|
|
content: "\f171";
|
|
}
|
|
.icon-bitbucket-sign:before {
|
|
content: "\f172";
|
|
}
|
|
.icon-tumblr:before {
|
|
content: "\f173";
|
|
}
|
|
.icon-tumblr-sign:before {
|
|
content: "\f174";
|
|
}
|
|
.icon-long-arrow-down:before {
|
|
content: "\f175";
|
|
}
|
|
.icon-long-arrow-up:before {
|
|
content: "\f176";
|
|
}
|
|
.icon-long-arrow-left:before {
|
|
content: "\f177";
|
|
}
|
|
.icon-long-arrow-right:before {
|
|
content: "\f178";
|
|
}
|
|
.icon-apple:before {
|
|
content: "\f179";
|
|
}
|
|
.icon-windows:before {
|
|
content: "\f17a";
|
|
}
|
|
.icon-android:before {
|
|
content: "\f17b";
|
|
}
|
|
.icon-linux:before {
|
|
content: "\f17c";
|
|
}
|
|
.icon-dribbble:before {
|
|
content: "\f17d";
|
|
}
|
|
.icon-skype:before {
|
|
content: "\f17e";
|
|
}
|
|
.icon-foursquare:before {
|
|
content: "\f180";
|
|
}
|
|
.icon-trello:before {
|
|
content: "\f181";
|
|
}
|
|
.icon-female:before {
|
|
content: "\f182";
|
|
}
|
|
.icon-male:before {
|
|
content: "\f183";
|
|
}
|
|
.icon-gittip:before {
|
|
content: "\f184";
|
|
}
|
|
.icon-sun:before {
|
|
content: "\f185";
|
|
}
|
|
.icon-moon:before {
|
|
content: "\f186";
|
|
}
|
|
.icon-archive:before {
|
|
content: "\f187";
|
|
}
|
|
.icon-bug:before {
|
|
content: "\f188";
|
|
}
|
|
.icon-vk:before {
|
|
content: "\f189";
|
|
}
|
|
.icon-weibo:before {
|
|
content: "\f18a";
|
|
}
|
|
.icon-renren:before {
|
|
content: "\f18b";
|
|
}
|
|
.dropup,
|
|
.dropdown {
|
|
position: relative;
|
|
}
|
|
.dropdown-toggle {
|
|
*margin-bottom: -3px;
|
|
}
|
|
.dropdown-toggle:active,
|
|
.open .dropdown-toggle {
|
|
outline: 0;
|
|
}
|
|
.caret {
|
|
display: inline-block;
|
|
width: 0;
|
|
height: 0;
|
|
vertical-align: top;
|
|
border-top: 4px solid #333333;
|
|
border-right: 4px solid transparent;
|
|
border-left: 4px solid transparent;
|
|
content: "";
|
|
}
|
|
.dropdown .caret {
|
|
margin-top: 8px;
|
|
margin-left: 2px;
|
|
}
|
|
.dropdown-menu {
|
|
position: absolute;
|
|
top: 100%;
|
|
left: 0;
|
|
z-index: 1000;
|
|
display: none;
|
|
float: left;
|
|
min-width: 160px;
|
|
padding: 5px 0;
|
|
margin: 0px -1px 0;
|
|
list-style: none;
|
|
background: #fff;
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
*border-right-width: 2px;
|
|
*border-bottom-width: 2px;
|
|
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
-webkit-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;
|
|
/*scrollbar-width: thin;
|
|
scrollbar-color: rgba(128, 128, 128, 0.2) @brand-border;*/
|
|
}
|
|
.dropdown-menu.pull-right {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
.dropdown-menu .divider {
|
|
height: 1px;
|
|
margin: 9px 0;
|
|
overflow: hidden;
|
|
background-color: #e5e5e5;
|
|
}
|
|
.dropdown-menu > li > a {
|
|
display: block;
|
|
padding: 3px 20px;
|
|
clear: both;
|
|
font-weight: normal;
|
|
line-height: 20px;
|
|
color: #333333;
|
|
white-space: nowrap;
|
|
}
|
|
.dropdown-menu::-webkit-scrollbar-track {
|
|
background-color: #f9f9f9;
|
|
}
|
|
.dropdown-menu::-webkit-scrollbar-corner {
|
|
background-color: #f9f9f9;
|
|
}
|
|
.dropdown-menu::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
/* background-color: @box-header-bg; */
|
|
}
|
|
.dropdown-menu::-webkit-scrollbar-thumb {
|
|
border-radius: 2px;
|
|
background-color: #dddddd;
|
|
border: 2px solid #f9f9f9;
|
|
/*border: 2px solid @box-header-bg;*/
|
|
}
|
|
/*
|
|
.navbar-narrow .dropdown-menu {
|
|
height: auto;
|
|
overflow-x:auto;
|
|
-webkit-overflow-scrolling:touch;
|
|
-moz-overflow-scrolling:touch;
|
|
-ms-overflow-scrolling:touch;
|
|
-o-overflow-scrolling:touch;
|
|
overflow-scrolling:touch;
|
|
max-height: 800px;
|
|
}
|
|
*/
|
|
/* http://stackoverflow.com/questions/19695371/failing-to-align-badges-to-right-in-drop-down-bootstrap3-navbar
|
|
fix for label/badges in dropdown menus*/
|
|
.dropdown-menu a[role="menuitem"] {
|
|
display: -webkit-box;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.dropdown-menu a[role="menuitem"] span:first-child {
|
|
-webkit-box-flex: 1;
|
|
-moz-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
flex-basis: auto;
|
|
/* Fix for IE 10-11 */
|
|
margin-right: 2em;
|
|
}
|
|
.dropdown-menu a[role="menuitem"]:first-child:nth-last-child(2) .label,
|
|
.dropdown-menu a[role="menuitem"]:first-child:nth-last-child(2) .badge {
|
|
margin-right: 5px;
|
|
}
|
|
/* Fix vertical align */
|
|
.dropdown-menu a[role="menuitem"] .label,
|
|
.dropdown-menu a[role="menuitem"] .badge {
|
|
/* margin: auto; */
|
|
padding-top: 4px;
|
|
padding-bottom: 4px;
|
|
}
|
|
.dropdown-menu > li > a:hover,
|
|
.dropdown-menu > li > a:focus,
|
|
.dropdown-submenu:hover > a,
|
|
.dropdown-submenu:focus > a {
|
|
text-decoration: none;
|
|
color: #fff;
|
|
background-color: #10628b;
|
|
background-image: -moz-linear-gradient(top, #116894, #0e587d);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#116894), to(#0e587d));
|
|
background-image: -webkit-linear-gradient(top, #116894, #0e587d);
|
|
background-image: -o-linear-gradient(top, #116894, #0e587d);
|
|
background-image: linear-gradient(to bottom, #116894, #0e587d);
|
|
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#116894), to(#0e587d));
|
|
background-image: -webkit-linear-gradient(top, #116894, 0%, #0e587d, 100%);
|
|
background-image: -moz-linear-gradient(top, #116894 0%, #0e587d 100%);
|
|
background-image: linear-gradient(to bottom, #116894 0%, #0e587d 100%);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff116894', endColorstr='#ff0e587d', GradientType=0);
|
|
}
|
|
.dropdown-menu > .active > a,
|
|
.dropdown-menu > .active > a:hover,
|
|
.dropdown-menu > .active > a:focus {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
outline: 0;
|
|
background-color: #10628b;
|
|
background-image: -moz-linear-gradient(top, #116894, #0e587d);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#116894), to(#0e587d));
|
|
background-image: -webkit-linear-gradient(top, #116894, #0e587d);
|
|
background-image: -o-linear-gradient(top, #116894, #0e587d);
|
|
background-image: linear-gradient(to bottom, #116894, #0e587d);
|
|
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#116894), to(#0e587d));
|
|
background-image: -webkit-linear-gradient(top, #116894, 0%, #0e587d, 100%);
|
|
background-image: -moz-linear-gradient(top, #116894 0%, #0e587d 100%);
|
|
background-image: linear-gradient(to bottom, #116894 0%, #0e587d 100%);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff116894', endColorstr='#ff0e587d', GradientType=0);
|
|
}
|
|
.dropdown-menu > .disabled > a,
|
|
.dropdown-menu > .disabled > a:hover,
|
|
.dropdown-menu > .disabled > a:focus {
|
|
color: #777777;
|
|
}
|
|
.dropdown-menu > .disabled > a:hover,
|
|
.dropdown-menu > .disabled > a:focus {
|
|
text-decoration: none;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
cursor: not-allowed;
|
|
}
|
|
.open {
|
|
*z-index: 1000;
|
|
}
|
|
.open > .dropdown-menu {
|
|
display: block;
|
|
}
|
|
.dropdown-menu-right {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
.dropdown-menu-left {
|
|
left: 0;
|
|
right: auto;
|
|
}
|
|
.dropdown-header {
|
|
display: block;
|
|
padding: 3px 20px;
|
|
font-size: 12px;
|
|
line-height: 20px;
|
|
color: #777777;
|
|
white-space: nowrap;
|
|
}
|
|
.dropdown-backdrop {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
top: 0;
|
|
z-index: 990;
|
|
}
|
|
.pull-right > .dropdown-menu {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
.dropup .caret,
|
|
.navbar-fixed-bottom .dropdown .caret {
|
|
border-top: 0;
|
|
border-bottom: 4px solid #333333;
|
|
content: "";
|
|
}
|
|
.dropup .dropdown-menu,
|
|
.navbar-fixed-bottom .dropdown .dropdown-menu {
|
|
top: auto;
|
|
bottom: 100%;
|
|
margin-bottom: 1px;
|
|
}
|
|
.dropdown-submenu {
|
|
position: relative;
|
|
}
|
|
.dropdown-submenu > .dropdown-menu {
|
|
top: 0;
|
|
left: 100%;
|
|
margin-top: -6px;
|
|
margin-left: -1px;
|
|
-webkit-border-radius: 0 6px 6px 6px;
|
|
-moz-border-radius: 0 6px 6px 6px;
|
|
border-radius: 0 6px 6px 6px;
|
|
}
|
|
.dropdown-submenu:hover > .dropdown-menu {
|
|
display: block;
|
|
}
|
|
.dropup .dropdown-submenu > .dropdown-menu {
|
|
top: auto;
|
|
bottom: 0;
|
|
margin-top: 0;
|
|
margin-bottom: -2px;
|
|
-webkit-border-radius: 5px 5px 5px 0;
|
|
-moz-border-radius: 5px 5px 5px 0;
|
|
border-radius: 5px 5px 5px 0;
|
|
}
|
|
.dropdown-submenu > a:after {
|
|
display: block;
|
|
content: " ";
|
|
float: right;
|
|
width: 0;
|
|
height: 0;
|
|
border-color: transparent;
|
|
border-style: solid;
|
|
border-width: 5px 0 5px 5px;
|
|
border-left-color: #777777;
|
|
margin-right: -10px;
|
|
}
|
|
.dropdown-submenu:hover > a:after {
|
|
border-left-color: #fff;
|
|
}
|
|
.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;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.navbar-right .dropdown-menu {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
.navbar-right .dropdown-menu-left {
|
|
left: 0;
|
|
right: auto;
|
|
}
|
|
}
|
|
.dropdown .dropdown-menu .nav-header {
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
}
|
|
.typeahead {
|
|
z-index: 1051;
|
|
margin-top: 2px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
i.menu-icon,
|
|
.dropdown-menu [class^="oicon-"],
|
|
.dropdown-menu[class*=" oicon-"] {
|
|
margin-right: 5px;
|
|
margin-top: 1px;
|
|
}
|
|
.dropdown-scrollable .dropdown-menu {
|
|
max-height: 1000px;
|
|
overflow-y: auto;
|
|
}
|
|
.well {
|
|
min-height: 20px;
|
|
padding: 10px;
|
|
margin-bottom: 10px;
|
|
background-color: #fff;
|
|
border: 1px solid #dddddd;
|
|
border-radius: 3px;
|
|
}
|
|
.well blockquote {
|
|
border-color: #ddd;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
}
|
|
.well-lg {
|
|
padding: 24px;
|
|
border-radius: 3px;
|
|
}
|
|
.well-sm {
|
|
padding: 9px;
|
|
border-radius: 2px;
|
|
}
|
|
.well-white {
|
|
background-color: #fff;
|
|
}
|
|
/*------------------------------------------------------------------
|
|
[ Widget / .widget ]
|
|
*/
|
|
.widget {
|
|
position: relative;
|
|
width: auto;
|
|
clear: both;
|
|
margin-bottom: 10px;
|
|
}
|
|
.widget .widget-header {
|
|
position: relative;
|
|
height: 28px;
|
|
line-height: 26px;
|
|
background: rgba(255, 255, 255, 0.75);
|
|
border: 1px solid #d7d7d7;
|
|
border-radius: 3px;
|
|
border-bottom-left-radius: 0px;
|
|
border-bottom-right-radius: 0px;
|
|
-webkit-background-clip: padding-box;
|
|
}
|
|
.widget .widget-header h3 {
|
|
position: relative;
|
|
display: inline-block;
|
|
margin-right: 10px;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
color: #555555;
|
|
line-height: 14px;
|
|
}
|
|
.widget .widget-header [class^="icon-"],
|
|
.widget .widget-header [class*=" icon-"],
|
|
.widget .widget-header [class^="oicon-"],
|
|
.widget .widget-header [class*=" oicon-"] {
|
|
display: inline-block;
|
|
margin-top: -2px;
|
|
margin-left: 10px;
|
|
font-size: 16px;
|
|
color: #555;
|
|
vertical-align: middle;
|
|
}
|
|
.widget .widget-content {
|
|
padding: 10px 10px 10px;
|
|
background: #FFF;
|
|
border: 1px solid #D5D5D5;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.widget .widget-header + .widget-content {
|
|
border-top: none;
|
|
-webkit-border-top-left-radius: 0;
|
|
-webkit-border-top-right-radius: 0;
|
|
-moz-border-radius-topleft: 0;
|
|
-moz-border-radius-topright: 0;
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
.widget.widget-nopad .widget-content {
|
|
padding: 0;
|
|
}
|
|
.widget .widget-content:before,
|
|
.widget .widget-content:after {
|
|
content: " ";
|
|
/* 1 */
|
|
display: table;
|
|
/* 2 */
|
|
}
|
|
.widget .widget-content:after {
|
|
clear: both;
|
|
}
|
|
.widget .widget-content:before,
|
|
.widget .widget-content:after {
|
|
content: " ";
|
|
/* 1 */
|
|
display: table;
|
|
/* 2 */
|
|
}
|
|
.widget .widget-content:after {
|
|
clear: both;
|
|
}
|
|
.widget.widget-table .widget-content {
|
|
padding: 0;
|
|
}
|
|
.widget.widget-table .table {
|
|
border: none;
|
|
}
|
|
.widget.widget-table .table,
|
|
.widget .table {
|
|
margin-bottom: 0;
|
|
}
|
|
.widget.widget-table .table tr td:first-child,
|
|
.widget.widget-table .table tr th:first-child {
|
|
border-left: none;
|
|
}
|
|
.widget.widget-plain {
|
|
background: transparent;
|
|
border: none;
|
|
}
|
|
.widget.widget-plain .widget-content {
|
|
padding: 0;
|
|
background: transparent;
|
|
border: none;
|
|
}
|
|
.widget.widget-box .widget-content {
|
|
background: #E3E3E3;
|
|
background: #FFF;
|
|
}
|
|
.widget .widget-header .widget-toolbar,
|
|
.widget .widget-footer .widget-toolbar {
|
|
margin: 0;
|
|
padding: 0;
|
|
float: right;
|
|
list-style: none;
|
|
}
|
|
.widget .widget-header .widget-toolbar .ibutton-container,
|
|
.widget .widget-footer .widget-toolbar .ibutton-container {
|
|
margin-top: 6px;
|
|
}
|
|
.widget .widget-header .widget-toolbar > li,
|
|
.widget .widget-footer .widget-toolbar > li {
|
|
position: relative;
|
|
float: left;
|
|
line-height: 26px;
|
|
padding-right: 10px;
|
|
color: #636363;
|
|
font-size: 12px;
|
|
}
|
|
.widget .widget-header .widget-toolbar > li ul,
|
|
.widget .widget-footer .widget-toolbar > li ul {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
.widget .widget-header .widget-toolbar > li.widget-toolbar-link > a,
|
|
.widget .widget-footer .widget-toolbar > li.widget-toolbar-link > a {
|
|
border-left: 1px solid #cecece;
|
|
height: 26px;
|
|
line-height: 24px;
|
|
display: block;
|
|
}
|
|
.widget .widget-header .widget-toolbar > li.widget-toolbar-link > a i,
|
|
.widget .widget-footer .widget-toolbar > li.widget-toolbar-link > a i {
|
|
font-size: 16px;
|
|
}
|
|
.widget .widget-header .widget-icons [class^="icon-"],
|
|
.widget .widget-header .widget-icons [class*=" icon-"],
|
|
.widget .widget-header .widget-icons [class^="oicon-"],
|
|
.widget .widget-header .widget-icons [class*=" oicon-"] {
|
|
display: inline-block;
|
|
margin-right: 0px;
|
|
margin-left: 5px;
|
|
font-size: 16px;
|
|
color: #555;
|
|
vertical-align: middle;
|
|
float: right;
|
|
}
|
|
.widget .widget-header .widget-toolbar > li.widget-toolbar-link > a:hover,
|
|
.widget .widget-footer .widget-toolbar > li.widget-toolbar-link > a:hover {
|
|
background: #efefef;
|
|
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
|
|
background-size: 100%;
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef));
|
|
background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
|
|
background-image: -moz-linear-gradient(top, #ffffff, #efefef);
|
|
background-image: -o-linear-gradient(top, #ffffff, #efefef);
|
|
background-image: linear-gradient(top, #ffffff, #efefef);
|
|
}
|
|
.widget .widget-header .widget-toolbar > li.widget-toolbar-link > a:active,
|
|
.widget .widget-footer .widget-toolbar > li.widget-toolbar-link > a:active {
|
|
background: #e5e5e5;
|
|
}
|
|
.widget .widget-header .widget-toolbar > li > i,
|
|
.widget .widget-footer .widget-toolbar > li > i {
|
|
font-size: 14px;
|
|
height: 26px;
|
|
line-height: 26px;
|
|
}
|
|
.widget .widget-header .widget-toolbar > li.open > a,
|
|
.widget .widget-footer .widget-toolbar > li.open > a {
|
|
background: #eee;
|
|
}
|
|
.widget .widget-header .widget-controls {
|
|
float: right;
|
|
margin-bottom: -26px;
|
|
margin-right: 10px;
|
|
border-left: solid #d7d7d7 1px;
|
|
}
|
|
.info_box {
|
|
margin-top: 20px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.info_box:first-of-type {
|
|
margin-top: 10px;
|
|
}
|
|
.info_box .title {
|
|
position: relative;
|
|
top: -20px;
|
|
margin-left: 0em;
|
|
padding: 2px 7px;
|
|
display: inline;
|
|
font-size: 1em;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
border: 1px solid #f4f4f4;
|
|
background-color: #fafafa;
|
|
background-color: #fdfdfd;
|
|
background-image: -moz-linear-gradient(top, #fff, #fafafa);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fafafa));
|
|
background-image: -webkit-linear-gradient(top, #fff, #fafafa);
|
|
background-image: -o-linear-gradient(top, #fff, #fafafa);
|
|
background-image: linear-gradient(to bottom, #fff, #fafafa);
|
|
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fff), to(#fafafa));
|
|
background-image: -webkit-linear-gradient(top, #fff, 0%, #fafafa, 100%);
|
|
background-image: -moz-linear-gradient(top, #fff 0%, #fafafa 100%);
|
|
background-image: linear-gradient(to bottom, #fff 0%, #fafafa 100%);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fffafafa', GradientType=0);
|
|
}
|
|
.info_box .title:hover {
|
|
background-color: #fafafa;
|
|
background-color: #fcfcfc;
|
|
background-image: -moz-linear-gradient(top, #fafafa, #fff);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#fff));
|
|
background-image: -webkit-linear-gradient(top, #fafafa, #fff);
|
|
background-image: -o-linear-gradient(top, #fafafa, #fff);
|
|
background-image: linear-gradient(to bottom, #fafafa, #fff);
|
|
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fafafa), to(#fff));
|
|
background-image: -webkit-linear-gradient(top, #fafafa, 0%, #fff, 100%);
|
|
background-image: -moz-linear-gradient(top, #fafafa 0%, #fff 100%);
|
|
background-image: linear-gradient(to bottom, #fafafa 0%, #fff 100%);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffffffff', GradientType=0);
|
|
}
|
|
.info_box .title-right {
|
|
float: right;
|
|
margin-bottom: -14px;
|
|
margin-top: -2px;
|
|
}
|
|
.info_box .title a {
|
|
color: #555555;
|
|
text-decoration: none;
|
|
}
|
|
.info_box .content {
|
|
margin-top: -10px;
|
|
}
|
|
/*
|
|
* Component: Box
|
|
* --------------
|
|
*/
|
|
.box {
|
|
position: relative;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
background: #fff;
|
|
border-top: 3px solid #d2d6de;
|
|
margin-bottom: 10px;
|
|
width: 100%;
|
|
box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
|
|
}
|
|
.box.box-primary {
|
|
border-top-color: #3c8dbc;
|
|
}
|
|
.box.box-info {
|
|
border-top-color: #4FC1E9;
|
|
}
|
|
.box.box-danger {
|
|
border-top-color: #b71c1c;
|
|
}
|
|
.box.box-warning {
|
|
border-top-color: #FFEB3B;
|
|
}
|
|
.box.box-success {
|
|
border-top-color: #4CAF50;
|
|
}
|
|
.box.box-default {
|
|
border-top-color: #555555;
|
|
}
|
|
.box.collapsed-box .box-body,
|
|
.box.collapsed-box .box-footer {
|
|
display: none;
|
|
}
|
|
.box .nav-stacked > li {
|
|
border-bottom: 1px solid #f4f4f4;
|
|
margin: 0;
|
|
}
|
|
.box .nav-stacked > li:last-of-type {
|
|
border-bottom: none;
|
|
}
|
|
.box.height-control .box-body {
|
|
max-height: 300px;
|
|
overflow: auto;
|
|
}
|
|
.box .border-right {
|
|
border-right: 1px solid #f4f4f4;
|
|
}
|
|
.box .border-left {
|
|
border-left: 1px solid #f4f4f4;
|
|
}
|
|
.box.box-solid {
|
|
border-top: 0;
|
|
/** Fix font color for tiles **/
|
|
}
|
|
.box.box-solid > .box-header .btn.btn-default {
|
|
background: transparent;
|
|
}
|
|
.box.box-solid > .box-header .btn:hover,
|
|
.box.box-solid > .box-header a:hover {
|
|
background: rgba(0, 0, 0, 0.1);
|
|
}
|
|
.box.box-solid.box-default {
|
|
border: 1px solid #555555;
|
|
}
|
|
.box.box-solid.box-default > .box-header {
|
|
color: #444;
|
|
background: #555555;
|
|
background-color: #555555;
|
|
}
|
|
.box.box-solid.box-default > .box-header a,
|
|
.box.box-solid.box-default > .box-header .btn {
|
|
color: #444;
|
|
}
|
|
.box.box-solid.box-primary {
|
|
border: 1px solid #3c8dbc;
|
|
}
|
|
.box.box-solid.box-primary > .box-header {
|
|
color: #fff;
|
|
background: #3c8dbc;
|
|
background-color: #3c8dbc;
|
|
}
|
|
.box.box-solid.box-primary > .box-header a,
|
|
.box.box-solid.box-primary > .box-header .btn {
|
|
color: #fff;
|
|
}
|
|
.box.box-solid.box-info {
|
|
border: 1px solid #4FC1E9;
|
|
}
|
|
.box.box-solid.box-info > .box-header {
|
|
color: #fff;
|
|
background: #4FC1E9;
|
|
background-color: #4FC1E9;
|
|
}
|
|
.box.box-solid.box-info > .box-header a,
|
|
.box.box-solid.box-info > .box-header .btn {
|
|
color: #fff;
|
|
}
|
|
.box.box-solid.box-danger {
|
|
border: 1px solid #b71c1c;
|
|
}
|
|
.box.box-solid.box-danger > .box-header {
|
|
color: #fff;
|
|
background: #b71c1c;
|
|
background-color: #b71c1c;
|
|
}
|
|
.box.box-solid.box-danger > .box-header a,
|
|
.box.box-solid.box-danger > .box-header .btn {
|
|
color: #fff;
|
|
}
|
|
.box.box-solid.box-warning {
|
|
border: 1px solid #FFEB3B;
|
|
}
|
|
.box.box-solid.box-warning > .box-header {
|
|
color: #fff;
|
|
background: #FFEB3B;
|
|
background-color: #FFEB3B;
|
|
}
|
|
.box.box-solid.box-warning > .box-header a,
|
|
.box.box-solid.box-warning > .box-header .btn {
|
|
color: #fff;
|
|
}
|
|
.box.box-solid.box-success {
|
|
border: 1px solid #4CAF50;
|
|
}
|
|
.box.box-solid.box-success > .box-header {
|
|
color: #fff;
|
|
background: #4CAF50;
|
|
background-color: #4CAF50;
|
|
}
|
|
.box.box-solid.box-success > .box-header a,
|
|
.box.box-solid.box-success > .box-header .btn {
|
|
color: #fff;
|
|
}
|
|
.box.box-solid > .box-header > .box-tools .btn {
|
|
border: 0;
|
|
box-shadow: none;
|
|
}
|
|
.box.box-solid[class*='bg'] > .box-header {
|
|
color: #fff;
|
|
}
|
|
.box .box-group > .box {
|
|
margin-bottom: 5px;
|
|
}
|
|
.box .knob-label {
|
|
text-align: center;
|
|
color: #333;
|
|
font-weight: 100;
|
|
font-size: 12px;
|
|
margin-bottom: 0.3em;
|
|
}
|
|
.box > .overlay,
|
|
.overlay-wrapper > .overlay,
|
|
.box > .loading-img,
|
|
.overlay-wrapper > .loading-img {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.box .overlay,
|
|
.overlay-wrapper .overlay {
|
|
z-index: 50;
|
|
background: rgba(255, 255, 255, 0.7);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
.box .overlay > .fa,
|
|
.overlay-wrapper .overlay > .fa {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-left: -15px;
|
|
margin-top: -15px;
|
|
color: #000;
|
|
font-size: 30px;
|
|
}
|
|
.box .overlay.dark,
|
|
.overlay-wrapper .overlay.dark {
|
|
background: rgba(0, 0, 0, 0.5);
|
|
}
|
|
.box-header,
|
|
.box-body,
|
|
.box-footer {
|
|
*zoom: 1;
|
|
}
|
|
.box-header:before,
|
|
.box-body:before,
|
|
.box-footer:before,
|
|
.box-header:after,
|
|
.box-body:after,
|
|
.box-footer:after {
|
|
display: table;
|
|
content: "";
|
|
line-height: 0;
|
|
}
|
|
.box-header:after,
|
|
.box-body:after,
|
|
.box-footer:after {
|
|
clear: both;
|
|
}
|
|
.box-header:before,
|
|
.box-body:before,
|
|
.box-footer:before,
|
|
.box-header:after,
|
|
.box-body:after,
|
|
.box-footer:after {
|
|
content: " ";
|
|
/* 1 */
|
|
display: table;
|
|
/* 2 */
|
|
}
|
|
.box-header:after,
|
|
.box-body:after,
|
|
.box-footer:after {
|
|
clear: both;
|
|
}
|
|
.box-header {
|
|
color: #444;
|
|
display: block;
|
|
padding: 7px 10px;
|
|
padding-bottom: 4px;
|
|
position: relative;
|
|
background-color: #fafafa;
|
|
}
|
|
.box-header.with-border {
|
|
border-bottom: 1px solid #dddddd;
|
|
}
|
|
.collapsed-box .box-header.with-border {
|
|
border-bottom: none;
|
|
}
|
|
.box-header > .fa,
|
|
.box-header > .glyphicon,
|
|
.box-header > .ion,
|
|
.box-header .box-title {
|
|
display: inline-block;
|
|
font-size: 18px;
|
|
margin: 0;
|
|
line-height: 1;
|
|
}
|
|
.box-header > .fa,
|
|
.box-header > .glyphicon,
|
|
.box-header > .ion {
|
|
margin-right: 5px;
|
|
}
|
|
.box-header > .box-tools {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 5px;
|
|
}
|
|
.box-header > .box-tools [data-toggle="tooltip"] {
|
|
position: relative;
|
|
}
|
|
.box-header > .box-tools.pull-right .dropdown-menu {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
.box-header [class*=" oicon-"],
|
|
.box-header [class^="oicon-"] {
|
|
margin-right: 5px;
|
|
margin-top: 0px;
|
|
}
|
|
.table .box {
|
|
box-shadow: 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16);
|
|
}
|
|
.btn-box-tool {
|
|
padding: 5px;
|
|
font-size: 12px;
|
|
background: transparent;
|
|
color: #7a869d;
|
|
}
|
|
.open .btn-box-tool,
|
|
.btn-box-tool:hover {
|
|
color: #606c84;
|
|
}
|
|
.btn-box-tool.btn:active {
|
|
box-shadow: none;
|
|
}
|
|
.box-body {
|
|
border-radius: 0 0 3px 3px;
|
|
padding: 10px;
|
|
}
|
|
.no-header .box-body {
|
|
-webkit-border-top-right-radius: 3px;
|
|
-moz-border-radius-topright: 3px;
|
|
-webkit-border-top-left-radius: 3px;
|
|
-moz-border-radius-topleft: 3px;
|
|
border-top-right-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
}
|
|
.box-body > .table {
|
|
margin-bottom: 0;
|
|
}
|
|
.box-body .fc {
|
|
margin-top: 5px;
|
|
}
|
|
.box-body .full-width-chart {
|
|
margin: -19px;
|
|
}
|
|
.box-body.no-padding .full-width-chart {
|
|
margin: -9px;
|
|
}
|
|
.box-body .box-pane {
|
|
border-radius: 0 0 0 3px;
|
|
}
|
|
.box-body .box-pane-right {
|
|
border-radius: 0 0 3px 0;
|
|
}
|
|
.box-footer {
|
|
border-radius: 0 0 3px 3px;
|
|
border-top: 1px solid #f4f4f4;
|
|
border-top: none;
|
|
padding: 10px;
|
|
background-color: #fff;
|
|
}
|
|
.chart-legend {
|
|
margin: 10px 0;
|
|
}
|
|
@media (max-width: 951px) {
|
|
.chart-legend > li {
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
.login-box {
|
|
padding: 50px;
|
|
background: url('../images/brand-observium.svg');
|
|
background-size: 162px 34px;
|
|
background-position: right 10px bottom 10px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.shadow-box {
|
|
position: relative;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
padding: 10px;
|
|
margin-bottom: 10px;
|
|
width: 100%;
|
|
box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
|
|
}
|
|
.box-content {
|
|
/*scrollbar-width: thin;
|
|
scrollbar-color: rgba(128, 128, 128, 0.2) @brand-border;*/
|
|
}
|
|
.box-content::-webkit-scrollbar-track {
|
|
background-color: #f9f9f9;
|
|
}
|
|
.box-content::-webkit-scrollbar-corner {
|
|
background-color: #f9f9f9;
|
|
}
|
|
.box-content::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
/* background-color: @box-header-bg; */
|
|
}
|
|
.box-content::-webkit-scrollbar-thumb {
|
|
border-radius: 2px;
|
|
background-color: #dddddd;
|
|
border: 2px solid #f9f9f9;
|
|
/*border: 2px solid @box-header-bg;*/
|
|
}
|
|
.fade {
|
|
opacity: 0;
|
|
-moz-transition: opacity 0.15s linear;
|
|
-o-transition: opacity 0.15s linear;
|
|
-webkit-transition: opacity 0.15s linear;
|
|
transition: opacity 0.15s linear;
|
|
}
|
|
.fade.in {
|
|
opacity: 1;
|
|
}
|
|
.collapse {
|
|
position: relative;
|
|
height: 0;
|
|
overflow: hidden;
|
|
-moz-transition: height 0.35s ease;
|
|
-o-transition: height 0.35s ease;
|
|
-webkit-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: #000;
|
|
text-shadow: 0 1px 0 #ffffff;
|
|
opacity: 0.2;
|
|
filter: alpha(opacity=20);
|
|
opacity: 20;
|
|
filter: alpha(opacity=2000);
|
|
}
|
|
.close:hover,
|
|
.close:focus {
|
|
color: #000;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
opacity: 0.4;
|
|
filter: alpha(opacity=40);
|
|
opacity: 40;
|
|
filter: alpha(opacity=4000);
|
|
}
|
|
button.close {
|
|
padding: 0;
|
|
cursor: pointer;
|
|
background: transparent;
|
|
border: 0;
|
|
-webkit-appearance: none;
|
|
}
|
|
.btn {
|
|
display: inline-block;
|
|
margin-bottom: 0;
|
|
font-weight: normal;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
touch-action: manipulation;
|
|
cursor: pointer;
|
|
background-image: none;
|
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
white-space: nowrap;
|
|
padding: 4px 10px;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
border-radius: 3px;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
|
|
background: transparent;
|
|
}
|
|
.btn:focus,
|
|
.btn:active:focus,
|
|
.btn.active:focus,
|
|
.btn.focus,
|
|
.btn:active.focus,
|
|
.btn.active.focus {
|
|
outline: none !important;
|
|
}
|
|
.btn:hover,
|
|
.btn:focus,
|
|
.btn.focus {
|
|
color: #333;
|
|
text-decoration: none;
|
|
}
|
|
.btn:active,
|
|
.btn.active {
|
|
outline: 0;
|
|
background-image: none;
|
|
-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
}
|
|
.btn.disabled,
|
|
.btn[disabled],
|
|
fieldset[disabled] .btn {
|
|
cursor: not-allowed;
|
|
opacity: 0.0065;
|
|
filter: alpha(opacity=0.65);
|
|
opacity: 0.65;
|
|
filter: alpha(opacity=65);
|
|
-moz-box-shadow: none;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.btn.inactive,
|
|
.btn[inactive] {
|
|
pointer-events: none;
|
|
}
|
|
a.btn.disabled,
|
|
fieldset[disabled] a.btn {
|
|
pointer-events: none;
|
|
}
|
|
.btn-default {
|
|
color: #333;
|
|
background-color: #fff;
|
|
border-color: #ccc;
|
|
}
|
|
.btn-default:focus,
|
|
.btn-default.focus {
|
|
color: #333;
|
|
background-color: #e6e6e6;
|
|
border-color: #8c8c8c;
|
|
}
|
|
.btn-default:hover {
|
|
color: #333;
|
|
background-color: #e6e6e6;
|
|
border-color: #adadad;
|
|
}
|
|
.btn-default:active,
|
|
.btn-default.active,
|
|
.open > .dropdown-toggle.btn-default {
|
|
color: #333;
|
|
background-color: #f2f2f2;
|
|
border-color: #adadad;
|
|
}
|
|
.btn-default:active:hover,
|
|
.btn-default.active:hover,
|
|
.open > .dropdown-toggle.btn-default:hover,
|
|
.btn-default:active:focus,
|
|
.btn-default.active:focus,
|
|
.open > .dropdown-toggle.btn-default:focus,
|
|
.btn-default:active.focus,
|
|
.btn-default.active.focus,
|
|
.open > .dropdown-toggle.btn-default.focus {
|
|
color: #333;
|
|
background-color: #d4d4d4;
|
|
border-color: #8c8c8c;
|
|
}
|
|
.btn-default:active,
|
|
.btn-default.active,
|
|
.open > .dropdown-toggle.btn-default {
|
|
background-image: none;
|
|
}
|
|
.btn-default.disabled:hover,
|
|
.btn-default[disabled]:hover,
|
|
fieldset[disabled] .btn-default:hover,
|
|
.btn-default.disabled:focus,
|
|
.btn-default[disabled]:focus,
|
|
fieldset[disabled] .btn-default:focus,
|
|
.btn-default.disabled.focus,
|
|
.btn-default[disabled].focus,
|
|
fieldset[disabled] .btn-default.focus {
|
|
background-color: #fff;
|
|
border-color: #ccc;
|
|
}
|
|
.btn-default.inactive:hover,
|
|
.btn-default[inactive]:hover,
|
|
.btn-default.inactive:focus,
|
|
.btn-default[inactive]:focus,
|
|
.btn-default.inactive.focus,
|
|
.btn-default[inactive].focus {
|
|
background-color: #fff;
|
|
border-color: #ccc;
|
|
}
|
|
.btn-default .badge {
|
|
color: #fff;
|
|
background-color: #333;
|
|
}
|
|
.btn-primary {
|
|
color: #fff;
|
|
background-color: #116894;
|
|
border-color: #0e587d;
|
|
}
|
|
.btn-primary:focus,
|
|
.btn-primary.focus {
|
|
color: #fff;
|
|
background-color: #0c4866;
|
|
border-color: #01080b;
|
|
}
|
|
.btn-primary:hover {
|
|
color: #fff;
|
|
background-color: #0c4866;
|
|
border-color: #083146;
|
|
}
|
|
.btn-primary:active,
|
|
.btn-primary.active,
|
|
.open > .dropdown-toggle.btn-primary {
|
|
color: #fff;
|
|
background-color: #0e587d;
|
|
border-color: #083146;
|
|
}
|
|
.btn-primary:active:hover,
|
|
.btn-primary.active:hover,
|
|
.open > .dropdown-toggle.btn-primary:hover,
|
|
.btn-primary:active:focus,
|
|
.btn-primary.active:focus,
|
|
.open > .dropdown-toggle.btn-primary:focus,
|
|
.btn-primary:active.focus,
|
|
.btn-primary.active.focus,
|
|
.open > .dropdown-toggle.btn-primary.focus {
|
|
color: #fff;
|
|
background-color: #083146;
|
|
border-color: #01080b;
|
|
}
|
|
.btn-primary:active,
|
|
.btn-primary.active,
|
|
.open > .dropdown-toggle.btn-primary {
|
|
background-image: none;
|
|
}
|
|
.btn-primary.disabled:hover,
|
|
.btn-primary[disabled]:hover,
|
|
fieldset[disabled] .btn-primary:hover,
|
|
.btn-primary.disabled:focus,
|
|
.btn-primary[disabled]:focus,
|
|
fieldset[disabled] .btn-primary:focus,
|
|
.btn-primary.disabled.focus,
|
|
.btn-primary[disabled].focus,
|
|
fieldset[disabled] .btn-primary.focus {
|
|
background-color: #116894;
|
|
border-color: #0e587d;
|
|
}
|
|
.btn-primary.inactive:hover,
|
|
.btn-primary[inactive]:hover,
|
|
.btn-primary.inactive:focus,
|
|
.btn-primary[inactive]:focus,
|
|
.btn-primary.inactive.focus,
|
|
.btn-primary[inactive].focus {
|
|
background-color: #116894;
|
|
border-color: #0e587d;
|
|
}
|
|
.btn-primary .badge {
|
|
color: #116894;
|
|
background-color: #fff;
|
|
}
|
|
.btn-success {
|
|
color: #fff;
|
|
background-color: #4d9221;
|
|
border-color: #427d1c;
|
|
}
|
|
.btn-success:focus,
|
|
.btn-success.focus {
|
|
color: #fff;
|
|
background-color: #376818;
|
|
border-color: #0b1505;
|
|
}
|
|
.btn-success:hover {
|
|
color: #fff;
|
|
background-color: #376818;
|
|
border-color: #284b11;
|
|
}
|
|
.btn-success:active,
|
|
.btn-success.active,
|
|
.open > .dropdown-toggle.btn-success {
|
|
color: #fff;
|
|
background-color: #427d1c;
|
|
border-color: #284b11;
|
|
}
|
|
.btn-success:active:hover,
|
|
.btn-success.active:hover,
|
|
.open > .dropdown-toggle.btn-success:hover,
|
|
.btn-success:active:focus,
|
|
.btn-success.active:focus,
|
|
.open > .dropdown-toggle.btn-success:focus,
|
|
.btn-success:active.focus,
|
|
.btn-success.active.focus,
|
|
.open > .dropdown-toggle.btn-success.focus {
|
|
color: #fff;
|
|
background-color: #284b11;
|
|
border-color: #0b1505;
|
|
}
|
|
.btn-success:active,
|
|
.btn-success.active,
|
|
.open > .dropdown-toggle.btn-success {
|
|
background-image: none;
|
|
}
|
|
.btn-success.disabled:hover,
|
|
.btn-success[disabled]:hover,
|
|
fieldset[disabled] .btn-success:hover,
|
|
.btn-success.disabled:focus,
|
|
.btn-success[disabled]:focus,
|
|
fieldset[disabled] .btn-success:focus,
|
|
.btn-success.disabled.focus,
|
|
.btn-success[disabled].focus,
|
|
fieldset[disabled] .btn-success.focus {
|
|
background-color: #4d9221;
|
|
border-color: #427d1c;
|
|
}
|
|
.btn-success.inactive:hover,
|
|
.btn-success[inactive]:hover,
|
|
.btn-success.inactive:focus,
|
|
.btn-success[inactive]:focus,
|
|
.btn-success.inactive.focus,
|
|
.btn-success[inactive].focus {
|
|
background-color: #4d9221;
|
|
border-color: #427d1c;
|
|
}
|
|
.btn-success .badge {
|
|
color: #4d9221;
|
|
background-color: #fff;
|
|
}
|
|
.btn-info {
|
|
color: #fff;
|
|
background-color: #4bb1cf;
|
|
border-color: #37a8ca;
|
|
}
|
|
.btn-info:focus,
|
|
.btn-info.focus {
|
|
color: #fff;
|
|
background-color: #3198b6;
|
|
border-color: #1b5566;
|
|
}
|
|
.btn-info:hover {
|
|
color: #fff;
|
|
background-color: #3198b6;
|
|
border-color: #29809a;
|
|
}
|
|
.btn-info:active,
|
|
.btn-info.active,
|
|
.open > .dropdown-toggle.btn-info {
|
|
color: #fff;
|
|
background-color: #37a8ca;
|
|
border-color: #29809a;
|
|
}
|
|
.btn-info:active:hover,
|
|
.btn-info.active:hover,
|
|
.open > .dropdown-toggle.btn-info:hover,
|
|
.btn-info:active:focus,
|
|
.btn-info.active:focus,
|
|
.open > .dropdown-toggle.btn-info:focus,
|
|
.btn-info:active.focus,
|
|
.btn-info.active.focus,
|
|
.open > .dropdown-toggle.btn-info.focus {
|
|
color: #fff;
|
|
background-color: #29809a;
|
|
border-color: #1b5566;
|
|
}
|
|
.btn-info:active,
|
|
.btn-info.active,
|
|
.open > .dropdown-toggle.btn-info {
|
|
background-image: none;
|
|
}
|
|
.btn-info.disabled:hover,
|
|
.btn-info[disabled]:hover,
|
|
fieldset[disabled] .btn-info:hover,
|
|
.btn-info.disabled:focus,
|
|
.btn-info[disabled]:focus,
|
|
fieldset[disabled] .btn-info:focus,
|
|
.btn-info.disabled.focus,
|
|
.btn-info[disabled].focus,
|
|
fieldset[disabled] .btn-info.focus {
|
|
background-color: #4bb1cf;
|
|
border-color: #37a8ca;
|
|
}
|
|
.btn-info.inactive:hover,
|
|
.btn-info[inactive]:hover,
|
|
.btn-info.inactive:focus,
|
|
.btn-info[inactive]:focus,
|
|
.btn-info.inactive.focus,
|
|
.btn-info[inactive].focus {
|
|
background-color: #4bb1cf;
|
|
border-color: #37a8ca;
|
|
}
|
|
.btn-info .badge {
|
|
color: #4bb1cf;
|
|
background-color: #fff;
|
|
}
|
|
.btn-warning {
|
|
color: #fff;
|
|
background-color: #f0ad4e;
|
|
border-color: #eea236;
|
|
}
|
|
.btn-warning:focus,
|
|
.btn-warning.focus {
|
|
color: #fff;
|
|
background-color: #ec971f;
|
|
border-color: #985f0d;
|
|
}
|
|
.btn-warning:hover {
|
|
color: #fff;
|
|
background-color: #ec971f;
|
|
border-color: #d58512;
|
|
}
|
|
.btn-warning:active,
|
|
.btn-warning.active,
|
|
.open > .dropdown-toggle.btn-warning {
|
|
color: #fff;
|
|
background-color: #eea236;
|
|
border-color: #d58512;
|
|
}
|
|
.btn-warning:active:hover,
|
|
.btn-warning.active:hover,
|
|
.open > .dropdown-toggle.btn-warning:hover,
|
|
.btn-warning:active:focus,
|
|
.btn-warning.active:focus,
|
|
.open > .dropdown-toggle.btn-warning:focus,
|
|
.btn-warning:active.focus,
|
|
.btn-warning.active.focus,
|
|
.open > .dropdown-toggle.btn-warning.focus {
|
|
color: #fff;
|
|
background-color: #d58512;
|
|
border-color: #985f0d;
|
|
}
|
|
.btn-warning:active,
|
|
.btn-warning.active,
|
|
.open > .dropdown-toggle.btn-warning {
|
|
background-image: none;
|
|
}
|
|
.btn-warning.disabled:hover,
|
|
.btn-warning[disabled]:hover,
|
|
fieldset[disabled] .btn-warning:hover,
|
|
.btn-warning.disabled:focus,
|
|
.btn-warning[disabled]:focus,
|
|
fieldset[disabled] .btn-warning:focus,
|
|
.btn-warning.disabled.focus,
|
|
.btn-warning[disabled].focus,
|
|
fieldset[disabled] .btn-warning.focus {
|
|
background-color: #f0ad4e;
|
|
border-color: #eea236;
|
|
}
|
|
.btn-warning.inactive:hover,
|
|
.btn-warning[inactive]:hover,
|
|
.btn-warning.inactive:focus,
|
|
.btn-warning[inactive]:focus,
|
|
.btn-warning.inactive.focus,
|
|
.btn-warning[inactive].focus {
|
|
background-color: #f0ad4e;
|
|
border-color: #eea236;
|
|
}
|
|
.btn-warning .badge {
|
|
color: #f0ad4e;
|
|
background-color: #fff;
|
|
}
|
|
.btn-danger {
|
|
color: #fff;
|
|
background-color: #d9534f;
|
|
border-color: #d43f3a;
|
|
}
|
|
.btn-danger:focus,
|
|
.btn-danger.focus {
|
|
color: #fff;
|
|
background-color: #c9302c;
|
|
border-color: #761c19;
|
|
}
|
|
.btn-danger:hover {
|
|
color: #fff;
|
|
background-color: #c9302c;
|
|
border-color: #ac2925;
|
|
}
|
|
.btn-danger:active,
|
|
.btn-danger.active,
|
|
.open > .dropdown-toggle.btn-danger {
|
|
color: #fff;
|
|
background-color: #d43f3a;
|
|
border-color: #ac2925;
|
|
}
|
|
.btn-danger:active:hover,
|
|
.btn-danger.active:hover,
|
|
.open > .dropdown-toggle.btn-danger:hover,
|
|
.btn-danger:active:focus,
|
|
.btn-danger.active:focus,
|
|
.open > .dropdown-toggle.btn-danger:focus,
|
|
.btn-danger:active.focus,
|
|
.btn-danger.active.focus,
|
|
.open > .dropdown-toggle.btn-danger.focus {
|
|
color: #fff;
|
|
background-color: #ac2925;
|
|
border-color: #761c19;
|
|
}
|
|
.btn-danger:active,
|
|
.btn-danger.active,
|
|
.open > .dropdown-toggle.btn-danger {
|
|
background-image: none;
|
|
}
|
|
.btn-danger.disabled:hover,
|
|
.btn-danger[disabled]:hover,
|
|
fieldset[disabled] .btn-danger:hover,
|
|
.btn-danger.disabled:focus,
|
|
.btn-danger[disabled]:focus,
|
|
fieldset[disabled] .btn-danger:focus,
|
|
.btn-danger.disabled.focus,
|
|
.btn-danger[disabled].focus,
|
|
fieldset[disabled] .btn-danger.focus {
|
|
background-color: #d9534f;
|
|
border-color: #d43f3a;
|
|
}
|
|
.btn-danger.inactive:hover,
|
|
.btn-danger[inactive]:hover,
|
|
.btn-danger.inactive:focus,
|
|
.btn-danger[inactive]:focus,
|
|
.btn-danger.inactive.focus,
|
|
.btn-danger[inactive].focus {
|
|
background-color: #d9534f;
|
|
border-color: #d43f3a;
|
|
}
|
|
.btn-danger .badge {
|
|
color: #d9534f;
|
|
background-color: #fff;
|
|
}
|
|
.btn-link {
|
|
color: #116894;
|
|
font-weight: normal;
|
|
border-radius: 0;
|
|
}
|
|
.btn-link,
|
|
.btn-link:active,
|
|
.btn-link.active,
|
|
.btn-link[disabled],
|
|
fieldset[disabled] .btn-link {
|
|
background-color: transparent;
|
|
-moz-box-shadow: none;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.btn-link,
|
|
.btn-link:hover,
|
|
.btn-link:focus,
|
|
.btn-link:active {
|
|
border-color: transparent;
|
|
}
|
|
.btn-link:hover,
|
|
.btn-link:focus {
|
|
color: #09384f;
|
|
text-decoration: underline;
|
|
background-color: transparent;
|
|
}
|
|
.btn-link[disabled]:hover,
|
|
fieldset[disabled] .btn-link:hover,
|
|
.btn-link[disabled]:focus,
|
|
fieldset[disabled] .btn-link:focus {
|
|
color: #777777;
|
|
text-decoration: none;
|
|
}
|
|
.btn-large,
|
|
.btn-lg,
|
|
.btn-group-lg > .btn {
|
|
padding: 7px 13px;
|
|
font-size: 18px;
|
|
line-height: 1.3333333;
|
|
border-radius: 3px;
|
|
}
|
|
.btn-small,
|
|
.btn-sm,
|
|
.btn-group-sm > .btn {
|
|
padding: 2px 8px;
|
|
font-size: 12px;
|
|
line-height: 1.5;
|
|
border-radius: 2px;
|
|
}
|
|
.btn-mini,
|
|
.btn-xs,
|
|
.btn-group-xs > .btn {
|
|
padding: 0px 5px;
|
|
font-size: 12px;
|
|
line-height: 1.5;
|
|
border-radius: 2px;
|
|
}
|
|
.btn-block {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
.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-group,
|
|
.btn-group-vertical {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
.btn-group > .btn,
|
|
.btn-group-vertical > .btn {
|
|
position: relative;
|
|
float: left;
|
|
}
|
|
.btn-group > .btn:hover,
|
|
.btn-group-vertical > .btn:hover,
|
|
.btn-group > .btn:focus,
|
|
.btn-group-vertical > .btn:focus,
|
|
.btn-group > .btn:active,
|
|
.btn-group-vertical > .btn:active,
|
|
.btn-group > .btn.active,
|
|
.btn-group-vertical > .btn.active {
|
|
z-index: 2;
|
|
}
|
|
.btn-group .btn + .btn,
|
|
.btn-group .btn + .btn-group,
|
|
.btn-group .btn-group + .btn,
|
|
.btn-group .btn-group + .btn-group {
|
|
margin-left: -1px;
|
|
}
|
|
.btn-toolbar {
|
|
margin-left: -5px;
|
|
}
|
|
.btn-toolbar .btn,
|
|
.btn-toolbar .btn-group,
|
|
.btn-toolbar .input-group {
|
|
float: left;
|
|
}
|
|
.btn-toolbar > .btn,
|
|
.btn-toolbar > .btn-group,
|
|
.btn-toolbar > .input-group {
|
|
margin-left: 5px;
|
|
}
|
|
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
|
|
border-radius: 0;
|
|
}
|
|
.btn-group > .btn:first-child {
|
|
margin-left: 0;
|
|
}
|
|
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
|
|
-webkit-border-top-right-radius: 0;
|
|
-moz-border-radius-topright: 0;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
-moz-border-radius-bottomright: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
.btn-group > .btn:last-child:not(:first-child),
|
|
.btn-group > .dropdown-toggle:not(:first-child) {
|
|
-webkit-border-top-left-radius: 0;
|
|
-moz-border-radius-topleft: 0;
|
|
-webkit-border-bottom-left-radius: 0;
|
|
-moz-border-radius-bottomleft: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-top-left-radius: 0;
|
|
}
|
|
.btn-group > .btn-group {
|
|
float: left;
|
|
}
|
|
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
|
|
border-radius: 0;
|
|
}
|
|
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
|
|
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
|
|
-webkit-border-top-right-radius: 0;
|
|
-moz-border-radius-topright: 0;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
-moz-border-radius-bottomright: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
|
|
-webkit-border-top-left-radius: 0;
|
|
-moz-border-radius-topleft: 0;
|
|
-webkit-border-bottom-left-radius: 0;
|
|
-moz-border-radius-bottomleft: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-top-left-radius: 0;
|
|
}
|
|
.btn-group .dropdown-toggle:active,
|
|
.btn-group.open .dropdown-toggle {
|
|
outline: 0;
|
|
}
|
|
.btn-group > .btn + .dropdown-toggle {
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
}
|
|
.btn-group > .btn-lg + .dropdown-toggle {
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
}
|
|
.btn-group.open .dropdown-toggle {
|
|
-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
}
|
|
.btn-group.open .dropdown-toggle.btn-link {
|
|
-moz-box-shadow: none;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.btn .caret {
|
|
margin-left: 0;
|
|
}
|
|
.btn-lg .caret {
|
|
border-width: 5px 5px 0;
|
|
border-bottom-width: 0;
|
|
}
|
|
.dropup .btn-lg .caret {
|
|
border-width: 0 5px 5px;
|
|
}
|
|
.btn-group-vertical > .btn,
|
|
.btn-group-vertical > .btn-group,
|
|
.btn-group-vertical > .btn-group > .btn {
|
|
display: block;
|
|
float: none;
|
|
width: 100%;
|
|
max-width: 100%;
|
|
}
|
|
.btn-group-vertical > .btn-group > .btn {
|
|
float: none;
|
|
}
|
|
.btn-group-vertical > .btn + .btn,
|
|
.btn-group-vertical > .btn + .btn-group,
|
|
.btn-group-vertical > .btn-group + .btn,
|
|
.btn-group-vertical > .btn-group + .btn-group {
|
|
margin-top: -1px;
|
|
margin-left: 0;
|
|
}
|
|
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
|
|
border-radius: 0;
|
|
}
|
|
.btn-group-vertical > .btn:first-child:not(:last-child) {
|
|
-webkit-border-top-right-radius: 3px;
|
|
-moz-border-radius-topright: 3px;
|
|
-webkit-border-top-left-radius: 3px;
|
|
-moz-border-radius-topleft: 3px;
|
|
border-top-right-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
-moz-border-radius-bottomright: 0;
|
|
-webkit-border-bottom-left-radius: 0;
|
|
-moz-border-radius-bottomleft: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.btn-group-vertical > .btn:last-child:not(:first-child) {
|
|
-webkit-border-top-right-radius: 0;
|
|
-moz-border-radius-topright: 0;
|
|
-webkit-border-top-left-radius: 0;
|
|
-moz-border-radius-topleft: 0;
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0;
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
-moz-border-radius-bottomright: 3px;
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
-moz-border-radius-bottomleft: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
}
|
|
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
|
|
border-radius: 0;
|
|
}
|
|
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
|
|
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
|
|
-webkit-border-bottom-right-radius: 0;
|
|
-moz-border-radius-bottomright: 0;
|
|
-webkit-border-bottom-left-radius: 0;
|
|
-moz-border-radius-bottomleft: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
|
|
-webkit-border-top-right-radius: 0;
|
|
-moz-border-radius-topright: 0;
|
|
-webkit-border-top-left-radius: 0;
|
|
-moz-border-radius-topleft: 0;
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0;
|
|
}
|
|
.btn-group-justified {
|
|
display: table;
|
|
width: 100%;
|
|
table-layout: fixed;
|
|
border-collapse: separate;
|
|
}
|
|
.btn-group-justified > .btn,
|
|
.btn-group-justified > .btn-group {
|
|
float: none;
|
|
display: table-cell;
|
|
width: 1%;
|
|
}
|
|
.btn-group-justified > .btn-group .btn {
|
|
width: 100%;
|
|
}
|
|
.btn-group-justified > .btn-group .dropdown-menu {
|
|
left: auto;
|
|
}
|
|
[data-toggle="buttons"] > .btn input[type="radio"],
|
|
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
|
|
[data-toggle="buttons"] > .btn input[type="checkbox"],
|
|
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
|
|
position: absolute;
|
|
clip: rect(0, 0, 0, 0);
|
|
pointer-events: none;
|
|
}
|
|
.alert {
|
|
padding: 8px 35px 8px 14px;
|
|
margin-bottom: 10px;
|
|
background-color: #fcf8e3;
|
|
border-left: 7px solid;
|
|
box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
|
|
}
|
|
.alert + .alert {
|
|
margin-top: -5px;
|
|
}
|
|
.alert,
|
|
.alert h4 {
|
|
color: #c09853;
|
|
}
|
|
.alert h4,
|
|
.alert h5,
|
|
.alert h3 {
|
|
margin: 0;
|
|
border-bottom: none;
|
|
}
|
|
.alert .close {
|
|
position: relative;
|
|
top: -2px;
|
|
right: -21px;
|
|
line-height: 20px;
|
|
}
|
|
.alert {
|
|
border-left-color: #607D8B;
|
|
background-color: #ECEFF1;
|
|
color: #607D8B;
|
|
}
|
|
.alert h4,
|
|
.alert b {
|
|
color: #566f7c;
|
|
}
|
|
.alert-info {
|
|
border-left-color: #116894;
|
|
background-color: #E3F2FD;
|
|
color: #116894;
|
|
}
|
|
.alert-info h4,
|
|
.alert-info b {
|
|
color: #0e587d;
|
|
}
|
|
.alert-danger {
|
|
border-left-color: #b71c1c;
|
|
background-color: #ffebee;
|
|
color: #b71c1c;
|
|
}
|
|
.alert-danger h4,
|
|
.alert-danger b {
|
|
color: #a11919;
|
|
}
|
|
.alert-warning {
|
|
border-left-color: #E65100;
|
|
background-color: #FFF3E0;
|
|
color: #E65100;
|
|
}
|
|
.alert-warning h4,
|
|
.alert-warning b {
|
|
color: #cd4800;
|
|
}
|
|
.alert-success {
|
|
border-left-color: #1B5E20;
|
|
background-color: #E8F5E9;
|
|
color: #1B5E20;
|
|
}
|
|
.alert-success h4,
|
|
.alert-success b {
|
|
color: #154a19;
|
|
}
|
|
.alert-recovery {
|
|
border-left-color: #827717;
|
|
background-color: #F9FBE7;
|
|
color: #827717;
|
|
}
|
|
.alert-recovery h4,
|
|
.alert-recovery b {
|
|
color: #6c6313;
|
|
}
|
|
.alert-suppressed {
|
|
border-left-color: #4A148C;
|
|
background-color: #F3E5F5;
|
|
color: #4A148C;
|
|
}
|
|
.alert-suppressed h4,
|
|
.alert-suppressed b {
|
|
color: #3e1176;
|
|
}
|
|
.alert-delay {
|
|
border-left-color: #e59006;
|
|
background-color: #FFFDE7;
|
|
color: #e59006;
|
|
}
|
|
.alert-delay h4,
|
|
.alert-delay b {
|
|
color: #cc8006;
|
|
}
|
|
.alert-up-ignore {
|
|
border-left-color: #455A64;
|
|
background-color: #ECEFF1;
|
|
color: #455A64;
|
|
}
|
|
.alert-up-ignore h4,
|
|
.alert-up-ignore b {
|
|
color: #3b4c55;
|
|
}
|
|
.alert-down-ignore {
|
|
border-left-color: #4E342E;
|
|
background-color: #EFEBE9;
|
|
color: #4E342E;
|
|
}
|
|
.alert-down-ignore h4,
|
|
.alert-down-ignore b {
|
|
color: #3e2925;
|
|
}
|
|
.alert-disabled {
|
|
border-left-color: #9E9E9E;
|
|
background-color: #FAFAFA;
|
|
color: #9E9E9E;
|
|
}
|
|
.alert-disabled h4,
|
|
.alert-disabled b {
|
|
color: #919191;
|
|
}
|
|
.alert-block {
|
|
padding-top: 14px;
|
|
padding-bottom: 14px;
|
|
}
|
|
.alert-block > p,
|
|
.alert-block > ul {
|
|
margin-bottom: 0;
|
|
}
|
|
.alert-block p + p {
|
|
margin-top: 5px;
|
|
}
|
|
.statusbox {
|
|
margin-bottom: 10px;
|
|
margin-top: 0px;
|
|
margin-right: 10px;
|
|
float: left;
|
|
padding: 2px;
|
|
width: 198px;
|
|
height: 90px;
|
|
line-height: 110%;
|
|
display: table;
|
|
box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
|
|
border-top-style: none;
|
|
border-bottom-style: none;
|
|
border-right-style: none;
|
|
border-radius: 0;
|
|
border-top-left-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
}
|
|
.statusbox + .statusbox {
|
|
margin-top: 0px;
|
|
}
|
|
.statusbox:last-of-type {
|
|
margin-bottom: 10px;
|
|
}
|
|
.statusbox-wide {
|
|
width: 300px;
|
|
}
|
|
.statusbox p {
|
|
text-align: center;
|
|
display: table-row;
|
|
}
|
|
.statusbox .header {
|
|
text-align: center;
|
|
display: table-row;
|
|
font-weight: bold;
|
|
}
|
|
/*!
|
|
* Datepicker for Bootstrap
|
|
*
|
|
* Copyright 2012 Stefan Petre
|
|
* Licensed under the Apache License v2.0
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
*/
|
|
.bootstrap-datetimepicker-widget {
|
|
top: 0;
|
|
left: 0;
|
|
width: 250px;
|
|
padding: 4px;
|
|
margin-top: 1px;
|
|
z-index: 3000;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
/*.dow {
|
|
border-top: 1px solid #ddd !important;
|
|
}*/
|
|
}
|
|
.bootstrap-datetimepicker-widget:before {
|
|
content: '';
|
|
display: inline-block;
|
|
border-left: 7px solid transparent;
|
|
border-right: 7px solid transparent;
|
|
border-bottom: 7px solid #ccc;
|
|
border-bottom-color: rgba(0, 0, 0, 0.2);
|
|
position: absolute;
|
|
top: -7px;
|
|
left: 6px;
|
|
}
|
|
.bootstrap-datetimepicker-widget:after {
|
|
content: '';
|
|
display: inline-block;
|
|
border-left: 6px solid transparent;
|
|
border-right: 6px solid transparent;
|
|
border-bottom: 6px solid #fff;
|
|
position: absolute;
|
|
top: -6px;
|
|
left: 7px;
|
|
}
|
|
.bootstrap-datetimepicker-widget.pull-right:before {
|
|
left: auto;
|
|
right: 6px;
|
|
}
|
|
.bootstrap-datetimepicker-widget.pull-right:after {
|
|
left: auto;
|
|
right: 7px;
|
|
}
|
|
.bootstrap-datetimepicker-widget > ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
}
|
|
.bootstrap-datetimepicker-widget .timepicker-hour,
|
|
.bootstrap-datetimepicker-widget .timepicker-minute,
|
|
.bootstrap-datetimepicker-widget .timepicker-second {
|
|
width: 100%;
|
|
font-weight: bold;
|
|
font-size: 1.2em;
|
|
}
|
|
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
|
|
width: 4px;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.bootstrap-datetimepicker-widget .datepicker > div {
|
|
display: none;
|
|
}
|
|
.bootstrap-datetimepicker-widget .picker-switch {
|
|
text-align: center;
|
|
}
|
|
.bootstrap-datetimepicker-widget table {
|
|
width: 100%;
|
|
margin: 0;
|
|
}
|
|
.bootstrap-datetimepicker-widget td,
|
|
.bootstrap-datetimepicker-widget th {
|
|
text-align: center;
|
|
width: 20px;
|
|
height: 20px;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
.bootstrap-datetimepicker-widget td.day:hover,
|
|
.bootstrap-datetimepicker-widget td.hour:hover,
|
|
.bootstrap-datetimepicker-widget td.minute:hover,
|
|
.bootstrap-datetimepicker-widget td.second:hover {
|
|
background: #eeeeee;
|
|
cursor: pointer;
|
|
}
|
|
.bootstrap-datetimepicker-widget td.old,
|
|
.bootstrap-datetimepicker-widget td.new {
|
|
color: #eeeeee;
|
|
}
|
|
.bootstrap-datetimepicker-widget td.active,
|
|
.bootstrap-datetimepicker-widget td.active:hover {
|
|
background-color: #115794;
|
|
background-image: -moz-linear-gradient(top, #116894, #113c94);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#116894), to(#113c94));
|
|
background-image: -webkit-linear-gradient(top, #116894, #113c94);
|
|
background-image: -o-linear-gradient(top, #116894, #113c94);
|
|
background-image: linear-gradient(to bottom, #116894, #113c94);
|
|
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#116894), to(#113c94));
|
|
background-image: -webkit-linear-gradient(top, #116894, 0%, #113c94, 100%);
|
|
background-image: -moz-linear-gradient(top, #116894 0%, #113c94 100%);
|
|
background-image: linear-gradient(to bottom, #116894 0%, #113c94 100%);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff116894', endColorstr='#ff113c94', GradientType=0);
|
|
border-color: #113c94 #113c94 #09204f;
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
*background-color: #113c94;
|
|
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
color: #fff;
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
}
|
|
.bootstrap-datetimepicker-widget td.active:hover,
|
|
.bootstrap-datetimepicker-widget td.active:hover:hover,
|
|
.bootstrap-datetimepicker-widget td.active:focus,
|
|
.bootstrap-datetimepicker-widget td.active:hover:focus,
|
|
.bootstrap-datetimepicker-widget td.active:active,
|
|
.bootstrap-datetimepicker-widget td.active:hover:active,
|
|
.bootstrap-datetimepicker-widget td.active.active,
|
|
.bootstrap-datetimepicker-widget td.active:hover.active,
|
|
.bootstrap-datetimepicker-widget td.active.disabled,
|
|
.bootstrap-datetimepicker-widget td.active:hover.disabled,
|
|
.bootstrap-datetimepicker-widget td.active[disabled],
|
|
.bootstrap-datetimepicker-widget td.active:hover[disabled] {
|
|
color: #fff;
|
|
background-color: #113c94;
|
|
*background-color: #0e337d;
|
|
}
|
|
.bootstrap-datetimepicker-widget td.active:active,
|
|
.bootstrap-datetimepicker-widget td.active:hover:active,
|
|
.bootstrap-datetimepicker-widget td.active.active,
|
|
.bootstrap-datetimepicker-widget td.active:hover.active {
|
|
background-color: #0c2a66 \9;
|
|
}
|
|
.bootstrap-datetimepicker-widget td.disabled,
|
|
.bootstrap-datetimepicker-widget td.disabled:hover {
|
|
background: none;
|
|
color: #eeeeee;
|
|
cursor: not-allowed;
|
|
}
|
|
.bootstrap-datetimepicker-widget td span {
|
|
display: block;
|
|
width: 47px;
|
|
height: 54px;
|
|
line-height: 54px;
|
|
float: left;
|
|
margin: 2px;
|
|
cursor: pointer;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
.bootstrap-datetimepicker-widget td span:hover {
|
|
background: #eeeeee;
|
|
}
|
|
.bootstrap-datetimepicker-widget td span.active {
|
|
background-color: #115794;
|
|
background-image: -moz-linear-gradient(top, #116894, #113c94);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#116894), to(#113c94));
|
|
background-image: -webkit-linear-gradient(top, #116894, #113c94);
|
|
background-image: -o-linear-gradient(top, #116894, #113c94);
|
|
background-image: linear-gradient(to bottom, #116894, #113c94);
|
|
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#116894), to(#113c94));
|
|
background-image: -webkit-linear-gradient(top, #116894, 0%, #113c94, 100%);
|
|
background-image: -moz-linear-gradient(top, #116894 0%, #113c94 100%);
|
|
background-image: linear-gradient(to bottom, #116894 0%, #113c94 100%);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff116894', endColorstr='#ff113c94', GradientType=0);
|
|
border-color: #113c94 #113c94 #09204f;
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
*background-color: #113c94;
|
|
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
color: #fff;
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
}
|
|
.bootstrap-datetimepicker-widget td span.active:hover,
|
|
.bootstrap-datetimepicker-widget td span.active:focus,
|
|
.bootstrap-datetimepicker-widget td span.active:active,
|
|
.bootstrap-datetimepicker-widget td span.active.active,
|
|
.bootstrap-datetimepicker-widget td span.active.disabled,
|
|
.bootstrap-datetimepicker-widget td span.active[disabled] {
|
|
color: #fff;
|
|
background-color: #113c94;
|
|
*background-color: #0e337d;
|
|
}
|
|
.bootstrap-datetimepicker-widget td span.active:active,
|
|
.bootstrap-datetimepicker-widget td span.active.active {
|
|
background-color: #0c2a66 \9;
|
|
}
|
|
.bootstrap-datetimepicker-widget td span.old {
|
|
color: #eeeeee;
|
|
}
|
|
.bootstrap-datetimepicker-widget td span.disabled,
|
|
.bootstrap-datetimepicker-widget td span.disabled:hover {
|
|
background: none;
|
|
color: #eeeeee;
|
|
cursor: not-allowed;
|
|
}
|
|
.bootstrap-datetimepicker-widget th.datepicker-switch {
|
|
width: 145px;
|
|
}
|
|
.bootstrap-datetimepicker-widget th.next,
|
|
.bootstrap-datetimepicker-widget th.prev {
|
|
font-size: 21px;
|
|
}
|
|
.bootstrap-datetimepicker-widget th.disabled,
|
|
.bootstrap-datetimepicker-widget th.disabled:hover {
|
|
background: none;
|
|
color: #eeeeee;
|
|
cursor: not-allowed;
|
|
}
|
|
.bootstrap-datetimepicker-widget thead tr:first-child th {
|
|
cursor: pointer;
|
|
}
|
|
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
|
|
background: #eeeeee;
|
|
}
|
|
.input-append.date .add-on i,
|
|
.input-prepend.date .add-on i {
|
|
display: block;
|
|
cursor: pointer;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
.bootstrap-datetimepicker-widget.left-oriented:before {
|
|
left: auto;
|
|
right: 6px;
|
|
}
|
|
.bootstrap-datetimepicker-widget.left-oriented:after {
|
|
left: auto;
|
|
right: 7px;
|
|
}
|
|
.nav {
|
|
margin-left: 0;
|
|
margin-bottom: 20px;
|
|
list-style: none;
|
|
}
|
|
.nav > li > a {
|
|
display: block;
|
|
}
|
|
.nav > li > a:hover,
|
|
.nav > li > a:focus {
|
|
text-decoration: none;
|
|
background-color: #eeeeee;
|
|
}
|
|
.nav > li > a > img {
|
|
max-width: none;
|
|
}
|
|
.nav > .pull-right {
|
|
float: right;
|
|
}
|
|
.nav-header {
|
|
display: block;
|
|
padding: 3px 15px;
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
line-height: 20px;
|
|
color: #777777;
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
|
text-transform: uppercase;
|
|
}
|
|
.nav li + .nav-header {
|
|
margin-top: 9px;
|
|
}
|
|
.nav-list {
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
margin-bottom: 0;
|
|
}
|
|
.nav-list > li > a,
|
|
.nav-list .nav-header {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
|
}
|
|
.nav-list > li > a {
|
|
padding: 3px 15px;
|
|
}
|
|
.nav-list > .active > a,
|
|
.nav-list > .active > a:hover,
|
|
.nav-list > .active > a:focus {
|
|
color: #fff;
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
|
|
background-color: #116894;
|
|
}
|
|
.nav-list [class^="icon-"],
|
|
.nav-list [class*=" icon-"] {
|
|
margin-right: 2px;
|
|
}
|
|
.nav-list .divider {
|
|
*width: 100%;
|
|
height: 1px;
|
|
margin: 9px 1px;
|
|
*margin: -5px 0 5px;
|
|
overflow: hidden;
|
|
background-color: #e5e5e5;
|
|
border-bottom: 1px solid #fff;
|
|
}
|
|
.nav-tabs,
|
|
.nav-pills {
|
|
*zoom: 1;
|
|
}
|
|
.nav-tabs:before,
|
|
.nav-pills:before,
|
|
.nav-tabs:after,
|
|
.nav-pills:after {
|
|
display: table;
|
|
content: "";
|
|
line-height: 0;
|
|
}
|
|
.nav-tabs:after,
|
|
.nav-pills:after {
|
|
clear: both;
|
|
}
|
|
.nav-tabs:before,
|
|
.nav-pills:before,
|
|
.nav-tabs:after,
|
|
.nav-pills:after {
|
|
content: " ";
|
|
/* 1 */
|
|
display: table;
|
|
/* 2 */
|
|
}
|
|
.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: 6px;
|
|
padding-left: 6px;
|
|
margin-right: 2px;
|
|
line-height: 14px;
|
|
}
|
|
.nav-tabs {
|
|
border-bottom: 1px solid #ddd;
|
|
margin-bottom: 10px;
|
|
}
|
|
.nav-tabs > li:first-child {
|
|
margin-left: 10px;
|
|
}
|
|
.nav-tabs > li {
|
|
margin-bottom: -1px;
|
|
margin-right: 2px;
|
|
}
|
|
.nav-tabs > li > a {
|
|
padding-top: 1px;
|
|
padding-bottom: 1px;
|
|
background-color: #fdfdfd;
|
|
background-image: -moz-linear-gradient(top, #fff, #fafafa);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fafafa));
|
|
background-image: -webkit-linear-gradient(top, #fff, #fafafa);
|
|
background-image: -o-linear-gradient(top, #fff, #fafafa);
|
|
background-image: linear-gradient(to bottom, #fff, #fafafa);
|
|
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fff), to(#fafafa));
|
|
background-image: -webkit-linear-gradient(top, #fff, 0%, #fafafa, 100%);
|
|
background-image: -moz-linear-gradient(top, #fff 0%, #fafafa 100%);
|
|
background-image: linear-gradient(to bottom, #fff 0%, #fafafa 100%);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fffafafa', GradientType=0);
|
|
line-height: 20px;
|
|
border: 1px solid #dddddd;
|
|
-webkit-border-radius: 4px 4px 0 0;
|
|
-moz-border-radius: 4px 4px 0 0;
|
|
border-radius: 4px 4px 0 0;
|
|
}
|
|
.nav-tabs > li > a:hover,
|
|
.nav-tabs > li > a:focus {
|
|
border-color: #eeeeee #eeeeee #ddd;
|
|
}
|
|
.nav-tabs > .active > a,
|
|
.nav-tabs > .active > a:hover,
|
|
.nav-tabs > .active > a:focus {
|
|
color: #555555;
|
|
background-color: #f9f9f9;
|
|
background-color: #fcfcfc;
|
|
background-image: -moz-linear-gradient(top, #fafafa, #fff);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#fff));
|
|
background-image: -webkit-linear-gradient(top, #fafafa, #fff);
|
|
background-image: -o-linear-gradient(top, #fafafa, #fff);
|
|
background-image: linear-gradient(to bottom, #fafafa, #fff);
|
|
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fafafa), to(#fff));
|
|
background-image: -webkit-linear-gradient(top, #fafafa, 0%, #fff, 100%);
|
|
background-image: -moz-linear-gradient(top, #fafafa 0%, #fff 100%);
|
|
background-image: linear-gradient(to bottom, #fafafa 0%, #fff 100%);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffffffff', GradientType=0);
|
|
border: 1px solid #ddd;
|
|
border-bottom-color: #fff;
|
|
cursor: default;
|
|
}
|
|
.nav-pills > li > a {
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.nav-pills > .active > a,
|
|
.nav-pills > .active > a:hover,
|
|
.nav-pills > .active > a:focus {
|
|
color: #fff;
|
|
background-color: #116894;
|
|
}
|
|
.nav-stacked > li {
|
|
float: none;
|
|
}
|
|
.nav-stacked > li > a {
|
|
margin-right: 0;
|
|
}
|
|
.nav-tabs.nav-stacked {
|
|
border-bottom: 0;
|
|
}
|
|
.nav-tabs.nav-stacked > li > a {
|
|
border: 1px solid #ddd;
|
|
-webkit-border-radius: 0;
|
|
-moz-border-radius: 0;
|
|
border-radius: 0;
|
|
}
|
|
.nav-tabs.nav-stacked > li:first-child > a {
|
|
-webkit-border-top-right-radius: 4px;
|
|
-moz-border-radius-topright: 4px;
|
|
-webkit-border-top-left-radius: 4px;
|
|
-moz-border-radius-topleft: 4px;
|
|
border-top-right-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
}
|
|
.nav-tabs.nav-stacked > li:last-child > a {
|
|
-webkit-border-bottom-right-radius: 4px;
|
|
-moz-border-radius-bottomright: 4px;
|
|
-webkit-border-bottom-left-radius: 4px;
|
|
-moz-border-radius-bottomleft: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
}
|
|
.nav-tabs.nav-stacked > li > a:hover,
|
|
.nav-tabs.nav-stacked > li > a:focus {
|
|
border-color: #ddd;
|
|
z-index: 2;
|
|
}
|
|
.nav-pills.nav-stacked > li > a {
|
|
margin-bottom: 3px;
|
|
}
|
|
.nav-pills.nav-stacked > li:last-child > a {
|
|
margin-bottom: 1px;
|
|
}
|
|
.nav-tabs .dropdown-menu {
|
|
-webkit-border-radius: 0 0 6px 6px;
|
|
-moz-border-radius: 0 0 6px 6px;
|
|
border-radius: 0 0 6px 6px;
|
|
}
|
|
.nav-pills .dropdown-menu {
|
|
-webkit-border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
border-radius: 6px;
|
|
}
|
|
.nav .dropdown-toggle .caret {
|
|
border-top-color: #116894;
|
|
border-bottom-color: #116894;
|
|
margin-top: 6px;
|
|
}
|
|
.nav .dropdown-toggle:hover .caret,
|
|
.nav .dropdown-toggle:focus .caret {
|
|
border-top-color: #09384f;
|
|
border-bottom-color: #09384f;
|
|
}
|
|
/* 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,
|
|
.nav > .dropdown.active > a:focus {
|
|
cursor: pointer;
|
|
}
|
|
.nav-tabs .open .dropdown-toggle,
|
|
.nav-pills .open .dropdown-toggle,
|
|
.nav > li.dropdown.open.active > a:hover,
|
|
.nav > li.dropdown.open.active > a:focus {
|
|
color: #fff;
|
|
background-color: #777777;
|
|
border-color: #777777;
|
|
}
|
|
.nav li.dropdown.open .caret,
|
|
.nav li.dropdown.open.active .caret,
|
|
.nav li.dropdown.open a:hover .caret,
|
|
.nav li.dropdown.open a:focus .caret {
|
|
border-top-color: #fff;
|
|
border-bottom-color: #fff;
|
|
opacity: 1;
|
|
filter: alpha(opacity=100);
|
|
opacity: 100;
|
|
filter: alpha(opacity=10000);
|
|
}
|
|
.tabs-stacked .open > a:hover,
|
|
.tabs-stacked .open > a:focus {
|
|
border-color: #777777;
|
|
}
|
|
.tabbable {
|
|
*zoom: 1;
|
|
}
|
|
.tabbable:before,
|
|
.tabbable:after {
|
|
display: table;
|
|
content: "";
|
|
line-height: 0;
|
|
}
|
|
.tabbable:after {
|
|
clear: both;
|
|
}
|
|
.tabbable:before,
|
|
.tabbable:after {
|
|
content: " ";
|
|
/* 1 */
|
|
display: table;
|
|
/* 2 */
|
|
}
|
|
.tabbable:after {
|
|
clear: both;
|
|
}
|
|
.tab-content {
|
|
overflow: auto;
|
|
}
|
|
.tabs-below > .nav-tabs,
|
|
.tabs-right > .nav-tabs,
|
|
.tabs-left > .nav-tabs {
|
|
border-bottom: 0;
|
|
}
|
|
.tab-content > .tab-pane,
|
|
.pill-content > .pill-pane {
|
|
display: none;
|
|
}
|
|
.tab-content > .active,
|
|
.pill-content > .active {
|
|
display: block;
|
|
}
|
|
.tabs-below > .nav-tabs {
|
|
border-top: 1px solid #ddd;
|
|
}
|
|
.tabs-below > .nav-tabs > li {
|
|
margin-top: -1px;
|
|
margin-bottom: 0;
|
|
}
|
|
.tabs-below > .nav-tabs > li > a {
|
|
-webkit-border-radius: 0 0 4px 4px;
|
|
-moz-border-radius: 0 0 4px 4px;
|
|
border-radius: 0 0 4px 4px;
|
|
}
|
|
.tabs-below > .nav-tabs > li > a:hover,
|
|
.tabs-below > .nav-tabs > li > a:focus {
|
|
border-bottom-color: transparent;
|
|
border-top-color: #ddd;
|
|
}
|
|
.tabs-below > .nav-tabs > .active > a,
|
|
.tabs-below > .nav-tabs > .active > a:hover,
|
|
.tabs-below > .nav-tabs > .active > a:focus {
|
|
border-color: transparent #ddd #ddd #ddd;
|
|
}
|
|
.tabs-left > .nav-tabs > li,
|
|
.tabs-right > .nav-tabs > li {
|
|
float: none;
|
|
}
|
|
.tabs-left > .nav-tabs > li > a,
|
|
.tabs-right > .nav-tabs > li > a {
|
|
min-width: 74px;
|
|
margin-right: 0;
|
|
margin-bottom: 3px;
|
|
}
|
|
.tabs-left > .nav-tabs {
|
|
float: left;
|
|
margin-right: 19px;
|
|
border-right: 1px solid #ddd;
|
|
}
|
|
.tabs-left > .nav-tabs > li > a {
|
|
margin-right: -1px;
|
|
-webkit-border-radius: 4px 0 0 4px;
|
|
-moz-border-radius: 4px 0 0 4px;
|
|
border-radius: 4px 0 0 4px;
|
|
}
|
|
.tabs-left > .nav-tabs > li > a:hover,
|
|
.tabs-left > .nav-tabs > li > a:focus {
|
|
border-color: #eeeeee #ddd #eeeeee #eeeeee;
|
|
}
|
|
.tabs-left > .nav-tabs .active > a,
|
|
.tabs-left > .nav-tabs .active > a:hover,
|
|
.tabs-left > .nav-tabs .active > a:focus {
|
|
border-color: #ddd transparent #ddd #ddd;
|
|
*border-right-color: #fff;
|
|
}
|
|
.tabs-right > .nav-tabs {
|
|
float: right;
|
|
margin-left: 19px;
|
|
border-left: 1px solid #ddd;
|
|
}
|
|
.tabs-right > .nav-tabs > li > a {
|
|
margin-left: -1px;
|
|
-webkit-border-radius: 0 4px 4px 0;
|
|
-moz-border-radius: 0 4px 4px 0;
|
|
border-radius: 0 4px 4px 0;
|
|
}
|
|
.tabs-right > .nav-tabs > li > a:hover,
|
|
.tabs-right > .nav-tabs > li > a:focus {
|
|
border-color: #eeeeee #eeeeee #eeeeee #ddd;
|
|
}
|
|
.tabs-right > .nav-tabs .active > a,
|
|
.tabs-right > .nav-tabs .active > a:hover,
|
|
.tabs-right > .nav-tabs .active > a:focus {
|
|
border-color: #ddd #ddd #ddd transparent;
|
|
*border-left-color: #fff;
|
|
}
|
|
.nav > .disabled > a {
|
|
color: #777777;
|
|
}
|
|
.nav > .disabled > a:hover,
|
|
.nav > .disabled > a:focus {
|
|
text-decoration: none;
|
|
background-color: transparent;
|
|
cursor: default;
|
|
}
|
|
.navbar {
|
|
overflow: visible;
|
|
margin-bottom: 10px;
|
|
*position: relative;
|
|
*z-index: 2;
|
|
background: #fff;
|
|
}
|
|
.navbar-inner {
|
|
min-height: 40px;
|
|
padding: 0;
|
|
border: 1px solid #d7d7d7;
|
|
-webkit-border-radius: 0px;
|
|
-moz-border-radius: 0px;
|
|
border-radius: 0px;
|
|
*zoom: 1;
|
|
}
|
|
.navbar-inner:before,
|
|
.navbar-inner:after {
|
|
display: table;
|
|
content: "";
|
|
line-height: 0;
|
|
}
|
|
.navbar-inner:after {
|
|
clear: both;
|
|
}
|
|
.navbar-inner:before,
|
|
.navbar-inner:after {
|
|
content: " ";
|
|
/* 1 */
|
|
display: table;
|
|
/* 2 */
|
|
}
|
|
.navbar-inner:after {
|
|
clear: both;
|
|
}
|
|
.navbar .container {
|
|
width: auto;
|
|
}
|
|
.nav-collapse.collapse {
|
|
height: auto;
|
|
overflow: visible;
|
|
}
|
|
.navbar .brand {
|
|
float: left;
|
|
display: block;
|
|
padding: 10px 15px 10px;
|
|
margin-left: 0px;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color: #777777;
|
|
}
|
|
.navbar .brand:hover,
|
|
.navbar .brand:focus {
|
|
text-decoration: none;
|
|
}
|
|
.navbar .brand-observium {
|
|
background: url('../images/brand-observium.svg');
|
|
background-size: 162px 30px;
|
|
display: inline-block;
|
|
width: 162px;
|
|
height: 30px;
|
|
padding: 0;
|
|
/* 10px 0 0;*/
|
|
margin: 5px;
|
|
margin-right: 20px;
|
|
}
|
|
.navbar-text {
|
|
margin-bottom: 0;
|
|
line-height: 40px;
|
|
color: #777777;
|
|
}
|
|
.navbar-link {
|
|
color: #777777;
|
|
}
|
|
.navbar-link:hover,
|
|
.navbar-link:focus {
|
|
color: #333333;
|
|
}
|
|
.navbar .divider-vertical {
|
|
height: 40px;
|
|
margin: 0 9px;
|
|
border-left: 1px solid #fff;
|
|
border-right: 1px solid #e5e5e5;
|
|
}
|
|
.navbar .btn,
|
|
.navbar .btn-group {
|
|
margin-top: 5px;
|
|
}
|
|
.navbar .btn-group .btn,
|
|
.navbar .input-prepend .btn,
|
|
.navbar .input-append .btn,
|
|
.navbar .input-prepend .btn-group,
|
|
.navbar .input-append .btn-group {
|
|
margin-top: 0;
|
|
}
|
|
.navbar-form {
|
|
margin-bottom: 0;
|
|
*zoom: 1;
|
|
}
|
|
.navbar-form:before,
|
|
.navbar-form:after {
|
|
display: table;
|
|
content: "";
|
|
line-height: 0;
|
|
}
|
|
.navbar-form:after {
|
|
clear: both;
|
|
}
|
|
.navbar-form:before,
|
|
.navbar-form:after {
|
|
content: " ";
|
|
/* 1 */
|
|
display: table;
|
|
/* 2 */
|
|
}
|
|
.navbar-form:after {
|
|
clear: both;
|
|
}
|
|
.navbar-form input,
|
|
.navbar-form select,
|
|
.navbar-form .radio,
|
|
.navbar-form .checkbox {
|
|
margin-top: 5px;
|
|
}
|
|
.navbar-form input,
|
|
.navbar-form select,
|
|
.navbar-form .btn {
|
|
display: inline-block;
|
|
margin-bottom: 0;
|
|
}
|
|
.navbar-form input[type="image"],
|
|
.navbar-form input[type="checkbox"],
|
|
.navbar-form input[type="radio"] {
|
|
margin-top: 3px;
|
|
}
|
|
.navbar-form .input-append,
|
|
.navbar-form .input-prepend {
|
|
margin-top: 5px;
|
|
white-space: nowrap;
|
|
}
|
|
.navbar-form .input-append input,
|
|
.navbar-form .input-prepend input {
|
|
margin-top: 0;
|
|
}
|
|
.navbar-search {
|
|
position: relative;
|
|
float: left;
|
|
margin-top: 5px;
|
|
margin-bottom: 0;
|
|
}
|
|
.navbar-search .search-query {
|
|
margin-bottom: 0;
|
|
padding: 4px 14px;
|
|
font-family: 'Source Sans 3', '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 {
|
|
border-width: 0 0 1px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.navbar-static-top {
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
.navbar-fixed-top,
|
|
.navbar-fixed-bottom {
|
|
position: fixed;
|
|
right: 0;
|
|
left: 0;
|
|
border-width: 0 0 1px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.navbar-fixed-top,
|
|
.navbar-fixed-bottom,
|
|
.navbar-fixed-top .navbar-inner,
|
|
.navbar-fixed-bottom .navbar-inner {
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
.navbar-fixed-top {
|
|
z-index: 1030;
|
|
top: 0;
|
|
}
|
|
.navbar-fixed-top .nav > li > a > i {
|
|
margin-top: 2px;
|
|
margin-right: 5px;
|
|
}
|
|
.navbar-fixed-bottom {
|
|
bottom: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
.navbar-inner,
|
|
.navbar-inner {
|
|
webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
|
|
box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
|
|
border: none;
|
|
}
|
|
.navbar .nav {
|
|
position: relative;
|
|
left: 0;
|
|
display: block;
|
|
float: left;
|
|
margin: 0 10px 0 0;
|
|
}
|
|
.navbar .nav.pull-right {
|
|
float: right;
|
|
margin-right: 0;
|
|
}
|
|
.navbar .nav > li {
|
|
float: left;
|
|
}
|
|
.navbar .nav > li > a {
|
|
float: none;
|
|
padding: 10px 10px 8px;
|
|
color: #777777;
|
|
text-decoration: none;
|
|
}
|
|
.navbar .nav .dropdown-toggle .caret {
|
|
margin-top: 8px;
|
|
}
|
|
.navbar .nav > li > a:focus,
|
|
.navbar .nav > li > a:hover {
|
|
background-color: #ececec;
|
|
color: #333333;
|
|
text-decoration: none;
|
|
}
|
|
.navbar .nav > .active > a,
|
|
.navbar .nav > .active > a:hover,
|
|
.navbar .nav > .active > a:focus {
|
|
color: #555555;
|
|
text-decoration: none;
|
|
background-color: #ececec;
|
|
}
|
|
.navbar .nav > .icon > a > span {
|
|
display: none !important;
|
|
}
|
|
.navbar .nav > .icon > a:hover > span,
|
|
.navbar .nav > .icon > a:focus > span {
|
|
display: inline !important;
|
|
}
|
|
.navbar .btn-navbar {
|
|
display: none;
|
|
float: right;
|
|
padding: 7px 10px;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
background: #ececec;
|
|
}
|
|
.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;
|
|
}
|
|
.btn-navbar .icon-bar + .icon-bar {
|
|
margin-top: 3px;
|
|
}
|
|
/***
|
|
// Menu position and menu carets
|
|
.navbar .nav > li > .dropdown-menu {
|
|
&:before {
|
|
content: '';
|
|
display: inline-block;
|
|
border-left: 7px solid transparent;
|
|
border-right: 7px solid transparent;
|
|
border-bottom: 7px solid #ccc;
|
|
border-bottom-color: @dropdownBorder;
|
|
position: absolute;
|
|
top: -7px;
|
|
left: 9px;
|
|
}
|
|
&:after {
|
|
content: '';
|
|
display: inline-block;
|
|
border-left: 6px solid transparent;
|
|
border-right: 6px solid transparent;
|
|
border-bottom: 6px solid @dropdownBackground;
|
|
position: absolute;
|
|
top: -6px;
|
|
left: 10px;
|
|
}
|
|
}
|
|
// Menu position and menu caret support for dropups via extra dropup class
|
|
.navbar-fixed-bottom .nav > li > .dropdown-menu {
|
|
&:before {
|
|
border-top: 7px solid #ccc;
|
|
border-top-color: @dropdownBorder;
|
|
border-bottom: 0;
|
|
bottom: -7px;
|
|
top: auto;
|
|
}
|
|
&:after {
|
|
border-top: 6px solid @dropdownBackground;
|
|
border-bottom: 0;
|
|
bottom: -6px;
|
|
top: auto;
|
|
}
|
|
}
|
|
|
|
***/
|
|
.navbar .nav li.dropdown > a:hover .caret,
|
|
.navbar .nav li.dropdown > a:focus .caret {
|
|
border-top-color: #333333;
|
|
border-bottom-color: #333333;
|
|
}
|
|
.navbar .nav li.dropdown.open > .dropdown-toggle,
|
|
.navbar .nav li.dropdown.active > .dropdown-toggle,
|
|
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
|
|
background-color: #eeeeee;
|
|
color: #555555;
|
|
}
|
|
.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 {
|
|
background-color: #eeeeee;
|
|
color: #555555;
|
|
}
|
|
.navbar .pull-right > li > .dropdown-menu,
|
|
.navbar .nav > li > .dropdown-menu.pull-right {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
.navbar .pull-right > li > .dropdown-menu:before,
|
|
.navbar .nav > li > .dropdown-menu.pull-right:before {
|
|
left: auto;
|
|
right: 12px;
|
|
}
|
|
.navbar .pull-right > li > .dropdown-menu:after,
|
|
.navbar .nav > li > .dropdown-menu.pull-right:after {
|
|
left: auto;
|
|
right: 13px;
|
|
}
|
|
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
|
|
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
|
|
left: auto;
|
|
right: 100%;
|
|
margin-left: 0;
|
|
margin-right: -1px;
|
|
-webkit-border-radius: 6px 0 6px 6px;
|
|
-moz-border-radius: 6px 0 6px 6px;
|
|
border-radius: 6px 0 6px 6px;
|
|
}
|
|
.navbar-inner .btn-group {
|
|
margin-bottom: -5px;
|
|
}
|
|
.navbar-narrow form {
|
|
margin-bottom: 0px;
|
|
}
|
|
.navbar-narrow .bootstrap-select .btn {
|
|
/*margin-top: 4px;*/
|
|
/*margin-bottom: -5px;*/
|
|
border: none;
|
|
height: 100%;
|
|
background: transparent;
|
|
box-shadow: none;
|
|
-webkit-box-shadow: none;
|
|
}
|
|
@media (min-width: 980px) {
|
|
.subnav-fixed {
|
|
position: fixed;
|
|
top: 40px;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 1020;
|
|
/* 10 less than .navbar-fixed to prevent any overlap */
|
|
border-color: #d5d5d5;
|
|
border-width: 0;
|
|
border-radius: 0;
|
|
/*
|
|
-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
|
|
-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
|
|
box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
|
|
*/
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
|
/* IE6-9 */
|
|
}
|
|
/* .subnav-fixed:nth-of-type(2) {
|
|
top: 60px;
|
|
} */
|
|
.subnav-fixed .navbar-inner {
|
|
border-radius: 0;
|
|
}
|
|
.subnav-fixed .nav {
|
|
/*width: 938px;*/
|
|
margin: 0 auto;
|
|
padding: 0 1px;
|
|
}
|
|
.subnav .nav > li:first-child > a,
|
|
.subnav .nav > li:first-child > a:hover {
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
.navbar-narrow {
|
|
margin-bottom: 10px;
|
|
}
|
|
.navbar-inner {
|
|
min-height: 30px;
|
|
}
|
|
.navbar-narrow .container {
|
|
min-height: 30px;
|
|
}
|
|
.navbar-narrow .brand {
|
|
padding: 5px 15px 5px;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
overflow: hidden;
|
|
}
|
|
.navbar-narrow .nav > li > a {
|
|
padding: 5px 10px 5px;
|
|
}
|
|
.navbar-narrow .divider-vertical {
|
|
height: 30px;
|
|
}
|
|
.navbar-narrow select {
|
|
line-height: 15px;
|
|
height: 24px;
|
|
padding: 0px;
|
|
margin-top: 3px;
|
|
}
|
|
.navbar-narrow .btn {
|
|
margin-top: 3px;
|
|
}
|
|
.navbar-narrow .add-on {
|
|
line-height: 15px;
|
|
height: 22px;
|
|
margin-top: 3px;
|
|
padding: 0 5px;
|
|
padding-top: 2px;
|
|
vertical-align: middle;
|
|
}
|
|
.navbar-narrow [class^="oicon-"] {
|
|
margin-right: 2px;
|
|
margin-top: 1px;
|
|
}
|
|
.pagination {
|
|
margin: 0 10px 0 0;
|
|
}
|
|
.pagination ul {
|
|
display: inline-block;
|
|
*display: inline;
|
|
/* IE7 inline-block hack */
|
|
*zoom: 1;
|
|
margin-left: 0;
|
|
margin-bottom: 0;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
|
|
}
|
|
.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: #fff;
|
|
border: 0px solid #d7d7d7;
|
|
border-left-width: 0;
|
|
}
|
|
.pagination ul > li > a:hover,
|
|
.pagination ul > li > a:focus,
|
|
.pagination ul > .active > a,
|
|
.pagination ul > .active > span {
|
|
color: #555555;
|
|
text-decoration: none;
|
|
background-color: #ececec;
|
|
}
|
|
.pagination ul > .active > a,
|
|
.pagination ul > .active > span {
|
|
color: #777777;
|
|
cursor: default;
|
|
}
|
|
.pagination ul > .disabled > span,
|
|
.pagination ul > .disabled > a,
|
|
.pagination ul > .disabled > a:hover,
|
|
.pagination ul > .disabled > a:focus {
|
|
color: #777777;
|
|
background-color: transparent;
|
|
cursor: default;
|
|
}
|
|
.pagination ul > li:first-child > a,
|
|
.pagination ul > li:first-child > span {
|
|
border-left-width: 0px;
|
|
-webkit-border-top-left-radius: 3px;
|
|
-moz-border-radius-topleft: 3px;
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
-moz-border-radius-bottomleft: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
}
|
|
.pagination ul > li:last-child > a,
|
|
.pagination ul > li:last-child > span {
|
|
-webkit-border-top-right-radius: 3px;
|
|
-moz-border-radius-topright: 3px;
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
-moz-border-radius-bottomright: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
}
|
|
.pagination-items {
|
|
min-height: 40px;
|
|
border: 1px solid #d7d7d7;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
*zoom: 1;
|
|
}
|
|
.pagination-items:before,
|
|
.pagination-items:after {
|
|
display: table;
|
|
content: "";
|
|
line-height: 0;
|
|
}
|
|
.pagination-items:after {
|
|
clear: both;
|
|
}
|
|
.pagination-items:before,
|
|
.pagination-items:after {
|
|
content: " ";
|
|
/* 1 */
|
|
display: table;
|
|
/* 2 */
|
|
}
|
|
.pagination-items:after {
|
|
clear: both;
|
|
}
|
|
.pagination-centered {
|
|
text-align: center;
|
|
}
|
|
.pagination-right {
|
|
text-align: right;
|
|
}
|
|
.pagination-large ul > li > a,
|
|
.pagination-large ul > li > span {
|
|
padding: 7px 13px;
|
|
font-size: 18px;
|
|
}
|
|
.pagination-large ul > li:first-child > a,
|
|
.pagination-large ul > li:first-child > span {
|
|
-webkit-border-top-left-radius: 3px;
|
|
-moz-border-radius-topleft: 3px;
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
-moz-border-radius-bottomleft: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
}
|
|
.pagination-large ul > li:last-child > a,
|
|
.pagination-large ul > li:last-child > span {
|
|
-webkit-border-top-right-radius: 3px;
|
|
-moz-border-radius-topright: 3px;
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
-moz-border-radius-bottomright: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
}
|
|
.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-top-left-radius: 2px;
|
|
-moz-border-radius-topleft: 2px;
|
|
-webkit-border-bottom-left-radius: 2px;
|
|
-moz-border-radius-bottomleft: 2px;
|
|
border-bottom-left-radius: 2px;
|
|
border-top-left-radius: 2px;
|
|
}
|
|
.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: 2px;
|
|
-moz-border-radius-topright: 2px;
|
|
-webkit-border-bottom-right-radius: 2px;
|
|
-moz-border-radius-bottomright: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
border-top-right-radius: 2px;
|
|
}
|
|
.pagination-small ul > li > a,
|
|
.pagination-small ul > li > span {
|
|
padding: 2px 8px;
|
|
font-size: 12px;
|
|
}
|
|
.pagination-mini ul > li > a,
|
|
.pagination-mini ul > li > span {
|
|
padding: 0px 5px;
|
|
font-size: 11px;
|
|
}
|
|
.pager {
|
|
margin: 20px 0;
|
|
list-style: none;
|
|
text-align: center;
|
|
*zoom: 1;
|
|
}
|
|
.pager:before,
|
|
.pager:after {
|
|
display: table;
|
|
content: "";
|
|
line-height: 0;
|
|
}
|
|
.pager:after {
|
|
clear: both;
|
|
}
|
|
.pager:before,
|
|
.pager:after {
|
|
content: " ";
|
|
/* 1 */
|
|
display: table;
|
|
/* 2 */
|
|
}
|
|
.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,
|
|
.pager li > a:focus {
|
|
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 > a:focus,
|
|
.pager .disabled > span {
|
|
color: #777777;
|
|
background-color: #fff;
|
|
cursor: default;
|
|
}
|
|
.modal-open {
|
|
overflow: hidden;
|
|
}
|
|
.modal {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1050;
|
|
display: none;
|
|
overflow: hidden;
|
|
-webkit-overflow-scrolling: touch;
|
|
outline: 0;
|
|
}
|
|
.modal.fade .modal-dialog {
|
|
-moz-transform: translate(0, -25%);
|
|
-o-transform: translate(0, -25%);
|
|
-webkit-transform: translate(0, -25%);
|
|
-ms-transform: translate(0, -25%);
|
|
transform: translate(0, -25%);
|
|
-webkit-transition: -webkit-transform 0.3s ease-out;
|
|
-moz-transition: -moz-transform 0.3s ease-out;
|
|
-o-transition: -o-transform 0.3s ease-out;
|
|
transition: transform 0.3s ease-out;
|
|
}
|
|
.modal.in .modal-dialog {
|
|
-moz-transform: translate(0, 0);
|
|
-o-transform: translate(0, 0);
|
|
-webkit-transform: translate(0, 0);
|
|
-ms-transform: translate(0, 0);
|
|
transform: translate(0, 0);
|
|
}
|
|
.modal-open .modal {
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
}
|
|
.modal-dialog {
|
|
position: relative;
|
|
width: auto;
|
|
margin: 10px;
|
|
}
|
|
.modal-content {
|
|
position: relative;
|
|
background-color: #fff;
|
|
background: #fff;
|
|
background-clip: padding-box;
|
|
border: 1px solid #dddddd;
|
|
border-radius: 3px;
|
|
-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
|
|
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
|
|
outline: 0;
|
|
}
|
|
.modal-backdrop {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1040;
|
|
background-color: #000;
|
|
}
|
|
.modal-backdrop.fade {
|
|
opacity: 0;
|
|
filter: alpha(opacity=0);
|
|
}
|
|
.modal-backdrop.in {
|
|
opacity: 0.005;
|
|
filter: alpha(opacity=0.5);
|
|
opacity: 0.5;
|
|
filter: alpha(opacity=50);
|
|
}
|
|
.modal-header {
|
|
padding: 15px;
|
|
border-bottom: 1px solid #dddddd;
|
|
}
|
|
.modal-header .close {
|
|
margin-top: -2px;
|
|
}
|
|
.modal-title {
|
|
margin: 0;
|
|
line-height: 20px;
|
|
}
|
|
.modal-body {
|
|
position: relative;
|
|
padding: 15px;
|
|
}
|
|
.modal-footer {
|
|
padding: 15px;
|
|
text-align: right;
|
|
border-top: 1px solid #dddddd;
|
|
}
|
|
.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;
|
|
}
|
|
.modal-scrollbar-measure {
|
|
position: absolute;
|
|
top: -9999px;
|
|
width: 50px;
|
|
height: 50px;
|
|
overflow: scroll;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.modal-dialog {
|
|
width: 600px;
|
|
margin: 60px auto;
|
|
}
|
|
.modal-content {
|
|
-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
}
|
|
.modal-sm {
|
|
width: 300px;
|
|
}
|
|
}
|
|
@media (min-width: 952px) {
|
|
.modal-lg {
|
|
width: 900px;
|
|
}
|
|
}
|
|
.tooltip {
|
|
position: absolute;
|
|
z-index: 1070;
|
|
display: block;
|
|
visibility: visible;
|
|
font-size: 11px;
|
|
line-height: 1.4;
|
|
opacity: 0;
|
|
filter: alpha(opacity=0);
|
|
}
|
|
.tooltip.in {
|
|
opacity: 0.8;
|
|
filter: alpha(opacity=80);
|
|
opacity: 80;
|
|
filter: alpha(opacity=8000);
|
|
}
|
|
.tooltip.top {
|
|
margin-top: -3px;
|
|
padding: 5px 0;
|
|
}
|
|
.tooltip.right {
|
|
margin-left: 3px;
|
|
padding: 0 5px;
|
|
}
|
|
.tooltip.bottom {
|
|
margin-top: 3px;
|
|
padding: 5px 0;
|
|
}
|
|
.tooltip.left {
|
|
margin-left: -3px;
|
|
padding: 0 5px;
|
|
}
|
|
.tooltip-inner {
|
|
max-width: 200px;
|
|
padding: 8px;
|
|
color: #fff;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
background-color: #000;
|
|
-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-width: 5px 5px 0;
|
|
border-top-color: #000;
|
|
}
|
|
.tooltip.right .tooltip-arrow {
|
|
top: 50%;
|
|
left: 0;
|
|
margin-top: -5px;
|
|
border-width: 5px 5px 5px 0;
|
|
border-right-color: #000;
|
|
}
|
|
.tooltip.left .tooltip-arrow {
|
|
top: 50%;
|
|
right: 0;
|
|
margin-top: -5px;
|
|
border-width: 5px 0 5px 5px;
|
|
border-left-color: #000;
|
|
}
|
|
.tooltip.bottom .tooltip-arrow {
|
|
top: 0;
|
|
left: 50%;
|
|
margin-left: -5px;
|
|
border-width: 0 5px 5px;
|
|
border-bottom-color: #000;
|
|
}
|
|
.popover {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1060;
|
|
display: none;
|
|
max-width: 276px;
|
|
padding: 1px;
|
|
font-family: 'Source Sans 3', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
letter-spacing: normal;
|
|
line-break: auto;
|
|
line-height: 20px;
|
|
text-align: left;
|
|
text-align: start;
|
|
text-decoration: none;
|
|
text-shadow: none;
|
|
text-transform: none;
|
|
white-space: normal;
|
|
word-break: normal;
|
|
word-spacing: normal;
|
|
word-wrap: normal;
|
|
font-size: 14px;
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border: 1px solid #ccc;
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
border-radius: 3px;
|
|
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
}
|
|
.popover.top {
|
|
margin-top: -10px;
|
|
}
|
|
.popover.right {
|
|
margin-left: 10px;
|
|
}
|
|
.popover.bottom {
|
|
margin-top: 10px;
|
|
}
|
|
.popover.left {
|
|
margin-left: -10px;
|
|
}
|
|
.popover-title {
|
|
margin: 0;
|
|
padding: 8px 14px;
|
|
font-size: 14px;
|
|
background-color: #f7f7f7;
|
|
border-bottom: 1px solid #ebebeb;
|
|
border-radius: 2px 2px 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 {
|
|
left: 50%;
|
|
margin-left: -11px;
|
|
border-bottom-width: 0;
|
|
border-top-color: #999999;
|
|
border-top-color: rgba(0, 0, 0, 0.25);
|
|
bottom: -11px;
|
|
}
|
|
.popover.top > .arrow:after {
|
|
content: " ";
|
|
bottom: 1px;
|
|
margin-left: -10px;
|
|
border-bottom-width: 0;
|
|
border-top-color: #fff;
|
|
}
|
|
.popover.right > .arrow {
|
|
top: 50%;
|
|
left: -11px;
|
|
margin-top: -11px;
|
|
border-left-width: 0;
|
|
border-right-color: #999999;
|
|
border-right-color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.popover.right > .arrow:after {
|
|
content: " ";
|
|
left: 1px;
|
|
bottom: -10px;
|
|
border-left-width: 0;
|
|
border-right-color: #fff;
|
|
}
|
|
.popover.bottom > .arrow {
|
|
left: 50%;
|
|
margin-left: -11px;
|
|
border-top-width: 0;
|
|
border-bottom-color: #999999;
|
|
border-bottom-color: rgba(0, 0, 0, 0.25);
|
|
top: -11px;
|
|
}
|
|
.popover.bottom > .arrow:after {
|
|
content: " ";
|
|
top: 1px;
|
|
margin-left: -10px;
|
|
border-top-width: 0;
|
|
border-bottom-color: #fff;
|
|
}
|
|
.popover.left > .arrow {
|
|
top: 50%;
|
|
right: -11px;
|
|
margin-top: -11px;
|
|
border-right-width: 0;
|
|
border-left-color: #999999;
|
|
border-left-color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.popover.left > .arrow:after {
|
|
content: " ";
|
|
right: 1px;
|
|
border-right-width: 0;
|
|
border-left-color: #fff;
|
|
bottom: -10px;
|
|
}
|
|
.thumbnails {
|
|
margin-left: -20px;
|
|
list-style: none;
|
|
*zoom: 1;
|
|
}
|
|
.thumbnails:before,
|
|
.thumbnails:after {
|
|
display: table;
|
|
content: "";
|
|
line-height: 0;
|
|
}
|
|
.thumbnails:after {
|
|
clear: both;
|
|
}
|
|
.thumbnails:before,
|
|
.thumbnails:after {
|
|
content: " ";
|
|
/* 1 */
|
|
display: table;
|
|
/* 2 */
|
|
}
|
|
.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: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
|
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
|
|
-moz-transition: all 0.2s ease-in-out;
|
|
-o-transition: all 0.2s ease-in-out;
|
|
-webkit-transition: all 0.2s ease-in-out;
|
|
transition: all 0.2s ease-in-out;
|
|
}
|
|
a.thumbnail:hover,
|
|
a.thumbnail:focus {
|
|
border-color: #116894;
|
|
-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
|
|
-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
|
|
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
|
|
}
|
|
.thumbnail > img {
|
|
display: block;
|
|
max-width: 100%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.thumbnail .caption {
|
|
padding: 9px;
|
|
color: #555555;
|
|
}
|
|
.label {
|
|
display: inline;
|
|
padding: 0.1em 0.5em 0.1em;
|
|
font-size: 80%;
|
|
font-weight: 600;
|
|
line-height: 1;
|
|
color: #fff;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: baseline;
|
|
border-radius: 0.25em;
|
|
max-width: 100%;
|
|
}
|
|
a.label:hover,
|
|
a.label:focus {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
.label:empty {
|
|
display: none;
|
|
}
|
|
.btn .label {
|
|
position: relative;
|
|
top: -1px;
|
|
}
|
|
.label a {
|
|
color: #fff;
|
|
}
|
|
.label,
|
|
.label-default {
|
|
background-color: #777777;
|
|
}
|
|
.label[href]:hover,
|
|
.label-default[href]:hover,
|
|
.label[href]:focus,
|
|
.label-default[href]:focus {
|
|
background-color: #5e5e5e;
|
|
}
|
|
.label-primary {
|
|
background-color: #116894;
|
|
}
|
|
.label-primary[href]:hover,
|
|
.label-primary[href]:focus {
|
|
background-color: #0c4866;
|
|
}
|
|
.label-success {
|
|
background-color: #4d9221;
|
|
}
|
|
.label-success[href]:hover,
|
|
.label-success[href]:focus {
|
|
background-color: #376818;
|
|
}
|
|
.label-info {
|
|
background-color: #4bb1cf;
|
|
}
|
|
.label-info[href]:hover,
|
|
.label-info[href]:focus {
|
|
background-color: #3198b6;
|
|
}
|
|
.label-warning {
|
|
background-color: #f0ad4e;
|
|
}
|
|
.label-warning[href]:hover,
|
|
.label-warning[href]:focus {
|
|
background-color: #ec971f;
|
|
}
|
|
.label-important,
|
|
.label-error,
|
|
.label-danger {
|
|
background-color: #d9534f;
|
|
}
|
|
.label-important[href]:hover,
|
|
.label-error[href]:hover,
|
|
.label-danger[href]:hover,
|
|
.label-important[href]:focus,
|
|
.label-error[href]:focus,
|
|
.label-danger[href]:focus {
|
|
background-color: #c9302c;
|
|
}
|
|
.label-suppressed {
|
|
background-color: #740074;
|
|
}
|
|
.label-suppressed[href]:hover,
|
|
.label-suppressed[href]:focus {
|
|
background-color: #410041;
|
|
}
|
|
.label-delayed {
|
|
background-color: #da4000;
|
|
}
|
|
.label-delayed[href]:hover,
|
|
.label-delayed[href]:focus {
|
|
background-color: #a73100;
|
|
}
|
|
.label-inverse {
|
|
background-color: #333333;
|
|
}
|
|
.label-inverse[href]:hover,
|
|
.label-inverse[href]:focus {
|
|
background-color: #1a1a1a;
|
|
}
|
|
.label-group > .label:not(:first-child):not(:last-child) {
|
|
border-radius: 0;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
.label-group > .label:first-child {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
margin-right: 0;
|
|
}
|
|
.label-group > .label:last-child {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
margin-left: 0;
|
|
}
|
|
.badge {
|
|
display: inline-block;
|
|
min-width: 10px;
|
|
padding: 3px 7px;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
color: #fff;
|
|
line-height: 1;
|
|
vertical-align: middle;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
background-color: #777777;
|
|
border-radius: 10px;
|
|
}
|
|
.badge:empty {
|
|
display: none;
|
|
}
|
|
.btn .badge {
|
|
position: relative;
|
|
top: -1px;
|
|
}
|
|
.btn-xs .badge,
|
|
.btn-group-xs > .btn .badge {
|
|
top: 0;
|
|
padding: 1px 5px;
|
|
}
|
|
a.badge:hover,
|
|
a.badge:focus {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
.list-group-item.active > .badge,
|
|
.nav-pills > .active > a > .badge {
|
|
color: #116894;
|
|
background-color: #fff;
|
|
}
|
|
.list-group-item > .badge {
|
|
float: right;
|
|
}
|
|
.list-group-item > .badge + .badge {
|
|
margin-right: 5px;
|
|
}
|
|
.nav-pills > li > a > .badge {
|
|
margin-left: 3px;
|
|
}
|
|
@-webkit-keyframes progress-bar-stripes {
|
|
from {
|
|
background-position: 40px 0;
|
|
}
|
|
to {
|
|
background-position: 0 0;
|
|
}
|
|
}
|
|
@keyframes progress-bar-stripes {
|
|
from {
|
|
background-position: 40px 0;
|
|
}
|
|
to {
|
|
background-position: 0 0;
|
|
}
|
|
}
|
|
.progress {
|
|
overflow: hidden;
|
|
height: 20px;
|
|
margin-bottom: 20px;
|
|
background-color: #f5f5f5;
|
|
border-radius: 2px;
|
|
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
-webkit-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;
|
|
line-height: 20px;
|
|
color: #fff;
|
|
text-align: center;
|
|
background-color: #116894;
|
|
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
-moz-transition: width 0.6s ease;
|
|
-o-transition: width 0.6s ease;
|
|
-webkit-transition: width 0.6s ease;
|
|
transition: width 0.6s ease;
|
|
}
|
|
.progress-striped .progress-bar,
|
|
.progress-bar-striped {
|
|
background-color: #555;
|
|
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: -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: 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-size: 40px 40px;
|
|
}
|
|
.progress.active .progress-bar,
|
|
.progress-bar.active {
|
|
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
|
-o-animation: progress-bar-stripes 2s linear infinite;
|
|
animation: progress-bar-stripes 2s linear infinite;
|
|
}
|
|
.progress-bar-success {
|
|
background-color: #4d9221;
|
|
}
|
|
.progress-striped .progress-bar-success {
|
|
background-color: #4d9221;
|
|
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: -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: 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-bar-info {
|
|
background-color: #4bb1cf;
|
|
}
|
|
.progress-striped .progress-bar-info {
|
|
background-color: #4bb1cf;
|
|
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: -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: 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-bar-warning {
|
|
background-color: #f0ad4e;
|
|
}
|
|
.progress-striped .progress-bar-warning {
|
|
background-color: #f0ad4e;
|
|
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: -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: 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-bar-danger {
|
|
background-color: #d9534f;
|
|
}
|
|
.progress-striped .progress-bar-danger {
|
|
background-color: #d9534f;
|
|
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: -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: 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-bar-delayed {
|
|
background-color: #da4000;
|
|
}
|
|
.progress-striped .progress-bar-delayed {
|
|
background-color: #da4000;
|
|
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: -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: 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-bar-suppressed {
|
|
background-color: #740074;
|
|
}
|
|
.progress-striped .progress-bar-suppressed {
|
|
background-color: #740074;
|
|
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: -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: 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);
|
|
}
|
|
.percbar {
|
|
font-size: 11px;
|
|
margin-top: 1px;
|
|
width: 100%;
|
|
height: 19px;
|
|
border-radius: 2px;
|
|
border: 1px solid #ddd;
|
|
}
|
|
.table-condensed-more .percbar {
|
|
margin-top: 2px;
|
|
margin-bottom: 3px;
|
|
}
|
|
.percbar .bar {
|
|
float: left;
|
|
height: 100%;
|
|
}
|
|
.percbar .bar-text {
|
|
float: left;
|
|
height: 18px;
|
|
margin-top: -17px;
|
|
line-height: 17px;
|
|
text-align: left;
|
|
color: white;
|
|
white-space: nowrap;
|
|
overflow: show;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
.percbar .bar-text:last {
|
|
text-align: right;
|
|
}
|
|
.percbar .bar:first {
|
|
border-bottom-left-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
}
|
|
.percbar .bar:last {
|
|
border-bottom-right-radius: 4px;
|
|
border-top-right-radius: 4px;
|
|
}
|
|
.pull-right {
|
|
float: right;
|
|
}
|
|
.pull-left {
|
|
float: left;
|
|
}
|
|
.hide {
|
|
display: none;
|
|
}
|
|
.show {
|
|
display: block;
|
|
}
|
|
.invisible {
|
|
visibility: hidden;
|
|
}
|
|
.affix {
|
|
position: fixed;
|
|
}
|
|
.no-border {
|
|
border: 0 !important;
|
|
}
|
|
.no-padding {
|
|
padding: 0 !important;
|
|
}
|
|
.no-margin {
|
|
margin: 0 !important;
|
|
}
|
|
.no-shadow {
|
|
box-shadow: none!important;
|
|
}
|
|
@-ms-viewport {
|
|
width: device-width;
|
|
}
|
|
.hidden {
|
|
display: none !important;
|
|
visibility: hidden !important;
|
|
}
|
|
.visible-xs,
|
|
.visible-sm,
|
|
.visible-md,
|
|
.visible-lg,
|
|
.visible-xl {
|
|
display: none !important;
|
|
}
|
|
.visible-xs-block,
|
|
.visible-xs-inline,
|
|
.visible-xs-inline-block,
|
|
.visible-sm-block,
|
|
.visible-sm-inline,
|
|
.visible-sm-inline-block,
|
|
.visible-md-block,
|
|
.visible-md-inline,
|
|
.visible-md-inline-block,
|
|
.visible-lg-block,
|
|
.visible-lg-inline,
|
|
.visible-lg-inline-block,
|
|
.visible-xl-block,
|
|
.visible-xl-inline,
|
|
.visible-xl-inline-block {
|
|
display: none !important;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.visible-xs {
|
|
display: block !important;
|
|
}
|
|
table.visible-xs {
|
|
display: table !important;
|
|
}
|
|
tr.visible-xs {
|
|
display: table-row !important;
|
|
}
|
|
th.visible-xs,
|
|
td.visible-xs {
|
|
display: table-cell !important;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.visible-xs-block {
|
|
display: block !important;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.visible-xs-inline {
|
|
display: inline !important;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.visible-xs-inline-block {
|
|
display: inline-block !important;
|
|
}
|
|
}
|
|
@media (min-width: 768px) and (max-width: 951px) {
|
|
.visible-sm {
|
|
display: block !important;
|
|
}
|
|
table.visible-sm {
|
|
display: table !important;
|
|
}
|
|
tr.visible-sm {
|
|
display: table-row !important;
|
|
}
|
|
th.visible-sm,
|
|
td.visible-sm {
|
|
display: table-cell !important;
|
|
}
|
|
}
|
|
@media (min-width: 768px) and (max-width: 951px) {
|
|
.visible-sm-block {
|
|
display: block !important;
|
|
}
|
|
}
|
|
@media (min-width: 768px) and (max-width: 951px) {
|
|
.visible-sm-inline {
|
|
display: inline !important;
|
|
}
|
|
}
|
|
@media (min-width: 768px) and (max-width: 951px) {
|
|
.visible-sm-inline-block {
|
|
display: inline-block !important;
|
|
}
|
|
}
|
|
@media (min-width: 952px) and (max-width: 1245px) {
|
|
.visible-md {
|
|
display: block !important;
|
|
}
|
|
table.visible-md {
|
|
display: table !important;
|
|
}
|
|
tr.visible-md {
|
|
display: table-row !important;
|
|
}
|
|
th.visible-md,
|
|
td.visible-md {
|
|
display: table-cell !important;
|
|
}
|
|
}
|
|
@media (min-width: 952px) and (max-width: 1245px) {
|
|
.visible-md-block {
|
|
display: block !important;
|
|
}
|
|
}
|
|
@media (min-width: 952px) and (max-width: 1245px) {
|
|
.visible-md-inline {
|
|
display: inline !important;
|
|
}
|
|
}
|
|
@media (min-width: 952px) and (max-width: 1245px) {
|
|
.visible-md-inline-block {
|
|
display: inline-block !important;
|
|
}
|
|
}
|
|
@media (min-width: 1246px) and (max-width: 1874px) {
|
|
.visible-lg {
|
|
display: block !important;
|
|
}
|
|
table.visible-lg {
|
|
display: table !important;
|
|
}
|
|
tr.visible-lg {
|
|
display: table-row !important;
|
|
}
|
|
th.visible-lg,
|
|
td.visible-lg {
|
|
display: table-cell !important;
|
|
}
|
|
}
|
|
@media (min-width: 1246px) and (max-width: 1874px) {
|
|
.visible-lg-block {
|
|
display: block !important;
|
|
}
|
|
}
|
|
@media (min-width: 1246px) and (max-width: 1874px) {
|
|
.visible-lg-inline {
|
|
display: inline !important;
|
|
}
|
|
}
|
|
@media (min-width: 1246px) and (max-width: 1874px) {
|
|
.visible-lg-inline-block {
|
|
display: inline-block !important;
|
|
}
|
|
}
|
|
@media (min-width: 1875px) {
|
|
.visible-xl {
|
|
display: block !important;
|
|
}
|
|
table.visible-xl {
|
|
display: table !important;
|
|
}
|
|
tr.visible-xl {
|
|
display: table-row !important;
|
|
}
|
|
th.visible-xl,
|
|
td.visible-xl {
|
|
display: table-cell !important;
|
|
}
|
|
}
|
|
@media (min-width: 1875px) {
|
|
.visible-xl-block {
|
|
display: block !important;
|
|
}
|
|
}
|
|
@media (min-width: 1875px) {
|
|
.visible-xl-inline {
|
|
display: inline !important;
|
|
}
|
|
}
|
|
@media (min-width: 1875px) {
|
|
.visible-xl-inline-block {
|
|
display: inline-block !important;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.hidden-xs {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media (min-width: 768px) and (max-width: 951px) {
|
|
.hidden-sm {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media (min-width: 952px) and (max-width: 1245px) {
|
|
.hidden-md {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media (min-width: 1246px) and (max-width: 1874px) {
|
|
.hidden-lg {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media (min-width: 1875px) {
|
|
.hidden-xl {
|
|
display: none !important;
|
|
}
|
|
}
|
|
.visible-print {
|
|
display: none !important;
|
|
}
|
|
@media print {
|
|
.visible-print {
|
|
display: block !important;
|
|
}
|
|
table.visible-print {
|
|
display: table !important;
|
|
}
|
|
tr.visible-print {
|
|
display: table-row !important;
|
|
}
|
|
th.visible-print,
|
|
td.visible-print {
|
|
display: table-cell !important;
|
|
}
|
|
}
|
|
.visible-print-block {
|
|
display: none !important;
|
|
}
|
|
@media print {
|
|
.visible-print-block {
|
|
display: block !important;
|
|
}
|
|
}
|
|
.visible-print-inline {
|
|
display: none !important;
|
|
}
|
|
@media print {
|
|
.visible-print-inline {
|
|
display: inline !important;
|
|
}
|
|
}
|
|
.visible-print-inline-block {
|
|
display: none !important;
|
|
}
|
|
@media print {
|
|
.visible-print-inline-block {
|
|
display: inline-block !important;
|
|
}
|
|
}
|
|
@media print {
|
|
.hidden-print {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
body {
|
|
padding-top: 0;
|
|
}
|
|
.navbar-fixed-top,
|
|
.navbar-fixed-bottom {
|
|
position: static;
|
|
}
|
|
.navbar-fixed-top {
|
|
margin-bottom: 20px;
|
|
}
|
|
.navbar-fixed-bottom {
|
|
margin-top: 20px;
|
|
}
|
|
.navbar-fixed-top .navbar-inner,
|
|
.navbar-fixed-bottom .navbar-inner {
|
|
padding: 5px;
|
|
}
|
|
.navbar .container {
|
|
width: auto;
|
|
padding: 0;
|
|
}
|
|
.navbar .brand {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
margin: 0 0 0 -5px;
|
|
}
|
|
.nav-collapse {
|
|
clear: both;
|
|
}
|
|
.nav-collapse .nav {
|
|
float: none;
|
|
margin: 0 0 10px;
|
|
}
|
|
.nav-collapse .nav > li {
|
|
float: none;
|
|
}
|
|
.nav-collapse .nav > li > a {
|
|
margin-bottom: 2px;
|
|
}
|
|
.nav-collapse .nav > .divider-vertical {
|
|
display: none;
|
|
}
|
|
.nav-collapse .nav .nav-header {
|
|
color: #777777;
|
|
text-shadow: none;
|
|
}
|
|
.nav-collapse .nav > li > a,
|
|
.nav-collapse .dropdown-menu a {
|
|
padding: 9px 15px;
|
|
font-weight: bold;
|
|
color: #777777;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
.nav-collapse .btn {
|
|
padding: 4px 10px 4px;
|
|
font-weight: normal;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
.nav-collapse .dropdown-menu li + li a {
|
|
margin-bottom: 2px;
|
|
}
|
|
.nav-collapse .nav > li > a:hover,
|
|
.nav-collapse .nav > li > a:focus,
|
|
.nav-collapse .dropdown-menu a:hover,
|
|
.nav-collapse .dropdown-menu a:focus {
|
|
background-color: #fff;
|
|
}
|
|
.nav-collapse.in .btn-group {
|
|
margin-top: 5px;
|
|
padding: 0;
|
|
}
|
|
.nav-collapse .dropdown-menu {
|
|
position: static;
|
|
top: auto;
|
|
left: auto;
|
|
float: none;
|
|
display: none;
|
|
max-width: none;
|
|
margin: 0 15px;
|
|
padding: 0;
|
|
background-color: transparent;
|
|
border: none;
|
|
-webkit-border-radius: 0;
|
|
-moz-border-radius: 0;
|
|
border-radius: 0;
|
|
-moz-box-shadow: none;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.nav-collapse .open > .dropdown-menu {
|
|
display: block;
|
|
}
|
|
.nav-collapse .dropdown-menu:before,
|
|
.nav-collapse .dropdown-menu:after {
|
|
display: none;
|
|
}
|
|
.nav-collapse .dropdown-menu .divider {
|
|
display: none;
|
|
}
|
|
.nav-collapse .nav > li > .dropdown-menu:before,
|
|
.nav-collapse .nav > li > .dropdown-menu:after {
|
|
display: none;
|
|
}
|
|
.nav-collapse .navbar-form,
|
|
.nav-collapse .navbar-search {
|
|
float: none;
|
|
padding: 10px 15px;
|
|
margin: 10px 0;
|
|
border-top: 1px solid #fff;
|
|
border-bottom: 1px solid #fff;
|
|
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
|
|
box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
|
|
}
|
|
.navbar .nav-collapse .nav.pull-right {
|
|
float: none;
|
|
margin-left: 0;
|
|
}
|
|
.nav-collapse,
|
|
.nav-collapse.collapse {
|
|
overflow: hidden;
|
|
height: 0;
|
|
}
|
|
.navbar .btn-navbar {
|
|
display: block;
|
|
}
|
|
.navbar-static .navbar-inner {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
.nav-collapse.collapse {
|
|
height: auto !important;
|
|
overflow: visible !important;
|
|
}
|
|
}
|
|
/*
|
|
* qTip2 - Pretty powerful tooltips - v3.0.3
|
|
* http://qtip2.com
|
|
*
|
|
* Copyright (c) 2016
|
|
* Released under the MIT licenses
|
|
* http://jquery.org/license
|
|
*
|
|
* Date: Wed May 11 2016 10:31 GMT+0100+0100
|
|
* Plugins: tips modal viewport svg imagemap ie6
|
|
* Styles: core basic css3
|
|
*/
|
|
.qtip {
|
|
position: absolute;
|
|
left: -28000px;
|
|
top: -28000px;
|
|
display: none;
|
|
max-width: 80px;
|
|
min-width: 50px;
|
|
font-size: 10.5px;
|
|
line-height: 12px;
|
|
direction: ltr;
|
|
box-shadow: none;
|
|
padding: 0;
|
|
}
|
|
.qtip-content {
|
|
position: relative;
|
|
padding: 5px 9px;
|
|
overflow: hidden;
|
|
text-align: left;
|
|
word-wrap: break-word;
|
|
}
|
|
.qtip-titlebar {
|
|
position: relative;
|
|
padding: 5px 35px 5px 10px;
|
|
overflow: hidden;
|
|
border-width: 0 0 1px;
|
|
font-weight: bold;
|
|
}
|
|
.qtip-titlebar + .qtip-content {
|
|
border-top-width: 0 !important;
|
|
}
|
|
/* Default close button class */
|
|
.qtip-close {
|
|
position: absolute;
|
|
right: -9px;
|
|
top: -9px;
|
|
z-index: 11;
|
|
/* Overlap .qtip-tip */
|
|
cursor: pointer;
|
|
outline: medium none;
|
|
border: 1px solid transparent;
|
|
}
|
|
.qtip-titlebar .qtip-close {
|
|
right: 4px;
|
|
top: 50%;
|
|
margin-top: -9px;
|
|
}
|
|
* html .qtip-titlebar .qtip-close {
|
|
top: 16px;
|
|
}
|
|
/* IE fix */
|
|
.qtip-titlebar .ui-icon,
|
|
.qtip-icon .ui-icon {
|
|
display: block;
|
|
text-indent: -1000em;
|
|
direction: ltr;
|
|
}
|
|
.qtip-icon,
|
|
.qtip-icon .ui-icon {
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
text-decoration: none;
|
|
}
|
|
.qtip-icon .ui-icon {
|
|
width: 18px;
|
|
height: 14px;
|
|
line-height: 14px;
|
|
text-align: center;
|
|
text-indent: 0;
|
|
font: normal bold 10px/13px Tahoma, sans-serif;
|
|
color: inherit;
|
|
background: transparent none no-repeat -100em -100em;
|
|
}
|
|
/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
|
|
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
|
|
/* Default tooltip style */
|
|
.qtip-default {
|
|
border: 1px solid #F1D031;
|
|
background-color: #FFFFA3;
|
|
color: #555;
|
|
}
|
|
.qtip-default .qtip-titlebar {
|
|
background-color: #FFEF93;
|
|
}
|
|
.qtip-default .qtip-icon {
|
|
border-color: #CCC;
|
|
background: #F1F1F1;
|
|
color: #777;
|
|
}
|
|
.qtip-default .qtip-titlebar .qtip-close {
|
|
border-color: #AAA;
|
|
color: #111;
|
|
}
|
|
.qtip-shadow {
|
|
-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
|
|
-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
|
|
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
|
|
}
|
|
/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
|
|
.qtip-rounded,
|
|
.qtip-tipsy,
|
|
.qtip-bootstrap {
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
/**
|
|
* Twitter Bootstrap style.
|
|
*
|
|
* Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
|
|
* Does not work with IE 7.
|
|
*/
|
|
.qtip-bootstrap,
|
|
.tippy-box {
|
|
/** Taken from Bootstrap body */
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
color: #333333;
|
|
max-width: 860px;
|
|
min-width: 50px;
|
|
/** Taken from Bootstrap .popover */
|
|
padding: 1px;
|
|
background: #fff;
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
|
|
-webkit-background-clip: padding-box;
|
|
-moz-background-clip: padding;
|
|
background-clip: padding-box;
|
|
}
|
|
.qtip-bootstrap .qtip-titlebar {
|
|
/** Taken from Bootstrap .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;
|
|
}
|
|
.qtip-bootstrap .qtip-titlebar .qtip-close {
|
|
/**
|
|
* Overrides qTip2:
|
|
* .qtip-titlebar .qtip-close{
|
|
* [...]
|
|
* right: 4px;
|
|
* top: 50%;
|
|
* [...]
|
|
* border-style: solid;
|
|
* }
|
|
*/
|
|
right: 11px;
|
|
top: 45%;
|
|
border-style: none;
|
|
}
|
|
.qtip-bootstrap .qtip-content,
|
|
.tippy-content {
|
|
/** Taken from Bootstrap .popover-content */
|
|
padding: 9px 9px;
|
|
}
|
|
.qtip-bootstrap .qtip-icon {
|
|
/**
|
|
* Overrides qTip2:
|
|
* .qtip-default .qtip-icon {
|
|
* border-color: #CCC;
|
|
* background: #F1F1F1;
|
|
* color: #777;
|
|
* }
|
|
*/
|
|
background: transparent;
|
|
}
|
|
.qtip-bootstrap .qtip-icon .ui-icon {
|
|
/**
|
|
* Overrides qTip2:
|
|
* .qtip-icon .ui-icon{
|
|
* width: 18px;
|
|
* height: 14px;
|
|
* }
|
|
*/
|
|
width: auto;
|
|
height: auto;
|
|
/* Taken from Bootstrap .close */
|
|
float: right;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
line-height: 18px;
|
|
color: #000000;
|
|
text-shadow: 0 1px 0 #ffffff;
|
|
opacity: 0.2;
|
|
filter: alpha(opacity=20);
|
|
}
|
|
.qtip-bootstrap .qtip-icon .ui-icon:hover {
|
|
/* Taken from Bootstrap .close:hover */
|
|
color: #000000;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
opacity: 0.4;
|
|
filter: alpha(opacity=40);
|
|
}
|
|
/* IE9 fix - removes all filters */
|
|
.qtip:not(.ie9haxors) div.qtip-content,
|
|
.qtip:not(.ie9haxors) div.qtip-titlebar {
|
|
filter: none;
|
|
-ms-filter: none;
|
|
}
|
|
.qtip .qtip-tip {
|
|
margin: 0 auto;
|
|
overflow: hidden;
|
|
z-index: 10;
|
|
}
|
|
/* Opera bug #357 - Incorrect tip position
|
|
https://github.com/Craga89/qTip2/issues/367 */
|
|
x:-o-prefocus,
|
|
.qtip .qtip-tip {
|
|
visibility: hidden;
|
|
}
|
|
.qtip .qtip-tip,
|
|
.qtip .qtip-tip .qtip-vml,
|
|
.qtip .qtip-tip canvas {
|
|
position: absolute;
|
|
color: #123456;
|
|
background: transparent;
|
|
border: 0 dashed transparent;
|
|
}
|
|
.qtip .qtip-tip canvas {
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
.qtip .qtip-tip .qtip-vml {
|
|
behavior: url(#default#VML);
|
|
display: inline-block;
|
|
visibility: visible;
|
|
}
|
|
#qtip-overlay {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
/* Applied to modals with show.modal.blur set to true */
|
|
#qtip-overlay.blurs {
|
|
cursor: pointer;
|
|
}
|
|
/* Change opacity of overlay here */
|
|
#qtip-overlay div {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: black;
|
|
opacity: 0.7;
|
|
filter: alpha(opacity=70);
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
|
|
}
|
|
.qtipmodal-ie6fix {
|
|
position: absolute !important;
|
|
}
|
|
.grid-stack > .grid-stack-item > .grid-stack-item-content {
|
|
overflow-x: visible;
|
|
overflow-y: visible;
|
|
}
|
|
.grid-stack > .grid-stack-item > .grid-stack-item-content:hover {
|
|
overflow-x: visible;
|
|
overflow-y: visible;
|
|
}
|
|
.grid-stack > .grid-stack-item:hover .hover-hide {
|
|
display: none;
|
|
}
|
|
.grid-stack > .grid-stack-item .hover-show {
|
|
display: none;
|
|
}
|
|
.grid-stack > .grid-stack-item:hover .hover-show {
|
|
display: block;
|
|
}
|
|
.grid-stack > .grid-stack-item h4 {
|
|
margin: 3px 6px;
|
|
}
|
|
.grid-stack tr {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
/* Fix Z-index breaking dropdowns inside widgets*/
|
|
.grid-stack > .grid-stack-item > .grid-stack-item-content {
|
|
z-index: unset!important;
|
|
}
|
|
.widget-title {
|
|
top: 3px;
|
|
left: 4px;
|
|
padding: none;
|
|
border-radius: 4px;
|
|
border: 0px solid #e5e5e5;
|
|
background: rgba(255, 255, 255, 0.75);
|
|
}
|
|
.widget-title-small {
|
|
top: 3px;
|
|
left: 4px;
|
|
padding: none;
|
|
border-radius: 4px;
|
|
border: 0px solid #e5e5e5;
|
|
background: rgba(255, 255, 255, 0.75);
|
|
}
|
|
/*!
|
|
* Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
|
|
*
|
|
* Copyright 2012-2020 SnapAppointments, LLC
|
|
* Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
|
|
*/
|
|
@-webkit-keyframes bs-notify-fadeOut {
|
|
0% {
|
|
opacity: 0.9;
|
|
}
|
|
100% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@-o-keyframes bs-notify-fadeOut {
|
|
0% {
|
|
opacity: 0.9;
|
|
}
|
|
100% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@keyframes bs-notify-fadeOut {
|
|
0% {
|
|
opacity: 0.9;
|
|
}
|
|
100% {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
select.bs-select-hidden,
|
|
.bootstrap-select > select.bs-select-hidden,
|
|
select.selectpicker {
|
|
display: none !important;
|
|
}
|
|
.bootstrap-select {
|
|
/*width: 220px \0;*/
|
|
width: 191px \0;
|
|
/*Changed to fit Observium*/
|
|
/*IE9 and below*/
|
|
vertical-align: middle;
|
|
}
|
|
.bootstrap-select > .dropdown-toggle {
|
|
position: relative;
|
|
width: 100%;
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
display: -webkit-inline-box;
|
|
display: -webkit-inline-flex;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: justify;
|
|
-webkit-justify-content: space-between;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
.bootstrap-select > .dropdown-toggle:after {
|
|
margin-top: -1px;
|
|
}
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
|
|
/* color: #999; */
|
|
/* color: #555555; */
|
|
/*Changed to fit Observium*/
|
|
}
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
|
|
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
|
|
color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
.bootstrap-select > select {
|
|
position: absolute !important;
|
|
bottom: 0;
|
|
left: 50%;
|
|
display: block !important;
|
|
width: 0.5px !important;
|
|
height: 100% !important;
|
|
padding: 0 !important;
|
|
opacity: 0 !important;
|
|
border: none;
|
|
z-index: 0 !important;
|
|
}
|
|
.bootstrap-select > select.mobile-device {
|
|
top: 0;
|
|
left: 0;
|
|
display: block !important;
|
|
width: 100% !important;
|
|
z-index: 2 !important;
|
|
}
|
|
.has-error .bootstrap-select .dropdown-toggle,
|
|
.error .bootstrap-select .dropdown-toggle,
|
|
.bootstrap-select.is-invalid .dropdown-toggle,
|
|
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
|
|
border-color: #b94a48;
|
|
}
|
|
.bootstrap-select.is-valid .dropdown-toggle,
|
|
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
|
|
border-color: #28a745;
|
|
}
|
|
.bootstrap-select.fit-width {
|
|
width: auto !important;
|
|
}
|
|
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
|
|
/*width: 220px;*/
|
|
width: 191px;
|
|
/*Changed to fit Observium*/
|
|
}
|
|
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
|
|
.bootstrap-select .dropdown-toggle:focus {
|
|
/*outline: thin dotted #333333 !important;
|
|
outline: 5px auto -webkit-focus-ring-color !important;
|
|
outline-offset: -2px;*/
|
|
outline: none !important;
|
|
/*Changed by Observium developers*/
|
|
}
|
|
.bootstrap-select.form-control {
|
|
margin-bottom: 0;
|
|
padding: 0;
|
|
border: none;
|
|
height: auto;
|
|
}
|
|
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
|
|
width: 100%;
|
|
}
|
|
.bootstrap-select.form-control.input-group-btn {
|
|
float: none;
|
|
z-index: auto;
|
|
}
|
|
.form-inline .bootstrap-select,
|
|
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
|
|
width: auto;
|
|
}
|
|
.bootstrap-select:not(.input-group-btn),
|
|
.bootstrap-select[class*="col-"] {
|
|
float: none;
|
|
display: inline-block;
|
|
margin-left: 0;
|
|
}
|
|
.bootstrap-select.dropdown-menu-right,
|
|
.bootstrap-select[class*="col-"].dropdown-menu-right,
|
|
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
|
|
float: right;
|
|
}
|
|
.form-inline .bootstrap-select,
|
|
.form-horizontal .bootstrap-select,
|
|
.form-group .bootstrap-select {
|
|
margin-bottom: 0;
|
|
margin-top: 0;
|
|
/*Added to fit Observium*/
|
|
}
|
|
.form-group-lg .bootstrap-select.form-control,
|
|
.form-group-sm .bootstrap-select.form-control {
|
|
padding: 0;
|
|
}
|
|
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
|
|
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
|
|
height: 100%;
|
|
font-size: inherit;
|
|
line-height: inherit;
|
|
border-radius: inherit;
|
|
}
|
|
.bootstrap-select.form-control-sm .dropdown-toggle,
|
|
.bootstrap-select.form-control-lg .dropdown-toggle {
|
|
font-size: inherit;
|
|
line-height: inherit;
|
|
border-radius: inherit;
|
|
}
|
|
.bootstrap-select.form-control-sm .dropdown-toggle {
|
|
padding: 0.25rem 0.5rem;
|
|
}
|
|
.bootstrap-select.form-control-lg .dropdown-toggle {
|
|
padding: 0.5rem 1rem;
|
|
}
|
|
.form-inline .bootstrap-select .form-control {
|
|
width: 100%;
|
|
}
|
|
.bootstrap-select.disabled,
|
|
.bootstrap-select > .disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.bootstrap-select.disabled:focus,
|
|
.bootstrap-select > .disabled:focus {
|
|
outline: none !important;
|
|
}
|
|
.bootstrap-select.bs-container {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
height: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
.bootstrap-select.bs-container .dropdown-menu {
|
|
z-index: 1060;
|
|
}
|
|
.bootstrap-select .dropdown-toggle .filter-option {
|
|
position: static;
|
|
top: 0;
|
|
left: 0;
|
|
float: left;
|
|
height: 100%;
|
|
width: 100%;
|
|
text-align: left;
|
|
overflow: hidden;
|
|
-webkit-box-flex: 0;
|
|
-webkit-flex: 0 1 auto;
|
|
-ms-flex: 0 1 auto;
|
|
flex: 0 1 auto;
|
|
}
|
|
.bs3.bootstrap-select .dropdown-toggle .filter-option {
|
|
padding-right: inherit;
|
|
}
|
|
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
|
|
position: absolute;
|
|
padding-top: inherit;
|
|
padding-bottom: inherit;
|
|
padding-left: inherit;
|
|
float: none;
|
|
}
|
|
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
|
|
padding-right: inherit;
|
|
}
|
|
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
|
|
overflow: hidden;
|
|
}
|
|
.bootstrap-select .dropdown-toggle .filter-expand {
|
|
width: 0 !important;
|
|
float: left;
|
|
opacity: 0 !important;
|
|
overflow: hidden;
|
|
}
|
|
.bootstrap-select .dropdown-toggle .caret {
|
|
right: 12px;
|
|
/*
|
|
position: absolute;
|
|
top: 50%;
|
|
margin-top: -2px;
|
|
vertical-align: middle;
|
|
*/
|
|
}
|
|
.input-group .bootstrap-select.form-control .dropdown-toggle {
|
|
border-radius: inherit;
|
|
}
|
|
.bootstrap-select[class*="col-"] .dropdown-toggle {
|
|
width: 100%;
|
|
}
|
|
.bootstrap-select .dropdown-menu {
|
|
min-width: 100%;
|
|
max-width: 500px;
|
|
/*Added to fit Observium*/
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.bootstrap-select .dropdown-menu > .inner:focus {
|
|
outline: none !important;
|
|
}
|
|
.bootstrap-select .dropdown-menu .inner {
|
|
position: static;
|
|
float: none;
|
|
border: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
border-radius: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
/*scrollbar-width: thin;
|
|
scrollbar-color: rgba(128, 128, 128, 0.2) @brand-border;*/
|
|
}
|
|
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-track {
|
|
background-color: #f9f9f9;
|
|
}
|
|
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-corner {
|
|
background-color: #f9f9f9;
|
|
}
|
|
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
/* background-color: @box-header-bg; */
|
|
}
|
|
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-thumb {
|
|
border-radius: 2px;
|
|
background-color: #dddddd;
|
|
border: 2px solid #f9f9f9;
|
|
/*border: 2px solid @box-header-bg;*/
|
|
}
|
|
.bootstrap-select .dropdown-menu li {
|
|
position: relative;
|
|
}
|
|
.bootstrap-select .dropdown-menu li.active small {
|
|
color: rgba(255, 255, 255, 0.5) !important;
|
|
}
|
|
.bootstrap-select .dropdown-menu li.disabled a {
|
|
cursor: not-allowed;
|
|
}
|
|
.bootstrap-select .dropdown-menu li a {
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.bootstrap-select .dropdown-menu li a.opt {
|
|
position: relative;
|
|
padding-left: 2.25em;
|
|
}
|
|
.bootstrap-select .dropdown-menu li a span.check-mark {
|
|
display: none;
|
|
}
|
|
.bootstrap-select .dropdown-menu li a span.text {
|
|
display: inline-block;
|
|
}
|
|
.bootstrap-select .dropdown-menu li small {
|
|
padding-left: 0.5em;
|
|
}
|
|
.bootstrap-select .dropdown-menu .notify {
|
|
position: absolute;
|
|
bottom: 5px;
|
|
width: 96%;
|
|
margin: 0 2%;
|
|
min-height: 26px;
|
|
padding: 3px 5px;
|
|
background: #f5f5f5;
|
|
border: 1px solid #e3e3e3;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
pointer-events: none;
|
|
opacity: 0.9;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.bootstrap-select .dropdown-menu .notify.fadeOut {
|
|
-webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
|
|
-o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
|
|
animation: 300ms linear 750ms forwards bs-notify-fadeOut;
|
|
}
|
|
.bootstrap-select .no-results {
|
|
padding: 3px;
|
|
background: #f5f5f5;
|
|
margin: 0 5px;
|
|
white-space: nowrap;
|
|
}
|
|
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
|
|
position: static;
|
|
display: inline;
|
|
padding: 0;
|
|
}
|
|
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
|
|
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
|
|
display: inline;
|
|
}
|
|
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
|
|
content: '\00a0';
|
|
}
|
|
.bootstrap-select.fit-width .dropdown-toggle .caret {
|
|
position: static;
|
|
top: auto;
|
|
margin-top: -1px;
|
|
}
|
|
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
|
|
position: absolute;
|
|
display: inline-block;
|
|
right: 15px;
|
|
top: 5px;
|
|
}
|
|
.bootstrap-select.show-tick .dropdown-menu li a span.text {
|
|
margin-right: 34px;
|
|
}
|
|
.bootstrap-select .bs-ok-default:after {
|
|
content: '';
|
|
display: block;
|
|
width: 0.5em;
|
|
height: 1em;
|
|
border-style: solid;
|
|
border-width: 0 0.26em 0.26em 0;
|
|
-webkit-transform-style: preserve-3d;
|
|
transform-style: preserve-3d;
|
|
-webkit-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
-o-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
|
|
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
|
|
z-index: 1061;
|
|
}
|
|
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
|
|
content: '';
|
|
border-left: 7px solid transparent;
|
|
border-right: 7px solid transparent;
|
|
border-bottom: 7px solid rgba(204, 204, 204, 0.2);
|
|
position: absolute;
|
|
bottom: -4px;
|
|
left: 9px;
|
|
display: none;
|
|
}
|
|
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
|
|
content: '';
|
|
border-left: 6px solid transparent;
|
|
border-right: 6px solid transparent;
|
|
border-bottom: 6px solid white;
|
|
position: absolute;
|
|
bottom: -4px;
|
|
left: 10px;
|
|
display: none;
|
|
}
|
|
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
|
|
bottom: auto;
|
|
top: -4px;
|
|
border-top: 7px solid rgba(204, 204, 204, 0.2);
|
|
border-bottom: 0;
|
|
}
|
|
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
|
|
bottom: auto;
|
|
top: -4px;
|
|
border-top: 6px solid white;
|
|
border-bottom: 0;
|
|
}
|
|
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
|
|
right: 12px;
|
|
left: auto;
|
|
}
|
|
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
|
|
right: 13px;
|
|
left: auto;
|
|
}
|
|
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
|
|
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
|
|
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
|
|
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
|
|
display: block;
|
|
}
|
|
.bs-searchbox,
|
|
.bs-actionsbox,
|
|
.bs-donebutton {
|
|
padding: 4px 8px;
|
|
}
|
|
.bs-actionsbox {
|
|
width: 100%;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.bs-actionsbox .btn-group button {
|
|
width: 50%;
|
|
padding: 2px 4px;
|
|
/*Added to fit Observium*/
|
|
}
|
|
.bs-donebutton {
|
|
float: left;
|
|
width: 100%;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.bs-donebutton .btn-group button {
|
|
width: 100%;
|
|
}
|
|
.bs-searchbox + .bs-actionsbox {
|
|
padding: 0 8px 4px;
|
|
}
|
|
.bs-searchbox .form-control {
|
|
margin-bottom: 0;
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
/* Added by Observium developers */
|
|
.bs-searchbox > input[type="search"] {
|
|
/*height: 20px;*/
|
|
line-height: 20px;
|
|
}
|
|
.bootstrap-select .btn,
|
|
.bs-placeholder,
|
|
.add-on .btn {
|
|
box-shadow: none;
|
|
}
|
|
/*# sourceMappingURL=bootstrap-select.css.map */
|
|
/* required styles */
|
|
.leaflet-pane,
|
|
.leaflet-tile,
|
|
.leaflet-marker-icon,
|
|
.leaflet-marker-shadow,
|
|
.leaflet-tile-container,
|
|
.leaflet-pane > svg,
|
|
.leaflet-pane > canvas,
|
|
.leaflet-zoom-box,
|
|
.leaflet-image-layer,
|
|
.leaflet-layer {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
.leaflet-container {
|
|
overflow: hidden;
|
|
}
|
|
.leaflet-tile,
|
|
.leaflet-marker-icon,
|
|
.leaflet-marker-shadow {
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
user-select: none;
|
|
-webkit-user-drag: none;
|
|
}
|
|
/* Prevents IE11 from highlighting tiles in blue */
|
|
.leaflet-tile::selection {
|
|
background: transparent;
|
|
}
|
|
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
|
|
.leaflet-safari .leaflet-tile {
|
|
image-rendering: -webkit-optimize-contrast;
|
|
}
|
|
/* hack that prevents hw layers "stretching" when loading new tiles */
|
|
.leaflet-safari .leaflet-tile-container {
|
|
width: 1600px;
|
|
height: 1600px;
|
|
-webkit-transform-origin: 0 0;
|
|
}
|
|
.leaflet-marker-icon,
|
|
.leaflet-marker-shadow {
|
|
display: block;
|
|
}
|
|
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
|
|
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
|
|
.leaflet-container .leaflet-overlay-pane svg,
|
|
.leaflet-container .leaflet-marker-pane img,
|
|
.leaflet-container .leaflet-shadow-pane img,
|
|
.leaflet-container .leaflet-tile-pane img,
|
|
.leaflet-container img.leaflet-image-layer,
|
|
.leaflet-container .leaflet-tile {
|
|
max-width: none !important;
|
|
max-height: none !important;
|
|
}
|
|
.leaflet-container.leaflet-touch-zoom {
|
|
-ms-touch-action: pan-x pan-y;
|
|
touch-action: pan-x pan-y;
|
|
}
|
|
.leaflet-container.leaflet-touch-drag {
|
|
-ms-touch-action: pinch-zoom;
|
|
/* Fallback for FF which doesn't support pinch-zoom */
|
|
touch-action: none;
|
|
touch-action: pinch-zoom;
|
|
}
|
|
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
|
|
-ms-touch-action: none;
|
|
touch-action: none;
|
|
}
|
|
.leaflet-container {
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
.leaflet-container a {
|
|
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
|
|
}
|
|
.leaflet-tile {
|
|
filter: inherit;
|
|
visibility: hidden;
|
|
}
|
|
.leaflet-tile-loaded {
|
|
visibility: inherit;
|
|
}
|
|
.leaflet-zoom-box {
|
|
width: 0;
|
|
height: 0;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
z-index: 800;
|
|
}
|
|
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
|
|
.leaflet-overlay-pane svg {
|
|
-moz-user-select: none;
|
|
}
|
|
.leaflet-pane {
|
|
z-index: 400;
|
|
}
|
|
.leaflet-tile-pane {
|
|
z-index: 200;
|
|
}
|
|
.leaflet-overlay-pane {
|
|
z-index: 400;
|
|
}
|
|
.leaflet-shadow-pane {
|
|
z-index: 500;
|
|
}
|
|
.leaflet-marker-pane {
|
|
z-index: 600;
|
|
}
|
|
.leaflet-tooltip-pane {
|
|
z-index: 650;
|
|
}
|
|
.leaflet-popup-pane {
|
|
z-index: 700;
|
|
}
|
|
.leaflet-map-pane canvas {
|
|
z-index: 100;
|
|
}
|
|
.leaflet-map-pane svg {
|
|
z-index: 200;
|
|
}
|
|
.leaflet-vml-shape {
|
|
width: 1px;
|
|
height: 1px;
|
|
}
|
|
.lvml {
|
|
behavior: url(#default#VML);
|
|
display: inline-block;
|
|
position: absolute;
|
|
}
|
|
/* control positioning */
|
|
.leaflet-control {
|
|
position: relative;
|
|
z-index: 800;
|
|
pointer-events: visiblePainted;
|
|
/* IE 9-10 doesn't have auto */
|
|
pointer-events: auto;
|
|
}
|
|
.leaflet-top,
|
|
.leaflet-bottom {
|
|
position: absolute;
|
|
z-index: 900;
|
|
/* Changed by Observium developers */
|
|
pointer-events: none;
|
|
}
|
|
.leaflet-top {
|
|
top: 0;
|
|
}
|
|
.leaflet-right {
|
|
right: 0;
|
|
}
|
|
.leaflet-bottom {
|
|
bottom: 0;
|
|
}
|
|
.leaflet-left {
|
|
left: 0;
|
|
}
|
|
.leaflet-control {
|
|
float: left;
|
|
clear: both;
|
|
}
|
|
.leaflet-right .leaflet-control {
|
|
float: right;
|
|
}
|
|
.leaflet-top .leaflet-control {
|
|
margin-top: 10px;
|
|
}
|
|
.leaflet-bottom .leaflet-control {
|
|
margin-bottom: 10px;
|
|
}
|
|
.leaflet-left .leaflet-control {
|
|
margin-left: 10px;
|
|
}
|
|
.leaflet-right .leaflet-control {
|
|
margin-right: 10px;
|
|
}
|
|
/* zoom and fade animations */
|
|
.leaflet-fade-anim .leaflet-tile {
|
|
will-change: opacity;
|
|
}
|
|
.leaflet-fade-anim .leaflet-popup {
|
|
opacity: 0;
|
|
-webkit-transition: opacity 0.2s linear;
|
|
-moz-transition: opacity 0.2s linear;
|
|
transition: opacity 0.2s linear;
|
|
}
|
|
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
|
|
opacity: 1;
|
|
}
|
|
.leaflet-zoom-animated {
|
|
-webkit-transform-origin: 0 0;
|
|
-ms-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
}
|
|
.leaflet-zoom-anim .leaflet-zoom-animated {
|
|
will-change: transform;
|
|
}
|
|
.leaflet-zoom-anim .leaflet-zoom-animated {
|
|
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
|
|
-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
|
|
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
|
|
}
|
|
.leaflet-zoom-anim .leaflet-tile,
|
|
.leaflet-pan-anim .leaflet-tile {
|
|
-webkit-transition: none;
|
|
-moz-transition: none;
|
|
transition: none;
|
|
}
|
|
.leaflet-zoom-anim .leaflet-zoom-hide {
|
|
visibility: hidden;
|
|
}
|
|
/* cursors */
|
|
.leaflet-interactive {
|
|
cursor: pointer;
|
|
}
|
|
.leaflet-grab {
|
|
cursor: -webkit-grab;
|
|
cursor: -moz-grab;
|
|
cursor: grab;
|
|
}
|
|
.leaflet-crosshair,
|
|
.leaflet-crosshair .leaflet-interactive {
|
|
cursor: crosshair;
|
|
}
|
|
.leaflet-popup-pane,
|
|
.leaflet-control {
|
|
cursor: auto;
|
|
}
|
|
.leaflet-dragging .leaflet-grab,
|
|
.leaflet-dragging .leaflet-grab .leaflet-interactive,
|
|
.leaflet-dragging .leaflet-marker-draggable {
|
|
cursor: move;
|
|
cursor: -webkit-grabbing;
|
|
cursor: -moz-grabbing;
|
|
cursor: grabbing;
|
|
}
|
|
/* marker & overlays interactivity */
|
|
.leaflet-marker-icon,
|
|
.leaflet-marker-shadow,
|
|
.leaflet-image-layer,
|
|
.leaflet-pane > svg path,
|
|
.leaflet-tile-container {
|
|
pointer-events: none;
|
|
}
|
|
.leaflet-marker-icon.leaflet-interactive,
|
|
.leaflet-image-layer.leaflet-interactive,
|
|
.leaflet-pane > svg path.leaflet-interactive,
|
|
svg.leaflet-image-layer.leaflet-interactive path {
|
|
pointer-events: visiblePainted;
|
|
/* IE 9-10 doesn't have auto */
|
|
pointer-events: auto;
|
|
}
|
|
/* visual tweaks */
|
|
.leaflet-container {
|
|
background: #ddd;
|
|
outline: 0;
|
|
}
|
|
.leaflet-container a {
|
|
color: #0078A8;
|
|
}
|
|
.leaflet-container a.leaflet-active {
|
|
outline: 2px solid orange;
|
|
}
|
|
.leaflet-zoom-box {
|
|
border: 2px dotted #38f;
|
|
background: rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* general typography */
|
|
.leaflet-container {
|
|
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
}
|
|
/* general toolbar styles */
|
|
.leaflet-bar {
|
|
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
|
|
border-radius: 4px;
|
|
}
|
|
.leaflet-bar a,
|
|
.leaflet-bar a:hover {
|
|
border-bottom: 1px solid #ccc;
|
|
width: 26px;
|
|
height: 26px;
|
|
line-height: 26px;
|
|
display: block;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
color: black;
|
|
/* Observium */
|
|
background-color: #fff;
|
|
color: #777777;
|
|
width: 20px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
border-bottom: 1px solid rgba(119, 119, 119, 0.3);
|
|
}
|
|
.leaflet-bar a,
|
|
.leaflet-control-layers-toggle {
|
|
background-position: 50% 50%;
|
|
background-repeat: no-repeat;
|
|
display: block;
|
|
}
|
|
.leaflet-bar a:hover {
|
|
background-color: #f4f4f4;
|
|
/*observium*/
|
|
background-color: rgba(255, 255, 255, 0.3);
|
|
}
|
|
.leaflet-bar a:first-child {
|
|
border-top-left-radius: 4px;
|
|
border-top-right-radius: 4px;
|
|
}
|
|
.leaflet-bar a:last-child {
|
|
border-bottom-left-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
border-bottom: none;
|
|
}
|
|
.leaflet-bar a.leaflet-disabled {
|
|
cursor: default;
|
|
background-color: #f4f4f4;
|
|
color: #bbb;
|
|
}
|
|
.leaflet-touch .leaflet-bar a {
|
|
width: 30px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
.leaflet-touch .leaflet-bar a:first-child {
|
|
border-top-left-radius: 2px;
|
|
border-top-right-radius: 2px;
|
|
}
|
|
.leaflet-touch .leaflet-bar a:last-child {
|
|
border-bottom-left-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
}
|
|
/* zoom control */
|
|
.leaflet-control-zoom-in,
|
|
.leaflet-control-zoom-out {
|
|
font: bold 18px 'Lucida Console', Monaco, monospace;
|
|
text-indent: 1px;
|
|
}
|
|
.leaflet-touch .leaflet-control-zoom-in,
|
|
.leaflet-touch .leaflet-control-zoom-out {
|
|
font-size: 22px;
|
|
}
|
|
/* layers control */
|
|
.leaflet-control-layers {
|
|
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
|
|
background: #fff;
|
|
border-radius: 5px;
|
|
}
|
|
.leaflet-control-layers-toggle {
|
|
background-image: url(images/layers.png);
|
|
width: 36px;
|
|
height: 36px;
|
|
}
|
|
.leaflet-retina .leaflet-control-layers-toggle {
|
|
background-image: url(images/layers-2x.png);
|
|
background-size: 26px 26px;
|
|
}
|
|
.leaflet-touch .leaflet-control-layers-toggle {
|
|
width: 44px;
|
|
height: 44px;
|
|
}
|
|
.leaflet-control-layers .leaflet-control-layers-list,
|
|
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
|
|
display: none;
|
|
}
|
|
.leaflet-control-layers-expanded .leaflet-control-layers-list {
|
|
display: block;
|
|
position: relative;
|
|
}
|
|
.leaflet-control-layers-expanded {
|
|
padding: 6px 10px 6px 6px;
|
|
color: #333;
|
|
background: #fff;
|
|
}
|
|
.leaflet-control-layers-scrollbar {
|
|
overflow-y: scroll;
|
|
overflow-x: hidden;
|
|
padding-right: 5px;
|
|
}
|
|
.leaflet-control-layers-selector {
|
|
margin-top: 2px;
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
.leaflet-control-layers label {
|
|
display: block;
|
|
}
|
|
.leaflet-control-layers-separator {
|
|
height: 0;
|
|
border-top: 1px solid #ddd;
|
|
margin: 5px -10px 5px -6px;
|
|
}
|
|
/* Default icon URLs */
|
|
.leaflet-default-icon-path {
|
|
background-image: url(images/marker-icon.png);
|
|
}
|
|
/* attribution and scale controls */
|
|
.leaflet-container .leaflet-control-attribution {
|
|
background: rgba(255, 255, 255, 0.7);
|
|
/* Observium */
|
|
background: #fff;
|
|
margin: 0;
|
|
}
|
|
.leaflet-control-attribution,
|
|
.leaflet-control-scale-line {
|
|
padding: 0 5px;
|
|
color: #333;
|
|
/* observium */
|
|
color: #777777;
|
|
}
|
|
.leaflet-control-attribution a {
|
|
text-decoration: none;
|
|
}
|
|
.leaflet-control-attribution a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.leaflet-container .leaflet-control-attribution,
|
|
.leaflet-container .leaflet-control-scale {
|
|
font-size: 11px;
|
|
}
|
|
.leaflet-left .leaflet-control-scale {
|
|
margin-left: 5px;
|
|
}
|
|
.leaflet-bottom .leaflet-control-scale {
|
|
margin-bottom: 5px;
|
|
}
|
|
.leaflet-control-scale-line {
|
|
border: 2px solid #777;
|
|
border-top: none;
|
|
line-height: 1.1;
|
|
padding: 2px 5px 1px;
|
|
font-size: 11px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
background: #fff;
|
|
background: rgba(255, 255, 255, 0.5);
|
|
}
|
|
.leaflet-control-scale-line:not(:first-child) {
|
|
border-top: 2px solid #777;
|
|
border-bottom: none;
|
|
margin-top: -2px;
|
|
}
|
|
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
|
|
border-bottom: 2px solid #777;
|
|
}
|
|
.leaflet-touch .leaflet-control-attribution,
|
|
.leaflet-touch .leaflet-control-layers,
|
|
.leaflet-touch .leaflet-bar {
|
|
box-shadow: none;
|
|
}
|
|
.leaflet-touch .leaflet-control-layers,
|
|
.leaflet-touch .leaflet-bar {
|
|
border: 2px solid rgba(0, 0, 0, 0.2);
|
|
background-clip: padding-box;
|
|
}
|
|
/* popup */
|
|
.leaflet-popup {
|
|
position: absolute;
|
|
text-align: center;
|
|
margin-bottom: 20px;
|
|
}
|
|
.leaflet-popup-content-wrapper {
|
|
padding: 1px;
|
|
text-align: left;
|
|
border-radius: 12px;
|
|
}
|
|
.leaflet-popup-content {
|
|
margin: 13px 19px;
|
|
line-height: 1.4;
|
|
}
|
|
.leaflet-popup-content p {
|
|
margin: 18px 0;
|
|
}
|
|
.leaflet-popup-tip-container {
|
|
width: 40px;
|
|
height: 20px;
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -20px;
|
|
overflow: hidden;
|
|
pointer-events: none;
|
|
}
|
|
.leaflet-popup-tip {
|
|
width: 17px;
|
|
height: 17px;
|
|
padding: 1px;
|
|
margin: -10px auto 0;
|
|
-webkit-transform: rotate(45deg);
|
|
-moz-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
.leaflet-popup-content-wrapper,
|
|
.leaflet-popup-tip {
|
|
background: white;
|
|
color: #333;
|
|
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
|
|
/* Observium */
|
|
background: #fff;
|
|
color: #777777;
|
|
}
|
|
.leaflet-container a.leaflet-popup-close-button {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
padding: 4px 4px 0 0;
|
|
border: none;
|
|
text-align: center;
|
|
width: 18px;
|
|
height: 14px;
|
|
font: 16px/14px Tahoma, Verdana, sans-serif;
|
|
color: #c3c3c3;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
background: transparent;
|
|
}
|
|
.leaflet-container a.leaflet-popup-close-button:hover {
|
|
color: #999;
|
|
}
|
|
.leaflet-popup-scrolled {
|
|
overflow: auto;
|
|
border-bottom: 1px solid #ddd;
|
|
border-top: 1px solid #ddd;
|
|
}
|
|
.leaflet-oldie .leaflet-popup-content-wrapper {
|
|
zoom: 1;
|
|
}
|
|
.leaflet-oldie .leaflet-popup-tip {
|
|
width: 24px;
|
|
margin: 0 auto;
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
|
|
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
|
|
}
|
|
.leaflet-oldie .leaflet-popup-tip-container {
|
|
margin-top: -1px;
|
|
}
|
|
.leaflet-oldie .leaflet-control-zoom,
|
|
.leaflet-oldie .leaflet-control-layers,
|
|
.leaflet-oldie .leaflet-popup-content-wrapper,
|
|
.leaflet-oldie .leaflet-popup-tip {
|
|
border: 1px solid #999;
|
|
}
|
|
/* div icon */
|
|
.leaflet-div-icon {
|
|
background: #fff;
|
|
border: 1px solid #666;
|
|
}
|
|
/* Tooltip */
|
|
/* Base styles for the element that has a tooltip */
|
|
.leaflet-tooltip {
|
|
position: absolute;
|
|
padding: 6px;
|
|
background-color: #fff;
|
|
border: 1px solid #fff;
|
|
border-radius: 3px;
|
|
color: #222;
|
|
white-space: nowrap;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
pointer-events: none;
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
|
|
}
|
|
.leaflet-tooltip.leaflet-clickable {
|
|
cursor: pointer;
|
|
pointer-events: auto;
|
|
}
|
|
.leaflet-tooltip-top:before,
|
|
.leaflet-tooltip-bottom:before,
|
|
.leaflet-tooltip-left:before,
|
|
.leaflet-tooltip-right:before {
|
|
position: absolute;
|
|
pointer-events: none;
|
|
border: 6px solid transparent;
|
|
background: transparent;
|
|
content: "";
|
|
}
|
|
/* Directions */
|
|
.leaflet-tooltip-bottom {
|
|
margin-top: 6px;
|
|
}
|
|
.leaflet-tooltip-top {
|
|
margin-top: -6px;
|
|
}
|
|
.leaflet-tooltip-bottom:before,
|
|
.leaflet-tooltip-top:before {
|
|
left: 50%;
|
|
margin-left: -6px;
|
|
}
|
|
.leaflet-tooltip-top:before {
|
|
bottom: 0;
|
|
margin-bottom: -12px;
|
|
border-top-color: #fff;
|
|
}
|
|
.leaflet-tooltip-bottom:before {
|
|
top: 0;
|
|
margin-top: -12px;
|
|
margin-left: -6px;
|
|
border-bottom-color: #fff;
|
|
}
|
|
.leaflet-tooltip-left {
|
|
margin-left: -6px;
|
|
}
|
|
.leaflet-tooltip-right {
|
|
margin-left: 6px;
|
|
}
|
|
.leaflet-tooltip-left:before,
|
|
.leaflet-tooltip-right:before {
|
|
top: 50%;
|
|
margin-top: -6px;
|
|
}
|
|
.leaflet-tooltip-left:before {
|
|
right: 0;
|
|
margin-right: -12px;
|
|
border-left-color: #fff;
|
|
}
|
|
.leaflet-tooltip-right:before {
|
|
left: 0;
|
|
margin-left: -12px;
|
|
border-right-color: #fff;
|
|
}
|
|
.table .box,
|
|
.box-content .table,
|
|
.box-body .table,
|
|
.box .table {
|
|
margin-bottom: 0;
|
|
}
|
|
.box-content > .box-solid {
|
|
box-shadow: none;
|
|
}
|
|
.box.box-solid > .box-header > .box-tools .btn {
|
|
margin-top: -1px;
|
|
margin-right: -5px;
|
|
margin-left: 10px;
|
|
}
|
|
.btn-box-tool {
|
|
color: hsl(221, 16%, 45%);
|
|
}
|
|
.dropdown-menu > li > a > span > img,
|
|
.dropdown-menu > li > a > img,
|
|
.nav > li > a > img {
|
|
max-width: none;
|
|
margin-right: 5px;
|
|
margin-top: -4px;
|
|
}
|
|
/* Narrow divider inside bootstrap select optgroup */
|
|
.bootstrap-select ul.inner > li.divider {
|
|
margin: 2px 1px;
|
|
}
|
|
/* funny label background */
|
|
.label-rainbow {
|
|
background-image: linear-gradient(to right, gray, red, orange, yellow, green, blue, indigo, violet);
|
|
}
|
|
/* Remove hover line under links */
|
|
a [class^="icon-"],
|
|
a [class*=" icon-"] {
|
|
text-decoration: none;
|
|
}
|
|
/* Style Emoji icons */
|
|
.icon-emoji {
|
|
margin-right: 0.3em;
|
|
margin-top: 1px;
|
|
vertical-align: bottom;
|
|
}
|
|
/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
|
|
.table tr.vertical-align td,
|
|
.table.vertical-align td {
|
|
/*display: table-cell;*/
|
|
vertical-align: middle;
|
|
}
|
|
.vertical-align {
|
|
/*display: inline-block;*/
|
|
vertical-align: middle !important;
|
|
/*float: none;*/
|
|
/*display: flex;
|
|
flex-direction: row;*/
|
|
}
|
|
.vertical-align > [class^="col-"],
|
|
.vertical-align > [class*=" col-"] {
|
|
display: flex;
|
|
align-items: center;
|
|
/* Align the flex-items vertically */
|
|
justify-content: center;
|
|
/* Optional, to align inner flex-items horizontally within the column */
|
|
}
|
|
.confirmation-buttons > .btn-group {
|
|
display: flex;
|
|
/* Do not wrap confirmation buttons */
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.editing-only {
|
|
display: none;
|
|
}
|
|
.nextrow {
|
|
display: block !important;
|
|
clear: both;
|
|
}
|
|
.no-width {
|
|
width: 0 !important;
|
|
}
|
|
/* FIXME, Not sure why empty elements here?
|
|
.viewing-only
|
|
{
|
|
}
|
|
|
|
.box-body .table tr:first-child td
|
|
{
|
|
//border-top: none;
|
|
}
|
|
*/
|
|
button [class^="oicon-"],
|
|
button [class*=" oicon-"],
|
|
.dropdown-menu [class^="oicon-"],
|
|
.dropdown-menu [class*=" oicon-"] {
|
|
margin-top: 1px;
|
|
margin-right: 5px;
|
|
}
|
|
button [class^="icon-"],
|
|
button [class*=" icon-"] {
|
|
margin-right: 3px;
|
|
}
|
|
button.btn.dropdown-toggle.bs-placeholder.box {
|
|
border-radius: 0px;
|
|
}
|
|
button.btn-icon {
|
|
appearance: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
outline: none;
|
|
border: 0;
|
|
background: transparent;
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
margin-left: -2px;
|
|
margin-right: 2px;
|
|
}
|
|
button.btn-icon [class^="icon-"],
|
|
button.btn-icon [class*=" icon-"],
|
|
button.btn-icon [class^="oicon-"],
|
|
button.btn-icon [class*=" oicon-"],
|
|
button.btn-icon [class^="sprite-"],
|
|
button.btn-icon [class*=" sprite-"] {
|
|
margin: 0px;
|
|
}
|
|
form > button.btn-icon {
|
|
margin-top: -1px;
|
|
}
|
|
/** TinyToggle **/
|
|
[class^="tt-label"],
|
|
[class*=" tt-label"] {
|
|
line-height: 20px !important;
|
|
font-size: 14px !important;
|
|
vertical-align: bottom !important;
|
|
color: #595959;
|
|
}
|
|
.tt-disabled .tt-icon {
|
|
cursor: not-allowed;
|
|
}
|
|
/** Dyngraph **/
|
|
.dygraph-axis-label {
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
}
|
|
.dygraph-title {
|
|
font-size: 36px;
|
|
}
|
|
.dygraph-ylabel {
|
|
font-size: 18px;
|
|
}
|
|
.chart {
|
|
border: 1px dashed black;
|
|
margin: 5px 5px 5px 50px;
|
|
padding: 2px;
|
|
}
|
|
.c3 svg g g.c3-axis.c3-axis-x,
|
|
.c3 svg g g.c3-axis.c3-axis-y,
|
|
.c3-text {
|
|
font: 12px sans-serif;
|
|
font-weight: bold;
|
|
color: #555;
|
|
}
|
|
.c3-bar {
|
|
-moz-box-shadow: -5px -5px 5px #888;
|
|
-webkit-box-shadow: -5px -5px 5px #888;
|
|
box-shadow: -5px -5px 5px #888;
|
|
}
|
|
/** Donut **/
|
|
.outer-circle,
|
|
.inner-circle {
|
|
position: absolute;
|
|
border-radius: 50%;
|
|
}
|
|
.outer-circle {
|
|
top: 3%;
|
|
left: 3%;
|
|
right: 3%;
|
|
bottom: 3%;
|
|
background-color: #fff;
|
|
box-shadow: inset 0 0 0 6px rgba(0, 0, 0, 0.2);
|
|
}
|
|
.inner-circle {
|
|
top: 25%;
|
|
left: 25%;
|
|
right: 25%;
|
|
bottom: 25%;
|
|
background-color: #f5f7fa;
|
|
box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2);
|
|
}
|
|
.inner-circle-label,
|
|
.inner-circle-value {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 50%;
|
|
width: 100%;
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
.inner-circle-label {
|
|
font-size: 20px;
|
|
line-height: 1;
|
|
margin-top: -25px;
|
|
color: #656d78;
|
|
}
|
|
.inner-circle-value {
|
|
font-size: 24px;
|
|
line-height: 1;
|
|
font-weight: bold;
|
|
margin-top: 0px;
|
|
color: #656d78;
|
|
}
|
|
.wedge-container,
|
|
.wedge,
|
|
.wedge-extension,
|
|
.wedge-label {
|
|
position: absolute;
|
|
border-radius: 50%;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
transition: all 0.4s linear;
|
|
}
|
|
.wedge,
|
|
.wedge-extension {
|
|
box-shadow: inset 0 0 0 6px rgba(0, 0, 0, 0.2);
|
|
}
|
|
.wedge-value {
|
|
display: block;
|
|
position: absolute;
|
|
top: 6%;
|
|
left: 50%;
|
|
width: 30px;
|
|
margin-left: -15px;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
.wedge-extension {
|
|
z-index: 100;
|
|
}
|
|
.wedge {
|
|
z-index: 200;
|
|
}
|
|
.wedge-label {
|
|
z-index: 300;
|
|
}
|
|
.donut-chart {
|
|
position: relative;
|
|
overflow: hidden;
|
|
width: 175px;
|
|
height: 175px;
|
|
border-radius: 50%;
|
|
margin: auto;
|
|
background-color: #f5f7fa;
|
|
/*background-color: rgba(0, 0, 0, 0.1);*/
|
|
box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
|
|
}
|
|
.dropdown-menu [class^="sprite-"],
|
|
.dropdown-menu[class*=" sprite-"] {
|
|
margin-right: 5px;
|
|
margin-top: 1px;
|
|
}
|
|
h3 > [class*=" sprite-"],
|
|
h3 > [class^="sprite-"] {
|
|
margin-top: 3px;
|
|
}
|
|
[class^="sprite-"],
|
|
[class*=" sprite-"] {
|
|
display: inline-block;
|
|
height: 18px;
|
|
width: 18px;
|
|
margin-top: 1px;
|
|
margin-right: 0.3em;
|
|
vertical-align: text-top;
|
|
/* background-size: 18px 18px; */
|
|
}
|
|
button [class^="sprite-"],
|
|
button [class*=" sprite-"] {
|
|
margin-right: 5px;
|
|
margin-top: 0px;
|
|
}
|
|
.navbar [class^="sprite-"],
|
|
.navbar [class*=" sprite-"] {
|
|
margin-right: 5px;
|
|
}
|
|
.box.box-solid > .box-header > .box-tools .btn [class^="sprite-"] {
|
|
/*margin-right: 0;*/
|
|
}
|
|
.box-header [class^="sprite-"],
|
|
.box-header [class^="sprite-"] {
|
|
margin-right: 5px;
|
|
margin-top: -1px;
|
|
}
|
|
.mini-icon {
|
|
height: 10px;
|
|
width: 10px;
|
|
margin-top: 4px;
|
|
margin-right: 0.3em;
|
|
margin-left: 0.1em;
|
|
vertical-align: text-top;
|
|
/* background-size: 10px 10px; */
|
|
}
|
|
.subnav-fixed .brand.fixed-only {
|
|
display: inherit;
|
|
}
|
|
.brand.fixed-only {
|
|
display: none;
|
|
}
|
|
/* Left pannel */
|
|
.affix {
|
|
top: 0px !important;
|
|
}
|
|
#myAffix.affix {
|
|
top: 85px !important;
|
|
max-width: 609px;
|
|
width: 609px;
|
|
}
|
|
/* Quick search results */
|
|
.dl-search {
|
|
margin-bottom: 0px;
|
|
margin-top: 0px;
|
|
}
|
|
.dl-search dt {
|
|
float: left;
|
|
width: 48px;
|
|
clear: left;
|
|
text-align: right;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.dl-search dd {
|
|
margin-left: 65px;
|
|
}
|
|
/* Hide long lists, ie in SQL formatter */
|
|
.text-truncate {
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
button.btn.dropdown-toggle.bs-placeholder.box {
|
|
webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
|
|
box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
|
|
}
|
|
form.pagination {
|
|
margin: 0;
|
|
}
|
|
.grid-stack > .grid-stack-item > .grid-stack-item-content:hover {
|
|
overflow: auto;
|
|
}
|
|
.grid-stack .box {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin-bottom: 0;
|
|
}
|
|
.col-md-4 .form-horizontal .controls,
|
|
.form-horizontal .col-md-4 .controls {
|
|
margin-left: 140px;
|
|
}
|
|
.col-md-4 .form-horizontal .control-label,
|
|
.form-horizontal .col-md-4 .control-label {
|
|
width: 120px;
|
|
}
|
|
.dygraph-axis-label > .dygraph-axis-label-x {
|
|
color: #333333;
|
|
}
|
|
.dygraph-axis-label > .dygraph-axis-label-y {
|
|
color: #333333;
|
|
}
|
|
/*EOF*/
|
|
#suggestions {
|
|
display: none;
|
|
}
|
|
/*# sourceMappingURL=observium.map */ |