1112 lines
15 KiB
CSS
Executable File
1112 lines
15 KiB
CSS
Executable File
/*
|
|
* OpenSTAManager: il software gestionale open source per l'assistenza tecnica e la fatturazione
|
|
* Copyright (C) DevCode s.r.l.
|
|
*
|
|
* This program is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
|
|
/*! 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 {
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
height: 0;
|
|
}
|
|
|
|
pre {
|
|
overflow: auto;
|
|
}
|
|
|
|
code,
|
|
kbd,
|
|
pre,
|
|
samp {
|
|
font-family: monospace, monospace;
|
|
font-size: 1em;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
td,
|
|
th {
|
|
padding: 0;
|
|
}
|
|
|
|
* {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
*:before,
|
|
*:after {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
html {
|
|
font-size: 10px;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
body {
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-size: 14px;
|
|
line-height: 1.42857143;
|
|
color: #333333;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
input,
|
|
button,
|
|
select,
|
|
textarea {
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
line-height: inherit;
|
|
}
|
|
|
|
a {
|
|
color: #337ab7;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover,
|
|
a:focus {
|
|
color: #23527c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a:focus {
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|
|
|
|
figure {
|
|
margin: 0;
|
|
}
|
|
|
|
img {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.img-responsive {
|
|
display: block;
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.img-rounded {
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.img-thumbnail {
|
|
padding: 4px;
|
|
line-height: 1.42857143;
|
|
background-color: #ffffff;
|
|
border: 1px solid #dddddd;
|
|
border-radius: 4px;
|
|
-webkit-transition: all 0.2s ease-in-out;
|
|
-o-transition: all 0.2s ease-in-out;
|
|
transition: all 0.2s ease-in-out;
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.img-circle {
|
|
border-radius: 50%;
|
|
}
|
|
|
|
hr {
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
border: 0;
|
|
border-top: 1px solid #eeeeee;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
.h1,
|
|
.h2,
|
|
.h3,
|
|
.h4,
|
|
.h5,
|
|
.h6 {
|
|
font-family: inherit;
|
|
font-weight: 500;
|
|
line-height: 1.1;
|
|
color: inherit;
|
|
}
|
|
|
|
h1 small,
|
|
h2 small,
|
|
h3 small,
|
|
h4 small,
|
|
h5 small,
|
|
h6 small,
|
|
.h1 small,
|
|
.h2 small,
|
|
.h3 small,
|
|
.h4 small,
|
|
.h5 small,
|
|
.h6 small,
|
|
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,
|
|
.h1,
|
|
h2,
|
|
.h2,
|
|
h3,
|
|
.h3 {
|
|
margin-top: 20px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
h1 small,
|
|
.h1 small,
|
|
h2 small,
|
|
.h2 small,
|
|
h3 small,
|
|
.h3 small,
|
|
h1 .small,
|
|
.h1 .small,
|
|
h2 .small,
|
|
.h2 .small,
|
|
h3 .small,
|
|
.h3 .small {
|
|
font-size: 65%;
|
|
}
|
|
|
|
h4,
|
|
.h4,
|
|
h5,
|
|
.h5,
|
|
h6,
|
|
.h6 {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
h4 small,
|
|
.h4 small,
|
|
h5 small,
|
|
.h5 small,
|
|
h6 small,
|
|
.h6 small,
|
|
h4 .small,
|
|
.h4 .small,
|
|
h5 .small,
|
|
.h5 .small,
|
|
h6 .small,
|
|
.h6 .small {
|
|
font-size: 75%;
|
|
}
|
|
|
|
h1,
|
|
.h1 {
|
|
font-size: 36px;
|
|
}
|
|
|
|
h2,
|
|
.h2 {
|
|
font-size: 30px;
|
|
}
|
|
|
|
h3,
|
|
.h3 {
|
|
font-size: 24px;
|
|
}
|
|
|
|
h4,
|
|
.h4 {
|
|
font-size: 18px;
|
|
}
|
|
|
|
h5,
|
|
.h5 {
|
|
font-size: 14px;
|
|
}
|
|
|
|
h6,
|
|
.h6 {
|
|
font-size: 12px;
|
|
}
|
|
|
|
p {
|
|
margin: 0 0 10px;
|
|
}
|
|
|
|
.lead {
|
|
margin-bottom: 20px;
|
|
font-size: 16px;
|
|
font-weight: 300;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
small,
|
|
.small {
|
|
font-size: 85%;
|
|
}
|
|
|
|
mark,
|
|
.mark {
|
|
background-color: #fcf8e3;
|
|
padding: .2em;
|
|
}
|
|
|
|
.text-left {
|
|
text-align: left;
|
|
}
|
|
|
|
.text-right {
|
|
text-align: right;
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.text-justify {
|
|
text-align: justify;
|
|
}
|
|
|
|
.text-nowrap {
|
|
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: #337ab7;
|
|
}
|
|
|
|
a.text-primary:hover,
|
|
a.text-primary:focus {
|
|
color: #286090;
|
|
}
|
|
|
|
.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: #8a6d3b;
|
|
}
|
|
|
|
a.text-warning:hover,
|
|
a.text-warning:focus {
|
|
color: #66512c;
|
|
}
|
|
|
|
.text-danger {
|
|
color: #a94442;
|
|
}
|
|
|
|
a.text-danger:hover,
|
|
a.text-danger:focus {
|
|
color: #843534;
|
|
}
|
|
|
|
.bg-primary {
|
|
color: #fff;
|
|
background-color: #337ab7;
|
|
}
|
|
|
|
a.bg-primary:hover,
|
|
a.bg-primary:focus {
|
|
background-color: #286090;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.page-header {
|
|
padding-bottom: 9px;
|
|
margin: 40px 0 20px;
|
|
border-bottom: 1px solid #eeeeee;
|
|
}
|
|
|
|
ul,
|
|
ol {
|
|
margin-top: 0;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
ul ul,
|
|
ol ul,
|
|
ul ol,
|
|
ol ol {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.list-unstyled {
|
|
padding-left: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.list-inline {
|
|
padding-left: 0;
|
|
list-style: none;
|
|
margin-left: -5px;
|
|
}
|
|
|
|
.list-inline>li {
|
|
display: inline-block;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
abbr[title],
|
|
abbr[data-original-title] {
|
|
cursor: help;
|
|
border-bottom: 1px dotted #777777;
|
|
}
|
|
|
|
.initialism {
|
|
font-size: 90%;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
blockquote {
|
|
padding: 10px 20px;
|
|
margin: 0 0 20px;
|
|
font-size: 17.5px;
|
|
border-left: 5px solid #eeeeee;
|
|
}
|
|
|
|
blockquote p:last-child,
|
|
blockquote ul:last-child,
|
|
blockquote ol:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
blockquote footer,
|
|
blockquote small,
|
|
blockquote .small {
|
|
display: block;
|
|
font-size: 80%;
|
|
line-height: 1.42857143;
|
|
color: #777777;
|
|
}
|
|
|
|
blockquote footer:before,
|
|
blockquote small:before,
|
|
blockquote .small:before {
|
|
content: '\2014 \00A0';
|
|
}
|
|
|
|
.blockquote-reverse,
|
|
blockquote.pull-right {
|
|
padding-right: 15px;
|
|
padding-left: 0;
|
|
border-right: 5px solid #eeeeee;
|
|
border-left: 0;
|
|
text-align: right;
|
|
}
|
|
|
|
.blockquote-reverse footer:before,
|
|
blockquote.pull-right footer:before,
|
|
.blockquote-reverse small:before,
|
|
blockquote.pull-right small:before,
|
|
.blockquote-reverse .small:before,
|
|
blockquote.pull-right .small:before {
|
|
content: '';
|
|
}
|
|
|
|
.blockquote-reverse footer:after,
|
|
blockquote.pull-right footer:after,
|
|
.blockquote-reverse small:after,
|
|
blockquote.pull-right small:after,
|
|
.blockquote-reverse .small:after,
|
|
blockquote.pull-right .small:after {
|
|
content: '\00A0 \2014';
|
|
}
|
|
|
|
address {
|
|
margin-bottom: 20px;
|
|
font-style: normal;
|
|
line-height: 1.42857143;
|
|
}
|
|
|
|
.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,
|
|
.col-lg-12 {
|
|
position: relative;
|
|
min-height: 1px;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.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%;
|
|
}
|
|
|
|
table {
|
|
background-color: transparent;
|
|
}
|
|
|
|
caption {
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
color: #777777;
|
|
text-align: left;
|
|
}
|
|
|
|
th {
|
|
text-align: left;
|
|
}
|
|
|
|
.table {
|
|
width: 100%;
|
|
max-width: 100%;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.table>thead>tr>th,
|
|
.table>tbody>tr>th,
|
|
.table>tfoot>tr>th,
|
|
.table>thead>tr>td,
|
|
.table>tbody>tr>td,
|
|
.table>tfoot>tr>td {
|
|
padding: 8px;
|
|
line-height: 1.42857143;
|
|
vertical-align: top;
|
|
border-top: 1px solid #dddddd;
|
|
}
|
|
|
|
.table>thead>tr>th {
|
|
vertical-align: bottom;
|
|
border-bottom: 2px solid #dddddd;
|
|
}
|
|
|
|
.table>caption+thead>tr:first-child>th,
|
|
.table>colgroup+thead>tr:first-child>th,
|
|
.table>thead:first-child>tr:first-child>th,
|
|
.table>caption+thead>tr:first-child>td,
|
|
.table>colgroup+thead>tr:first-child>td,
|
|
.table>thead:first-child>tr:first-child>td {
|
|
border-top: 0;
|
|
}
|
|
|
|
.table>tbody+tbody {
|
|
border-top: 2px solid #dddddd;
|
|
}
|
|
|
|
.table .table {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.table-condensed>thead>tr>th,
|
|
.table-condensed>tbody>tr>th,
|
|
.table-condensed>tfoot>tr>th,
|
|
.table-condensed>thead>tr>td,
|
|
.table-condensed>tbody>tr>td,
|
|
.table-condensed>tfoot>tr>td {
|
|
padding: 5px;
|
|
}
|
|
|
|
.table-bordered {
|
|
border: 1px solid #dddddd;
|
|
}
|
|
|
|
.table-bordered>thead>tr>th,
|
|
.table-bordered>tbody>tr>th,
|
|
.table-bordered>tfoot>tr>th,
|
|
.table-bordered>thead>tr>td,
|
|
.table-bordered>tbody>tr>td,
|
|
.table-bordered>tfoot>tr>td {
|
|
border: 1px solid #dddddd;
|
|
}
|
|
|
|
.table-bordered>thead>tr>th,
|
|
.table-bordered>thead>tr>td {
|
|
border-bottom-width: 2px;
|
|
}
|
|
|
|
.table-striped>tbody>tr:nth-of-type(odd) {
|
|
background-color: #f9f9f9;
|
|
}
|
|
|
|
table col[class*="col-"] {
|
|
position: static;
|
|
float: none;
|
|
display: table-column;
|
|
}
|
|
|
|
table td[class*="col-"],
|
|
table th[class*="col-"] {
|
|
position: static;
|
|
float: none;
|
|
display: table-cell;
|
|
}
|
|
|
|
.table>thead>tr>td.active,
|
|
.table>tbody>tr>td.active,
|
|
.table>tfoot>tr>td.active,
|
|
.table>thead>tr>th.active,
|
|
.table>tbody>tr>th.active,
|
|
.table>tfoot>tr>th.active,
|
|
.table>thead>tr.active>td,
|
|
.table>tbody>tr.active>td,
|
|
.table>tfoot>tr.active>td,
|
|
.table>thead>tr.active>th,
|
|
.table>tbody>tr.active>th,
|
|
.table>tfoot>tr.active>th {
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.table>thead>tr>td.success,
|
|
.table>tbody>tr>td.success,
|
|
.table>tfoot>tr>td.success,
|
|
.table>thead>tr>th.success,
|
|
.table>tbody>tr>th.success,
|
|
.table>tfoot>tr>th.success,
|
|
.table>thead>tr.success>td,
|
|
.table>tbody>tr.success>td,
|
|
.table>tfoot>tr.success>td,
|
|
.table>thead>tr.success>th,
|
|
.table>tbody>tr.success>th,
|
|
.table>tfoot>tr.success>th {
|
|
background-color: #dff0d8;
|
|
}
|
|
|
|
.table>thead>tr>td.info,
|
|
.table>tbody>tr>td.info,
|
|
.table>tfoot>tr>td.info,
|
|
.table>thead>tr>th.info,
|
|
.table>tbody>tr>th.info,
|
|
.table>tfoot>tr>th.info,
|
|
.table>thead>tr.info>td,
|
|
.table>tbody>tr.info>td,
|
|
.table>tfoot>tr.info>td,
|
|
.table>thead>tr.info>th,
|
|
.table>tbody>tr.info>th,
|
|
.table>tfoot>tr.info>th {
|
|
background-color: #d9edf7;
|
|
}
|
|
|
|
.table>thead>tr>td.warning,
|
|
.table>tbody>tr>td.warning,
|
|
.table>tfoot>tr>td.warning,
|
|
.table>thead>tr>th.warning,
|
|
.table>tbody>tr>th.warning,
|
|
.table>tfoot>tr>th.warning,
|
|
.table>thead>tr.warning>td,
|
|
.table>tbody>tr.warning>td,
|
|
.table>tfoot>tr.warning>td,
|
|
.table>thead>tr.warning>th,
|
|
.table>tbody>tr.warning>th,
|
|
.table>tfoot>tr.warning>th {
|
|
background-color: #fcf8e3;
|
|
}
|
|
|
|
.table>thead>tr>td.danger,
|
|
.table>tbody>tr>td.danger,
|
|
.table>tfoot>tr>td.danger,
|
|
.table>thead>tr>th.danger,
|
|
.table>tbody>tr>th.danger,
|
|
.table>tfoot>tr>th.danger,
|
|
.table>thead>tr.danger>td,
|
|
.table>tbody>tr.danger>td,
|
|
.table>tfoot>tr.danger>td,
|
|
.table>thead>tr.danger>th,
|
|
.table>tbody>tr.danger>th,
|
|
.table>tfoot>tr.danger>th {
|
|
background-color: #f2dede;
|
|
}
|
|
|
|
.clearfix:before,
|
|
.clearfix:after,
|
|
.dl-horizontal dd:before,
|
|
.dl-horizontal dd:after,
|
|
.container:before,
|
|
.container:after,
|
|
.container-fluid:before,
|
|
.container-fluid:after,
|
|
.row:before,
|
|
.row:after {
|
|
content: " ";
|
|
display: table;
|
|
}
|
|
|
|
.clearfix:after,
|
|
.dl-horizontal dd:after,
|
|
.container:after,
|
|
.container-fluid:after,
|
|
.row:after {
|
|
clear: both;
|
|
}
|
|
|
|
.center-block {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.pull-right {
|
|
float: right !important;
|
|
}
|
|
|
|
.pull-left {
|
|
float: left !important;
|
|
}
|
|
|
|
.hide {
|
|
display: none !important;
|
|
}
|
|
|
|
.show {
|
|
display: block !important;
|
|
}
|
|
|
|
.invisible {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.text-hide {
|
|
font: 0/0 a;
|
|
color: transparent;
|
|
text-shadow: none;
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|
|
|
|
.hidden {
|
|
display: none !important;
|
|
}
|
|
|
|
.affix {
|
|
position: fixed;
|
|
}
|