Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .tw-bs .clearfix { *zoom: 1; }
- .tw-bs .clearfix:before {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .clearfix:after {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .clearfix:after { clear: both; }
- .tw-bs .hide-text {
- font: 0/0 a;
- color: transparent;
- text-shadow: none;
- background-color: transparent;
- border: 0;
- }
- .tw-bs .input-block-level {
- display: block;
- width: 100%;
- min-height: 30px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .tw-bs code {
- 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;
- }
- .tw-bs 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;
- }
- .tw-bs code {
- padding: 2px 4px;
- color: #dd1144;
- background-color: #f7f7f9;
- border: 1px solid #e1e1e8;
- }
- .tw-bs 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 #cccccc;
- border: 1px solid rgba(0, 0, 0, 0.15);
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- }
- .tw-bs pre.prettyprint { margin-bottom: 20px; }
- .tw-bs pre code {
- padding: 0;
- color: inherit;
- background-color: transparent;
- border: 0;
- }
- .tw-bs .pre-scrollable {
- max-height: 340px;
- overflow-y: scroll;
- }
- .tw-bs .label {
- 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;
- }
- .tw-bs .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;
- }
- .tw-bs .label {
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- }
- .tw-bs .badge {
- padding-left: 9px;
- padding-right: 9px;
- -webkit-border-radius: 9px;
- -moz-border-radius: 9px;
- border-radius: 9px;
- }
- .tw-bs a.label:hover {
- color: #ffffff;
- text-decoration: none;
- cursor: pointer;
- }
- .tw-bs a.badge:hover {
- color: #ffffff;
- text-decoration: none;
- cursor: pointer;
- }
- .tw-bs .label-important { background-color: #b94a48; }
- .tw-bs .badge-important { background-color: #b94a48; }
- .tw-bs .label-important[href] { background-color: #953b39; }
- .tw-bs .badge-important[href] { background-color: #953b39; }
- .tw-bs .label-warning { background-color: #f89406; }
- .tw-bs .badge-warning { background-color: #f89406; }
- .tw-bs .label-warning[href] { background-color: #c67605; }
- .tw-bs .badge-warning[href] { background-color: #c67605; }
- .tw-bs .label-success { background-color: #468847; }
- .tw-bs .badge-success { background-color: #468847; }
- .tw-bs .label-success[href] { background-color: #356635; }
- .tw-bs .badge-success[href] { background-color: #356635; }
- .tw-bs .label-info { background-color: #3a87ad; }
- .tw-bs .badge-info { background-color: #3a87ad; }
- .tw-bs .label-info[href] { background-color: #2d6987; }
- .tw-bs .badge-info[href] { background-color: #2d6987; }
- .tw-bs .label-inverse { background-color: #333333; }
- .tw-bs .badge-inverse { background-color: #333333; }
- .tw-bs .label-inverse[href] { background-color: #1a1a1a; }
- .tw-bs .badge-inverse[href] { background-color: #1a1a1a; }
- .tw-bs .btn .label {
- position: relative;
- top: -1px;
- }
- .tw-bs .btn .badge {
- position: relative;
- top: -1px;
- }
- .tw-bs .btn-mini .label { top: 0; }
- .tw-bs .btn-mini .badge { top: 0; }
- .tw-bs table {
- max-width: 100%;
- background-color: transparent;
- border-collapse: collapse;
- border-spacing: 0;
- }
- .tw-bs .table {
- width: 100%;
- margin-bottom: 20px;
- }
- .tw-bs .table th {
- padding: 8px;
- line-height: 20px;
- text-align: left;
- vertical-align: top;
- border-top: 1px solid #dddddd;
- }
- .tw-bs .table td {
- padding: 8px;
- line-height: 20px;
- text-align: left;
- vertical-align: top;
- border-top: 1px solid #dddddd;
- }
- .tw-bs .table th { font-weight: bold; }
- .tw-bs .table thead th { vertical-align: bottom; }
- .tw-bs .table caption + thead tr:first-child th { border-top: 0; }
- .tw-bs .table caption + thead tr:first-child td { border-top: 0; }
- .tw-bs .table colgroup + thead tr:first-child th { border-top: 0; }
- .tw-bs .table colgroup + thead tr:first-child td { border-top: 0; }
- .tw-bs .table thead:first-child tr:first-child th { border-top: 0; }
- .tw-bs .table thead:first-child tr:first-child td { border-top: 0; }
- .tw-bs .table tbody + tbody { border-top: 2px solid #dddddd; }
- .tw-bs .table-condensed th { padding: 4px 5px; }
- .tw-bs .table-condensed td { padding: 4px 5px; }
- .tw-bs .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;
- }
- .tw-bs .table-bordered th { border-left: 1px solid #dddddd; }
- .tw-bs .table-bordered td { border-left: 1px solid #dddddd; }
- .tw-bs .table-bordered caption + thead tr:first-child th { border-top: 0; }
- .tw-bs .table-bordered caption + tbody tr:first-child th { border-top: 0; }
- .tw-bs .table-bordered caption + tbody tr:first-child td { border-top: 0; }
- .tw-bs .table-bordered colgroup + thead tr:first-child th { border-top: 0; }
- .tw-bs .table-bordered colgroup + tbody tr:first-child th { border-top: 0; }
- .tw-bs .table-bordered colgroup + tbody tr:first-child td { border-top: 0; }
- .tw-bs .table-bordered thead:first-child tr:first-child th { border-top: 0; }
- .tw-bs .table-bordered tbody:first-child tr:first-child th { border-top: 0; }
- .tw-bs .table-bordered tbody:first-child tr:first-child td { border-top: 0; }
- .tw-bs .table-bordered thead:first-child tr:first-child th:first-child {
- -webkit-border-top-left-radius: 4px;
- border-top-left-radius: 4px;
- -moz-border-radius-topleft: 4px;
- }
- .tw-bs .table-bordered tbody:first-child tr:first-child td:first-child {
- -webkit-border-top-left-radius: 4px;
- border-top-left-radius: 4px;
- -moz-border-radius-topleft: 4px;
- }
- .tw-bs .table-bordered thead:first-child tr:first-child th:last-child {
- -webkit-border-top-right-radius: 4px;
- border-top-right-radius: 4px;
- -moz-border-radius-topright: 4px;
- }
- .tw-bs .table-bordered tbody:first-child tr:first-child td:last-child {
- -webkit-border-top-right-radius: 4px;
- border-top-right-radius: 4px;
- -moz-border-radius-topright: 4px;
- }
- .tw-bs .table-bordered thead:last-child tr:last-child th:first-child {
- -webkit-border-radius: 0 0 0 4px;
- -moz-border-radius: 0 0 0 4px;
- border-radius: 0 0 0 4px;
- -webkit-border-bottom-left-radius: 4px;
- border-bottom-left-radius: 4px;
- -moz-border-radius-bottomleft: 4px;
- }
- .tw-bs .table-bordered tbody:last-child tr:last-child td:first-child {
- -webkit-border-radius: 0 0 0 4px;
- -moz-border-radius: 0 0 0 4px;
- border-radius: 0 0 0 4px;
- -webkit-border-bottom-left-radius: 4px;
- border-bottom-left-radius: 4px;
- -moz-border-radius-bottomleft: 4px;
- }
- .tw-bs .table-bordered tfoot:last-child tr:last-child td:first-child {
- -webkit-border-radius: 0 0 0 4px;
- -moz-border-radius: 0 0 0 4px;
- border-radius: 0 0 0 4px;
- -webkit-border-bottom-left-radius: 4px;
- border-bottom-left-radius: 4px;
- -moz-border-radius-bottomleft: 4px;
- }
- .tw-bs .table-bordered thead:last-child tr:last-child th:last-child {
- -webkit-border-bottom-right-radius: 4px;
- border-bottom-right-radius: 4px;
- -moz-border-radius-bottomright: 4px;
- }
- .tw-bs .table-bordered tbody:last-child tr:last-child td:last-child {
- -webkit-border-bottom-right-radius: 4px;
- border-bottom-right-radius: 4px;
- -moz-border-radius-bottomright: 4px;
- }
- .tw-bs .table-bordered tfoot:last-child tr:last-child td:last-child {
- -webkit-border-bottom-right-radius: 4px;
- border-bottom-right-radius: 4px;
- -moz-border-radius-bottomright: 4px;
- }
- .tw-bs .table-bordered caption + thead tr:first-child th:first-child {
- -webkit-border-top-left-radius: 4px;
- border-top-left-radius: 4px;
- -moz-border-radius-topleft: 4px;
- }
- .tw-bs .table-bordered caption + tbody tr:first-child td:first-child {
- -webkit-border-top-left-radius: 4px;
- border-top-left-radius: 4px;
- -moz-border-radius-topleft: 4px;
- }
- .tw-bs .table-bordered colgroup + thead tr:first-child th:first-child {
- -webkit-border-top-left-radius: 4px;
- border-top-left-radius: 4px;
- -moz-border-radius-topleft: 4px;
- }
- .tw-bs .table-bordered colgroup + tbody tr:first-child td:first-child {
- -webkit-border-top-left-radius: 4px;
- border-top-left-radius: 4px;
- -moz-border-radius-topleft: 4px;
- }
- .tw-bs .table-bordered caption + thead tr:first-child th:last-child {
- -webkit-border-top-right-radius: 4px;
- border-top-right-radius: 4px;
- -moz-border-radius-topright: 4px;
- }
- .tw-bs .table-bordered caption + tbody tr:first-child td:last-child {
- -webkit-border-top-right-radius: 4px;
- border-top-right-radius: 4px;
- -moz-border-radius-topright: 4px;
- }
- .tw-bs .table-bordered colgroup + thead tr:first-child th:last-child {
- -webkit-border-top-right-radius: 4px;
- border-top-right-radius: 4px;
- -moz-border-radius-topright: 4px;
- }
- .tw-bs .table-bordered colgroup + tbody tr:first-child td:last-child {
- -webkit-border-top-right-radius: 4px;
- border-top-right-radius: 4px;
- -moz-border-radius-topright: 4px;
- }
- .tw-bs .table-striped tbody tr:nth-child(odd) td { background-color: #f9f9f9; }
- .tw-bs .table-striped tbody tr:nth-child(odd) th { background-color: #f9f9f9; }
- .tw-bs .table-hover tbody tr:hover td { background-color: #f5f5f5; }
- .tw-bs .table-hover tbody tr:hover th { background-color: #f5f5f5; }
- .tw-bs table td[class*="span"] {
- display: table-cell;
- float: none;
- margin-left: 0;
- }
- .tw-bs table th[class*="span"] {
- display: table-cell;
- float: none;
- margin-left: 0;
- }
- .tw-bs .row-fluid table td[class*="span"] {
- display: table-cell;
- float: none;
- margin-left: 0;
- }
- .tw-bs .row-fluid table th[class*="span"] {
- display: table-cell;
- float: none;
- margin-left: 0;
- }
- .tw-bs .table td.span1 {
- float: none;
- width: 44px;
- margin-left: 0;
- }
- .tw-bs .table th.span1 {
- float: none;
- width: 44px;
- margin-left: 0;
- }
- .tw-bs .table td.span2 {
- float: none;
- width: 124px;
- margin-left: 0;
- }
- .tw-bs .table th.span2 {
- float: none;
- width: 124px;
- margin-left: 0;
- }
- .tw-bs .table td.span3 {
- float: none;
- width: 204px;
- margin-left: 0;
- }
- .tw-bs .table th.span3 {
- float: none;
- width: 204px;
- margin-left: 0;
- }
- .tw-bs .table td.span4 {
- float: none;
- width: 284px;
- margin-left: 0;
- }
- .tw-bs .table th.span4 {
- float: none;
- width: 284px;
- margin-left: 0;
- }
- .tw-bs .table td.span5 {
- float: none;
- width: 364px;
- margin-left: 0;
- }
- .tw-bs .table th.span5 {
- float: none;
- width: 364px;
- margin-left: 0;
- }
- .tw-bs .table td.span6 {
- float: none;
- width: 444px;
- margin-left: 0;
- }
- .tw-bs .table th.span6 {
- float: none;
- width: 444px;
- margin-left: 0;
- }
- .tw-bs .table td.span7 {
- float: none;
- width: 524px;
- margin-left: 0;
- }
- .tw-bs .table th.span7 {
- float: none;
- width: 524px;
- margin-left: 0;
- }
- .tw-bs .table td.span8 {
- float: none;
- width: 604px;
- margin-left: 0;
- }
- .tw-bs .table th.span8 {
- float: none;
- width: 604px;
- margin-left: 0;
- }
- .tw-bs .table td.span9 {
- float: none;
- width: 684px;
- margin-left: 0;
- }
- .tw-bs .table th.span9 {
- float: none;
- width: 684px;
- margin-left: 0;
- }
- .tw-bs .table td.span10 {
- float: none;
- width: 764px;
- margin-left: 0;
- }
- .tw-bs .table th.span10 {
- float: none;
- width: 764px;
- margin-left: 0;
- }
- .tw-bs .table td.span11 {
- float: none;
- width: 844px;
- margin-left: 0;
- }
- .tw-bs .table th.span11 {
- float: none;
- width: 844px;
- margin-left: 0;
- }
- .tw-bs .table td.span12 {
- float: none;
- width: 924px;
- margin-left: 0;
- }
- .tw-bs .table th.span12 {
- float: none;
- width: 924px;
- margin-left: 0;
- }
- .tw-bs .table tbody tr.success td { background-color: #dff0d8; }
- .tw-bs .table tbody tr.error td { background-color: #f2dede; }
- .tw-bs .table tbody tr.warning td { background-color: #fcf8e3; }
- .tw-bs .table tbody tr.info td { background-color: #d9edf7; }
- .tw-bs .table-hover tbody tr.success:hover td { background-color: #d0e9c6; }
- .tw-bs .table-hover tbody tr.error:hover td { background-color: #ebcccc; }
- .tw-bs .table-hover tbody tr.warning:hover td { background-color: #faf2cc; }
- .tw-bs .table-hover tbody tr.info:hover td { background-color: #c4e3f3; }
- .tw-bs form { margin: 0 0 20px; }
- .tw-bs fieldset {
- padding: 0;
- margin: 0;
- border: 0;
- }
- .tw-bs 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;
- }
- .tw-bs legend small {
- font-size: 15px;
- color: #999999;
- }
- .tw-bs label {
- font-size: 14px;
- font-weight: normal;
- line-height: 20px;
- }
- .tw-bs input {
- font-size: 14px;
- font-weight: normal;
- line-height: 20px;
- }
- .tw-bs button {
- font-size: 14px;
- font-weight: normal;
- line-height: 20px;
- }
- .tw-bs select {
- font-size: 14px;
- font-weight: normal;
- line-height: 20px;
- }
- .tw-bs textarea {
- font-size: 14px;
- font-weight: normal;
- line-height: 20px;
- }
- .tw-bs input { font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
- .tw-bs button { font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
- .tw-bs select { font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
- .tw-bs textarea { font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
- .tw-bs label {
- display: block;
- margin-bottom: 5px;
- }
- .tw-bs select {
- 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;
- }
- .tw-bs textarea {
- 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;
- }
- .tw-bs input[type="text"] {
- 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;
- }
- .tw-bs input[type="password"] {
- 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;
- }
- .tw-bs input[type="datetime"] {
- 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;
- }
- .tw-bs input[type="datetime-local"] {
- 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;
- }
- .tw-bs input[type="date"] {
- 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;
- }
- .tw-bs input[type="month"] {
- 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;
- }
- .tw-bs input[type="time"] {
- 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;
- }
- .tw-bs input[type="week"] {
- 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;
- }
- .tw-bs input[type="number"] {
- 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;
- }
- .tw-bs input[type="email"] {
- 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;
- }
- .tw-bs input[type="url"] {
- 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;
- }
- .tw-bs input[type="search"] {
- 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;
- }
- .tw-bs input[type="tel"] {
- 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;
- }
- .tw-bs input[type="color"] {
- 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;
- }
- .tw-bs .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;
- }
- .tw-bs input { width: 206px; }
- .tw-bs textarea { width: 206px; }
- .tw-bs .uneditable-input { width: 206px; }
- .tw-bs textarea { height: auto; }
- .tw-bs textarea {
- background-color: #ffffff;
- border: 1px solid #cccccc;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
- transition: border linear 0.2s, box-shadow linear 0.2s;
- }
- .tw-bs input[type="text"] {
- background-color: #ffffff;
- border: 1px solid #cccccc;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
- transition: border linear 0.2s, box-shadow linear 0.2s;
- }
- .tw-bs input[type="password"] {
- background-color: #ffffff;
- border: 1px solid #cccccc;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
- transition: border linear 0.2s, box-shadow linear 0.2s;
- }
- .tw-bs input[type="datetime"] {
- background-color: #ffffff;
- border: 1px solid #cccccc;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
- transition: border linear 0.2s, box-shadow linear 0.2s;
- }
- .tw-bs input[type="datetime-local"] {
- background-color: #ffffff;
- border: 1px solid #cccccc;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
- transition: border linear 0.2s, box-shadow linear 0.2s;
- }
- .tw-bs input[type="date"] {
- background-color: #ffffff;
- border: 1px solid #cccccc;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
- transition: border linear 0.2s, box-shadow linear 0.2s;
- }
- .tw-bs input[type="month"] {
- background-color: #ffffff;
- border: 1px solid #cccccc;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
- transition: border linear 0.2s, box-shadow linear 0.2s;
- }
- .tw-bs input[type="time"] {
- background-color: #ffffff;
- border: 1px solid #cccccc;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
- transition: border linear 0.2s, box-shadow linear 0.2s;
- }
- .tw-bs input[type="week"] {
- background-color: #ffffff;
- border: 1px solid #cccccc;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
- transition: border linear 0.2s, box-shadow linear 0.2s;
- }
- .tw-bs input[type="number"] {
- background-color: #ffffff;
- border: 1px solid #cccccc;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
- transition: border linear 0.2s, box-shadow linear 0.2s;
- }
- .tw-bs input[type="email"] {
- background-color: #ffffff;
- border: 1px solid #cccccc;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
- transition: border linear 0.2s, box-shadow linear 0.2s;
- }
- .tw-bs input[type="url"] {
- background-color: #ffffff;
- border: 1px solid #cccccc;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
- transition: border linear 0.2s, box-shadow linear 0.2s;
- }
- .tw-bs input[type="search"] {
- background-color: #ffffff;
- border: 1px solid #cccccc;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
- transition: border linear 0.2s, box-shadow linear 0.2s;
- }
- .tw-bs input[type="tel"] {
- background-color: #ffffff;
- border: 1px solid #cccccc;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
- transition: border linear 0.2s, box-shadow linear 0.2s;
- }
- .tw-bs input[type="color"] {
- background-color: #ffffff;
- border: 1px solid #cccccc;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
- transition: border linear 0.2s, box-shadow linear 0.2s;
- }
- .tw-bs .uneditable-input {
- background-color: #ffffff;
- border: 1px solid #cccccc;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
- transition: border linear 0.2s, box-shadow linear 0.2s;
- }
- .tw-bs textarea:focus {
- border-color: rgba(82, 168, 236, 0.8);
- outline: 0;
- outline: thin dotted \9;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- }
- .tw-bs input[type="text"]:focus {
- border-color: rgba(82, 168, 236, 0.8);
- outline: 0;
- outline: thin dotted \9;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- }
- .tw-bs input[type="password"]:focus {
- border-color: rgba(82, 168, 236, 0.8);
- outline: 0;
- outline: thin dotted \9;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- }
- .tw-bs input[type="datetime"]:focus {
- border-color: rgba(82, 168, 236, 0.8);
- outline: 0;
- outline: thin dotted \9;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- }
- .tw-bs input[type="datetime-local"]:focus {
- border-color: rgba(82, 168, 236, 0.8);
- outline: 0;
- outline: thin dotted \9;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- }
- .tw-bs input[type="date"]:focus {
- border-color: rgba(82, 168, 236, 0.8);
- outline: 0;
- outline: thin dotted \9;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- }
- .tw-bs input[type="month"]:focus {
- border-color: rgba(82, 168, 236, 0.8);
- outline: 0;
- outline: thin dotted \9;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- }
- .tw-bs input[type="time"]:focus {
- border-color: rgba(82, 168, 236, 0.8);
- outline: 0;
- outline: thin dotted \9;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- }
- .tw-bs input[type="week"]:focus {
- border-color: rgba(82, 168, 236, 0.8);
- outline: 0;
- outline: thin dotted \9;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- }
- .tw-bs input[type="number"]:focus {
- border-color: rgba(82, 168, 236, 0.8);
- outline: 0;
- outline: thin dotted \9;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- }
- .tw-bs input[type="email"]:focus {
- border-color: rgba(82, 168, 236, 0.8);
- outline: 0;
- outline: thin dotted \9;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- }
- .tw-bs input[type="url"]:focus {
- border-color: rgba(82, 168, 236, 0.8);
- outline: 0;
- outline: thin dotted \9;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- }
- .tw-bs input[type="search"]:focus {
- border-color: rgba(82, 168, 236, 0.8);
- outline: 0;
- outline: thin dotted \9;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- }
- .tw-bs input[type="tel"]:focus {
- border-color: rgba(82, 168, 236, 0.8);
- outline: 0;
- outline: thin dotted \9;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- }
- .tw-bs input[type="color"]:focus {
- border-color: rgba(82, 168, 236, 0.8);
- outline: 0;
- outline: thin dotted \9;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- }
- .tw-bs .uneditable-input:focus {
- border-color: rgba(82, 168, 236, 0.8);
- outline: 0;
- outline: thin dotted \9;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
- }
- .tw-bs input[type="radio"] {
- margin: 4px 0 0;
- *margin-top: 0;
- margin-top: 1px 9;
- line-height: normal;
- cursor: pointer;
- }
- .tw-bs input[type="checkbox"] {
- margin: 4px 0 0;
- *margin-top: 0;
- margin-top: 1px 9;
- line-height: normal;
- cursor: pointer;
- }
- .tw-bs input[type="file"] { width: auto; }
- .tw-bs input[type="image"] { width: auto; }
- .tw-bs input[type="submit"] { width: auto; }
- .tw-bs input[type="reset"] { width: auto; }
- .tw-bs input[type="button"] { width: auto; }
- .tw-bs input[type="radio"] { width: auto; }
- .tw-bs input[type="checkbox"] { width: auto; }
- .tw-bs select {
- height: 30px;
- *margin-top: 4px;
- line-height: 30px;
- }
- .tw-bs input[type="file"] {
- height: 30px;
- *margin-top: 4px;
- line-height: 30px;
- }
- .tw-bs select {
- width: 220px;
- border: 1px solid #cccccc;
- background-color: #ffffff;
- }
- .tw-bs select[multiple] { height: auto; }
- .tw-bs select[size] { height: auto; }
- .tw-bs select:focus {
- outline: thin dotted #333333;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
- }
- .tw-bs input[type="file"]:focus {
- outline: thin dotted #333333;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
- }
- .tw-bs input[type="radio"]:focus {
- outline: thin dotted #333333;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
- }
- .tw-bs input[type="checkbox"]:focus {
- outline: thin dotted #333333;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
- }
- .tw-bs .uneditable-input {
- 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;
- }
- .tw-bs .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;
- }
- .tw-bs .uneditable-input {
- overflow: hidden;
- white-space: nowrap;
- }
- .tw-bs .uneditable-textarea {
- width: auto;
- height: auto;
- }
- .tw-bs input:-moz-placeholder { color: #999999; }
- .tw-bs textarea:-moz-placeholder { color: #999999; }
- .tw-bs input:-ms-input-placeholder { color: #999999; }
- .tw-bs textarea:-ms-input-placeholder { color: #999999; }
- .tw-bs input::-webkit-input-placeholder { color: #999999; }
- .tw-bs textarea::-webkit-input-placeholder { color: #999999; }
- .tw-bs .radio {
- min-height: 20px;
- padding-left: 20px;
- }
- .tw-bs .checkbox {
- min-height: 20px;
- padding-left: 20px;
- }
- .tw-bs .radio input[type="radio"] {
- float: left;
- margin-left: -20px;
- }
- .tw-bs .checkbox input[type="checkbox"] {
- float: left;
- margin-left: -20px;
- }
- .tw-bs .controls > .radio:first-child { padding-top: 5px; }
- .tw-bs .controls > .checkbox:first-child { padding-top: 5px; }
- .tw-bs .radio.inline {
- display: inline-block;
- padding-top: 5px;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .checkbox.inline {
- display: inline-block;
- padding-top: 5px;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .radio.inline + .radio.inline { margin-left: 10px; }
- .tw-bs .checkbox.inline + .checkbox.inline { margin-left: 10px; }
- .tw-bs .input-mini { width: 60px; }
- .tw-bs .input-small { width: 90px; }
- .tw-bs .input-medium { width: 150px; }
- .tw-bs .input-large { width: 210px; }
- .tw-bs .input-xlarge { width: 270px; }
- .tw-bs .input-xxlarge { width: 530px; }
- .tw-bs input[class*="span"] {
- float: none;
- margin-left: 0;
- }
- .tw-bs select[class*="span"] {
- float: none;
- margin-left: 0;
- }
- .tw-bs textarea[class*="span"] {
- float: none;
- margin-left: 0;
- }
- .tw-bs .uneditable-input[class*="span"] {
- float: none;
- margin-left: 0;
- }
- .tw-bs .row-fluid input[class*="span"] {
- float: none;
- margin-left: 0;
- }
- .tw-bs .row-fluid select[class*="span"] {
- float: none;
- margin-left: 0;
- }
- .tw-bs .row-fluid textarea[class*="span"] {
- float: none;
- margin-left: 0;
- }
- .tw-bs .row-fluid .uneditable-input[class*="span"] {
- float: none;
- margin-left: 0;
- }
- .tw-bs .input-append input[class*="span"] { display: inline-block; }
- .tw-bs .input-append .uneditable-input[class*="span"] { display: inline-block; }
- .tw-bs .input-prepend input[class*="span"] { display: inline-block; }
- .tw-bs .input-prepend .uneditable-input[class*="span"] { display: inline-block; }
- .tw-bs .row-fluid input[class*="span"] { display: inline-block; }
- .tw-bs .row-fluid select[class*="span"] { display: inline-block; }
- .tw-bs .row-fluid textarea[class*="span"] { display: inline-block; }
- .tw-bs .row-fluid .uneditable-input[class*="span"] { display: inline-block; }
- .tw-bs .row-fluid .input-prepend [class*="span"] { display: inline-block; }
- .tw-bs .row-fluid .input-append [class*="span"] { display: inline-block; }
- .tw-bs input { margin-left: 0; }
- .tw-bs textarea { margin-left: 0; }
- .tw-bs .uneditable-input { margin-left: 0; }
- .tw-bs .controls-row [class*="span"] + [class*="span"] { margin-left: 20px; }
- .tw-bs input.span12 { width: 926px; }
- .tw-bs textarea.span12 { width: 926px; }
- .tw-bs .uneditable-input.span12 { width: 926px; }
- .tw-bs input.span11 { width: 846px; }
- .tw-bs textarea.span11 { width: 846px; }
- .tw-bs .uneditable-input.span11 { width: 846px; }
- .tw-bs input.span10 { width: 766px; }
- .tw-bs textarea.span10 { width: 766px; }
- .tw-bs .uneditable-input.span10 { width: 766px; }
- .tw-bs input.span9 { width: 686px; }
- .tw-bs textarea.span9 { width: 686px; }
- .tw-bs .uneditable-input.span9 { width: 686px; }
- .tw-bs input.span8 { width: 606px; }
- .tw-bs textarea.span8 { width: 606px; }
- .tw-bs .uneditable-input.span8 { width: 606px; }
- .tw-bs input.span7 { width: 526px; }
- .tw-bs textarea.span7 { width: 526px; }
- .tw-bs .uneditable-input.span7 { width: 526px; }
- .tw-bs input.span6 { width: 446px; }
- .tw-bs textarea.span6 { width: 446px; }
- .tw-bs .uneditable-input.span6 { width: 446px; }
- .tw-bs input.span5 { width: 366px; }
- .tw-bs textarea.span5 { width: 366px; }
- .tw-bs .uneditable-input.span5 { width: 366px; }
- .tw-bs input.span4 { width: 286px; }
- .tw-bs textarea.span4 { width: 286px; }
- .tw-bs .uneditable-input.span4 { width: 286px; }
- .tw-bs input.span3 { width: 206px; }
- .tw-bs textarea.span3 { width: 206px; }
- .tw-bs .uneditable-input.span3 { width: 206px; }
- .tw-bs input.span2 { width: 126px; }
- .tw-bs textarea.span2 { width: 126px; }
- .tw-bs .uneditable-input.span2 { width: 126px; }
- .tw-bs input.span1 { width: 46px; }
- .tw-bs textarea.span1 { width: 46px; }
- .tw-bs .uneditable-input.span1 { width: 46px; }
- .tw-bs .controls-row { *zoom: 1; }
- .tw-bs .controls-row:before {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .controls-row:after {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .controls-row:after { clear: both; }
- .tw-bs .controls-row [class*="span"] { float: left; }
- .tw-bs .row-fluid .controls-row [class*="span"] { float: left; }
- .tw-bs .controls-row .checkbox[class*="span"] { padding-top: 5px; }
- .tw-bs .controls-row .radio[class*="span"] { padding-top: 5px; }
- .tw-bs input[disabled] {
- cursor: not-allowed;
- background-color: #eeeeee;
- }
- .tw-bs select[disabled] {
- cursor: not-allowed;
- background-color: #eeeeee;
- }
- .tw-bs textarea[disabled] {
- cursor: not-allowed;
- background-color: #eeeeee;
- }
- .tw-bs input[readonly] {
- cursor: not-allowed;
- background-color: #eeeeee;
- }
- .tw-bs select[readonly] {
- cursor: not-allowed;
- background-color: #eeeeee;
- }
- .tw-bs textarea[readonly] {
- cursor: not-allowed;
- background-color: #eeeeee;
- }
- .tw-bs input[type="radio"][disabled] { background-color: transparent; }
- .tw-bs input[type="checkbox"][disabled] { background-color: transparent; }
- .tw-bs input[type="radio"][readonly] { background-color: transparent; }
- .tw-bs input[type="checkbox"][readonly] { background-color: transparent; }
- .tw-bs .control-group.warning > label { color: #c09853; }
- .tw-bs .control-group.warning .help-block { color: #c09853; }
- .tw-bs .control-group.warning .help-inline { color: #c09853; }
- .tw-bs .control-group.warning .checkbox { color: #c09853; }
- .tw-bs .control-group.warning .radio { color: #c09853; }
- .tw-bs .control-group.warning input { color: #c09853; }
- .tw-bs .control-group.warning select { color: #c09853; }
- .tw-bs .control-group.warning textarea { color: #c09853; }
- .tw-bs .control-group.warning input {
- 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);
- }
- .tw-bs .control-group.warning select {
- 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);
- }
- .tw-bs .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);
- }
- .tw-bs .control-group.warning input: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;
- }
- .tw-bs .control-group.warning select: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;
- }
- .tw-bs .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;
- }
- .tw-bs .control-group.warning .input-prepend .add-on {
- color: #c09853;
- background-color: #fcf8e3;
- border-color: #c09853;
- }
- .tw-bs .control-group.warning .input-append .add-on {
- color: #c09853;
- background-color: #fcf8e3;
- border-color: #c09853;
- }
- .tw-bs .control-group.error > label { color: #b94a48; }
- .tw-bs .control-group.error .help-block { color: #b94a48; }
- .tw-bs .control-group.error .help-inline { color: #b94a48; }
- .tw-bs .control-group.error .checkbox { color: #b94a48; }
- .tw-bs .control-group.error .radio { color: #b94a48; }
- .tw-bs .control-group.error input { color: #b94a48; }
- .tw-bs .control-group.error select { color: #b94a48; }
- .tw-bs .control-group.error textarea { color: #b94a48; }
- .tw-bs .control-group.error input {
- 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);
- }
- .tw-bs .control-group.error select {
- 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);
- }
- .tw-bs .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);
- }
- .tw-bs .control-group.error input: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;
- }
- .tw-bs .control-group.error select: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;
- }
- .tw-bs .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;
- }
- .tw-bs .control-group.error .input-prepend .add-on {
- color: #b94a48;
- background-color: #f2dede;
- border-color: #b94a48;
- }
- .tw-bs .control-group.error .input-append .add-on {
- color: #b94a48;
- background-color: #f2dede;
- border-color: #b94a48;
- }
- .tw-bs .control-group.success > label { color: #468847; }
- .tw-bs .control-group.success .help-block { color: #468847; }
- .tw-bs .control-group.success .help-inline { color: #468847; }
- .tw-bs .control-group.success .checkbox { color: #468847; }
- .tw-bs .control-group.success .radio { color: #468847; }
- .tw-bs .control-group.success input { color: #468847; }
- .tw-bs .control-group.success select { color: #468847; }
- .tw-bs .control-group.success textarea { color: #468847; }
- .tw-bs .control-group.success input {
- 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);
- }
- .tw-bs .control-group.success select {
- 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);
- }
- .tw-bs .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);
- }
- .tw-bs .control-group.success input: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;
- }
- .tw-bs .control-group.success select: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;
- }
- .tw-bs .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;
- }
- .tw-bs .control-group.success .input-prepend .add-on {
- color: #468847;
- background-color: #dff0d8;
- border-color: #468847;
- }
- .tw-bs .control-group.success .input-append .add-on {
- color: #468847;
- background-color: #dff0d8;
- border-color: #468847;
- }
- .tw-bs .control-group.info > label { color: #3a87ad; }
- .tw-bs .control-group.info .help-block { color: #3a87ad; }
- .tw-bs .control-group.info .help-inline { color: #3a87ad; }
- .tw-bs .control-group.info .checkbox { color: #3a87ad; }
- .tw-bs .control-group.info .radio { color: #3a87ad; }
- .tw-bs .control-group.info input { color: #3a87ad; }
- .tw-bs .control-group.info select { color: #3a87ad; }
- .tw-bs .control-group.info textarea { color: #3a87ad; }
- .tw-bs .control-group.info input {
- 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);
- }
- .tw-bs .control-group.info select {
- 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);
- }
- .tw-bs .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);
- }
- .tw-bs .control-group.info input: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;
- }
- .tw-bs .control-group.info select: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;
- }
- .tw-bs .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;
- }
- .tw-bs .control-group.info .input-prepend .add-on {
- color: #3a87ad;
- background-color: #d9edf7;
- border-color: #3a87ad;
- }
- .tw-bs .control-group.info .input-append .add-on {
- color: #3a87ad;
- background-color: #d9edf7;
- border-color: #3a87ad;
- }
- .tw-bs input:focus:required:invalid {
- color: #b94a48;
- border-color: #ee5f5b;
- }
- .tw-bs textarea:focus:required:invalid {
- color: #b94a48;
- border-color: #ee5f5b;
- }
- .tw-bs select:focus:required:invalid {
- color: #b94a48;
- border-color: #ee5f5b;
- }
- .tw-bs input:focus:required:invalid:focus {
- border-color: #e9322d;
- -webkit-box-shadow: 0 0 6px #f8b9b7;
- -moz-box-shadow: 0 0 6px #f8b9b7;
- box-shadow: 0 0 6px #f8b9b7;
- }
- .tw-bs textarea:focus:required:invalid:focus {
- border-color: #e9322d;
- -webkit-box-shadow: 0 0 6px #f8b9b7;
- -moz-box-shadow: 0 0 6px #f8b9b7;
- box-shadow: 0 0 6px #f8b9b7;
- }
- .tw-bs select:focus:required:invalid:focus {
- border-color: #e9322d;
- -webkit-box-shadow: 0 0 6px #f8b9b7;
- -moz-box-shadow: 0 0 6px #f8b9b7;
- box-shadow: 0 0 6px #f8b9b7;
- }
- .tw-bs .form-actions {
- padding: 19px 20px 20px;
- margin-top: 20px;
- margin-bottom: 20px;
- background-color: #f5f5f5;
- border-top: 1px solid #e5e5e5;
- *zoom: 1;
- }
- .tw-bs .form-actions:before {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .form-actions:after {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .form-actions:after { clear: both; }
- .tw-bs .help-block { color: #595959; }
- .tw-bs .help-inline { color: #595959; }
- .tw-bs .help-block {
- display: block;
- margin-bottom: 10px;
- }
- .tw-bs .help-inline {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- vertical-align: middle;
- padding-left: 5px;
- }
- .tw-bs .input-append {
- margin-bottom: 5px;
- font-size: 0;
- white-space: nowrap;
- }
- .tw-bs .input-prepend {
- margin-bottom: 5px;
- font-size: 0;
- white-space: nowrap;
- }
- .tw-bs .input-append input { font-size: 14px; }
- .tw-bs .input-prepend input { font-size: 14px; }
- .tw-bs .input-append select { font-size: 14px; }
- .tw-bs .input-prepend select { font-size: 14px; }
- .tw-bs .input-append .uneditable-input { font-size: 14px; }
- .tw-bs .input-prepend .uneditable-input { font-size: 14px; }
- .tw-bs .input-append .dropdown-menu { font-size: 14px; }
- .tw-bs .input-prepend .dropdown-menu { font-size: 14px; }
- .tw-bs .input-append 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;
- }
- .tw-bs .input-prepend 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;
- }
- .tw-bs .input-append select {
- 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;
- }
- .tw-bs .input-prepend select {
- 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;
- }
- .tw-bs .input-append .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;
- }
- .tw-bs .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;
- }
- .tw-bs .input-append input:focus { z-index: 2; }
- .tw-bs .input-prepend input:focus { z-index: 2; }
- .tw-bs .input-append select:focus { z-index: 2; }
- .tw-bs .input-prepend select:focus { z-index: 2; }
- .tw-bs .input-append .uneditable-input:focus { z-index: 2; }
- .tw-bs .input-prepend .uneditable-input:focus { z-index: 2; }
- .tw-bs .input-append .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 #cccccc;
- }
- .tw-bs .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 #cccccc;
- }
- .tw-bs .input-append .add-on {
- vertical-align: top;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- }
- .tw-bs .input-prepend .add-on {
- vertical-align: top;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- }
- .tw-bs .input-append .btn {
- vertical-align: top;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- }
- .tw-bs .input-prepend .btn {
- vertical-align: top;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- }
- .tw-bs .input-append .active {
- background-color: #a9dba9;
- border-color: #46a546;
- }
- .tw-bs .input-prepend .active {
- background-color: #a9dba9;
- border-color: #46a546;
- }
- .tw-bs .input-prepend .add-on { margin-right: -1px; }
- .tw-bs .input-prepend .btn { margin-right: -1px; }
- .tw-bs .input-prepend .add-on:first-child {
- -webkit-border-radius: 4px 0 0 4px;
- -moz-border-radius: 4px 0 0 4px;
- border-radius: 4px 0 0 4px;
- }
- .tw-bs .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;
- }
- .tw-bs .input-append input {
- -webkit-border-radius: 4px 0 0 4px;
- -moz-border-radius: 4px 0 0 4px;
- border-radius: 4px 0 0 4px;
- }
- .tw-bs .input-append select {
- -webkit-border-radius: 4px 0 0 4px;
- -moz-border-radius: 4px 0 0 4px;
- border-radius: 4px 0 0 4px;
- }
- .tw-bs .input-append .uneditable-input {
- -webkit-border-radius: 4px 0 0 4px;
- -moz-border-radius: 4px 0 0 4px;
- border-radius: 4px 0 0 4px;
- }
- .tw-bs .input-append input + .btn-group .btn {
- -webkit-border-radius: 0 4px 4px 0;
- -moz-border-radius: 0 4px 4px 0;
- border-radius: 0 4px 4px 0;
- }
- .tw-bs .input-append select + .btn-group .btn {
- -webkit-border-radius: 0 4px 4px 0;
- -moz-border-radius: 0 4px 4px 0;
- border-radius: 0 4px 4px 0;
- }
- .tw-bs .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;
- }
- .tw-bs .input-append .add-on { margin-left: -1px; }
- .tw-bs .input-append .btn { margin-left: -1px; }
- .tw-bs .input-append .btn-group { margin-left: -1px; }
- .tw-bs .input-append .add-on:last-child {
- -webkit-border-radius: 0 4px 4px 0;
- -moz-border-radius: 0 4px 4px 0;
- border-radius: 0 4px 4px 0;
- }
- .tw-bs .input-append .btn:last-child {
- -webkit-border-radius: 0 4px 4px 0;
- -moz-border-radius: 0 4px 4px 0;
- border-radius: 0 4px 4px 0;
- }
- .tw-bs .input-prepend.input-append input {
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- }
- .tw-bs .input-prepend.input-append select {
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- }
- .tw-bs .input-prepend.input-append .uneditable-input {
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- }
- .tw-bs .input-prepend.input-append input + .btn-group .btn {
- -webkit-border-radius: 0 4px 4px 0;
- -moz-border-radius: 0 4px 4px 0;
- border-radius: 0 4px 4px 0;
- }
- .tw-bs .input-prepend.input-append select + .btn-group .btn {
- -webkit-border-radius: 0 4px 4px 0;
- -moz-border-radius: 0 4px 4px 0;
- border-radius: 0 4px 4px 0;
- }
- .tw-bs .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;
- }
- .tw-bs .input-prepend.input-append .add-on: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;
- }
- .tw-bs .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;
- }
- .tw-bs .input-prepend.input-append .add-on: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;
- }
- .tw-bs .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;
- }
- .tw-bs .input-prepend.input-append .btn-group:first-child { margin-left: 0; }
- .tw-bs input.search-query {
- padding-right: 14px;
- padding-right: 4px \9;
- padding-left: 14px;
- padding-left: 4px \9;
- margin-bottom: 0;
- -webkit-border-radius: 15px;
- -moz-border-radius: 15px;
- border-radius: 15px;
- }
- .tw-bs .form-search .input-append .search-query {
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- }
- .tw-bs .form-search .input-prepend .search-query {
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- }
- .tw-bs .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;
- }
- .tw-bs .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;
- }
- .tw-bs .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;
- }
- .tw-bs .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;
- }
- .tw-bs .form-search input {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-inline input {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-horizontal input {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-search textarea {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-inline textarea {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-horizontal textarea {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-search select {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-inline select {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-horizontal select {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-search .help-inline {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-inline .help-inline {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-horizontal .help-inline {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-search .uneditable-input {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-inline .uneditable-input {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-horizontal .uneditable-input {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-search .input-prepend {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-inline .input-prepend {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-horizontal .input-prepend {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-search .input-append {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-inline .input-append {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-horizontal .input-append {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-search .hide { display: none; }
- .tw-bs .form-inline .hide { display: none; }
- .tw-bs .form-horizontal .hide { display: none; }
- .tw-bs .form-search label { display: inline-block; }
- .tw-bs .form-inline label { display: inline-block; }
- .tw-bs .form-search .btn-group { display: inline-block; }
- .tw-bs .form-inline .btn-group { display: inline-block; }
- .tw-bs .form-search .input-append { margin-bottom: 0; }
- .tw-bs .form-inline .input-append { margin-bottom: 0; }
- .tw-bs .form-search .input-prepend { margin-bottom: 0; }
- .tw-bs .form-inline .input-prepend { margin-bottom: 0; }
- .tw-bs .form-search .radio {
- padding-left: 0;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-search .checkbox {
- padding-left: 0;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-inline .radio {
- padding-left: 0;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-inline .checkbox {
- padding-left: 0;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .tw-bs .form-search .radio input[type="radio"] {
- float: left;
- margin-right: 3px;
- margin-left: 0;
- }
- .tw-bs .form-search .checkbox input[type="checkbox"] {
- float: left;
- margin-right: 3px;
- margin-left: 0;
- }
- .tw-bs .form-inline .radio input[type="radio"] {
- float: left;
- margin-right: 3px;
- margin-left: 0;
- }
- .tw-bs .form-inline .checkbox input[type="checkbox"] {
- float: left;
- margin-right: 3px;
- margin-left: 0;
- }
- .tw-bs .control-group { margin-bottom: 10px; }
- .tw-bs legend + .control-group {
- margin-top: 20px;
- -webkit-margin-top-collapse: separate;
- }
- .tw-bs .form-horizontal .control-group {
- margin-bottom: 20px;
- *zoom: 1;
- }
- .tw-bs .form-horizontal .control-group:before {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .form-horizontal .control-group:after {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .form-horizontal .control-group:after { clear: both; }
- .tw-bs .form-horizontal .control-label {
- float: left;
- width: 160px;
- padding-top: 5px;
- text-align: right;
- }
- .tw-bs .form-horizontal .controls {
- *display: inline-block;
- *padding-left: 20px;
- margin-left: 180px;
- *margin-left: 0;
- }
- .tw-bs .form-horizontal .controls:first-child { *padding-left: 180px; }
- .tw-bs .form-horizontal .help-block { margin-bottom: 0; }
- .tw-bs .form-horizontal input + .help-block { margin-top: 10px; }
- .tw-bs .form-horizontal select + .help-block { margin-top: 10px; }
- .tw-bs .form-horizontal textarea + .help-block { margin-top: 10px; }
- .tw-bs .form-horizontal .form-actions { padding-left: 180px; }
- .tw-bs .btn {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- padding: 4px 12px;
- margin-bottom: 0;
- font-size: 14px;
- line-height: 20px;
- *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;
- 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;
- 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: 0.3em;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
- }
- .tw-bs .btn:hover {
- color: #333333;
- background-color: #e6e6e6;
- *background-color: #d9d9d9;
- }
- .tw-bs .btn:active {
- color: #333333;
- background-color: #e6e6e6;
- *background-color: #d9d9d9;
- }
- .tw-bs .btn.active {
- color: #333333;
- background-color: #e6e6e6;
- *background-color: #d9d9d9;
- }
- .tw-bs .btn.disabled {
- color: #333333;
- background-color: #e6e6e6;
- *background-color: #d9d9d9;
- }
- .tw-bs .btn[disabled] {
- color: #333333;
- background-color: #e6e6e6;
- *background-color: #d9d9d9;
- }
- .tw-bs .btn:active { background-color: #cccccc \9; }
- .tw-bs .btn.active { background-color: #cccccc \9; }
- .tw-bs .btn:first-child { *margin-left: 0; }
- .tw-bs .btn:hover {
- color: #333333;
- text-decoration: none;
- background-color: #e6e6e6;
- *background-color: #d9d9d9;
- 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;
- }
- .tw-bs .btn:focus {
- outline: thin dotted #333333;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
- }
- .tw-bs .btn.active {
- background-color: #e6e6e6;
- background-color: #d9d9d9 \9;
- background-image: none;
- outline: 0;
- -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
- -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
- }
- .tw-bs .btn:active {
- background-color: #e6e6e6;
- background-color: #d9d9d9 \9;
- background-image: none;
- outline: 0;
- -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
- -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
- }
- .tw-bs .btn.disabled {
- cursor: default;
- background-color: #e6e6e6;
- background-image: none;
- opacity: 0.65;
- filter: alpha(opacity=65);
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- }
- .tw-bs .btn[disabled] {
- cursor: default;
- background-color: #e6e6e6;
- background-image: none;
- opacity: 0.65;
- filter: alpha(opacity=65);
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- }
- .tw-bs .btn-large {
- padding: 11px 19px;
- font-size: 17.5px;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- }
- .tw-bs .btn-large [class^="icon-"] { margin-top: 2px; }
- .tw-bs .btn-large [class*=" icon-"] { margin-top: 2px; }
- .tw-bs .btn-small {
- padding: 2px 10px;
- font-size: 11.9px;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- }
- .tw-bs .btn-small [class^="icon-"] { margin-top: 0; }
- .tw-bs .btn-small [class*=" icon-"] { margin-top: 0; }
- .tw-bs .btn-mini {
- padding: 1px 6px;
- font-size: 10.5px;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- }
- .tw-bs .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;
- }
- .tw-bs .btn-block + .btn-block { margin-top: 5px; }
- .tw-bs input[type="submit"].btn-block { width: 100%; }
- .tw-bs input[type="reset"].btn-block { width: 100%; }
- .tw-bs input[type="button"].btn-block { width: 100%; }
- .tw-bs .btn-primary.active { color: rgba(255, 255, 255, 0.75); }
- .tw-bs .btn-warning.active { color: rgba(255, 255, 255, 0.75); }
- .tw-bs .btn-danger.active { color: rgba(255, 255, 255, 0.75); }
- .tw-bs .btn-success.active { color: rgba(255, 255, 255, 0.75); }
- .tw-bs .btn-info.active { color: rgba(255, 255, 255, 0.75); }
- .tw-bs .btn-inverse.active { color: rgba(255, 255, 255, 0.75); }
- .tw-bs .btn {
- border-color: #c5c5c5;
- border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
- }
- .tw-bs .btn-primary {
- color: #ffffff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- background-color: #006dcc;
- background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
- background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
- background-image: -o-linear-gradient(top, #0088cc, #0044cc);
- background-image: linear-gradient(to bottom, #0088cc, #0044cc);
- background-repeat: repeat-x;
- border-color: #0044cc #0044cc #002a80;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
- *background-color: #0044cc;
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
- }
- .tw-bs .btn-primary:hover {
- color: #ffffff;
- background-color: #0044cc;
- *background-color: #003bb3;
- }
- .tw-bs .btn-primary:active {
- color: #ffffff;
- background-color: #0044cc;
- *background-color: #003bb3;
- }
- .tw-bs .btn-primary.active {
- color: #ffffff;
- background-color: #0044cc;
- *background-color: #003bb3;
- }
- .tw-bs .btn-primary.disabled {
- color: #ffffff;
- background-color: #0044cc;
- *background-color: #003bb3;
- }
- .tw-bs .btn-primary[disabled] {
- color: #ffffff;
- background-color: #0044cc;
- *background-color: #003bb3;
- }
- .tw-bs .btn-primary:active { background-color: #003399 \9; }
- .tw-bs .btn-primary.active { background-color: #003399 \9; }
- .tw-bs .btn-warning {
- color: #ffffff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- background-color: #faa732;
- background-image: -moz-linear-gradient(top, #fbb450, #f89406);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
- background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
- background-image: -o-linear-gradient(top, #fbb450, #f89406);
- background-image: linear-gradient(to bottom, #fbb450, #f89406);
- background-repeat: repeat-x;
- border-color: #f89406 #f89406 #ad6704;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
- *background-color: #f89406;
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
- }
- .tw-bs .btn-warning:hover {
- color: #ffffff;
- background-color: #f89406;
- *background-color: #df8505;
- }
- .tw-bs .btn-warning:active {
- color: #ffffff;
- background-color: #f89406;
- *background-color: #df8505;
- }
- .tw-bs .btn-warning.active {
- color: #ffffff;
- background-color: #f89406;
- *background-color: #df8505;
- }
- .tw-bs .btn-warning.disabled {
- color: #ffffff;
- background-color: #f89406;
- *background-color: #df8505;
- }
- .tw-bs .btn-warning[disabled] {
- color: #ffffff;
- background-color: #f89406;
- *background-color: #df8505;
- }
- .tw-bs .btn-warning:active { background-color: #c67605 \9; }
- .tw-bs .btn-warning.active { background-color: #c67605 \9; }
- .tw-bs .btn-danger {
- color: #ffffff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- background-color: #da4f49;
- background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
- background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
- background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
- background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
- background-repeat: repeat-x;
- border-color: #bd362f #bd362f #802420;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
- *background-color: #bd362f;
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
- }
- .tw-bs .btn-danger:hover {
- color: #ffffff;
- background-color: #bd362f;
- *background-color: #a9302a;
- }
- .tw-bs .btn-danger:active {
- color: #ffffff;
- background-color: #bd362f;
- *background-color: #a9302a;
- }
- .tw-bs .btn-danger.active {
- color: #ffffff;
- background-color: #bd362f;
- *background-color: #a9302a;
- }
- .tw-bs .btn-danger.disabled {
- color: #ffffff;
- background-color: #bd362f;
- *background-color: #a9302a;
- }
- .tw-bs .btn-danger[disabled] {
- color: #ffffff;
- background-color: #bd362f;
- *background-color: #a9302a;
- }
- .tw-bs .btn-danger:active { background-color: #942a25 \9; }
- .tw-bs .btn-danger.active { background-color: #942a25 \9; }
- .tw-bs .btn-success {
- color: #ffffff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- background-color: #5bb75b;
- background-image: -moz-linear-gradient(top, #62c462, #51a351);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
- background-image: -webkit-linear-gradient(top, #62c462, #51a351);
- background-image: -o-linear-gradient(top, #62c462, #51a351);
- background-image: linear-gradient(to bottom, #62c462, #51a351);
- background-repeat: repeat-x;
- border-color: #51a351 #51a351 #387038;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
- *background-color: #51a351;
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
- }
- .tw-bs .btn-success:hover {
- color: #ffffff;
- background-color: #51a351;
- *background-color: #499249;
- }
- .tw-bs .btn-success:active {
- color: #ffffff;
- background-color: #51a351;
- *background-color: #499249;
- }
- .tw-bs .btn-success.active {
- color: #ffffff;
- background-color: #51a351;
- *background-color: #499249;
- }
- .tw-bs .btn-success.disabled {
- color: #ffffff;
- background-color: #51a351;
- *background-color: #499249;
- }
- .tw-bs .btn-success[disabled] {
- color: #ffffff;
- background-color: #51a351;
- *background-color: #499249;
- }
- .tw-bs .btn-success:active { background-color: #408140 \9; }
- .tw-bs .btn-success.active { background-color: #408140 \9; }
- .tw-bs .btn-info {
- color: #ffffff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- background-color: #49afcd;
- background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
- background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
- background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
- background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
- background-repeat: repeat-x;
- border-color: #2f96b4 #2f96b4 #1f6377;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
- *background-color: #2f96b4;
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
- }
- .tw-bs .btn-info:hover {
- color: #ffffff;
- background-color: #2f96b4;
- *background-color: #2a85a0;
- }
- .tw-bs .btn-info:active {
- color: #ffffff;
- background-color: #2f96b4;
- *background-color: #2a85a0;
- }
- .tw-bs .btn-info.active {
- color: #ffffff;
- background-color: #2f96b4;
- *background-color: #2a85a0;
- }
- .tw-bs .btn-info.disabled {
- color: #ffffff;
- background-color: #2f96b4;
- *background-color: #2a85a0;
- }
- .tw-bs .btn-info[disabled] {
- color: #ffffff;
- background-color: #2f96b4;
- *background-color: #2a85a0;
- }
- .tw-bs .btn-info:active { background-color: #24748c \9; }
- .tw-bs .btn-info.active { background-color: #24748c \9; }
- .tw-bs .btn-inverse {
- color: #ffffff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- background-color: #363636;
- background-image: -moz-linear-gradient(top, #444444, #222222);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
- background-image: -webkit-linear-gradient(top, #444444, #222222);
- background-image: -o-linear-gradient(top, #444444, #222222);
- background-image: linear-gradient(to bottom, #444444, #222222);
- background-repeat: repeat-x;
- border-color: #222222 #222222 #000000;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
- *background-color: #222222;
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
- }
- .tw-bs .btn-inverse:hover {
- color: #ffffff;
- background-color: #222222;
- *background-color: #151515;
- }
- .tw-bs .btn-inverse:active {
- color: #ffffff;
- background-color: #222222;
- *background-color: #151515;
- }
- .tw-bs .btn-inverse.active {
- color: #ffffff;
- background-color: #222222;
- *background-color: #151515;
- }
- .tw-bs .btn-inverse.disabled {
- color: #ffffff;
- background-color: #222222;
- *background-color: #151515;
- }
- .tw-bs .btn-inverse[disabled] {
- color: #ffffff;
- background-color: #222222;
- *background-color: #151515;
- }
- .tw-bs .btn-inverse:active { background-color: #080808 \9; }
- .tw-bs .btn-inverse.active { background-color: #080808 \9; }
- .tw-bs button.btn {
- *padding-top: 3px;
- *padding-bottom: 3px;
- }
- .tw-bs input[type="submit"].btn {
- *padding-top: 3px;
- *padding-bottom: 3px;
- }
- .tw-bs button.btn::-moz-focus-inner {
- padding: 0;
- border: 0;
- }
- .tw-bs input[type="submit"].btn::-moz-focus-inner {
- padding: 0;
- border: 0;
- }
- .tw-bs button.btn.btn-large {
- *padding-top: 7px;
- *padding-bottom: 7px;
- }
- .tw-bs input[type="submit"].btn.btn-large {
- *padding-top: 7px;
- *padding-bottom: 7px;
- }
- .tw-bs button.btn.btn-small {
- *padding-top: 3px;
- *padding-bottom: 3px;
- }
- .tw-bs input[type="submit"].btn.btn-small {
- *padding-top: 3px;
- *padding-bottom: 3px;
- }
- .tw-bs button.btn.btn-mini {
- *padding-top: 1px;
- *padding-bottom: 1px;
- }
- .tw-bs input[type="submit"].btn.btn-mini {
- *padding-top: 1px;
- *padding-bottom: 1px;
- }
- .tw-bs .btn-link {
- background-color: transparent;
- background-image: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- }
- .tw-bs .btn-link:active {
- background-color: transparent;
- background-image: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- }
- .tw-bs .btn-link[disabled] {
- background-color: transparent;
- background-image: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- }
- .tw-bs .btn-link {
- border-color: transparent;
- cursor: pointer;
- color: #0088cc;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- }
- .tw-bs .btn-link:hover {
- color: #005580;
- text-decoration: underline;
- background-color: transparent;
- }
- .tw-bs .btn-link[disabled]:hover {
- color: #333333;
- text-decoration: none;
- }
- .tw-bs [class^="icon-"] {
- display: inline-block;
- width: 14px;
- height: 14px;
- *margin-right: 0.3em;
- line-height: 14px;
- vertical-align: text-top;
- background-image: url("/i/glyphicons-halflings.png");
- background-position: 14px 14px;
- background-repeat: no-repeat;
- margin-top: 1px;
- }
- .tw-bs [class*=" icon-"] {
- display: inline-block;
- width: 14px;
- height: 14px;
- *margin-right: 0.3em;
- line-height: 14px;
- vertical-align: text-top;
- background-image: url("/i/glyphicons-halflings.png");
- background-position: 14px 14px;
- background-repeat: no-repeat;
- margin-top: 1px;
- }
- .tw-bs .icon-white { background-image: url("/i/glyphicons-halflings-white.png"); }
- .tw-bs .nav-pills > .active > a > [class^="icon-"] { background-image: url("/i/glyphicons-halflings-white.png"); }
- .tw-bs .nav-pills > .active > a > [class*=" icon-"] { background-image: url("/i/glyphicons-halflings-white.png"); }
- .tw-bs .nav-list > .active > a > [class^="icon-"] { background-image: url("/i/glyphicons-halflings-white.png"); }
- .tw-bs .nav-list > .active > a > [class*=" icon-"] { background-image: url("/i/glyphicons-halflings-white.png"); }
- .tw-bs .navbar-inverse .nav > .active > a > [class^="icon-"] { background-image: url("/i/glyphicons-halflings-white.png"); }
- .tw-bs .navbar-inverse .nav > .active > a > [class*=" icon-"] { background-image: url("/i/glyphicons-halflings-white.png"); }
- .tw-bs .dropdown-menu > li > a:hover > [class^="icon-"] { background-image: url("/i/glyphicons-halflings-white.png"); }
- .tw-bs .dropdown-menu > li > a:hover > [class*=" icon-"] { background-image: url("/i/glyphicons-halflings-white.png"); }
- .tw-bs .dropdown-menu > .active > a > [class^="icon-"] { background-image: url("/i/glyphicons-halflings-white.png"); }
- .tw-bs .dropdown-menu > .active > a > [class*=" icon-"] { background-image: url("/i/glyphicons-halflings-white.png"); }
- .tw-bs .dropdown-submenu:hover > a > [class^="icon-"] { background-image: url("/i/glyphicons-halflings-white.png"); }
- .tw-bs .dropdown-submenu:hover > a > [class*=" icon-"] { background-image: url("/i/glyphicons-halflings-white.png"); }
- .tw-bs .icon-glass { background-position: 0 0; }
- .tw-bs .icon-music { background-position: -24px 0; }
- .tw-bs .icon-search { background-position: -48px 0; }
- .tw-bs .icon-envelope { background-position: -72px 0; }
- .tw-bs .icon-heart { background-position: -96px 0; }
- .tw-bs .icon-star { background-position: -120px 0; }
- .tw-bs .icon-star-empty { background-position: -144px 0; }
- .tw-bs .icon-user { background-position: -168px 0; }
- .tw-bs .icon-film { background-position: -192px 0; }
- .tw-bs .icon-th-large { background-position: -216px 0; }
- .tw-bs .icon-th { background-position: -240px 0; }
- .tw-bs .icon-th-list { background-position: -264px 0; }
- .tw-bs .icon-ok { background-position: -288px 0; }
- .tw-bs .icon-remove { background-position: -312px 0; }
- .tw-bs .icon-zoom-in { background-position: -336px 0; }
- .tw-bs .icon-zoom-out { background-position: -360px 0; }
- .tw-bs .icon-off { background-position: -384px 0; }
- .tw-bs .icon-signal { background-position: -408px 0; }
- .tw-bs .icon-cog { background-position: -432px 0; }
- .tw-bs .icon-trash { background-position: -456px 0; }
- .tw-bs .icon-home { background-position: 0 -24px; }
- .tw-bs .icon-file { background-position: -24px -24px; }
- .tw-bs .icon-time { background-position: -48px -24px; }
- .tw-bs .icon-road { background-position: -72px -24px; }
- .tw-bs .icon-download-alt { background-position: -96px -24px; }
- .tw-bs .icon-download { background-position: -120px -24px; }
- .tw-bs .icon-upload { background-position: -144px -24px; }
- .tw-bs .icon-inbox { background-position: -168px -24px; }
- .tw-bs .icon-play-circle { background-position: -192px -24px; }
- .tw-bs .icon-repeat { background-position: -216px -24px; }
- .tw-bs .icon-refresh { background-position: -240px -24px; }
- .tw-bs .icon-list-alt { background-position: -264px -24px; }
- .tw-bs .icon-lock { background-position: -287px -24px; }
- .tw-bs .icon-flag { background-position: -312px -24px; }
- .tw-bs .icon-headphones { background-position: -336px -24px; }
- .tw-bs .icon-volume-off { background-position: -360px -24px; }
- .tw-bs .icon-volume-down { background-position: -384px -24px; }
- .tw-bs .icon-volume-up { background-position: -408px -24px; }
- .tw-bs .icon-qrcode { background-position: -432px -24px; }
- .tw-bs .icon-barcode { background-position: -456px -24px; }
- .tw-bs .icon-tag { background-position: 0 -48px; }
- .tw-bs .icon-tags { background-position: -25px -48px; }
- .tw-bs .icon-book { background-position: -48px -48px; }
- .tw-bs .icon-bookmark { background-position: -72px -48px; }
- .tw-bs .icon-print { background-position: -96px -48px; }
- .tw-bs .icon-camera { background-position: -120px -48px; }
- .tw-bs .icon-font { background-position: -144px -48px; }
- .tw-bs .icon-bold { background-position: -167px -48px; }
- .tw-bs .icon-italic { background-position: -192px -48px; }
- .tw-bs .icon-text-height { background-position: -216px -48px; }
- .tw-bs .icon-text-width { background-position: -240px -48px; }
- .tw-bs .icon-align-left { background-position: -264px -48px; }
- .tw-bs .icon-align-center { background-position: -288px -48px; }
- .tw-bs .icon-align-right { background-position: -312px -48px; }
- .tw-bs .icon-align-justify { background-position: -336px -48px; }
- .tw-bs .icon-list { background-position: -360px -48px; }
- .tw-bs .icon-indent-left { background-position: -384px -48px; }
- .tw-bs .icon-indent-right { background-position: -408px -48px; }
- .tw-bs .icon-facetime-video { background-position: -432px -48px; }
- .tw-bs .icon-picture { background-position: -456px -48px; }
- .tw-bs .icon-pencil { background-position: 0 -72px; }
- .tw-bs .icon-map-marker { background-position: -24px -72px; }
- .tw-bs .icon-adjust { background-position: -48px -72px; }
- .tw-bs .icon-tint { background-position: -72px -72px; }
- .tw-bs .icon-edit { background-position: -96px -72px; }
- .tw-bs .icon-share { background-position: -120px -72px; }
- .tw-bs .icon-check { background-position: -144px -72px; }
- .tw-bs .icon-move { background-position: -168px -72px; }
- .tw-bs .icon-step-backward { background-position: -192px -72px; }
- .tw-bs .icon-fast-backward { background-position: -216px -72px; }
- .tw-bs .icon-backward { background-position: -240px -72px; }
- .tw-bs .icon-play { background-position: -264px -72px; }
- .tw-bs .icon-pause { background-position: -288px -72px; }
- .tw-bs .icon-stop { background-position: -312px -72px; }
- .tw-bs .icon-forward { background-position: -336px -72px; }
- .tw-bs .icon-fast-forward { background-position: -360px -72px; }
- .tw-bs .icon-step-forward { background-position: -384px -72px; }
- .tw-bs .icon-eject { background-position: -408px -72px; }
- .tw-bs .icon-chevron-left { background-position: -432px -72px; }
- .tw-bs .icon-chevron-right { background-position: -456px -72px; }
- .tw-bs .icon-plus-sign { background-position: 0 -96px; }
- .tw-bs .icon-minus-sign { background-position: -24px -96px; }
- .tw-bs .icon-remove-sign { background-position: -48px -96px; }
- .tw-bs .icon-ok-sign { background-position: -72px -96px; }
- .tw-bs .icon-question-sign { background-position: -96px -96px; }
- .tw-bs .icon-info-sign { background-position: -120px -96px; }
- .tw-bs .icon-screenshot { background-position: -144px -96px; }
- .tw-bs .icon-remove-circle { background-position: -168px -96px; }
- .tw-bs .icon-ok-circle { background-position: -192px -96px; }
- .tw-bs .icon-ban-circle { background-position: -216px -96px; }
- .tw-bs .icon-arrow-left { background-position: -240px -96px; }
- .tw-bs .icon-arrow-right { background-position: -264px -96px; }
- .tw-bs .icon-arrow-up { background-position: -289px -96px; }
- .tw-bs .icon-arrow-down { background-position: -312px -96px; }
- .tw-bs .icon-share-alt { background-position: -336px -96px; }
- .tw-bs .icon-resize-full { background-position: -360px -96px; }
- .tw-bs .icon-resize-small { background-position: -384px -96px; }
- .tw-bs .icon-plus { background-position: -408px -96px; }
- .tw-bs .icon-minus { background-position: -433px -96px; }
- .tw-bs .icon-asterisk { background-position: -456px -96px; }
- .tw-bs .icon-exclamation-sign { background-position: 0 -120px; }
- .tw-bs .icon-gift { background-position: -24px -120px; }
- .tw-bs .icon-leaf { background-position: -48px -120px; }
- .tw-bs .icon-fire { background-position: -72px -120px; }
- .tw-bs .icon-eye-open { background-position: -96px -120px; }
- .tw-bs .icon-eye-close { background-position: -120px -120px; }
- .tw-bs .icon-warning-sign { background-position: -144px -120px; }
- .tw-bs .icon-plane { background-position: -168px -120px; }
- .tw-bs .icon-calendar { background-position: -192px -120px; }
- .tw-bs .icon-random {
- background-position: -216px -120px;
- width: 16px;
- }
- .tw-bs .icon-comment { background-position: -240px -120px; }
- .tw-bs .icon-magnet { background-position: -264px -120px; }
- .tw-bs .icon-chevron-up { background-position: -288px -120px; }
- .tw-bs .icon-chevron-down { background-position: -313px -119px; }
- .tw-bs .icon-retweet { background-position: -336px -120px; }
- .tw-bs .icon-shopping-cart { background-position: -360px -120px; }
- .tw-bs .icon-folder-close { background-position: -384px -120px; }
- .tw-bs .icon-folder-open {
- background-position: -408px -120px;
- width: 16px;
- }
- .tw-bs .icon-resize-vertical { background-position: -432px -119px; }
- .tw-bs .icon-resize-horizontal { background-position: -456px -118px; }
- .tw-bs .icon-hdd { background-position: 0 -144px; }
- .tw-bs .icon-bullhorn { background-position: -24px -144px; }
- .tw-bs .icon-bell { background-position: -48px -144px; }
- .tw-bs .icon-certificate { background-position: -72px -144px; }
- .tw-bs .icon-thumbs-up { background-position: -96px -144px; }
- .tw-bs .icon-thumbs-down { background-position: -120px -144px; }
- .tw-bs .icon-hand-right { background-position: -144px -144px; }
- .tw-bs .icon-hand-left { background-position: -168px -144px; }
- .tw-bs .icon-hand-up { background-position: -192px -144px; }
- .tw-bs .icon-hand-down { background-position: -216px -144px; }
- .tw-bs .icon-circle-arrow-right { background-position: -240px -144px; }
- .tw-bs .icon-circle-arrow-left { background-position: -264px -144px; }
- .tw-bs .icon-circle-arrow-up { background-position: -288px -144px; }
- .tw-bs .icon-circle-arrow-down { background-position: -312px -144px; }
- .tw-bs .icon-globe { background-position: -336px -144px; }
- .tw-bs .icon-wrench { background-position: -360px -144px; }
- .tw-bs .icon-tasks { background-position: -384px -144px; }
- .tw-bs .icon-filter { background-position: -408px -144px; }
- .tw-bs .icon-briefcase { background-position: -432px -144px; }
- .tw-bs .icon-fullscreen { background-position: -456px -144px; }
- .tw-bs .btn-group {
- position: relative;
- display: inline-block;
- *display: inline;
- *zoom: 1;
- font-size: 0;
- vertical-align: middle;
- white-space: nowrap;
- *margin-left: 0.3em;
- }
- .tw-bs .btn-group:first-child { *margin-left: 0; }
- .tw-bs .btn-group + .btn-group { margin-left: 5px; }
- .tw-bs .btn-toolbar {
- font-size: 0;
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .tw-bs .btn-toolbar .btn + .btn { margin-left: 5px; }
- .tw-bs .btn-toolbar .btn-group + .btn { margin-left: 5px; }
- .tw-bs .btn-toolbar .btn + .btn-group { margin-left: 5px; }
- .tw-bs .btn-group > .btn {
- position: relative;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- }
- .tw-bs .btn-group > .btn + .btn { margin-left: -1px; }
- .tw-bs .btn-group > .btn { font-size: 14px; }
- .tw-bs .btn-group > .dropdown-menu { font-size: 14px; }
- .tw-bs .btn-group > .btn-mini { font-size: 11px; }
- .tw-bs .btn-group > .btn-small { font-size: 12px; }
- .tw-bs .btn-group > .btn-large { font-size: 16px; }
- .tw-bs .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;
- }
- .tw-bs .btn-group > .btn:last-child {
- -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;
- }
- .tw-bs .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;
- }
- .tw-bs .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;
- }
- .tw-bs .btn-group > .btn.large:last-child {
- -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;
- }
- .tw-bs .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;
- }
- .tw-bs .btn-group > .btn:hover { z-index: 2; }
- .tw-bs .btn-group > .btn:focus { z-index: 2; }
- .tw-bs .btn-group > .btn:active { z-index: 2; }
- .tw-bs .btn-group > .btn.active { z-index: 2; }
- .tw-bs .btn-group .dropdown-toggle:active { outline: 0; }
- .tw-bs .btn-group.open .dropdown-toggle { outline: 0; }
- .tw-bs .btn-group > .btn + .dropdown-toggle {
- padding-left: 8px;
- padding-right: 8px;
- -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
- -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
- box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
- *padding-top: 5px;
- *padding-bottom: 5px;
- }
- .tw-bs .btn-group > .btn-mini + .dropdown-toggle {
- padding-left: 5px;
- padding-right: 5px;
- *padding-top: 2px;
- *padding-bottom: 2px;
- }
- .tw-bs .btn-group > .btn-small + .dropdown-toggle {
- *padding-top: 5px;
- *padding-bottom: 4px;
- }
- .tw-bs .btn-group > .btn-large + .dropdown-toggle {
- padding-left: 12px;
- padding-right: 12px;
- *padding-top: 7px;
- *padding-bottom: 7px;
- }
- .tw-bs .btn-group.open .dropdown-toggle {
- background-image: none;
- -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
- -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
- }
- .tw-bs .btn-group.open .btn.dropdown-toggle { background-color: #e6e6e6; }
- .tw-bs .btn-group.open .btn-primary.dropdown-toggle { background-color: #0044cc; }
- .tw-bs .btn-group.open .btn-warning.dropdown-toggle { background-color: #f89406; }
- .tw-bs .btn-group.open .btn-danger.dropdown-toggle { background-color: #bd362f; }
- .tw-bs .btn-group.open .btn-success.dropdown-toggle { background-color: #51a351; }
- .tw-bs .btn-group.open .btn-info.dropdown-toggle { background-color: #2f96b4; }
- .tw-bs .btn-group.open .btn-inverse.dropdown-toggle { background-color: #222222; }
- .tw-bs .btn .caret {
- margin-top: 8px;
- margin-left: 0;
- }
- .tw-bs .btn-mini .caret { margin-top: 6px; }
- .tw-bs .btn-small .caret { margin-top: 6px; }
- .tw-bs .btn-large .caret { margin-top: 6px; }
- .tw-bs .btn-large .caret {
- border-left-width: 5px;
- border-right-width: 5px;
- border-top-width: 5px;
- }
- .tw-bs .dropup .btn-large .caret { border-bottom-width: 5px; }
- .tw-bs .btn-primary .caret {
- border-top-color: #ffffff;
- border-bottom-color: #ffffff;
- }
- .tw-bs .btn-warning .caret {
- border-top-color: #ffffff;
- border-bottom-color: #ffffff;
- }
- .tw-bs .btn-danger .caret {
- border-top-color: #ffffff;
- border-bottom-color: #ffffff;
- }
- .tw-bs .btn-info .caret {
- border-top-color: #ffffff;
- border-bottom-color: #ffffff;
- }
- .tw-bs .btn-success .caret {
- border-top-color: #ffffff;
- border-bottom-color: #ffffff;
- }
- .tw-bs .btn-inverse .caret {
- border-top-color: #ffffff;
- border-bottom-color: #ffffff;
- }
- .tw-bs .btn-group-vertical {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- }
- .tw-bs .btn-group-vertical .btn {
- display: block;
- float: none;
- width: 100%;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- }
- .tw-bs .btn-group-vertical .btn + .btn {
- margin-left: 0;
- margin-top: -1px;
- }
- .tw-bs .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;
- }
- .tw-bs .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;
- }
- .tw-bs .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;
- }
- .tw-bs .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;
- }
- .tw-bs .nav {
- margin-left: 0;
- margin-bottom: 20px;
- list-style: none;
- }
- .tw-bs .nav > li > a { display: block; }
- .tw-bs .nav > li > a:hover {
- text-decoration: none;
- background-color: #eeeeee;
- }
- .tw-bs .nav > .pull-right { float: right; }
- .tw-bs .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;
- }
- .tw-bs .nav li + .nav-header { margin-top: 9px; }
- .tw-bs .nav-list {
- padding-left: 15px;
- padding-right: 15px;
- margin-bottom: 0;
- }
- .tw-bs .nav-list > li > a {
- margin-left: -15px;
- margin-right: -15px;
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
- }
- .tw-bs .nav-list .nav-header {
- margin-left: -15px;
- margin-right: -15px;
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
- }
- .tw-bs .nav-list > li > a { padding: 3px 15px; }
- .tw-bs .nav-list > .active > a {
- color: #ffffff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
- background-color: #0088cc;
- }
- .tw-bs .nav-list > .active > a:hover {
- color: #ffffff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
- background-color: #0088cc;
- }
- .tw-bs .nav-list [class^="icon-"] { margin-right: 2px; }
- .tw-bs .nav-list [class*=" icon-"] { margin-right: 2px; }
- .tw-bs .nav-list .divider {
- *width: 100%;
- height: 1px;
- margin: 9px 1px;
- *margin: -5px 0 5px;
- overflow: hidden;
- background-color: #e5e5e5;
- border-bottom: 1px solid #ffffff;
- }
- .tw-bs .nav-tabs { *zoom: 1; }
- .tw-bs .nav-pills { *zoom: 1; }
- .tw-bs .nav-tabs:before {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .nav-pills:before {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .nav-tabs:after {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .nav-pills:after {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .nav-tabs:after { clear: both; }
- .tw-bs .nav-pills:after { clear: both; }
- .tw-bs .nav-tabs > li { float: left; }
- .tw-bs .nav-pills > li { float: left; }
- .tw-bs .nav-tabs > li > a {
- padding-right: 12px;
- padding-left: 12px;
- margin-right: 2px;
- line-height: 14px;
- }
- .tw-bs .nav-pills > li > a {
- padding-right: 12px;
- padding-left: 12px;
- margin-right: 2px;
- line-height: 14px;
- }
- .tw-bs .nav-tabs { border-bottom: 1px solid #dddddd; }
- .tw-bs .nav-tabs > li { margin-bottom: -1px; }
- .tw-bs .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;
- }
- .tw-bs .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; }
- .tw-bs .nav-tabs > .active > a {
- color: #555555;
- background-color: #ffffff;
- border: 1px solid #dddddd;
- border-bottom-color: transparent;
- cursor: default;
- }
- .tw-bs .nav-tabs > .active > a:hover {
- color: #555555;
- background-color: #ffffff;
- border: 1px solid #dddddd;
- border-bottom-color: transparent;
- cursor: default;
- }
- .tw-bs .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;
- }
- .tw-bs .nav-pills > .active > a {
- color: #ffffff;
- background-color: #0088cc;
- }
- .tw-bs .nav-pills > .active > a:hover {
- color: #ffffff;
- background-color: #0088cc;
- }
- .tw-bs .nav-stacked > li { float: none; }
- .tw-bs .nav-stacked > li > a { margin-right: 0; }
- .tw-bs .nav-tabs.nav-stacked { border-bottom: 0; }
- .tw-bs .nav-tabs.nav-stacked > li > a {
- border: 1px solid #dddddd;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- }
- .tw-bs .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;
- }
- .tw-bs .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;
- }
- .tw-bs .nav-tabs.nav-stacked > li > a:hover {
- border-color: #dddddd;
- z-index: 2;
- }
- .tw-bs .nav-pills.nav-stacked > li > a { margin-bottom: 3px; }
- .tw-bs .nav-pills.nav-stacked > li:last-child > a { margin-bottom: 1px; }
- .tw-bs .nav-tabs .dropdown-menu {
- -webkit-border-radius: 0 0 6px 6px;
- -moz-border-radius: 0 0 6px 6px;
- border-radius: 0 0 6px 6px;
- }
- .tw-bs .nav-pills .dropdown-menu {
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- }
- .tw-bs .nav .dropdown-toggle .caret {
- border-top-color: #0088cc;
- border-bottom-color: #0088cc;
- margin-top: 6px;
- }
- .tw-bs .nav .dropdown-toggle:hover .caret {
- border-top-color: #005580;
- border-bottom-color: #005580;
- }
- .tw-bs .nav-tabs .dropdown-toggle .caret { margin-top: 8px; }
- .tw-bs .nav .active .dropdown-toggle .caret {
- border-top-color: #ffffff;
- border-bottom-color: #ffffff;
- }
- .tw-bs .nav-tabs .active .dropdown-toggle .caret {
- border-top-color: #555555;
- border-bottom-color: #555555;
- }
- .tw-bs .nav > .dropdown.active > a:hover { cursor: pointer; }
- .tw-bs .nav-tabs .open .dropdown-toggle {
- color: #ffffff;
- background-color: #999999;
- border-color: #999999;
- }
- .tw-bs .nav-pills .open .dropdown-toggle {
- color: #ffffff;
- background-color: #999999;
- border-color: #999999;
- }
- .tw-bs .nav > li.dropdown.open.active > a:hover {
- color: #ffffff;
- background-color: #999999;
- border-color: #999999;
- }
- .tw-bs .nav li.dropdown.open .caret {
- border-top-color: #ffffff;
- border-bottom-color: #ffffff;
- opacity: 1;
- filter: alpha(opacity=100);
- }
- .tw-bs .nav li.dropdown.open.active .caret {
- border-top-color: #ffffff;
- border-bottom-color: #ffffff;
- opacity: 1;
- filter: alpha(opacity=100);
- }
- .tw-bs .nav li.dropdown.open a:hover .caret {
- border-top-color: #ffffff;
- border-bottom-color: #ffffff;
- opacity: 1;
- filter: alpha(opacity=100);
- }
- .tw-bs .tabs-stacked .open > a:hover { border-color: #999999; }
- .tw-bs .tabbable { *zoom: 1; }
- .tw-bs .tabbable:before {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .tabbable:after {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .tabbable:after { clear: both; }
- .tw-bs .tab-content { overflow: auto; }
- .tw-bs .tabs-below > .nav-tabs { border-bottom: 0; }
- .tw-bs .tabs-right > .nav-tabs { border-bottom: 0; }
- .tw-bs .tabs-left > .nav-tabs { border-bottom: 0; }
- .tw-bs .tab-content > .tab-pane { display: none; }
- .tw-bs .pill-content > .pill-pane { display: none; }
- .tw-bs .tab-content > .active { display: block; }
- .tw-bs .pill-content > .active { display: block; }
- .tw-bs .tabs-below > .nav-tabs { border-top: 1px solid #dddddd; }
- .tw-bs .tabs-below > .nav-tabs > li {
- margin-top: -1px;
- margin-bottom: 0;
- }
- .tw-bs .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;
- }
- .tw-bs .tabs-below > .nav-tabs > li > a:hover {
- border-bottom-color: transparent;
- border-top-color: #dddddd;
- }
- .tw-bs .tabs-below > .nav-tabs > .active > a { border-color: transparent #dddddd #dddddd #dddddd; }
- .tw-bs .tabs-below > .nav-tabs > .active > a:hover { border-color: transparent #dddddd #dddddd #dddddd; }
- .tw-bs .tabs-left > .nav-tabs > li { float: none; }
- .tw-bs .tabs-right > .nav-tabs > li { float: none; }
- .tw-bs .tabs-left > .nav-tabs > li > a {
- min-width: 74px;
- margin-right: 0;
- margin-bottom: 3px;
- }
- .tw-bs .tabs-right > .nav-tabs > li > a {
- min-width: 74px;
- margin-right: 0;
- margin-bottom: 3px;
- }
- .tw-bs .tabs-left > .nav-tabs {
- float: left;
- margin-right: 19px;
- border-right: 1px solid #dddddd;
- }
- .tw-bs .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;
- }
- .tw-bs .tabs-left > .nav-tabs > li > a:hover { border-color: #eeeeee #dddddd #eeeeee #eeeeee; }
- .tw-bs .tabs-left > .nav-tabs .active > a {
- border-color: #dddddd transparent #dddddd #dddddd;
- *border-right-color: #ffffff;
- }
- .tw-bs .tabs-left > .nav-tabs .active > a:hover {
- border-color: #dddddd transparent #dddddd #dddddd;
- *border-right-color: #ffffff;
- }
- .tw-bs .tabs-right > .nav-tabs {
- float: right;
- margin-left: 19px;
- border-left: 1px solid #dddddd;
- }
- .tw-bs .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;
- }
- .tw-bs .tabs-right > .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #eeeeee #dddddd; }
- .tw-bs .tabs-right > .nav-tabs .active > a {
- border-color: #dddddd #dddddd #dddddd transparent;
- *border-left-color: #ffffff;
- }
- .tw-bs .tabs-right > .nav-tabs .active > a:hover {
- border-color: #dddddd #dddddd #dddddd transparent;
- *border-left-color: #ffffff;
- }
- .tw-bs .nav > .disabled > a { color: #999999; }
- .tw-bs .nav > .disabled > a:hover {
- text-decoration: none;
- background-color: transparent;
- cursor: default;
- }
- .tw-bs .navbar {
- overflow: visible;
- margin-bottom: 20px;
- color: #777777;
- *position: relative;
- *z-index: 2;
- }
- .tw-bs .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;
- 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;
- }
- .tw-bs .navbar-inner:before {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .navbar-inner:after {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .navbar-inner:after { clear: both; }
- .tw-bs .navbar .container { width: auto; }
- .tw-bs .nav-collapse.collapse {
- height: auto;
- overflow: visible;
- }
- .tw-bs .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;
- }
- .tw-bs .navbar .brand:hover { text-decoration: none; }
- .tw-bs .navbar-text {
- margin-bottom: 0;
- line-height: 40px;
- }
- .tw-bs .navbar-link { color: #777777; }
- .tw-bs .navbar-link:hover { color: #333333; }
- .tw-bs .navbar .divider-vertical {
- height: 40px;
- margin: 0 9px;
- border-left: 1px solid #f2f2f2;
- border-right: 1px solid #ffffff;
- }
- .tw-bs .navbar .btn { margin-top: 5px; }
- .tw-bs .navbar .btn-group { margin-top: 5px; }
- .tw-bs .navbar .btn-group .btn { margin-top: 0; }
- .tw-bs .navbar .input-prepend .btn { margin-top: 0; }
- .tw-bs .navbar .input-append .btn { margin-top: 0; }
- .tw-bs .navbar-form {
- margin-bottom: 0;
- *zoom: 1;
- }
- .tw-bs .navbar-form:before {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .navbar-form:after {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .navbar-form:after { clear: both; }
- .tw-bs .navbar-form input { margin-top: 5px; }
- .tw-bs .navbar-form select { margin-top: 5px; }
- .tw-bs .navbar-form .radio { margin-top: 5px; }
- .tw-bs .navbar-form .checkbox { margin-top: 5px; }
- .tw-bs .navbar-form input {
- display: inline-block;
- margin-bottom: 0;
- }
- .tw-bs .navbar-form select {
- display: inline-block;
- margin-bottom: 0;
- }
- .tw-bs .navbar-form .btn {
- display: inline-block;
- margin-bottom: 0;
- }
- .tw-bs .navbar-form input[type="image"] { margin-top: 3px; }
- .tw-bs .navbar-form input[type="checkbox"] { margin-top: 3px; }
- .tw-bs .navbar-form input[type="radio"] { margin-top: 3px; }
- .tw-bs .navbar-form .input-append {
- margin-top: 6px;
- white-space: nowrap;
- }
- .tw-bs .navbar-form .input-prepend {
- margin-top: 6px;
- white-space: nowrap;
- }
- .tw-bs .navbar-form .input-append input { margin-top: 0; }
- .tw-bs .navbar-form .input-prepend input { margin-top: 0; }
- .tw-bs .navbar-search {
- position: relative;
- float: left;
- margin-top: 5px;
- margin-bottom: 0;
- }
- .tw-bs .navbar-search .search-query {
- margin-bottom: 0;
- padding: 4px 14px;
- font-family: "PT Sans", "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;
- }
- .tw-bs .navbar-static-top {
- position: static;
- margin-bottom: 0;
- }
- .tw-bs .navbar-static-top .navbar-inner {
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- }
- .tw-bs .navbar-fixed-top {
- position: fixed;
- right: 0;
- left: 0;
- z-index: 1030;
- margin-bottom: 0;
- }
- .tw-bs .navbar-fixed-bottom {
- position: fixed;
- right: 0;
- left: 0;
- z-index: 1030;
- margin-bottom: 0;
- }
- .tw-bs .navbar-fixed-top .navbar-inner { border-width: 0 0 1px; }
- .tw-bs .navbar-static-top .navbar-inner { border-width: 0 0 1px; }
- .tw-bs .navbar-fixed-bottom .navbar-inner { border-width: 1px 0 0; }
- .tw-bs .navbar-fixed-top .navbar-inner {
- padding-left: 0;
- padding-right: 0;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- }
- .tw-bs .navbar-fixed-bottom .navbar-inner {
- padding-left: 0;
- padding-right: 0;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- }
- .tw-bs .navbar-static-top .container { width: 940px; }
- .tw-bs .navbar-fixed-top .container { width: 940px; }
- .tw-bs .navbar-fixed-bottom .container { width: 940px; }
- .tw-bs .navbar-fixed-top { top: 0; }
- .tw-bs .navbar-fixed-top .navbar-inner {
- -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
- -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
- box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
- }
- .tw-bs .navbar-static-top .navbar-inner {
- -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
- -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
- box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
- }
- .tw-bs .navbar-fixed-bottom { bottom: 0; }
- .tw-bs .navbar-fixed-bottom .navbar-inner {
- -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
- -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
- box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
- }
- .tw-bs .navbar .nav {
- position: relative;
- left: 0;
- display: block;
- float: left;
- margin: 0 10px 0 0;
- }
- .tw-bs .navbar .nav.pull-right {
- float: right;
- margin-right: 0;
- }
- .tw-bs .navbar .nav > li { float: left; }
- .tw-bs .navbar .nav > li > a {
- float: none;
- padding: 10px 15px 10px;
- color: #777777;
- text-decoration: none;
- text-shadow: 0 1px 0 #ffffff;
- }
- .tw-bs .navbar .nav .dropdown-toggle .caret { margin-top: 8px; }
- .tw-bs .navbar .nav > li > a:focus {
- background-color: transparent;
- color: #333333;
- text-decoration: none;
- }
- .tw-bs .navbar .nav > li > a:hover {
- background-color: transparent;
- color: #333333;
- text-decoration: none;
- }
- .tw-bs .navbar .nav > .active > a {
- 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);
- }
- .tw-bs .navbar .nav > .active > a:hover {
- 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);
- }
- .tw-bs .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);
- }
- .tw-bs .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;
- 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;
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
- }
- .tw-bs .navbar .btn-navbar:hover {
- color: #ffffff;
- background-color: #e5e5e5;
- *background-color: #d9d9d9;
- }
- .tw-bs .navbar .btn-navbar:active {
- color: #ffffff;
- background-color: #e5e5e5;
- *background-color: #d9d9d9;
- }
- .tw-bs .navbar .btn-navbar.active {
- color: #ffffff;
- background-color: #e5e5e5;
- *background-color: #d9d9d9;
- }
- .tw-bs .navbar .btn-navbar.disabled {
- color: #ffffff;
- background-color: #e5e5e5;
- *background-color: #d9d9d9;
- }
- .tw-bs .navbar .btn-navbar[disabled] {
- color: #ffffff;
- background-color: #e5e5e5;
- *background-color: #d9d9d9;
- }
- .tw-bs .navbar .btn-navbar:active { background-color: #cccccc \9; }
- .tw-bs .navbar .btn-navbar.active { background-color: #cccccc \9; }
- .tw-bs .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);
- }
- .tw-bs .btn-navbar .icon-bar + .icon-bar { margin-top: 3px; }
- .tw-bs .navbar .nav > li > .dropdown-menu:before {
- content: '';
- display: inline-block;
- border-left: 7px solid transparent;
- border-right: 7px solid transparent;
- border-bottom: 7px solid #cccccc;
- border-bottom-color: rgba(0, 0, 0, 0.2);
- position: absolute;
- top: -7px;
- left: 9px;
- }
- .tw-bs .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;
- }
- .tw-bs .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
- border-top: 7px solid #cccccc;
- border-top-color: rgba(0, 0, 0, 0.2);
- border-bottom: 0;
- bottom: -7px;
- top: auto;
- }
- .tw-bs .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
- border-top: 6px solid #ffffff;
- border-bottom: 0;
- bottom: -6px;
- top: auto;
- }
- .tw-bs .navbar .nav li.dropdown.open > .dropdown-toggle {
- background-color: #e5e5e5;
- color: #555555;
- }
- .tw-bs .navbar .nav li.dropdown.active > .dropdown-toggle {
- background-color: #e5e5e5;
- color: #555555;
- }
- .tw-bs .navbar .nav li.dropdown.open.active > .dropdown-toggle {
- background-color: #e5e5e5;
- color: #555555;
- }
- .tw-bs .navbar .nav li.dropdown > .dropdown-toggle .caret {
- border-top-color: #777777;
- border-bottom-color: #777777;
- }
- .tw-bs .navbar .nav li.dropdown.open > .dropdown-toggle .caret {
- border-top-color: #555555;
- border-bottom-color: #555555;
- }
- .tw-bs .navbar .nav li.dropdown.active > .dropdown-toggle .caret {
- border-top-color: #555555;
- border-bottom-color: #555555;
- }
- .tw-bs .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
- border-top-color: #555555;
- border-bottom-color: #555555;
- }
- .tw-bs .navbar .pull-right > li > .dropdown-menu {
- left: auto;
- right: 0;
- }
- .tw-bs .navbar .nav > li > .dropdown-menu.pull-right {
- left: auto;
- right: 0;
- }
- .tw-bs .navbar .pull-right > li > .dropdown-menu:before {
- left: auto;
- right: 12px;
- }
- .tw-bs .navbar .nav > li > .dropdown-menu.pull-right:before {
- left: auto;
- right: 12px;
- }
- .tw-bs .navbar .pull-right > li > .dropdown-menu:after {
- left: auto;
- right: 13px;
- }
- .tw-bs .navbar .nav > li > .dropdown-menu.pull-right:after {
- left: auto;
- right: 13px;
- }
- .tw-bs .navbar .pull-right > li > .dropdown-menu .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;
- }
- .tw-bs .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;
- }
- .tw-bs .navbar-inverse { color: #999999; }
- .tw-bs .navbar-inverse .navbar-inner {
- background-color: #1b1b1b;
- background-image: -moz-linear-gradient(top, #222222, #111111);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
- background-image: -webkit-linear-gradient(top, #222222, #111111);
- background-image: -o-linear-gradient(top, #222222, #111111);
- background-image: linear-gradient(to bottom, #222222, #111111);
- background-repeat: repeat-x;
- border-color: #252525;
- }
- .tw-bs .navbar-inverse .brand {
- color: #999999;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- }
- .tw-bs .navbar-inverse .nav > li > a {
- color: #999999;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- }
- .tw-bs .navbar-inverse .brand:hover { color: #ffffff; }
- .tw-bs .navbar-inverse .nav > li > a:hover { color: #ffffff; }
- .tw-bs .navbar-inverse .nav > li > a:focus {
- background-color: transparent;
- color: #ffffff;
- }
- .tw-bs .navbar-inverse .nav > li > a:hover {
- background-color: transparent;
- color: #ffffff;
- }
- .tw-bs .navbar-inverse .nav .active > a {
- color: #ffffff;
- background-color: #111111;
- }
- .tw-bs .navbar-inverse .nav .active > a:hover {
- color: #ffffff;
- background-color: #111111;
- }
- .tw-bs .navbar-inverse .nav .active > a:focus {
- color: #ffffff;
- background-color: #111111;
- }
- .tw-bs .navbar-inverse .navbar-link { color: #999999; }
- .tw-bs .navbar-inverse .navbar-link:hover { color: #ffffff; }
- .tw-bs .navbar-inverse .divider-vertical {
- border-left-color: #111111;
- border-right-color: #222222;
- }
- .tw-bs .navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
- background-color: #111111;
- color: #ffffff;
- }
- .tw-bs .navbar-inverse .nav li.dropdown.active > .dropdown-toggle {
- background-color: #111111;
- color: #ffffff;
- }
- .tw-bs .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
- background-color: #111111;
- color: #ffffff;
- }
- .tw-bs .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
- border-top-color: #999999;
- border-bottom-color: #999999;
- }
- .tw-bs .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret {
- border-top-color: #ffffff;
- border-bottom-color: #ffffff;
- }
- .tw-bs .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret {
- border-top-color: #ffffff;
- border-bottom-color: #ffffff;
- }
- .tw-bs .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
- border-top-color: #ffffff;
- border-bottom-color: #ffffff;
- }
- .tw-bs .navbar-inverse .navbar-search .search-query {
- color: #ffffff;
- background-color: #515151;
- border-color: #111111;
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
- -webkit-transition: none;
- -moz-transition: none;
- -o-transition: none;
- transition: none;
- }
- .tw-bs .navbar-inverse .navbar-search .search-query:-moz-placeholder { color: #cccccc; }
- .tw-bs .navbar-inverse .navbar-search .search-query:-ms-input-placeholder { color: #cccccc; }
- .tw-bs .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder { color: #cccccc; }
- .tw-bs .navbar-inverse .navbar-search .search-query:focus {
- 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;
- }
- .tw-bs .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;
- }
- .tw-bs .navbar-inverse .btn-navbar {
- color: #ffffff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- background-color: #0e0e0e;
- background-image: -moz-linear-gradient(top, #151515, #040404);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
- background-image: -webkit-linear-gradient(top, #151515, #040404);
- background-image: -o-linear-gradient(top, #151515, #040404);
- background-image: linear-gradient(to bottom, #151515, #040404);
- background-repeat: repeat-x;
- border-color: #040404 #040404 #000000;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
- *background-color: #040404;
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
- }
- .tw-bs .navbar-inverse .btn-navbar:hover {
- color: #ffffff;
- background-color: #040404;
- *background-color: #000000;
- }
- .tw-bs .navbar-inverse .btn-navbar:active {
- color: #ffffff;
- background-color: #040404;
- *background-color: #000000;
- }
- .tw-bs .navbar-inverse .btn-navbar.active {
- color: #ffffff;
- background-color: #040404;
- *background-color: #000000;
- }
- .tw-bs .navbar-inverse .btn-navbar.disabled {
- color: #ffffff;
- background-color: #040404;
- *background-color: #000000;
- }
- .tw-bs .navbar-inverse .btn-navbar[disabled] {
- color: #ffffff;
- background-color: #040404;
- *background-color: #000000;
- }
- .tw-bs .navbar-inverse .btn-navbar:active { background-color: #000000 \9; }
- .tw-bs .navbar-inverse .btn-navbar.active { background-color: #000000 \9; }
- .tw-bs .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;
- }
- .tw-bs .breadcrumb li {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- text-shadow: 0 1px 0 #ffffff;
- }
- .tw-bs .breadcrumb .divider {
- padding: 0 5px;
- color: #cccccc;
- }
- .tw-bs .breadcrumb .active { color: #999999; }
- .tw-bs .pagination { margin: 20px 0; }
- .tw-bs .pagination ul {
- display: inline-block;
- *display: inline;
- *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);
- }
- .tw-bs .pagination ul > li { display: inline; }
- .tw-bs .pagination ul > li > a {
- float: left;
- padding: 4px 12px;
- line-height: 20px;
- text-decoration: none;
- background-color: #ffffff;
- border: 1px solid #dddddd;
- border-left-width: 0;
- }
- .tw-bs .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;
- }
- .tw-bs .pagination ul > li > a:hover { background-color: #f5f5f5; }
- .tw-bs .pagination ul > .active > a { background-color: #f5f5f5; }
- .tw-bs .pagination ul > .active > span { background-color: #f5f5f5; }
- .tw-bs .pagination ul > .active > a {
- color: #999999;
- cursor: default;
- }
- .tw-bs .pagination ul > .active > span {
- color: #999999;
- cursor: default;
- }
- .tw-bs .pagination ul > .disabled > span {
- color: #999999;
- background-color: transparent;
- cursor: default;
- }
- .tw-bs .pagination ul > .disabled > a {
- color: #999999;
- background-color: transparent;
- cursor: default;
- }
- .tw-bs .pagination ul > .disabled > a:hover {
- color: #999999;
- background-color: transparent;
- cursor: default;
- }
- .tw-bs .pagination ul > li:first-child > a {
- 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;
- }
- .tw-bs .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;
- }
- .tw-bs .pagination ul > li:last-child > a {
- -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;
- }
- .tw-bs .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;
- }
- .tw-bs .pagination-centered { text-align: center; }
- .tw-bs .pagination-right { text-align: right; }
- .tw-bs .pagination-large ul > li > a {
- padding: 11px 19px;
- font-size: 17.5px;
- }
- .tw-bs .pagination-large ul > li > span {
- padding: 11px 19px;
- font-size: 17.5px;
- }
- .tw-bs .pagination-large ul > li:first-child > a {
- -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;
- }
- .tw-bs .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;
- }
- .tw-bs .pagination-large ul > li:last-child > a {
- -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;
- }
- .tw-bs .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;
- }
- .tw-bs .pagination-mini ul > li:first-child > a {
- -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;
- }
- .tw-bs .pagination-small ul > li:first-child > a {
- -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;
- }
- .tw-bs .pagination-mini 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;
- }
- .tw-bs .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;
- }
- .tw-bs .pagination-mini ul > li:last-child > a {
- -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;
- }
- .tw-bs .pagination-small ul > li:last-child > a {
- -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;
- }
- .tw-bs .pagination-mini 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;
- }
- .tw-bs .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;
- }
- .tw-bs .pagination-small ul > li > a {
- padding: 2px 10px;
- font-size: 11.9px;
- }
- .tw-bs .pagination-small ul > li > span {
- padding: 2px 10px;
- font-size: 11.9px;
- }
- .tw-bs .pagination-mini ul > li > a {
- padding: 1px 6px;
- font-size: 10.5px;
- }
- .tw-bs .pagination-mini ul > li > span {
- padding: 1px 6px;
- font-size: 10.5px;
- }
- .tw-bs .pager {
- margin: 20px 0;
- list-style: none;
- text-align: center;
- *zoom: 1;
- }
- .tw-bs .pager:before {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .pager:after {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .pager:after { clear: both; }
- .tw-bs .pager li { display: inline; }
- .tw-bs .pager li > a {
- display: inline-block;
- padding: 5px 14px;
- background-color: #ffffff;
- border: 1px solid #dddddd;
- -webkit-border-radius: 15px;
- -moz-border-radius: 15px;
- border-radius: 15px;
- }
- .tw-bs .pager li > span {
- display: inline-block;
- padding: 5px 14px;
- background-color: #ffffff;
- border: 1px solid #dddddd;
- -webkit-border-radius: 15px;
- -moz-border-radius: 15px;
- border-radius: 15px;
- }
- .tw-bs .pager li > a:hover {
- text-decoration: none;
- background-color: #f5f5f5;
- }
- .tw-bs .pager .next > a { float: right; }
- .tw-bs .pager .next > span { float: right; }
- .tw-bs .pager .previous > a { float: left; }
- .tw-bs .pager .previous > span { float: left; }
- .tw-bs .pager .disabled > a {
- color: #999999;
- background-color: #ffffff;
- cursor: default;
- }
- .tw-bs .pager .disabled > a:hover {
- color: #999999;
- background-color: #ffffff;
- cursor: default;
- }
- .tw-bs .pager .disabled > span {
- color: #999999;
- background-color: #ffffff;
- cursor: default;
- }
- .tw-bs .thumbnails {
- margin-left: -20px;
- list-style: none;
- *zoom: 1;
- }
- .tw-bs .thumbnails:before {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .thumbnails:after {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .thumbnails:after { clear: both; }
- .tw-bs .row-fluid .thumbnails { margin-left: 0; }
- .tw-bs .thumbnails > li {
- float: left;
- margin-bottom: 20px;
- margin-left: 20px;
- }
- .tw-bs .thumbnail {
- display: block;
- padding: 4px;
- line-height: 20px;
- border: 1px solid #dddddd;
- -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;
- }
- .tw-bs 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);
- }
- .tw-bs .thumbnail > img {
- display: block;
- max-width: 100%;
- margin-left: auto;
- margin-right: auto;
- }
- .tw-bs .thumbnail .caption {
- padding: 9px;
- color: #555555;
- }
- .tw-bs .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;
- color: #c09853;
- }
- .tw-bs .alert h4 { margin: 0; }
- .tw-bs .alert .close {
- position: relative;
- top: -2px;
- right: -21px;
- line-height: 20px;
- }
- .tw-bs .alert-success {
- background-color: #dff0d8;
- border-color: #d6e9c6;
- color: #468847;
- }
- .tw-bs .alert-danger {
- background-color: #f2dede;
- border-color: #eed3d7;
- color: #b94a48;
- }
- .tw-bs .alert-error {
- background-color: #f2dede;
- border-color: #eed3d7;
- color: #b94a48;
- }
- .tw-bs .alert-info {
- background-color: #d9edf7;
- border-color: #bce8f1;
- color: #3a87ad;
- }
- .tw-bs .alert-block {
- padding-top: 14px;
- padding-bottom: 14px;
- }
- .tw-bs .alert-block > p { margin-bottom: 0; }
- .tw-bs .alert-block > ul { margin-bottom: 0; }
- .tw-bs .alert-block p + p { margin-top: 5px; }
- .tw-bs .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;
- -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;
- }
- .tw-bs .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;
- -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;
- }
- .tw-bs .progress .bar + .bar {
- -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
- -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
- box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
- }
- .tw-bs .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;
- }
- .tw-bs .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;
- }
- .tw-bs .progress-danger .bar {
- 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;
- }
- .tw-bs .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;
- }
- .tw-bs .progress-danger.progress-striped .bar {
- 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);
- }
- .tw-bs .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);
- }
- .tw-bs .progress-success .bar {
- 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;
- }
- .tw-bs .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;
- }
- .tw-bs .progress-success.progress-striped .bar {
- 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);
- }
- .tw-bs .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);
- }
- .tw-bs .progress-info .bar {
- 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;
- }
- .tw-bs .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;
- }
- .tw-bs .progress-info.progress-striped .bar {
- 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);
- }
- .tw-bs .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);
- }
- .tw-bs .progress-warning .bar {
- 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;
- }
- .tw-bs .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;
- }
- .tw-bs .progress-warning.progress-striped .bar {
- 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);
- }
- .tw-bs .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);
- }
- .tw-bs .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;
- }
- .tw-bs .hero-unit h1 {
- margin-bottom: 0;
- font-size: 60px;
- line-height: 1;
- color: inherit;
- letter-spacing: -1px;
- }
- .tw-bs .hero-unit li { line-height: 30px; }
- .tw-bs .media {
- overflow: hidden;
- *overflow: visible;
- zoom: 1;
- }
- .tw-bs .media-body {
- overflow: hidden;
- *overflow: visible;
- zoom: 1;
- }
- .tw-bs .media { margin-top: 15px; }
- .tw-bs .media .media { margin-top: 15px; }
- .tw-bs .media:first-child { margin-top: 0; }
- .tw-bs .media-object { display: block; }
- .tw-bs .media-heading { margin: 0 0 5px; }
- .tw-bs .media .pull-left { margin-right: 10px; }
- .tw-bs .media .pull-right { margin-left: 10px; }
- .tw-bs .media-list {
- margin-left: 0;
- list-style: none;
- }
- .tw-bs .tooltip {
- position: absolute;
- z-index: 1030;
- display: block;
- visibility: visible;
- padding: 5px;
- font-size: 11px;
- opacity: 0;
- filter: alpha(opacity=0);
- }
- .tw-bs .tooltip.in {
- opacity: 0.8;
- filter: alpha(opacity=80);
- }
- .tw-bs .tooltip.top { margin-top: -3px; }
- .tw-bs .tooltip.right { margin-left: 3px; }
- .tw-bs .tooltip.bottom { margin-top: 3px; }
- .tw-bs .tooltip.left { margin-left: -3px; }
- .tw-bs .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;
- }
- .tw-bs .tooltip-arrow {
- position: absolute;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
- }
- .tw-bs .tooltip.top .tooltip-arrow {
- bottom: 0;
- left: 50%;
- margin-left: -5px;
- border-width: 5px 5px 0;
- border-top-color: #000000;
- }
- .tw-bs .tooltip.right .tooltip-arrow {
- top: 50%;
- left: 0;
- margin-top: -5px;
- border-width: 5px 5px 5px 0;
- border-right-color: #000000;
- }
- .tw-bs .tooltip.left .tooltip-arrow {
- top: 50%;
- right: 0;
- margin-top: -5px;
- border-width: 5px 0 5px 5px;
- border-left-color: #000000;
- }
- .tw-bs .tooltip.bottom .tooltip-arrow {
- top: 0;
- left: 50%;
- margin-left: -5px;
- border-width: 0 5px 5px;
- border-bottom-color: #000000;
- }
- .tw-bs .popover {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 1010;
- display: none;
- width: 236px;
- padding: 1px;
- background-color: #ffffff;
- -webkit-background-clip: padding-box;
- -moz-background-clip: padding;
- background-clip: padding-box;
- border: 1px solid #cccccc;
- 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);
- }
- .tw-bs .popover.top { margin-top: -10px; }
- .tw-bs .popover.right { margin-left: 10px; }
- .tw-bs .popover.bottom { margin-top: 10px; }
- .tw-bs .popover.left { margin-left: -10px; }
- .tw-bs .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;
- }
- .tw-bs .popover-content { padding: 9px 14px; }
- .tw-bs .popover-content p { margin-bottom: 0; }
- .tw-bs .popover-content ul { margin-bottom: 0; }
- .tw-bs .popover-content ol { margin-bottom: 0; }
- .tw-bs .popover .arrow {
- position: absolute;
- display: inline-block;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
- }
- .tw-bs .popover .arrow:after {
- position: absolute;
- display: inline-block;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
- }
- .tw-bs .popover .arrow:after {
- content: "";
- z-index: -1;
- }
- .tw-bs .popover.top .arrow {
- bottom: -10px;
- left: 50%;
- margin-left: -10px;
- border-width: 10px 10px 0;
- border-top-color: #ffffff;
- }
- .tw-bs .popover.top .arrow:after {
- border-width: 11px 11px 0;
- border-top-color: rgba(0, 0, 0, 0.25);
- bottom: -1px;
- left: -11px;
- }
- .tw-bs .popover.right .arrow {
- top: 50%;
- left: -10px;
- margin-top: -10px;
- border-width: 10px 10px 10px 0;
- border-right-color: #ffffff;
- }
- .tw-bs .popover.right .arrow:after {
- border-width: 11px 11px 11px 0;
- border-right-color: rgba(0, 0, 0, 0.25);
- bottom: -11px;
- left: -1px;
- }
- .tw-bs .popover.bottom .arrow {
- top: -10px;
- left: 50%;
- margin-left: -10px;
- border-width: 0 10px 10px;
- border-bottom-color: #ffffff;
- }
- .tw-bs .popover.bottom .arrow:after {
- border-width: 0 11px 11px;
- border-bottom-color: rgba(0, 0, 0, 0.25);
- top: -1px;
- left: -11px;
- }
- .tw-bs .popover.left .arrow {
- top: 50%;
- right: -10px;
- margin-top: -10px;
- border-width: 10px 0 10px 10px;
- border-left-color: #ffffff;
- }
- .tw-bs .popover.left .arrow:after {
- border-width: 11px 0 11px 11px;
- border-left-color: rgba(0, 0, 0, 0.25);
- bottom: -11px;
- right: -1px;
- }
- .tw-bs .modal-backdrop {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 1040;
- background-color: #000000;
- }
- .tw-bs .modal-backdrop.fade { opacity: 0; }
- .tw-bs .modal-backdrop {
- opacity: 0.8;
- filter: alpha(opacity=80);
- }
- .tw-bs .modal-backdrop.fade.in {
- opacity: 0.8;
- filter: alpha(opacity=80);
- }
- .tw-bs .modal {
- position: fixed;
- top: 50%;
- left: 50%;
- z-index: 1050;
- width: 560px;
- margin: -250px 0 0 -280px;
- background-color: #ffffff;
- border: 1px solid #999999;
- border: 1px solid rgba(0, 0, 0, 0.3);
- *border: 1px solid #999999;
- -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;
- }
- .tw-bs .modal.fade {
- -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
- -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
- -o-transition: opacity 0.3s linear, top 0.3s ease-out;
- transition: opacity 0.3s linear, top 0.3s ease-out;
- top: -25%;
- }
- .tw-bs .modal.fade.in { top: 50%; }
- .tw-bs .modal-header {
- padding: 9px 15px;
- border-bottom: 1px solid #eeeeee;
- }
- .tw-bs .modal-header .close { margin-top: 2px; }
- .tw-bs .modal-header h3 {
- margin: 0;
- line-height: 30px;
- }
- .tw-bs .modal-body {
- overflow-y: auto;
- max-height: 400px;
- padding: 15px;
- }
- .tw-bs .modal-form { margin-bottom: 0; }
- .tw-bs .modal-footer {
- padding: 14px 15px 15px;
- margin-bottom: 0;
- text-align: right;
- background-color: #f5f5f5;
- border-top: 1px solid #dddddd;
- -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;
- }
- .tw-bs .modal-footer:before {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .modal-footer:after {
- display: table;
- content: "";
- line-height: 0;
- }
- .tw-bs .modal-footer:after { clear: both; }
- .tw-bs .modal-footer .btn + .btn {
- margin-left: 5px;
- margin-bottom: 0;
- }
- .tw-bs .modal-footer .btn-group .btn + .btn { margin-left: -1px; }
- .tw-bs .modal-footer .btn-block + .btn-block { margin-left: 0; }
- .tw-bs .dropup { position: relative; }
- .tw-bs .dropdown { position: relative; }
- .tw-bs .dropdown-toggle { *margin-bottom: -3px; }
- .tw-bs .dropdown-toggle:active { outline: 0; }
- .tw-bs .open .dropdown-toggle { outline: 0; }
- .tw-bs .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: "";
- }
- .tw-bs .dropdown .caret {
- margin-top: 8px;
- margin-left: 2px;
- }
- .tw-bs .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 #cccccc;
- 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;
- }
- .tw-bs .dropdown-menu.pull-right {
- right: 0;
- left: auto;
- }
- .tw-bs .dropdown-menu .divider {
- *width: 100%;
- height: 1px;
- margin: 9px 1px;
- *margin: -5px 0 5px;
- overflow: hidden;
- background-color: #e5e5e5;
- border-bottom: 1px solid #ffffff;
- }
- .tw-bs .dropdown-menu li > a {
- display: block;
- padding: 3px 20px;
- clear: both;
- font-weight: normal;
- line-height: 20px;
- color: #333333;
- white-space: nowrap;
- }
- .tw-bs .dropdown-menu li > a:hover {
- 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;
- }
- .tw-bs .dropdown-menu li > a:focus {
- 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;
- }
- .tw-bs .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;
- }
- .tw-bs .dropdown-menu .active > a {
- color: #333333;
- 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;
- }
- .tw-bs .dropdown-menu .active > a:hover {
- color: #333333;
- 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;
- }
- .tw-bs .dropdown-menu .disabled > a { color: #999999; }
- .tw-bs .dropdown-menu .disabled > a:hover { color: #999999; }
- .tw-bs .dropdown-menu .disabled > a:hover {
- text-decoration: none;
- background-color: transparent;
- background-image: none;
- cursor: default;
- }
- .tw-bs .open { *z-index: 1000; }
- .tw-bs .open > .dropdown-menu { display: block; }
- .tw-bs .pull-right > .dropdown-menu {
- right: 0;
- left: auto;
- }
- .tw-bs .dropup .caret {
- border-top: 0;
- border-bottom: 4px solid #000000;
- content: "";
- }
- .tw-bs .navbar-fixed-bottom .dropdown .caret {
- border-top: 0;
- border-bottom: 4px solid #000000;
- content: "";
- }
- .tw-bs .dropup .dropdown-menu {
- top: auto;
- bottom: 100%;
- margin-bottom: 1px;
- }
- .tw-bs .navbar-fixed-bottom .dropdown .dropdown-menu {
- top: auto;
- bottom: 100%;
- margin-bottom: 1px;
- }
- .tw-bs .dropdown-submenu { position: relative; }
- .tw-bs .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;
- }
- .tw-bs .dropdown-submenu:hover > .dropdown-menu { display: block; }
- .tw-bs .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;
- }
- .tw-bs .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;
- }
- .tw-bs .dropdown-submenu:hover > a:after { border-left-color: #ffffff; }
- .tw-bs .dropdown-submenu.pull-left { float: none; }
- .tw-bs .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;
- }
- .tw-bs .dropdown .dropdown-menu .nav-header {
- padding-left: 20px;
- padding-right: 20px;
- }
- .tw-bs .typeahead {
- margin-top: 2px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- }
- .tw-bs .accordion { margin-bottom: 20px; }
- .tw-bs .accordion-group {
- margin-bottom: 2px;
- border: 1px solid #e5e5e5;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- }
- .tw-bs .accordion-heading { border-bottom: 0; }
- .tw-bs .accordion-heading .accordion-toggle {
- display: block;
- padding: 8px 15px;
- }
- .tw-bs .accordion-toggle { cursor: pointer; }
- .tw-bs .accordion-inner {
- padding: 9px 15px;
- border-top: 1px solid #e5e5e5;
- }
- .tw-bs .carousel {
- position: relative;
- margin-bottom: 20px;
- line-height: 1;
- }
- .tw-bs .carousel-inner {
- overflow: hidden;
- width: 100%;
- position: relative;
- }
- .tw-bs .carousel .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;
- }
- .tw-bs .carousel .item > img {
- display: block;
- line-height: 1;
- }
- .tw-bs .carousel .active { display: block; }
- .tw-bs .carousel .next { display: block; }
- .tw-bs .carousel .prev { display: block; }
- .tw-bs .carousel .active { left: 0; }
- .tw-bs .carousel .next {
- position: absolute;
- top: 0;
- width: 100%;
- }
- .tw-bs .carousel .prev {
- position: absolute;
- top: 0;
- width: 100%;
- }
- .tw-bs .carousel .next { left: 100%; }
- .tw-bs .carousel .prev { left: -100%; }
- .tw-bs .carousel .next.left { left: 0; }
- .tw-bs .carousel .prev.right { left: 0; }
- .tw-bs .carousel .active.left { left: -100%; }
- .tw-bs .carousel .active.right { left: 100%; }
- .tw-bs .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);
- }
- .tw-bs .carousel-control.right {
- left: auto;
- right: 15px;
- }
- .tw-bs .carousel-control:hover {
- color: #ffffff;
- text-decoration: none;
- opacity: 0.9;
- filter: alpha(opacity=90);
- }
- .tw-bs .carousel-caption {
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- padding: 15px;
- background: #333333;
- background: rgba(0, 0, 0, 0.75);
- }
- .tw-bs .carousel-caption h4 {
- color: #ffffff;
- line-height: 20px;
- }
- .tw-bs .carousel-caption p {
- color: #ffffff;
- line-height: 20px;
- }
- .tw-bs .carousel-caption h4 { margin: 0 0 5px; }
- .tw-bs .carousel-caption p { margin-bottom: 0; }
- .tw-bs .media {
- overflow: hidden;
- *overflow: visible;
- zoom: 1;
- }
- .tw-bs .media-body {
- overflow: hidden;
- *overflow: visible;
- zoom: 1;
- }
- .tw-bs .media { margin-top: 15px; }
- .tw-bs .media .media { margin-top: 15px; }
- .tw-bs .media:first-child { margin-top: 0; }
- .tw-bs .media-object { display: block; }
- .tw-bs .media-heading { margin: 0 0 5px; }
- .tw-bs .media .pull-left { margin-right: 10px; }
- .tw-bs .media .pull-right { margin-left: 10px; }
- .tw-bs .media-list {
- margin-left: 0;
- list-style: none;
- }
- .tw-bs .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);
- }
- .tw-bs .well blockquote {
- border-color: #dddddd;
- border-color: rgba(0, 0, 0, 0.15);
- }
- .tw-bs .well-large {
- padding: 24px;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- }
- .tw-bs .well-small {
- padding: 9px;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- }
- .tw-bs .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);
- }
- .tw-bs .close:hover {
- color: #000000;
- text-decoration: none;
- cursor: pointer;
- opacity: 0.4;
- filter: alpha(opacity=40);
- }
- .tw-bs button.close {
- padding: 0;
- cursor: pointer;
- background: transparent;
- border: 0;
- -webkit-appearance: none;
- }
- .tw-bs .pull-right { float: right; }
- .tw-bs .pull-left { float: left; }
- .tw-bs .hide { display: none; }
- .tw-bs .show { display: block; }
- .tw-bs .invisible { visibility: hidden; }
- .tw-bs .affix { position: fixed; }
- .tw-bs .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;
- }
- .tw-bs .fade.in { opacity: 1; }
- .tw-bs .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;
- }
- .tw-bs .collapse.in { height: auto; }
- .tw-bs .hidden {
- display: none;
- visibility: hidden;
- }
- .tw-bs .visible-phone { display: none !important; }
- .tw-bs .visible-tablet { display: none !important; }
- .tw-bs .hidden-desktop { display: none !important; }
- .tw-bs .visible-desktop { display: inherit !important; }
Advertisement
Add Comment
Please, Sign In to add comment