1471 lines
35 KiB
CSS
1471 lines
35 KiB
CSS
|
|
.mvctool_title {
|
|
height: 100%;
|
|
padding-left: 5px;
|
|
padding-right: 10px;
|
|
font-weight: bold;
|
|
color: black;
|
|
}
|
|
|
|
.Customer_module_style {
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
min-width: 810px;
|
|
}
|
|
|
|
.Customer_module_style table {
|
|
TABLE-LAYOUT: fixed;
|
|
margin-left: 15px;
|
|
}
|
|
.Customer_module_style table td, .Customer_module_style table td {
|
|
/*word-wrap:break-word;*/
|
|
word-break: break-all;
|
|
}
|
|
.alert-info {
|
|
margin: 0px 10px 0px 10px;
|
|
}
|
|
|
|
.Content_hidden {
|
|
display: none;
|
|
}
|
|
|
|
.content_interval {
|
|
height: 5px;
|
|
}
|
|
|
|
.content_width {
|
|
width: 85%;
|
|
min-width: 800px;
|
|
}
|
|
|
|
.content_title_width {
|
|
width: 87%;
|
|
min-width: 810px;
|
|
}
|
|
.mainTable {
|
|
margin:10px;
|
|
}
|
|
|
|
table {
|
|
*border-collapse: collapse; /* IE7 and lower */
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.bordered {
|
|
border: solid #ccc 1px;
|
|
-moz-border-radius: 6px;
|
|
-webkit-border-radius: 6px;
|
|
border-radius: 6px;
|
|
-webkit-box-shadow: 0 1px 1px #ccc;
|
|
-moz-box-shadow: 0 1px 1px #ccc;
|
|
box-shadow: 0 1px 1px #ccc;
|
|
}
|
|
|
|
.bordered tr:hover {
|
|
background: #fbf8e9;
|
|
-o-transition: all 0.1s ease-in-out;
|
|
-webkit-transition: all 0.1s ease-in-out;
|
|
-moz-transition: all 0.1s ease-in-out;
|
|
-ms-transition: all 0.1s ease-in-out;
|
|
transition: all 0.1s ease-in-out;
|
|
}
|
|
|
|
.bordered td, .bordered th {
|
|
border-left: 1px solid #ccc;
|
|
border-top: 1px solid #ccc;
|
|
padding:3px 6px 3px 6px;
|
|
text-align: left;
|
|
}
|
|
.normaltable td{
|
|
padding: 5px;
|
|
}
|
|
.bordered thead th, .bordered thead td {
|
|
background-color: #e0ecff;
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#e0ecff));
|
|
background-image: -webkit-linear-gradient(top, #ebf3fc, #e0ecff);
|
|
background-image: -moz-linear-gradient(top, #ebf3fc, #e0ecff);
|
|
background-image: -ms-linear-gradient(top, #ebf3fc, #e0ecff);
|
|
background-image: -o-linear-gradient(top, #ebf3fc, #e0ecff);
|
|
background-image: linear-gradient(top, #ebf3fc, #e0ecff);
|
|
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
|
|
-moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
|
|
box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
|
|
border-top: none;
|
|
text-shadow: 0 1px 0 rgba(255,255,255,.5);
|
|
font-weight: bold;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.bordered td:first-child, .bordered th:first-child {
|
|
border-left: none;
|
|
}
|
|
|
|
.bordered th:first-child {
|
|
-moz-border-radius: 6px 0 0 0;
|
|
-webkit-border-radius: 6px 0 0 0;
|
|
border-radius: 6px 0 0 0;
|
|
}
|
|
|
|
.bordered th:last-child {
|
|
-moz-border-radius: 0 6px 0 0;
|
|
-webkit-border-radius: 0 6px 0 0;
|
|
border-radius: 0 6px 0 0;
|
|
}
|
|
|
|
.bordered th:only-child {
|
|
-moz-border-radius: 6px 6px 0 0;
|
|
-webkit-border-radius: 6px 6px 0 0;
|
|
border-radius: 6px 6px 0 0;
|
|
}
|
|
|
|
.bordered tr:last-child td:first-child {
|
|
-moz-border-radius: 0 0 0 6px;
|
|
-webkit-border-radius: 0 0 0 6px;
|
|
border-radius: 0 0 0 6px;
|
|
}
|
|
|
|
.bordered tr:last-child td:last-child {
|
|
-moz-border-radius: 0 0 6px 0;
|
|
-webkit-border-radius: 0 0 6px 0;
|
|
border-radius: 0 0 6px 0;
|
|
}
|
|
.group {
|
|
border-bottom: 1px solid #6ca5d1;
|
|
color: #333;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
|
|
cursor: pointer;
|
|
margin: 5px 10px 5px 10px;
|
|
}
|
|
|
|
.group span {
|
|
width: 90px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.group div {
|
|
height: 16px;
|
|
width: 16px;
|
|
}
|
|
|
|
.group img {
|
|
height: 16px;
|
|
width: 16px;
|
|
margin-top: -10px;
|
|
}
|
|
|
|
.group .togglebtn {
|
|
background: url("/Content/Images/toggle.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
|
|
cursor: pointer;
|
|
height: 10px;
|
|
width: 9px;
|
|
float: right;
|
|
position: relative;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.group .togglebtn-down {
|
|
background-position: 0 -10px;
|
|
}
|
|
input.input-error {
|
|
border: 1px solid #F00;
|
|
background-color: #FEE;
|
|
}
|
|
/*!
|
|
* Bootstrap v2.0.4
|
|
*
|
|
* Copyright 2012 Twitter, Inc
|
|
* Licensed under the Apache License v2.0
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
|
*/ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
|
|
display: block;
|
|
}
|
|
|
|
audio, canvas, video {
|
|
display: inline-block;
|
|
*display: inline;
|
|
*zoom: 1;
|
|
}
|
|
|
|
audio:not([controls]) {
|
|
display: none;
|
|
}
|
|
|
|
html {
|
|
font-size: 100%;
|
|
-webkit-text-size-adjust: 100%;
|
|
-ms-text-size-adjust: 100%;
|
|
}
|
|
|
|
a:focus {
|
|
outline: thin dotted #333;
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|
|
|
|
a:hover, a:active {
|
|
outline: 0;
|
|
}
|
|
|
|
sub, sup {
|
|
position: relative;
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
sup {
|
|
top: -0.5em;
|
|
}
|
|
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
vertical-align: middle;
|
|
border: 0;
|
|
-ms-interpolation-mode: bicubic;
|
|
}
|
|
|
|
#map_canvas 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, input[type="button"], input[type="reset"], input[type="submit"] {
|
|
cursor: pointer;
|
|
-webkit-appearance: button;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: "微软雅黑","宋体";
|
|
/*font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;*/
|
|
line-height: 18px;
|
|
color: black;
|
|
}
|
|
|
|
a {
|
|
color: #08c;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
color: #005580;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
[class*="span"] {
|
|
float: left;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
p {
|
|
margin: 0 0 9px;
|
|
}
|
|
|
|
p small {
|
|
font-size: 11px;
|
|
color: #999;
|
|
}
|
|
|
|
.lead {
|
|
margin-bottom: 18px;
|
|
font-size: 20px;
|
|
font-weight: 200;
|
|
line-height: 27px;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
margin: 0;
|
|
font-family: inherit;
|
|
font-weight: bold;
|
|
color: inherit;
|
|
text-rendering: optimizelegibility;
|
|
}
|
|
|
|
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
|
|
font-weight: normal;
|
|
color: #999;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 30px;
|
|
line-height: 36px;
|
|
}
|
|
|
|
h1 small {
|
|
font-size: 18px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 24px;
|
|
line-height: 36px;
|
|
}
|
|
|
|
h2 small {
|
|
font-size: 18px;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 18px;
|
|
line-height: 27px;
|
|
}
|
|
|
|
h3 small {
|
|
font-size: 14px;
|
|
}
|
|
|
|
h4, h5, h6 {
|
|
line-height: 18px;
|
|
}
|
|
|
|
h4 {
|
|
font-size: 14px;
|
|
}
|
|
|
|
h4 small {
|
|
font-size: 12px;
|
|
}
|
|
|
|
h5 {
|
|
font-size: 12px;
|
|
}
|
|
|
|
h6 {
|
|
font-size: 11px;
|
|
color: #999;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.page-header {
|
|
padding-bottom: 17px;
|
|
margin: 18px 0;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
.page-header h1 {
|
|
line-height: 1;
|
|
}
|
|
|
|
ul, ol {
|
|
padding: 0;
|
|
margin: 0 0 9px 25px;
|
|
}
|
|
|
|
ul ul, ul ol, ol ol, ol ul {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
ul {
|
|
list-style: disc;
|
|
}
|
|
|
|
ol {
|
|
list-style: decimal;
|
|
}
|
|
|
|
li {
|
|
line-height: 18px;
|
|
}
|
|
|
|
ul.unstyled, ol.unstyled {
|
|
margin-left: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
dl {
|
|
margin-bottom: 18px;
|
|
}
|
|
|
|
dt, dd {
|
|
line-height: 18px;
|
|
}
|
|
|
|
dt {
|
|
font-weight: bold;
|
|
line-height: 17px;
|
|
}
|
|
|
|
dd {
|
|
margin-left: 9px;
|
|
}
|
|
|
|
.dl-horizontal dt {
|
|
float: left;
|
|
width: 120px;
|
|
overflow: hidden;
|
|
clear: left;
|
|
text-align: right;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.dl-horizontal dd {
|
|
margin-left: 130px;
|
|
}
|
|
|
|
hr {
|
|
margin: 18px 0;
|
|
border: 0;
|
|
border-top: 1px solid #eee;
|
|
border-bottom: 1px solid #fff;
|
|
}
|
|
|
|
strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
em {
|
|
font-style: italic;
|
|
}
|
|
|
|
.muted {
|
|
color: #999;
|
|
}
|
|
|
|
abbr[title] {
|
|
cursor: help;
|
|
border-bottom: 1px dotted #999;
|
|
}
|
|
|
|
abbr.initialism {
|
|
font-size: 90%;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
blockquote {
|
|
padding: 0 0 0 15px;
|
|
margin: 0 0 18px;
|
|
border-left: 5px solid #eee;
|
|
}
|
|
|
|
blockquote p {
|
|
margin-bottom: 0;
|
|
font-size: 16px;
|
|
font-weight: 300;
|
|
line-height: 22.5px;
|
|
}
|
|
|
|
blockquote small {
|
|
display: block;
|
|
line-height: 18px;
|
|
color: #999;
|
|
}
|
|
|
|
blockquote small:before {
|
|
content: '\2014 \00A0';
|
|
}
|
|
|
|
blockquote.pull-right {
|
|
float: right;
|
|
padding-right: 15px;
|
|
padding-left: 0;
|
|
border-right: 5px solid #eee;
|
|
border-left: 0;
|
|
}
|
|
|
|
blockquote.pull-right p, blockquote.pull-right small {
|
|
text-align: right;
|
|
}
|
|
|
|
q:before, q:after, blockquote:before, blockquote:after {
|
|
content: "";
|
|
}
|
|
|
|
address {
|
|
display: block;
|
|
margin-bottom: 18px;
|
|
font-style: normal;
|
|
line-height: 18px;
|
|
}
|
|
|
|
small {
|
|
font-size: 100%;
|
|
}
|
|
|
|
cite {
|
|
font-style: normal;
|
|
}
|
|
|
|
code, pre {
|
|
padding: 0 3px 2px;
|
|
font-family: "Microsoft Yahei",Menlo,Monaco,Consolas,"Courier New",monospace;
|
|
font-size: 12px;
|
|
color: #333;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
code {
|
|
padding: 2px 4px;
|
|
color: #d14;
|
|
background-color: #f7f7f9;
|
|
border: 1px solid #e1e1e8;
|
|
}
|
|
|
|
pre {
|
|
display: block;
|
|
padding: 8.5px;
|
|
margin: 0 0 9px;
|
|
font-size: 12.025px;
|
|
line-height: 18px;
|
|
word-break: break-all;
|
|
word-wrap: break-word;
|
|
white-space: pre;
|
|
white-space: pre-wrap;
|
|
background-color: #f5f5f5;
|
|
border: 1px solid #ccc;
|
|
border: 1px solid rgba(0,0,0,0.15);
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
pre.prettyprint {
|
|
margin-bottom: 18px;
|
|
}
|
|
|
|
pre code {
|
|
padding: 0;
|
|
color: inherit;
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|
|
|
|
.pre-scrollable {
|
|
max-height: 340px;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
form {
|
|
margin: 0 0 18px;
|
|
}
|
|
|
|
fieldset {
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
}
|
|
|
|
legend {
|
|
display: block;
|
|
width: 100%;
|
|
padding: 0;
|
|
margin-bottom: 27px;
|
|
font-size: 19.5px;
|
|
line-height: 36px;
|
|
color: #333;
|
|
border: 0;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
}
|
|
|
|
legend small {
|
|
font-size: 13.5px;
|
|
color: #999;
|
|
}
|
|
|
|
label, input, button, select, textarea {
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
line-height: 18px;
|
|
}
|
|
|
|
input, button, select, textarea {
|
|
font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
}
|
|
|
|
label {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
|
|
display: inline-block;
|
|
height: 18px;
|
|
padding: 2px;
|
|
font-size: 13px;
|
|
line-height: 18px;
|
|
color: black;
|
|
}
|
|
|
|
input, textarea {
|
|
width: 210px;
|
|
}
|
|
|
|
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;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
-webkit-transition: border linear .2s,box-shadow linear .2s;
|
|
-moz-transition: border linear .2s,box-shadow linear .2s;
|
|
-ms-transition: border linear .2s,box-shadow linear .2s;
|
|
-o-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;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
|
|
}
|
|
|
|
input[type="radio"], input[type="checkbox"] {
|
|
margin: 3px 0;
|
|
*margin-top: 0;
|
|
line-height: normal;
|
|
cursor: pointer;
|
|
}
|
|
|
|
input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
|
|
width: auto;
|
|
}
|
|
|
|
.uneditable-textarea {
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
|
|
select, input[type="file"] {
|
|
height: 24px;
|
|
*margin-top: 4px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
select {
|
|
border: 1px solid #bbb;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
.radio, .checkbox {
|
|
min-height: 18px;
|
|
padding-left: 18px;
|
|
}
|
|
|
|
.radio input[type="radio"], .checkbox input[type="checkbox"] {
|
|
float: left;
|
|
margin-left: -18px;
|
|
}
|
|
|
|
.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-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
|
|
display: inline-block;
|
|
}
|
|
|
|
input, textarea, .uneditable-input {
|
|
margin-left: 0;
|
|
}
|
|
|
|
input.span12, textarea.span12, .uneditable-input.span12 {
|
|
width: 930px;
|
|
}
|
|
|
|
input.span11, textarea.span11, .uneditable-input.span11 {
|
|
width: 850px;
|
|
}
|
|
|
|
input.span10, textarea.span10, .uneditable-input.span10 {
|
|
width: 770px;
|
|
}
|
|
|
|
input.span9, textarea.span9, .uneditable-input.span9 {
|
|
width: 690px;
|
|
}
|
|
|
|
input.span8, textarea.span8, .uneditable-input.span8 {
|
|
width: 610px;
|
|
}
|
|
|
|
input.span7, textarea.span7, .uneditable-input.span7 {
|
|
width: 530px;
|
|
}
|
|
|
|
input.span6, textarea.span6, .uneditable-input.span6 {
|
|
width: 450px;
|
|
}
|
|
|
|
input.span5, textarea.span5, .uneditable-input.span5 {
|
|
width: 370px;
|
|
}
|
|
|
|
input.span4, textarea.span4, .uneditable-input.span4 {
|
|
width: 290px;
|
|
}
|
|
|
|
input.span3, textarea.span3, .uneditable-input.span3 {
|
|
width: 210px;
|
|
}
|
|
|
|
input.span2, textarea.span2, .uneditable-input.span2 {
|
|
width: 130px;
|
|
}
|
|
|
|
input.span1, textarea.span1, .uneditable-input.span1 {
|
|
width: 50px;
|
|
}
|
|
|
|
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
|
|
cursor: not-allowed;
|
|
background-color: #eee;
|
|
border-color: #ddd;
|
|
}
|
|
|
|
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
|
|
background-color: transparent;
|
|
}
|
|
|
|
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
|
|
color: #b94a48;
|
|
border-color: #ee5f5b;
|
|
}
|
|
|
|
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
|
|
border-color: #e9322d;
|
|
-webkit-box-shadow: 0 0 6px #f8b9b7;
|
|
-moz-box-shadow: 0 0 6px #f8b9b7;
|
|
box-shadow: 0 0 6px #f8b9b7;
|
|
}
|
|
|
|
|
|
button.close {
|
|
padding: 0;
|
|
cursor: pointer;
|
|
background: transparent;
|
|
border: 0;
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
.btn {
|
|
display: inline-block;
|
|
*display: inline;
|
|
padding: 3px 4px 3px;
|
|
margin-bottom: 0;
|
|
*margin-left: .3em;
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
*line-height: 20px;
|
|
color: #333;
|
|
text-align: center;
|
|
text-shadow: 0 1px 1px rgba(255,255,255,0.75);
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
background-color: #f5f5f5;
|
|
*background-color: #e6e6e6;
|
|
background-image: -ms-linear-gradient(top,#fff,#e6e6e6);
|
|
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
|
|
background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
|
|
background-image: -o-linear-gradient(top,#fff,#e6e6e6);
|
|
background-image: linear-gradient(top,#fff,#e6e6e6);
|
|
background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
|
|
background-repeat: repeat-x;
|
|
border: 1px solid #ccc;
|
|
*border: 0;
|
|
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
|
|
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
|
border-bottom-color: #b3b3b3;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);
|
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
|
*zoom: 1;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
|
|
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
|
|
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
|
|
}
|
|
|
|
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
|
|
background-color: #e6e6e6;
|
|
*background-color: #d9d9d9;
|
|
}
|
|
|
|
.btn:active, .btn.active {
|
|
background-color: #ccc; \9
|
|
}
|
|
|
|
.btn:first-child {
|
|
*margin-left: 0;
|
|
}
|
|
|
|
.btn:hover {
|
|
color: #333;
|
|
text-decoration: none;
|
|
background-color: #e6e6e6;
|
|
*background-color: #d9d9d9;
|
|
background-position: 0 -15px;
|
|
-webkit-transition: background-position .1s linear;
|
|
-moz-transition: background-position .1s linear;
|
|
-ms-transition: background-position .1s linear;
|
|
-o-transition: background-position .1s linear;
|
|
transition: background-position .1s linear;
|
|
}
|
|
|
|
.btn:focus {
|
|
outline: thin dotted #333;
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|
|
|
|
.btn.active, .btn:active {
|
|
background-color: #e6e6e6;
|
|
background-color: #d9d9d9 \9;
|
|
background-image: none;
|
|
outline: 0;
|
|
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
|
|
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
|
|
box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
|
|
}
|
|
|
|
.btn.disabled, .btn[disabled] {
|
|
cursor: default;
|
|
background-color: #e6e6e6;
|
|
background-image: none;
|
|
opacity: .65;
|
|
filter: alpha(opacity=65);
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.btn-large {
|
|
padding: 9px 14px;
|
|
font-size: 15px;
|
|
line-height: normal;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.btn-large [class^="icon-"] {
|
|
margin-top: 1px;
|
|
}
|
|
|
|
.btn-small {
|
|
padding: 5px 9px;
|
|
font-size: 11px;
|
|
line-height: 16px;
|
|
}
|
|
|
|
.btn-small [class^="icon-"] {
|
|
margin-top: -1px;
|
|
}
|
|
|
|
.btn-mini {
|
|
padding: 2px 6px;
|
|
font-size: 11px;
|
|
line-height: 14px;
|
|
}
|
|
|
|
.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
|
|
color: #fff;
|
|
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
|
|
}
|
|
|
|
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
|
|
color: rgba(255,255,255,0.75);
|
|
}
|
|
|
|
.btn {
|
|
border-color: #ccc;
|
|
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
|
|
}
|
|
|
|
.btn-primary {
|
|
background-color: #0074cc;
|
|
*background-color: #05c;
|
|
background-image: -ms-linear-gradient(top,#08c,#05c);
|
|
background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#05c));
|
|
background-image: -webkit-linear-gradient(top,#08c,#05c);
|
|
background-image: -o-linear-gradient(top,#08c,#05c);
|
|
background-image: -moz-linear-gradient(top,#08c,#05c);
|
|
background-image: linear-gradient(top,#08c,#05c);
|
|
background-repeat: repeat-x;
|
|
border-color: #05c #05c #003580;
|
|
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc',endColorstr='#0055cc',GradientType=0);
|
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
|
}
|
|
|
|
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
|
|
background-color: #05c;
|
|
*background-color: #004ab3;
|
|
}
|
|
|
|
.btn-primary:active, .btn-primary.active {
|
|
background-color: #004099; \9
|
|
}
|
|
|
|
.btn-warning {
|
|
background-color: #faa732;
|
|
*background-color: #f89406;
|
|
background-image: -ms-linear-gradient(top,#fbb450,#f89406);
|
|
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
|
|
background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
|
|
background-image: -o-linear-gradient(top,#fbb450,#f89406);
|
|
background-image: -moz-linear-gradient(top,#fbb450,#f89406);
|
|
background-image: linear-gradient(top,#fbb450,#f89406);
|
|
background-repeat: repeat-x;
|
|
border-color: #f89406 #f89406 #ad6704;
|
|
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450',endColorstr='#f89406',GradientType=0);
|
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
|
}
|
|
|
|
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
|
|
background-color: #f89406;
|
|
*background-color: #df8505;
|
|
}
|
|
|
|
.btn-warning:active, .btn-warning.active {
|
|
background-color: #c67605; \9
|
|
}
|
|
|
|
.btn-danger {
|
|
background-color: #da4f49;
|
|
*background-color: #bd362f;
|
|
background-image: -ms-linear-gradient(top,#ee5f5b,#bd362f);
|
|
background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
|
|
background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
|
|
background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
|
|
background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
|
|
background-image: linear-gradient(top,#ee5f5b,#bd362f);
|
|
background-repeat: repeat-x;
|
|
border-color: #bd362f #bd362f #802420;
|
|
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#bd362f',GradientType=0);
|
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
|
}
|
|
|
|
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
|
|
background-color: #bd362f;
|
|
*background-color: #a9302a;
|
|
}
|
|
|
|
.btn-danger:active, .btn-danger.active {
|
|
background-color: #942a25; \9
|
|
}
|
|
|
|
.btn-success {
|
|
background-color: #5bb75b;
|
|
*background-color: #51a351;
|
|
background-image: -ms-linear-gradient(top,#62c462,#51a351);
|
|
background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
|
|
background-image: -webkit-linear-gradient(top,#62c462,#51a351);
|
|
background-image: -o-linear-gradient(top,#62c462,#51a351);
|
|
background-image: -moz-linear-gradient(top,#62c462,#51a351);
|
|
background-image: linear-gradient(top,#62c462,#51a351);
|
|
background-repeat: repeat-x;
|
|
border-color: #51a351 #51a351 #387038;
|
|
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462',endColorstr='#51a351',GradientType=0);
|
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
|
}
|
|
|
|
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
|
|
background-color: #51a351;
|
|
*background-color: #499249;
|
|
}
|
|
|
|
.btn-success:active, .btn-success.active {
|
|
background-color: #408140; \9
|
|
}
|
|
|
|
.btn-info {
|
|
background-color: #49afcd;
|
|
*background-color: #2f96b4;
|
|
background-image: -ms-linear-gradient(top,#5bc0de,#2f96b4);
|
|
background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
|
|
background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
|
|
background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
|
|
background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
|
|
background-image: linear-gradient(top,#5bc0de,#2f96b4);
|
|
background-repeat: repeat-x;
|
|
border-color: #2f96b4 #2f96b4 #1f6377;
|
|
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de',endColorstr='#2f96b4',GradientType=0);
|
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
|
}
|
|
|
|
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
|
|
background-color: #2f96b4;
|
|
*background-color: #2a85a0;
|
|
}
|
|
|
|
.btn-info:active, .btn-info.active {
|
|
background-color: #24748c; \9
|
|
}
|
|
|
|
.btn-inverse {
|
|
background-color: #414141;
|
|
*background-color: #222;
|
|
background-image: -ms-linear-gradient(top,#555,#222);
|
|
background-image: -webkit-gradient(linear,0 0,0 100%,from(#555),to(#222));
|
|
background-image: -webkit-linear-gradient(top,#555,#222);
|
|
background-image: -o-linear-gradient(top,#555,#222);
|
|
background-image: -moz-linear-gradient(top,#555,#222);
|
|
background-image: linear-gradient(top,#555,#222);
|
|
background-repeat: repeat-x;
|
|
border-color: #222 #222 #000;
|
|
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
|
|
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555',endColorstr='#222222',GradientType=0);
|
|
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
|
|
}
|
|
|
|
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
|
|
background-color: #222;
|
|
*background-color: #151515;
|
|
}
|
|
|
|
.btn-inverse:active, .btn-inverse.active {
|
|
background-color: #080808; \9
|
|
}
|
|
|
|
button.btn, input[type="submit"].btn {
|
|
*padding-top: 2px;
|
|
*padding-bottom: 2px;
|
|
}
|
|
|
|
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
|
|
button.btn.btn-large, input[type="submit"].btn.btn-large {
|
|
*padding-top: 7px;
|
|
*padding-bottom: 7px;
|
|
}
|
|
|
|
button.btn.btn-small, input[type="submit"].btn.btn-small {
|
|
*padding-top: 3px;
|
|
*padding-bottom: 3px;
|
|
}
|
|
|
|
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
|
|
*padding-top: 1px;
|
|
*padding-bottom: 1px;
|
|
}
|
|
|
|
.btn-group {
|
|
position: relative;
|
|
*margin-left: .3em;
|
|
*zoom: 1;
|
|
}
|
|
|
|
.btn-group:before, .btn-group:after {
|
|
display: table;
|
|
content: "";
|
|
}
|
|
|
|
.btn-group:after {
|
|
clear: both;
|
|
}
|
|
|
|
.btn-group:first-child {
|
|
*margin-left: 0;
|
|
}
|
|
|
|
.btn-group + .btn-group {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.btn-toolbar {
|
|
margin-top: 9px;
|
|
margin-bottom: 9px;
|
|
}
|
|
|
|
.btn-toolbar .btn-group {
|
|
display: inline-block;
|
|
*display: inline;
|
|
*zoom: 1;
|
|
}
|
|
|
|
.btn-group > .btn {
|
|
position: relative;
|
|
float: left;
|
|
margin-left: -1px;
|
|
-webkit-border-radius: 0;
|
|
-moz-border-radius: 0;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.btn-group > .btn:first-child {
|
|
margin-left: 0;
|
|
-webkit-border-bottom-left-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
-webkit-border-top-left-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
-moz-border-radius-bottomleft: 4px;
|
|
-moz-border-radius-topleft: 4px;
|
|
}
|
|
|
|
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
|
|
-webkit-border-top-right-radius: 4px;
|
|
border-top-right-radius: 4px;
|
|
-webkit-border-bottom-right-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
-moz-border-radius-topright: 4px;
|
|
-moz-border-radius-bottomright: 4px;
|
|
}
|
|
|
|
.btn-group > .btn.large:first-child {
|
|
margin-left: 0;
|
|
-webkit-border-bottom-left-radius: 6px;
|
|
border-bottom-left-radius: 6px;
|
|
-webkit-border-top-left-radius: 6px;
|
|
border-top-left-radius: 6px;
|
|
-moz-border-radius-bottomleft: 6px;
|
|
-moz-border-radius-topleft: 6px;
|
|
}
|
|
|
|
.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
|
|
-webkit-border-top-right-radius: 6px;
|
|
border-top-right-radius: 6px;
|
|
-webkit-border-bottom-right-radius: 6px;
|
|
border-bottom-right-radius: 6px;
|
|
-moz-border-radius-topright: 6px;
|
|
-moz-border-radius-bottomright: 6px;
|
|
}
|
|
|
|
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
|
|
z-index: 2;
|
|
}
|
|
|
|
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
|
|
outline: 0;
|
|
}
|
|
|
|
.btn-group > .dropdown-toggle {
|
|
*padding-top: 4px;
|
|
padding-right: 8px;
|
|
*padding-bottom: 4px;
|
|
padding-left: 8px;
|
|
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
|
|
-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
|
|
box-shadow: inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
|
|
}
|
|
|
|
.btn-group > .btn-mini.dropdown-toggle {
|
|
padding-right: 5px;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.btn-group > .btn-small.dropdown-toggle {
|
|
*padding-top: 4px;
|
|
*padding-bottom: 4px;
|
|
}
|
|
|
|
.btn-group > .btn-large.dropdown-toggle {
|
|
padding-right: 12px;
|
|
padding-left: 12px;
|
|
}
|
|
|
|
.btn-group.open .dropdown-toggle {
|
|
background-image: none;
|
|
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
|
|
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
|
|
box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
|
|
}
|
|
|
|
.btn-group.open .btn.dropdown-toggle {
|
|
background-color: #e6e6e6;
|
|
}
|
|
|
|
.btn-group.open .btn-primary.dropdown-toggle {
|
|
background-color: #05c;
|
|
}
|
|
|
|
.btn-group.open .btn-warning.dropdown-toggle {
|
|
background-color: #f89406;
|
|
}
|
|
|
|
.btn-group.open .btn-danger.dropdown-toggle {
|
|
background-color: #bd362f;
|
|
}
|
|
|
|
.btn-group.open .btn-success.dropdown-toggle {
|
|
background-color: #51a351;
|
|
}
|
|
|
|
.btn-group.open .btn-info.dropdown-toggle {
|
|
background-color: #2f96b4;
|
|
}
|
|
|
|
.btn-group.open .btn-inverse.dropdown-toggle {
|
|
background-color: #222;
|
|
}
|
|
|
|
.btn .caret {
|
|
margin-top: 7px;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.btn:hover .caret, .open.btn-group .caret {
|
|
opacity: 1;
|
|
filter: alpha(opacity=100);
|
|
}
|
|
|
|
.btn-mini .caret {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.btn-small .caret {
|
|
margin-top: 6px;
|
|
}
|
|
|
|
.btn-large .caret {
|
|
margin-top: 6px;
|
|
border-top-width: 5px;
|
|
border-right-width: 5px;
|
|
border-left-width: 5px;
|
|
}
|
|
|
|
.dropup .btn-large .caret {
|
|
border-top: 0;
|
|
border-bottom: 5px solid #000;
|
|
}
|
|
|
|
.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
|
|
border-top-color: #fff;
|
|
border-bottom-color: #fff;
|
|
opacity: .75;
|
|
filter: alpha(opacity=75);
|
|
}
|
|
|
|
.alert {
|
|
padding: 6px 35px 6px 14px;
|
|
color: #c09853;
|
|
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
|
|
background-color: #fcf8e3;
|
|
border: 1px solid #fbeed5;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.alert-heading {
|
|
color: inherit;
|
|
}
|
|
|
|
.alert .close {
|
|
position: relative;
|
|
top: -2px;
|
|
right: -21px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.alert-success {
|
|
color: #468847;
|
|
background-color: #dff0d8;
|
|
border-color: #d6e9c6;
|
|
}
|
|
|
|
.alert-primary {
|
|
color: #0170b1;
|
|
background-color: #b0cff2;
|
|
border-color: #7eaadc;
|
|
}
|
|
|
|
.alert-warning {
|
|
color: #fe9500;
|
|
background-color: #f8d6a6;
|
|
border-color: #eac188;
|
|
}
|
|
|
|
.alert-danger, .alert-error {
|
|
color: #b94a48;
|
|
background-color: #f2dede;
|
|
border-color: #eed3d7;
|
|
}
|
|
|
|
.alert-info {
|
|
color: #3a87ad;
|
|
background-color: #d2e0f2;
|
|
border-color: #8db2e3;
|
|
}
|
|
|
|
.alert-block {
|
|
padding-top: 14px;
|
|
padding-bottom: 14px;
|
|
}
|
|
|
|
.alert-block > p, .alert-block > ul {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.alert-block p + p {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.label, .badge {
|
|
font-size: 10.998px;
|
|
font-weight: bold;
|
|
line-height: 14px;
|
|
color: #fff;
|
|
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
|
|
white-space: nowrap;
|
|
vertical-align: baseline;
|
|
background-color: #999;
|
|
}
|
|
|
|
.label {
|
|
padding: 1px 4px 2px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.badge {
|
|
padding: 1px 9px 2px;
|
|
-webkit-border-radius: 9px;
|
|
-moz-border-radius: 9px;
|
|
border-radius: 9px;
|
|
}
|
|
|
|
a.label:hover, a.badge:hover {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.label-important, .badge-important {
|
|
background-color: #b94a48;
|
|
}
|
|
|
|
.label-important[href], .badge-important[href] {
|
|
background-color: #953b39;
|
|
}
|
|
|
|
.label-warning, .badge-warning {
|
|
background-color: #f89406;
|
|
}
|
|
|
|
.label-warning[href], .badge-warning[href] {
|
|
background-color: #c67605;
|
|
}
|
|
|
|
.label-success, .badge-success {
|
|
background-color: #468847;
|
|
}
|
|
|
|
.label-success[href], .badge-success[href] {
|
|
background-color: #356635;
|
|
}
|
|
|
|
.label-info, .badge-info {
|
|
background-color: #3a87ad;
|
|
}
|
|
|
|
.label-info[href], .badge-info[href] {
|
|
background-color: #2d6987;
|
|
}
|
|
|
|
.label-inverse, .badge-inverse {
|
|
background-color: #333;
|
|
}
|
|
|
|
.label-inverse[href], .badge-inverse[href] {
|
|
background-color: #1a1a1a;
|
|
} |