Skip to content

Instantly share code, notes, and snippets.

@jkriddle
Created January 10, 2013 19:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkriddle/4504997 to your computer and use it in GitHub Desktop.
Save jkriddle/4504997 to your computer and use it in GitHub Desktop.
UPDATED for v3.0.3: https://gist.github.com/jkriddle/8437778 -- A compiled version of Twitter Bootstrap v2.2.2 using a CSS namespace of .tbs. For anyone wanting to use Twitter Bootstrap in an existing project without affecting existing styles, and don't have .less support. To use: apply the class .tbs to a wrapper element where you want to use T…
/*!
* Bootstrap v2.2.2
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
.tbs article,
.tbs aside,
.tbs details,
.tbs figcaption,
.tbs figure,
.tbs footer,
.tbs header,
.tbs hgroup,
.tbs nav,
.tbs section {
display: block;
}
.tbs audio,
.tbs canvas,
.tbs video {
display: inline-block;
*display: inline;
*zoom: 1;
}
.tbs audio:not([controls]) {
display: none;
}
.tbs html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
.tbs a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.tbs a:hover,
.tbs a:active {
outline: 0;
}
.tbs sub,
.tbs sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
.tbs sup {
top: -0.5em;
}
.tbs sub {
bottom: -0.25em;
}
.tbs 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;
}
.tbs #map_canvas img,
.tbs .google-maps img {
max-width: none;
}
.tbs button,
.tbs input,
.tbs select,
.tbs textarea {
margin: 0;
font-size: 100%;
vertical-align: middle;
}
.tbs button,
.tbs input {
*overflow: visible;
line-height: normal;
}
.tbs button::-moz-focus-inner,
.tbs input::-moz-focus-inner {
padding: 0;
border: 0;
}
.tbs button,
.tbs html input[type="button"],
.tbs input[type="reset"],
.tbs input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
.tbs label,
.tbs select,
.tbs button,
.tbs input[type="button"],
.tbs input[type="reset"],
.tbs input[type="submit"],
.tbs input[type="radio"],
.tbs input[type="checkbox"] {
cursor: pointer;
}
.tbs input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
.tbs input[type="search"]::-webkit-search-decoration,
.tbs input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.tbs textarea {
overflow: auto;
vertical-align: top;
}
@media print {
.tbs * {
text-shadow: none !important;
color: #000 !important;
background: transparent !important;
box-shadow: none !important;
}
.tbs a,
.tbs a:visited {
text-decoration: underline;
}
.tbs a[href]:after {
content: " (" attr(href) ")";
}
.tbs abbr[title]:after {
content: " (" attr(title) ")";
}
.tbs .ir a:after,
.tbs a[href^="javascript:"]:after,
.tbs a[href^="#"]:after {
content: "";
}
.tbs pre,
.tbs blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
.tbs thead {
display: table-header-group;
}
.tbs tr,
.tbs img {
page-break-inside: avoid;
}
.tbs img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
.tbs p,
.tbs h2,
.tbs h3 {
orphans: 3;
widows: 3;
}
.tbs h2,
.tbs h3 {
page-break-after: avoid;
}
}
.tbs .clearfix {
*zoom: 1;
}
.tbs .clearfix:before,
.tbs .clearfix:after {
display: table;
content: "";
line-height: 0;
}
.tbs .clearfix:after {
clear: both;
}
.tbs .hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.tbs .input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tbs body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #333333;
background-color: #ffffff;
}
.tbs a {
color: #0088cc;
text-decoration: none;
}
.tbs a:hover {
color: #005580;
text-decoration: underline;
}
.tbs .img-rounded {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.tbs .img-polaroid {
padding: 4px;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.tbs .img-circle {
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}
.tbs .row {
margin-left: -20px;
*zoom: 1;
}
.tbs .row:before,
.tbs .row:after {
display: table;
content: "";
line-height: 0;
}
.tbs .row:after {
clear: both;
}
.tbs [class*="span"] {
float: left;
min-height: 1px;
margin-left: 20px;
}
.tbs .container,
.tbs .navbar-static-top .container,
.tbs .navbar-fixed-top .container,
.tbs .navbar-fixed-bottom .container {
width: 940px;
}
.tbs .span12 {
width: 940px;
}
.tbs .span11 {
width: 860px;
}
.tbs .span10 {
width: 780px;
}
.tbs .span9 {
width: 700px;
}
.tbs .span8 {
width: 620px;
}
.tbs .span7 {
width: 540px;
}
.tbs .span6 {
width: 460px;
}
.tbs .span5 {
width: 380px;
}
.tbs .span4 {
width: 300px;
}
.tbs .span3 {
width: 220px;
}
.tbs .span2 {
width: 140px;
}
.tbs .span1 {
width: 60px;
}
.tbs .offset12 {
margin-left: 980px;
}
.tbs .offset11 {
margin-left: 900px;
}
.tbs .offset10 {
margin-left: 820px;
}
.tbs .offset9 {
margin-left: 740px;
}
.tbs .offset8 {
margin-left: 660px;
}
.tbs .offset7 {
margin-left: 580px;
}
.tbs .offset6 {
margin-left: 500px;
}
.tbs .offset5 {
margin-left: 420px;
}
.tbs .offset4 {
margin-left: 340px;
}
.tbs .offset3 {
margin-left: 260px;
}
.tbs .offset2 {
margin-left: 180px;
}
.tbs .offset1 {
margin-left: 100px;
}
.tbs .row-fluid {
width: 100%;
*zoom: 1;
}
.tbs .row-fluid:before,
.tbs .row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.tbs .row-fluid:after {
clear: both;
}
.tbs .row-fluid [class*="span"] {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 2.127659574468085%;
*margin-left: 2.074468085106383%;
}
.tbs .row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.tbs .row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 2.127659574468085%;
}
.tbs .row-fluid .span12 {
width: 100%;
*width: 99.94680851063829%;
}
.tbs .row-fluid .span11 {
width: 91.48936170212765%;
*width: 91.43617021276594%;
}
.tbs .row-fluid .span10 {
width: 82.97872340425532%;
*width: 82.92553191489361%;
}
.tbs .row-fluid .span9 {
width: 74.46808510638297%;
*width: 74.41489361702126%;
}
.tbs .row-fluid .span8 {
width: 65.95744680851064%;
*width: 65.90425531914893%;
}
.tbs .row-fluid .span7 {
width: 57.44680851063829%;
*width: 57.39361702127659%;
}
.tbs .row-fluid .span6 {
width: 48.93617021276595%;
*width: 48.88297872340425%;
}
.tbs .row-fluid .span5 {
width: 40.42553191489362%;
*width: 40.37234042553192%;
}
.tbs .row-fluid .span4 {
width: 31.914893617021278%;
*width: 31.861702127659576%;
}
.tbs .row-fluid .span3 {
width: 23.404255319148934%;
*width: 23.351063829787233%;
}
.tbs .row-fluid .span2 {
width: 14.893617021276595%;
*width: 14.840425531914894%;
}
.tbs .row-fluid .span1 {
width: 6.382978723404255%;
*width: 6.329787234042553%;
}
.tbs .row-fluid .offset12 {
margin-left: 104.25531914893617%;
*margin-left: 104.14893617021275%;
}
.tbs .row-fluid .offset12:first-child {
margin-left: 102.12765957446808%;
*margin-left: 102.02127659574467%;
}
.tbs .row-fluid .offset11 {
margin-left: 95.74468085106382%;
*margin-left: 95.6382978723404%;
}
.tbs .row-fluid .offset11:first-child {
margin-left: 93.61702127659574%;
*margin-left: 93.51063829787232%;
}
.tbs .row-fluid .offset10 {
margin-left: 87.23404255319149%;
*margin-left: 87.12765957446807%;
}
.tbs .row-fluid .offset10:first-child {
margin-left: 85.1063829787234%;
*margin-left: 84.99999999999999%;
}
.tbs .row-fluid .offset9 {
margin-left: 78.72340425531914%;
*margin-left: 78.61702127659572%;
}
.tbs .row-fluid .offset9:first-child {
margin-left: 76.59574468085106%;
*margin-left: 76.48936170212764%;
}
.tbs .row-fluid .offset8 {
margin-left: 70.2127659574468%;
*margin-left: 70.10638297872339%;
}
.tbs .row-fluid .offset8:first-child {
margin-left: 68.08510638297872%;
*margin-left: 67.9787234042553%;
}
.tbs .row-fluid .offset7 {
margin-left: 61.70212765957446%;
*margin-left: 61.59574468085106%;
}
.tbs .row-fluid .offset7:first-child {
margin-left: 59.574468085106375%;
*margin-left: 59.46808510638297%;
}
.tbs .row-fluid .offset6 {
margin-left: 53.191489361702125%;
*margin-left: 53.085106382978715%;
}
.tbs .row-fluid .offset6:first-child {
margin-left: 51.063829787234035%;
*margin-left: 50.95744680851063%;
}
.tbs .row-fluid .offset5 {
margin-left: 44.68085106382979%;
*margin-left: 44.57446808510638%;
}
.tbs .row-fluid .offset5:first-child {
margin-left: 42.5531914893617%;
*margin-left: 42.4468085106383%;
}
.tbs .row-fluid .offset4 {
margin-left: 36.170212765957444%;
*margin-left: 36.06382978723405%;
}
.tbs .row-fluid .offset4:first-child {
margin-left: 34.04255319148936%;
*margin-left: 33.93617021276596%;
}
.tbs .row-fluid .offset3 {
margin-left: 27.659574468085104%;
*margin-left: 27.5531914893617%;
}
.tbs .row-fluid .offset3:first-child {
margin-left: 25.53191489361702%;
*margin-left: 25.425531914893618%;
}
.tbs .row-fluid .offset2 {
margin-left: 19.148936170212764%;
*margin-left: 19.04255319148936%;
}
.tbs .row-fluid .offset2:first-child {
margin-left: 17.02127659574468%;
*margin-left: 16.914893617021278%;
}
.tbs .row-fluid .offset1 {
margin-left: 10.638297872340425%;
*margin-left: 10.53191489361702%;
}
.tbs .row-fluid .offset1:first-child {
margin-left: 8.51063829787234%;
*margin-left: 8.404255319148938%;
}
.tbs [class*="span"].hide,
.tbs .row-fluid [class*="span"].hide {
display: none;
}
.tbs [class*="span"].pull-right,
.tbs .row-fluid [class*="span"].pull-right {
float: right;
}
.tbs .container {
margin-right: auto;
margin-left: auto;
*zoom: 1;
}
.tbs .container:before,
.tbs .container:after {
display: table;
content: "";
line-height: 0;
}
.tbs .container:after {
clear: both;
}
.tbs .container-fluid {
padding-right: 20px;
padding-left: 20px;
*zoom: 1;
}
.tbs .container-fluid:before,
.tbs .container-fluid:after {
display: table;
content: "";
line-height: 0;
}
.tbs .container-fluid:after {
clear: both;
}
.tbs p {
margin: 0 0 10px;
}
.tbs .lead {
margin-bottom: 20px;
font-size: 21px;
font-weight: 200;
line-height: 30px;
}
.tbs small {
font-size: 85%;
}
.tbs strong {
font-weight: bold;
}
.tbs em {
font-style: italic;
}
.tbs cite {
font-style: normal;
}
.tbs .muted {
color: #999999;
}
.tbs a.muted:hover {
color: #808080;
}
.tbs .text-warning {
color: #c09853;
}
.tbs a.text-warning:hover {
color: #a47e3c;
}
.tbs .text-error {
color: #b94a48;
}
.tbs a.text-error:hover {
color: #953b39;
}
.tbs .text-info {
color: #3a87ad;
}
.tbs a.text-info:hover {
color: #2d6987;
}
.tbs .text-success {
color: #468847;
}
.tbs a.text-success:hover {
color: #356635;
}
.tbs h1,
.tbs h2,
.tbs h3,
.tbs h4,
.tbs h5,
.tbs h6 {
margin: 10px 0;
font-family: inherit;
font-weight: bold;
line-height: 20px;
color: inherit;
text-rendering: optimizelegibility;
}
.tbs h1 small,
.tbs h2 small,
.tbs h3 small,
.tbs h4 small,
.tbs h5 small,
.tbs h6 small {
font-weight: normal;
line-height: 1;
color: #999999;
}
.tbs h1,
.tbs h2,
.tbs h3 {
line-height: 40px;
}
.tbs h1 {
font-size: 38.5px;
}
.tbs h2 {
font-size: 31.5px;
}
.tbs h3 {
font-size: 24.5px;
}
.tbs h4 {
font-size: 17.5px;
}
.tbs h5 {
font-size: 14px;
}
.tbs h6 {
font-size: 11.9px;
}
.tbs h1 small {
font-size: 24.5px;
}
.tbs h2 small {
font-size: 17.5px;
}
.tbs h3 small {
font-size: 14px;
}
.tbs h4 small {
font-size: 14px;
}
.tbs .page-header {
padding-bottom: 9px;
margin: 20px 0 30px;
border-bottom: 1px solid #eeeeee;
}
.tbs ul,
.tbs ol {
padding: 0;
margin: 0 0 10px 25px;
}
.tbs ul ul,
.tbs ul ol,
.tbs ol ol,
.tbs ol ul {
margin-bottom: 0;
}
.tbs li {
line-height: 20px;
}
.tbs ul.unstyled,
.tbs ol.unstyled {
margin-left: 0;
list-style: none;
}
.tbs ul.inline,
.tbs ol.inline {
margin-left: 0;
list-style: none;
}
.tbs ul.inline > li,
.tbs ol.inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
.tbs dl {
margin-bottom: 20px;
}
.tbs dt,
.tbs dd {
line-height: 20px;
}
.tbs dt {
font-weight: bold;
}
.tbs dd {
margin-left: 10px;
}
.tbs .dl-horizontal {
*zoom: 1;
}
.tbs .dl-horizontal:before,
.tbs .dl-horizontal:after {
display: table;
content: "";
line-height: 0;
}
.tbs .dl-horizontal:after {
clear: both;
}
.tbs .dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.tbs .dl-horizontal dd {
margin-left: 180px;
}
.tbs hr {
margin: 20px 0;
border: 0;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #ffffff;
}
.tbs abbr[title],
.tbs abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999;
}
.tbs abbr.initialism {
font-size: 90%;
text-transform: uppercase;
}
.tbs blockquote {
padding: 0 0 0 15px;
margin: 0 0 20px;
border-left: 5px solid #eeeeee;
}
.tbs blockquote p {
margin-bottom: 0;
font-size: 16px;
font-weight: 300;
line-height: 25px;
}
.tbs blockquote small {
display: block;
line-height: 20px;
color: #999999;
}
.tbs blockquote small:before {
content: '\2014 \00A0';
}
.tbs blockquote.pull-right {
float: right;
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
}
.tbs blockquote.pull-right p,
.tbs blockquote.pull-right small {
text-align: right;
}
.tbs blockquote.pull-right small:before {
content: '';
}
.tbs blockquote.pull-right small:after {
content: '\00A0 \2014';
}
.tbs q:before,
.tbs q:after,
.tbs blockquote:before,
.tbs blockquote:after {
content: "";
}
.tbs address {
display: block;
margin-bottom: 20px;
font-style: normal;
line-height: 20px;
}
.tbs code,
.tbs 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;
}
.tbs code {
padding: 2px 4px;
color: #d14;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
white-space: nowrap;
}
.tbs pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 20px;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.tbs pre.prettyprint {
margin-bottom: 20px;
}
.tbs pre code {
padding: 0;
color: inherit;
white-space: pre;
white-space: pre-wrap;
background-color: transparent;
border: 0;
}
.tbs .pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.tbs form {
margin: 0 0 20px;
}
.tbs fieldset {
padding: 0;
margin: 0;
border: 0;
}
.tbs legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: 40px;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
.tbs legend small {
font-size: 15px;
color: #999999;
}
.tbs label,
.tbs input,
.tbs button,
.tbs select,
.tbs textarea {
font-size: 14px;
font-weight: normal;
line-height: 20px;
}
.tbs input,
.tbs button,
.tbs select,
.tbs textarea {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tbs label {
display: block;
margin-bottom: 5px;
}
.tbs select,
.tbs textarea,
.tbs input[type="text"],
.tbs input[type="password"],
.tbs input[type="datetime"],
.tbs input[type="datetime-local"],
.tbs input[type="date"],
.tbs input[type="month"],
.tbs input[type="time"],
.tbs input[type="week"],
.tbs input[type="number"],
.tbs input[type="email"],
.tbs input[type="url"],
.tbs input[type="search"],
.tbs input[type="tel"],
.tbs input[type="color"],
.tbs .uneditable-input {
display: inline-block;
height: 20px;
padding: 4px 6px;
margin-bottom: 10px;
font-size: 14px;
line-height: 20px;
color: #555555;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
vertical-align: middle;
}
.tbs input,
.tbs textarea,
.tbs .uneditable-input {
width: 206px;
}
.tbs textarea {
height: auto;
}
.tbs textarea,
.tbs input[type="text"],
.tbs input[type="password"],
.tbs input[type="datetime"],
.tbs input[type="datetime-local"],
.tbs input[type="date"],
.tbs input[type="month"],
.tbs input[type="time"],
.tbs input[type="week"],
.tbs input[type="number"],
.tbs input[type="email"],
.tbs input[type="url"],
.tbs input[type="search"],
.tbs input[type="tel"],
.tbs input[type="color"],
.tbs .uneditable-input {
background-color: #ffffff;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-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;
}
.tbs textarea:focus,
.tbs input[type="text"]:focus,
.tbs input[type="password"]:focus,
.tbs input[type="datetime"]:focus,
.tbs input[type="datetime-local"]:focus,
.tbs input[type="date"]:focus,
.tbs input[type="month"]:focus,
.tbs input[type="time"]:focus,
.tbs input[type="week"]:focus,
.tbs input[type="number"]:focus,
.tbs input[type="email"]:focus,
.tbs input[type="url"]:focus,
.tbs input[type="search"]:focus,
.tbs input[type="tel"]:focus,
.tbs input[type="color"]:focus,
.tbs .uneditable-input:focus {
border-color: rgba(82, 168, 236, 0.8);
outline: 0;
outline: thin dotted \9;
/* IE6-9 */
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.tbs input[type="radio"],
.tbs input[type="checkbox"] {
margin: 4px 0 0;
*margin-top: 0;
/* IE7 */
margin-top: 1px \9;
/* IE8-9 */
line-height: normal;
}
.tbs input[type="file"],
.tbs input[type="image"],
.tbs input[type="submit"],
.tbs input[type="reset"],
.tbs input[type="button"],
.tbs input[type="radio"],
.tbs input[type="checkbox"] {
width: auto;
}
.tbs select,
.tbs 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;
}
.tbs select {
width: 220px;
border: 1px solid #cccccc;
background-color: #ffffff;
}
.tbs select[multiple],
.tbs select[size] {
height: auto;
}
.tbs select:focus,
.tbs input[type="file"]:focus,
.tbs input[type="radio"]:focus,
.tbs input[type="checkbox"]:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.tbs .uneditable-input,
.tbs .uneditable-textarea {
color: #999999;
background-color: #fcfcfc;
border-color: #cccccc;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
cursor: not-allowed;
}
.tbs .uneditable-input {
overflow: hidden;
white-space: nowrap;
}
.tbs .uneditable-textarea {
width: auto;
height: auto;
}
.tbs input:-moz-placeholder,
.tbs textarea:-moz-placeholder {
color: #999999;
}
.tbs input:-ms-input-placeholder,
.tbs textarea:-ms-input-placeholder {
color: #999999;
}
.tbs input::-webkit-input-placeholder,
.tbs textarea::-webkit-input-placeholder {
color: #999999;
}
.tbs .radio,
.tbs .checkbox {
min-height: 20px;
padding-left: 20px;
}
.tbs .radio input[type="radio"],
.tbs .checkbox input[type="checkbox"] {
float: left;
margin-left: -20px;
}
.tbs .controls > .radio:first-child,
.tbs .controls > .checkbox:first-child {
padding-top: 5px;
}
.tbs .radio.inline,
.tbs .checkbox.inline {
display: inline-block;
padding-top: 5px;
margin-bottom: 0;
vertical-align: middle;
}
.tbs .radio.inline + .radio.inline,
.tbs .checkbox.inline + .checkbox.inline {
margin-left: 10px;
}
.tbs .input-mini {
width: 60px;
}
.tbs .input-small {
width: 90px;
}
.tbs .input-medium {
width: 150px;
}
.tbs .input-large {
width: 210px;
}
.tbs .input-xlarge {
width: 270px;
}
.tbs .input-xxlarge {
width: 530px;
}
.tbs input[class*="span"],
.tbs select[class*="span"],
.tbs textarea[class*="span"],
.tbs .uneditable-input[class*="span"],
.tbs .row-fluid input[class*="span"],
.tbs .row-fluid select[class*="span"],
.tbs .row-fluid textarea[class*="span"],
.tbs .row-fluid .uneditable-input[class*="span"] {
float: none;
margin-left: 0;
}
.tbs .input-append input[class*="span"],
.tbs .input-append .uneditable-input[class*="span"],
.tbs .input-prepend input[class*="span"],
.tbs .input-prepend .uneditable-input[class*="span"],
.tbs .row-fluid input[class*="span"],
.tbs .row-fluid select[class*="span"],
.tbs .row-fluid textarea[class*="span"],
.tbs .row-fluid .uneditable-input[class*="span"],
.tbs .row-fluid .input-prepend [class*="span"],
.tbs .row-fluid .input-append [class*="span"] {
display: inline-block;
}
.tbs input,
.tbs textarea,
.tbs .uneditable-input {
margin-left: 0;
}
.tbs .controls-row [class*="span"] + [class*="span"] {
margin-left: 20px;
}
.tbs input.span12, textarea.span12, .uneditable-input.span12 {
width: 926px;
}
.tbs input.span11, textarea.span11, .uneditable-input.span11 {
width: 846px;
}
.tbs input.span10, textarea.span10, .uneditable-input.span10 {
width: 766px;
}
.tbs input.span9, textarea.span9, .uneditable-input.span9 {
width: 686px;
}
.tbs input.span8, textarea.span8, .uneditable-input.span8 {
width: 606px;
}
.tbs input.span7, textarea.span7, .uneditable-input.span7 {
width: 526px;
}
.tbs input.span6, textarea.span6, .uneditable-input.span6 {
width: 446px;
}
.tbs input.span5, textarea.span5, .uneditable-input.span5 {
width: 366px;
}
.tbs input.span4, textarea.span4, .uneditable-input.span4 {
width: 286px;
}
.tbs input.span3, textarea.span3, .uneditable-input.span3 {
width: 206px;
}
.tbs input.span2, textarea.span2, .uneditable-input.span2 {
width: 126px;
}
.tbs input.span1, textarea.span1, .uneditable-input.span1 {
width: 46px;
}
.tbs .controls-row {
*zoom: 1;
}
.tbs .controls-row:before,
.tbs .controls-row:after {
display: table;
content: "";
line-height: 0;
}
.tbs .controls-row:after {
clear: both;
}
.tbs .controls-row [class*="span"],
.tbs .row-fluid .controls-row [class*="span"] {
float: left;
}
.tbs .controls-row .checkbox[class*="span"],
.tbs .controls-row .radio[class*="span"] {
padding-top: 5px;
}
.tbs input[disabled],
.tbs select[disabled],
.tbs textarea[disabled],
.tbs input[readonly],
.tbs select[readonly],
.tbs textarea[readonly] {
cursor: not-allowed;
background-color: #eeeeee;
}
.tbs input[type="radio"][disabled],
.tbs input[type="checkbox"][disabled],
.tbs input[type="radio"][readonly],
.tbs input[type="checkbox"][readonly] {
background-color: transparent;
}
.tbs .control-group.warning .control-label,
.tbs .control-group.warning .help-block,
.tbs .control-group.warning .help-inline {
color: #c09853;
}
.tbs .control-group.warning .checkbox,
.tbs .control-group.warning .radio,
.tbs .control-group.warning input,
.tbs .control-group.warning select,
.tbs .control-group.warning textarea {
color: #c09853;
}
.tbs .control-group.warning input,
.tbs .control-group.warning select,
.tbs .control-group.warning textarea {
border-color: #c09853;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tbs .control-group.warning input:focus,
.tbs .control-group.warning select:focus,
.tbs .control-group.warning textarea:focus {
border-color: #a47e3c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.tbs .control-group.warning .input-prepend .add-on,
.tbs .control-group.warning .input-append .add-on {
color: #c09853;
background-color: #fcf8e3;
border-color: #c09853;
}
.tbs .control-group.error .control-label,
.tbs .control-group.error .help-block,
.tbs .control-group.error .help-inline {
color: #b94a48;
}
.tbs .control-group.error .checkbox,
.tbs .control-group.error .radio,
.tbs .control-group.error input,
.tbs .control-group.error select,
.tbs .control-group.error textarea {
color: #b94a48;
}
.tbs .control-group.error input,
.tbs .control-group.error select,
.tbs .control-group.error textarea {
border-color: #b94a48;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tbs .control-group.error input:focus,
.tbs .control-group.error select:focus,
.tbs .control-group.error textarea:focus {
border-color: #953b39;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.tbs .control-group.error .input-prepend .add-on,
.tbs .control-group.error .input-append .add-on {
color: #b94a48;
background-color: #f2dede;
border-color: #b94a48;
}
.tbs .control-group.success .control-label,
.tbs .control-group.success .help-block,
.tbs .control-group.success .help-inline {
color: #468847;
}
.tbs .control-group.success .checkbox,
.tbs .control-group.success .radio,
.tbs .control-group.success input,
.tbs .control-group.success select,
.tbs .control-group.success textarea {
color: #468847;
}
.tbs .control-group.success input,
.tbs .control-group.success select,
.tbs .control-group.success textarea {
border-color: #468847;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tbs .control-group.success input:focus,
.tbs .control-group.success select:focus,
.tbs .control-group.success textarea:focus {
border-color: #356635;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.tbs .control-group.success .input-prepend .add-on,
.tbs .control-group.success .input-append .add-on {
color: #468847;
background-color: #dff0d8;
border-color: #468847;
}
.tbs .control-group.info .control-label,
.tbs .control-group.info .help-block,
.tbs .control-group.info .help-inline {
color: #3a87ad;
}
.tbs .control-group.info .checkbox,
.tbs .control-group.info .radio,
.tbs .control-group.info input,
.tbs .control-group.info select,
.tbs .control-group.info textarea {
color: #3a87ad;
}
.tbs .control-group.info input,
.tbs .control-group.info select,
.tbs .control-group.info textarea {
border-color: #3a87ad;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tbs .control-group.info input:focus,
.tbs .control-group.info select:focus,
.tbs .control-group.info textarea:focus {
border-color: #2d6987;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.tbs .control-group.info .input-prepend .add-on,
.tbs .control-group.info .input-append .add-on {
color: #3a87ad;
background-color: #d9edf7;
border-color: #3a87ad;
}
.tbs input:focus:invalid,
.tbs textarea:focus:invalid,
.tbs select:focus:invalid {
color: #b94a48;
border-color: #ee5f5b;
}
.tbs input:focus:invalid:focus,
.tbs textarea:focus:invalid:focus,
.tbs select:focus:invalid:focus {
border-color: #e9322d;
-webkit-box-shadow: 0 0 6px #f8b9b7;
-moz-box-shadow: 0 0 6px #f8b9b7;
box-shadow: 0 0 6px #f8b9b7;
}
.tbs .form-actions {
padding: 19px 20px 20px;
margin-top: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-top: 1px solid #e5e5e5;
*zoom: 1;
}
.tbs .form-actions:before,
.tbs .form-actions:after {
display: table;
content: "";
line-height: 0;
}
.tbs .form-actions:after {
clear: both;
}
.tbs .help-block,
.tbs .help-inline {
color: #595959;
}
.tbs .help-block {
display: block;
margin-bottom: 10px;
}
.tbs .help-inline {
display: inline-block;
*display: inline;
/* IE7 inline-block hack */
*zoom: 1;
vertical-align: middle;
padding-left: 5px;
}
.tbs .input-append,
.tbs .input-prepend {
margin-bottom: 5px;
font-size: 0;
white-space: nowrap;
}
.tbs .input-append input,
.tbs .input-prepend input,
.tbs .input-append select,
.tbs .input-prepend select,
.tbs .input-append .uneditable-input,
.tbs .input-prepend .uneditable-input,
.tbs .input-append .dropdown-menu,
.tbs .input-prepend .dropdown-menu {
font-size: 14px;
}
.tbs .input-append input,
.tbs .input-prepend input,
.tbs .input-append select,
.tbs .input-prepend select,
.tbs .input-append .uneditable-input,
.tbs .input-prepend .uneditable-input {
position: relative;
margin-bottom: 0;
*margin-left: 0;
vertical-align: top;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.tbs .input-append input:focus,
.tbs .input-prepend input:focus,
.tbs .input-append select:focus,
.tbs .input-prepend select:focus,
.tbs .input-append .uneditable-input:focus,
.tbs .input-prepend .uneditable-input:focus {
z-index: 2;
}
.tbs .input-append .add-on,
.tbs .input-prepend .add-on {
display: inline-block;
width: auto;
height: 20px;
min-width: 16px;
padding: 4px 5px;
font-size: 14px;
font-weight: normal;
line-height: 20px;
text-align: center;
text-shadow: 0 1px 0 #ffffff;
background-color: #eeeeee;
border: 1px solid #ccc;
}
.tbs .input-append .add-on,
.tbs .input-prepend .add-on,
.tbs .input-append .btn,
.tbs .input-prepend .btn,
.tbs .input-append .btn-group > .dropdown-toggle,
.tbs .input-prepend .btn-group > .dropdown-toggle {
vertical-align: top;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.tbs .input-append .active,
.tbs .input-prepend .active {
background-color: #a9dba9;
border-color: #46a546;
}
.tbs .input-prepend .add-on,
.tbs .input-prepend .btn {
margin-right: -1px;
}
.tbs .input-prepend .add-on:first-child,
.tbs .input-prepend .btn:first-child {
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.tbs .input-append input,
.tbs .input-append select,
.tbs .input-append .uneditable-input {
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.tbs .input-append input + .btn-group .btn:last-child,
.tbs .input-append select + .btn-group .btn:last-child,
.tbs .input-append .uneditable-input + .btn-group .btn:last-child {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.tbs .input-append .add-on,
.tbs .input-append .btn,
.tbs .input-append .btn-group {
margin-left: -1px;
}
.tbs .input-append .add-on:last-child,
.tbs .input-append .btn:last-child,
.tbs .input-append .btn-group:last-child > .dropdown-toggle {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.tbs .input-prepend.input-append input,
.tbs .input-prepend.input-append select,
.tbs .input-prepend.input-append .uneditable-input {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.tbs .input-prepend.input-append input + .btn-group .btn,
.tbs .input-prepend.input-append select + .btn-group .btn,
.tbs .input-prepend.input-append .uneditable-input + .btn-group .btn {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.tbs .input-prepend.input-append .add-on:first-child,
.tbs .input-prepend.input-append .btn:first-child {
margin-right: -1px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.tbs .input-prepend.input-append .add-on:last-child,
.tbs .input-prepend.input-append .btn:last-child {
margin-left: -1px;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.tbs .input-prepend.input-append .btn-group:first-child {
margin-left: 0;
}
.tbs 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;
}
.tbs .form-search .input-append .search-query,
.tbs .form-search .input-prepend .search-query {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.tbs .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;
}
.tbs .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;
}
.tbs .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;
}
.tbs .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;
}
.tbs .form-search input,
.tbs .form-inline input,
.tbs .form-horizontal input,
.tbs .form-search textarea,
.tbs .form-inline textarea,
.tbs .form-horizontal textarea,
.tbs .form-search select,
.tbs .form-inline select,
.tbs .form-horizontal select,
.tbs .form-search .help-inline,
.tbs .form-inline .help-inline,
.tbs .form-horizontal .help-inline,
.tbs .form-search .uneditable-input,
.tbs .form-inline .uneditable-input,
.tbs .form-horizontal .uneditable-input,
.tbs .form-search .input-prepend,
.tbs .form-inline .input-prepend,
.tbs .form-horizontal .input-prepend,
.tbs .form-search .input-append,
.tbs .form-inline .input-append,
.tbs .form-horizontal .input-append {
display: inline-block;
*display: inline;
/* IE7 inline-block hack */
*zoom: 1;
margin-bottom: 0;
vertical-align: middle;
}
.tbs .form-search .hide,
.tbs .form-inline .hide,
.tbs .form-horizontal .hide {
display: none;
}
.tbs .form-search label,
.tbs .form-inline label,
.tbs .form-search .btn-group,
.tbs .form-inline .btn-group {
display: inline-block;
}
.tbs .form-search .input-append,
.tbs .form-inline .input-append,
.tbs .form-search .input-prepend,
.tbs .form-inline .input-prepend {
margin-bottom: 0;
}
.tbs .form-search .radio,
.tbs .form-search .checkbox,
.tbs .form-inline .radio,
.tbs .form-inline .checkbox {
padding-left: 0;
margin-bottom: 0;
vertical-align: middle;
}
.tbs .form-search .radio input[type="radio"],
.tbs .form-search .checkbox input[type="checkbox"],
.tbs .form-inline .radio input[type="radio"],
.tbs .form-inline .checkbox input[type="checkbox"] {
float: left;
margin-right: 3px;
margin-left: 0;
}
.tbs .control-group {
margin-bottom: 10px;
}
.tbs legend + .control-group {
margin-top: 20px;
-webkit-margin-top-collapse: separate;
}
.tbs .form-horizontal .control-group {
margin-bottom: 20px;
*zoom: 1;
}
.tbs .form-horizontal .control-group:before,
.tbs .form-horizontal .control-group:after {
display: table;
content: "";
line-height: 0;
}
.tbs .form-horizontal .control-group:after {
clear: both;
}
.tbs .form-horizontal .control-label {
float: left;
width: 160px;
padding-top: 5px;
text-align: right;
}
.tbs .form-horizontal .controls {
*display: inline-block;
*padding-left: 20px;
margin-left: 180px;
*margin-left: 0;
}
.tbs .form-horizontal .controls:first-child {
*padding-left: 180px;
}
.tbs .form-horizontal .help-block {
margin-bottom: 0;
}
.tbs .form-horizontal input + .help-block,
.tbs .form-horizontal select + .help-block,
.tbs .form-horizontal textarea + .help-block,
.tbs .form-horizontal .uneditable-input + .help-block,
.tbs .form-horizontal .input-prepend + .help-block,
.tbs .form-horizontal .input-append + .help-block {
margin-top: 10px;
}
.tbs .form-horizontal .form-actions {
padding-left: 180px;
}
.tbs table {
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
}
.tbs .table {
width: 100%;
margin-bottom: 20px;
}
.tbs .table th,
.tbs .table td {
padding: 8px;
line-height: 20px;
text-align: left;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.tbs .table th {
font-weight: bold;
}
.tbs .table thead th {
vertical-align: bottom;
}
.tbs .table caption + thead tr:first-child th,
.tbs .table caption + thead tr:first-child td,
.tbs .table colgroup + thead tr:first-child th,
.tbs .table colgroup + thead tr:first-child td,
.tbs .table thead:first-child tr:first-child th,
.tbs .table thead:first-child tr:first-child td {
border-top: 0;
}
.tbs .table tbody + tbody {
border-top: 2px solid #dddddd;
}
.tbs .table .table {
background-color: #ffffff;
}
.tbs .table-condensed th,
.tbs .table-condensed td {
padding: 4px 5px;
}
.tbs .table-bordered {
border: 1px solid #dddddd;
border-collapse: separate;
*border-collapse: collapse;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.tbs .table-bordered th,
.tbs .table-bordered td {
border-left: 1px solid #dddddd;
}
.tbs .table-bordered caption + thead tr:first-child th,
.tbs .table-bordered caption + tbody tr:first-child th,
.tbs .table-bordered caption + tbody tr:first-child td,
.tbs .table-bordered colgroup + thead tr:first-child th,
.tbs .table-bordered colgroup + tbody tr:first-child th,
.tbs .table-bordered colgroup + tbody tr:first-child td,
.tbs .table-bordered thead:first-child tr:first-child th,
.tbs .table-bordered tbody:first-child tr:first-child th,
.tbs .table-bordered tbody:first-child tr:first-child td {
border-top: 0;
}
.tbs .table-bordered thead:first-child tr:first-child > th:first-child,
.tbs .table-bordered tbody:first-child tr:first-child > td:first-child {
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
}
.tbs .table-bordered thead:first-child tr:first-child > th:last-child,
.tbs .table-bordered tbody:first-child tr:first-child > td:last-child {
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
}
.tbs .table-bordered thead:last-child tr:last-child > th:first-child,
.tbs .table-bordered tbody:last-child tr:last-child > td:first-child,
.tbs .table-bordered tfoot:last-child tr:last-child > td:first-child {
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;
}
.tbs .table-bordered thead:last-child tr:last-child > th:last-child,
.tbs .table-bordered tbody:last-child tr:last-child > td:last-child,
.tbs .table-bordered tfoot:last-child tr:last-child > td:last-child {
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px;
}
.tbs .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;
}
.tbs .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;
}
.tbs .table-bordered caption + thead tr:first-child th:first-child,
.tbs .table-bordered caption + tbody tr:first-child td:first-child,
.tbs .table-bordered colgroup + thead tr:first-child th:first-child,
.tbs .table-bordered colgroup + tbody tr:first-child td:first-child {
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
}
.tbs .table-bordered caption + thead tr:first-child th:last-child,
.tbs .table-bordered caption + tbody tr:first-child td:last-child,
.tbs .table-bordered colgroup + thead tr:first-child th:last-child,
.tbs .table-bordered colgroup + tbody tr:first-child td:last-child {
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
}
.tbs .table-striped tbody > tr:nth-child(odd) > td,
.tbs .table-striped tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.tbs .table-hover tbody tr:hover td,
.tbs .table-hover tbody tr:hover th {
background-color: #f5f5f5;
}
.tbs table td[class*="span"],
.tbs table th[class*="span"],
.tbs .row-fluid table td[class*="span"],
.tbs .row-fluid table th[class*="span"] {
display: table-cell;
float: none;
margin-left: 0;
}
.tbs .table td.span1,
.tbs .table th.span1 {
float: none;
width: 44px;
margin-left: 0;
}
.tbs .table td.span2,
.tbs .table th.span2 {
float: none;
width: 124px;
margin-left: 0;
}
.tbs .table td.span3,
.tbs .table th.span3 {
float: none;
width: 204px;
margin-left: 0;
}
.tbs .table td.span4,
.tbs .table th.span4 {
float: none;
width: 284px;
margin-left: 0;
}
.tbs .table td.span5,
.tbs .table th.span5 {
float: none;
width: 364px;
margin-left: 0;
}
.tbs .table td.span6,
.tbs .table th.span6 {
float: none;
width: 444px;
margin-left: 0;
}
.tbs .table td.span7,
.tbs .table th.span7 {
float: none;
width: 524px;
margin-left: 0;
}
.tbs .table td.span8,
.tbs .table th.span8 {
float: none;
width: 604px;
margin-left: 0;
}
.tbs .table td.span9,
.tbs .table th.span9 {
float: none;
width: 684px;
margin-left: 0;
}
.tbs .table td.span10,
.tbs .table th.span10 {
float: none;
width: 764px;
margin-left: 0;
}
.tbs .table td.span11,
.tbs .table th.span11 {
float: none;
width: 844px;
margin-left: 0;
}
.tbs .table td.span12,
.tbs .table th.span12 {
float: none;
width: 924px;
margin-left: 0;
}
.tbs .table tbody tr.success td {
background-color: #dff0d8;
}
.tbs .table tbody tr.error td {
background-color: #f2dede;
}
.tbs .table tbody tr.warning td {
background-color: #fcf8e3;
}
.tbs .table tbody tr.info td {
background-color: #d9edf7;
}
.tbs .table-hover tbody tr.success:hover td {
background-color: #d0e9c6;
}
.tbs .table-hover tbody tr.error:hover td {
background-color: #ebcccc;
}
.tbs .table-hover tbody tr.warning:hover td {
background-color: #faf2cc;
}
.tbs .table-hover tbody tr.info:hover td {
background-color: #c4e3f3;
}
.tbs [class^="icon-"],
.tbs [class*=" icon-"] {
display: inline-block;
width: 14px;
height: 14px;
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
background-image: url("../img/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
margin-top: 1px;
}
.tbs .icon-white,
.tbs .nav-pills > .active > a > [class^="icon-"],
.tbs .nav-pills > .active > a > [class*=" icon-"],
.tbs .nav-list > .active > a > [class^="icon-"],
.tbs .nav-list > .active > a > [class*=" icon-"],
.tbs .navbar-inverse .nav > .active > a > [class^="icon-"],
.tbs .navbar-inverse .nav > .active > a > [class*=" icon-"],
.tbs .dropdown-menu > li > a:hover > [class^="icon-"],
.tbs .dropdown-menu > li > a:hover > [class*=" icon-"],
.tbs .dropdown-menu > .active > a > [class^="icon-"],
.tbs .dropdown-menu > .active > a > [class*=" icon-"],
.tbs .dropdown-submenu:hover > a > [class^="icon-"],
.tbs .dropdown-submenu:hover > a > [class*=" icon-"] {
background-image: url("../img/glyphicons-halflings-white.png");
}
.tbs .icon-glass {
background-position: 0 0;
}
.tbs .icon-music {
background-position: -24px 0;
}
.tbs .icon-search {
background-position: -48px 0;
}
.tbs .icon-envelope {
background-position: -72px 0;
}
.tbs .icon-heart {
background-position: -96px 0;
}
.tbs .icon-star {
background-position: -120px 0;
}
.tbs .icon-star-empty {
background-position: -144px 0;
}
.tbs .icon-user {
background-position: -168px 0;
}
.tbs .icon-film {
background-position: -192px 0;
}
.tbs .icon-th-large {
background-position: -216px 0;
}
.tbs .icon-th {
background-position: -240px 0;
}
.tbs .icon-th-list {
background-position: -264px 0;
}
.tbs .icon-ok {
background-position: -288px 0;
}
.tbs .icon-remove {
background-position: -312px 0;
}
.tbs .icon-zoom-in {
background-position: -336px 0;
}
.tbs .icon-zoom-out {
background-position: -360px 0;
}
.tbs .icon-off {
background-position: -384px 0;
}
.tbs .icon-signal {
background-position: -408px 0;
}
.tbs .icon-cog {
background-position: -432px 0;
}
.tbs .icon-trash {
background-position: -456px 0;
}
.tbs .icon-home {
background-position: 0 -24px;
}
.tbs .icon-file {
background-position: -24px -24px;
}
.tbs .icon-time {
background-position: -48px -24px;
}
.tbs .icon-road {
background-position: -72px -24px;
}
.tbs .icon-download-alt {
background-position: -96px -24px;
}
.tbs .icon-download {
background-position: -120px -24px;
}
.tbs .icon-upload {
background-position: -144px -24px;
}
.tbs .icon-inbox {
background-position: -168px -24px;
}
.tbs .icon-play-circle {
background-position: -192px -24px;
}
.tbs .icon-repeat {
background-position: -216px -24px;
}
.tbs .icon-refresh {
background-position: -240px -24px;
}
.tbs .icon-list-alt {
background-position: -264px -24px;
}
.tbs .icon-lock {
background-position: -287px -24px;
}
.tbs .icon-flag {
background-position: -312px -24px;
}
.tbs .icon-headphones {
background-position: -336px -24px;
}
.tbs .icon-volume-off {
background-position: -360px -24px;
}
.tbs .icon-volume-down {
background-position: -384px -24px;
}
.tbs .icon-volume-up {
background-position: -408px -24px;
}
.tbs .icon-qrcode {
background-position: -432px -24px;
}
.tbs .icon-barcode {
background-position: -456px -24px;
}
.tbs .icon-tag {
background-position: 0 -48px;
}
.tbs .icon-tags {
background-position: -25px -48px;
}
.tbs .icon-book {
background-position: -48px -48px;
}
.tbs .icon-bookmark {
background-position: -72px -48px;
}
.tbs .icon-print {
background-position: -96px -48px;
}
.tbs .icon-camera {
background-position: -120px -48px;
}
.tbs .icon-font {
background-position: -144px -48px;
}
.tbs .icon-bold {
background-position: -167px -48px;
}
.tbs .icon-italic {
background-position: -192px -48px;
}
.tbs .icon-text-height {
background-position: -216px -48px;
}
.tbs .icon-text-width {
background-position: -240px -48px;
}
.tbs .icon-align-left {
background-position: -264px -48px;
}
.tbs .icon-align-center {
background-position: -288px -48px;
}
.tbs .icon-align-right {
background-position: -312px -48px;
}
.tbs .icon-align-justify {
background-position: -336px -48px;
}
.tbs .icon-list {
background-position: -360px -48px;
}
.tbs .icon-indent-left {
background-position: -384px -48px;
}
.tbs .icon-indent-right {
background-position: -408px -48px;
}
.tbs .icon-facetime-video {
background-position: -432px -48px;
}
.tbs .icon-picture {
background-position: -456px -48px;
}
.tbs .icon-pencil {
background-position: 0 -72px;
}
.tbs .icon-map-marker {
background-position: -24px -72px;
}
.tbs .icon-adjust {
background-position: -48px -72px;
}
.tbs .icon-tint {
background-position: -72px -72px;
}
.tbs .icon-edit {
background-position: -96px -72px;
}
.tbs .icon-share {
background-position: -120px -72px;
}
.tbs .icon-check {
background-position: -144px -72px;
}
.tbs .icon-move {
background-position: -168px -72px;
}
.tbs .icon-step-backward {
background-position: -192px -72px;
}
.tbs .icon-fast-backward {
background-position: -216px -72px;
}
.tbs .icon-backward {
background-position: -240px -72px;
}
.tbs .icon-play {
background-position: -264px -72px;
}
.tbs .icon-pause {
background-position: -288px -72px;
}
.tbs .icon-stop {
background-position: -312px -72px;
}
.tbs .icon-forward {
background-position: -336px -72px;
}
.tbs .icon-fast-forward {
background-position: -360px -72px;
}
.tbs .icon-step-forward {
background-position: -384px -72px;
}
.tbs .icon-eject {
background-position: -408px -72px;
}
.tbs .icon-chevron-left {
background-position: -432px -72px;
}
.tbs .icon-chevron-right {
background-position: -456px -72px;
}
.tbs .icon-plus-sign {
background-position: 0 -96px;
}
.tbs .icon-minus-sign {
background-position: -24px -96px;
}
.tbs .icon-remove-sign {
background-position: -48px -96px;
}
.tbs .icon-ok-sign {
background-position: -72px -96px;
}
.tbs .icon-question-sign {
background-position: -96px -96px;
}
.tbs .icon-info-sign {
background-position: -120px -96px;
}
.tbs .icon-screenshot {
background-position: -144px -96px;
}
.tbs .icon-remove-circle {
background-position: -168px -96px;
}
.tbs .icon-ok-circle {
background-position: -192px -96px;
}
.tbs .icon-ban-circle {
background-position: -216px -96px;
}
.tbs .icon-arrow-left {
background-position: -240px -96px;
}
.tbs .icon-arrow-right {
background-position: -264px -96px;
}
.tbs .icon-arrow-up {
background-position: -289px -96px;
}
.tbs .icon-arrow-down {
background-position: -312px -96px;
}
.tbs .icon-share-alt {
background-position: -336px -96px;
}
.tbs .icon-resize-full {
background-position: -360px -96px;
}
.tbs .icon-resize-small {
background-position: -384px -96px;
}
.tbs .icon-plus {
background-position: -408px -96px;
}
.tbs .icon-minus {
background-position: -433px -96px;
}
.tbs .icon-asterisk {
background-position: -456px -96px;
}
.tbs .icon-exclamation-sign {
background-position: 0 -120px;
}
.tbs .icon-gift {
background-position: -24px -120px;
}
.tbs .icon-leaf {
background-position: -48px -120px;
}
.tbs .icon-fire {
background-position: -72px -120px;
}
.tbs .icon-eye-open {
background-position: -96px -120px;
}
.tbs .icon-eye-close {
background-position: -120px -120px;
}
.tbs .icon-warning-sign {
background-position: -144px -120px;
}
.tbs .icon-plane {
background-position: -168px -120px;
}
.tbs .icon-calendar {
background-position: -192px -120px;
}
.tbs .icon-random {
background-position: -216px -120px;
width: 16px;
}
.tbs .icon-comment {
background-position: -240px -120px;
}
.tbs .icon-magnet {
background-position: -264px -120px;
}
.tbs .icon-chevron-up {
background-position: -288px -120px;
}
.tbs .icon-chevron-down {
background-position: -313px -119px;
}
.tbs .icon-retweet {
background-position: -336px -120px;
}
.tbs .icon-shopping-cart {
background-position: -360px -120px;
}
.tbs .icon-folder-close {
background-position: -384px -120px;
}
.tbs .icon-folder-open {
background-position: -408px -120px;
width: 16px;
}
.tbs .icon-resize-vertical {
background-position: -432px -119px;
}
.tbs .icon-resize-horizontal {
background-position: -456px -118px;
}
.tbs .icon-hdd {
background-position: 0 -144px;
}
.tbs .icon-bullhorn {
background-position: -24px -144px;
}
.tbs .icon-bell {
background-position: -48px -144px;
}
.tbs .icon-certificate {
background-position: -72px -144px;
}
.tbs .icon-thumbs-up {
background-position: -96px -144px;
}
.tbs .icon-thumbs-down {
background-position: -120px -144px;
}
.tbs .icon-hand-right {
background-position: -144px -144px;
}
.tbs .icon-hand-left {
background-position: -168px -144px;
}
.tbs .icon-hand-up {
background-position: -192px -144px;
}
.tbs .icon-hand-down {
background-position: -216px -144px;
}
.tbs .icon-circle-arrow-right {
background-position: -240px -144px;
}
.tbs .icon-circle-arrow-left {
background-position: -264px -144px;
}
.tbs .icon-circle-arrow-up {
background-position: -288px -144px;
}
.tbs .icon-circle-arrow-down {
background-position: -312px -144px;
}
.tbs .icon-globe {
background-position: -336px -144px;
}
.tbs .icon-wrench {
background-position: -360px -144px;
}
.tbs .icon-tasks {
background-position: -384px -144px;
}
.tbs .icon-filter {
background-position: -408px -144px;
}
.tbs .icon-briefcase {
background-position: -432px -144px;
}
.tbs .icon-fullscreen {
background-position: -456px -144px;
}
.tbs .dropup,
.tbs .dropdown {
position: relative;
}
.tbs .dropdown-toggle {
*margin-bottom: -3px;
}
.tbs .dropdown-toggle:active,
.tbs .open .dropdown-toggle {
outline: 0;
}
.tbs .caret {
display: inline-block;
width: 0;
height: 0;
vertical-align: top;
border-top: 4px solid #000000;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
}
.tbs .dropdown .caret {
margin-top: 8px;
margin-left: 2px;
}
.tbs .dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
*border-right-width: 2px;
*border-bottom-width: 2px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.tbs .dropdown-menu.pull-right {
right: 0;
left: auto;
}
.tbs .dropdown-menu .divider {
*width: 100%;
height: 1px;
margin: 9px 1px;
*margin: -5px 0 5px;
overflow: hidden;
background-color: #e5e5e5;
border-bottom: 1px solid #ffffff;
}
.tbs .dropdown-menu li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 20px;
color: #333333;
white-space: nowrap;
}
.tbs .dropdown-menu li > a:hover,
.tbs .dropdown-menu li > a:focus,
.tbs .dropdown-submenu:hover > a {
text-decoration: none;
color: #ffffff;
background-color: #0081c2;
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.tbs .dropdown-menu .active > a,
.tbs .dropdown-menu .active > a:hover {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #0081c2;
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.tbs .dropdown-menu .disabled > a,
.tbs .dropdown-menu .disabled > a:hover {
color: #999999;
}
.tbs .dropdown-menu .disabled > a:hover {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: default;
}
.tbs .open {
*z-index: 1000;
}
.tbs .open > .dropdown-menu {
display: block;
}
.tbs .pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.tbs .dropup .caret,
.tbs .navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid #000000;
content: "";
}
.tbs .dropup .dropdown-menu,
.tbs .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
.tbs .dropdown-submenu {
position: relative;
}
.tbs .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;
}
.tbs .dropdown-submenu:hover > .dropdown-menu {
display: block;
}
.tbs .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;
}
.tbs .dropdown-submenu > a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #cccccc;
margin-top: 5px;
margin-right: -10px;
}
.tbs .dropdown-submenu:hover > a:after {
border-left-color: #ffffff;
}
.tbs .dropdown-submenu.pull-left {
float: none;
}
.tbs .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;
}
.tbs .dropdown .dropdown-menu .nav-header {
padding-left: 20px;
padding-right: 20px;
}
.tbs .typeahead {
z-index: 1051;
margin-top: 2px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.tbs .well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.tbs .well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.tbs .well-large {
padding: 24px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.tbs .well-small {
padding: 9px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.tbs .fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.tbs .fade.in {
opacity: 1;
}
.tbs .collapse {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
.tbs .collapse.in {
height: auto;
}
.tbs .close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 20px;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.tbs .close:hover {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
filter: alpha(opacity=40);
}
.tbs button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.tbs .btn {
display: inline-block;
*display: inline;
/* IE7 inline-block hack */
*zoom: 1;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #333333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #e6e6e6;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border: 1px solid #bbbbbb;
*border: 0;
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
*margin-left: .3em;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.tbs .btn:hover,
.tbs .btn:active,
.tbs .btn.active,
.tbs .btn.disabled,
.tbs .btn[disabled] {
color: #333333;
background-color: #e6e6e6;
*background-color: #d9d9d9;
}
.tbs .btn:active,
.tbs .btn.active {
background-color: #cccccc \9;
}
.tbs .btn:first-child {
*margin-left: 0;
}
.tbs .btn:hover {
color: #333333;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
.tbs .btn:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.tbs .btn.active,
.tbs .btn:active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.tbs .btn.disabled,
.tbs .btn[disabled] {
cursor: default;
background-image: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.tbs .btn-large {
padding: 11px 19px;
font-size: 17.5px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.tbs .btn-large [class^="icon-"],
.tbs .btn-large [class*=" icon-"] {
margin-top: 4px;
}
.tbs .btn-small {
padding: 2px 10px;
font-size: 11.9px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.tbs .btn-small [class^="icon-"],
.tbs .btn-small [class*=" icon-"] {
margin-top: 0;
}
.tbs .btn-mini [class^="icon-"],
.tbs .btn-mini [class*=" icon-"] {
margin-top: -1px;
}
.tbs .btn-mini {
padding: 0 6px;
font-size: 10.5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.tbs .btn-block {
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tbs .btn-block + .btn-block {
margin-top: 5px;
}
.tbs input[type="submit"].btn-block,
.tbs input[type="reset"].btn-block,
.tbs input[type="button"].btn-block {
width: 100%;
}
.tbs .btn-primary.active,
.tbs .btn-warning.active,
.tbs .btn-danger.active,
.tbs .btn-success.active,
.tbs .btn-info.active,
.tbs .btn-inverse.active {
color: rgba(255, 255, 255, 0.75);
}
.tbs .btn {
border-color: #c5c5c5;
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.tbs .btn-primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #0044cc;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.tbs .btn-primary:hover,
.tbs .btn-primary:active,
.tbs .btn-primary.active,
.tbs .btn-primary.disabled,
.tbs .btn-primary[disabled] {
color: #ffffff;
background-color: #0044cc;
*background-color: #003bb3;
}
.tbs .btn-primary:active,
.tbs .btn-primary.active {
background-color: #003399 \9;
}
.tbs .btn-warning {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #faa732;
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
background-image: -o-linear-gradient(top, #fbb450, #f89406);
background-image: linear-gradient(to bottom, #fbb450, #f89406);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
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);
*background-color: #f89406;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.tbs .btn-warning:hover,
.tbs .btn-warning:active,
.tbs .btn-warning.active,
.tbs .btn-warning.disabled,
.tbs .btn-warning[disabled] {
color: #ffffff;
background-color: #f89406;
*background-color: #df8505;
}
.tbs .btn-warning:active,
.tbs .btn-warning.active {
background-color: #c67605 \9;
}
.tbs .btn-danger {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #da4f49;
background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
border-color: #bd362f #bd362f #802420;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #bd362f;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.tbs .btn-danger:hover,
.tbs .btn-danger:active,
.tbs .btn-danger.active,
.tbs .btn-danger.disabled,
.tbs .btn-danger[disabled] {
color: #ffffff;
background-color: #bd362f;
*background-color: #a9302a;
}
.tbs .btn-danger:active,
.tbs .btn-danger.active {
background-color: #942a25 \9;
}
.tbs .btn-success {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #5bb75b;
background-image: -moz-linear-gradient(top, #62c462, #51a351);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
background-image: -webkit-linear-gradient(top, #62c462, #51a351);
background-image: -o-linear-gradient(top, #62c462, #51a351);
background-image: linear-gradient(to bottom, #62c462, #51a351);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
border-color: #51a351 #51a351 #387038;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #51a351;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.tbs .btn-success:hover,
.tbs .btn-success:active,
.tbs .btn-success.active,
.tbs .btn-success.disabled,
.tbs .btn-success[disabled] {
color: #ffffff;
background-color: #51a351;
*background-color: #499249;
}
.tbs .btn-success:active,
.tbs .btn-success.active {
background-color: #408140 \9;
}
.tbs .btn-info {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #49afcd;
background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
border-color: #2f96b4 #2f96b4 #1f6377;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #2f96b4;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.tbs .btn-info:hover,
.tbs .btn-info:active,
.tbs .btn-info.active,
.tbs .btn-info.disabled,
.tbs .btn-info[disabled] {
color: #ffffff;
background-color: #2f96b4;
*background-color: #2a85a0;
}
.tbs .btn-info:active,
.tbs .btn-info.active {
background-color: #24748c \9;
}
.tbs .btn-inverse {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #363636;
background-image: -moz-linear-gradient(top, #444444, #222222);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
background-image: -webkit-linear-gradient(top, #444444, #222222);
background-image: -o-linear-gradient(top, #444444, #222222);
background-image: linear-gradient(to bottom, #444444, #222222);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
border-color: #222222 #222222 #000000;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #222222;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.tbs .btn-inverse:hover,
.tbs .btn-inverse:active,
.tbs .btn-inverse.active,
.tbs .btn-inverse.disabled,
.tbs .btn-inverse[disabled] {
color: #ffffff;
background-color: #222222;
*background-color: #151515;
}
.tbs .btn-inverse:active,
.tbs .btn-inverse.active {
background-color: #080808 \9;
}
.tbs button.btn,
.tbs input[type="submit"].btn {
*padding-top: 3px;
*padding-bottom: 3px;
}
.tbs button.btn::-moz-focus-inner,
.tbs input[type="submit"].btn::-moz-focus-inner {
padding: 0;
border: 0;
}
.tbs button.btn.btn-large,
.tbs input[type="submit"].btn.btn-large {
*padding-top: 7px;
*padding-bottom: 7px;
}
.tbs button.btn.btn-small,
.tbs input[type="submit"].btn.btn-small {
*padding-top: 3px;
*padding-bottom: 3px;
}
.tbs button.btn.btn-mini,
.tbs input[type="submit"].btn.btn-mini {
*padding-top: 1px;
*padding-bottom: 1px;
}
.tbs .btn-link,
.tbs .btn-link:active,
.tbs .btn-link[disabled] {
background-color: transparent;
background-image: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.tbs .btn-link {
border-color: transparent;
cursor: pointer;
color: #0088cc;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.tbs .btn-link:hover {
color: #005580;
text-decoration: underline;
background-color: transparent;
}
.tbs .btn-link[disabled]:hover {
color: #333333;
text-decoration: none;
}
.tbs .btn-group {
position: relative;
display: inline-block;
*display: inline;
/* IE7 inline-block hack */
*zoom: 1;
font-size: 0;
vertical-align: middle;
white-space: nowrap;
*margin-left: .3em;
}
.tbs .btn-group:first-child {
*margin-left: 0;
}
.tbs .btn-group + .btn-group {
margin-left: 5px;
}
.tbs .btn-toolbar {
font-size: 0;
margin-top: 10px;
margin-bottom: 10px;
}
.tbs .btn-toolbar > .btn + .btn,
.tbs .btn-toolbar > .btn-group + .btn,
.tbs .btn-toolbar > .btn + .btn-group {
margin-left: 5px;
}
.tbs .btn-group > .btn {
position: relative;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.tbs .btn-group > .btn + .btn {
margin-left: -1px;
}
.tbs .btn-group > .btn,
.tbs .btn-group > .dropdown-menu,
.tbs .btn-group > .popover {
font-size: 14px;
}
.tbs .btn-group > .btn-mini {
font-size: 10.5px;
}
.tbs .btn-group > .btn-small {
font-size: 11.9px;
}
.tbs .btn-group > .btn-large {
font-size: 17.5px;
}
.tbs .btn-group > .btn:first-child {
margin-left: 0;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;
}
.tbs .btn-group > .btn:last-child,
.tbs .btn-group > .dropdown-toggle {
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px;
}
.tbs .btn-group > .btn.large:first-child {
margin-left: 0;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-left-radius: 6px;
}
.tbs .btn-group > .btn.large:last-child,
.tbs .btn-group > .large.dropdown-toggle {
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topright: 6px;
border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
border-bottom-right-radius: 6px;
}
.tbs .btn-group > .btn:hover,
.tbs .btn-group > .btn:focus,
.tbs .btn-group > .btn:active,
.tbs .btn-group > .btn.active {
z-index: 2;
}
.tbs .btn-group .dropdown-toggle:active,
.tbs .btn-group.open .dropdown-toggle {
outline: 0;
}
.tbs .btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
*padding-top: 5px;
*padding-bottom: 5px;
}
.tbs .btn-group > .btn-mini + .dropdown-toggle {
padding-left: 5px;
padding-right: 5px;
*padding-top: 2px;
*padding-bottom: 2px;
}
.tbs .btn-group > .btn-small + .dropdown-toggle {
*padding-top: 5px;
*padding-bottom: 4px;
}
.tbs .btn-group > .btn-large + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
*padding-top: 7px;
*padding-bottom: 7px;
}
.tbs .btn-group.open .dropdown-toggle {
background-image: none;
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.tbs .btn-group.open .btn.dropdown-toggle {
background-color: #e6e6e6;
}
.tbs .btn-group.open .btn-primary.dropdown-toggle {
background-color: #0044cc;
}
.tbs .btn-group.open .btn-warning.dropdown-toggle {
background-color: #f89406;
}
.tbs .btn-group.open .btn-danger.dropdown-toggle {
background-color: #bd362f;
}
.tbs .btn-group.open .btn-success.dropdown-toggle {
background-color: #51a351;
}
.tbs .btn-group.open .btn-info.dropdown-toggle {
background-color: #2f96b4;
}
.tbs .btn-group.open .btn-inverse.dropdown-toggle {
background-color: #222222;
}
.tbs .btn .caret {
margin-top: 8px;
margin-left: 0;
}
.tbs .btn-mini .caret,
.tbs .btn-small .caret,
.tbs .btn-large .caret {
margin-top: 6px;
}
.tbs .btn-large .caret {
border-left-width: 5px;
border-right-width: 5px;
border-top-width: 5px;
}
.tbs .dropup .btn-large .caret {
border-bottom-width: 5px;
}
.tbs .btn-primary .caret,
.tbs .btn-warning .caret,
.tbs .btn-danger .caret,
.tbs .btn-info .caret,
.tbs .btn-success .caret,
.tbs .btn-inverse .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
.tbs .btn-group-vertical {
display: inline-block;
*display: inline;
/* IE7 inline-block hack */
*zoom: 1;
}
.tbs .btn-group-vertical > .btn {
display: block;
float: none;
max-width: 100%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.tbs .btn-group-vertical > .btn + .btn {
margin-left: 0;
margin-top: -1px;
}
.tbs .btn-group-vertical > .btn:first-child {
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.tbs .btn-group-vertical > .btn:last-child {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.tbs .btn-group-vertical > .btn-large:first-child {
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
}
.tbs .btn-group-vertical > .btn-large:last-child {
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
}
.tbs .alert {
padding: 8px 35px 8px 14px;
margin-bottom: 20px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.tbs .alert,
.tbs .alert h4 {
color: #c09853;
}
.tbs .alert h4 {
margin: 0;
}
.tbs .alert .close {
position: relative;
top: -2px;
right: -21px;
line-height: 20px;
}
.tbs .alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #468847;
}
.tbs .alert-success h4 {
color: #468847;
}
.tbs .alert-danger,
.tbs .alert-error {
background-color: #f2dede;
border-color: #eed3d7;
color: #b94a48;
}
.tbs .alert-danger h4,
.tbs .alert-error h4 {
color: #b94a48;
}
.tbs .alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #3a87ad;
}
.tbs .alert-info h4 {
color: #3a87ad;
}
.tbs .alert-block {
padding-top: 14px;
padding-bottom: 14px;
}
.tbs .alert-block > p,
.tbs .alert-block > ul {
margin-bottom: 0;
}
.tbs .alert-block p + p {
margin-top: 5px;
}
.tbs .nav {
margin-left: 0;
margin-bottom: 20px;
list-style: none;
}
.tbs .nav > li > a {
display: block;
}
.tbs .nav > li > a:hover {
text-decoration: none;
background-color: #eeeeee;
}
.tbs .nav > li > a > img {
max-width: none;
}
.tbs .nav > .pull-right {
float: right;
}
.tbs .nav-header {
display: block;
padding: 3px 15px;
font-size: 11px;
font-weight: bold;
line-height: 20px;
color: #999999;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
text-transform: uppercase;
}
.tbs .nav li + .nav-header {
margin-top: 9px;
}
.tbs .nav-list {
padding-left: 15px;
padding-right: 15px;
margin-bottom: 0;
}
.tbs .nav-list > li > a,
.tbs .nav-list .nav-header {
margin-left: -15px;
margin-right: -15px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.tbs .nav-list > li > a {
padding: 3px 15px;
}
.tbs .nav-list > .active > a,
.tbs .nav-list > .active > a:hover {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
background-color: #0088cc;
}
.tbs .nav-list [class^="icon-"],
.tbs .nav-list [class*=" icon-"] {
margin-right: 2px;
}
.tbs .nav-list .divider {
*width: 100%;
height: 1px;
margin: 9px 1px;
*margin: -5px 0 5px;
overflow: hidden;
background-color: #e5e5e5;
border-bottom: 1px solid #ffffff;
}
.tbs .nav-tabs,
.tbs .nav-pills {
*zoom: 1;
}
.tbs .nav-tabs:before,
.tbs .nav-pills:before,
.tbs .nav-tabs:after,
.tbs .nav-pills:after {
display: table;
content: "";
line-height: 0;
}
.tbs .nav-tabs:after,
.tbs .nav-pills:after {
clear: both;
}
.tbs .nav-tabs > li,
.tbs .nav-pills > li {
float: left;
}
.tbs .nav-tabs > li > a,
.tbs .nav-pills > li > a {
padding-right: 12px;
padding-left: 12px;
margin-right: 2px;
line-height: 14px;
}
.tbs .nav-tabs {
border-bottom: 1px solid #ddd;
}
.tbs .nav-tabs > li {
margin-bottom: -1px;
}
.tbs .nav-tabs > li > a {
padding-top: 8px;
padding-bottom: 8px;
line-height: 20px;
border: 1px solid transparent;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.tbs .nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd;
}
.tbs .nav-tabs > .active > a,
.tbs .nav-tabs > .active > a:hover {
color: #555555;
background-color: #ffffff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
}
.tbs .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;
}
.tbs .nav-pills > .active > a,
.tbs .nav-pills > .active > a:hover {
color: #ffffff;
background-color: #0088cc;
}
.tbs .nav-stacked > li {
float: none;
}
.tbs .nav-stacked > li > a {
margin-right: 0;
}
.tbs .nav-tabs.nav-stacked {
border-bottom: 0;
}
.tbs .nav-tabs.nav-stacked > li > a {
border: 1px solid #ddd;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.tbs .nav-tabs.nav-stacked > li:first-child > a {
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
}
.tbs .nav-tabs.nav-stacked > li:last-child > a {
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;
}
.tbs .nav-tabs.nav-stacked > li > a:hover {
border-color: #ddd;
z-index: 2;
}
.tbs .nav-pills.nav-stacked > li > a {
margin-bottom: 3px;
}
.tbs .nav-pills.nav-stacked > li:last-child > a {
margin-bottom: 1px;
}
.tbs .nav-tabs .dropdown-menu {
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
}
.tbs .nav-pills .dropdown-menu {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.tbs .nav .dropdown-toggle .caret {
border-top-color: #0088cc;
border-bottom-color: #0088cc;
margin-top: 6px;
}
.tbs .nav .dropdown-toggle:hover .caret {
border-top-color: #005580;
border-bottom-color: #005580;
}
.tbs .nav-tabs .dropdown-toggle .caret {
margin-top: 8px;
}
.tbs .nav .active .dropdown-toggle .caret {
border-top-color: #fff;
border-bottom-color: #fff;
}
.tbs .nav-tabs .active .dropdown-toggle .caret {
border-top-color: #555555;
border-bottom-color: #555555;
}
.tbs .nav > .dropdown.active > a:hover {
cursor: pointer;
}
.tbs .nav-tabs .open .dropdown-toggle,
.tbs .nav-pills .open .dropdown-toggle,
.tbs .nav > li.dropdown.open.active > a:hover {
color: #ffffff;
background-color: #999999;
border-color: #999999;
}
.tbs .nav li.dropdown.open .caret,
.tbs .nav li.dropdown.open.active .caret,
.tbs .nav li.dropdown.open a:hover .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
opacity: 1;
filter: alpha(opacity=100);
}
.tbs .tabs-stacked .open > a:hover {
border-color: #999999;
}
.tbs .tabbable {
*zoom: 1;
}
.tbs .tabbable:before,
.tbs .tabbable:after {
display: table;
content: "";
line-height: 0;
}
.tbs .tabbable:after {
clear: both;
}
.tbs .tab-content {
overflow: auto;
}
.tbs .tabs-below > .nav-tabs,
.tbs .tabs-right > .nav-tabs,
.tbs .tabs-left > .nav-tabs {
border-bottom: 0;
}
.tbs .tab-content > .tab-pane,
.tbs .pill-content > .pill-pane {
display: none;
}
.tbs .tab-content > .active,
.tbs .pill-content > .active {
display: block;
}
.tbs .tabs-below > .nav-tabs {
border-top: 1px solid #ddd;
}
.tbs .tabs-below > .nav-tabs > li {
margin-top: -1px;
margin-bottom: 0;
}
.tbs .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;
}
.tbs .tabs-below > .nav-tabs > li > a:hover {
border-bottom-color: transparent;
border-top-color: #ddd;
}
.tbs .tabs-below > .nav-tabs > .active > a,
.tbs .tabs-below > .nav-tabs > .active > a:hover {
border-color: transparent #ddd #ddd #ddd;
}
.tbs .tabs-left > .nav-tabs > li,
.tbs .tabs-right > .nav-tabs > li {
float: none;
}
.tbs .tabs-left > .nav-tabs > li > a,
.tbs .tabs-right > .nav-tabs > li > a {
min-width: 74px;
margin-right: 0;
margin-bottom: 3px;
}
.tbs .tabs-left > .nav-tabs {
float: left;
margin-right: 19px;
border-right: 1px solid #ddd;
}
.tbs .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;
}
.tbs .tabs-left > .nav-tabs > li > a:hover {
border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tbs .tabs-left > .nav-tabs .active > a,
.tbs .tabs-left > .nav-tabs .active > a:hover {
border-color: #ddd transparent #ddd #ddd;
*border-right-color: #ffffff;
}
.tbs .tabs-right > .nav-tabs {
float: right;
margin-left: 19px;
border-left: 1px solid #ddd;
}
.tbs .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;
}
.tbs .tabs-right > .nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tbs .tabs-right > .nav-tabs .active > a,
.tbs .tabs-right > .nav-tabs .active > a:hover {
border-color: #ddd #ddd #ddd transparent;
*border-left-color: #ffffff;
}
.tbs .nav > .disabled > a {
color: #999999;
}
.tbs .nav > .disabled > a:hover {
text-decoration: none;
background-color: transparent;
cursor: default;
}
.tbs .navbar {
overflow: visible;
margin-bottom: 20px;
*position: relative;
*z-index: 2;
}
.tbs .navbar-inner {
min-height: 40px;
padding-left: 20px;
padding-right: 20px;
background-color: #fafafa;
background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
border: 1px solid #d4d4d4;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
*zoom: 1;
}
.tbs .navbar-inner:before,
.tbs .navbar-inner:after {
display: table;
content: "";
line-height: 0;
}
.tbs .navbar-inner:after {
clear: both;
}
.tbs .navbar .container {
width: auto;
}
.tbs .nav-collapse.collapse {
height: auto;
overflow: visible;
}
.tbs .navbar .brand {
float: left;
display: block;
padding: 10px 20px 10px;
margin-left: -20px;
font-size: 20px;
font-weight: 200;
color: #777777;
text-shadow: 0 1px 0 #ffffff;
}
.tbs .navbar .brand:hover {
text-decoration: none;
}
.tbs .navbar-text {
margin-bottom: 0;
line-height: 40px;
color: #777777;
}
.tbs .navbar-link {
color: #777777;
}
.tbs .navbar-link:hover {
color: #333333;
}
.tbs .navbar .divider-vertical {
height: 40px;
margin: 0 9px;
border-left: 1px solid #f2f2f2;
border-right: 1px solid #ffffff;
}
.tbs .navbar .btn,
.tbs .navbar .btn-group {
margin-top: 5px;
}
.tbs .navbar .btn-group .btn,
.tbs .navbar .input-prepend .btn,
.tbs .navbar .input-append .btn {
margin-top: 0;
}
.tbs .navbar-form {
margin-bottom: 0;
*zoom: 1;
}
.tbs .navbar-form:before,
.tbs .navbar-form:after {
display: table;
content: "";
line-height: 0;
}
.tbs .navbar-form:after {
clear: both;
}
.tbs .navbar-form input,
.tbs .navbar-form select,
.tbs .navbar-form .radio,
.tbs .navbar-form .checkbox {
margin-top: 5px;
}
.tbs .navbar-form input,
.tbs .navbar-form select,
.tbs .navbar-form .btn {
display: inline-block;
margin-bottom: 0;
}
.tbs .navbar-form input[type="image"],
.tbs .navbar-form input[type="checkbox"],
.tbs .navbar-form input[type="radio"] {
margin-top: 3px;
}
.tbs .navbar-form .input-append,
.tbs .navbar-form .input-prepend {
margin-top: 5px;
white-space: nowrap;
}
.tbs .navbar-form .input-append input,
.tbs .navbar-form .input-prepend input {
margin-top: 0;
}
.tbs .navbar-search {
position: relative;
float: left;
margin-top: 5px;
margin-bottom: 0;
}
.tbs .navbar-search .search-query {
margin-bottom: 0;
padding: 4px 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: normal;
line-height: 1;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.tbs .navbar-static-top {
position: static;
margin-bottom: 0;
}
.tbs .navbar-static-top .navbar-inner {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.tbs .navbar-fixed-top,
.tbs .navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
margin-bottom: 0;
}
.tbs .navbar-fixed-top .navbar-inner,
.tbs .navbar-static-top .navbar-inner {
border-width: 0 0 1px;
}
.tbs .navbar-fixed-bottom .navbar-inner {
border-width: 1px 0 0;
}
.tbs .navbar-fixed-top .navbar-inner,
.tbs .navbar-fixed-bottom .navbar-inner {
padding-left: 0;
padding-right: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.tbs .navbar-static-top .container,
.tbs .navbar-fixed-top .container,
.tbs .navbar-fixed-bottom .container {
width: 940px;
}
.tbs .navbar-fixed-top {
top: 0;
}
.tbs .navbar-fixed-top .navbar-inner,
.tbs .navbar-static-top .navbar-inner {
-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.tbs .navbar-fixed-bottom {
bottom: 0;
}
.tbs .navbar-fixed-bottom .navbar-inner {
-webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
-moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.tbs .navbar .nav {
position: relative;
left: 0;
display: block;
float: left;
margin: 0 10px 0 0;
}
.tbs .navbar .nav.pull-right {
float: right;
margin-right: 0;
}
.tbs .navbar .nav > li {
float: left;
}
.tbs .navbar .nav > li > a {
float: none;
padding: 10px 15px 10px;
color: #777777;
text-decoration: none;
text-shadow: 0 1px 0 #ffffff;
}
.tbs .navbar .nav .dropdown-toggle .caret {
margin-top: 8px;
}
.tbs .navbar .nav > li > a:focus,
.tbs .navbar .nav > li > a:hover {
background-color: transparent;
color: #333333;
text-decoration: none;
}
.tbs .navbar .nav > .active > a,
.tbs .navbar .nav > .active > a:hover,
.tbs .navbar .nav > .active > a:focus {
color: #555555;
text-decoration: none;
background-color: #e5e5e5;
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.tbs .navbar .btn-navbar {
display: none;
float: right;
padding: 7px 10px;
margin-left: 5px;
margin-right: 5px;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #ededed;
background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
border-color: #e5e5e5 #e5e5e5 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #e5e5e5;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.tbs .navbar .btn-navbar:hover,
.tbs .navbar .btn-navbar:active,
.tbs .navbar .btn-navbar.active,
.tbs .navbar .btn-navbar.disabled,
.tbs .navbar .btn-navbar[disabled] {
color: #ffffff;
background-color: #e5e5e5;
*background-color: #d9d9d9;
}
.tbs .navbar .btn-navbar:active,
.tbs .navbar .btn-navbar.active {
background-color: #cccccc \9;
}
.tbs .navbar .btn-navbar .icon-bar {
display: block;
width: 18px;
height: 2px;
background-color: #f5f5f5;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.tbs .btn-navbar .icon-bar + .icon-bar {
margin-top: 3px;
}
.tbs .navbar .nav > li > .dropdown-menu:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: -7px;
left: 9px;
}
.tbs .navbar .nav > li > .dropdown-menu:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
position: absolute;
top: -6px;
left: 10px;
}
.tbs .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
border-top: 7px solid #ccc;
border-top-color: rgba(0, 0, 0, 0.2);
border-bottom: 0;
bottom: -7px;
top: auto;
}
.tbs .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
border-top: 6px solid #ffffff;
border-bottom: 0;
bottom: -6px;
top: auto;
}
.tbs .navbar .nav li.dropdown > a:hover .caret {
border-top-color: #555555;
border-bottom-color: #555555;
}
.tbs .navbar .nav li.dropdown.open > .dropdown-toggle,
.tbs .navbar .nav li.dropdown.active > .dropdown-toggle,
.tbs .navbar .nav li.dropdown.open.active > .dropdown-toggle {
background-color: #e5e5e5;
color: #555555;
}
.tbs .navbar .nav li.dropdown > .dropdown-toggle .caret {
border-top-color: #777777;
border-bottom-color: #777777;
}
.tbs .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.tbs .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.tbs .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
border-top-color: #555555;
border-bottom-color: #555555;
}
.tbs .navbar .pull-right > li > .dropdown-menu,
.tbs .navbar .nav > li > .dropdown-menu.pull-right {
left: auto;
right: 0;
}
.tbs .navbar .pull-right > li > .dropdown-menu:before,
.tbs .navbar .nav > li > .dropdown-menu.pull-right:before {
left: auto;
right: 12px;
}
.tbs .navbar .pull-right > li > .dropdown-menu:after,
.tbs .navbar .nav > li > .dropdown-menu.pull-right:after {
left: auto;
right: 13px;
}
.tbs .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.tbs .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;
}
.tbs .navbar-inverse .navbar-inner {
background-color: #1b1b1b;
background-image: -moz-linear-gradient(top, #222222, #111111);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
background-image: -webkit-linear-gradient(top, #222222, #111111);
background-image: -o-linear-gradient(top, #222222, #111111);
background-image: linear-gradient(to bottom, #222222, #111111);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
border-color: #252525;
}
.tbs .navbar-inverse .brand,
.tbs .navbar-inverse .nav > li > a {
color: #999999;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.tbs .navbar-inverse .brand:hover,
.tbs .navbar-inverse .nav > li > a:hover {
color: #ffffff;
}
.tbs .navbar-inverse .brand {
color: #999999;
}
.tbs .navbar-inverse .navbar-text {
color: #999999;
}
.tbs .navbar-inverse .nav > li > a:focus,
.tbs .navbar-inverse .nav > li > a:hover {
background-color: transparent;
color: #ffffff;
}
.tbs .navbar-inverse .nav .active > a,
.tbs .navbar-inverse .nav .active > a:hover,
.tbs .navbar-inverse .nav .active > a:focus {
color: #ffffff;
background-color: #111111;
}
.tbs .navbar-inverse .navbar-link {
color: #999999;
}
.tbs .navbar-inverse .navbar-link:hover {
color: #ffffff;
}
.tbs .navbar-inverse .divider-vertical {
border-left-color: #111111;
border-right-color: #222222;
}
.tbs .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.tbs .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.tbs .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
background-color: #111111;
color: #ffffff;
}
.tbs .navbar-inverse .nav li.dropdown > a:hover .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
.tbs .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
border-top-color: #999999;
border-bottom-color: #999999;
}
.tbs .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.tbs .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.tbs .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
.tbs .navbar-inverse .navbar-search .search-query {
color: #ffffff;
background-color: #515151;
border-color: #111111;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
.tbs .navbar-inverse .navbar-search .search-query:-moz-placeholder {
color: #cccccc;
}
.tbs .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
color: #cccccc;
}
.tbs .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
color: #cccccc;
}
.tbs .navbar-inverse .navbar-search .search-query:focus,
.tbs .navbar-inverse .navbar-search .search-query.focused {
padding: 5px 15px;
color: #333333;
text-shadow: 0 1px 0 #ffffff;
background-color: #ffffff;
border: 0;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
outline: 0;
}
.tbs .navbar-inverse .btn-navbar {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #0e0e0e;
background-image: -moz-linear-gradient(top, #151515, #040404);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
background-image: -webkit-linear-gradient(top, #151515, #040404);
background-image: -o-linear-gradient(top, #151515, #040404);
background-image: linear-gradient(to bottom, #151515, #040404);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
border-color: #040404 #040404 #000000;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #040404;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.tbs .navbar-inverse .btn-navbar:hover,
.tbs .navbar-inverse .btn-navbar:active,
.tbs .navbar-inverse .btn-navbar.active,
.tbs .navbar-inverse .btn-navbar.disabled,
.tbs .navbar-inverse .btn-navbar[disabled] {
color: #ffffff;
background-color: #040404;
*background-color: #000000;
}
.tbs .navbar-inverse .btn-navbar:active,
.tbs .navbar-inverse .btn-navbar.active {
background-color: #000000 \9;
}
.tbs .breadcrumb {
padding: 8px 15px;
margin: 0 0 20px;
list-style: none;
background-color: #f5f5f5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.tbs .breadcrumb > li {
display: inline-block;
*display: inline;
/* IE7 inline-block hack */
*zoom: 1;
text-shadow: 0 1px 0 #ffffff;
}
.tbs .breadcrumb > li > .divider {
padding: 0 5px;
color: #ccc;
}
.tbs .breadcrumb > .active {
color: #999999;
}
.tbs .pagination {
margin: 20px 0;
}
.tbs .pagination ul {
display: inline-block;
*display: inline;
/* IE7 inline-block hack */
*zoom: 1;
margin-left: 0;
margin-bottom: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tbs .pagination ul > li {
display: inline;
}
.tbs .pagination ul > li > a,
.tbs .pagination ul > li > span {
float: left;
padding: 4px 12px;
line-height: 20px;
text-decoration: none;
background-color: #ffffff;
border: 1px solid #dddddd;
border-left-width: 0;
}
.tbs .pagination ul > li > a:hover,
.tbs .pagination ul > .active > a,
.tbs .pagination ul > .active > span {
background-color: #f5f5f5;
}
.tbs .pagination ul > .active > a,
.tbs .pagination ul > .active > span {
color: #999999;
cursor: default;
}
.tbs .pagination ul > .disabled > span,
.tbs .pagination ul > .disabled > a,
.tbs .pagination ul > .disabled > a:hover {
color: #999999;
background-color: transparent;
cursor: default;
}
.tbs .pagination ul > li:first-child > a,
.tbs .pagination ul > li:first-child > span {
border-left-width: 1px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;
}
.tbs .pagination ul > li:last-child > a,
.tbs .pagination ul > li:last-child > span {
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px;
}
.tbs .pagination-centered {
text-align: center;
}
.tbs .pagination-right {
text-align: right;
}
.tbs .pagination-large ul > li > a,
.tbs .pagination-large ul > li > span {
padding: 11px 19px;
font-size: 17.5px;
}
.tbs .pagination-large ul > li:first-child > a,
.tbs .pagination-large ul > li:first-child > span {
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-left-radius: 6px;
}
.tbs .pagination-large ul > li:last-child > a,
.tbs .pagination-large ul > li:last-child > span {
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topright: 6px;
border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
border-bottom-right-radius: 6px;
}
.tbs .pagination-mini ul > li:first-child > a,
.tbs .pagination-small ul > li:first-child > a,
.tbs .pagination-mini ul > li:first-child > span,
.tbs .pagination-small ul > li:first-child > span {
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius: 3px;
}
.tbs .pagination-mini ul > li:last-child > a,
.tbs .pagination-small ul > li:last-child > a,
.tbs .pagination-mini ul > li:last-child > span,
.tbs .pagination-small ul > li:last-child > span {
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topright: 3px;
border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
border-bottom-right-radius: 3px;
}
.tbs .pagination-small ul > li > a,
.tbs .pagination-small ul > li > span {
padding: 2px 10px;
font-size: 11.9px;
}
.tbs .pagination-mini ul > li > a,
.tbs .pagination-mini ul > li > span {
padding: 0 6px;
font-size: 10.5px;
}
.tbs .pager {
margin: 20px 0;
list-style: none;
text-align: center;
*zoom: 1;
}
.tbs .pager:before,
.tbs .pager:after {
display: table;
content: "";
line-height: 0;
}
.tbs .pager:after {
clear: both;
}
.tbs .pager li {
display: inline;
}
.tbs .pager li > a,
.tbs .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;
}
.tbs .pager li > a:hover {
text-decoration: none;
background-color: #f5f5f5;
}
.tbs .pager .next > a,
.tbs .pager .next > span {
float: right;
}
.tbs .pager .previous > a,
.tbs .pager .previous > span {
float: left;
}
.tbs .pager .disabled > a,
.tbs .pager .disabled > a:hover,
.tbs .pager .disabled > span {
color: #999999;
background-color: #fff;
cursor: default;
}
.tbs .modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;
}
.tbs .modal-backdrop.fade {
opacity: 0;
}
.tbs .modal-backdrop,
.tbs .modal-backdrop.fade.in {
opacity: 0.8;
filter: alpha(opacity=80);
}
.tbs .modal {
position: fixed;
top: 10%;
left: 50%;
z-index: 1050;
width: 560px;
margin-left: -280px;
background-color: #ffffff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
*border: 1px solid #999;
/* IE6-7 */
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
outline: none;
}
.tbs .modal.fade {
-webkit-transition: opacity .3s linear, top .3s ease-out;
-moz-transition: opacity .3s linear, top .3s ease-out;
-o-transition: opacity .3s linear, top .3s ease-out;
transition: opacity .3s linear, top .3s ease-out;
top: -25%;
}
.tbs .modal.fade.in {
top: 10%;
}
.tbs .modal-header {
padding: 9px 15px;
border-bottom: 1px solid #eee;
}
.tbs .modal-header .close {
margin-top: 2px;
}
.tbs .modal-header h3 {
margin: 0;
line-height: 30px;
}
.tbs .modal-body {
position: relative;
overflow-y: auto;
max-height: 400px;
padding: 15px;
}
.tbs .modal-form {
margin-bottom: 0;
}
.tbs .modal-footer {
padding: 14px 15px 15px;
margin-bottom: 0;
text-align: right;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
box-shadow: inset 0 1px 0 #ffffff;
*zoom: 1;
}
.tbs .modal-footer:before,
.tbs .modal-footer:after {
display: table;
content: "";
line-height: 0;
}
.tbs .modal-footer:after {
clear: both;
}
.tbs .modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.tbs .modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.tbs .modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.tbs .tooltip {
position: absolute;
z-index: 1030;
display: block;
visibility: visible;
padding: 5px;
font-size: 11px;
opacity: 0;
filter: alpha(opacity=0);
}
.tbs .tooltip.in {
opacity: 0.8;
filter: alpha(opacity=80);
}
.tbs .tooltip.top {
margin-top: -3px;
}
.tbs .tooltip.right {
margin-left: 3px;
}
.tbs .tooltip.bottom {
margin-top: 3px;
}
.tbs .tooltip.left {
margin-left: -3px;
}
.tbs .tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #000000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.tbs .tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tbs .tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tbs .tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000000;
}
.tbs .tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000000;
}
.tbs .tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.tbs .popover {
position: absolute;
top: 0;
left: 0;
z-index: 1010;
display: none;
width: 236px;
padding: 1px;
text-align: left;
background-color: #ffffff;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal;
}
.tbs .popover.top {
margin-top: -10px;
}
.tbs .popover.right {
margin-left: 10px;
}
.tbs .popover.bottom {
margin-top: 10px;
}
.tbs .popover.left {
margin-left: -10px;
}
.tbs .popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.tbs .popover-content {
padding: 9px 14px;
}
.tbs .popover .arrow,
.tbs .popover .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tbs .popover .arrow {
border-width: 11px;
}
.tbs .popover .arrow:after {
border-width: 10px;
content: "";
}
.tbs .popover.top .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.tbs .popover.top .arrow:after {
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #ffffff;
}
.tbs .popover.right .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.tbs .popover.right .arrow:after {
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #ffffff;
}
.tbs .popover.bottom .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.tbs .popover.bottom .arrow:after {
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #ffffff;
}
.tbs .popover.left .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.tbs .popover.left .arrow:after {
right: 1px;
border-right-width: 0;
border-left-color: #ffffff;
bottom: -10px;
}
.tbs .thumbnails {
margin-left: -20px;
list-style: none;
*zoom: 1;
}
.tbs .thumbnails:before,
.tbs .thumbnails:after {
display: table;
content: "";
line-height: 0;
}
.tbs .thumbnails:after {
clear: both;
}
.tbs .row-fluid .thumbnails {
margin-left: 0;
}
.tbs .thumbnails > li {
float: left;
margin-bottom: 20px;
margin-left: 20px;
}
.tbs .thumbnail {
display: block;
padding: 4px;
line-height: 20px;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.tbs a.thumbnail:hover {
border-color: #0088cc;
-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.tbs .thumbnail > img {
display: block;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.tbs .thumbnail .caption {
padding: 9px;
color: #555555;
}
.tbs .media,
.tbs .media-body {
overflow: hidden;
*overflow: visible;
zoom: 1;
}
.tbs .media,
.tbs .media .media {
margin-top: 15px;
}
.tbs .media:first-child {
margin-top: 0;
}
.tbs .media-object {
display: block;
}
.tbs .media-heading {
margin: 0 0 5px;
}
.tbs .media .pull-left {
margin-right: 10px;
}
.tbs .media .pull-right {
margin-left: 10px;
}
.tbs .media-list {
margin-left: 0;
list-style: none;
}
.tbs .label,
.tbs .badge {
display: inline-block;
padding: 2px 4px;
font-size: 11.844px;
font-weight: bold;
line-height: 14px;
color: #ffffff;
vertical-align: baseline;
white-space: nowrap;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #999999;
}
.tbs .label {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.tbs .badge {
padding-left: 9px;
padding-right: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}
.tbs .label:empty,
.tbs .badge:empty {
display: none;
}
.tbs a.label:hover,
.tbs a.badge:hover {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.tbs .label-important,
.tbs .badge-important {
background-color: #b94a48;
}
.tbs .label-important[href],
.tbs .badge-important[href] {
background-color: #953b39;
}
.tbs .label-warning,
.tbs .badge-warning {
background-color: #f89406;
}
.tbs .label-warning[href],
.tbs .badge-warning[href] {
background-color: #c67605;
}
.tbs .label-success,
.tbs .badge-success {
background-color: #468847;
}
.tbs .label-success[href],
.tbs .badge-success[href] {
background-color: #356635;
}
.tbs .label-info,
.tbs .badge-info {
background-color: #3a87ad;
}
.tbs .label-info[href],
.tbs .badge-info[href] {
background-color: #2d6987;
}
.tbs .label-inverse,
.tbs .badge-inverse {
background-color: #333333;
}
.tbs .label-inverse[href],
.tbs .badge-inverse[href] {
background-color: #1a1a1a;
}
.tbs .btn .label,
.tbs .btn .badge {
position: relative;
top: -1px;
}
.tbs .btn-mini .label,
.tbs .btn-mini .badge {
top: 0;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-ms-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.tbs .progress {
overflow: hidden;
height: 20px;
margin-bottom: 20px;
background-color: #f7f7f7;
background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.tbs .progress .bar {
width: 0%;
height: 100%;
color: #ffffff;
float: left;
font-size: 12px;
text-align: center;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #0e90d2;
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
background-image: -o-linear-gradient(top, #149bdf, #0480be);
background-image: linear-gradient(to bottom, #149bdf, #0480be);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: width 0.6s ease;
-moz-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.tbs .progress .bar + .bar {
-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.tbs .progress-striped .bar {
background-color: #149bdf;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
-moz-background-size: 40px 40px;
-o-background-size: 40px 40px;
background-size: 40px 40px;
}
.tbs .progress.active .bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-moz-animation: progress-bar-stripes 2s linear infinite;
-ms-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.tbs .progress-danger .bar,
.tbs .progress .bar-danger {
background-color: #dd514c;
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.tbs .progress-danger.progress-striped .bar,
.tbs .progress-striped .bar-danger {
background-color: #ee5f5b;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.tbs .progress-success .bar,
.tbs .progress .bar-success {
background-color: #5eb95e;
background-image: -moz-linear-gradient(top, #62c462, #57a957);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
background-image: -o-linear-gradient(top, #62c462, #57a957);
background-image: linear-gradient(to bottom, #62c462, #57a957);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.tbs .progress-success.progress-striped .bar,
.tbs .progress-striped .bar-success {
background-color: #62c462;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.tbs .progress-info .bar,
.tbs .progress .bar-info {
background-color: #4bb1cf;
background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.tbs .progress-info.progress-striped .bar,
.tbs .progress-striped .bar-info {
background-color: #5bc0de;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.tbs .progress-warning .bar,
.tbs .progress .bar-warning {
background-color: #faa732;
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
background-image: -o-linear-gradient(top, #fbb450, #f89406);
background-image: linear-gradient(to bottom, #fbb450, #f89406);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.tbs .progress-warning.progress-striped .bar,
.tbs .progress-striped .bar-warning {
background-color: #fbb450;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.tbs .accordion {
margin-bottom: 20px;
}
.tbs .accordion-group {
margin-bottom: 2px;
border: 1px solid #e5e5e5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.tbs .accordion-heading {
border-bottom: 0;
}
.tbs .accordion-heading .accordion-toggle {
display: block;
padding: 8px 15px;
}
.tbs .accordion-toggle {
cursor: pointer;
}
.tbs .accordion-inner {
padding: 9px 15px;
border-top: 1px solid #e5e5e5;
}
.tbs .carousel {
position: relative;
margin-bottom: 20px;
line-height: 1;
}
.tbs .carousel-inner {
overflow: hidden;
width: 100%;
position: relative;
}
.tbs .carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-moz-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.tbs .carousel-inner > .item > img {
display: block;
line-height: 1;
}
.tbs .carousel-inner > .active,
.tbs .carousel-inner > .next,
.tbs .carousel-inner > .prev {
display: block;
}
.tbs .carousel-inner > .active {
left: 0;
}
.tbs .carousel-inner > .next,
.tbs .carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.tbs .carousel-inner > .next {
left: 100%;
}
.tbs .carousel-inner > .prev {
left: -100%;
}
.tbs .carousel-inner > .next.left,
.tbs .carousel-inner > .prev.right {
left: 0;
}
.tbs .carousel-inner > .active.left {
left: -100%;
}
.tbs .carousel-inner > .active.right {
left: 100%;
}
.tbs .carousel-control {
position: absolute;
top: 40%;
left: 15px;
width: 40px;
height: 40px;
margin-top: -20px;
font-size: 60px;
font-weight: 100;
line-height: 30px;
color: #ffffff;
text-align: center;
background: #222222;
border: 3px solid #ffffff;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 23px;
opacity: 0.5;
filter: alpha(opacity=50);
}
.tbs .carousel-control.right {
left: auto;
right: 15px;
}
.tbs .carousel-control:hover {
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.tbs .carousel-caption {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 15px;
background: #333333;
background: rgba(0, 0, 0, 0.75);
}
.tbs .carousel-caption h4,
.tbs .carousel-caption p {
color: #ffffff;
line-height: 20px;
}
.tbs .carousel-caption h4 {
margin: 0 0 5px;
}
.tbs .carousel-caption p {
margin-bottom: 0;
}
.tbs .hero-unit {
padding: 60px;
margin-bottom: 30px;
font-size: 18px;
font-weight: 200;
line-height: 30px;
color: inherit;
background-color: #eeeeee;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.tbs .hero-unit h1 {
margin-bottom: 0;
font-size: 60px;
line-height: 1;
color: inherit;
letter-spacing: -1px;
}
.tbs .hero-unit li {
line-height: 30px;
}
.tbs .pull-right {
float: right;
}
.tbs .pull-left {
float: left;
}
.tbs .hide {
display: none;
}
.tbs .show {
display: block;
}
.tbs .invisible {
visibility: hidden;
}
.tbs .affix {
position: fixed;
}
@nkkollaw
Copy link

Thanks! Great idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment