Skip to content

Instantly share code, notes, and snippets.

@momocow
Last active October 8, 2016 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save momocow/17e31a5d8bbce177360474a4836a153b to your computer and use it in GitHub Desktop.
Save momocow/17e31a5d8bbce177360474a4836a153b to your computer and use it in GitHub Desktop.
Customized bootstrap CSS for OGInvoice (List-group, Badges, Collapse)
.bootstrap-iso {
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=50e6927506c1079739fb197624003527)
* Config saved to config.json and https://gist.github.com/50e6927506c1079739fb197624003527
*/
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
}
.bootstrap-iso html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
.bootstrap-iso body {
margin: 0;
}
.bootstrap-iso article,
.bootstrap-iso aside,
.bootstrap-iso details,
.bootstrap-iso figcaption,
.bootstrap-iso figure,
.bootstrap-iso footer,
.bootstrap-iso header,
.bootstrap-iso hgroup,
.bootstrap-iso main,
.bootstrap-iso menu,
.bootstrap-iso nav,
.bootstrap-iso section,
.bootstrap-iso summary {
display: block;
}
.bootstrap-iso audio,
.bootstrap-iso canvas,
.bootstrap-iso progress,
.bootstrap-iso video {
display: inline-block;
vertical-align: baseline;
}
.bootstrap-iso audio:not([controls]) {
display: none;
height: 0;
}
.bootstrap-iso [hidden],
.bootstrap-iso template {
display: none;
}
.bootstrap-iso a {
background-color: transparent;
}
.bootstrap-iso a:active,
.bootstrap-iso a:hover {
outline: 0;
}
.bootstrap-iso abbr[title] {
border-bottom: 1px dotted;
}
.bootstrap-iso b,
.bootstrap-iso strong {
font-weight: bold;
}
.bootstrap-iso dfn {
font-style: italic;
}
.bootstrap-iso h1 {
font-size: 2em;
margin: 0.67em 0;
}
.bootstrap-iso mark {
background: #ff0;
color: #000;
}
.bootstrap-iso small {
font-size: 80%;
}
.bootstrap-iso sub,
.bootstrap-iso sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.bootstrap-iso sup {
top: -0.5em;
}
.bootstrap-iso sub {
bottom: -0.25em;
}
.bootstrap-iso img {
border: 0;
}
.bootstrap-iso svg:not(:root) {
overflow: hidden;
}
.bootstrap-iso figure {
margin: 1em 40px;
}
.bootstrap-iso hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
.bootstrap-iso pre {
overflow: auto;
}
.bootstrap-iso code,
.bootstrap-iso kbd,
.bootstrap-iso pre,
.bootstrap-iso samp {
font-family: monospace, monospace;
font-size: 1em;
}
.bootstrap-iso button,
.bootstrap-iso input,
.bootstrap-iso optgroup,
.bootstrap-iso select,
.bootstrap-iso textarea {
color: inherit;
font: inherit;
margin: 0;
}
.bootstrap-iso button {
overflow: visible;
}
.bootstrap-iso button,
.bootstrap-iso select {
text-transform: none;
}
.bootstrap-iso button,
.bootstrap-iso html input[type="button"],
.bootstrap-iso input[type="reset"],
.bootstrap-iso input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
.bootstrap-iso button[disabled],
.bootstrap-iso html input[disabled] {
cursor: default;
}
.bootstrap-iso button::-moz-focus-inner,
.bootstrap-iso input::-moz-focus-inner {
border: 0;
padding: 0;
}
.bootstrap-iso input {
line-height: normal;
}
.bootstrap-iso input[type="checkbox"],
.bootstrap-iso input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
.bootstrap-iso input[type="number"]::-webkit-inner-spin-button,
.bootstrap-iso input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
.bootstrap-iso input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.bootstrap-iso input[type="search"]::-webkit-search-cancel-button,
.bootstrap-iso input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.bootstrap-iso fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
.bootstrap-iso legend {
border: 0;
padding: 0;
}
.bootstrap-iso textarea {
overflow: auto;
}
.bootstrap-iso optgroup {
font-weight: bold;
}
.bootstrap-iso table {
border-collapse: collapse;
border-spacing: 0;
}
.bootstrap-iso td,
.bootstrap-iso th {
padding: 0;
}
.bootstrap-iso * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bootstrap-iso *:before,
.bootstrap-iso *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bootstrap-iso html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrap-iso body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
}
.bootstrap-iso input,
.bootstrap-iso button,
.bootstrap-iso select,
.bootstrap-iso textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
.bootstrap-iso a {
color: #337ab7;
text-decoration: none;
}
.bootstrap-iso a:hover,
.bootstrap-iso a:focus {
color: #23527c;
text-decoration: underline;
}
.bootstrap-iso a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.bootstrap-iso figure {
margin: 0;
}
.bootstrap-iso img {
vertical-align: middle;
}
.bootstrap-iso .img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.bootstrap-iso .img-rounded {
border-radius: 6px;
}
.bootstrap-iso .img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.bootstrap-iso .img-circle {
border-radius: 50%;
}
.bootstrap-iso hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
.bootstrap-iso .sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.bootstrap-iso .sr-only-focusable:active,
.bootstrap-iso .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
.bootstrap-iso [role="button"] {
cursor: pointer;
}
.bootstrap-iso .fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity 0.15s linear;
}
.bootstrap-iso .fade.in {
opacity: 1;
}
.bootstrap-iso .collapse {
display: none;
}
.bootstrap-iso .collapse.in {
display: block;
}
.bootstrap-iso tr.collapse.in {
display: table-row;
}
.bootstrap-iso tbody.collapse.in {
display: table-row-group;
}
.bootstrap-iso .collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
}
.bootstrap-iso .badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #fff;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
text-align: center;
background-color: #777;
border-radius: 10px;
}
.bootstrap-iso .badge:empty {
display: none;
}
.bootstrap-iso .btn .badge {
position: relative;
top: -1px;
}
.bootstrap-iso .btn-xs .badge,
.bootstrap-iso .btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
.bootstrap-iso a.badge:hover,
.bootstrap-iso a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.bootstrap-iso .list-group-item.active > .badge,
.bootstrap-iso .nav-pills > .active > a > .badge {
color: #337ab7;
background-color: #fff;
}
.bootstrap-iso .list-group-item > .badge {
float: right;
}
.bootstrap-iso .list-group-item > .badge + .badge {
margin-right: 5px;
}
.bootstrap-iso .nav-pills > li > a > .badge {
margin-left: 3px;
}
.bootstrap-iso .list-group {
margin-bottom: 20px;
padding-left: 0;
}
.bootstrap-iso .list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.bootstrap-iso .list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.bootstrap-iso .list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.bootstrap-iso a.list-group-item,
.bootstrap-iso button.list-group-item {
color: #555;
}
.bootstrap-iso a.list-group-item .list-group-item-heading,
.bootstrap-iso button.list-group-item .list-group-item-heading {
color: #333;
}
.bootstrap-iso a.list-group-item:hover,
.bootstrap-iso button.list-group-item:hover,
.bootstrap-iso a.list-group-item:focus,
.bootstrap-iso button.list-group-item:focus {
text-decoration: none;
color: #555;
background-color: #f5f5f5;
}
.bootstrap-iso button.list-group-item {
width: 100%;
text-align: left;
}
.bootstrap-iso .list-group-item.disabled,
.bootstrap-iso .list-group-item.disabled:hover,
.bootstrap-iso .list-group-item.disabled:focus {
background-color: #eee;
color: #777;
cursor: not-allowed;
}
.bootstrap-iso .list-group-item.disabled .list-group-item-heading,
.bootstrap-iso .list-group-item.disabled:hover .list-group-item-heading,
.bootstrap-iso .list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.bootstrap-iso .list-group-item.disabled .list-group-item-text,
.bootstrap-iso .list-group-item.disabled:hover .list-group-item-text,
.bootstrap-iso .list-group-item.disabled:focus .list-group-item-text {
color: #777;
}
.bootstrap-iso .list-group-item.active,
.bootstrap-iso .list-group-item.active:hover,
.bootstrap-iso .list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.bootstrap-iso .list-group-item.active .list-group-item-heading,
.bootstrap-iso .list-group-item.active:hover .list-group-item-heading,
.bootstrap-iso .list-group-item.active:focus .list-group-item-heading,
.bootstrap-iso .list-group-item.active .list-group-item-heading > small,
.bootstrap-iso .list-group-item.active:hover .list-group-item-heading > small,
.bootstrap-iso .list-group-item.active:focus .list-group-item-heading > small,
.bootstrap-iso .list-group-item.active .list-group-item-heading > .small,
.bootstrap-iso .list-group-item.active:hover .list-group-item-heading > .small,
.bootstrap-iso .list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.bootstrap-iso .list-group-item.active .list-group-item-text,
.bootstrap-iso .list-group-item.active:hover .list-group-item-text,
.bootstrap-iso .list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.bootstrap-iso .list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
.bootstrap-iso a.list-group-item-success,
.bootstrap-iso button.list-group-item-success {
color: #3c763d;
}
.bootstrap-iso a.list-group-item-success .list-group-item-heading,
.bootstrap-iso button.list-group-item-success .list-group-item-heading {
color: inherit;
}
.bootstrap-iso a.list-group-item-success:hover,
.bootstrap-iso button.list-group-item-success:hover,
.bootstrap-iso a.list-group-item-success:focus,
.bootstrap-iso button.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
.bootstrap-iso a.list-group-item-success.active,
.bootstrap-iso button.list-group-item-success.active,
.bootstrap-iso a.list-group-item-success.active:hover,
.bootstrap-iso button.list-group-item-success.active:hover,
.bootstrap-iso a.list-group-item-success.active:focus,
.bootstrap-iso button.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.bootstrap-iso .list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
.bootstrap-iso a.list-group-item-info,
.bootstrap-iso button.list-group-item-info {
color: #31708f;
}
.bootstrap-iso a.list-group-item-info .list-group-item-heading,
.bootstrap-iso button.list-group-item-info .list-group-item-heading {
color: inherit;
}
.bootstrap-iso a.list-group-item-info:hover,
.bootstrap-iso button.list-group-item-info:hover,
.bootstrap-iso a.list-group-item-info:focus,
.bootstrap-iso button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
.bootstrap-iso a.list-group-item-info.active,
.bootstrap-iso button.list-group-item-info.active,
.bootstrap-iso a.list-group-item-info.active:hover,
.bootstrap-iso button.list-group-item-info.active:hover,
.bootstrap-iso a.list-group-item-info.active:focus,
.bootstrap-iso button.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.bootstrap-iso .list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
.bootstrap-iso a.list-group-item-warning,
.bootstrap-iso button.list-group-item-warning {
color: #8a6d3b;
}
.bootstrap-iso a.list-group-item-warning .list-group-item-heading,
.bootstrap-iso button.list-group-item-warning .list-group-item-heading {
color: inherit;
}
.bootstrap-iso a.list-group-item-warning:hover,
.bootstrap-iso button.list-group-item-warning:hover,
.bootstrap-iso a.list-group-item-warning:focus,
.bootstrap-iso button.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
.bootstrap-iso a.list-group-item-warning.active,
.bootstrap-iso button.list-group-item-warning.active,
.bootstrap-iso a.list-group-item-warning.active:hover,
.bootstrap-iso button.list-group-item-warning.active:hover,
.bootstrap-iso a.list-group-item-warning.active:focus,
.bootstrap-iso button.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.bootstrap-iso .list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
.bootstrap-iso a.list-group-item-danger,
.bootstrap-iso button.list-group-item-danger {
color: #a94442;
}
.bootstrap-iso a.list-group-item-danger .list-group-item-heading,
.bootstrap-iso button.list-group-item-danger .list-group-item-heading {
color: inherit;
}
.bootstrap-iso a.list-group-item-danger:hover,
.bootstrap-iso button.list-group-item-danger:hover,
.bootstrap-iso a.list-group-item-danger:focus,
.bootstrap-iso button.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
.bootstrap-iso a.list-group-item-danger.active,
.bootstrap-iso button.list-group-item-danger.active,
.bootstrap-iso a.list-group-item-danger.active:hover,
.bootstrap-iso button.list-group-item-danger.active:hover,
.bootstrap-iso a.list-group-item-danger.active:focus,
.bootstrap-iso button.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.bootstrap-iso .list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.bootstrap-iso .list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.bootstrap-iso .panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-iso .panel-body {
padding: 15px;
}
.bootstrap-iso .panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.bootstrap-iso .panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.bootstrap-iso .panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.bootstrap-iso .panel-title > a,
.bootstrap-iso .panel-title > small,
.bootstrap-iso .panel-title > .small,
.bootstrap-iso .panel-title > small > a,
.bootstrap-iso .panel-title > .small > a {
color: inherit;
}
.bootstrap-iso .panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.bootstrap-iso .panel > .list-group,
.bootstrap-iso .panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.bootstrap-iso .panel > .list-group .list-group-item,
.bootstrap-iso .panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.bootstrap-iso .panel > .list-group:first-child .list-group-item:first-child,
.bootstrap-iso .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.bootstrap-iso .panel > .list-group:last-child .list-group-item:last-child,
.bootstrap-iso .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.bootstrap-iso .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.bootstrap-iso .panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.bootstrap-iso .list-group + .panel-footer {
border-top-width: 0;
}
.bootstrap-iso .panel > .table,
.bootstrap-iso .panel > .table-responsive > .table,
.bootstrap-iso .panel > .panel-collapse > .table {
margin-bottom: 0;
}
.bootstrap-iso .panel > .table caption,
.bootstrap-iso .panel > .table-responsive > .table caption,
.bootstrap-iso .panel > .panel-collapse > .table caption {
padding-left: 15px;
padding-right: 15px;
}
.bootstrap-iso .panel > .table:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.bootstrap-iso .panel > .table:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.bootstrap-iso .panel > .panel-body + .table,
.bootstrap-iso .panel > .panel-body + .table-responsive,
.bootstrap-iso .panel > .table + .panel-body,
.bootstrap-iso .panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd;
}
.bootstrap-iso .panel > .table > tbody:first-child > tr:first-child th,
.bootstrap-iso .panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.bootstrap-iso .panel > .table-bordered,
.bootstrap-iso .panel > .table-responsive > .table-bordered {
border: 0;
}
.bootstrap-iso .panel > .table-bordered > thead > tr > th:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > th:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-iso .panel > .table-bordered > thead > tr > td:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > td:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > td:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.bootstrap-iso .panel > .table-bordered > thead > tr > th:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > th:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-iso .panel > .table-bordered > thead > tr > td:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > td:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > td:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.bootstrap-iso .panel > .table-bordered > thead > tr:first-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.bootstrap-iso .panel > .table-bordered > tbody > tr:first-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.bootstrap-iso .panel > .table-bordered > thead > tr:first-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.bootstrap-iso .panel > .table-bordered > tbody > tr:first-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.bootstrap-iso .panel > .table-bordered > tbody > tr:last-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.bootstrap-iso .panel > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-iso .panel > .table-bordered > tbody > tr:last-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.bootstrap-iso .panel > .table-bordered > tfoot > tr:last-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.bootstrap-iso .panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.bootstrap-iso .panel-group {
margin-bottom: 20px;
}
.bootstrap-iso .panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.bootstrap-iso .panel-group .panel + .panel {
margin-top: 5px;
}
.bootstrap-iso .panel-group .panel-heading {
border-bottom: 0;
}
.bootstrap-iso .panel-group .panel-heading + .panel-collapse > .panel-body,
.bootstrap-iso .panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd;
}
.bootstrap-iso .panel-group .panel-footer {
border-top: 0;
}
.bootstrap-iso .panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.bootstrap-iso .panel-default {
border-color: #ddd;
}
.bootstrap-iso .panel-default > .panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
}
.bootstrap-iso .panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.bootstrap-iso .panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333;
}
.bootstrap-iso .panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.bootstrap-iso .panel-primary {
border-color: #337ab7;
}
.bootstrap-iso .panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.bootstrap-iso .panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
}
.bootstrap-iso .panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff;
}
.bootstrap-iso .panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
}
.bootstrap-iso .panel-success {
border-color: #d6e9c6;
}
.bootstrap-iso .panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.bootstrap-iso .panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.bootstrap-iso .panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.bootstrap-iso .panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.bootstrap-iso .panel-info {
border-color: #bce8f1;
}
.bootstrap-iso .panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.bootstrap-iso .panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.bootstrap-iso .panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.bootstrap-iso .panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.bootstrap-iso .panel-warning {
border-color: #faebcc;
}
.bootstrap-iso .panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.bootstrap-iso .panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.bootstrap-iso .panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.bootstrap-iso .panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.bootstrap-iso .panel-danger {
border-color: #ebccd1;
}
.bootstrap-iso .panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.bootstrap-iso .panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.bootstrap-iso .panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.bootstrap-iso .panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.bootstrap-iso .clearfix:before,
.bootstrap-iso .clearfix:after,
.bootstrap-iso .panel-body:before,
.bootstrap-iso .panel-body:after {
content: " ";
display: table;
}
.bootstrap-iso .clearfix:after,
.bootstrap-iso .panel-body:after {
clear: both;
}
.bootstrap-iso .center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.bootstrap-iso .pull-right {
float: right !important;
}
.bootstrap-iso .pull-left {
float: left !important;
}
.bootstrap-iso .hide {
display: none !important;
}
.bootstrap-iso .show {
display: block !important;
}
.bootstrap-iso .invisible {
visibility: hidden;
}
.bootstrap-iso .text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.bootstrap-iso .hidden {
display: none !important;
}
.bootstrap-iso .affix {
position: fixed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment